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 668f0a3a269f3b051418dc2678a30c23b2beea7f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 668f0a3a269f3b051418dc2678a30c23b2beea7f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22934 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/49 [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/49 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 8822184552e4706fba4b46dbd9d91f99d7a1bd27 Checking out Revision 8822184552e4706fba4b46dbd9d91f99d7a1bd27 (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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T00:32:01.488Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T00:32:01.748Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T00:32:01.865Z] ========================================================= [2021-01-27T00:32:01.865Z] EdgeX Global Pipelines Version Info [2021-01-27T00:32:01.865Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 [2021-01-27T00:32:03.404Z] ------------------- [2021-01-27T00:32:03.404Z] stable info: [2021-01-27T00:32:03.404Z] ------------------- [2021-01-27T00:32:03.404Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:32:03.404Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:32:03.404Z] Message: update stable to v1.0.179 [2021-01-27T00:32:04.352Z] ------------------- [2021-01-27T00:32:04.352Z] experimental info: [2021-01-27T00:32:04.352Z] ------------------- [2021-01-27T00:32:04.352Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:32:04.352Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:32:04.352Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T00:32:04.712Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T00:32:04.806Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T00:32:04.944Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T00:32:05.035Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T00:32:05.133Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T00:32:05.220Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T00:32:05.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T00:32:05.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T00:32:05.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T00:32:05.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T00:32:05.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T00:32:05.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T00:32:05.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T00:32:05.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T00:32:06.011Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:32:06.104Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:32:06.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T00:32:06.286Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T00:32:06.379Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T00:32:06.478Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T00:32:06.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T00:32:06.655Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T00:32:06.843Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T00:32:06.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-27T00:32:07.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-27T00:32:07.092Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-27T00:32:07.173Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8822184552e4706fba4b46dbd9d91f99d7a1bd27 [Pipeline] echo [2021-01-27T00:32:07.255Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8822184 [Pipeline] echo [2021-01-27T00:32:07.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:32:07.506Z] provisioning config files... [2021-01-27T00:32:07.539Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config8869577784930380538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:32:07.905Z] ---> docker-login.sh [2021-01-27T00:32:07.905Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:32:08.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:32:08.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:32:08.436Z] Configure a credential helper to remove this warning. See [2021-01-27T00:32:08.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:32:08.436Z] [2021-01-27T00:32:08.436Z] Login Succeeded [2021-01-27T00:32:08.436Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:32:08.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:32:08.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:32:08.436Z] Configure a credential helper to remove this warning. See [2021-01-27T00:32:08.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:32:08.436Z] [2021-01-27T00:32:08.436Z] Login Succeeded [2021-01-27T00:32:08.436Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:32:08.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:32:08.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:32:08.699Z] Configure a credential helper to remove this warning. See [2021-01-27T00:32:08.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:32:08.699Z] [2021-01-27T00:32:08.699Z] Login Succeeded [2021-01-27T00:32:08.699Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:32:08.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:32:08.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:32:08.961Z] Configure a credential helper to remove this warning. See [2021-01-27T00:32:08.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:32:08.961Z] [2021-01-27T00:32:08.961Z] Login Succeeded [2021-01-27T00:32:08.961Z] docker.io [2021-01-27T00:32:08.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:32:09.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:32:09.224Z] Configure a credential helper to remove this warning. See [2021-01-27T00:32:09.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:32:09.224Z] [2021-01-27T00:32:09.224Z] Login Succeeded [2021-01-27T00:32:09.224Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:32:09.234Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:32:09.708Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T00:32:09.708Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:32:09.708Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T00:32:09.708Z] ++ cut -d/ -f2 [2021-01-27T00:32:09.708Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T00:32:09.785Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:10.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:32:10.617Z] [2021-01-27T00:32:10.617Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:11.042Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:32:11.042Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T00:32:11.042Z] 31603596830f: Pulling fs layer [2021-01-27T00:32:11.042Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T00:32:11.042Z] 6ca5941a6612: Pulling fs layer [2021-01-27T00:32:11.042Z] ecc8261a40a4: Pulling fs layer [2021-01-27T00:32:11.042Z] ecc8261a40a4: Waiting [2021-01-27T00:32:11.042Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T00:32:11.042Z] 2a8b12db71e7: Download complete [2021-01-27T00:32:11.305Z] 31603596830f: Verifying Checksum [2021-01-27T00:32:11.305Z] 31603596830f: Download complete [2021-01-27T00:32:11.305Z] ecc8261a40a4: Verifying Checksum [2021-01-27T00:32:11.305Z] ecc8261a40a4: Download complete [2021-01-27T00:32:11.305Z] 6ca5941a6612: Verifying Checksum [2021-01-27T00:32:11.305Z] 6ca5941a6612: Download complete [2021-01-27T00:32:11.576Z] 31603596830f: Pull complete [2021-01-27T00:32:11.840Z] 2a8b12db71e7: Pull complete [2021-01-27T00:32:12.428Z] 6ca5941a6612: Pull complete [2021-01-27T00:32:13.002Z] ecc8261a40a4: Pull complete [2021-01-27T00:32:13.002Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T00:32:13.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:32:13.002Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T00:32:13.138Z] prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container [2021-01-27T00:32:13.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T00:32:16.164Z] $ docker top 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T00:32:16.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:32:16.485Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:32:16.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:32:16.738Z] $ docker exec 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent [2021-01-27T00:32:16.931Z] SSH_AUTH_SOCK=/tmp/ssh-I5iEJUrKZUEv/agent.12 [2021-01-27T00:32:16.931Z] SSH_AGENT_PID=17 [2021-01-27T00:32:16.945Z] Running ssh-add (command line suppressed) [2021-01-27T00:32:17.085Z] Identity added: /w/workspace/edgex-go/49@tmp/private_key_7004693717323762276.key (/w/workspace/edgex-go/49@tmp/private_key_7004693717323762276.key) [2021-01-27T00:32:17.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:32:17.488Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T00:32:17.532Z] $ docker exec --env ******** --env ******** 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent -k [2021-01-27T00:32:17.649Z] unset SSH_AUTH_SOCK; [2021-01-27T00:32:17.649Z] unset SSH_AGENT_PID; [2021-01-27T00:32:17.649Z] echo Agent pid 17 killed; [2021-01-27T00:32:17.706Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T00:32:17.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:32:17.863Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:32:18.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:32:18.064Z] $ docker exec 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent [2021-01-27T00:32:18.273Z] SSH_AUTH_SOCK=/tmp/ssh-AwsMdN6EX9D7/agent.46 [2021-01-27T00:32:18.273Z] SSH_AGENT_PID=51 [2021-01-27T00:32:18.281Z] Running ssh-add (command line suppressed) [2021-01-27T00:32:18.424Z] Identity added: /w/workspace/edgex-go/49@tmp/private_key_4942521684627688451.key (/w/workspace/edgex-go/49@tmp/private_key_4942521684627688451.key) [2021-01-27T00:32:18.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:32:18.828Z] + git semver init [2021-01-27T00:32:18.828Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T00:32:18.828Z] # $GIT_DIR = /w/workspace/edgex-go/49/.git [2021-01-27T00:32:18.828Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/49 [2021-01-27T00:32:18.828Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T00:32:18.828Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T00:32:18.828Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T00:32:18.828Z] # $SEMVER_BRANCH = PR-2858 [2021-01-27T00:32:18.828Z] # $SEMVER_TEMP = /tmp/semver-205618852 [2021-01-27T00:32:18.828Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T00:32:51.082Z] # '/tmp/semver-205618852' -> '/w/workspace/edgex-go/49/.semver' [2021-01-27T00:32:51.082Z] # -> Force: false [2021-01-27T00:32:51.082Z] # $SEMVER_DIR = /w/workspace/edgex-go/49/.semver [Pipeline] } [2021-01-27T00:32:51.101Z] $ docker exec --env ******** --env ******** 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 ssh-agent -k [2021-01-27T00:32:51.389Z] unset SSH_AUTH_SOCK; [2021-01-27T00:32:51.389Z] unset SSH_AGENT_PID; [2021-01-27T00:32:51.389Z] echo Agent pid 51 killed; [2021-01-27T00:32:51.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:32:52.008Z] + git semver [Pipeline] } [2021-01-27T00:32:52.030Z] $ docker stop --time=1 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 [2021-01-27T00:32:53.996Z] $ docker rm -f 563430e5bcadd7533111cece15ad794c7cab1516cd42e2f3704f2b45dcd72c47 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:32:54.529Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T00:32:55.117Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T00:32:55.120Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T00:32:56.098Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:32:56.426Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:32:56.738Z] + sudo service docker restart [2021-01-27T00:32:56.738Z] + true [2021-01-27T00:32:56.738Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T00:32:57.713Z] ========================================================= [2021-01-27T00:32:57.713Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T00:32:57.713Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:58.897Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-27T00:33:02.255Z] Sending build context to Docker daemon 327.2MB [2021-01-27T00:33:02.255Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:33:02.255Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:33:02.521Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T00:33:02.521Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T00:33:02.521Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T00:33:02.521Z] de9db76c5a1d: Pulling fs layer [2021-01-27T00:33:02.521Z] bca2f99d35d6: Pulling fs layer [2021-01-27T00:33:02.521Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T00:33:02.521Z] 7c6f9722023f: Pulling fs layer [2021-01-27T00:33:02.521Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T00:33:02.521Z] bca2f99d35d6: Waiting [2021-01-27T00:33:02.521Z] 93359f2a8cfa: Waiting [2021-01-27T00:33:02.521Z] 7c6f9722023f: Waiting [2021-01-27T00:33:02.521Z] a35cf1a2eb13: Waiting [2021-01-27T00:33:02.521Z] de9db76c5a1d: Verifying Checksum [2021-01-27T00:33:02.521Z] de9db76c5a1d: Download complete [2021-01-27T00:33:02.521Z] 0ef7d3d256c8: Download complete [2021-01-27T00:33:02.521Z] 93359f2a8cfa: Download complete [2021-01-27T00:33:02.521Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T00:33:02.521Z] 188c0c94c7c5: Download complete [2021-01-27T00:33:02.521Z] 7c6f9722023f: Verifying Checksum [2021-01-27T00:33:02.521Z] 7c6f9722023f: Download complete [2021-01-27T00:33:03.100Z] 188c0c94c7c5: Pull complete [2021-01-27T00:33:03.678Z] 0ef7d3d256c8: Pull complete [2021-01-27T00:33:04.256Z] de9db76c5a1d: Pull complete [2021-01-27T00:33:04.256Z] a35cf1a2eb13: Download complete [2021-01-27T00:33:05.212Z] bca2f99d35d6: Verifying Checksum [2021-01-27T00:33:05.212Z] bca2f99d35d6: Download complete [2021-01-27T00:33:10.550Z] Still waiting to schedule task [2021-01-27T00:33:10.550Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-27T00:33:11.858Z] bca2f99d35d6: Pull complete [2021-01-27T00:33:11.858Z] 93359f2a8cfa: Pull complete [2021-01-27T00:33:11.858Z] 7c6f9722023f: Pull complete [2021-01-27T00:33:16.141Z] a35cf1a2eb13: Pull complete [2021-01-27T00:33:16.141Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T00:33:16.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T00:33:16.141Z] ---> a62c8e92a672 [2021-01-27T00:33:16.141Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-27T00:33:16.141Z] ---> Running in 9d30f1f3cbf4 [2021-01-27T00:33:16.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:33:18.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:33:18.691Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:33:18.691Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:33:18.954Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:33:18.954Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:33:25.563Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:33:25.563Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:33:25.563Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:33:25.563Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:33:25.563Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:33:25.563Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:33:25.830Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:33:25.830Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:33:25.830Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:33:25.830Z] OK: 233 MiB in 51 packages [2021-01-27T00:33:30.061Z] Removing intermediate container 9d30f1f3cbf4 [2021-01-27T00:33:30.061Z] ---> 709869338614 [2021-01-27T00:33:30.061Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:33:30.061Z] ---> Running in 312cc32e0fcc [2021-01-27T00:33:30.061Z] Removing intermediate container 312cc32e0fcc [2021-01-27T00:33:30.061Z] ---> b56298ad125b [2021-01-27T00:33:30.061Z] Step 5/6 : COPY go.mod . [2021-01-27T00:33:30.061Z] ---> 3dcae7581ccf [2021-01-27T00:33:30.061Z] Step 6/6 : RUN go mod download [2021-01-27T00:33:30.061Z] ---> Running in ff79738f6e6d [2021-01-27T00:33:52.117Z] Removing intermediate container ff79738f6e6d [2021-01-27T00:33:52.117Z] ---> e4a5ed852449 [2021-01-27T00:33:52.117Z] Successfully built e4a5ed852449 [2021-01-27T00:33:52.117Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:33:52.431Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:33:52.431Z] . [Pipeline] withDockerContainer [2021-01-27T00:33:52.542Z] prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container [2021-01-27T00:33:52.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:33:53.709Z] $ docker top 1266c37d40e7ad36598cfde12036f9e54aa711fd632e526f30d459fd6654b8ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:33:54.274Z] + go version [2021-01-27T00:33:54.274Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T00:33:54.294Z] $ docker stop --time=1 1266c37d40e7ad36598cfde12036f9e54aa711fd632e526f30d459fd6654b8ff [2021-01-27T00:33:55.662Z] $ docker rm -f 1266c37d40e7ad36598cfde12036f9e54aa711fd632e526f30d459fd6654b8ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:33:56.443Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:33:56.443Z] . [Pipeline] withDockerContainer [2021-01-27T00:33:56.567Z] prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container [2021-01-27T00:33:56.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:33:57.340Z] $ docker top 5343f8db57c5d818bd5c39eb5aa17b75c7a7ca5b04864a3fe7528d107a9a432b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:33:57.553Z] ========================================================= [2021-01-27T00:33:57.553Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:33:57.553Z] ========================================================= [Pipeline] sh [2021-01-27T00:33:57.855Z] + make test [2021-01-27T00:33:57.855Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:34:07.978Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:34:26.264Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:34:32.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:34:32.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:34:32.960Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:34:32.960Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:34:36.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:34:36.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:34:36.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:34:36.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:34:36.308Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:34:36.308Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:34:38.940Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:34:38.940Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:34:38.940Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:34:41.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements [2021-01-27T00:34:41.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:34:41.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:34:41.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:34:41.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:34:41.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:34:45.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.1% of statements [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:34:45.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:34:45.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:34:45.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:34:45.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.142s coverage: 82.3% of statements [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:34:45.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:34:48.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.486s coverage: 28.6% of statements [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:34:48.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:34:48.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:34:48.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:34:48.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:34:48.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:34:48.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 92.8% of statements [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:34:51.964Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 43.8% of statements [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.127s coverage: 79.5% of statements [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements [2021-01-27T00:34:51.964Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.240s coverage: 63.5% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 68.9% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.347s coverage: 84.0% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:35:04.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-27T00:35:04.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.862s coverage: 29.1% of statements [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:35:06.862Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-27T00:35:06.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements [2021-01-27T00:35:07.131Z] GO111MODULE=on go vet ./... [2021-01-27T00:35:40.796Z] gofmt -l . [2021-01-27T00:35:40.796Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:35:40.796Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:35:40.796Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:35:41.443Z] + ls -al . [2021-01-27T00:35:41.443Z] total 668 [2021-01-27T00:35:41.443Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 00:35 . [2021-01-27T00:35:41.443Z] drwxr-xr-x 4 root root 30 Jan 27 00:33 .. [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:31 .dockerignore [2021-01-27T00:35:41.443Z] drwxrwxr-x 8 1001 1001 179 Jan 27 00:32 .git [2021-01-27T00:35:41.443Z] drwxrwxr-x 3 1001 1001 125 Jan 27 00:31 .github [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:31 .gitignore [2021-01-27T00:35:41.443Z] drwx------ 3 1001 1001 60 Jan 27 00:32 .semver [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:31 .sonarcloud.properties [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:31 Attribution.txt [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:31 CONTRIBUTING.md [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:31 Dockerfile.build [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:31 Jenkinsfile [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:31 LICENSE [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:31 Makefile [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:31 README.md [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:31 SECURITY.md [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:32 VERSION [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:31 ZMQWindows.md [2021-01-27T00:35:41.443Z] drwxrwxr-x 2 1001 1001 117 Jan 27 00:31 bin [2021-01-27T00:35:41.443Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:31 cmd [2021-01-27T00:35:41.443Z] -rw-r--r-- 1 root root 564700 Jan 27 00:35 coverage.out [2021-01-27T00:35:41.443Z] -rw-r--r-- 1 root root 1053 Jan 27 00:35 go.mod [2021-01-27T00:35:41.443Z] -rw-r--r-- 1 root root 18995 Jan 27 00:35 go.sum [2021-01-27T00:35:41.443Z] drwxrwxr-x 8 1001 1001 127 Jan 27 00:31 internal [2021-01-27T00:35:41.443Z] drwxrwxr-x 4 1001 1001 26 Jan 27 00:31 openapi [2021-01-27T00:35:41.443Z] drwxrwxr-x 4 1001 1001 71 Jan 27 00:31 snap [2021-01-27T00:35:41.443Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:31 version.go [Pipeline] sh [2021-01-27T00:35:41.770Z] + '[' -e coverage.out ] [2021-01-27T00:35:41.770Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:35:42.035Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:35:42.342Z] + make build [2021-01-27T00:35:42.342Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:35:46.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:35:54.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:35:55.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:35:57.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:35:57.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:35:59.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:36:01.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:36:02.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:36:04.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:36:05.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:36:06.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:36:08.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-27T00:36:09.819Z] $ docker stop --time=1 5343f8db57c5d818bd5c39eb5aa17b75c7a7ca5b04864a3fe7528d107a9a432b [2021-01-27T00:36:11.689Z] $ docker rm -f 5343f8db57c5d818bd5c39eb5aa17b75c7a7ca5b04864a3fe7528d107a9a432b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:36:13.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:36:13.609Z] [2021-01-27T00:36:13.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:36:13.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:36:13.984Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T00:36:13.984Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T00:36:13.984Z] ca9280d653b3: Pulling fs layer [2021-01-27T00:36:13.984Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T00:36:13.984Z] cbdbe7a5bc2a: Download complete [2021-01-27T00:36:14.566Z] cbdbe7a5bc2a: Pull complete [2021-01-27T00:36:14.566Z] ca9280d653b3: Verifying Checksum [2021-01-27T00:36:14.566Z] ca9280d653b3: Download complete [2021-01-27T00:36:15.988Z] 7e9c9ca2126c: Verifying Checksum [2021-01-27T00:36:15.988Z] 7e9c9ca2126c: Download complete [2021-01-27T00:36:15.988Z] ca9280d653b3: Pull complete [2021-01-27T00:36:24.216Z] 7e9c9ca2126c: Pull complete [2021-01-27T00:36:24.216Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T00:36:24.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:36:24.216Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T00:36:24.375Z] prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container [2021-01-27T00:36:24.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:36:27.379Z] $ docker top dc038d0d8b84106da7ead6331947be648972e99481b4eeb5e8133ec81324c080 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:36:28.037Z] + docker-compose build --help [2021-01-27T00:36:28.038Z] + grep parallel [2021-01-27T00:36:29.511Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:36:29.555Z] $ docker stop --time=1 dc038d0d8b84106da7ead6331947be648972e99481b4eeb5e8133ec81324c080 [2021-01-27T00:36:31.018Z] $ docker rm -f dc038d0d8b84106da7ead6331947be648972e99481b4eeb5e8133ec81324c080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:36:31.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:36:31.663Z] . [Pipeline] withDockerContainer [2021-01-27T00:36:31.808Z] prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container [2021-01-27T00:36:31.881Z] $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:36:32.893Z] $ docker top 7ed26b6da652930ff538c76cf769eecebd5274ded76725b3f8dd4138a0304de1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:36:33.422Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:36:34.823Z] Building docker-core-command-go ... [2021-01-27T00:36:34.823Z] Building docker-core-data-go ... [2021-01-27T00:36:34.823Z] Building docker-core-metadata-go ... [2021-01-27T00:36:34.823Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:36:34.823Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:36:34.823Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:36:34.823Z] Building docker-support-notifications-go ... [2021-01-27T00:36:34.823Z] Building docker-support-scheduler-go ... [2021-01-27T00:36:34.823Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:36:34.823Z] Building docker-support-notifications-go [2021-01-27T00:36:34.823Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:36:34.823Z] Building docker-core-command-go [2021-01-27T00:36:34.823Z] Building docker-security-secretstore-setup-go [2021-01-27T00:36:34.823Z] Building docker-security-bootstrapper-go [2021-01-27T00:37:13.884Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:13.884Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:13.884Z] ---> e4a5ed852449 [2021-01-27T00:37:13.884Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:37:13.884Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:13.884Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:13.884Z] ---> e4a5ed852449 [2021-01-27T00:37:13.884Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:37:13.884Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:13.884Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:13.884Z] ---> e4a5ed852449 [2021-01-27T00:37:13.884Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:37:13.884Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:13.884Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:13.884Z] ---> e4a5ed852449 [2021-01-27T00:37:13.884Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:37:13.884Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:13.884Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:37:13.884Z] ---> e4a5ed852449 [2021-01-27T00:37:13.884Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:37:14.162Z] ---> Running in 8cb1c0b42ba3 [2021-01-27T00:37:14.162Z] ---> Running in 70ff2a1bfbfc [2021-01-27T00:37:14.162Z] ---> Running in 304875abd8c2 [2021-01-27T00:37:14.162Z] ---> Running in 354c14ccc618 [2021-01-27T00:37:14.162Z] ---> Running in efd47d858aef [2021-01-27T00:37:14.765Z] Removing intermediate container 304875abd8c2 [2021-01-27T00:37:14.766Z] ---> 3276b2b8ecae [2021-01-27T00:37:14.766Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:14.766Z] Removing intermediate container 354c14ccc618 [2021-01-27T00:37:14.766Z] ---> bb45da588f59 [2021-01-27T00:37:14.766Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:14.766Z] Removing intermediate container 8cb1c0b42ba3 [2021-01-27T00:37:14.766Z] ---> 15e0f655f3ca [2021-01-27T00:37:14.766Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:14.766Z] Removing intermediate container 70ff2a1bfbfc [2021-01-27T00:37:14.766Z] ---> cf375eea086f [2021-01-27T00:37:14.766Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:14.766Z] Removing intermediate container efd47d858aef [2021-01-27T00:37:14.766Z] ---> b39d69d944e0 [2021-01-27T00:37:14.766Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:14.766Z] ---> Running in 813d4e9aacbe [2021-01-27T00:37:14.766Z] ---> Running in 1a83d88e45ab [2021-01-27T00:37:15.033Z] ---> Running in a36ecb04a876 [2021-01-27T00:37:15.033Z] ---> Running in d50e8b179c3a [2021-01-27T00:37:15.033Z] ---> Running in 8c24b5409a44 [2021-01-27T00:37:18.002Z] Removing intermediate container a36ecb04a876 [2021-01-27T00:37:18.002Z] ---> bc6c92926310 [2021-01-27T00:37:18.002Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:37:18.002Z] Removing intermediate container d50e8b179c3a [2021-01-27T00:37:18.002Z] ---> c12671bc1e0e [2021-01-27T00:37:18.002Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:37:18.002Z] Removing intermediate container 1a83d88e45ab [2021-01-27T00:37:18.002Z] ---> 99dca2c1e6dc [2021-01-27T00:37:18.002Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:37:18.002Z] ---> Running in ae1b5c00d889 [2021-01-27T00:37:18.002Z] Removing intermediate container 813d4e9aacbe [2021-01-27T00:37:18.002Z] ---> 82257d262eef [2021-01-27T00:37:18.002Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:37:18.002Z] ---> Running in efebaf95675f [2021-01-27T00:37:18.002Z] Removing intermediate container 8c24b5409a44 [2021-01-27T00:37:18.002Z] ---> e920396d7f11 [2021-01-27T00:37:18.002Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:37:18.002Z] ---> Running in 9ac156f5aaac [2021-01-27T00:37:18.002Z] ---> Running in c5ec92889fe3 [2021-01-27T00:37:18.308Z] ---> Running in 4b76cb35e713 [2021-01-27T00:37:19.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:19.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:19.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:19.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:19.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:20.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:20.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:20.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:21.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:21.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:21.907Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:21.907Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:22.179Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:22.179Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:22.450Z] Removing intermediate container ae1b5c00d889 [2021-01-27T00:37:22.450Z] ---> 8bb8a2e8b97c [2021-01-27T00:37:22.450Z] Step 6/22 : COPY go.mod . [2021-01-27T00:37:22.719Z] Removing intermediate container efebaf95675f [2021-01-27T00:37:22.719Z] ---> d5d6fb127ced [2021-01-27T00:37:22.719Z] Step 6/23 : COPY go.mod . [2021-01-27T00:37:22.985Z] ---> 65652d97fdd3 [2021-01-27T00:37:22.985Z] Step 7/22 : RUN go mod download [2021-01-27T00:37:22.985Z] Removing intermediate container 4b76cb35e713 [2021-01-27T00:37:22.985Z] ---> 8c27a6885709 [2021-01-27T00:37:22.985Z] Step 6/24 : COPY go.mod . [2021-01-27T00:37:22.985Z] Removing intermediate container c5ec92889fe3 [2021-01-27T00:37:22.985Z] ---> ef4d0ff6979b [2021-01-27T00:37:22.985Z] Step 6/26 : COPY go.mod . [2021-01-27T00:37:22.985Z] ---> Running in 71fa7bcda5f0 [2021-01-27T00:37:23.264Z] ---> 6b86769e4ed4 [2021-01-27T00:37:23.264Z] Step 7/23 : RUN go mod download [2021-01-27T00:37:23.264Z] OK: 233 MiB in 51 packages [2021-01-27T00:37:23.555Z] ---> Running in fb9484e5ed65 [2021-01-27T00:37:23.555Z] ---> 9084ea4b5e4f [2021-01-27T00:37:23.555Z] Step 7/24 : RUN go mod download [2021-01-27T00:37:23.555Z] ---> b285461b4f88 [2021-01-27T00:37:23.555Z] Step 7/26 : RUN go mod download [2021-01-27T00:37:23.857Z] ---> Running in 669b5cb84f99 [2021-01-27T00:37:23.857Z] ---> Running in 5749c57d63d4 [2021-01-27T00:37:24.461Z] Removing intermediate container 9ac156f5aaac [2021-01-27T00:37:24.461Z] ---> 84b1fe37f58d [2021-01-27T00:37:24.461Z] Step 6/33 : COPY go.mod . [2021-01-27T00:37:24.738Z] ---> a1201c6d46d3 [2021-01-27T00:37:24.738Z] Step 7/33 : RUN go mod download [2021-01-27T00:37:25.014Z] ---> Running in 1d8650b9b958 [2021-01-27T00:37:26.005Z] Removing intermediate container 71fa7bcda5f0 [2021-01-27T00:37:26.005Z] ---> 3b3842a80850 [2021-01-27T00:37:26.005Z] Step 8/22 : COPY . . [2021-01-27T00:37:26.005Z] Removing intermediate container fb9484e5ed65 [2021-01-27T00:37:26.005Z] ---> 7ed754608bc5 [2021-01-27T00:37:26.005Z] Step 8/23 : COPY . . [2021-01-27T00:37:26.279Z] Removing intermediate container 5749c57d63d4 [2021-01-27T00:37:26.279Z] ---> 741eb9dd6649 [2021-01-27T00:37:26.279Z] Step 8/24 : COPY . . [2021-01-27T00:37:28.304Z] Removing intermediate container 669b5cb84f99 [2021-01-27T00:37:28.304Z] ---> fe468dc9309f [2021-01-27T00:37:28.304Z] Step 8/26 : COPY . . [2021-01-27T00:37:31.045Z] Removing intermediate container 1d8650b9b958 [2021-01-27T00:37:31.045Z] ---> 9ddc993f65b5 [2021-01-27T00:37:31.045Z] Step 8/33 : COPY . . [2021-01-27T00:37:49.245Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22942 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-27T00:37:49.324Z] Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout [2021-01-27T00:37:55.357Z] using credential edgex-jenkins-ssh [2021-01-27T00:37:55.422Z] Cloning the remote Git repository [2021-01-27T00:37:55.496Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:55.621Z] > git init /w/workspace/edgex-go/49 # timeout=10 [2021-01-27T00:37:55.720Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:55.721Z] > git --version # timeout=10 [2021-01-27T00:37:55.747Z] > git --version # 'git version 2.17.1' [2021-01-27T00:37:55.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:55.815Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:38:18.507Z] ---> cad838389a89 [2021-01-27T00:38:18.507Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:38:18.507Z] ---> 1c51114163a0 [2021-01-27T00:38:18.507Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:38:18.507Z] ---> c21dcd9358f5 [2021-01-27T00:38:18.507Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:38:18.507Z] ---> 43fef52c9d3f [2021-01-27T00:38:18.507Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:38:18.507Z] ---> Running in 068851425b7a [2021-01-27T00:38:18.507Z] ---> Running in 736593afc73b [2021-01-27T00:38:18.507Z] ---> 09a4a675d826 [2021-01-27T00:38:18.507Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:38:18.507Z] ---> Running in dd543197da47 [2021-01-27T00:38:18.507Z] ---> Running in dba7303b85c8 [2021-01-27T00:38:18.507Z] ---> Running in df6af8765ab4 [2021-01-27T00:38:18.507Z] Removing intermediate container df6af8765ab4 [2021-01-27T00:38:18.507Z] ---> 4344942e57bd [2021-01-27T00:38:18.507Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:38:18.507Z] ---> Running in 1ec792cb42be [2021-01-27T00:38:18.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:38:18.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:38:18.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:38:18.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:38:18.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T00:38:34.077Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:38:34.104Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:38:34.129Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:38:34.164Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:38:34.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:38:34.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:38:35.477Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-27T00:38:36.883Z] Merge succeeded, producing 633699ed02ca97cc19c79898873011e9391a27ba [2021-01-27T00:38:36.884Z] Checking out Revision 633699ed02ca97cc19c79898873011e9391a27ba (PR-2858) [2021-01-27T00:38:35.502Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:38:35.521Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-27T00:38:35.873Z] > git remote # timeout=10 [2021-01-27T00:38:35.898Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:38:35.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:38:35.932Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:38:36.860Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:38:36.895Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:38:36.908Z] > git checkout -f 633699ed02ca97cc19c79898873011e9391a27ba # timeout=10 [2021-01-27T00:38:41.529Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:38:41.552Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T00:38:43.133Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:38:43.569Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:38:43.925Z] + sudo service docker restart [2021-01-27T00:38:43.925Z] + true [2021-01-27T00:38:41.541Z] > git rev-list --no-walk 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 [2021-01-27T00:38:45.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:38:45.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:38:46.641Z] provisioning config files... [2021-01-27T00:38:46.695Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config4320586422196861751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:38:47.143Z] ---> docker-login.sh [2021-01-27T00:38:47.143Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:38:48.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:38:48.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:38:48.449Z] Configure a credential helper to remove this warning. See [2021-01-27T00:38:48.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:38:48.449Z] [2021-01-27T00:38:48.449Z] Login Succeeded [2021-01-27T00:38:48.449Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:38:49.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:38:49.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:38:49.054Z] Configure a credential helper to remove this warning. See [2021-01-27T00:38:49.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:38:49.054Z] [2021-01-27T00:38:49.054Z] Login Succeeded [2021-01-27T00:38:49.054Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:38:49.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:38:49.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:38:49.665Z] Configure a credential helper to remove this warning. See [2021-01-27T00:38:49.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:38:49.665Z] [2021-01-27T00:38:49.665Z] Login Succeeded [2021-01-27T00:38:49.665Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:38:50.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:38:50.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:38:50.266Z] Configure a credential helper to remove this warning. See [2021-01-27T00:38:50.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:38:50.266Z] [2021-01-27T00:38:50.266Z] Login Succeeded [2021-01-27T00:38:50.544Z] docker.io [2021-01-27T00:38:50.778Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:38:50.778Z] + cd /tmp/build/dist/linux [2021-01-27T00:38:50.778Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:38:50.778Z] Cloning into '.'... [2021-01-27T00:38:50.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:38:51.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:38:51.107Z] Configure a credential helper to remove this warning. See [2021-01-27T00:38:51.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:38:51.107Z] [2021-01-27T00:38:51.107Z] Login Succeeded [2021-01-27T00:38:51.107Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:38:51.135Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T00:38:51.676Z] ========================================================= [2021-01-27T00:38:51.676Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T00:38:51.676Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:38:52.087Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-27T00:38:52.179Z] + go get github.com/robfig/glock [2021-01-27T00:38:54.119Z] Removing intermediate container dba7303b85c8 [2021-01-27T00:38:54.119Z] ---> 7380b12b67ea [2021-01-27T00:38:54.119Z] [2021-01-27T00:38:54.119Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:38:54.119Z] Removing intermediate container 068851425b7a [2021-01-27T00:38:54.119Z] ---> 10d25b42b816 [2021-01-27T00:38:54.119Z] [2021-01-27T00:38:54.119Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:38:54.119Z] Removing intermediate container dd543197da47 [2021-01-27T00:38:54.119Z] ---> c6ea25e84ce4 [2021-01-27T00:38:54.119Z] [2021-01-27T00:38:54.119Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:38:54.119Z] Removing intermediate container 736593afc73b [2021-01-27T00:38:54.119Z] ---> 9351a05bbdeb [2021-01-27T00:38:54.119Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:38:54.119Z] 3.12: Pulling from library/alpine [2021-01-27T00:38:54.119Z] 3.12: Pulling from library/alpine [2021-01-27T00:38:54.119Z] 3.12: Pulling from library/alpine [2021-01-27T00:38:54.119Z] ---> Running in 99184d674afa [2021-01-27T00:38:54.711Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:38:54.711Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:38:54.711Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:38:54.711Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:38:54.711Z] ---> 389fef711851 [2021-01-27T00:38:54.711Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:38:54.711Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:38:54.711Z] ---> 389fef711851 [2021-01-27T00:38:54.711Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:38:54.711Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:38:54.711Z] ---> 389fef711851 [2021-01-27T00:38:54.711Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:38:54.782Z] Sending build context to Docker daemon 165.9MB [2021-01-27T00:38:54.782Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:38:54.782Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:38:54.782Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T00:38:54.782Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T00:38:54.782Z] a4357932f1b6: Pulling fs layer [2021-01-27T00:38:54.782Z] 18c013af1878: Pulling fs layer [2021-01-27T00:38:54.782Z] 00ac8860ef70: Pulling fs layer [2021-01-27T00:38:54.782Z] 63d7cb157983: Pulling fs layer [2021-01-27T00:38:54.782Z] b116817d02f9: Pulling fs layer [2021-01-27T00:38:54.782Z] 745a02a5169b: Pulling fs layer [2021-01-27T00:38:54.782Z] 00ac8860ef70: Waiting [2021-01-27T00:38:54.782Z] 63d7cb157983: Waiting [2021-01-27T00:38:54.782Z] b116817d02f9: Waiting [2021-01-27T00:38:54.782Z] 745a02a5169b: Waiting [2021-01-27T00:38:54.782Z] 18c013af1878: Verifying Checksum [2021-01-27T00:38:54.782Z] 18c013af1878: Download complete [2021-01-27T00:38:54.782Z] a4357932f1b6: Verifying Checksum [2021-01-27T00:38:54.782Z] a4357932f1b6: Download complete [2021-01-27T00:38:54.782Z] 63d7cb157983: Download complete [2021-01-27T00:38:54.782Z] 5f621e34cdf4: Download complete [2021-01-27T00:38:54.989Z] ---> Running in fc5ca0d2b443 [2021-01-27T00:38:54.989Z] ---> Running in 1e2e0da570e5 [2021-01-27T00:38:54.989Z] ---> Running in 364c6f7abdd2 [2021-01-27T00:38:54.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:38:55.059Z] b116817d02f9: Verifying Checksum [2021-01-27T00:38:55.059Z] b116817d02f9: Download complete [2021-01-27T00:38:55.686Z] 5f621e34cdf4: Pull complete [2021-01-27T00:38:56.304Z] a4357932f1b6: Pull complete [2021-01-27T00:38:56.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:56.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:56.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:56.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:56.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:56.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:56.468Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:56.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:56.468Z] OK: 6 MiB in 15 packages [2021-01-27T00:38:56.592Z] 18c013af1878: Pull complete [2021-01-27T00:38:56.737Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:56.737Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:38:56.737Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:38:57.012Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:57.012Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:38:57.012Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:57.012Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:57.012Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:57.012Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:57.012Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:57.199Z] 745a02a5169b: Verifying Checksum [2021-01-27T00:38:57.199Z] 745a02a5169b: Download complete [2021-01-27T00:38:57.283Z] OK: 6 MiB in 16 packages [2021-01-27T00:38:57.283Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:57.573Z] OK: 7 MiB in 19 packages [2021-01-27T00:38:57.573Z] Removing intermediate container 99184d674afa [2021-01-27T00:38:57.573Z] ---> 08d81bc29a27 [2021-01-27T00:38:57.573Z] [2021-01-27T00:38:57.573Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:38:57.838Z] 20.10.0: Pulling from library/docker [2021-01-27T00:38:57.838Z] Removing intermediate container fc5ca0d2b443 [2021-01-27T00:38:57.838Z] ---> d0f609e328c8 [2021-01-27T00:38:57.838Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:38:58.127Z] ---> Running in 099cb60f71a4 [2021-01-27T00:38:59.585Z] Removing intermediate container 099cb60f71a4 [2021-01-27T00:38:59.585Z] ---> e78be970b682 [2021-01-27T00:38:59.585Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:38:59.861Z] Removing intermediate container 1e2e0da570e5 [2021-01-27T00:38:59.861Z] ---> ad97d136b7d4 [2021-01-27T00:38:59.861Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:39:00.159Z] ---> Running in 1dbde9a28258 [2021-01-27T00:39:00.159Z] Removing intermediate container 364c6f7abdd2 [2021-01-27T00:39:00.159Z] ---> 1d44e2a08d8e [2021-01-27T00:39:00.159Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:39:00.603Z] 00ac8860ef70: Verifying Checksum [2021-01-27T00:39:00.603Z] 00ac8860ef70: Download complete [2021-01-27T00:39:01.601Z] ---> Running in a440c4ea6d7e [2021-01-27T00:39:03.625Z] ---> Running in d7c8b57e6452 [2021-01-27T00:39:03.625Z] Removing intermediate container 1dbde9a28258 [2021-01-27T00:39:03.625Z] ---> 78a9834a370d [2021-01-27T00:39:03.625Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:39:03.909Z] Removing intermediate container a440c4ea6d7e [2021-01-27T00:39:03.909Z] ---> 1ba2e1b807ed [2021-01-27T00:39:03.909Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:39:03.909Z] ---> Running in b81822e774e3 [2021-01-27T00:39:03.909Z] ---> Running in cc9bef67adaa [2021-01-27T00:39:04.184Z] Removing intermediate container d7c8b57e6452 [2021-01-27T00:39:04.184Z] ---> a69bae0213b8 [2021-01-27T00:39:04.184Z] Step 13/24 : WORKDIR / [2021-01-27T00:39:04.184Z] Removing intermediate container b81822e774e3 [2021-01-27T00:39:04.184Z] ---> 7ad73cbe07cb [2021-01-27T00:39:04.184Z] Step 15/23 : WORKDIR / [2021-01-27T00:39:04.184Z] ---> Running in d406d791eb35 [2021-01-27T00:39:04.485Z] ---> Running in b862f72ee8c4 [2021-01-27T00:39:04.485Z] Removing intermediate container cc9bef67adaa [2021-01-27T00:39:04.485Z] ---> 66f44833e120 [2021-01-27T00:39:04.485Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:39:04.769Z] ---> Running in a5de00f0eac3 [2021-01-27T00:39:04.769Z] Removing intermediate container d406d791eb35 [2021-01-27T00:39:04.769Z] ---> 3fce3740322a [2021-01-27T00:39:04.769Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-27T00:39:04.769Z] Removing intermediate container b862f72ee8c4 [2021-01-27T00:39:04.769Z] ---> 1bbbb0781054 [2021-01-27T00:39:04.769Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:39:05.378Z] Removing intermediate container a5de00f0eac3 [2021-01-27T00:39:05.378Z] ---> 520b35aa2af3 [2021-01-27T00:39:05.378Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:39:05.378Z] + glock sync -n [2021-01-27T00:39:05.378Z]  ---> fa2375ef58b3 [2021-01-27T00:39:05.378Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:39:05.378Z] ---> 8a31b44827dc [2021-01-27T00:39:05.378Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-27T00:39:05.650Z] ---> 56f06e967d05 [2021-01-27T00:39:05.650Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:39:05.932Z] ---> 0fe40a64bc79 [2021-01-27T00:39:05.932Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:06.207Z] ---> 397ee16f62da [2021-01-27T00:39:06.207Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:06.491Z] ---> cbe3fbda94f0 [2021-01-27T00:39:06.491Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:06.491Z] ---> 4c769798a348 [2021-01-27T00:39:06.491Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:39:06.770Z] ---> 7dcff5a3d619 [2021-01-27T00:39:06.770Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:39:06.770Z] ---> Running in f88fef57e5df [2021-01-27T00:39:07.046Z] ---> e400e5f65ec6 [2021-01-27T00:39:07.046Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:39:07.319Z] ---> Running in b891e71eb662 [2021-01-27T00:39:07.319Z] Removing intermediate container f88fef57e5df [2021-01-27T00:39:07.319Z] ---> 7b00f5685028 [2021-01-27T00:39:07.319Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:39:07.319Z] ---> 6d6f5c22516c [2021-01-27T00:39:07.319Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:39:07.319Z] ---> Running in 27c88d2fcc81 [2021-01-27T00:39:07.609Z] Removing intermediate container b891e71eb662 [2021-01-27T00:39:07.609Z] ---> ba75a4d7e85d [2021-01-27T00:39:07.609Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:39:07.609Z] ---> Running in edb28193b5b1 [2021-01-27T00:39:07.609Z] Removing intermediate container 27c88d2fcc81 [2021-01-27T00:39:07.609Z] ---> dbd9acf4a1df [2021-01-27T00:39:07.609Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:39:07.896Z] ---> Running in 63603797b01a [2021-01-27T00:39:09.327Z] Removing intermediate container edb28193b5b1 [2021-01-27T00:39:09.327Z] ---> 96413f7f5bea [2021-01-27T00:39:09.327Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:39:09.327Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:39:09.327Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:39:09.327Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:39:09.921Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:39:09.921Z] + git describe '--abbrev=0' --tags [2021-01-27T00:39:09.921Z] + TAG=v0.6.1 [2021-01-27T00:39:09.921Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:39:09.921Z] + apk --print-arch [2021-01-27T00:39:09.921Z] building [dockerize] for amd64 ... [2021-01-27T00:39:09.921Z] + arch=x86_64 [2021-01-27T00:39:09.921Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T00:39:09.921Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T00:39:10.187Z]  ---> 2e5342244d9b [2021-01-27T00:39:10.187Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:39:10.187Z] Removing intermediate container 63603797b01a [2021-01-27T00:39:10.187Z] ---> 12c22b7a2dc3 [2021-01-27T00:39:10.187Z] Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:39:10.789Z] ---> Running in 7f0a8cb09a0c [2021-01-27T00:39:10.849Z] 00ac8860ef70: Pull complete [2021-01-27T00:39:10.849Z] 63d7cb157983: Pull complete [2021-01-27T00:39:10.849Z] b116817d02f9: Pull complete [2021-01-27T00:39:11.744Z] ---> Running in 03aaf320e017 [2021-01-27T00:39:12.046Z] ---> 9f439f1f0c7e [2021-01-27T00:39:12.046Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T00:39:12.046Z] Removing intermediate container 7f0a8cb09a0c [2021-01-27T00:39:12.046Z] ---> ca069d3871c0 [2021-01-27T00:39:12.046Z] Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:39:12.046Z] ---> Running in 7ad7eb86870a [2021-01-27T00:39:12.046Z] Removing intermediate container 03aaf320e017 [2021-01-27T00:39:12.046Z] ---> 1077818c17f8 [2021-01-27T00:39:12.046Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:39:12.319Z] ---> Running in 6c2b601e7abb [2021-01-27T00:39:12.319Z] ---> Running in 8f55cc7fe605 [2021-01-27T00:39:13.833Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:39:13.833Z] Removing intermediate container 8f55cc7fe605 [2021-01-27T00:39:13.833Z] ---> 0c3397f49bff [2021-01-27T00:39:13.833Z] [2021-01-27T00:39:13.833Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:39:13.833Z] ---> aefe523efa57 [2021-01-27T00:39:13.833Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:39:13.833Z] Removing intermediate container 6c2b601e7abb [2021-01-27T00:39:13.833Z] ---> 6e7c0799ca05 [2021-01-27T00:39:13.833Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:39:14.099Z] ---> Running in 562b3aaf879c [2021-01-27T00:39:14.099Z] ---> Running in a56f4063eca2 [2021-01-27T00:39:14.366Z] Successfully built 0c3397f49bff [2021-01-27T00:39:14.366Z] Successfully tagged docker-core-command-go:latest [2021-01-27T00:39:14.366Z] Building docker-core-metadata-go [2021-01-27T00:39:14.637Z]  Building docker-core-command-go ... done Removing intermediate container a56f4063eca2 [2021-01-27T00:39:14.637Z] ---> 9d0c42f013be [2021-01-27T00:39:14.637Z] [2021-01-27T00:39:14.912Z] Successfully built 9d0c42f013be [2021-01-27T00:39:14.912Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T00:39:14.912Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-27T00:39:15.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:15.218Z] 745a02a5169b: Pull complete [2021-01-27T00:39:15.218Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T00:39:15.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T00:39:15.218Z] ---> b7e6874047d6 [2021-01-27T00:39:15.218Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-27T00:39:15.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:15.470Z] Removing intermediate container 7ad7eb86870a [2021-01-27T00:39:15.470Z] ---> 34415f905279 [2021-01-27T00:39:15.470Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:39:15.470Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:39:15.751Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:39:15.751Z] ---> Running in 40a232ed5251 [2021-01-27T00:39:15.751Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:39:15.751Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:39:15.751Z] OK: 12 MiB in 22 packages [2021-01-27T00:39:18.684Z] ---> Running in 3f372f330a04 [2021-01-27T00:39:19.136Z] Removing intermediate container 40a232ed5251 [2021-01-27T00:39:19.136Z] ---> 29a1a898ac7c [2021-01-27T00:39:19.136Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T00:39:20.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:39:21.113Z] ---> Running in f9d822b9b84f [2021-01-27T00:39:21.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:39:22.103Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:39:22.377Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:39:22.652Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:39:22.652Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:39:25.397Z] Removing intermediate container f9d822b9b84f [2021-01-27T00:39:25.397Z] ---> 5b964eb084eb [2021-01-27T00:39:25.397Z] Step 23/24 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:39:26.017Z] ---> Running in 0e020680ebb1 [2021-01-27T00:39:26.017Z] Removing intermediate container 562b3aaf879c [2021-01-27T00:39:26.017Z] ---> 9cdf2d3f89dc [2021-01-27T00:39:26.017Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:39:27.007Z] ---> Running in 71abd92f11f9 [2021-01-27T00:39:27.046Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:39:27.046Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:39:27.046Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:39:27.046Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:39:27.046Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:39:27.046Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:39:27.046Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:39:27.046Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:39:27.046Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:39:27.321Z] OK: 217 MiB in 51 packages [2021-01-27T00:39:27.995Z] Removing intermediate container 0e020680ebb1 [2021-01-27T00:39:27.995Z] ---> dcdc1e3d4fba [2021-01-27T00:39:27.995Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:39:31.369Z] ---> Running in 4ce36d925ad0 [2021-01-27T00:39:31.750Z] Removing intermediate container 3f372f330a04 [2021-01-27T00:39:31.750Z] ---> 01a35145b79f [2021-01-27T00:39:31.750Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:39:31.750Z] ---> Running in b4949244f196 [2021-01-27T00:39:32.335Z] Removing intermediate container 71abd92f11f9 [2021-01-27T00:39:32.335Z] ---> 439bfa97fbb0 [2021-01-27T00:39:32.335Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:39:32.351Z] Removing intermediate container b4949244f196 [2021-01-27T00:39:32.351Z] ---> 82ea97ca2861 [2021-01-27T00:39:32.351Z] Step 5/6 : COPY go.mod . [2021-01-27T00:39:33.343Z] ---> 171376105be4 [2021-01-27T00:39:33.343Z] Step 6/6 : RUN go mod download [2021-01-27T00:39:33.343Z] ---> Running in 2834c03ed9c2 [2021-01-27T00:39:34.996Z] Removing intermediate container 4ce36d925ad0 [2021-01-27T00:39:34.996Z] ---> b3cb2a6acb99 [2021-01-27T00:39:34.996Z] [2021-01-27T00:39:34.996Z] ---> Running in 4834eac2750f [2021-01-27T00:39:35.594Z] Successfully built b3cb2a6acb99 [2021-01-27T00:39:35.877Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T00:39:35.877Z] Building docker-support-scheduler-go [2021-01-27T00:39:36.910Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4834eac2750f [2021-01-27T00:39:36.910Z] ---> a262543b53a6 [2021-01-27T00:39:36.910Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:39:38.935Z] ---> Running in 4d1b9dd0e234 [2021-01-27T00:39:40.946Z] Removing intermediate container 4d1b9dd0e234 [2021-01-27T00:39:40.946Z] ---> d8c3112ab703 [2021-01-27T00:39:40.946Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:39:42.424Z] ---> 577e4b6c730d [2021-01-27T00:39:42.424Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:42.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:42.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:42.716Z] ---> e4a5ed852449 [2021-01-27T00:39:42.716Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:39:42.716Z] ---> Using cache [2021-01-27T00:39:42.716Z] ---> b39d69d944e0 [2021-01-27T00:39:42.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:42.716Z] ---> Using cache [2021-01-27T00:39:42.716Z] ---> e920396d7f11 [2021-01-27T00:39:42.716Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:39:43.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:43.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:43.695Z] ---> e4a5ed852449 [2021-01-27T00:39:43.695Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:39:43.695Z] ---> Using cache [2021-01-27T00:39:43.695Z] ---> b39d69d944e0 [2021-01-27T00:39:43.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:43.695Z] ---> Using cache [2021-01-27T00:39:43.695Z] ---> e920396d7f11 [2021-01-27T00:39:43.695Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:39:43.695Z] ---> Using cache [2021-01-27T00:39:43.695Z] ---> 8c27a6885709 [2021-01-27T00:39:43.695Z] Step 6/23 : COPY go.mod . [2021-01-27T00:39:43.695Z] ---> Using cache [2021-01-27T00:39:43.695Z] ---> 9084ea4b5e4f [2021-01-27T00:39:43.695Z] Step 7/23 : RUN go mod download [2021-01-27T00:39:43.695Z] ---> Using cache [2021-01-27T00:39:43.695Z] ---> 741eb9dd6649 [2021-01-27T00:39:43.695Z] Step 8/23 : COPY . . [2021-01-27T00:39:43.973Z] ---> Using cache [2021-01-27T00:39:43.973Z] ---> 43fef52c9d3f [2021-01-27T00:39:43.973Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:39:44.567Z] ---> 659bc7e75507 [2021-01-27T00:39:44.567Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:39:44.567Z] ---> Running in fd07bcb49514 [2021-01-27T00:39:44.567Z] ---> Running in e07366ae57b3 [2021-01-27T00:39:44.853Z] + date [2021-01-27T00:39:44.854Z] + echo 'Wed Jan 27 00:39:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:39:44.854Z] Wed Jan 27 00:39:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:39:45.119Z] ---> 985e2e843b08 [2021-01-27T00:39:45.119Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:39:45.391Z] ---> Running in b73354c8b546 [2021-01-27T00:39:46.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:39:46.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:47.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:47.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:47.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:47.868Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:39:47.868Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:39:47.868Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:39:47.868Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:39:48.141Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:39:48.141Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:39:48.141Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:39:48.415Z] OK: 233 MiB in 51 packages [2021-01-27T00:39:53.617Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:39:53.617Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:39:53.617Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:39:53.617Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:39:53.617Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:39:53.617Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:39:53.617Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:39:53.617Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:39:53.617Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:39:53.617Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:39:53.617Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:39:53.617Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:39:54.521Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:39:54.521Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:39:54.521Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:39:54.521Z] Removing intermediate container fd07bcb49514 [2021-01-27T00:39:54.521Z] ---> 370b9a86e02f [2021-01-27T00:39:54.521Z] Step 6/23 : COPY go.mod . [2021-01-27T00:39:54.521Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:39:54.521Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:39:54.521Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:39:54.521Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:39:54.921Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:39:54.921Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:39:54.921Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:39:54.921Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:39:54.921Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:39:54.921Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:39:54.921Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:39:55.919Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:39:55.919Z] OK: 71 MiB in 55 packages [2021-01-27T00:39:57.920Z] ---> be66b32773a3 [2021-01-27T00:39:57.920Z] Step 7/23 : RUN go mod download [2021-01-27T00:39:59.931Z] ---> Running in 9b5a89d9adec [2021-01-27T00:40:00.149Z] Removing intermediate container 2834c03ed9c2 [2021-01-27T00:40:00.149Z] ---> b47f638aa4e6 [2021-01-27T00:40:00.149Z] Successfully built b47f638aa4e6 [2021-01-27T00:40:00.149Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:40:00.512Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:40:00.512Z] . [Pipeline] withDockerContainer [2021-01-27T00:40:00.840Z] prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container [2021-01-27T00:40:00.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:40:02.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:40:02.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:40:02.034Z] ---> e4a5ed852449 [2021-01-27T00:40:02.034Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:40:02.034Z] ---> Using cache [2021-01-27T00:40:02.034Z] ---> b39d69d944e0 [2021-01-27T00:40:02.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:40:02.034Z] ---> Using cache [2021-01-27T00:40:02.034Z] ---> e920396d7f11 [2021-01-27T00:40:02.034Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:40:02.034Z] ---> Using cache [2021-01-27T00:40:02.034Z] ---> 8c27a6885709 [2021-01-27T00:40:02.034Z] Step 6/22 : COPY go.mod . [2021-01-27T00:40:02.034Z] ---> Using cache [2021-01-27T00:40:02.034Z] ---> 9084ea4b5e4f [2021-01-27T00:40:02.034Z] Step 7/22 : RUN go mod download [2021-01-27T00:40:02.034Z] ---> Using cache [2021-01-27T00:40:02.034Z] ---> 741eb9dd6649 [2021-01-27T00:40:02.034Z] Step 8/22 : COPY . . [2021-01-27T00:40:02.322Z] ---> Using cache [2021-01-27T00:40:02.322Z] ---> 43fef52c9d3f [2021-01-27T00:40:02.322Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:40:02.807Z] $ docker top a1756874e83f5b39f31afc92dea6086467b1da0bc4c1ab65fe2cd0afdd02504c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:40:03.784Z] ---> Running in c262585f501c [2021-01-27T00:40:03.947Z] + go version [2021-01-27T00:40:03.948Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T00:40:03.982Z] $ docker stop --time=1 a1756874e83f5b39f31afc92dea6086467b1da0bc4c1ab65fe2cd0afdd02504c [2021-01-27T00:40:05.761Z] Removing intermediate container 9b5a89d9adec [2021-01-27T00:40:05.761Z] ---> 6daafcbcd264 [2021-01-27T00:40:05.761Z] Step 8/23 : COPY . . [2021-01-27T00:40:05.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:40:06.107Z] $ docker rm -f a1756874e83f5b39f31afc92dea6086467b1da0bc4c1ab65fe2cd0afdd02504c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:40:07.157Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:40:07.157Z] . [Pipeline] withDockerContainer [2021-01-27T00:40:07.461Z] prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container [2021-01-27T00:40:07.559Z] $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:40:09.189Z] $ docker top 48fee358ef917d628374f1515359f6784ec90814b572a9890c49c4df81e3f503 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:40:09.621Z] ========================================================= [2021-01-27T00:40:09.621Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:40:09.621Z] ========================================================= [Pipeline] sh [2021-01-27T00:40:10.360Z] + make test [2021-01-27T00:40:10.360Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:40:24.266Z] Removing intermediate container 1ec792cb42be [2021-01-27T00:40:24.267Z] ---> 680d2f9950be [2021-01-27T00:40:24.267Z] [2021-01-27T00:40:24.267Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:40:24.267Z] ---> 389fef711851 [2021-01-27T00:40:24.267Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:40:27.653Z] ---> Running in adc51ed34fe6 [2021-01-27T00:40:27.654Z] Removing intermediate container b73354c8b546 [2021-01-27T00:40:27.654Z] ---> 5c86db64cfc6 [2021-01-27T00:40:27.654Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:40:31.030Z] ---> Running in 87893219d24d [2021-01-27T00:40:32.483Z] Removing intermediate container adc51ed34fe6 [2021-01-27T00:40:32.483Z] ---> be7ede3441e6 [2021-01-27T00:40:32.483Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:40:33.916Z] ---> Running in 693c0e974dcf [2021-01-27T00:40:36.588Z] ---> e5ee146ac2b6 [2021-01-27T00:40:36.588Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:40:36.861Z] ---> Running in da0cf9e7cc94 [2021-01-27T00:40:36.861Z] Removing intermediate container e07366ae57b3 [2021-01-27T00:40:36.861Z] ---> 7ea75193a656 [2021-01-27T00:40:36.861Z] [2021-01-27T00:40:36.861Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:40:36.861Z] ---> 389fef711851 [2021-01-27T00:40:36.861Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:40:36.861Z] ---> Using cache [2021-01-27T00:40:36.861Z] ---> d0f609e328c8 [2021-01-27T00:40:36.861Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:40:37.143Z] ---> Using cache [2021-01-27T00:40:37.143Z] ---> e78be970b682 [2021-01-27T00:40:37.143Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:40:37.143Z] ---> Running in 27fde2b595b3 [2021-01-27T00:40:37.412Z] Removing intermediate container 27fde2b595b3 [2021-01-27T00:40:37.412Z] ---> 78d8b95371d4 [2021-01-27T00:40:37.412Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:40:37.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:37.684Z] ---> Running in 45210ac6ef62 [2021-01-27T00:40:37.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:37.684Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:40:37.684Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:40:37.952Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:40:37.952Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:40:37.952Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:40:37.952Z] Removing intermediate container 45210ac6ef62 [2021-01-27T00:40:37.952Z] ---> ed3f7f21c394 [2021-01-27T00:40:37.952Z] Step 15/23 : WORKDIR / [2021-01-27T00:40:37.952Z] OK: 6 MiB in 17 packages [2021-01-27T00:40:38.546Z] ---> Running in 200f87cf3fc9 [2021-01-27T00:40:38.819Z] Collecting docker-compose==1.23.2 [2021-01-27T00:40:38.819Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:40:39.779Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:40:39.779Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:40:40.052Z] Removing intermediate container c262585f501c [2021-01-27T00:40:40.052Z] ---> 66424996b68f [2021-01-27T00:40:40.052Z] [2021-01-27T00:40:40.052Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:40:40.052Z] ---> 389fef711851 [2021-01-27T00:40:40.052Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:40:40.052Z] ---> Using cache [2021-01-27T00:40:40.052Z] ---> d0f609e328c8 [2021-01-27T00:40:40.052Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:40:40.052Z] ---> Using cache [2021-01-27T00:40:40.052Z] ---> e78be970b682 [2021-01-27T00:40:40.052Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:40:40.329Z] Removing intermediate container 200f87cf3fc9 [2021-01-27T00:40:40.329Z] ---> 7da31f5ffe0b [2021-01-27T00:40:40.329Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:40:40.329Z] ---> Running in 76bcfdfe00a8 [2021-01-27T00:40:40.329Z] Removing intermediate container 693c0e974dcf [2021-01-27T00:40:40.329Z] ---> 6bb4d6a4ea56 [2021-01-27T00:40:40.329Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:40:40.607Z] ---> Running in 72614099ded2 [2021-01-27T00:40:40.888Z] Removing intermediate container 76bcfdfe00a8 [2021-01-27T00:40:40.889Z] ---> e775e6dd55aa [2021-01-27T00:40:40.889Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:40:41.179Z] ---> 44841718ae7b [2021-01-27T00:40:41.179Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:40:41.179Z] ---> Running in d3be9cea31b1 [2021-01-27T00:40:41.179Z] Removing intermediate container 72614099ded2 [2021-01-27T00:40:41.179Z] ---> 0dc603426cb8 [2021-01-27T00:40:41.179Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:40:41.179Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:40:41.179Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:40:41.179Z] ---> Running in 7b4c70805d33 [2021-01-27T00:40:41.454Z] Removing intermediate container d3be9cea31b1 [2021-01-27T00:40:41.454Z] ---> cab7501176cf [2021-01-27T00:40:41.454Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:40:41.454Z] Removing intermediate container 7b4c70805d33 [2021-01-27T00:40:41.454Z] ---> a633770794a4 [2021-01-27T00:40:41.454Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:40:41.735Z] ---> Running in 3ed1f4404fdf [2021-01-27T00:40:42.025Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:40:42.025Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:40:42.025Z] ---> 43583d4a78bf [2021-01-27T00:40:42.025Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:40:42.310Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:40:42.310Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:40:42.774Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:40:43.772Z] ---> 456763e53c11 [2021-01-27T00:40:43.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:40:43.772Z] ---> 64901938ba85 [2021-01-27T00:40:43.772Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:40:43.772Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:40:43.772Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:40:44.062Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:40:44.062Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:40:44.350Z] ---> c66d03c36efc [2021-01-27T00:40:44.350Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:40:45.776Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-27T00:40:45.776Z] ---> db09dd8d44ed [2021-01-27T00:40:45.776Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:40:45.776Z] ---> Running in 4418d8d6318b [2021-01-27T00:40:45.776Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:40:45.776Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:40:46.774Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:40:46.774Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:40:47.106Z] ---> Running in 47b3ed52cc94 [2021-01-27T00:40:47.106Z] Removing intermediate container 3ed1f4404fdf [2021-01-27T00:40:47.106Z] ---> 5f30668cf7d7 [2021-01-27T00:40:47.106Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:40:47.106Z] Removing intermediate container 4418d8d6318b [2021-01-27T00:40:47.106Z] ---> 295a14a73941 [2021-01-27T00:40:47.106Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:40:47.106Z] ---> Running in 8a6ea41a7f54 [2021-01-27T00:40:47.106Z] ---> Running in 5002c23bd656 [2021-01-27T00:40:47.403Z] Removing intermediate container 47b3ed52cc94 [2021-01-27T00:40:47.403Z] ---> 416e1319ed2b [2021-01-27T00:40:47.403Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:40:47.684Z] Removing intermediate container 5002c23bd656 [2021-01-27T00:40:47.684Z] ---> d559d20e7661 [2021-01-27T00:40:47.684Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:40:47.684Z] ---> Running in 8fbc5a33f5ac [2021-01-27T00:40:47.684Z] Removing intermediate container 8a6ea41a7f54 [2021-01-27T00:40:47.684Z] ---> bf8c36cb9af6 [2021-01-27T00:40:47.684Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:40:47.970Z] ---> Running in b0c64830430f [2021-01-27T00:40:47.970Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:40:47.970Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:40:47.970Z] Removing intermediate container 8fbc5a33f5ac [2021-01-27T00:40:47.970Z] ---> 074c38caaf5c [2021-01-27T00:40:47.970Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:40:48.249Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:40:48.249Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:40:48.249Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-27T00:40:48.547Z] Removing intermediate container b0c64830430f [2021-01-27T00:40:48.547Z] ---> 343b027845ef [2021-01-27T00:40:48.547Z] Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:40:48.547Z] ---> Running in 0a93aebd8841 [2021-01-27T00:40:48.547Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:40:48.547Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:40:48.547Z] ---> Running in 43d54e196f7a [2021-01-27T00:40:48.866Z] Removing intermediate container 0a93aebd8841 [2021-01-27T00:40:48.866Z] ---> 456acb61f220 [2021-01-27T00:40:48.866Z] Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:40:48.866Z] ---> 59ab5148105c [2021-01-27T00:40:48.866Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:40:48.866Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:40:48.866Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:40:48.866Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-27T00:40:48.866Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:40:48.866Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:40:48.866Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:40:48.866Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:40:48.866Z] ---> Running in 06d5dfd5c5c1 [2021-01-27T00:40:48.866Z] Removing intermediate container 43d54e196f7a [2021-01-27T00:40:48.866Z] ---> 56412403c2e5 [2021-01-27T00:40:48.866Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:40:49.161Z] ---> Running in 19b11b1db93d [2021-01-27T00:40:49.161Z] Installing collected packages: docopt, dockerpty, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, cached-property, texttable, docker-compose [2021-01-27T00:40:49.161Z] Running setup.py install for docopt: started [2021-01-27T00:40:49.161Z] ---> cabe80d338b4 [2021-01-27T00:40:49.161Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:40:49.161Z] Removing intermediate container 06d5dfd5c5c1 [2021-01-27T00:40:49.161Z] ---> d1d03e56087b [2021-01-27T00:40:49.161Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:40:49.436Z] ---> Running in f6263a221cf8 [2021-01-27T00:40:49.436Z] ---> Running in ef23217079f7 [2021-01-27T00:40:49.436Z] Removing intermediate container 19b11b1db93d [2021-01-27T00:40:49.436Z] ---> 7661b7333d06 [2021-01-27T00:40:49.436Z] [2021-01-27T00:40:50.432Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:40:50.700Z] Running setup.py install for dockerpty: started [2021-01-27T00:40:50.968Z] Successfully built 7661b7333d06 [2021-01-27T00:40:50.968Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T00:40:50.968Z] Building docker-security-proxy-setup-go [2021-01-27T00:40:51.563Z]  Building docker-core-metadata-go ... done Removing intermediate container ef23217079f7 [2021-01-27T00:40:51.563Z] ---> 26f3ead8126c [2021-01-27T00:40:51.563Z] [2021-01-27T00:40:51.563Z] Successfully built 26f3ead8126c [2021-01-27T00:40:51.563Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T00:40:51.563Z]  Building docker-support-scheduler-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:40:55.900Z] Attempting uninstall: idna [2021-01-27T00:40:55.900Z] Found existing installation: idna 2.9 [2021-01-27T00:40:55.900Z] Uninstalling idna-2.9: [2021-01-27T00:40:55.900Z] Successfully uninstalled idna-2.9 [2021-01-27T00:40:56.855Z] Attempting uninstall: urllib3 [2021-01-27T00:40:56.855Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:40:56.855Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:40:57.448Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:40:58.419Z] Removing intermediate container f6263a221cf8 [2021-01-27T00:40:58.419Z] ---> e60e6760e9a9 [2021-01-27T00:40:58.419Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:40:58.419Z] Attempting uninstall: requests [2021-01-27T00:40:58.419Z] Found existing installation: requests 2.23.0 [2021-01-27T00:40:58.419Z] Uninstalling requests-2.23.0: [2021-01-27T00:40:58.419Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:41:00.401Z] ---> 3e6c975c8721 [2021-01-27T00:41:00.401Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:41:00.995Z] Running setup.py install for PyYAML: started [2021-01-27T00:41:02.961Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:41:03.991Z] Running setup.py install for texttable: started [2021-01-27T00:41:04.968Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:41:05.240Z] ---> 50de08696c5b [2021-01-27T00:41:05.240Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:41:06.199Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-27T00:41:07.186Z] ---> bec068df2a63 [2021-01-27T00:41:07.186Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:41:09.815Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:41:09.815Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:41:09.815Z] ---> e4a5ed852449 [2021-01-27T00:41:09.815Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:41:09.815Z] ---> Using cache [2021-01-27T00:41:09.815Z] ---> b39d69d944e0 [2021-01-27T00:41:09.815Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:41:09.815Z] ---> Using cache [2021-01-27T00:41:09.815Z] ---> e920396d7f11 [2021-01-27T00:41:09.815Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:41:09.815Z] ---> Using cache [2021-01-27T00:41:09.815Z] ---> 8c27a6885709 [2021-01-27T00:41:09.815Z] Step 6/21 : COPY go.mod . [2021-01-27T00:41:09.815Z] ---> Using cache [2021-01-27T00:41:09.815Z] ---> 9084ea4b5e4f [2021-01-27T00:41:09.815Z] Step 7/21 : RUN go mod download [2021-01-27T00:41:09.815Z] ---> Using cache [2021-01-27T00:41:09.815Z] ---> 741eb9dd6649 [2021-01-27T00:41:09.815Z] Step 8/21 : COPY . . [2021-01-27T00:41:10.080Z] ---> Using cache [2021-01-27T00:41:10.080Z] ---> 43fef52c9d3f [2021-01-27T00:41:10.080Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:41:10.662Z] ---> 2ab3fa70df47 [2021-01-27T00:41:10.662Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:41:10.662Z] ---> Running in e7b9f564ea20 [2021-01-27T00:41:11.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:41:12.205Z] ---> ee1f6f36faf1 [2021-01-27T00:41:12.205Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:41:13.181Z] Removing intermediate container 87893219d24d [2021-01-27T00:41:13.181Z] ---> 46e5698cd7b9 [2021-01-27T00:41:13.181Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:41:13.474Z] ---> Running in 488aa580d9ae [2021-01-27T00:41:13.474Z] ---> Running in 187dafc4ea1a [2021-01-27T00:41:14.146Z] Removing intermediate container 488aa580d9ae [2021-01-27T00:41:14.146Z] ---> ef95ec913d53 [2021-01-27T00:41:14.146Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:41:15.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:15.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:15.867Z] ---> f894e3b377bc [2021-01-27T00:41:15.867Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:41:15.867Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:41:15.867Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:41:15.867Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:41:15.867Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:41:15.867Z] OK: 72 MiB in 58 packages [2021-01-27T00:41:17.287Z] ---> Running in e407a2ae9763 [2021-01-27T00:41:17.287Z] Removing intermediate container da0cf9e7cc94 [2021-01-27T00:41:17.287Z] ---> 6d70fb5c3206 [2021-01-27T00:41:17.287Z] [2021-01-27T00:41:17.287Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:41:17.287Z] ---> 389fef711851 [2021-01-27T00:41:17.287Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:41:17.553Z] ---> Running in 62a3d3232d44 [2021-01-27T00:41:17.830Z] Removing intermediate container 187dafc4ea1a [2021-01-27T00:41:17.830Z] ---> 0240c94ce783 [2021-01-27T00:41:17.830Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:41:17.830Z] ---> Running in e3b3e098dd15 [2021-01-27T00:41:17.830Z] Removing intermediate container 62a3d3232d44 [2021-01-27T00:41:17.830Z] ---> fb532bd6ee1d [2021-01-27T00:41:17.830Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:41:18.107Z] ---> Running in c61a2116cd8c [2021-01-27T00:41:18.107Z] Removing intermediate container e3b3e098dd15 [2021-01-27T00:41:18.107Z] ---> 6ac52dabc0e4 [2021-01-27T00:41:18.107Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:41:18.107Z] ---> Running in a42e8a1c02ca [2021-01-27T00:41:18.401Z] Removing intermediate container c61a2116cd8c [2021-01-27T00:41:18.401Z] ---> 743c50847c4d [2021-01-27T00:41:18.401Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:41:18.401Z] ---> Running in 2e4b747e4654 [2021-01-27T00:41:18.677Z] Removing intermediate container a42e8a1c02ca [2021-01-27T00:41:18.677Z] ---> 2b50ac543f21 [2021-01-27T00:41:18.677Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T00:41:18.677Z] ---> Running in 1c3c4a33a640 [2021-01-27T00:41:18.677Z] Removing intermediate container 2e4b747e4654 [2021-01-27T00:41:18.677Z] ---> f0769f9c6d9f [2021-01-27T00:41:18.677Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:41:19.672Z] Removing intermediate container e407a2ae9763 [2021-01-27T00:41:19.672Z] ---> 6bc1df34fb37 [2021-01-27T00:41:19.672Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:41:19.672Z] ---> Running in 691152d63c6d [2021-01-27T00:41:20.141Z] Removing intermediate container 1c3c4a33a640 [2021-01-27T00:41:20.141Z] ---> e4db7fa26c34 [2021-01-27T00:41:20.141Z] Step 25/26 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:41:21.251Z] ---> Running in 283e2a03a6e2 [2021-01-27T00:41:21.251Z] ---> Running in c7b6db8a58fb [2021-01-27T00:41:21.600Z] Removing intermediate container 283e2a03a6e2 [2021-01-27T00:41:21.600Z] ---> d3dfa40f2482 [2021-01-27T00:41:21.600Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:41:21.600Z] Removing intermediate container c7b6db8a58fb [2021-01-27T00:41:21.600Z] ---> a87dc5340c1c [2021-01-27T00:41:21.600Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:41:21.872Z] ---> Running in ee05907b677c [2021-01-27T00:41:21.872Z] ---> Running in 3054e8872e1e [2021-01-27T00:41:22.452Z] Removing intermediate container ee05907b677c [2021-01-27T00:41:22.452Z] ---> f11c2219fe8b [2021-01-27T00:41:22.452Z] [2021-01-27T00:41:22.452Z] Removing intermediate container 3054e8872e1e [2021-01-27T00:41:22.452Z] ---> 9a2f63434f62 [2021-01-27T00:41:22.452Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T00:41:22.452Z] Successfully built f11c2219fe8b [2021-01-27T00:41:22.452Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T00:41:23.026Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 07deb0a7724b [2021-01-27T00:41:23.027Z] Removing intermediate container 691152d63c6d [2021-01-27T00:41:23.027Z] ---> 418118aa9f1a [2021-01-27T00:41:23.027Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:41:23.027Z] ---> Running in 4759a48f86aa [2021-01-27T00:41:23.292Z] Removing intermediate container 07deb0a7724b [2021-01-27T00:41:23.292Z] ---> 7057e31c0305 [2021-01-27T00:41:23.292Z] Step 32/33 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:41:23.559Z] ---> Running in f2b090ebe4e3 [2021-01-27T00:41:23.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:23.821Z] Removing intermediate container f2b090ebe4e3 [2021-01-27T00:41:23.821Z] ---> 261a7adfdf7f [2021-01-27T00:41:23.821Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:41:23.821Z] ---> Running in 2be28a8b7bf6 [2021-01-27T00:41:24.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:41:24.356Z] Removing intermediate container 2be28a8b7bf6 [2021-01-27T00:41:24.356Z] ---> bace67fef333 [2021-01-27T00:41:24.356Z] [2021-01-27T00:41:24.356Z] Successfully built bace67fef333 [2021-01-27T00:41:24.356Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T00:41:24.633Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:25.588Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:41:25.588Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:41:25.588Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:41:25.852Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:41:26.120Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:41:26.396Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:41:26.396Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:41:26.396Z] OK: 8 MiB in 20 packages [2021-01-27T00:41:27.345Z] Removing intermediate container e7b9f564ea20 [2021-01-27T00:41:27.345Z] ---> 63015a99ddbf [2021-01-27T00:41:27.345Z] [2021-01-27T00:41:27.345Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:41:27.345Z] ---> 389fef711851 [2021-01-27T00:41:27.345Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:41:27.608Z] ---> Running in fb2d3438930e [2021-01-27T00:41:27.608Z] Removing intermediate container 4759a48f86aa [2021-01-27T00:41:27.608Z] ---> d399ce0ab647 [2021-01-27T00:41:27.608Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:41:28.182Z] ---> d1b2e9731e5f [2021-01-27T00:41:28.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:41:28.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:28.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:28.445Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:41:28.445Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:41:28.445Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:41:28.445Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:41:28.445Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:41:28.445Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:41:28.445Z] OK: 7 MiB in 18 packages [2021-01-27T00:41:28.707Z] ---> de1aff345b0e [2021-01-27T00:41:28.707Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:41:29.657Z] ---> 3d87905ffe95 [2021-01-27T00:41:29.657Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:41:29.657Z] ---> Running in 0287f5f989df [2021-01-27T00:41:29.657Z] Removing intermediate container fb2d3438930e [2021-01-27T00:41:29.657Z] ---> 37d3192b223d [2021-01-27T00:41:29.657Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:41:29.921Z] ---> Running in 41865a44312c [2021-01-27T00:41:30.183Z] Removing intermediate container 0287f5f989df [2021-01-27T00:41:30.183Z] ---> a656bf9f9235 [2021-01-27T00:41:30.183Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:41:30.183Z] ---> Running in 19db10cc950e [2021-01-27T00:41:30.183Z] Removing intermediate container 41865a44312c [2021-01-27T00:41:30.183Z] ---> 0906bf4f19f4 [2021-01-27T00:41:30.183Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:41:30.445Z] ---> Running in f526f71810bb [2021-01-27T00:41:30.445Z] Removing intermediate container 19db10cc950e [2021-01-27T00:41:30.445Z] ---> c45072ded86d [2021-01-27T00:41:30.445Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:41:30.445Z] ---> Running in 00504c036412 [2021-01-27T00:41:30.706Z] Removing intermediate container f526f71810bb [2021-01-27T00:41:30.706Z] ---> 728008464d03 [2021-01-27T00:41:30.706Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:41:30.706Z] Removing intermediate container 00504c036412 [2021-01-27T00:41:30.706Z] ---> b0460767d6a5 [2021-01-27T00:41:30.706Z] Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:41:30.706Z] ---> Running in e2e6664faa97 [2021-01-27T00:41:30.971Z] ---> 87fa38aedf32 [2021-01-27T00:41:30.971Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:41:30.971Z] Removing intermediate container e2e6664faa97 [2021-01-27T00:41:30.971Z] ---> 08837d7b04af [2021-01-27T00:41:30.971Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:41:30.971Z] ---> Running in 79a377ce6c77 [2021-01-27T00:41:31.233Z] Removing intermediate container 79a377ce6c77 [2021-01-27T00:41:31.233Z] ---> 48047bc88cce [2021-01-27T00:41:31.233Z] [2021-01-27T00:41:31.494Z] ---> 1f1ab67093f7 [2021-01-27T00:41:31.494Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:41:31.494Z] Successfully built 48047bc88cce [2021-01-27T00:41:31.494Z] Successfully tagged docker-core-data-go:latest [2021-01-27T00:41:32.068Z]  Building docker-core-data-go ... done  ---> e20ae53f6645 [2021-01-27T00:41:32.068Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:41:32.068Z] ---> Running in 88f627c55286 [2021-01-27T00:41:32.068Z] Removing intermediate container 88f627c55286 [2021-01-27T00:41:32.068Z] ---> bdd3e3cb24e6 [2021-01-27T00:41:32.068Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:41:32.330Z] ---> Running in 5f5e4a2f8300 [2021-01-27T00:41:32.330Z] Removing intermediate container 5f5e4a2f8300 [2021-01-27T00:41:32.330Z] ---> 9ba5f4549a74 [2021-01-27T00:41:32.330Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T00:41:32.901Z] ---> Running in eb9e7c1b84cf [2021-01-27T00:41:33.163Z] Removing intermediate container eb9e7c1b84cf [2021-01-27T00:41:33.163Z] ---> f0a924207841 [2021-01-27T00:41:33.163Z] Step 20/21 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:41:33.163Z] ---> Running in 6bbbff7cd3c1 [2021-01-27T00:41:33.425Z] Removing intermediate container 6bbbff7cd3c1 [2021-01-27T00:41:33.425Z] ---> 9532f8fa29dc [2021-01-27T00:41:33.425Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:41:33.425Z] ---> Running in eee1743d5db7 [2021-01-27T00:41:33.425Z] Removing intermediate container eee1743d5db7 [2021-01-27T00:41:33.425Z] ---> 4ce4c72d167d [2021-01-27T00:41:33.425Z] [2021-01-27T00:41:33.707Z] Successfully built 4ce4c72d167d [2021-01-27T00:41:33.707Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T00:41:33.978Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-01-27T00:41:34.003Z] $ docker stop --time=1 7ed26b6da652930ff538c76cf769eecebd5274ded76725b3f8dd4138a0304de1 [2021-01-27T00:41:35.738Z] $ docker rm -f 7ed26b6da652930ff538c76cf769eecebd5274ded76725b3f8dd4138a0304de1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:41:36.239Z] + docker images [2021-01-27T00:41:36.239Z] + grep docker [2021-01-27T00:41:36.501Z] docker-security-proxy-setup-go latest 4ce4c72d167d 3 seconds ago 24.4MB [2021-01-27T00:41:36.501Z] docker-core-data-go latest 48047bc88cce 5 seconds ago 22.3MB [2021-01-27T00:41:36.501Z] docker-security-bootstrapper-go latest bace67fef333 12 seconds ago 33.5MB [2021-01-27T00:41:36.501Z] docker-sys-mgmt-agent-go latest f11c2219fe8b 15 seconds ago 313MB [2021-01-27T00:41:36.501Z] docker-support-scheduler-go latest 26f3ead8126c 46 seconds ago 16.4MB [2021-01-27T00:41:36.501Z] docker-core-metadata-go latest 7661b7333d06 47 seconds ago 18.8MB [2021-01-27T00:41:36.501Z] docker-security-secretstore-setup-go latest b3cb2a6acb99 2 minutes ago 24.6MB [2021-01-27T00:41:36.501Z] docker-support-notifications-go latest 9d0c42f013be 2 minutes ago 16.9MB [2021-01-27T00:41:36.501Z] docker-core-command-go latest 0c3397f49bff 2 minutes ago 16.3MB [2021-01-27T00:41:36.501Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-27T00:41:51.029Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:41:52.096Z] Still waiting to schedule task [2021-01-27T00:41:52.096Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-27T00:41:52.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:41:59.307Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:41:59.307Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:41:59.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:42:09.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:42:09.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:42:09.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:42:09.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:42:09.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:42:09.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:42:17.967Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:42:17.967Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:42:17.967Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:42:26.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 46.6% of statements [2021-01-27T00:42:26.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:42:26.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:42:26.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:42:26.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:42:26.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:42:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.740s coverage: 27.1% of statements [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:42:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:42:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:42:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.385s coverage: 65.8% of statements [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:42:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:42:35.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.981s coverage: 82.3% of statements [2021-01-27T00:42:35.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:42:35.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:42:35.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:42:35.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:42:48.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.531s coverage: 28.6% of statements [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:42:48.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:42:48.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.162s coverage: 100.0% of statements [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:42:48.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.387s coverage: 86.7% of statements [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:42:48.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.474s coverage: 97.5% of statements [2021-01-27T00:42:48.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:42:48.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.183s coverage: 78.3% of statements [2021-01-27T00:42:48.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:42:48.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:42:48.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:42:48.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:42:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.592s coverage: 92.8% of statements [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:42:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.089s coverage: 58.8% of statements [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:42:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.280s coverage: 0.1% of statements [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:42:58.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:42:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 43.8% of statements [2021-01-27T00:42:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-01-27T00:42:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements [2021-01-27T00:42:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-01-27T00:42:59.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.085s coverage: 87.2% of statements [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements [2021-01-27T00:43:14.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.4% of statements [2021-01-27T00:43:14.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:43:19.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.927s coverage: 63.5% of statements [2021-01-27T00:43:19.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:43:19.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:43:19.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-01-27T00:43:19.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements [2021-01-27T00:43:19.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-27T00:43:19.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2021-01-27T00:43:20.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-27T00:43:25.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.064s coverage: 68.9% of statements [2021-01-27T00:43:25.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:43:25.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:43:25.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:43:25.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:43:25.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:43:26.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.442s coverage: 37.0% of statements [2021-01-27T00:43:26.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:43:26.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:43:26.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.921s coverage: 84.0% of statements [2021-01-27T00:43:26.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements [2021-01-27T00:43:37.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.400s coverage: 47.1% of statements [2021-01-27T00:43:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:43:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:43:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:43:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:43:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:43:37.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.181s coverage: 100.0% of statements [2021-01-27T00:43:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:43:37.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2021-01-27T00:43:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:43:42.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.443s coverage: 29.1% of statements [2021-01-27T00:43:42.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:43:42.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:43:42.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.243s coverage: 99.0% of statements [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:43:42.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:43:42.526Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:43:42.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.124s coverage: 100.0% of statements [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:43:42.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:43:42.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:43:42.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-01-27T00:43:42.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-27T00:43:44.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 100.0% of statements [2021-01-27T00:43:44.909Z] GO111MODULE=on go vet ./... [2021-01-27T00:45:06.789Z] gofmt -l . [2021-01-27T00:45:08.221Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:45:12.532Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:45:12.810Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:45:14.953Z] + ls -al . [2021-01-27T00:45:14.953Z] total 696 [2021-01-27T00:45:14.953Z] drwxrwxr-x 9 1001 1001 4096 Jan 27 00:45 . [2021-01-27T00:45:14.953Z] drwxr-xr-x 4 root root 4096 Jan 27 00:40 .. [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:38 .dockerignore [2021-01-27T00:45:14.953Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:38 .git [2021-01-27T00:45:14.953Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 00:38 .github [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:38 .gitignore [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:38 .sonarcloud.properties [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:38 Attribution.txt [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:38 CONTRIBUTING.md [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:38 Dockerfile.build [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:38 Jenkinsfile [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:38 LICENSE [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:38 Makefile [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:38 README.md [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:38 SECURITY.md [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:32 VERSION [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:38 ZMQWindows.md [2021-01-27T00:45:14.953Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 00:38 bin [2021-01-27T00:45:14.953Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:38 cmd [2021-01-27T00:45:14.953Z] -rw-r--r-- 1 root root 564700 Jan 27 00:43 coverage.out [2021-01-27T00:45:14.953Z] -rw-r--r-- 1 root root 1053 Jan 27 00:45 go.mod [2021-01-27T00:45:14.953Z] -rw-r--r-- 1 root root 18995 Jan 27 00:45 go.sum [2021-01-27T00:45:14.953Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:38 internal [2021-01-27T00:45:14.953Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:38 openapi [2021-01-27T00:45:14.953Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:38 snap [2021-01-27T00:45:14.953Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:38 version.go [Pipeline] sh [2021-01-27T00:45:15.639Z] + '[' -e coverage.out ] [2021-01-27T00:45:15.639Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:45:15.712Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T00:45:17.291Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:45:17.953Z] + make build [2021-01-27T00:45:17.953Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:45:33.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:45:59.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:46:04.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:46:09.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:46:10.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:46:16.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:46:21.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:46:26.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:46:32.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:46:36.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:46:41.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:46:45.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-27T00:46:51.895Z] $ docker stop --time=1 48fee358ef917d628374f1515359f6784ec90814b572a9890c49c4df81e3f503 [2021-01-27T00:46:54.315Z] $ docker rm -f 48fee358ef917d628374f1515359f6784ec90814b572a9890c49c4df81e3f503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:46:56.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:46:56.561Z] [2021-01-27T00:46:56.561Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:46:56.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:46:57.226Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T00:46:57.226Z] 29e5d40040c1: Pulling fs layer [2021-01-27T00:46:57.226Z] 1ce36da41761: Pulling fs layer [2021-01-27T00:46:57.226Z] 25b303627fd3: Pulling fs layer [2021-01-27T00:46:57.500Z] 29e5d40040c1: Verifying Checksum [2021-01-27T00:46:57.500Z] 29e5d40040c1: Download complete [2021-01-27T00:46:57.775Z] 1ce36da41761: Verifying Checksum [2021-01-27T00:46:57.775Z] 1ce36da41761: Download complete [2021-01-27T00:46:58.376Z] 29e5d40040c1: Pull complete [2021-01-27T00:46:59.819Z] 1ce36da41761: Pull complete [2021-01-27T00:46:59.819Z] 25b303627fd3: Verifying Checksum [2021-01-27T00:46:59.819Z] 25b303627fd3: Download complete [2021-01-27T00:47:10.016Z] 25b303627fd3: Pull complete [2021-01-27T00:47:10.016Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T00:47:10.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:47:10.016Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T00:47:10.357Z] prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container [2021-01-27T00:47:10.472Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:47:14.115Z] $ docker top 271519bffeaa9eddad3ef03344a87c76725659ab1919845613f86c23a670cff6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:47:15.257Z] + docker-compose build --help [2021-01-27T00:47:15.257Z] + grep parallel [2021-01-27T00:47:21.995Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:47:22.032Z] $ docker stop --time=1 271519bffeaa9eddad3ef03344a87c76725659ab1919845613f86c23a670cff6 [2021-01-27T00:47:24.149Z] $ docker rm -f 271519bffeaa9eddad3ef03344a87c76725659ab1919845613f86c23a670cff6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:47:24.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:47:24.966Z] . [Pipeline] withDockerContainer [2021-01-27T00:47:25.287Z] prd-ubuntu18.04-docker-arm64-4c-16g-22942 does not seem to be running inside a container [2021-01-27T00:47:25.399Z] $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:47:26.849Z] $ docker top fc70f3eadf4011b957a6f50b8a38d77db377a8c130b6e4bca94c7f179847ae4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:47:27.898Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:47:36.161Z] Building docker-core-command-go ... [2021-01-27T00:47:36.161Z] Building docker-core-data-go ... [2021-01-27T00:47:36.161Z] Building docker-core-metadata-go ... [2021-01-27T00:47:36.161Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:47:36.161Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:47:36.161Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:47:36.161Z] Building docker-support-notifications-go ... [2021-01-27T00:47:36.161Z] Building docker-support-scheduler-go ... [2021-01-27T00:47:36.161Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:47:36.161Z] Building docker-core-metadata-go [2021-01-27T00:47:36.161Z] Building docker-support-scheduler-go [2021-01-27T00:47:36.161Z] Building docker-security-proxy-setup-go [2021-01-27T00:47:36.161Z] Building docker-support-notifications-go [2021-01-27T00:47:36.161Z] Building docker-security-secretstore-setup-go [2021-01-27T00:48:58.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:58.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:58.183Z] ---> b47f638aa4e6 [2021-01-27T00:48:58.183Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:48:58.183Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:58.183Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:58.183Z] ---> b47f638aa4e6 [2021-01-27T00:48:58.183Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:48:58.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:58.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:58.183Z] ---> b47f638aa4e6 [2021-01-27T00:48:58.183Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:48:58.183Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:58.183Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:58.183Z] ---> b47f638aa4e6 [2021-01-27T00:48:58.183Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:48:58.183Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:58.183Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:58.183Z] ---> b47f638aa4e6 [2021-01-27T00:48:58.183Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:48:58.183Z] ---> Running in 3179f82cc083 [2021-01-27T00:48:58.183Z] ---> Running in 6b39814d1203 [2021-01-27T00:48:58.183Z] ---> Running in 8bd622c2ce5e [2021-01-27T00:48:58.183Z] ---> Running in 9950332ad9a7 [2021-01-27T00:48:58.183Z] ---> Running in da2acd7ca59b [2021-01-27T00:48:58.793Z] Removing intermediate container 6b39814d1203 [2021-01-27T00:48:58.793Z] ---> 975ac021c771 [2021-01-27T00:48:58.793Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:58.793Z] Removing intermediate container 9950332ad9a7 [2021-01-27T00:48:58.793Z] ---> 8f329476a02a [2021-01-27T00:48:58.793Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:59.072Z] Removing intermediate container 3179f82cc083 [2021-01-27T00:48:59.072Z] ---> 642b232ec619 [2021-01-27T00:48:59.072Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:59.072Z] Removing intermediate container 8bd622c2ce5e [2021-01-27T00:48:59.072Z] ---> a484b35f9c8e [2021-01-27T00:48:59.072Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:59.072Z] Removing intermediate container da2acd7ca59b [2021-01-27T00:48:59.072Z] ---> 09052e0c8b48 [2021-01-27T00:48:59.072Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:59.072Z] ---> Running in 4ba7ade98028 [2021-01-27T00:48:59.072Z] ---> Running in 356d8d5f235d [2021-01-27T00:48:59.072Z] ---> Running in 9a3128730048 [2021-01-27T00:48:59.354Z] ---> Running in 42896423fe62 [2021-01-27T00:48:59.354Z] ---> Running in 25228b2867eb [2021-01-27T00:49:04.990Z] Removing intermediate container 356d8d5f235d [2021-01-27T00:49:04.990Z] ---> cbb5607763ba [2021-01-27T00:49:04.990Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:49:04.990Z] Removing intermediate container 9a3128730048 [2021-01-27T00:49:04.990Z] ---> 5a92f5998b9f [2021-01-27T00:49:04.990Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:49:04.990Z] ---> Running in 3b1b666f98a8 [2021-01-27T00:49:04.990Z] ---> Running in 0ee66ce80fad [2021-01-27T00:49:04.990Z] Removing intermediate container 42896423fe62 [2021-01-27T00:49:04.990Z] ---> 5086bf0c6412 [2021-01-27T00:49:04.990Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:49:04.990Z] Removing intermediate container 25228b2867eb [2021-01-27T00:49:04.990Z] ---> e5a607b0d002 [2021-01-27T00:49:04.990Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:49:04.990Z] ---> Running in f672f300e3e7 [2021-01-27T00:49:05.271Z] ---> Running in cba3e623f6fe [2021-01-27T00:49:05.271Z] Removing intermediate container 4ba7ade98028 [2021-01-27T00:49:05.271Z] ---> b45b3ac7150f [2021-01-27T00:49:05.271Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:49:05.890Z] ---> Running in 1aae2bdb4bb5 [2021-01-27T00:49:07.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:07.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:07.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:07.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:07.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:08.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:08.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:08.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:08.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:09.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:09.046Z] OK: 217 MiB in 51 packages [2021-01-27T00:49:10.077Z] OK: 217 MiB in 51 packages [2021-01-27T00:49:10.077Z] OK: 217 MiB in 51 packages [2021-01-27T00:49:10.701Z] OK: 217 MiB in 51 packages [2021-01-27T00:49:10.993Z] OK: 217 MiB in 51 packages [2021-01-27T00:49:11.311Z] Removing intermediate container 3b1b666f98a8 [2021-01-27T00:49:11.311Z] ---> 57ba941297b3 [2021-01-27T00:49:11.311Z] Step 6/21 : COPY go.mod . [2021-01-27T00:49:12.328Z] Removing intermediate container 0ee66ce80fad [2021-01-27T00:49:12.328Z] ---> c5e16bf6c61e [2021-01-27T00:49:12.328Z] Step 6/24 : COPY go.mod . [2021-01-27T00:49:12.328Z] Removing intermediate container f672f300e3e7 [2021-01-27T00:49:12.328Z] ---> 9cc3268037a1 [2021-01-27T00:49:12.328Z] Step 6/23 : COPY go.mod . [2021-01-27T00:49:12.610Z] ---> d057283401db [2021-01-27T00:49:12.610Z] Step 7/21 : RUN go mod download [2021-01-27T00:49:12.893Z] ---> Running in 3f0737ae71d9 [2021-01-27T00:49:12.893Z] Removing intermediate container cba3e623f6fe [2021-01-27T00:49:12.893Z] ---> ca70c5887f85 [2021-01-27T00:49:12.893Z] Step 6/22 : COPY go.mod . [2021-01-27T00:49:13.176Z] Removing intermediate container 1aae2bdb4bb5 [2021-01-27T00:49:13.176Z] ---> f28affda8239 [2021-01-27T00:49:13.176Z] Step 6/22 : COPY go.mod . [2021-01-27T00:49:13.792Z] ---> c5f188c70b2b [2021-01-27T00:49:13.792Z] Step 7/24 : RUN go mod download [2021-01-27T00:49:13.792Z] ---> 40015def74d4 [2021-01-27T00:49:13.792Z] Step 7/23 : RUN go mod download [2021-01-27T00:49:14.074Z] ---> Running in cebd637f27bc [2021-01-27T00:49:14.074Z] ---> Running in 193c083b5aec [2021-01-27T00:49:14.352Z] ---> e90f6d61485a [2021-01-27T00:49:14.352Z] Step 7/22 : RUN go mod download [2021-01-27T00:49:14.632Z] ---> 38ee4f471ea4 [2021-01-27T00:49:14.632Z] Step 7/22 : RUN go mod download [2021-01-27T00:49:14.632Z] ---> Running in 1aab296172da [2021-01-27T00:49:14.917Z] ---> Running in a314953dca25 [2021-01-27T00:49:18.357Z] Removing intermediate container 3f0737ae71d9 [2021-01-27T00:49:18.357Z] ---> a7a06f3bdb61 [2021-01-27T00:49:18.357Z] Step 8/21 : COPY . . [2021-01-27T00:49:20.362Z] Removing intermediate container cebd637f27bc [2021-01-27T00:49:20.362Z] ---> f258739af19f [2021-01-27T00:49:20.362Z] Step 8/23 : COPY . . [2021-01-27T00:49:20.972Z] Removing intermediate container 193c083b5aec [2021-01-27T00:49:20.972Z] ---> 195e413a7456 [2021-01-27T00:49:20.972Z] Step 8/24 : COPY . . [2021-01-27T00:49:21.601Z] Removing intermediate container 1aab296172da [2021-01-27T00:49:21.601Z] ---> a0457c630313 [2021-01-27T00:49:21.601Z] Step 8/22 : COPY . . [2021-01-27T00:49:22.208Z] Removing intermediate container a314953dca25 [2021-01-27T00:49:22.208Z] ---> 84a9114d8f69 [2021-01-27T00:49:22.208Z] Step 8/22 : COPY . . [2021-01-27T00:49:49.079Z] ---> 4d98839a71fa [2021-01-27T00:49:49.079Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:49:49.079Z] ---> 5481f78ad2bf [2021-01-27T00:49:49.079Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:49:49.079Z] ---> 57e4cf5d3bc5 [2021-01-27T00:49:49.079Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:49:49.079Z] ---> 1befb256536b [2021-01-27T00:49:49.079Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:49:49.079Z] ---> bc8dc92fa37f [2021-01-27T00:49:49.079Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:49:49.079Z] ---> Running in e81527b1f99a [2021-01-27T00:49:49.079Z] ---> Running in 46cba48b5e05 [2021-01-27T00:49:49.079Z] ---> Running in 6a7211455b70 [2021-01-27T00:49:49.079Z] ---> Running in 1af6ef1f933d [2021-01-27T00:49:49.079Z] ---> Running in fb321c84fb0f [2021-01-27T00:49:51.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T00:49:51.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T00:49:51.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T00:49:51.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T00:49:51.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T00:51:43.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T00:51:43.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T00:52:02.147Z] Removing intermediate container 6a7211455b70 [2021-01-27T00:52:02.147Z] ---> cf42f4a6c498 [2021-01-27T00:52:02.147Z] [2021-01-27T00:52:02.147Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:52:02.147Z] 3.12: Pulling from library/alpine [2021-01-27T00:52:04.821Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:52:04.821Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:52:04.821Z] ---> afeebe901d6b [2021-01-27T00:52:04.821Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:52:05.104Z] Removing intermediate container e81527b1f99a [2021-01-27T00:52:05.104Z] ---> 40c76d6c02d4 [2021-01-27T00:52:05.104Z] [2021-01-27T00:52:05.105Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:52:05.105Z] ---> afeebe901d6b [2021-01-27T00:52:05.105Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:52:05.390Z] ---> Running in 278c84a1e7e2 [2021-01-27T00:52:05.390Z] ---> Running in 467bfd8abe7b [2021-01-27T00:52:08.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:08.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:09.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:09.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:10.155Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:52:10.436Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:52:10.436Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:52:10.436Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:52:10.436Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:52:10.436Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:52:10.436Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:10.436Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:52:10.436Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:52:10.436Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:52:10.721Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:52:10.721Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:10.721Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:52:10.721Z] OK: 7 MiB in 19 packages [2021-01-27T00:52:11.004Z] OK: 7 MiB in 18 packages [2021-01-27T00:52:12.511Z] Removing intermediate container 1af6ef1f933d [2021-01-27T00:52:12.511Z] ---> 56f3bb5b5c6c [2021-01-27T00:52:12.512Z] [2021-01-27T00:52:12.512Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:52:12.512Z] ---> afeebe901d6b [2021-01-27T00:52:12.512Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:52:12.512Z] Removing intermediate container fb321c84fb0f [2021-01-27T00:52:12.512Z] ---> aaaa3fa49baa [2021-01-27T00:52:12.512Z] [2021-01-27T00:52:12.512Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:52:12.512Z] ---> afeebe901d6b [2021-01-27T00:52:12.512Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:52:12.796Z] ---> Running in af2a5f6336d4 [2021-01-27T00:52:12.796Z] ---> Running in e2a4ba91f515 [2021-01-27T00:52:14.806Z] Removing intermediate container 467bfd8abe7b [2021-01-27T00:52:14.806Z] ---> eb30a49b7444 [2021-01-27T00:52:14.806Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:52:15.091Z] Removing intermediate container 278c84a1e7e2 [2021-01-27T00:52:15.091Z] ---> 97ff26a4b716 [2021-01-27T00:52:15.091Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:52:15.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:15.367Z] ---> Running in 99ffa8ad5215 [2021-01-27T00:52:15.367Z] ---> Running in d814b0eb19f0 [2021-01-27T00:52:15.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:15.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:15.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:16.257Z] Removing intermediate container d814b0eb19f0 [2021-01-27T00:52:16.257Z] ---> c4dc542e6ebe [2021-01-27T00:52:16.257Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:52:16.257Z] Removing intermediate container 99ffa8ad5215 [2021-01-27T00:52:16.257Z] ---> 9b83595079d8 [2021-01-27T00:52:16.257Z] Step 13/24 : WORKDIR / [2021-01-27T00:52:16.257Z] ---> Running in ef50c37834ed [2021-01-27T00:52:16.537Z] ---> Running in 4b94231dc020 [2021-01-27T00:52:16.537Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:52:16.537Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:16.537Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:52:16.537Z] OK: 5 MiB in 15 packages [2021-01-27T00:52:16.819Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:52:16.819Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:16.819Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:52:17.107Z] OK: 6 MiB in 16 packages [2021-01-27T00:52:17.385Z] Removing intermediate container ef50c37834ed [2021-01-27T00:52:17.385Z] ---> 7fcc0b5d5966 [2021-01-27T00:52:17.385Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:52:17.385Z] Removing intermediate container 4b94231dc020 [2021-01-27T00:52:17.385Z] ---> 1a4ba8d29cf3 [2021-01-27T00:52:17.385Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-27T00:52:18.853Z] Removing intermediate container af2a5f6336d4 [2021-01-27T00:52:18.853Z] ---> 3c6aefe003b6 [2021-01-27T00:52:18.853Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:52:18.853Z] ---> 270357540c21 [2021-01-27T00:52:18.853Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:52:18.853Z] ---> 971c193c44f5 [2021-01-27T00:52:19.133Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-27T00:52:19.133Z] ---> Running in d3888e00c150 [2021-01-27T00:52:19.409Z] Removing intermediate container e2a4ba91f515 [2021-01-27T00:52:19.409Z] ---> 66bf2e4684de [2021-01-27T00:52:19.409Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:52:19.689Z] ---> Running in 0efcb14b79ae [2021-01-27T00:52:20.311Z] Removing intermediate container d3888e00c150 [2021-01-27T00:52:20.311Z] ---> a0c0fefc8c4c [2021-01-27T00:52:20.311Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:52:20.311Z] ---> f3e9fd79e3b2 [2021-01-27T00:52:20.311Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:52:20.601Z] ---> Running in 6747a5f49f17 [2021-01-27T00:52:20.881Z] Removing intermediate container 0efcb14b79ae [2021-01-27T00:52:20.881Z] ---> 4e28a5a716f7 [2021-01-27T00:52:20.881Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:52:20.881Z] ---> 67c39b96f70c [2021-01-27T00:52:20.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:52:21.160Z] ---> Running in ede5a8d45628 [2021-01-27T00:52:22.177Z] Removing intermediate container 6747a5f49f17 [2021-01-27T00:52:22.177Z] ---> e8880cdb9fc1 [2021-01-27T00:52:22.177Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:52:22.525Z] ---> 9862ea25dab4 [2021-01-27T00:52:22.525Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:52:22.525Z] ---> Running in 665c1b2d0128 [2021-01-27T00:52:22.813Z] Removing intermediate container ede5a8d45628 [2021-01-27T00:52:22.813Z] ---> 77db7684a4c9 [2021-01-27T00:52:22.813Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:52:22.813Z] ---> ded1cebde0ff [2021-01-27T00:52:22.813Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:52:23.093Z] ---> Running in a927bedcf439 [2021-01-27T00:52:23.371Z] ---> Running in 81a8bc3c14ab [2021-01-27T00:52:23.647Z] Removing intermediate container 665c1b2d0128 [2021-01-27T00:52:23.647Z] ---> 1a4b9e5b5f20 [2021-01-27T00:52:23.647Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:52:23.926Z] Removing intermediate container 81a8bc3c14ab [2021-01-27T00:52:23.926Z] ---> bc0b2b4b3f11 [2021-01-27T00:52:23.926Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:52:23.926Z] Removing intermediate container a927bedcf439 [2021-01-27T00:52:23.926Z] ---> 43ff6f4362d8 [2021-01-27T00:52:23.926Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:52:23.926Z] ---> 848d4e7020f0 [2021-01-27T00:52:23.926Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:52:24.571Z] ---> Running in 787bd84db9f7 [2021-01-27T00:52:25.174Z] ---> d05d0af1d45e [2021-01-27T00:52:25.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:52:25.455Z] ---> 8b64cf73b9c7 [2021-01-27T00:52:25.455Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:52:25.455Z] Removing intermediate container 787bd84db9f7 [2021-01-27T00:52:25.455Z] ---> eddd893bc74d [2021-01-27T00:52:25.455Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T00:52:26.889Z] ---> Running in d3b22fc3c50d [2021-01-27T00:52:26.889Z] ---> 5faae777a510 [2021-01-27T00:52:26.889Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:52:27.494Z] ---> 509e0d6bc272 [2021-01-27T00:52:27.494Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:52:27.494Z] ---> 1f3b02198a9a [2021-01-27T00:52:27.494Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:52:27.772Z] Removing intermediate container 46cba48b5e05 [2021-01-27T00:52:27.772Z] ---> 1e2c3c43e4a9 [2021-01-27T00:52:27.772Z] [2021-01-27T00:52:27.772Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:52:27.772Z] ---> afeebe901d6b [2021-01-27T00:52:27.772Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:52:27.772Z] ---> Using cache [2021-01-27T00:52:27.772Z] ---> 3c6aefe003b6 [2021-01-27T00:52:27.772Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:52:27.772Z] ---> Using cache [2021-01-27T00:52:27.772Z] ---> a0c0fefc8c4c [2021-01-27T00:52:27.772Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:52:27.772Z] ---> 65540ce75056 [2021-01-27T00:52:27.772Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T00:52:28.053Z] Removing intermediate container d3b22fc3c50d [2021-01-27T00:52:28.053Z] ---> f5b7a924ee9a [2021-01-27T00:52:28.053Z] Step 20/21 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:52:28.053Z] ---> Running in d22ac3ce74b0 [2021-01-27T00:52:28.053Z] ---> Running in fb2ff319706a [2021-01-27T00:52:28.330Z] ---> Running in 22c6c7eddadf [2021-01-27T00:52:28.330Z] ---> 046b49a55738 [2021-01-27T00:52:28.330Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:52:28.607Z] ---> 4360451db4a4 [2021-01-27T00:52:28.607Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:52:28.607Z] ---> Running in 7778e6dbdd15 [2021-01-27T00:52:28.881Z] ---> Running in 56a20778ad5c [2021-01-27T00:52:28.881Z] Removing intermediate container fb2ff319706a [2021-01-27T00:52:28.881Z] ---> 24f96c155a7d [2021-01-27T00:52:28.881Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:52:29.159Z] Removing intermediate container 22c6c7eddadf [2021-01-27T00:52:29.159Z] ---> 670a41037f1d [2021-01-27T00:52:29.159Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:52:29.159Z] ---> Running in 979abdf2ecc4 [2021-01-27T00:52:29.159Z] ---> Running in 2c504679f123 [2021-01-27T00:52:29.437Z] Removing intermediate container 7778e6dbdd15 [2021-01-27T00:52:29.437Z] ---> da67ca9564f3 [2021-01-27T00:52:29.437Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 56a20778ad5c [2021-01-27T00:52:29.437Z] ---> 0934350f136c [2021-01-27T00:52:29.437Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:52:29.437Z] [2021-01-27T00:52:29.717Z] ---> Running in aa368d221c52 [2021-01-27T00:52:29.717Z] ---> Running in e1487cd8c870 [2021-01-27T00:52:29.995Z] Removing intermediate container 979abdf2ecc4 [2021-01-27T00:52:29.995Z] ---> 88808b8e32df [2021-01-27T00:52:29.995Z] Step 15/23 : WORKDIR / [2021-01-27T00:52:29.995Z] Removing intermediate container 2c504679f123 [2021-01-27T00:52:29.995Z] ---> 21be5a434dcf [2021-01-27T00:52:29.995Z] [2021-01-27T00:52:30.275Z] ---> Running in f5467bfe5987 [2021-01-27T00:52:30.557Z] Removing intermediate container e1487cd8c870 [2021-01-27T00:52:30.557Z] ---> be8ea16e349c [2021-01-27T00:52:30.557Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:52:30.557Z] Removing intermediate container aa368d221c52 [2021-01-27T00:52:30.557Z] ---> 3299f4f720f2 [2021-01-27T00:52:30.557Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:52:30.834Z] Successfully built 21be5a434dcf [2021-01-27T00:52:30.834Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T00:52:30.834Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-27T00:52:31.113Z] ---> Running in 7586816bc23d [2021-01-27T00:52:31.113Z] ---> Running in 801638a05144 [2021-01-27T00:52:31.113Z] Removing intermediate container f5467bfe5987 [2021-01-27T00:52:31.113Z] ---> 98794c060a26 [2021-01-27T00:52:31.113Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:52:31.715Z] Removing intermediate container d22ac3ce74b0 [2021-01-27T00:52:31.715Z] ---> 1517f8599596 [2021-01-27T00:52:31.715Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:52:31.715Z] Removing intermediate container 801638a05144 [2021-01-27T00:52:31.715Z] ---> 9d0bd588c417 [2021-01-27T00:52:31.715Z] Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:52:31.996Z] Removing intermediate container 7586816bc23d [2021-01-27T00:52:31.996Z] ---> 89d1aa83bd6b [2021-01-27T00:52:31.996Z] Step 21/22 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:52:31.996Z] ---> Running in 33f904ed1ed3 [2021-01-27T00:52:31.996Z] ---> Running in eb04316fbf98 [2021-01-27T00:52:32.276Z] ---> Running in 524690c6b3c7 [2021-01-27T00:52:32.276Z] ---> 5fd3f5889319 [2021-01-27T00:52:32.276Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:52:32.876Z] Removing intermediate container 33f904ed1ed3 [2021-01-27T00:52:32.876Z] ---> 7c8c4d04f11e [2021-01-27T00:52:32.876Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T00:52:33.486Z] Removing intermediate container 524690c6b3c7 [2021-01-27T00:52:33.486Z] ---> cd3625b7c863 [2021-01-27T00:52:33.486Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:52:33.486Z] Removing intermediate container eb04316fbf98 [2021-01-27T00:52:33.486Z] ---> 5d70d47590f5 [2021-01-27T00:52:33.486Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:52:34.460Z] ---> Running in b61fe547843c [2021-01-27T00:52:35.083Z] ---> Running in deb124fe3df6 [2021-01-27T00:52:35.083Z] ---> Running in 7db118d09916 [2021-01-27T00:52:35.083Z] ---> f10c1cebac68 [2021-01-27T00:52:35.083Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:52:35.694Z] Removing intermediate container b61fe547843c [2021-01-27T00:52:35.694Z] ---> 3117bed5bf34 [2021-01-27T00:52:35.694Z] Step 23/24 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:52:35.694Z] Removing intermediate container deb124fe3df6 [2021-01-27T00:52:35.694Z] ---> 69cf89f5e0ed [2021-01-27T00:52:35.694Z] [2021-01-27T00:52:35.971Z] ---> Running in 1a9e12401af7 [2021-01-27T00:52:35.971Z] Removing intermediate container 7db118d09916 [2021-01-27T00:52:35.971Z] ---> e39539aa57f9 [2021-01-27T00:52:35.971Z] [2021-01-27T00:52:36.585Z] Successfully built 69cf89f5e0ed [2021-01-27T00:52:36.585Z] Successfully built e39539aa57f9 [2021-01-27T00:52:37.185Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T00:52:37.185Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T00:52:37.185Z]  Building docker-support-scheduler-go ... done  ---> f1c063b63d70 [2021-01-27T00:52:37.185Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:52:37.185Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:52:37.185Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-27T00:52:37.460Z] Removing intermediate container 1a9e12401af7 [2021-01-27T00:52:37.460Z] ---> 26bfcabd69ef [2021-01-27T00:52:37.460Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:52:37.460Z] ---> Running in 14c8d220282e [2021-01-27T00:52:37.737Z] ---> Running in 5f034ec145ed [2021-01-27T00:52:38.016Z] Removing intermediate container 14c8d220282e [2021-01-27T00:52:38.016Z] ---> 34419f480489 [2021-01-27T00:52:38.016Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:52:38.291Z] Removing intermediate container 5f034ec145ed [2021-01-27T00:52:38.291Z] ---> cac22f7d5e28 [2021-01-27T00:52:38.291Z] [2021-01-27T00:52:38.291Z] ---> Running in 9db66a6387fd [2021-01-27T00:52:38.905Z] Successfully built cac22f7d5e28 [2021-01-27T00:52:38.906Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T00:52:38.906Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-27T00:52:38.906Z] Removing intermediate container 9db66a6387fd [2021-01-27T00:52:39.182Z] ---> c52ca280282a [2021-01-27T00:52:39.182Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:52:39.182Z] ---> Running in 05b79aaef504 [2021-01-27T00:52:39.781Z] Removing intermediate container 05b79aaef504 [2021-01-27T00:52:39.781Z] ---> d577bf064bb4 [2021-01-27T00:52:39.781Z] Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:52:40.054Z] ---> Running in 073e11a6b352 [2021-01-27T00:52:40.658Z] Removing intermediate container 073e11a6b352 [2021-01-27T00:52:40.658Z] ---> 2db2e2e10f9e [2021-01-27T00:52:40.658Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:52:40.658Z] ---> Running in 268daaaaa550 [2021-01-27T00:52:41.260Z] Removing intermediate container 268daaaaa550 [2021-01-27T00:52:41.260Z] ---> e8332459096b [2021-01-27T00:52:41.260Z] [2021-01-27T00:52:41.852Z] Successfully built e8332459096b [2021-01-27T00:52:41.852Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T00:53:28.871Z]  Building docker-core-metadata-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:53:28.871Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:53:28.871Z] ---> b47f638aa4e6 [2021-01-27T00:53:28.871Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:53:28.871Z] ---> Using cache [2021-01-27T00:53:28.871Z] ---> 09052e0c8b48 [2021-01-27T00:53:28.871Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:53:28.871Z] ---> Using cache [2021-01-27T00:53:28.871Z] ---> e5a607b0d002 [2021-01-27T00:53:28.871Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:53:28.871Z] ---> Using cache [2021-01-27T00:53:28.871Z] ---> ca70c5887f85 [2021-01-27T00:53:28.871Z] Step 6/33 : COPY go.mod . [2021-01-27T00:53:28.871Z] ---> Using cache [2021-01-27T00:53:28.871Z] ---> e90f6d61485a [2021-01-27T00:53:28.871Z] Step 7/33 : RUN go mod download [2021-01-27T00:53:28.871Z] ---> Using cache [2021-01-27T00:53:28.871Z] ---> a0457c630313 [2021-01-27T00:53:28.871Z] Step 8/33 : COPY . . [2021-01-27T00:53:28.871Z] ---> Using cache [2021-01-27T00:53:28.871Z] ---> 1befb256536b [2021-01-27T00:53:28.871Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:53:28.871Z] ---> Running in 5fc0e82c40af [2021-01-27T00:53:29.859Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:53:29.859Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:53:29.859Z] ---> b47f638aa4e6 [2021-01-27T00:53:29.859Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:53:29.859Z] ---> Using cache [2021-01-27T00:53:29.859Z] ---> 09052e0c8b48 [2021-01-27T00:53:29.859Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:53:29.859Z] ---> Using cache [2021-01-27T00:53:29.859Z] ---> e5a607b0d002 [2021-01-27T00:53:29.859Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:53:30.137Z] Removing intermediate container 5fc0e82c40af [2021-01-27T00:53:30.137Z] ---> b5859435cb58 [2021-01-27T00:53:30.137Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:53:30.411Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:53:30.411Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:53:30.411Z] ---> b47f638aa4e6 [2021-01-27T00:53:30.411Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:53:30.411Z] ---> Using cache [2021-01-27T00:53:30.411Z] ---> 09052e0c8b48 [2021-01-27T00:53:30.411Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:53:30.411Z] ---> Using cache [2021-01-27T00:53:30.411Z] ---> e5a607b0d002 [2021-01-27T00:53:30.411Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:53:30.685Z] ---> Running in 89e4f164c836 [2021-01-27T00:53:30.685Z] ---> Running in cdede78f8b33 [2021-01-27T00:53:30.685Z] ---> Running in e60c9e2cd6bc [2021-01-27T00:53:30.685Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:53:30.685Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:53:30.685Z] ---> b47f638aa4e6 [2021-01-27T00:53:30.685Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:53:30.685Z] ---> Using cache [2021-01-27T00:53:30.685Z] ---> 09052e0c8b48 [2021-01-27T00:53:30.685Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:53:30.685Z] ---> Using cache [2021-01-27T00:53:30.685Z] ---> e5a607b0d002 [2021-01-27T00:53:30.685Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:53:30.685Z] ---> Using cache [2021-01-27T00:53:30.685Z] ---> ca70c5887f85 [2021-01-27T00:53:30.966Z] Step 6/23 : COPY go.mod . [2021-01-27T00:53:30.966Z] ---> Using cache [2021-01-27T00:53:30.966Z] ---> e90f6d61485a [2021-01-27T00:53:30.966Z] Step 7/23 : RUN go mod download [2021-01-27T00:53:30.966Z] ---> Using cache [2021-01-27T00:53:30.966Z] ---> a0457c630313 [2021-01-27T00:53:30.966Z] Step 8/23 : COPY . . [2021-01-27T00:53:30.966Z] ---> Using cache [2021-01-27T00:53:30.966Z] ---> 1befb256536b [2021-01-27T00:53:30.966Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:53:31.251Z] ---> Running in 4b7b92a43c95 [2021-01-27T00:53:32.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:32.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T00:53:32.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:32.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T00:53:33.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:33.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:34.597Z] OK: 217 MiB in 51 packages [2021-01-27T00:53:34.597Z] OK: 217 MiB in 51 packages [2021-01-27T00:53:36.628Z] Removing intermediate container e60c9e2cd6bc [2021-01-27T00:53:36.628Z] ---> 44b6964037fb [2021-01-27T00:53:36.628Z] Step 6/26 : COPY go.mod . [2021-01-27T00:53:36.628Z] Removing intermediate container cdede78f8b33 [2021-01-27T00:53:36.628Z] ---> 50b231fc54a5 [2021-01-27T00:53:36.628Z] Step 6/23 : COPY go.mod . [2021-01-27T00:53:38.111Z] ---> 82a853776496 [2021-01-27T00:53:38.111Z] Step 7/26 : RUN go mod download [2021-01-27T00:53:38.111Z] ---> Running in 5bf1e8f22de2 [2021-01-27T00:53:38.392Z] ---> 7e7ae1d64d02 [2021-01-27T00:53:38.392Z] Step 7/23 : RUN go mod download [2021-01-27T00:53:38.672Z] ---> Running in 3333226fa669 [2021-01-27T00:53:44.135Z] Removing intermediate container 5bf1e8f22de2 [2021-01-27T00:53:44.135Z] ---> eeb3a5da43cd [2021-01-27T00:53:44.135Z] Step 8/26 : COPY . . [2021-01-27T00:53:44.412Z] Removing intermediate container 3333226fa669 [2021-01-27T00:53:44.412Z] ---> 0c9826c818cd [2021-01-27T00:53:44.412Z] Step 8/23 : COPY . . [2021-01-27T00:54:23.026Z] Running on prd-ubuntu18.04-docker-8c-8g-23289 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-27T00:54:23.086Z] Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout [2021-01-27T00:54:23.557Z] ---> 7843cb310895 [2021-01-27T00:54:23.557Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:54:23.557Z] ---> 9b4042d6fb6d [2021-01-27T00:54:23.557Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:54:23.557Z] ---> Running in 4923c191856d [2021-01-27T00:54:23.557Z] ---> Running in 0c1e5b016203 [2021-01-27T00:54:23.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T00:54:23.557Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:54:26.164Z] using credential edgex-jenkins-ssh [2021-01-27T00:54:26.233Z] Cloning the remote Git repository [2021-01-27T00:54:26.287Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:54:26.373Z] > git init /w/workspace/edgex-go/49 # timeout=10 [2021-01-27T00:54:26.404Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:54:26.404Z] > git --version # timeout=10 [2021-01-27T00:54:26.413Z] > git --version # 'git version 2.17.1' [2021-01-27T00:54:26.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:54:26.440Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:54:38.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T00:54:40.849Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-27T00:54:41.133Z] Merge succeeded, producing e1787df59a3ab63b431b6adc3084a96415a15ae1 [2021-01-27T00:54:41.134Z] Checking out Revision e1787df59a3ab63b431b6adc3084a96415a15ae1 (PR-2858) [2021-01-27T00:54:40.257Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:54:40.265Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:54:40.275Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:54:40.287Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:54:40.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:54:40.290Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:54:40.873Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:54:40.879Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-27T00:54:40.958Z] > git remote # timeout=10 [2021-01-27T00:54:40.965Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:54:40.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:54:40.979Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:54:41.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:54:41.147Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:54:41.154Z] > git checkout -f e1787df59a3ab63b431b6adc3084a96415a15ae1 # timeout=10 [2021-01-27T00:54:44.825Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:54:44.834Z] First time build. Skipping changelog. [2021-01-27T00:54:44.836Z] > git rev-list --no-walk 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:54:46.265Z] + echo snap-build.sh [2021-01-27T00:54:46.265Z] snap-build.sh [2021-01-27T00:54:46.265Z] + SNAP_BASE_DIR=. [2021-01-27T00:54:46.265Z] + '[' '!' -z /w/workspace/edgex-go/49 ']' [2021-01-27T00:54:46.265Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/49 [2021-01-27T00:54:46.265Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/49]' [2021-01-27T00:54:46.265Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/49] [2021-01-27T00:54:46.265Z] + cd /w/workspace/edgex-go/49 [2021-01-27T00:54:46.265Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-27T00:54:46.265Z] Reading package lists... [2021-01-27T00:54:46.265Z] Building dependency tree... [2021-01-27T00:54:46.265Z] Reading state information... [2021-01-27T00:54:46.527Z] The following packages were automatically installed and are no longer required: [2021-01-27T00:54:46.527Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-27T00:54:46.527Z] uidmap xdelta3 [2021-01-27T00:54:46.527Z] Use 'sudo apt autoremove' to remove them. [2021-01-27T00:54:46.527Z] The following packages will be REMOVED: [2021-01-27T00:54:46.527Z] lxd* lxd-client* [2021-01-27T00:54:46.788Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-27T00:54:46.788Z] After this operation, 31.7 MB disk space will be freed. [2021-01-27T00:54:47.841Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-27T00:54:47.841Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:54:48.787Z] Removing lxd dnsmasq configuration [2021-01-27T00:54:48.787Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:54:48.787Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-27T00:54:49.757Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-27T00:54:50.019Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-27T00:54:50.019Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:54:50.964Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-27T00:54:51.225Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-27T00:54:52.612Z] + sudo snap remove --purge lxd [2021-01-27T00:54:52.875Z] snap "lxd" is not installed [2021-01-27T00:54:52.875Z] + sudo groupadd --force --system lxd [2021-01-27T00:54:52.875Z] ++ whoami [2021-01-27T00:54:52.875Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-27T00:54:52.875Z] + newgrp - lxd [2021-01-27T00:54:52.875Z] + sudo snap install lxd [2021-01-27T00:55:01.384Z] Removing intermediate container 4b7b92a43c95 [2021-01-27T00:55:01.384Z] ---> 3ea168c61517 [2021-01-27T00:55:01.384Z] [2021-01-27T00:55:01.384Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:55:01.384Z] ---> afeebe901d6b [2021-01-27T00:55:01.384Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:55:01.384Z] ---> Using cache [2021-01-27T00:55:01.384Z] ---> 3c6aefe003b6 [2021-01-27T00:55:01.384Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:55:01.384Z] ---> Using cache [2021-01-27T00:55:01.384Z] ---> a0c0fefc8c4c [2021-01-27T00:55:01.384Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:55:01.384Z] ---> Running in 603c3b7441c6 [2021-01-27T00:55:01.384Z] Removing intermediate container 603c3b7441c6 [2021-01-27T00:55:01.384Z] ---> f062c2f84b8e [2021-01-27T00:55:01.384Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:55:01.384Z] ---> Running in 9ce8a70a5715 [2021-01-27T00:55:02.412Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:55:02.412Z] + cd /tmp/build/dist/linux [2021-01-27T00:55:02.412Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:55:02.412Z] Cloning into '.'... [2021-01-27T00:55:02.412Z] Removing intermediate container 9ce8a70a5715 [2021-01-27T00:55:02.412Z] ---> 5af2ee1955fa [2021-01-27T00:55:02.412Z] Step 15/23 : WORKDIR / [2021-01-27T00:55:02.698Z] ---> Running in 6b8519244310 [2021-01-27T00:55:02.903Z] 2021-01-27T00:54:59Z INFO Waiting for automatic snapd restart... [2021-01-27T00:55:03.318Z] Removing intermediate container 6b8519244310 [2021-01-27T00:55:03.319Z] ---> c8a017545e2b [2021-01-27T00:55:03.319Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:55:03.932Z] + go get github.com/robfig/glock [2021-01-27T00:55:04.578Z]  ---> 6332ee1e4121 [2021-01-27T00:55:04.578Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:55:06.616Z] ---> 85e0cba8f31a [2021-01-27T00:55:06.616Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:55:07.647Z] ---> bf05a2f0c43c [2021-01-27T00:55:07.647Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:55:07.933Z] ---> Running in e05a2671a1cb [2021-01-27T00:55:08.548Z] Removing intermediate container e05a2671a1cb [2021-01-27T00:55:08.548Z] ---> 5cc79b274bd5 [2021-01-27T00:55:08.548Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:55:08.830Z] ---> Running in fc2312ab8529 [2021-01-27T00:55:09.446Z] Removing intermediate container fc2312ab8529 [2021-01-27T00:55:09.446Z] ---> 3a500baf3086 [2021-01-27T00:55:09.446Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:55:09.721Z] ---> Running in 8c34872c3c01 [2021-01-27T00:55:10.328Z] Removing intermediate container 8c34872c3c01 [2021-01-27T00:55:10.328Z] ---> c620892c1a3f [2021-01-27T00:55:10.328Z] Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:55:10.605Z] ---> Running in 962bce3b0fdc [2021-01-27T00:55:11.233Z] Removing intermediate container 962bce3b0fdc [2021-01-27T00:55:11.233Z] ---> ed087b138f21 [2021-01-27T00:55:11.233Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:55:11.518Z] ---> Running in 6de5a13c3e8a [2021-01-27T00:55:12.129Z] Removing intermediate container 6de5a13c3e8a [2021-01-27T00:55:12.129Z] ---> f715e17b5789 [2021-01-27T00:55:12.129Z] [2021-01-27T00:55:12.738Z] Successfully built f715e17b5789 [2021-01-27T00:55:12.738Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T00:55:15.159Z] lxd 4.10 from Canonical* installed [2021-01-27T00:55:15.159Z] + sudo lxd init --auto [2021-01-27T00:55:23.349Z] + sudo snap install --classic snapcraft [2021-01-27T00:55:27.563Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T00:55:27.563Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-27T00:55:27.563Z] + patch --verbose -p1 [2021-01-27T00:55:27.563Z] Hmm... Looks like a unified diff to me... [2021-01-27T00:55:27.563Z] The text leading up to this was: [2021-01-27T00:55:27.563Z] -------------------------- [2021-01-27T00:55:27.563Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-27T00:55:27.563Z] |From: Tony Espy [2021-01-27T00:55:27.563Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-27T00:55:27.563Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-27T00:55:27.563Z] | [2021-01-27T00:55:27.563Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-27T00:55:27.563Z] |optimize the snap CI check run for pull requests. When [2021-01-27T00:55:27.563Z] |applied, it essentially strips out everything (apps and [2021-01-27T00:55:27.563Z] |parts) from the snapcraft.yaml file except those required [2021-01-27T00:55:27.563Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-27T00:55:27.563Z] |catch changes to edgex-go that break the snap build. [2021-01-27T00:55:27.563Z] | [2021-01-27T00:55:27.563Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-27T00:55:27.563Z] |to update this patch file, otherwise it may fail to apply, [2021-01-27T00:55:27.563Z] |resulting in a failed snap build CI check in the associated [2021-01-27T00:55:27.563Z] |pull request. [2021-01-27T00:55:27.563Z] | [2021-01-27T00:55:27.563Z] |Note - in addition to applying this patch, the pipeline also [2021-01-27T00:55:27.563Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-27T00:55:27.563Z] |need to build the finally binary .snap file (and it won't [2021-01-27T00:55:27.563Z] |work with the patch applied). This further reduces the build [2021-01-27T00:55:27.563Z] |time. [2021-01-27T00:55:27.563Z] |--- [2021-01-27T00:55:27.563Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-27T00:55:27.563Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-27T00:55:27.563Z] | [2021-01-27T00:55:27.563Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-27T00:55:27.563Z] |index 1e537489..faf42425 100644 [2021-01-27T00:55:27.563Z] |--- a/snap/snapcraft.yaml [2021-01-27T00:55:27.563Z] |+++ b/snap/snapcraft.yaml [2021-01-27T00:55:27.563Z] -------------------------- [2021-01-27T00:55:27.563Z] patching file snap/snapcraft.yaml [2021-01-27T00:55:27.563Z] Using Plan A... [2021-01-27T00:55:27.563Z] Hunk #1 succeeded at 73. [2021-01-27T00:55:27.563Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-27T00:55:27.563Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-27T00:55:27.563Z] Hunk #4 FAILED at 223. [2021-01-27T00:55:27.563Z] Hunk #5 succeeded at 300. [2021-01-27T00:55:27.563Z] Hunk #6 succeeded at 327. [2021-01-27T00:55:27.563Z] Hunk #7 succeeded at 361. [2021-01-27T00:55:27.563Z] Hunk #8 FAILED at 412. [2021-01-27T00:55:27.563Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-27T00:55:27.563Z] Hmm... Ignoring the trailing garbage. [2021-01-27T00:55:27.563Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T00:55:28.357Z] Failed in branch amd64 [2021-01-27T00:55:35.126Z]  Building docker-core-command-go ... done + glock sync -n [2021-01-27T00:55:40.568Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:55:40.568Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:55:40.568Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:55:40.849Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:55:40.849Z] + git describe '--abbrev=0' --tags [2021-01-27T00:55:40.849Z] + TAG=v0.6.1 [2021-01-27T00:55:40.849Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:55:40.849Z] + apk --print-arch [2021-01-27T00:55:40.849Z] + arch=aarch64 [2021-01-27T00:55:40.849Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T00:55:40.849Z] building [dockerize] for arm64 ... [2021-01-27T00:55:40.849Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T00:55:47.766Z] Removing intermediate container 4923c191856d [2021-01-27T00:55:47.766Z] ---> 299ff3c3c1c7 [2021-01-27T00:55:47.766Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:55:47.766Z] ---> Running in a8e854edcb05 [2021-01-27T00:55:48.362Z] + date [2021-01-27T00:55:48.362Z] + echo 'Wed Jan 27 00:55:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:55:48.362Z] Wed Jan 27 00:55:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:55:48.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:55:52.992Z] Removing intermediate container a8e854edcb05 [2021-01-27T00:55:52.992Z] ---> 967d5c446aa9 [2021-01-27T00:55:52.992Z] [2021-01-27T00:55:52.992Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:55:53.265Z] 20.10.0: Pulling from library/docker [2021-01-27T00:56:00.014Z] Removing intermediate container 89e4f164c836 [2021-01-27T00:56:00.014Z] ---> 967d0a401f94 [2021-01-27T00:56:00.014Z] [2021-01-27T00:56:00.014Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:56:00.014Z] ---> afeebe901d6b [2021-01-27T00:56:00.014Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:56:00.014Z] ---> Running in ccd3faa17754 [2021-01-27T00:56:00.995Z] Removing intermediate container ccd3faa17754 [2021-01-27T00:56:00.995Z] ---> 5911ca09cc16 [2021-01-27T00:56:00.995Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:56:01.982Z] ---> Running in d012bbc02d90 [2021-01-27T00:56:02.958Z] Removing intermediate container 0c1e5b016203 [2021-01-27T00:56:02.958Z] ---> 84a4d8a8bd56 [2021-01-27T00:56:02.958Z] [2021-01-27T00:56:02.958Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:56:02.958Z] ---> afeebe901d6b [2021-01-27T00:56:02.958Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:56:03.237Z] ---> Running in 5eff6723ac16 [2021-01-27T00:56:03.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:03.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:03.780Z] Removing intermediate container 5eff6723ac16 [2021-01-27T00:56:03.780Z] ---> a7fcc0aa6a2c [2021-01-27T00:56:03.780Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:56:04.051Z] ---> Running in cd44ff4ce11e [2021-01-27T00:56:04.051Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:56:04.051Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:56:04.051Z] ---> eeaf43b92773 [2021-01-27T00:56:04.051Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:56:04.322Z] ---> Running in 6585874b05b1 [2021-01-27T00:56:04.322Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:56:04.322Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:56:04.322Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:56:04.322Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:56:04.322Z] OK: 6 MiB in 17 packages [2021-01-27T00:56:04.661Z] Removing intermediate container cd44ff4ce11e [2021-01-27T00:56:04.661Z] ---> 404c6a88010d [2021-01-27T00:56:04.661Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:56:04.661Z] ---> Running in 47d78c5fdc7a [2021-01-27T00:56:05.255Z] Removing intermediate container 47d78c5fdc7a [2021-01-27T00:56:05.255Z] ---> 5ebde91dc073 [2021-01-27T00:56:05.255Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:56:05.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:05.523Z] ---> Running in 476c2a17f4e1 [2021-01-27T00:56:05.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:05.794Z] Removing intermediate container d012bbc02d90 [2021-01-27T00:56:05.794Z] ---> 78909e7fd248 [2021-01-27T00:56:05.794Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:56:06.068Z] ---> Running in a7bc97f44696 [2021-01-27T00:56:06.348Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:56:06.348Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:56:06.348Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:56:06.348Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:56:06.348Z] OK: 12 MiB in 22 packages [2021-01-27T00:56:06.348Z] Removing intermediate container a7bc97f44696 [2021-01-27T00:56:06.348Z] ---> a57431692e88 [2021-01-27T00:56:06.348Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:56:06.618Z] ---> Running in 05811e8b790b [2021-01-27T00:56:07.219Z] Removing intermediate container 05811e8b790b [2021-01-27T00:56:07.219Z] ---> d658d19485e3 [2021-01-27T00:56:07.219Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:56:07.494Z] ---> Running in 5960905485bb [2021-01-27T00:56:07.768Z] Removing intermediate container 6585874b05b1 [2021-01-27T00:56:07.768Z] ---> d5a098e1f27e [2021-01-27T00:56:07.768Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:56:08.043Z] ---> Running in 7aa051a7c690 [2021-01-27T00:56:08.043Z] Removing intermediate container 476c2a17f4e1 [2021-01-27T00:56:08.043Z] ---> 8fe998f27ec5 [2021-01-27T00:56:08.043Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:56:08.320Z] ---> Running in 760c966afef2 [2021-01-27T00:56:08.595Z] Removing intermediate container 7aa051a7c690 [2021-01-27T00:56:08.595Z] ---> cb02f30419b9 [2021-01-27T00:56:08.595Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:56:08.873Z] ---> Running in 50fb4a596e0d [2021-01-27T00:56:09.470Z] Removing intermediate container 50fb4a596e0d [2021-01-27T00:56:09.470Z] ---> e3b76f19b8a4 [2021-01-27T00:56:09.470Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:56:09.470Z] ---> Running in 28a9fe63640c [2021-01-27T00:56:09.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:10.043Z] Removing intermediate container 5960905485bb [2021-01-27T00:56:10.043Z] ---> 05a08bc2004b [2021-01-27T00:56:10.043Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:56:10.043Z] Removing intermediate container 28a9fe63640c [2021-01-27T00:56:10.043Z] ---> 44aca6e8e9b1 [2021-01-27T00:56:10.043Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:56:10.316Z] ---> Running in 2e0193fa0f75 [2021-01-27T00:56:10.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:10.928Z] Removing intermediate container 2e0193fa0f75 [2021-01-27T00:56:10.928Z] ---> cd7b44115a30 [2021-01-27T00:56:10.928Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:56:11.202Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:56:11.483Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:56:11.483Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:56:11.483Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:56:11.483Z] ---> e122741d211b [2021-01-27T00:56:11.483Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:56:11.759Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:56:12.045Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:56:12.045Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:56:12.045Z] OK: 8 MiB in 20 packages [2021-01-27T00:56:12.329Z] ---> f1993376f260 [2021-01-27T00:56:12.329Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:56:12.608Z] ---> 3c665e992fcf [2021-01-27T00:56:12.608Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:56:13.206Z] ---> 1ff2ec3b0222 [2021-01-27T00:56:13.206Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:56:13.480Z] ---> Running in 6bbc11d9df3e [2021-01-27T00:56:13.755Z] Removing intermediate container 760c966afef2 [2021-01-27T00:56:13.755Z] ---> 8a938938302d [2021-01-27T00:56:13.755Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:56:13.755Z] ---> f65461bf0cbf [2021-01-27T00:56:13.755Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:56:14.030Z] ---> Running in 9c199c86ca7e [2021-01-27T00:56:15.022Z] ---> d0d181acdab6 [2021-01-27T00:56:15.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:56:15.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:15.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:56:16.598Z] Removing intermediate container 6bbc11d9df3e [2021-01-27T00:56:16.598Z] ---> 49913b3c1588 [2021-01-27T00:56:16.598Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:56:16.598Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:56:16.598Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:56:16.598Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:56:16.598Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:56:16.598Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:56:16.598Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:56:16.598Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:56:16.598Z] ---> 1ec2f4449aa7 [2021-01-27T00:56:16.598Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:56:18.588Z] ---> b39ad8385af4 [2021-01-27T00:56:18.589Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:56:18.589Z] ---> 348143ee02cc [2021-01-27T00:56:18.589Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:56:18.589Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:56:18.589Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:56:18.589Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:56:18.589Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:56:18.589Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:56:18.589Z] ---> Running in 1b5c3b712681 [2021-01-27T00:56:18.866Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:56:18.866Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:56:18.866Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:56:18.866Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:56:18.866Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:56:19.141Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:56:19.141Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:56:19.141Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:56:19.141Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:56:19.141Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:56:19.141Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:56:19.141Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:56:19.418Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:56:19.418Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:56:19.418Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:56:19.418Z] Removing intermediate container 1b5c3b712681 [2021-01-27T00:56:19.418Z] ---> 73f06be5b11c [2021-01-27T00:56:19.418Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:56:19.418Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:56:19.418Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:56:19.418Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:56:19.418Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:56:19.418Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:56:19.418Z] ---> 7360cac0dc6c [2021-01-27T00:56:19.418Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:56:19.418Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:56:19.706Z] ---> Running in dafec1909151 [2021-01-27T00:56:19.706Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:56:19.706Z] OK: 71 MiB in 55 packages [2021-01-27T00:56:20.302Z] Removing intermediate container dafec1909151 [2021-01-27T00:56:20.302Z] ---> 9f5da25cd8b2 [2021-01-27T00:56:20.302Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:56:20.577Z] ---> Running in 6930dc71631c [2021-01-27T00:56:20.577Z] ---> 6346029a851d [2021-01-27T00:56:20.577Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:56:20.852Z] Removing intermediate container 6930dc71631c [2021-01-27T00:56:20.852Z] ---> 1eff2cd8c46d [2021-01-27T00:56:20.852Z] Step 22/23 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:56:21.147Z] ---> Running in 972f0cffbeda [2021-01-27T00:56:22.130Z] ---> e3ee12ba2290 [2021-01-27T00:56:22.130Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:56:22.130Z] Removing intermediate container 972f0cffbeda [2021-01-27T00:56:22.130Z] ---> 735c4f1a6f0e [2021-01-27T00:56:22.130Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:56:22.405Z] ---> Running in 66a9aa8b2ae4 [2021-01-27T00:56:23.002Z] Removing intermediate container 66a9aa8b2ae4 [2021-01-27T00:56:23.002Z] ---> c56048d8383e [2021-01-27T00:56:23.002Z] [2021-01-27T00:56:23.277Z] ---> f248bd433cfc [2021-01-27T00:56:23.277Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:56:23.277Z] Successfully built c56048d8383e [2021-01-27T00:56:23.277Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T00:56:24.262Z]  Building docker-core-data-go ... done  ---> Running in df51772dc38b [2021-01-27T00:56:24.538Z] Removing intermediate container df51772dc38b [2021-01-27T00:56:24.538Z] ---> cc95df08a538 [2021-01-27T00:56:24.538Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:56:25.515Z] ---> b6e55601118e [2021-01-27T00:56:25.515Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:56:26.114Z] Removing intermediate container 9c199c86ca7e [2021-01-27T00:56:26.114Z] ---> e0350b33ab68 [2021-01-27T00:56:26.114Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:56:26.394Z] ---> Running in 622dcca26c07 [2021-01-27T00:56:26.394Z] ---> Running in c648bee564b8 [2021-01-27T00:56:29.021Z] Removing intermediate container 622dcca26c07 [2021-01-27T00:56:29.021Z] ---> 6f933a859bd6 [2021-01-27T00:56:29.021Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:56:29.021Z] ---> Running in 62e610619d2b [2021-01-27T00:56:29.608Z] Removing intermediate container 62e610619d2b [2021-01-27T00:56:29.608Z] ---> d14194edf9ba [2021-01-27T00:56:29.608Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:56:29.879Z] ---> Running in f7d4df9667fc [2021-01-27T00:56:30.470Z] Removing intermediate container f7d4df9667fc [2021-01-27T00:56:30.470Z] ---> e5f8ca56523d [2021-01-27T00:56:30.470Z] Step 31/33 : LABEL arch=arm64 [2021-01-27T00:56:30.756Z] ---> Running in fa53696c939f [2021-01-27T00:56:31.351Z] Removing intermediate container fa53696c939f [2021-01-27T00:56:31.351Z] ---> 2d7794ec6d75 [2021-01-27T00:56:31.351Z] Step 32/33 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:56:31.640Z] ---> Running in 8073047eaf8a [2021-01-27T00:56:31.916Z] Collecting docker-compose==1.23.2 [2021-01-27T00:56:32.187Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:56:32.187Z] Removing intermediate container 8073047eaf8a [2021-01-27T00:56:32.187Z] ---> 3a91e4de609d [2021-01-27T00:56:32.187Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:56:32.469Z] ---> Running in 2072423e954d [2021-01-27T00:56:32.745Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:56:32.745Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:56:33.015Z] Removing intermediate container 2072423e954d [2021-01-27T00:56:33.015Z] ---> 1d936b5897ac [2021-01-27T00:56:33.015Z] [2021-01-27T00:56:33.610Z] Successfully built 1d936b5897ac [2021-01-27T00:56:33.610Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T00:56:35.030Z]  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 [2021-01-27T00:56:35.030Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:56:35.302Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:56:35.302Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:56:35.894Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:56:35.894Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:56:38.498Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:56:38.498Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:56:41.099Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-27T00:56:41.371Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:56:41.371Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:56:41.990Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:56:41.990Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:56:43.437Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:56:43.437Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:56:43.710Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:56:43.710Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:56:45.693Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:56:45.693Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:56:45.693Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-27T00:56:45.693Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-27T00:56:46.292Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:56:46.292Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:56:46.562Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:56:46.562Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:56:46.562Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:56:46.562Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:56:46.562Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:56:46.562Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:56:47.540Z] Installing collected packages: docopt, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, texttable, docker-compose [2021-01-27T00:56:47.540Z] Running setup.py install for docopt: started [2021-01-27T00:56:49.523Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:56:49.523Z] Attempting uninstall: urllib3 [2021-01-27T00:56:49.523Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:56:49.523Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:56:49.798Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:56:50.395Z] Attempting uninstall: idna [2021-01-27T00:56:50.395Z] Found existing installation: idna 2.9 [2021-01-27T00:56:50.395Z] Uninstalling idna-2.9: [2021-01-27T00:56:50.395Z] Successfully uninstalled idna-2.9 [2021-01-27T00:56:50.994Z] Attempting uninstall: requests [2021-01-27T00:56:50.994Z] Found existing installation: requests 2.23.0 [2021-01-27T00:56:50.994Z] Uninstalling requests-2.23.0: [2021-01-27T00:56:50.994Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:56:51.972Z] Running setup.py install for dockerpty: started [2021-01-27T00:56:53.956Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:56:53.956Z] Running setup.py install for PyYAML: started [2021-01-27T00:56:55.933Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:56:56.205Z] Running setup.py install for texttable: started [2021-01-27T00:56:58.177Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:56:58.771Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-27T00:57:02.185Z] Removing intermediate container c648bee564b8 [2021-01-27T00:57:02.185Z] ---> e1d2321270c5 [2021-01-27T00:57:02.185Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:57:02.459Z] ---> Running in f8c716aad5cd [2021-01-27T00:57:03.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:57:03.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:57:04.333Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:57:04.333Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:57:04.333Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:57:04.333Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:57:04.333Z] OK: 71 MiB in 58 packages [2021-01-27T00:57:05.783Z] Removing intermediate container f8c716aad5cd [2021-01-27T00:57:05.783Z] ---> ae3811f3d920 [2021-01-27T00:57:05.783Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:57:05.783Z] ---> Running in 2177c14ea9b7 [2021-01-27T00:57:06.058Z] Removing intermediate container 2177c14ea9b7 [2021-01-27T00:57:06.058Z] ---> bd57ce544af4 [2021-01-27T00:57:06.058Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:57:06.340Z] ---> Running in 1d47294ef02c [2021-01-27T00:57:06.613Z] Removing intermediate container 1d47294ef02c [2021-01-27T00:57:06.613Z] ---> 238221e36b9e [2021-01-27T00:57:06.613Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T00:57:06.888Z] ---> Running in 72dc989d1a2b [2021-01-27T00:57:07.165Z] Removing intermediate container 72dc989d1a2b [2021-01-27T00:57:07.165Z] ---> 4b8ce76937be [2021-01-27T00:57:07.165Z] Step 25/26 : LABEL git_sha=8822184552e4706fba4b46dbd9d91f99d7a1bd27 [2021-01-27T00:57:07.439Z] ---> Running in 6af5a6825d7e [2021-01-27T00:57:07.721Z] Removing intermediate container 6af5a6825d7e [2021-01-27T00:57:07.721Z] ---> 18ffb8e99c51 [2021-01-27T00:57:07.721Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:57:08.013Z] ---> Running in d912061f9252 [2021-01-27T00:57:08.608Z] Removing intermediate container d912061f9252 [2021-01-27T00:57:08.608Z] ---> fa5cc889509e [2021-01-27T00:57:08.608Z] [2021-01-27T00:57:08.913Z] Successfully built fa5cc889509e [2021-01-27T00:57:08.913Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T00:57:09.225Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-27T00:57:09.243Z] $ docker stop --time=1 fc70f3eadf4011b957a6f50b8a38d77db377a8c130b6e4bca94c7f179847ae4b [2021-01-27T00:57:11.116Z] $ docker rm -f fc70f3eadf4011b957a6f50b8a38d77db377a8c130b6e4bca94c7f179847ae4b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:57:11.788Z] + docker images [2021-01-27T00:57:11.788Z] + grep docker [2021-01-27T00:57:12.066Z] docker-sys-mgmt-agent-go-arm64 latest fa5cc889509e 3 seconds ago 300MB [2021-01-27T00:57:12.066Z] docker-security-bootstrapper-go-arm64 latest 1d936b5897ac 39 seconds ago 31.9MB [2021-01-27T00:57:12.066Z] docker-core-data-go-arm64 latest c56048d8383e 49 seconds ago 21MB [2021-01-27T00:57:12.066Z] docker-core-command-go-arm64 latest f715e17b5789 2 minutes ago 15.4MB [2021-01-27T00:57:12.066Z] docker-core-metadata-go-arm64 latest e8332459096b 4 minutes ago 17.7MB [2021-01-27T00:57:12.066Z] docker-security-secretstore-setup-go-arm64 latest cac22f7d5e28 4 minutes ago 23.4MB [2021-01-27T00:57:12.066Z] docker-support-scheduler-go-arm64 latest 69cf89f5e0ed 4 minutes ago 15.5MB [2021-01-27T00:57:12.066Z] docker-support-notifications-go-arm64 latest e39539aa57f9 4 minutes ago 16MB [2021-01-27T00:57:12.066Z] docker-security-proxy-setup-go-arm64 latest 21be5a434dcf 4 minutes ago 23.2MB [2021-01-27T00:57:12.066Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:57:15.102Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:57:15.992Z] ---> package-listing.sh [2021-01-27T00:57:15.992Z] ++ facter osfamily [2021-01-27T00:57:15.992Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T00:57:15.992Z] + OS_FAMILY=redhat [2021-01-27T00:57:15.992Z] + workspace=/w/workspace/edgex-go/49 [2021-01-27T00:57:15.992Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T00:57:15.992Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T00:57:15.992Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T00:57:15.992Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T00:57:15.992Z] + '[' /w/workspace/edgex-go/49 ']' [2021-01-27T00:57:15.992Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T00:57:15.992Z] + case "${OS_FAMILY}" in [2021-01-27T00:57:15.992Z] + rpm -qa [2021-01-27T00:57:15.992Z] + sort [2021-01-27T00:57:21.295Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T00:57:21.295Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T00:57:21.295Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T00:57:21.295Z] + '[' /w/workspace/edgex-go/49 ']' [2021-01-27T00:57:21.295Z] + mkdir -p /w/workspace/edgex-go/49/archives/ [2021-01-27T00:57:21.295Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/49/archives/ [Pipeline] echo [2021-01-27T00:57:21.309Z] 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/49/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T00:57:21.604Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:57:21.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:57:21.914Z] [2021-01-27T00:57:21.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:57:22.274Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:57:22.274Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T00:57:22.274Z] df20fa9351a1: Pulling fs layer [2021-01-27T00:57:22.274Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T00:57:22.274Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T00:57:22.274Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T00:57:22.274Z] 93b61091891f: Pulling fs layer [2021-01-27T00:57:22.274Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T00:57:22.274Z] 5e14af77c1be: Pulling fs layer [2021-01-27T00:57:22.274Z] 01666e4c0597: Pulling fs layer [2021-01-27T00:57:22.274Z] aa168da1d23b: Pulling fs layer [2021-01-27T00:57:22.274Z] 46f8f816bc3b: Waiting [2021-01-27T00:57:22.274Z] 93b61091891f: Waiting [2021-01-27T00:57:22.274Z] 93b9cdb0e59b: Waiting [2021-01-27T00:57:22.274Z] 01666e4c0597: Waiting [2021-01-27T00:57:22.274Z] 5e14af77c1be: Waiting [2021-01-27T00:57:22.274Z] aa168da1d23b: Waiting [2021-01-27T00:57:22.274Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T00:57:22.274Z] 36b3adc4ff6f: Download complete [2021-01-27T00:57:22.274Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T00:57:22.274Z] 46f8f816bc3b: Download complete [2021-01-27T00:57:22.274Z] df20fa9351a1: Download complete [2021-01-27T00:57:22.541Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T00:57:22.541Z] 93b9cdb0e59b: Download complete [2021-01-27T00:57:22.541Z] 5e14af77c1be: Verifying Checksum [2021-01-27T00:57:22.541Z] 5e14af77c1be: Download complete [2021-01-27T00:57:22.541Z] 93b61091891f: Download complete [2021-01-27T00:57:22.541Z] 01666e4c0597: Verifying Checksum [2021-01-27T00:57:22.541Z] 01666e4c0597: Download complete [2021-01-27T00:57:22.541Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T00:57:22.541Z] 8ad3a11d3b57: Download complete [2021-01-27T00:57:22.817Z] df20fa9351a1: Pull complete [2021-01-27T00:57:23.083Z] 36b3adc4ff6f: Pull complete [2021-01-27T00:57:24.483Z] aa168da1d23b: Verifying Checksum [2021-01-27T00:57:24.483Z] aa168da1d23b: Download complete [2021-01-27T00:57:25.061Z] 8ad3a11d3b57: Pull complete [2021-01-27T00:57:25.061Z] 46f8f816bc3b: Pull complete [2021-01-27T00:57:26.007Z] 93b61091891f: Pull complete [2021-01-27T00:57:26.007Z] 93b9cdb0e59b: Pull complete [2021-01-27T00:57:26.007Z] 5e14af77c1be: Pull complete [2021-01-27T00:57:26.269Z] 01666e4c0597: Pull complete [2021-01-27T00:57:36.319Z] aa168da1d23b: Pull complete [2021-01-27T00:57:36.319Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T00:57:36.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:57:36.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T00:57:36.563Z] prd-centos7-docker-4c-2g-22934 does not seem to be running inside a container [2021-01-27T00:57:36.624Z] $ 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/49/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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T00:57:41.422Z] $ docker top b5240e54727626645a9b054f7046c2fe534130c49fe3b01c29f174fc7c00cd28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:57:42.029Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T00:57:42.342Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T00:57:42.644Z] + ls /var/log/sa-host [2021-01-27T00:57:42.645Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T00:57:42.645Z] file_magic: OK [2021-01-27T00:57:42.645Z] HZ: Using current value: 100 [2021-01-27T00:57:42.645Z] file_header: OK [2021-01-27T00:57:42.645Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-27T00:57:42.645Z] Statistics: [2021-01-27T00:57:42.645Z] Hnuu...uuuununununu... [2021-01-27T00:57:42.645Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T00:57:42.645Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T00:57:42.645Z] file_magic: OK [2021-01-27T00:57:42.645Z] HZ: Using current value: 100 [2021-01-27T00:57:42.645Z] file_header: OK [2021-01-27T00:57:42.645Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-27T00:57:42.645Z] Statistics: [2021-01-27T00:57:42.645Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T00:57:42.645Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T00:57:42.858Z] provisioning config files... [2021-01-27T00:57:42.878Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/49@tmp/config5804994749919176615tmp [Pipeline] { [Pipeline] echo [2021-01-27T00:57:42.960Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:57:43.260Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T00:57:43.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T00:57:43.359Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:57:43.662Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T00:57:43.675Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:57:43.974Z] ---> sudo-logs.sh [2021-01-27T00:57:43.974Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T00:57:43.985Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:57:44.292Z] ---> job-cost.sh [2021-01-27T00:57:44.292Z] lf-activate-venv: SKIPPING [2021-01-27T00:57:44.292Z] INFO: No Stack... [2021-01-27T00:57:45.277Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T00:57:45.886Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T00:57:45.924Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:57:46.252Z] ---> logs-deploy.sh [2021-01-27T00:57:46.252Z] lf-activate-venv: SKIPPING [2021-01-27T00:57:46.252Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/49 [2021-01-27T00:57:46.252Z] INFO: archiving workspace using pattern(s): [2021-01-27T00:57:47.647Z] Archives upload complete. [2021-01-27T00:57:47.647Z] INFO: archiving logs to Nexus