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 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 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-23574 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/50 [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/50 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing faac3970eef7333de4c7e0f9b965e447c478d533 Checking out Revision faac3970eef7333de4c7e0f9b965e447c478d533 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f faac3970eef7333de4c7e0f9b965e447c478d533 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:35:30.728Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:35:30.982Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:35:31.075Z] ========================================================= [2021-01-28T00:35:31.075Z] EdgeX Global Pipelines Version Info [2021-01-28T00:35:31.075Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 [2021-01-28T00:35:34.190Z] ------------------- [2021-01-28T00:35:34.190Z] stable info: [2021-01-28T00:35:34.190Z] ------------------- [2021-01-28T00:35:34.190Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:35:34.190Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:35:34.190Z] Message: update stable to v1.0.179 [2021-01-28T00:35:35.282Z] ------------------- [2021-01-28T00:35:35.282Z] experimental info: [2021-01-28T00:35:35.282Z] ------------------- [2021-01-28T00:35:35.282Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:35:35.282Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:35:35.282Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:35:36.039Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:35:36.159Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:35:36.241Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:35:36.327Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:35:36.446Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:35:36.559Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:35:36.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:35:36.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:35:36.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:35:37.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:35:37.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:35:37.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:35:37.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:35:37.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:35:37.640Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:35:37.749Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:35:37.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:35:37.972Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:35:38.050Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:35:38.132Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:35:38.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:35:38.292Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:35:38.376Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:35:38.459Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-28T00:35:38.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-28T00:35:38.620Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-28T00:35:38.700Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = faac3970eef7333de4c7e0f9b965e447c478d533 [Pipeline] echo [2021-01-28T00:35:38.812Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = faac397 [Pipeline] echo [2021-01-28T00:35:38.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:35:39.049Z] provisioning config files... [2021-01-28T00:35:39.089Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config6900520302783421699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:35:39.661Z] ---> docker-login.sh [2021-01-28T00:35:39.661Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:35:41.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:41.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:41.290Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:41.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:41.290Z] [2021-01-28T00:35:41.636Z] Login Succeeded [2021-01-28T00:35:41.636Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:35:42.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:43.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:43.011Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:43.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:43.011Z] [2021-01-28T00:35:43.011Z] Login Succeeded [2021-01-28T00:35:43.011Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:35:43.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:43.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:43.737Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:43.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:43.738Z] [2021-01-28T00:35:43.738Z] Login Succeeded [2021-01-28T00:35:43.738Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:35:44.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:44.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:44.424Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:44.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:44.424Z] [2021-01-28T00:35:44.424Z] Login Succeeded [2021-01-28T00:35:44.424Z] docker.io [2021-01-28T00:35:45.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:45.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:45.383Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:45.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:45.383Z] [2021-01-28T00:35:45.383Z] Login Succeeded [2021-01-28T00:35:45.383Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:35:45.404Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:35:46.061Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:35:46.061Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:35:46.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:46.061Z] ++ cut -d/ -f2 [2021-01-28T00:35:46.061Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:35:46.061Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:35:46.273Z] 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-28T00:35:47.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:47.660Z] [2021-01-28T00:35:47.660Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:48.078Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:48.078Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:35:48.078Z] 31603596830f: Pulling fs layer [2021-01-28T00:35:48.078Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:35:48.078Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:35:48.078Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:35:48.078Z] ecc8261a40a4: Waiting [2021-01-28T00:35:48.372Z] 2a8b12db71e7: Download complete [2021-01-28T00:35:48.671Z] 31603596830f: Verifying Checksum [2021-01-28T00:35:48.671Z] 31603596830f: Download complete [2021-01-28T00:35:48.957Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:35:48.957Z] ecc8261a40a4: Download complete [2021-01-28T00:35:49.283Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:35:49.283Z] 6ca5941a6612: Download complete [2021-01-28T00:35:49.283Z] 31603596830f: Pull complete [2021-01-28T00:35:49.572Z] 2a8b12db71e7: Pull complete [2021-01-28T00:35:51.611Z] 6ca5941a6612: Pull complete [2021-01-28T00:35:51.929Z] ecc8261a40a4: Pull complete [2021-01-28T00:35:52.205Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:35:52.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:52.205Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:35:52.444Z] prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container [2021-01-28T00:35:52.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:35:56.318Z] $ docker top 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:35:57.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:35:57.395Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:35:58.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:35:58.407Z] $ docker exec 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent [2021-01-28T00:35:58.806Z] SSH_AUTH_SOCK=/tmp/ssh-6ULs3xO4Cifl/agent.11 [2021-01-28T00:35:58.806Z] SSH_AGENT_PID=16 [2021-01-28T00:35:58.825Z] Running ssh-add (command line suppressed) [2021-01-28T00:35:59.196Z] Identity added: /w/workspace/edgex-go/50@tmp/private_key_8535214059578601803.key (/w/workspace/edgex-go/50@tmp/private_key_8535214059578601803.key) [2021-01-28T00:35:59.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:35:59.744Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:36:00.075Z] $ docker exec --env ******** --env ******** 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent -k [2021-01-28T00:36:00.415Z] unset SSH_AUTH_SOCK; [2021-01-28T00:36:00.422Z] unset SSH_AGENT_PID; [2021-01-28T00:36:00.422Z] echo Agent pid 16 killed; [2021-01-28T00:36:00.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:36:00.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:36:00.697Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:36:01.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:36:01.369Z] $ docker exec 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent [2021-01-28T00:36:01.864Z] SSH_AUTH_SOCK=/tmp/ssh-7vU0h4FOf1Ds/agent.44 [2021-01-28T00:36:01.864Z] SSH_AGENT_PID=50 [2021-01-28T00:36:01.900Z] Running ssh-add (command line suppressed) [2021-01-28T00:36:02.272Z] Identity added: /w/workspace/edgex-go/50@tmp/private_key_550513213612482938.key (/w/workspace/edgex-go/50@tmp/private_key_550513213612482938.key) [2021-01-28T00:36:02.530Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:36:03.045Z] + git semver init [2021-01-28T00:36:03.045Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:36:03.045Z] # $GIT_DIR = /w/workspace/edgex-go/50/.git [2021-01-28T00:36:03.045Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/50 [2021-01-28T00:36:03.045Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:36:03.045Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:36:03.045Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:36:03.045Z] # $SEMVER_BRANCH = PR-2858 [2021-01-28T00:36:03.045Z] # $SEMVER_TEMP = /tmp/semver-411269072 [2021-01-28T00:36:03.045Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:37:12.726Z] # '/tmp/semver-411269072' -> '/w/workspace/edgex-go/50/.semver' [2021-01-28T00:37:12.726Z] # -> Force: false [2021-01-28T00:37:12.726Z] # $SEMVER_DIR = /w/workspace/edgex-go/50/.semver [Pipeline] } [2021-01-28T00:37:12.764Z] $ docker exec --env ******** --env ******** 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac ssh-agent -k [2021-01-28T00:37:13.364Z] unset SSH_AUTH_SOCK; [2021-01-28T00:37:13.364Z] unset SSH_AGENT_PID; [2021-01-28T00:37:13.364Z] echo Agent pid 50 killed; [2021-01-28T00:37:13.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:37:14.719Z] + git semver [Pipeline] } [2021-01-28T00:37:14.766Z] $ docker stop --time=1 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac [2021-01-28T00:37:17.028Z] $ docker rm -f 539038e4e1fb539e4f7400b4717fda54742079961a23ebaef7da628b65421eac [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:37:18.180Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:37:19.622Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:37:19.625Z] [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-28T00:37:20.515Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:37:20.964Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:37:21.373Z] + sudo service docker restart [2021-01-28T00:37:21.373Z] + true [2021-01-28T00:37:21.373Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:37:22.906Z] ========================================================= [2021-01-28T00:37:22.906Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:37:22.906Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:23.341Z] + 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-28T00:37:32.005Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:37:32.005Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:32.005Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:37:32.005Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:37:32.005Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:37:32.005Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:37:32.005Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:37:32.005Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:37:32.005Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:37:32.005Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:37:32.005Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:37:32.005Z] 93359f2a8cfa: Waiting [2021-01-28T00:37:32.005Z] 7c6f9722023f: Waiting [2021-01-28T00:37:32.005Z] a35cf1a2eb13: Waiting [2021-01-28T00:37:32.005Z] bca2f99d35d6: Waiting [2021-01-28T00:37:32.005Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:37:32.005Z] de9db76c5a1d: Download complete [2021-01-28T00:37:32.005Z] 0ef7d3d256c8: Download complete [2021-01-28T00:37:32.606Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:37:32.606Z] 93359f2a8cfa: Download complete [2021-01-28T00:37:32.606Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:37:32.606Z] 7c6f9722023f: Download complete [2021-01-28T00:37:33.296Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:37:33.296Z] 188c0c94c7c5: Download complete [2021-01-28T00:37:34.417Z] 188c0c94c7c5: Pull complete [2021-01-28T00:37:34.978Z] Still waiting to schedule task [2021-01-28T00:37:34.978Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T00:37:35.057Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:37:35.342Z] de9db76c5a1d: Pull complete [2021-01-28T00:37:40.906Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:37:40.906Z] a35cf1a2eb13: Download complete [2021-01-28T00:37:43.640Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:37:43.640Z] bca2f99d35d6: Download complete [2021-01-28T00:37:59.062Z] bca2f99d35d6: Pull complete [2021-01-28T00:37:59.062Z] 93359f2a8cfa: Pull complete [2021-01-28T00:37:59.062Z] 7c6f9722023f: Pull complete [2021-01-28T00:38:06.083Z] a35cf1a2eb13: Pull complete [2021-01-28T00:38:06.083Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:38:06.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:38:06.083Z] ---> a62c8e92a672 [2021-01-28T00:38:06.083Z] 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-28T00:38:06.083Z] ---> Running in 265e47015831 [2021-01-28T00:38:08.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:38:08.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:38:09.310Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:38:09.603Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:38:09.603Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:38:09.887Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:38:14.294Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:38:14.294Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:38:14.294Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:38:14.294Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:38:14.576Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:38:14.576Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:38:14.576Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:38:14.874Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:38:14.874Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:38:14.874Z] OK: 233 MiB in 51 packages [2021-01-28T00:38:20.514Z] Removing intermediate container 265e47015831 [2021-01-28T00:38:20.514Z] ---> 9a63807ee635 [2021-01-28T00:38:20.514Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:38:20.514Z] ---> Running in 33d0df238a21 [2021-01-28T00:38:20.514Z] Removing intermediate container 33d0df238a21 [2021-01-28T00:38:20.514Z] ---> c4aa0693ff55 [2021-01-28T00:38:20.514Z] Step 5/6 : COPY go.mod . [2021-01-28T00:38:20.840Z] ---> b1a9f77c3d32 [2021-01-28T00:38:20.840Z] Step 6/6 : RUN go mod download [2021-01-28T00:38:20.840Z] ---> Running in a85275a15e89 [2021-01-28T00:39:00.677Z] Removing intermediate container a85275a15e89 [2021-01-28T00:39:00.677Z] ---> 13985c29a38e [2021-01-28T00:39:00.677Z] Successfully built 13985c29a38e [2021-01-28T00:39:00.677Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:01.090Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:39:01.391Z] . [Pipeline] withDockerContainer [2021-01-28T00:39:02.224Z] prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container [2021-01-28T00:39:02.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:39:04.382Z] $ docker top f1796c8478f94fbf3ecbe25abfc82da92128f3d080c52869a2dd78c28def4e68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:39:05.500Z] + go version [2021-01-28T00:39:05.500Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:39:05.603Z] $ docker stop --time=1 f1796c8478f94fbf3ecbe25abfc82da92128f3d080c52869a2dd78c28def4e68 [2021-01-28T00:39:07.246Z] $ docker rm -f f1796c8478f94fbf3ecbe25abfc82da92128f3d080c52869a2dd78c28def4e68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:08.399Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:39:08.399Z] . [Pipeline] withDockerContainer [2021-01-28T00:39:08.635Z] prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container [2021-01-28T00:39:08.861Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:39:11.193Z] $ docker top 80485cd0977545e4acb4a0a1bc439130bc5f0bd3dfbbcfb130d7a58eb29625ec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:39:11.653Z] ========================================================= [2021-01-28T00:39:11.653Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:39:11.653Z] ========================================================= [Pipeline] sh [2021-01-28T00:39:12.178Z] + make test [2021-01-28T00:39:12.178Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:39:39.596Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:40:31.763Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:40:35.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:40:41.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:40:41.331Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:40:41.331Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:40:48.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:40:48.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:40:48.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:40:48.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:40:48.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:40:48.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:40:55.145Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:40:55.145Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:40:55.145Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:41:01.064Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 46.6% of statements [2021-01-28T00:41:01.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:41:01.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:41:01.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:41:01.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:41:01.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:41:07.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:41:07.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.138s coverage: 100.0% of statements [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:41:07.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:41:07.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.372s coverage: 65.8% of statements [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:41:07.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.363s coverage: 82.3% of statements [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:41:07.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:41:08.467Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23584 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-28T00:41:08.533Z] Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout [2021-01-28T00:41:14.169Z] using credential edgex-jenkins-ssh [2021-01-28T00:41:14.225Z] Cloning the remote Git repository [2021-01-28T00:41:14.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:41:14.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.109s coverage: 100.0% of statements [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:41:14.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:41:14.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.343s coverage: 86.7% of statements [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:41:14.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.293s coverage: 97.5% of statements [2021-01-28T00:41:14.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:41:14.287Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:41:14.412Z] > git init /w/workspace/edgex-go/50 # timeout=10 [2021-01-28T00:41:14.516Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:41:14.517Z] > git --version # timeout=10 [2021-01-28T00:41:14.538Z] > git --version # 'git version 2.17.1' [2021-01-28T00:41:14.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:14.615Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:41:15.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements [2021-01-28T00:41:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:41:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:41:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:41:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:41:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.864s coverage: 92.8% of statements [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:41:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:41:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:41:22.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:41:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 43.8% of statements [2021-01-28T00:41:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.175s coverage: 79.5% of statements [2021-01-28T00:41:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-01-28T00:41:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements [2021-01-28T00:41:23.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.226s coverage: 87.5% of statements [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.100s coverage: 94.4% of statements [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.272s coverage: 87.2% of statements [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.309s coverage: 87.2% of statements [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.663s coverage: 91.4% of statements [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.490s coverage: 63.5% of statements [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:41:36.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-01-28T00:41:36.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-01-28T00:41:37.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements [2021-01-28T00:41:38.578Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-28T00:41:38.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.181s coverage: 73.7% of statements [2021-01-28T00:41:38.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-28T00:41:37.621Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:41:37.639Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:41:37.668Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:41:37.706Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:41:37.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:37.722Z] > 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-28T00:41:38.596Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:41:38.610Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-28T00:41:38.951Z] > git remote # timeout=10 [2021-01-28T00:41:38.971Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:41:38.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:39.011Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:41:39.952Z] Merge succeeded, producing 208eb93992cc22fb2e2e1ad534041e2fd1cf1e3d [2021-01-28T00:41:39.953Z] Checking out Revision 208eb93992cc22fb2e2e1ad534041e2fd1cf1e3d (PR-2858) [2021-01-28T00:41:41.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 68.9% of statements [2021-01-28T00:41:41.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:41:41.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:41:41.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:41:41.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:41:41.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:41:39.931Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:41:39.957Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:41:39.974Z] > git checkout -f 208eb93992cc22fb2e2e1ad534041e2fd1cf1e3d # timeout=10 [2021-01-28T00:41:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.596s coverage: 37.0% of statements [2021-01-28T00:41:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:41:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:41:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.790s coverage: 84.0% of statements [2021-01-28T00:41:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.182s coverage: 100.0% of statements [2021-01-28T00:41:44.757Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:41:44.784Z] First time build. Skipping changelog. [2021-01-28T00:41:44.762Z] > git rev-list --no-walk 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:41:46.419Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:41:46.849Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:41:47.192Z] + true [2021-01-28T00:41:47.192Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:41:49.247Z] provisioning config files... [2021-01-28T00:41:49.293Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config3968718176697889737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:41:49.719Z] ---> docker-login.sh [2021-01-28T00:41:49.719Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:41:49.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.504s coverage: 47.1% of statements [2021-01-28T00:41:49.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:41:49.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:41:49.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:41:49.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:41:49.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:41:49.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements [2021-01-28T00:41:49.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:41:49.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements [2021-01-28T00:41:49.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:41:50.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:50.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:50.981Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:50.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:50.981Z] [2021-01-28T00:41:50.981Z] Login Succeeded [2021-01-28T00:41:50.981Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:41:51.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:51.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:51.534Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:51.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:51.534Z] [2021-01-28T00:41:51.534Z] Login Succeeded [2021-01-28T00:41:51.534Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:41:51.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:52.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:52.078Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:52.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:52.078Z] [2021-01-28T00:41:52.078Z] Login Succeeded [2021-01-28T00:41:52.078Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:41:52.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:52.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:52.354Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:52.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:52.354Z] [2021-01-28T00:41:52.354Z] Login Succeeded [2021-01-28T00:41:52.354Z] docker.io [2021-01-28T00:41:52.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:53.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:53.223Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:53.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:53.223Z] [2021-01-28T00:41:53.223Z] Login Succeeded [2021-01-28T00:41:53.223Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:41:53.242Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:41:53.687Z] ========================================================= [2021-01-28T00:41:53.688Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:41:53.688Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:41:54.066Z] + 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-28T00:41:54.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.042s coverage: 29.1% of statements [2021-01-28T00:41:54.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:41:54.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:41:54.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:41:54.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:41:54.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:41:54.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.169s coverage: 99.0% of statements [2021-01-28T00:41:54.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:41:54.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.162s coverage: 100.0% of statements [2021-01-28T00:41:54.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:41:54.750Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2021-01-28T00:41:54.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:41:54.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements [2021-01-28T00:41:54.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:41:54.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:41:54.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:41:54.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:41:55.056Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.140s coverage: 87.9% of statements [2021-01-28T00:41:55.056Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:41:55.056Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:41:55.809Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.130s coverage: 100.0% of statements [2021-01-28T00:41:56.050Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:41:56.050Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:41:56.050Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:41:56.325Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:41:56.325Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:41:56.325Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:41:56.325Z] 18c013af1878: Pulling fs layer [2021-01-28T00:41:56.325Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:41:56.325Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:41:56.325Z] b116817d02f9: Pulling fs layer [2021-01-28T00:41:56.325Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:41:56.325Z] 00ac8860ef70: Waiting [2021-01-28T00:41:56.325Z] 63d7cb157983: Waiting [2021-01-28T00:41:56.325Z] b116817d02f9: Waiting [2021-01-28T00:41:56.325Z] 745a02a5169b: Waiting [2021-01-28T00:41:56.325Z] 18c013af1878: Verifying Checksum [2021-01-28T00:41:56.325Z] 18c013af1878: Download complete [2021-01-28T00:41:56.325Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:41:56.325Z] a4357932f1b6: Download complete [2021-01-28T00:41:56.325Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:41:56.325Z] 63d7cb157983: Download complete [2021-01-28T00:41:56.325Z] b116817d02f9: Verifying Checksum [2021-01-28T00:41:56.325Z] b116817d02f9: Download complete [2021-01-28T00:41:56.325Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:41:56.325Z] 5f621e34cdf4: Download complete [2021-01-28T00:41:56.471Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.153s coverage: 32.1% of statements [2021-01-28T00:41:57.306Z] 5f621e34cdf4: Pull complete [2021-01-28T00:41:57.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.297s coverage: 100.0% of statements [2021-01-28T00:41:57.586Z] a4357932f1b6: Pull complete [2021-01-28T00:41:57.854Z] GO111MODULE=on go vet ./... [2021-01-28T00:41:58.200Z] 18c013af1878: Pull complete [2021-01-28T00:41:59.654Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:41:59.654Z] 745a02a5169b: Download complete [2021-01-28T00:42:00.258Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:42:00.258Z] 00ac8860ef70: Download complete [2021-01-28T00:42:10.428Z] 00ac8860ef70: Pull complete [2021-01-28T00:42:10.702Z] 63d7cb157983: Pull complete [2021-01-28T00:42:10.977Z] b116817d02f9: Pull complete [2021-01-28T00:42:15.311Z] 745a02a5169b: Pull complete [2021-01-28T00:42:15.311Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:42:15.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:42:15.311Z] ---> b7e6874047d6 [2021-01-28T00:42:15.311Z] 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-28T00:42:18.725Z] ---> Running in c5400e81b5a0 [2021-01-28T00:42:19.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:42:20.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:42:22.134Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:42:22.409Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:42:22.684Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:42:22.684Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:42:44.845Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:42:44.845Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:42:44.845Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:42:44.845Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:42:44.845Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:42:44.845Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:42:44.845Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:42:44.845Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:42:44.845Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:44.845Z] OK: 217 MiB in 51 packages [2021-01-28T00:42:48.272Z] Removing intermediate container c5400e81b5a0 [2021-01-28T00:42:48.272Z] ---> 2b5d28923fa5 [2021-01-28T00:42:48.272Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:42:48.579Z] ---> Running in 7e0933ae7f89 [2021-01-28T00:42:49.203Z] Removing intermediate container 7e0933ae7f89 [2021-01-28T00:42:49.203Z] ---> f130141afac8 [2021-01-28T00:42:49.203Z] Step 5/6 : COPY go.mod . [2021-01-28T00:42:49.809Z] ---> 693c095a7889 [2021-01-28T00:42:49.809Z] Step 6/6 : RUN go mod download [2021-01-28T00:42:50.091Z] ---> Running in c89f31607949 [2021-01-28T00:43:16.938Z] Removing intermediate container c89f31607949 [2021-01-28T00:43:16.938Z] ---> 1e36abf0f204 [2021-01-28T00:43:16.938Z] Successfully built 1e36abf0f204 [2021-01-28T00:43:16.938Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:43:17.288Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:43:17.288Z] . [Pipeline] withDockerContainer [2021-01-28T00:43:17.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container [2021-01-28T00:43:17.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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-28T00:43:19.292Z] $ docker top 2187738218b1780485934f3668f50ffd0c0b676224fe961e9bca72c140e47f23 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:43:20.327Z] + go version [2021-01-28T00:43:20.327Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:43:20.351Z] $ docker stop --time=1 2187738218b1780485934f3668f50ffd0c0b676224fe961e9bca72c140e47f23 [2021-01-28T00:43:20.788Z] gofmt -l . [2021-01-28T00:43:20.788Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:43:20.788Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:43:20.788Z] ./bin/test-attribution-txt.sh [2021-01-28T00:43:22.363Z] $ docker rm -f 2187738218b1780485934f3668f50ffd0c0b676224fe961e9bca72c140e47f23 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:43:23.480Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:43:23.480Z] . [Pipeline] withDockerContainer [2021-01-28T00:43:23.744Z] prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container [2021-01-28T00:43:23.838Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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-28T00:43:23.920Z] + ls -al . [2021-01-28T00:43:23.920Z] total 668 [2021-01-28T00:43:23.920Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:43 . [2021-01-28T00:43:23.920Z] drwxr-xr-x 4 root root 30 Jan 28 00:39 .. [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:35 .dockerignore [2021-01-28T00:43:23.920Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:35 .git [2021-01-28T00:43:23.920Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:35 .github [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:35 .gitignore [2021-01-28T00:43:23.920Z] drwx------ 3 1001 1001 60 Jan 28 00:37 .semver [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:35 .sonarcloud.properties [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:35 Attribution.txt [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:35 CONTRIBUTING.md [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:35 Dockerfile.build [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:35 Jenkinsfile [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:35 LICENSE [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:35 Makefile [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:35 README.md [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:35 SECURITY.md [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:35 ZMQWindows.md [2021-01-28T00:43:23.920Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:35 bin [2021-01-28T00:43:23.920Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:35 cmd [2021-01-28T00:43:23.920Z] -rw-r--r-- 1 root root 564700 Jan 28 00:41 coverage.out [2021-01-28T00:43:23.920Z] -rw-r--r-- 1 root root 1053 Jan 28 00:43 go.mod [2021-01-28T00:43:23.920Z] -rw-r--r-- 1 root root 19080 Jan 28 00:43 go.sum [2021-01-28T00:43:23.920Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:35 internal [2021-01-28T00:43:23.920Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:35 openapi [2021-01-28T00:43:23.920Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:35 snap [2021-01-28T00:43:23.920Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:35 version.go [2021-01-28T00:43:25.364Z] $ docker top 8dc9c7f3782c0017c2d12ba00d53fbf3ee9acebead67319f5eab4491004cd520 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-01-28T00:43:26.081Z] ========================================================= [2021-01-28T00:43:26.081Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:43:26.081Z] ========================================================= [Pipeline] sh [2021-01-28T00:43:26.753Z] + make test [2021-01-28T00:43:26.753Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:43:26.852Z] + '[' -e coverage.out ] [2021-01-28T00:43:26.852Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:43:28.184Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:43:29.608Z] + make build [2021-01-28T00:43:29.608Z] 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-28T00:43:35.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:43:53.590Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:43:59.085Z] 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-28T00:44:03.769Z] 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-28T00:44:09.722Z] 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-28T00:44:10.827Z] 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-28T00:44:14.395Z] 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-28T00:44:18.024Z] 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-28T00:44:21.677Z] 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-28T00:44:25.213Z] 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-28T00:44:27.968Z] 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-28T00:44:31.604Z] 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-28T00:44:32.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:44:36.675Z] 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-28T00:44:45.552Z] $ docker stop --time=1 80485cd0977545e4acb4a0a1bc439130bc5f0bd3dfbbcfb130d7a58eb29625ec [2021-01-28T00:44:48.324Z] $ docker rm -f 80485cd0977545e4acb4a0a1bc439130bc5f0bd3dfbbcfb130d7a58eb29625ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:50.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:44:50.726Z] [2021-01-28T00:44:50.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:51.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:44:51.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:44:51.126Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:44:51.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:44:51.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:44:51.138Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:44:51.138Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:44:51.138Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:44:51.138Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:44:51.405Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:44:51.405Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:44:51.405Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:44:51.405Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:44:51.434Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T00:44:51.434Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:44:52.392Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:44:52.542Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:44:52.835Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:44:52.835Z] ca9280d653b3: Download complete [2021-01-28T00:44:54.422Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:44:57.493Z] ca9280d653b3: Pull complete [2021-01-28T00:44:58.148Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T00:44:58.148Z] 7e9c9ca2126c: Download complete [2021-01-28T00:45:01.207Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:45:01.207Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:45:01.207Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:45:06.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.219s coverage: 46.6% of statements [2021-01-28T00:45:06.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:45:06.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:45:06.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:45:06.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:45:06.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:45:13.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:45:13.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:45:13.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:45:13.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 65.8% of statements [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:45:13.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.637s coverage: 82.3% of statements [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:45:13.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:45:17.368Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:45:17.368Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:45:17.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:45:17.368Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:45:18.300Z] prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container [2021-01-28T00:45:18.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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-28T00:45:21.340Z] $ docker top 43059632793e0caa68c3cd01cb210877d1b1fa0363e9bc94a6231683aebf682d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:45:21.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.256s coverage: 28.6% of statements [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:45:21.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.290s coverage: 100.0% of statements [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:45:21.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:45:21.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.311s coverage: 86.7% of statements [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:45:21.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.313s coverage: 97.5% of statements [2021-01-28T00:45:21.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:45:22.432Z] + docker-compose build --help [2021-01-28T00:45:22.432Z] + grep parallel [2021-01-28T00:45:23.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-01-28T00:45:23.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:45:23.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:45:23.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:45:23.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:45:24.611Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:45:24.688Z] $ docker stop --time=1 43059632793e0caa68c3cd01cb210877d1b1fa0363e9bc94a6231683aebf682d [2021-01-28T00:45:26.810Z] $ docker rm -f 43059632793e0caa68c3cd01cb210877d1b1fa0363e9bc94a6231683aebf682d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:45:27.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:45:27.688Z] . [Pipeline] withDockerContainer [2021-01-28T00:45:28.123Z] prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container [2021-01-28T00:45:28.260Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:45:29.984Z] $ docker top 08cd58e7aa148f84eac791a1c157280004818367a6f738ea7f2bd8d9b178a393 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:45:30.975Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 92.8% of statements [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.252s coverage: 0.1% of statements [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:45:31.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 43.8% of statements [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements [2021-01-28T00:45:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-01-28T00:45:32.445Z] Building docker-core-command-go ... [2021-01-28T00:45:32.445Z] Building docker-core-data-go ... [2021-01-28T00:45:32.445Z] Building docker-core-metadata-go ... [2021-01-28T00:45:32.445Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:45:32.445Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:45:32.445Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:45:32.445Z] Building docker-support-notifications-go ... [2021-01-28T00:45:32.445Z] Building docker-support-scheduler-go ... [2021-01-28T00:45:32.445Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:45:32.445Z] Building docker-support-notifications-go [2021-01-28T00:45:32.445Z] Building docker-core-metadata-go [2021-01-28T00:45:32.445Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:45:32.445Z] Building docker-security-proxy-setup-go [2021-01-28T00:45:32.445Z] Building docker-support-scheduler-go [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.135s coverage: 94.4% of statements [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.673s coverage: 63.5% of statements [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:45:47.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:45:47.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-01-28T00:45:47.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.144s coverage: 91.3% of statements [2021-01-28T00:45:47.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements [2021-01-28T00:45:49.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-01-28T00:45:49.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-01-28T00:45:53.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.840s coverage: 68.9% of statements [2021-01-28T00:45:53.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:45:53.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:45:53.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:45:53.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:45:53.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:45:54.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.374s coverage: 37.0% of statements [2021-01-28T00:45:54.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:45:54.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:45:54.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.577s coverage: 84.0% of statements [2021-01-28T00:45:54.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements [2021-01-28T00:46:01.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.357s coverage: 47.1% of statements [2021-01-28T00:46:01.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:46:01.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:46:01.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:46:01.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:46:01.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:46:01.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements [2021-01-28T00:46:01.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:46:01.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-01-28T00:46:01.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:46:05.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.999s coverage: 29.1% of statements [2021-01-28T00:46:05.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:46:05.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:46:05.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:46:05.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:46:05.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:46:05.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-01-28T00:46:05.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:46:05.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.129s coverage: 100.0% of statements [2021-01-28T00:46:05.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:46:05.588Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-28T00:46:05.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:46:05.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-28T00:46:05.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:46:05.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:46:05.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:46:05.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:46:06.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-01-28T00:46:06.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:46:06.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:46:06.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-01-28T00:46:07.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-01-28T00:46:08.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-28T00:46:08.732Z] GO111MODULE=on go vet ./... [2021-01-28T00:47:11.987Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:11.987Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:11.987Z] ---> 13985c29a38e [2021-01-28T00:47:11.987Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:47:11.987Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:11.987Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:11.987Z] ---> 13985c29a38e [2021-01-28T00:47:11.987Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:47:11.987Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:11.987Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:11.987Z] ---> 13985c29a38e [2021-01-28T00:47:11.987Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:47:11.987Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:11.987Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:11.987Z] ---> 13985c29a38e [2021-01-28T00:47:11.987Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:47:11.987Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:11.987Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:11.987Z] ---> 13985c29a38e [2021-01-28T00:47:11.987Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:47:11.987Z] ---> Running in 3213f5239618 [2021-01-28T00:47:11.987Z] ---> Running in fb27c29dc830 [2021-01-28T00:47:11.987Z] ---> Running in 89d57db92744 [2021-01-28T00:47:11.987Z] ---> Running in d8c107b97571 [2021-01-28T00:47:11.987Z] ---> Running in 0d5a9082d858 [2021-01-28T00:47:11.987Z] Removing intermediate container 0d5a9082d858 [2021-01-28T00:47:11.987Z] ---> c31e8178e203 [2021-01-28T00:47:11.987Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:11.987Z] Removing intermediate container 3213f5239618 [2021-01-28T00:47:11.987Z] ---> e7939616c684 [2021-01-28T00:47:11.987Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:11.987Z] Removing intermediate container 89d57db92744 [2021-01-28T00:47:11.987Z] ---> 8c0ae73c4722 [2021-01-28T00:47:11.987Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:11.987Z] Removing intermediate container d8c107b97571 [2021-01-28T00:47:11.987Z] ---> e86f918e4141 [2021-01-28T00:47:11.987Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:11.987Z] Removing intermediate container fb27c29dc830 [2021-01-28T00:47:11.987Z] ---> e8aa56db312a [2021-01-28T00:47:11.987Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:11.987Z] ---> Running in 22530a3134a8 [2021-01-28T00:47:11.987Z] ---> Running in 83c652c457d9 [2021-01-28T00:47:11.987Z] ---> Running in 9a2a8f3c1d07 [2021-01-28T00:47:11.987Z] ---> Running in 363c8611ec46 [2021-01-28T00:47:11.987Z] ---> Running in c8a86b8ff616 [2021-01-28T00:47:11.987Z] Removing intermediate container 83c652c457d9 [2021-01-28T00:47:11.987Z] ---> 2170bbaa2123 [2021-01-28T00:47:11.987Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:47:11.987Z] Removing intermediate container 22530a3134a8 [2021-01-28T00:47:11.987Z] ---> 7c3c288ba290 [2021-01-28T00:47:11.987Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:47:11.987Z] Removing intermediate container 9a2a8f3c1d07 [2021-01-28T00:47:11.987Z] ---> dd5357dc7bce [2021-01-28T00:47:11.987Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:47:11.987Z] ---> Running in 25a40ab5bb6e [2021-01-28T00:47:11.987Z] ---> Running in 282d2d4924a2 [2021-01-28T00:47:11.987Z] ---> Running in b4729904c236 [2021-01-28T00:47:11.987Z] Removing intermediate container 363c8611ec46 [2021-01-28T00:47:11.987Z] ---> 4a8e20ccb403 [2021-01-28T00:47:11.987Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:47:11.987Z] Removing intermediate container c8a86b8ff616 [2021-01-28T00:47:11.987Z] ---> 5af17dd79ce3 [2021-01-28T00:47:11.987Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:47:11.987Z] ---> Running in 124cfa1d43c1 [2021-01-28T00:47:11.987Z] ---> Running in 369c5db9bded [2021-01-28T00:47:12.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:12.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:13.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:14.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:14.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:14.919Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:15.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:15.229Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:15.907Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:16.363Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:16.717Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:16.808Z] gofmt -l . [2021-01-28T00:47:17.474Z] Removing intermediate container 282d2d4924a2 [2021-01-28T00:47:17.474Z] ---> a3b6226aac21 [2021-01-28T00:47:17.474Z] Step 6/26 : COPY go.mod . [2021-01-28T00:47:17.778Z] Removing intermediate container 25a40ab5bb6e [2021-01-28T00:47:17.778Z] ---> e82ef5e8653b [2021-01-28T00:47:17.778Z] Step 6/22 : COPY go.mod . [2021-01-28T00:47:18.933Z] Removing intermediate container b4729904c236 [2021-01-28T00:47:18.933Z] ---> be0c47b332b2 [2021-01-28T00:47:18.933Z] Step 6/23 : COPY go.mod . [2021-01-28T00:47:18.933Z] ---> b7a4ecf2da2e [2021-01-28T00:47:18.933Z] Step 7/26 : RUN go mod download [2021-01-28T00:47:19.307Z] ---> 7e41de1c0a48 [2021-01-28T00:47:19.307Z] Step 7/22 : RUN go mod download [2021-01-28T00:47:19.307Z] Removing intermediate container 124cfa1d43c1 [2021-01-28T00:47:19.307Z] ---> deecb9682c92 [2021-01-28T00:47:19.307Z] Step 6/21 : COPY go.mod . [2021-01-28T00:47:19.307Z] ---> Running in ac3de669f943 [2021-01-28T00:47:19.423Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:47:19.755Z] ---> Running in 842ecd877023 [2021-01-28T00:47:20.132Z] Removing intermediate container 369c5db9bded [2021-01-28T00:47:20.132Z] ---> c4765c515463 [2021-01-28T00:47:20.132Z] Step 6/22 : COPY go.mod . [2021-01-28T00:47:20.789Z] ---> 7cea64256410 [2021-01-28T00:47:20.789Z] Step 7/23 : RUN go mod download [2021-01-28T00:47:20.789Z] ---> c68c88f0e524 [2021-01-28T00:47:20.789Z] Step 7/21 : RUN go mod download [2021-01-28T00:47:21.261Z] ---> Running in 363ac193494b [2021-01-28T00:47:21.261Z] ---> Running in fcbf94eb5659 [2021-01-28T00:47:21.261Z] ---> 5fe5b51eaeda [2021-01-28T00:47:21.261Z] Step 7/22 : RUN go mod download [2021-01-28T00:47:21.632Z] ---> Running in 516bccb8f3a5 [2021-01-28T00:47:22.029Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:47:22.630Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:47:24.728Z] + ls -al . [2021-01-28T00:47:24.728Z] total 696 [2021-01-28T00:47:24.728Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 00:47 . [2021-01-28T00:47:24.728Z] drwxr-xr-x 4 root root 4096 Jan 28 00:43 .. [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:41 .dockerignore [2021-01-28T00:47:24.728Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 .git [2021-01-28T00:47:24.728Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:41 .github [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:41 .gitignore [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:41 .sonarcloud.properties [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:41 Attribution.txt [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:41 CONTRIBUTING.md [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:41 Dockerfile.build [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:41 Jenkinsfile [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:41 LICENSE [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:41 Makefile [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:41 README.md [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:41 SECURITY.md [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:41 ZMQWindows.md [2021-01-28T00:47:24.728Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:41 bin [2021-01-28T00:47:24.728Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:41 cmd [2021-01-28T00:47:24.728Z] -rw-r--r-- 1 root root 564700 Jan 28 00:46 coverage.out [2021-01-28T00:47:24.728Z] -rw-r--r-- 1 root root 1053 Jan 28 00:47 go.mod [2021-01-28T00:47:24.728Z] -rw-r--r-- 1 root root 19080 Jan 28 00:47 go.sum [2021-01-28T00:47:24.728Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 internal [2021-01-28T00:47:24.728Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 openapi [2021-01-28T00:47:24.728Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 snap [2021-01-28T00:47:24.728Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:41 version.go [Pipeline] sh [2021-01-28T00:47:25.404Z] + '[' -e coverage.out ] [2021-01-28T00:47:25.404Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:47:25.466Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:47:26.711Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:47:27.355Z] + make build [2021-01-28T00:47:27.355Z] 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-28T00:47:28.752Z] Removing intermediate container fcbf94eb5659 [2021-01-28T00:47:28.753Z] ---> 5d446dc5f6e9 [2021-01-28T00:47:28.753Z] Step 8/23 : COPY . . [2021-01-28T00:47:28.753Z] Removing intermediate container ac3de669f943 [2021-01-28T00:47:28.753Z] ---> 9ea674e75b67 [2021-01-28T00:47:28.753Z] Step 8/26 : COPY . . [2021-01-28T00:47:28.753Z] Removing intermediate container 516bccb8f3a5 [2021-01-28T00:47:28.753Z] ---> 24f18f1f0bc4 [2021-01-28T00:47:28.753Z] Step 8/22 : COPY . . [2021-01-28T00:47:28.753Z] Removing intermediate container 363ac193494b [2021-01-28T00:47:28.753Z] ---> 0f4f0f831844 [2021-01-28T00:47:28.753Z] Step 8/21 : COPY . . [2021-01-28T00:47:28.753Z] Removing intermediate container 842ecd877023 [2021-01-28T00:47:28.753Z] ---> 84d024676273 [2021-01-28T00:47:28.753Z] Step 8/22 : COPY . . [2021-01-28T00:47:39.755Z] 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-28T00:48:01.949Z] 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-28T00:48:04.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:48:08.860Z] 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-28T00:48:09.863Z] 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-28T00:48:14.167Z] 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-28T00:48:19.574Z] 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-28T00:48:22.190Z] 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-28T00:48:26.500Z] 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-28T00:48:29.883Z] 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-28T00:48:33.286Z] 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-28T00:48:37.642Z] 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-28T00:48:41.980Z] $ docker stop --time=1 8dc9c7f3782c0017c2d12ba00d53fbf3ee9acebead67319f5eab4491004cd520 [2021-01-28T00:48:44.579Z] $ docker rm -f 8dc9c7f3782c0017c2d12ba00d53fbf3ee9acebead67319f5eab4491004cd520 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:48:46.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:48:46.801Z] [2021-01-28T00:48:46.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:48:47.240Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:48:47.514Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T00:48:47.514Z] 29e5d40040c1: Pulling fs layer [2021-01-28T00:48:47.514Z] 1ce36da41761: Pulling fs layer [2021-01-28T00:48:47.514Z] 25b303627fd3: Pulling fs layer [2021-01-28T00:48:48.113Z] 29e5d40040c1: Verifying Checksum [2021-01-28T00:48:48.113Z] 29e5d40040c1: Download complete [2021-01-28T00:48:48.746Z] 29e5d40040c1: Pull complete [2021-01-28T00:48:48.746Z] 1ce36da41761: Verifying Checksum [2021-01-28T00:48:48.746Z] 1ce36da41761: Download complete [2021-01-28T00:48:49.731Z] 1ce36da41761: Pull complete [2021-01-28T00:48:51.695Z] 25b303627fd3: Verifying Checksum [2021-01-28T00:48:51.695Z] 25b303627fd3: Download complete [2021-01-28T00:49:01.838Z] 25b303627fd3: Pull complete [2021-01-28T00:49:01.838Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T00:49:01.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:49:01.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T00:49:02.060Z] prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container [2021-01-28T00:49:02.135Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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-28T00:49:04.943Z] $ docker top 61bf68d100b95ac4cdb10c8bec86b9515313084e0faf8588a307e7350c06d657 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:49:06.002Z] + grep parallel [2021-01-28T00:49:06.002Z] + docker-compose build --help [2021-01-28T00:49:06.756Z] ---> 8856c2c4ed23 [2021-01-28T00:49:06.756Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:49:06.756Z] ---> 72f0ce13dc86 [2021-01-28T00:49:06.756Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:49:06.756Z] ---> 3f0dbbfde297 [2021-01-28T00:49:06.756Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:49:06.756Z] ---> 83f009833143 [2021-01-28T00:49:06.756Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:49:06.756Z] ---> Running in 1c716cc10334 [2021-01-28T00:49:06.756Z] ---> Running in 0b903476a5a5 [2021-01-28T00:49:06.756Z] ---> Running in 6e272fdd2643 [2021-01-28T00:49:06.756Z] ---> Running in 65f7111e85a8 [2021-01-28T00:49:06.756Z] ---> 292a1e523335 [2021-01-28T00:49:06.756Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:49:06.756Z] ---> Running in 0abf75ef00c7 [2021-01-28T00:49:06.756Z] 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-28T00:49:06.756Z] 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-28T00:49:06.756Z] 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-28T00:49:06.756Z] 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-28T00:49:06.756Z] 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-28T00:49:09.384Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:49:09.673Z] $ docker stop --time=1 61bf68d100b95ac4cdb10c8bec86b9515313084e0faf8588a307e7350c06d657 [2021-01-28T00:49:11.605Z] $ docker rm -f 61bf68d100b95ac4cdb10c8bec86b9515313084e0faf8588a307e7350c06d657 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:49:12.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:49:12.425Z] . [Pipeline] withDockerContainer [2021-01-28T00:49:12.683Z] prd-ubuntu18.04-docker-arm64-4c-16g-23584 does not seem to be running inside a container [2021-01-28T00:49:12.760Z] $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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-28T00:49:14.142Z] $ docker top 25fe7138169346060d20fb86451da2a187d6e78064d6e3259a06f5c9db2cf04a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:49:15.203Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:49:19.578Z] Building docker-core-command-go ... [2021-01-28T00:49:19.578Z] Building docker-core-data-go ... [2021-01-28T00:49:19.578Z] Building docker-core-metadata-go ... [2021-01-28T00:49:19.578Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:49:19.578Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:49:19.578Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:49:19.578Z] Building docker-support-notifications-go ... [2021-01-28T00:49:19.578Z] Building docker-support-scheduler-go ... [2021-01-28T00:49:19.578Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:49:19.578Z] Building docker-support-notifications-go [2021-01-28T00:49:19.578Z] Building docker-security-secretstore-setup-go [2021-01-28T00:49:19.578Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:49:19.578Z] Building docker-security-bootstrapper-go [2021-01-28T00:49:19.578Z] Building docker-core-data-go [2021-01-28T00:49:54.578Z] 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-28T00:50:10.699Z] Removing intermediate container 6e272fdd2643 [2021-01-28T00:50:10.699Z] ---> 02c53b277b45 [2021-01-28T00:50:10.699Z] [2021-01-28T00:50:10.699Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:50:10.699Z] Removing intermediate container 65f7111e85a8 [2021-01-28T00:50:10.699Z] ---> b7e64e221d78 [2021-01-28T00:50:10.699Z] [2021-01-28T00:50:10.699Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:50:10.699Z] Removing intermediate container 0b903476a5a5 [2021-01-28T00:50:10.699Z] ---> f7089a2e2ba0 [2021-01-28T00:50:10.699Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:50:10.699Z] 3.12: Pulling from library/alpine [2021-01-28T00:50:10.699Z] 3.12: Pulling from library/alpine [2021-01-28T00:50:10.699Z] ---> Running in f254d6eafcef [2021-01-28T00:50:11.331Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:50:11.331Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:50:11.331Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:50:11.331Z] ---> 389fef711851 [2021-01-28T00:50:11.331Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:50:11.331Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:50:11.331Z] ---> 389fef711851 [2021-01-28T00:50:11.331Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:50:14.847Z] 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-28T00:50:14.847Z] ---> Running in 3abbb7bd9143 [2021-01-28T00:50:14.847Z] ---> Running in 972a0482b239 [2021-01-28T00:50:15.167Z] Removing intermediate container 1c716cc10334 [2021-01-28T00:50:15.167Z] ---> 9f151e9247a5 [2021-01-28T00:50:15.167Z] [2021-01-28T00:50:15.167Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:50:15.167Z] ---> 389fef711851 [2021-01-28T00:50:15.167Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:50:15.507Z] Removing intermediate container 0abf75ef00c7 [2021-01-28T00:50:15.507Z] ---> 64ed3ae48870 [2021-01-28T00:50:15.507Z] [2021-01-28T00:50:15.507Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:50:15.507Z] ---> 389fef711851 [2021-01-28T00:50:15.507Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:50:15.846Z] ---> Running in 89c9f013d748 [2021-01-28T00:50:15.846Z] ---> Running in 5dc1bdd0af5b [2021-01-28T00:50:16.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:16.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:16.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:16.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:17.112Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:50:17.112Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:17.112Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:50:17.112Z] OK: 6 MiB in 15 packages [2021-01-28T00:50:17.112Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:50:17.112Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:17.112Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:50:17.461Z] OK: 6 MiB in 16 packages [2021-01-28T00:50:17.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:17.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:17.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:17.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:18.102Z] Removing intermediate container f254d6eafcef [2021-01-28T00:50:18.102Z] ---> 679f6989aa57 [2021-01-28T00:50:18.102Z] [2021-01-28T00:50:18.102Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:50:18.102Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:50:18.102Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:18.102Z] OK: 6 MiB in 15 packages [2021-01-28T00:50:18.102Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:50:18.102Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:50:18.102Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:50:18.102Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:50:18.102Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:18.102Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:50:18.478Z] OK: 7 MiB in 18 packages [2021-01-28T00:50:19.089Z] 20.10.0: Pulling from library/docker [2021-01-28T00:50:19.737Z] Removing intermediate container 3abbb7bd9143 [2021-01-28T00:50:19.737Z] ---> 46963a149634 [2021-01-28T00:50:19.737Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:50:20.479Z] ---> Running in 5face6fc0e81 [2021-01-28T00:50:20.480Z] Removing intermediate container 972a0482b239 [2021-01-28T00:50:20.480Z] ---> 40fc3f9586c6 [2021-01-28T00:50:20.480Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:50:20.480Z] Removing intermediate container 5dc1bdd0af5b [2021-01-28T00:50:20.480Z] ---> cca49ad4bdf1 [2021-01-28T00:50:20.480Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:50:20.784Z] ---> Running in e952e7c1297a [2021-01-28T00:50:20.784Z] ---> Running in a858760006ab [2021-01-28T00:50:21.120Z] Removing intermediate container 89c9f013d748 [2021-01-28T00:50:21.120Z] ---> c368585431cc [2021-01-28T00:50:21.120Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:50:21.120Z] Removing intermediate container 5face6fc0e81 [2021-01-28T00:50:21.120Z] ---> 0ac7115b114a [2021-01-28T00:50:21.120Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:50:21.420Z] ---> Running in e40231773cd5 [2021-01-28T00:50:21.711Z] ---> Running in 38e2aa0e90e7 [2021-01-28T00:50:21.994Z] Removing intermediate container a858760006ab [2021-01-28T00:50:21.994Z] ---> 11d1fe3f98bf [2021-01-28T00:50:21.994Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:50:21.994Z] Removing intermediate container e952e7c1297a [2021-01-28T00:50:21.994Z] ---> c0926e16375e [2021-01-28T00:50:21.994Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:50:22.281Z] ---> Running in 2eebc7fba7a3 [2021-01-28T00:50:22.281Z] ---> Running in 1bb865636b24 [2021-01-28T00:50:22.565Z] Removing intermediate container e40231773cd5 [2021-01-28T00:50:22.565Z] ---> b3e7f5abf0fb [2021-01-28T00:50:22.565Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:50:22.845Z] Removing intermediate container 38e2aa0e90e7 [2021-01-28T00:50:22.845Z] ---> 806fe4101603 [2021-01-28T00:50:22.845Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:50:22.845Z] ---> Running in 682497705fb7 [2021-01-28T00:50:23.144Z] ---> Running in 56936a432a9a [2021-01-28T00:50:23.144Z] Removing intermediate container 1bb865636b24 [2021-01-28T00:50:23.144Z] ---> c2255a080a42 [2021-01-28T00:50:23.144Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:50:23.144Z] Removing intermediate container 2eebc7fba7a3 [2021-01-28T00:50:23.144Z] ---> 2647c0ed1ed8 [2021-01-28T00:50:23.144Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:50:23.430Z] ---> Running in 8ba5315a841c [2021-01-28T00:50:23.430Z] ---> Running in 0cfa185e5ca3 [2021-01-28T00:50:23.712Z] Removing intermediate container 56936a432a9a [2021-01-28T00:50:23.712Z] ---> 0e7ad6674f5f [2021-01-28T00:50:23.712Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:50:23.712Z] Removing intermediate container 682497705fb7 [2021-01-28T00:50:23.712Z] ---> 907d95e0dded [2021-01-28T00:50:23.712Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:50:24.335Z] Removing intermediate container 8ba5315a841c [2021-01-28T00:50:24.335Z] ---> 77ae03742011 [2021-01-28T00:50:24.335Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:50:24.335Z] Removing intermediate container 0cfa185e5ca3 [2021-01-28T00:50:24.335Z] ---> 687442191b6a [2021-01-28T00:50:24.335Z] Step 15/23 : WORKDIR / [2021-01-28T00:50:24.335Z] ---> effab7a8257f [2021-01-28T00:50:24.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:50:24.647Z] ---> d71ac53131e4 [2021-01-28T00:50:24.647Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:50:24.647Z] ---> Running in 5faf02281c39 [2021-01-28T00:50:25.354Z] ---> 8a5d14deaef4 [2021-01-28T00:50:25.354Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:50:25.689Z] Removing intermediate container 5faf02281c39 [2021-01-28T00:50:25.689Z] ---> 3a1576c7abcc [2021-01-28T00:50:25.689Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:50:26.609Z] ---> 86cb6bba60ea [2021-01-28T00:50:26.609Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:50:26.609Z] ---> 228c2983ab3e [2021-01-28T00:50:26.609Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:27.293Z] ---> 5162b0590a37 [2021-01-28T00:50:27.293Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:50:27.617Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:27.617Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:27.617Z] ---> 1e36abf0f204 [2021-01-28T00:50:27.617Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:50:27.650Z] ---> 8c2e8ed15e81 [2021-01-28T00:50:27.650Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:27.650Z] ---> d6b7eba3b750 [2021-01-28T00:50:27.650Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:50:27.939Z] ---> Running in c84fd2a3c8d3 [2021-01-28T00:50:28.604Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:28.604Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:28.604Z] ---> 1e36abf0f204 [2021-01-28T00:50:28.604Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:50:28.604Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:28.604Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:28.604Z] ---> 1e36abf0f204 [2021-01-28T00:50:28.604Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:50:28.604Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:28.604Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:28.604Z] ---> 1e36abf0f204 [2021-01-28T00:50:28.604Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:50:28.604Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:28.604Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:28.604Z] ---> 1e36abf0f204 [2021-01-28T00:50:28.604Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:50:28.614Z] ---> 8182c479868f [2021-01-28T00:50:28.614Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:50:28.946Z] ---> Running in dbfc3c16bd61 [2021-01-28T00:50:29.235Z] ---> e68cb4fe2acb [2021-01-28T00:50:29.235Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:29.515Z] ---> e1bbe98edd87 [2021-01-28T00:50:29.515Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:50:29.515Z] Removing intermediate container c84fd2a3c8d3 [2021-01-28T00:50:29.515Z] ---> 7c71467d7248 [2021-01-28T00:50:29.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:50:29.804Z] ---> Running in 28aaa472d6cb [2021-01-28T00:50:29.804Z] ---> Running in aab579208c52 [2021-01-28T00:50:29.804Z] Removing intermediate container dbfc3c16bd61 [2021-01-28T00:50:29.804Z] ---> fb8d7324ed57 [2021-01-28T00:50:29.804Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:50:30.089Z] ---> 179e53ea7780 [2021-01-28T00:50:30.089Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:50:30.089Z] ---> Running in 328e8dc90688 [2021-01-28T00:50:30.089Z] ---> Running in e3928d6c6f18 [2021-01-28T00:50:30.369Z] Removing intermediate container 28aaa472d6cb [2021-01-28T00:50:30.369Z] ---> 48984b84cea0 [2021-01-28T00:50:30.369Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:50:30.369Z] Removing intermediate container aab579208c52 [2021-01-28T00:50:30.369Z] ---> 13a2a66e526c [2021-01-28T00:50:30.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:50:30.369Z] Removing intermediate container 328e8dc90688 [2021-01-28T00:50:30.369Z] ---> 24040714b9ba [2021-01-28T00:50:30.369Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T00:50:30.661Z] ---> Running in c1e48658111c [2021-01-28T00:50:30.661Z] ---> Running in 2a09273e82b8 [2021-01-28T00:50:30.661Z] ---> Running in eef74fa752f4 [2021-01-28T00:50:30.661Z] Removing intermediate container e3928d6c6f18 [2021-01-28T00:50:30.661Z] ---> 4ba84fc11352 [2021-01-28T00:50:30.661Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:50:30.955Z] ---> Running in 1fd917a9d7fe [2021-01-28T00:50:30.955Z] Removing intermediate container c1e48658111c [2021-01-28T00:50:30.955Z] ---> 1c521ee10c21 [2021-01-28T00:50:30.955Z] Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:50:31.224Z] ---> Running in fd45b9654007 [2021-01-28T00:50:31.224Z] ---> Running in f1ec3880cadc [2021-01-28T00:50:31.224Z] ---> Running in 9645b094acd5 [2021-01-28T00:50:31.224Z] ---> Running in 8e859a2fd049 [2021-01-28T00:50:31.224Z] ---> Running in db1c6123860b [2021-01-28T00:50:31.245Z] Removing intermediate container 2a09273e82b8 [2021-01-28T00:50:31.245Z] ---> 2ebc5a3ff89f [2021-01-28T00:50:31.245Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:50:31.245Z] Removing intermediate container eef74fa752f4 [2021-01-28T00:50:31.245Z] ---> 47f426520908 [2021-01-28T00:50:31.245Z] Step 20/21 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:50:31.245Z] ---> Running in d779ea0ef560 [2021-01-28T00:50:31.245Z] Removing intermediate container 1fd917a9d7fe [2021-01-28T00:50:31.245Z] ---> 4d4f5ffcfc60 [2021-01-28T00:50:31.245Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:50:31.245Z] ---> Running in e9e60529fa95 [2021-01-28T00:50:31.551Z] ---> Running in d4065af42152 [2021-01-28T00:50:31.551Z] ---> Running in a20869e297d1 [2021-01-28T00:50:31.840Z] Removing intermediate container d779ea0ef560 [2021-01-28T00:50:31.840Z] ---> 8b44b1892511 [2021-01-28T00:50:31.840Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:50:31.840Z] Removing intermediate container e9e60529fa95 [2021-01-28T00:50:31.840Z] ---> a941420d583e [2021-01-28T00:50:31.840Z] Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:50:31.840Z] Removing intermediate container d4065af42152 [2021-01-28T00:50:31.840Z] ---> f188dec74d5f [2021-01-28T00:50:31.841Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:50:31.841Z] ---> Running in 94e2046bb7d7 [2021-01-28T00:50:32.211Z] Removing intermediate container a20869e297d1 [2021-01-28T00:50:32.211Z] ---> 155822916872 [2021-01-28T00:50:32.211Z] Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:50:32.211Z] ---> Running in a8bc57033fb9 [2021-01-28T00:50:32.211Z] ---> Running in e2c688190d21 [2021-01-28T00:50:32.211Z] ---> Running in 2919be4790f1 [2021-01-28T00:50:32.664Z] Removing intermediate container fd45b9654007 [2021-01-28T00:50:32.664Z] ---> ef121bea2fc9 [2021-01-28T00:50:32.664Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:32.664Z] Removing intermediate container db1c6123860b [2021-01-28T00:50:32.664Z] ---> 49b366f5d55d [2021-01-28T00:50:32.664Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:32.664Z] Removing intermediate container 9645b094acd5 [2021-01-28T00:50:32.664Z] ---> e53a924df217 [2021-01-28T00:50:32.664Z] Removing intermediate container f1ec3880cadc [2021-01-28T00:50:32.664Z] ---> 2c0914e49eb1 [2021-01-28T00:50:32.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:32.664Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:32.664Z] Removing intermediate container 8e859a2fd049 [2021-01-28T00:50:32.664Z] ---> c10f4af3b209 [2021-01-28T00:50:32.664Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:32.664Z] ---> Running in 2a1c5b9a0843 [2021-01-28T00:50:32.664Z] ---> Running in 460b893befcd [2021-01-28T00:50:32.664Z] ---> Running in 7f39137f6502 [2021-01-28T00:50:32.664Z] ---> Running in 399026c74cd8 [2021-01-28T00:50:32.664Z] ---> Running in 5f34f4fed22a [2021-01-28T00:50:32.796Z] Removing intermediate container 94e2046bb7d7 [2021-01-28T00:50:32.796Z] ---> dc88bfae55d7 [2021-01-28T00:50:32.796Z] [2021-01-28T00:50:33.160Z] Removing intermediate container a8bc57033fb9 [2021-01-28T00:50:33.160Z] ---> 395c2654ddca [2021-01-28T00:50:33.160Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:50:33.160Z] Removing intermediate container 2919be4790f1 [2021-01-28T00:50:33.160Z] ---> c5ebabcdf139 [2021-01-28T00:50:33.160Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:50:33.160Z] Removing intermediate container e2c688190d21 [2021-01-28T00:50:33.160Z] ---> 05b32b173b10 [2021-01-28T00:50:33.160Z] [2021-01-28T00:50:33.160Z] ---> Running in 9b6ac1e06d7d [2021-01-28T00:50:33.459Z] ---> Running in 29cd2d131195 [2021-01-28T00:50:33.805Z] Successfully built dc88bfae55d7 [2021-01-28T00:50:33.805Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T00:50:33.805Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-28T00:50:34.076Z] Successfully built 05b32b173b10 [2021-01-28T00:50:34.076Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T00:50:34.076Z] Building docker-core-data-go [2021-01-28T00:50:34.076Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9b6ac1e06d7d [2021-01-28T00:50:34.076Z] ---> d4411bfbab52 [2021-01-28T00:50:34.076Z] [2021-01-28T00:50:34.076Z] Removing intermediate container 29cd2d131195 [2021-01-28T00:50:34.076Z] ---> 81c20f413fed [2021-01-28T00:50:34.076Z] [2021-01-28T00:50:34.703Z] Successfully built d4411bfbab52 [2021-01-28T00:50:34.994Z] Successfully built 81c20f413fed [2021-01-28T00:50:34.994Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T00:50:34.994Z] Building docker-security-secretstore-setup-go [2021-01-28T00:50:34.994Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-metadata-go:latest [2021-01-28T00:50:34.994Z] Building docker-security-bootstrapper-go [2021-01-28T00:50:35.311Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:50:35.311Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:50:35.311Z] ---> aefe523efa57 [2021-01-28T00:50:35.311Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:50:35.593Z] ---> Running in 28e8e7157f35 [2021-01-28T00:50:36.080Z] Removing intermediate container 460b893befcd [2021-01-28T00:50:36.080Z] ---> 19b1f1776bc6 [2021-01-28T00:50:36.080Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:50:36.355Z] ---> Running in 7ada54eca6af [2021-01-28T00:50:36.636Z] Removing intermediate container 2a1c5b9a0843 [2021-01-28T00:50:36.636Z] ---> 27769a23216b [2021-01-28T00:50:36.636Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:50:36.636Z] ---> Running in be6e61aef50d [2021-01-28T00:50:36.971Z] Removing intermediate container 399026c74cd8 [2021-01-28T00:50:36.971Z] ---> 151316063fe8 [2021-01-28T00:50:36.971Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:50:36.971Z] Removing intermediate container 5f34f4fed22a [2021-01-28T00:50:36.971Z] ---> 8fc58e2ae315 [2021-01-28T00:50:36.971Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:50:36.971Z] Removing intermediate container 7f39137f6502 [2021-01-28T00:50:36.971Z] ---> 18b267d52015 [2021-01-28T00:50:36.971Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:50:37.260Z] ---> Running in daf145e84663 [2021-01-28T00:50:37.260Z] ---> Running in 5677d32218d6 [2021-01-28T00:50:37.260Z] ---> Running in 952ece04855c [2021-01-28T00:50:37.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:37.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:37.971Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:50:37.971Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:50:37.971Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:50:37.971Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:37.971Z] OK: 12 MiB in 22 packages [2021-01-28T00:50:38.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:38.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:39.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:39.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:39.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:39.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:39.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:39.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:39.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:40.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:40.261Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:40.873Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:40.873Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:40.889Z] Removing intermediate container 28e8e7157f35 [2021-01-28T00:50:40.889Z] ---> b81db14c91f0 [2021-01-28T00:50:40.889Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:50:41.156Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:41.232Z] ---> Running in 3fe12350ff41 [2021-01-28T00:50:41.433Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:42.037Z] Removing intermediate container be6e61aef50d [2021-01-28T00:50:42.037Z] ---> 5b7f27658a23 [2021-01-28T00:50:42.037Z] Step 6/34 : COPY go.mod . [2021-01-28T00:50:42.364Z] Removing intermediate container 3fe12350ff41 [2021-01-28T00:50:42.364Z] ---> 242fe408be47 [2021-01-28T00:50:42.364Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:50:42.364Z] ---> Running in bb9e1c890a4c [2021-01-28T00:50:42.698Z] Removing intermediate container bb9e1c890a4c [2021-01-28T00:50:42.698Z] ---> 894040f7b377 [2021-01-28T00:50:42.698Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:50:42.698Z] ---> Running in 5722fd3534ec [2021-01-28T00:50:43.022Z] Removing intermediate container daf145e84663 [2021-01-28T00:50:43.022Z] ---> c2a96bead6cb [2021-01-28T00:50:43.022Z] Step 6/23 : COPY go.mod . [2021-01-28T00:50:43.022Z] Removing intermediate container 5677d32218d6 [2021-01-28T00:50:43.022Z] ---> 93f5a129d2db [2021-01-28T00:50:43.022Z] Step 6/24 : COPY go.mod . [2021-01-28T00:50:43.022Z] ---> b5841becea98 [2021-01-28T00:50:43.022Z] Step 7/34 : RUN go mod download [2021-01-28T00:50:43.022Z] Removing intermediate container 952ece04855c [2021-01-28T00:50:43.022Z] ---> 72eef29e1999 [2021-01-28T00:50:43.022Z] Step 6/22 : COPY go.mod . [2021-01-28T00:50:43.210Z] Removing intermediate container 5722fd3534ec [2021-01-28T00:50:43.210Z] ---> 180ad8161cb3 [2021-01-28T00:50:43.211Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:50:43.299Z] ---> Running in 82ec26b7b215 [2021-01-28T00:50:43.299Z] Removing intermediate container 7ada54eca6af [2021-01-28T00:50:43.299Z] ---> 13546612c891 [2021-01-28T00:50:43.299Z] Step 6/26 : COPY go.mod . [2021-01-28T00:50:44.279Z] ---> e2910c376990 [2021-01-28T00:50:44.280Z] Step 7/23 : RUN go mod download [2021-01-28T00:50:44.280Z] ---> 4ff03614b8c0 [2021-01-28T00:50:44.280Z] Step 7/24 : RUN go mod download [2021-01-28T00:50:44.280Z] ---> Running in c1457c9a94eb [2021-01-28T00:50:44.556Z] ---> 11b6996a0b0e [2021-01-28T00:50:44.556Z] Step 7/22 : RUN go mod download [2021-01-28T00:50:44.556Z] ---> Running in 9c7667280913 [2021-01-28T00:50:44.556Z] ---> 41fef2363831 [2021-01-28T00:50:44.556Z] Step 7/26 : RUN go mod download [2021-01-28T00:50:44.831Z] ---> Running in f5bc5cd58f43 [2021-01-28T00:50:44.831Z] ---> Running in 3949cd3b2857 [2021-01-28T00:50:46.023Z] ---> 5a97505d6019 [2021-01-28T00:50:46.023Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:47.482Z] Removing intermediate container 82ec26b7b215 [2021-01-28T00:50:47.482Z] ---> f68b7dcb77fa [2021-01-28T00:50:47.482Z] Step 8/34 : COPY . . [2021-01-28T00:50:47.670Z] ---> 552bbf9cf620 [2021-01-28T00:50:47.670Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:50:48.399Z] ---> 139fbd985a61 [2021-01-28T00:50:48.399Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:50:48.686Z] ---> Running in 6af07d134e78 [2021-01-28T00:50:49.483Z] Removing intermediate container c1457c9a94eb [2021-01-28T00:50:49.484Z] ---> d66d068978e2 [2021-01-28T00:50:49.484Z] Step 8/23 : COPY . . [2021-01-28T00:50:49.767Z] Removing intermediate container f5bc5cd58f43 [2021-01-28T00:50:49.767Z] ---> 349948d1d5eb [2021-01-28T00:50:49.767Z] Step 8/22 : COPY . . [2021-01-28T00:50:50.046Z] Removing intermediate container 9c7667280913 [2021-01-28T00:50:50.046Z] ---> 56c835c79664 [2021-01-28T00:50:50.046Z] Step 8/24 : COPY . . [2021-01-28T00:50:50.322Z] Removing intermediate container 3949cd3b2857 [2021-01-28T00:50:50.322Z] ---> 5b2d4af0e232 [2021-01-28T00:50:50.322Z] Step 8/26 : COPY . . [2021-01-28T00:50:51.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:51.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:52.337Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:50:52.337Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:50:52.648Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:50:52.648Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:50:52.648Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:50:52.648Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:50:52.961Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:50:58.745Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:50:58.745Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:50:58.746Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:50:58.746Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:50:58.746Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:50:58.746Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:50:59.050Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:51:00.720Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:51:01.082Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:51:01.082Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:51:01.972Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:51:01.972Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:51:02.300Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:51:02.300Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:51:02.615Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:51:02.615Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:51:03.234Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:51:03.568Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:51:03.568Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:51:04.726Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:51:04.726Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:51:04.726Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:51:04.726Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:51:05.479Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:51:05.479Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:51:05.479Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:51:05.800Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:06.154Z] OK: 71 MiB in 55 packages [2021-01-28T00:51:17.156Z] ---> 51111fa60ed6 [2021-01-28T00:51:17.156Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:51:17.156Z] ---> 28f67ab5ac4e [2021-01-28T00:51:17.156Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:51:17.156Z] ---> d445e44b9e15 [2021-01-28T00:51:17.156Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:51:17.156Z] ---> 1933efc2df9e [2021-01-28T00:51:17.156Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:51:17.156Z] ---> 3747fdc639f6 [2021-01-28T00:51:17.156Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:51:17.156Z] ---> Running in 1e6a1b8174f0 [2021-01-28T00:51:17.156Z] ---> Running in f27e172fde63 [2021-01-28T00:51:17.156Z] ---> Running in b5132c2d6ec4 [2021-01-28T00:51:17.156Z] ---> Running in 35fe80e54ebd [2021-01-28T00:51:17.156Z] ---> Running in bba9c7f2f373 [2021-01-28T00:51:17.156Z] Removing intermediate container 1e6a1b8174f0 [2021-01-28T00:51:17.156Z] ---> ec4d2ea4096c [2021-01-28T00:51:17.156Z] Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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-28T00:51:17.156Z] ---> Running in 3aae34290a44 [2021-01-28T00:51:17.156Z] 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-28T00:51:17.754Z] 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-28T00:51:18.361Z] 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-28T00:51:18.639Z] 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-28T00:51:18.639Z] 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-28T00:51:39.754Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:39.755Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:39.755Z] ---> 13985c29a38e [2021-01-28T00:51:39.755Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> e8aa56db312a [2021-01-28T00:51:39.755Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> 5af17dd79ce3 [2021-01-28T00:51:39.755Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:51:39.755Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:39.755Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:39.755Z] ---> 13985c29a38e [2021-01-28T00:51:39.755Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> e8aa56db312a [2021-01-28T00:51:39.755Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> 5af17dd79ce3 [2021-01-28T00:51:39.755Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:51:39.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:39.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:39.755Z] ---> 13985c29a38e [2021-01-28T00:51:39.755Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> e8aa56db312a [2021-01-28T00:51:39.755Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> 5af17dd79ce3 [2021-01-28T00:51:39.755Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:51:39.755Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:39.755Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:39.755Z] ---> 13985c29a38e [2021-01-28T00:51:39.755Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> e8aa56db312a [2021-01-28T00:51:39.755Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:39.755Z] ---> Using cache [2021-01-28T00:51:39.755Z] ---> 5af17dd79ce3 [2021-01-28T00:51:39.755Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:51:39.755Z] ---> Running in b7fb5ee6d7e1 [2021-01-28T00:51:39.755Z] ---> Running in 9fa1de2d5917 [2021-01-28T00:51:39.755Z] ---> Running in bfb10f884787 [2021-01-28T00:51:39.755Z] ---> Running in c6a477c11412 [2021-01-28T00:51:41.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:41.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:41.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:41.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:42.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:42.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:42.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:42.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:42.757Z] OK: 233 MiB in 51 packages [2021-01-28T00:51:42.757Z] OK: 233 MiB in 51 packages [2021-01-28T00:51:43.058Z] OK: 233 MiB in 51 packages [2021-01-28T00:51:43.337Z] OK: 233 MiB in 51 packages [2021-01-28T00:51:44.873Z] Removing intermediate container bfb10f884787 [2021-01-28T00:51:44.873Z] ---> ba7ad50f3ad9 [2021-01-28T00:51:44.873Z] Step 6/23 : COPY go.mod . [2021-01-28T00:51:44.873Z] Removing intermediate container b7fb5ee6d7e1 [2021-01-28T00:51:44.873Z] ---> cfbbff12324e [2021-01-28T00:51:44.873Z] Step 6/34 : COPY go.mod . [2021-01-28T00:51:44.873Z] Removing intermediate container 9fa1de2d5917 [2021-01-28T00:51:44.873Z] ---> 4ea2eb1bfd13 [2021-01-28T00:51:44.873Z] Step 6/23 : COPY go.mod . [2021-01-28T00:51:44.873Z] Removing intermediate container c6a477c11412 [2021-01-28T00:51:44.873Z] ---> 531aa62f42ef [2021-01-28T00:51:44.873Z] Step 6/24 : COPY go.mod . [2021-01-28T00:51:46.134Z] ---> 1fc0a793eeba [2021-01-28T00:51:46.134Z] Step 7/23 : RUN go mod download [2021-01-28T00:51:46.424Z] ---> Running in 24ae9aaf705d [2021-01-28T00:51:46.424Z] ---> 10cf4d755932 [2021-01-28T00:51:46.424Z] Step 7/34 : RUN go mod download [2021-01-28T00:51:46.424Z] ---> 563bd3df51b2 [2021-01-28T00:51:46.424Z] Step 7/24 : RUN go mod download [2021-01-28T00:51:46.826Z] ---> ac2c9c0a790b [2021-01-28T00:51:46.826Z] Step 7/23 : RUN go mod download [2021-01-28T00:51:46.826Z] ---> Running in 5a9850267747 [2021-01-28T00:51:46.826Z] ---> Running in 11e1e1338862 [2021-01-28T00:51:47.135Z] ---> Running in 0341c9d73696 [2021-01-28T00:51:54.290Z] Removing intermediate container 0341c9d73696 [2021-01-28T00:51:54.290Z] ---> 37a670bc536f [2021-01-28T00:51:54.290Z] Step 8/23 : COPY . . [2021-01-28T00:51:54.771Z] Removing intermediate container 24ae9aaf705d [2021-01-28T00:51:54.772Z] ---> 8aba868f94db [2021-01-28T00:51:54.772Z] Step 8/23 : COPY . . [2021-01-28T00:51:55.444Z] Removing intermediate container 11e1e1338862 [2021-01-28T00:51:55.445Z] ---> 8211fbea8702 [2021-01-28T00:51:55.445Z] Step 8/24 : COPY . . [2021-01-28T00:51:55.748Z] Removing intermediate container 5a9850267747 [2021-01-28T00:51:55.748Z] ---> 40ebb6ad0c5c [2021-01-28T00:51:55.748Z] Step 8/34 : COPY . . [2021-01-28T00:52:12.271Z] Removing intermediate container 6af07d134e78 [2021-01-28T00:52:12.271Z] ---> 213e294bbfeb [2021-01-28T00:52:12.271Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:52:18.055Z] ---> Running in f5dfbbd81e33 [2021-01-28T00:52:40.528Z] 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-28T00:52:41.520Z] 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-28T00:52:50.983Z] Collecting docker-compose==1.23.2 [2021-01-28T00:52:50.983Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:52:50.983Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:52:50.983Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:52:51.435Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:52:51.833Z] Removing intermediate container bba9c7f2f373 [2021-01-28T00:52:51.833Z] ---> cf630f20899c [2021-01-28T00:52:51.833Z] [2021-01-28T00:52:51.833Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:52:51.833Z] 3.12: Pulling from library/alpine [2021-01-28T00:52:52.429Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:52:53.162Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:52:53.162Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:52:53.886Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:52:53.886Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:52:53.886Z] ---> afeebe901d6b [2021-01-28T00:52:53.886Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:52:54.164Z] Removing intermediate container 35fe80e54ebd [2021-01-28T00:52:54.164Z] ---> 04216a95ed7b [2021-01-28T00:52:54.164Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:52:54.442Z] Removing intermediate container b5132c2d6ec4 [2021-01-28T00:52:54.442Z] ---> 52c1fe505ec8 [2021-01-28T00:52:54.442Z] [2021-01-28T00:52:54.442Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:52:54.442Z] ---> afeebe901d6b [2021-01-28T00:52:54.442Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:52:54.442Z] ---> Running in 2275461ebf46 [2021-01-28T00:52:54.442Z] ---> Running in f1b9d3b38f03 [2021-01-28T00:52:55.049Z] ---> Running in af13184111ca [2021-01-28T00:52:56.196Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:52:56.196Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:52:57.065Z] 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-28T00:52:57.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:57.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:57.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:57.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:58.061Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:52:58.061Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:52:58.540Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:52:58.540Z] + cd /tmp/build/dist/linux [2021-01-28T00:52:58.540Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:52:58.540Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:52:58.540Z] Cloning into '.'... [2021-01-28T00:52:58.815Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:52:58.815Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:58.815Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:52:58.815Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:52:58.815Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:52:58.815Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:52:58.815Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:52:59.103Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:52:59.103Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:59.103Z] OK: 6 MiB in 16 packages [2021-01-28T00:52:59.103Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:52:59.385Z] + go get github.com/robfig/glock [2021-01-28T00:52:59.385Z] OK: 7 MiB in 19 packages [2021-01-28T00:53:02.041Z] Removing intermediate container af13184111ca [2021-01-28T00:53:02.041Z] ---> 01508086307a [2021-01-28T00:53:02.041Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:53:02.041Z] ---> Running in d7456d4da331 [2021-01-28T00:53:02.316Z] Removing intermediate container f1b9d3b38f03 [2021-01-28T00:53:02.316Z] ---> 8b4f4f1da96c [2021-01-28T00:53:02.316Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:53:02.588Z] ---> Running in 05e9650c63d8 [2021-01-28T00:53:02.588Z] Removing intermediate container 2275461ebf46 [2021-01-28T00:53:02.588Z] ---> b61a133f198c [2021-01-28T00:53:02.588Z] [2021-01-28T00:53:02.588Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:53:02.862Z] 20.10.0: Pulling from library/docker [2021-01-28T00:53:02.862Z] Removing intermediate container d7456d4da331 [2021-01-28T00:53:02.862Z] ---> a9df9cad62e6 [2021-01-28T00:53:02.862Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:53:03.138Z] ---> Running in 4d61d8babaeb [2021-01-28T00:53:03.411Z] Removing intermediate container 05e9650c63d8 [2021-01-28T00:53:03.411Z] ---> d2a38aee258a [2021-01-28T00:53:03.411Z] Step 13/24 : WORKDIR / [2021-01-28T00:53:03.686Z] ---> Running in cb73dadee17f [2021-01-28T00:53:03.967Z] Removing intermediate container 4d61d8babaeb [2021-01-28T00:53:03.967Z] ---> 308169a7baa2 [2021-01-28T00:53:03.967Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:53:04.565Z] ---> Running in 72025509ecb2 [2021-01-28T00:53:04.837Z] Removing intermediate container cb73dadee17f [2021-01-28T00:53:04.837Z] ---> 1963c23bc9a1 [2021-01-28T00:53:04.837Z] 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-28T00:53:05.428Z] Removing intermediate container 72025509ecb2 [2021-01-28T00:53:05.428Z] ---> 5835e2fb7d74 [2021-01-28T00:53:05.428Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:53:06.866Z] ---> 96018b0014d9 [2021-01-28T00:53:06.866Z] 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-28T00:53:07.172Z] ---> c0c2d0670b71 [2021-01-28T00:53:07.172Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:53:09.148Z] ---> 06500988c847 [2021-01-28T00:53:09.148Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:09.772Z] ---> abad16e78b4a [2021-01-28T00:53:09.772Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:10.756Z] ---> dfe34df16848 [2021-01-28T00:53:10.756Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:53:11.742Z] ---> 62a22d160707 [2021-01-28T00:53:11.742Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:53:12.018Z] ---> Running in d449e221a854 [2021-01-28T00:53:13.458Z] Removing intermediate container d449e221a854 [2021-01-28T00:53:13.458Z] ---> cfb3edfcba43 [2021-01-28T00:53:13.458Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:13.458Z] ---> 19c63c009f64 [2021-01-28T00:53:13.458Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:53:13.731Z] ---> Running in 231a646f9d30 [2021-01-28T00:53:15.045Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:53:15.045Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:53:15.045Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:53:15.045Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:53:15.181Z] Removing intermediate container 231a646f9d30 [2021-01-28T00:53:15.181Z] ---> 4d7cc777bb5b [2021-01-28T00:53:15.182Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:53:15.456Z] ---> Running in 27823594e56d [2021-01-28T00:53:17.496Z] ---> 87fd9e2f4463 [2021-01-28T00:53:17.496Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:53:17.496Z] Removing intermediate container 27823594e56d [2021-01-28T00:53:17.496Z] ---> 5952ccf0f1c2 [2021-01-28T00:53:17.496Z] Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:53:18.095Z] ---> Running in 97e0f3b9159f [2021-01-28T00:53:19.293Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:53:19.293Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:53:19.540Z] ---> f30621e725a4 [2021-01-28T00:53:19.540Z] 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-28T00:53:19.540Z] Removing intermediate container 97e0f3b9159f [2021-01-28T00:53:19.540Z] ---> dba8014b0a30 [2021-01-28T00:53:19.540Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:53:19.813Z] ---> Running in 414ad51fbd43 [2021-01-28T00:53:19.813Z] ---> Running in 9aeb53f65ad7 [2021-01-28T00:53:20.390Z] 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-28T00:53:20.413Z] Removing intermediate container f27e172fde63 [2021-01-28T00:53:20.413Z] ---> 0b4345029bec [2021-01-28T00:53:20.413Z] [2021-01-28T00:53:20.413Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:53:20.413Z] ---> afeebe901d6b [2021-01-28T00:53:20.413Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:53:20.717Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:53:20.717Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:53:21.015Z] ---> Running in 45e997d7b573 [2021-01-28T00:53:21.015Z] Removing intermediate container 414ad51fbd43 [2021-01-28T00:53:21.015Z] ---> b5cceaa19801 [2021-01-28T00:53:21.015Z] [2021-01-28T00:53:21.616Z] Successfully built b5cceaa19801 [2021-01-28T00:53:21.890Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T00:53:21.890Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-28T00:53:21.890Z] Removing intermediate container 45e997d7b573 [2021-01-28T00:53:21.890Z] ---> 27a259b37c66 [2021-01-28T00:53:21.890Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:53:22.171Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:53:22.171Z] + glock sync -n [2021-01-28T00:53:22.171Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:53:22.171Z] ---> eeaf43b92773 [2021-01-28T00:53:22.171Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:53:22.443Z] ---> Running in 849d4e57fafb [2021-01-28T00:53:22.443Z] ---> Running in 999a8d671af6 [2021-01-28T00:53:22.768Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:53:22.768Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:53:22.768Z] 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-28T00:53:23.048Z] Removing intermediate container 849d4e57fafb [2021-01-28T00:53:23.048Z] ---> 2670876134ec [2021-01-28T00:53:23.048Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:53:23.325Z] ---> Running in 7dd24f066f33 [2021-01-28T00:53:23.601Z] Removing intermediate container 9aeb53f65ad7 [2021-01-28T00:53:23.601Z] ---> 343b6b855a77 [2021-01-28T00:53:23.601Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:53:23.698Z] ---> 191913dd2d8e [2021-01-28T00:53:23.698Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:53:23.698Z] ---> b51603a7e443 [2021-01-28T00:53:23.698Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:53:23.698Z] ---> 91a2264d141e [2021-01-28T00:53:23.698Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:53:23.698Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:53:23.698Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:53:24.156Z] ---> Running in 159d0e44e974 [2021-01-28T00:53:24.156Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:53:24.156Z] ---> Running in 2ae6fe9888f5 [2021-01-28T00:53:24.156Z] ---> Running in 7d1a0512206e [2021-01-28T00:53:24.156Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:53:24.156Z] 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-28T00:53:24.156Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:53:24.156Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:53:24.156Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:53:24.156Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:53:24.156Z] ---> fc1c9dd6b48f [2021-01-28T00:53:24.156Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:53:24.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:24.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:24.472Z] ---> Running in b0f372c567b5 [2021-01-28T00:53:24.472Z] Removing intermediate container 7dd24f066f33 [2021-01-28T00:53:24.472Z] ---> 51550bd0cb64 [2021-01-28T00:53:24.472Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:53:24.748Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:53:25.025Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:53:25.025Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:53:25.025Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:25.025Z] OK: 12 MiB in 22 packages [2021-01-28T00:53:25.630Z] ---> Running in 1fde8d073c4b [2021-01-28T00:53:25.630Z] Removing intermediate container b0f372c567b5 [2021-01-28T00:53:25.630Z] ---> 4479f51be1dc [2021-01-28T00:53:25.911Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:53:26.185Z] ---> Running in 0fbd049701a0 [2021-01-28T00:53:27.003Z] ---> Running in 136434fa2f9b [2021-01-28T00:53:27.003Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, PyYAML, texttable, dockerpty, docopt, docker-compose [2021-01-28T00:53:27.003Z] Attempting uninstall: urllib3 [2021-01-28T00:53:27.003Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:53:27.003Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:53:27.003Z] Removing intermediate container 2ae6fe9888f5 [2021-01-28T00:53:27.003Z] ---> ed21b2b8e22f [2021-01-28T00:53:27.003Z] Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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-28T00:53:27.003Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:53:27.003Z] ---> Running in dd2ffca2620b [2021-01-28T00:53:27.003Z] Attempting uninstall: idna [2021-01-28T00:53:27.003Z] Found existing installation: idna 2.9 [2021-01-28T00:53:27.003Z] Uninstalling idna-2.9: [2021-01-28T00:53:27.003Z] Successfully uninstalled idna-2.9 [2021-01-28T00:53:27.622Z] Removing intermediate container 0fbd049701a0 [2021-01-28T00:53:27.622Z] ---> 025511695444 [2021-01-28T00:53:27.622Z] Step 23/24 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:53:27.893Z] Removing intermediate container 999a8d671af6 [2021-01-28T00:53:27.893Z] ---> 63d12a552c5c [2021-01-28T00:53:27.893Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:53:27.893Z] ---> Running in e383b06d684c [2021-01-28T00:53:28.174Z] ---> Running in 931e89c9e4aa [2021-01-28T00:53:28.510Z] Attempting uninstall: requests [2021-01-28T00:53:28.510Z] Found existing installation: requests 2.23.0 [2021-01-28T00:53:28.510Z] Uninstalling requests-2.23.0: [2021-01-28T00:53:28.510Z] 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-28T00:53:28.510Z] 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-28T00:53:28.510Z] 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-28T00:53:28.510Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:53:28.510Z] 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-28T00:53:28.776Z] Removing intermediate container e383b06d684c [2021-01-28T00:53:28.776Z] ---> 715631ff3e60 [2021-01-28T00:53:28.776Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:53:28.776Z] Removing intermediate container 931e89c9e4aa [2021-01-28T00:53:28.776Z] ---> 35f33f1fef79 [2021-01-28T00:53:28.776Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:53:29.054Z] ---> Running in 50e350af2ae5 [2021-01-28T00:53:29.054Z] ---> Running in d6bfc2d24389 [2021-01-28T00:53:29.653Z] Removing intermediate container 1fde8d073c4b [2021-01-28T00:53:29.653Z] ---> b2889d974216 [2021-01-28T00:53:29.653Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:53:29.653Z] Removing intermediate container 50e350af2ae5 [2021-01-28T00:53:29.653Z] ---> 5d67c5bbd1db [2021-01-28T00:53:29.653Z] [2021-01-28T00:53:29.653Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:53:29.653Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:53:29.653Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:53:29.653Z] ---> Running in 2d32082d7431 [2021-01-28T00:53:29.927Z] Removing intermediate container d6bfc2d24389 [2021-01-28T00:53:29.927Z] ---> 300d03bef0ea [2021-01-28T00:53:29.927Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:53:30.202Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:53:30.202Z] + git describe '--abbrev=0' --tags [2021-01-28T00:53:30.202Z] + TAG=v0.6.1 [2021-01-28T00:53:30.202Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:53:30.202Z] + apk --print-arch [2021-01-28T00:53:30.202Z] + arch=aarch64 [2021-01-28T00:53:30.202Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T00:53:30.202Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T00:53:30.202Z] building [dockerize] for arm64 ... [2021-01-28T00:53:30.475Z] Successfully built 5d67c5bbd1db [2021-01-28T00:53:30.475Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T00:53:30.475Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-28T00:53:30.475Z] ---> Running in 7c727341bdfd [2021-01-28T00:53:31.459Z] Removing intermediate container 7c727341bdfd [2021-01-28T00:53:31.459Z] ---> b06b40e9a66c [2021-01-28T00:53:31.459Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:53:31.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:32.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:32.984Z] Running setup.py install for PyYAML: started [2021-01-28T00:53:33.436Z] ---> 3c2d4b43177b [2021-01-28T00:53:33.437Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:33.437Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:53:33.709Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:53:33.709Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:53:33.984Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:53:34.256Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:53:34.546Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:53:34.546Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:34.546Z] OK: 8 MiB in 20 packages [2021-01-28T00:53:35.153Z] ---> 78f1825645db [2021-01-28T00:53:35.153Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:53:35.894Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:53:35.894Z] Running setup.py install for texttable: started [2021-01-28T00:53:36.171Z] Thu Jan 28 00:53:35 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:53:36.171Z] + date [2021-01-28T00:53:36.171Z] + echo 'Thu Jan 28 00:53:35 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:53:36.780Z]  ---> b4a56fa5ae32 [2021-01-28T00:53:36.780Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:53:37.065Z] Removing intermediate container 2d32082d7431 [2021-01-28T00:53:37.065Z] ---> 16dfc8cda563 [2021-01-28T00:53:37.065Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:53:37.065Z] ---> Running in 747c55bc5da2 [2021-01-28T00:53:37.167Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:53:37.167Z] Running setup.py install for dockerpty: started [2021-01-28T00:53:38.619Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:53:38.619Z] Running setup.py install for docopt: started [2021-01-28T00:53:39.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:39.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:39.698Z] ---> d47ebf7727af [2021-01-28T00:53:39.698Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:53:39.970Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:53:39.970Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:53:39.970Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:53:39.970Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:53:39.970Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:53:39.970Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:53:39.970Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:53:40.232Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:53:41.311Z] 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-28T00:53:41.962Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:53:41.962Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:53:41.962Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:53:41.962Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:53:41.962Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:53:41.962Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:53:41.962Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:53:42.238Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:53:42.238Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:53:42.238Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:53:42.238Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:53:42.238Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:53:42.512Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:53:42.512Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:53:42.512Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:53:42.512Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:53:42.512Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:53:42.512Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:53:42.512Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:53:42.803Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:53:42.803Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:53:42.803Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:53:42.803Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:53:42.803Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:53:42.803Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:53:42.803Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:53:43.105Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:43.105Z] OK: 71 MiB in 55 packages [2021-01-28T00:53:44.628Z] ---> dd507b5d3680 [2021-01-28T00:53:44.628Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:46.082Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:53:46.082Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:53:46.082Z] ---> 1e36abf0f204 [2021-01-28T00:53:46.082Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:53:46.082Z] ---> Using cache [2021-01-28T00:53:46.082Z] ---> c10f4af3b209 [2021-01-28T00:53:46.082Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:53:46.082Z] ---> Using cache [2021-01-28T00:53:46.082Z] ---> 8fc58e2ae315 [2021-01-28T00:53:46.082Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:53:46.082Z] ---> Using cache [2021-01-28T00:53:46.082Z] ---> 93f5a129d2db [2021-01-28T00:53:46.082Z] Step 6/21 : COPY go.mod . [2021-01-28T00:53:46.082Z] ---> Using cache [2021-01-28T00:53:46.082Z] ---> 4ff03614b8c0 [2021-01-28T00:53:46.082Z] Step 7/21 : RUN go mod download [2021-01-28T00:53:46.082Z] ---> Using cache [2021-01-28T00:53:46.082Z] ---> 56c835c79664 [2021-01-28T00:53:46.082Z] Step 8/21 : COPY . . [2021-01-28T00:53:46.082Z] ---> a23893a68c77 [2021-01-28T00:53:46.082Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:53:46.355Z] ---> Using cache [2021-01-28T00:53:46.355Z] ---> 3747fdc639f6 [2021-01-28T00:53:46.355Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:53:46.948Z] ---> Running in 983af34238db [2021-01-28T00:53:46.948Z] ---> Running in bd51f447ca09 [2021-01-28T00:53:48.396Z] Removing intermediate container 983af34238db [2021-01-28T00:53:48.396Z] ---> 8fc2dc87252b [2021-01-28T00:53:48.396Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:48.396Z] 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-28T00:53:48.674Z] ---> Running in ab10430cc24a [2021-01-28T00:53:48.786Z] Removing intermediate container f5dfbbd81e33 [2021-01-28T00:53:48.786Z] ---> 53fb1ab39fb1 [2021-01-28T00:53:48.786Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:53:49.443Z] ---> Running in 8e20b819cee0 [2021-01-28T00:53:49.667Z] Removing intermediate container ab10430cc24a [2021-01-28T00:53:49.667Z] ---> a34b731fd21d [2021-01-28T00:53:49.667Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:53:50.269Z] ---> Running in 5d82b693e716 [2021-01-28T00:53:50.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:53:51.256Z] Removing intermediate container 3aae34290a44 [2021-01-28T00:53:51.256Z] ---> 23e250949d83 [2021-01-28T00:53:51.256Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:53:51.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:53:51.534Z] Removing intermediate container 5d82b693e716 [2021-01-28T00:53:51.534Z] ---> 57ef87761925 [2021-01-28T00:53:51.534Z] Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:53:51.534Z] ---> Running in 700b63cf8093 [2021-01-28T00:53:51.804Z] ---> Running in fcf442d868af [2021-01-28T00:53:51.901Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:53:51.901Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:53:52.201Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:53:52.201Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:52.880Z] OK: 72 MiB in 58 packages [2021-01-28T00:53:53.801Z] Removing intermediate container fcf442d868af [2021-01-28T00:53:53.801Z] ---> 9f82d8b3c433 [2021-01-28T00:53:53.801Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:53:54.075Z] ---> Running in 5273b619ae10 [2021-01-28T00:53:54.075Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:53:54.075Z] statically linked [2021-01-28T00:53:55.525Z] Removing intermediate container 5273b619ae10 [2021-01-28T00:53:55.525Z] ---> ccc350e6400c [2021-01-28T00:53:55.525Z] [2021-01-28T00:53:56.860Z] Removing intermediate container 8e20b819cee0 [2021-01-28T00:53:56.860Z] ---> ee1ad795d3fa [2021-01-28T00:53:56.860Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:53:56.967Z] Successfully built ccc350e6400c [2021-01-28T00:53:57.248Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T00:53:57.248Z] Building docker-support-scheduler-go [2021-01-28T00:53:57.248Z]  Building docker-core-data-go ... done Removing intermediate container 700b63cf8093 [2021-01-28T00:53:57.248Z] ---> b3c623a5f510 [2021-01-28T00:53:57.248Z] [2021-01-28T00:53:57.248Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:53:57.248Z] ---> afeebe901d6b [2021-01-28T00:53:57.248Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:53:57.525Z] ---> Running in 0d9c072bbf1b [2021-01-28T00:53:57.741Z] ---> Running in ed00444ac665 [2021-01-28T00:53:58.513Z] Removing intermediate container 747c55bc5da2 [2021-01-28T00:53:58.513Z] ---> 5c38af67fe15 [2021-01-28T00:53:58.513Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:53:58.513Z] Removing intermediate container 0d9c072bbf1b [2021-01-28T00:53:58.513Z] ---> 874ce9e31513 [2021-01-28T00:53:58.513Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:53:58.794Z] ---> Running in 602bb9a0a64f [2021-01-28T00:53:59.076Z] ---> Running in 716c0bbd5e07 [2021-01-28T00:53:59.227Z] Removing intermediate container ed00444ac665 [2021-01-28T00:53:59.227Z] ---> f5d28073899f [2021-01-28T00:53:59.227Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:59.227Z] ---> Running in 853305066feb [2021-01-28T00:54:00.076Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:54:00.076Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:54:00.076Z] ---> 1e36abf0f204 [2021-01-28T00:54:00.076Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:54:00.076Z] ---> Using cache [2021-01-28T00:54:00.076Z] ---> c10f4af3b209 [2021-01-28T00:54:00.076Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:54:00.076Z] ---> Using cache [2021-01-28T00:54:00.076Z] ---> 8fc58e2ae315 [2021-01-28T00:54:00.076Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:54:00.076Z] ---> Using cache [2021-01-28T00:54:00.076Z] ---> 93f5a129d2db [2021-01-28T00:54:00.076Z] Step 6/23 : COPY go.mod . [2021-01-28T00:54:00.076Z] ---> Using cache [2021-01-28T00:54:00.076Z] ---> 4ff03614b8c0 [2021-01-28T00:54:00.076Z] Step 7/23 : RUN go mod download [2021-01-28T00:54:00.076Z] ---> Using cache [2021-01-28T00:54:00.076Z] ---> 56c835c79664 [2021-01-28T00:54:00.076Z] Step 8/23 : COPY . . [2021-01-28T00:54:00.076Z] ---> Using cache [2021-01-28T00:54:00.076Z] ---> 3747fdc639f6 [2021-01-28T00:54:00.076Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:54:00.487Z] Removing intermediate container 853305066feb [2021-01-28T00:54:00.487Z] ---> d37ee808c353 [2021-01-28T00:54:00.487Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T00:54:00.487Z] ---> Running in 4076c4160847 [2021-01-28T00:54:01.526Z] ---> Running in 1df19d336bc7 [2021-01-28T00:54:01.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:01.532Z] Removing intermediate container 4076c4160847 [2021-01-28T00:54:01.532Z] ---> c01ad9f44cd3 [2021-01-28T00:54:01.532Z] Step 25/26 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:54:01.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:01.832Z] ---> Running in 9e6bbe9c3cfb [2021-01-28T00:54:02.791Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:54:02.791Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:54:02.791Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:54:02.791Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:02.791Z] OK: 6 MiB in 17 packages [2021-01-28T00:54:02.881Z] Removing intermediate container 9e6bbe9c3cfb [2021-01-28T00:54:02.882Z] ---> bb69f4454959 [2021-01-28T00:54:02.882Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:54:02.882Z] ---> Running in 981437c212ff [2021-01-28T00:54:03.069Z] 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-28T00:54:03.602Z] Removing intermediate container 981437c212ff [2021-01-28T00:54:03.602Z] ---> d8f12738d318 [2021-01-28T00:54:03.602Z] [2021-01-28T00:54:04.691Z] Successfully built d8f12738d318 [2021-01-28T00:54:04.691Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T00:54:05.728Z] Removing intermediate container 716c0bbd5e07 [2021-01-28T00:54:05.728Z] ---> 9302a0cfa477 [2021-01-28T00:54:05.728Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:54:05.728Z] ---> Running in 86fc44c66f24 [2021-01-28T00:54:06.329Z] Removing intermediate container 86fc44c66f24 [2021-01-28T00:54:06.329Z] ---> de26dae0193a [2021-01-28T00:54:06.329Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:54:06.329Z] ---> Running in 08d4e71c7c49 [2021-01-28T00:54:06.937Z] Collecting docker-compose==1.23.2 [2021-01-28T00:54:06.937Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:54:06.937Z] Removing intermediate container 08d4e71c7c49 [2021-01-28T00:54:06.937Z] ---> 35d1bb81805a [2021-01-28T00:54:06.937Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:54:07.221Z] ---> Running in 31c57fcf1e1a [2021-01-28T00:54:07.817Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:54:08.093Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:54:11.511Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:54:11.511Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:54:11.843Z] Removing intermediate container 31c57fcf1e1a [2021-01-28T00:54:11.843Z] ---> 4bb5a0e8ecc4 [2021-01-28T00:54:11.843Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:54:12.123Z] ---> Running in cc85f95015c4 [2021-01-28T00:54:13.111Z] Removing intermediate container cc85f95015c4 [2021-01-28T00:54:13.111Z] ---> 86f2753d3e91 [2021-01-28T00:54:13.111Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:54:15.115Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:54:15.115Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:54:15.227Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:54:15.729Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:54:15.729Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:54:16.295Z] 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-28T00:54:16.328Z] ---> 710b708d1dd6 [2021-01-28T00:54:16.328Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:54:16.328Z] 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-28T00:54:17.305Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:54:17.305Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:54:17.905Z] ---> 6048fae2c1e8 [2021-01-28T00:54:17.905Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:54:18.183Z] ---> Running in a7605759921e [2021-01-28T00:54:19.178Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:54:19.178Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:54:22.612Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:54:22.612Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:54:22.612Z] ---> 1e36abf0f204 [2021-01-28T00:54:22.612Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:54:22.612Z] ---> Using cache [2021-01-28T00:54:22.612Z] ---> c10f4af3b209 [2021-01-28T00:54:22.612Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:54:22.612Z] ---> Using cache [2021-01-28T00:54:22.612Z] ---> 8fc58e2ae315 [2021-01-28T00:54:22.612Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:54:22.612Z] ---> Using cache [2021-01-28T00:54:22.612Z] ---> 93f5a129d2db [2021-01-28T00:54:22.612Z] Step 6/22 : COPY go.mod . [2021-01-28T00:54:22.612Z] ---> Using cache [2021-01-28T00:54:22.612Z] ---> 4ff03614b8c0 [2021-01-28T00:54:22.612Z] Step 7/22 : RUN go mod download [2021-01-28T00:54:22.612Z] ---> Using cache [2021-01-28T00:54:22.612Z] ---> 56c835c79664 [2021-01-28T00:54:22.612Z] Step 8/22 : COPY . . [2021-01-28T00:54:22.612Z] Removing intermediate container a7605759921e [2021-01-28T00:54:22.612Z] ---> cb5615e8f18f [2021-01-28T00:54:22.612Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:54:22.612Z] ---> Using cache [2021-01-28T00:54:22.612Z] ---> 3747fdc639f6 [2021-01-28T00:54:22.612Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:54:22.893Z] ---> Running in 291e1ad1db3c [2021-01-28T00:54:23.514Z] ---> b0ee3426d506 [2021-01-28T00:54:23.514Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:54:24.964Z] 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-28T00:54:25.154Z] Removing intermediate container 159d0e44e974 [2021-01-28T00:54:25.154Z] ---> a59a9110e506 [2021-01-28T00:54:25.154Z] [2021-01-28T00:54:25.154Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:54:25.154Z] ---> 389fef711851 [2021-01-28T00:54:25.154Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:54:25.154Z] ---> Using cache [2021-01-28T00:54:25.154Z] ---> cca49ad4bdf1 [2021-01-28T00:54:25.154Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:54:25.154Z] ---> Using cache [2021-01-28T00:54:25.154Z] ---> 11d1fe3f98bf [2021-01-28T00:54:25.154Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:54:25.154Z] ---> Running in 4ac8d255a084 [2021-01-28T00:54:25.570Z] ---> 78f0cd26edec [2021-01-28T00:54:25.570Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:54:25.570Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:54:25.570Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:54:26.005Z] Removing intermediate container 4ac8d255a084 [2021-01-28T00:54:26.005Z] ---> 974b8ef21299 [2021-01-28T00:54:26.005Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:54:26.382Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:54:26.382Z] + cd /tmp/build/dist/linux [2021-01-28T00:54:26.382Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:54:26.382Z] Cloning into '.'... [2021-01-28T00:54:26.577Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:54:26.577Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:54:26.577Z] ---> e39ff84f0991 [2021-01-28T00:54:26.577Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:54:26.677Z]  ---> Running in 826ae540ee58 [2021-01-28T00:54:27.040Z] Removing intermediate container 136434fa2f9b [2021-01-28T00:54:27.040Z] ---> b0e0fabc7d79 [2021-01-28T00:54:27.040Z] [2021-01-28T00:54:27.040Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:54:27.040Z] ---> 389fef711851 [2021-01-28T00:54:27.040Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:54:27.186Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:54:27.186Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:54:27.405Z] + go get github.com/robfig/glock [2021-01-28T00:54:27.405Z]  ---> Running in 6862ed499d22 [2021-01-28T00:54:27.710Z] Removing intermediate container 826ae540ee58 [2021-01-28T00:54:27.710Z] ---> 2d0288c0d9d7 [2021-01-28T00:54:27.710Z] Step 15/23 : WORKDIR / [2021-01-28T00:54:28.045Z] ---> Running in f383c72b86eb [2021-01-28T00:54:28.644Z] ---> cb58f2e06fe0 [2021-01-28T00:54:28.644Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:54:28.709Z] Removing intermediate container f383c72b86eb [2021-01-28T00:54:28.709Z] ---> df7b6346aa01 [2021-01-28T00:54:28.709Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:54:29.279Z] ---> 8b2c2eae3fbb [2021-01-28T00:54:29.279Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:54:29.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:54:29.857Z] ---> 00ebbea2d62f [2021-01-28T00:54:29.857Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:54:29.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:54:29.884Z] ---> Running in 054375c609c0 [2021-01-28T00:54:30.280Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:54:30.491Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:54:30.491Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:54:30.769Z] Removing intermediate container 054375c609c0 [2021-01-28T00:54:30.769Z] ---> b2da3e158d49 [2021-01-28T00:54:30.769Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:54:30.893Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:54:31.201Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:54:31.201Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:54:31.201Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:54:31.201Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:31.488Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:54:31.488Z] OK: 7 MiB in 19 packages [2021-01-28T00:54:31.765Z] ---> 70a392e3d804 [2021-01-28T00:54:31.765Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:54:32.038Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:54:32.038Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:54:32.640Z] ---> Running in d18c2bcda861 [2021-01-28T00:54:32.640Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:54:32.915Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:54:32.915Z] 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-28T00:54:32.915Z] 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-28T00:54:32.915Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:54:32.915Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:54:32.915Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:54:32.915Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:54:33.110Z] ---> 93088d1ca571 [2021-01-28T00:54:33.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:54:34.669Z] ---> fa7b21bb5ff9 [2021-01-28T00:54:34.669Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:54:34.669Z] Removing intermediate container 7d1a0512206e [2021-01-28T00:54:34.669Z] ---> aa3e75859787 [2021-01-28T00:54:34.669Z] [2021-01-28T00:54:34.669Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:54:34.669Z] ---> 389fef711851 [2021-01-28T00:54:34.669Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:54:34.913Z] Installing collected packages: texttable, docopt, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, PyYAML, jsonschema, dockerpty, docker-compose [2021-01-28T00:54:34.913Z] Running setup.py install for texttable: started [2021-01-28T00:54:35.055Z] ---> Running in 16807b7353e8 [2021-01-28T00:54:35.055Z] ---> Running in 04c6751fb1f4 [2021-01-28T00:54:35.366Z] Removing intermediate container 6862ed499d22 [2021-01-28T00:54:35.366Z] ---> 8cbb986f58d7 [2021-01-28T00:54:35.366Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:54:35.674Z] ---> Running in 1d81a790db3b [2021-01-28T00:54:35.950Z] Removing intermediate container d18c2bcda861 [2021-01-28T00:54:35.950Z] ---> dd534ab8ad89 [2021-01-28T00:54:35.950Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:54:36.022Z] Removing intermediate container 16807b7353e8 [2021-01-28T00:54:36.022Z] ---> 18f6a718e887 [2021-01-28T00:54:36.022Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:54:36.022Z] Removing intermediate container 04c6751fb1f4 [2021-01-28T00:54:36.022Z] ---> 69d725ddeb6d [2021-01-28T00:54:36.022Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:54:36.022Z] ---> Running in 0ac80ef5fa07 [2021-01-28T00:54:36.022Z] ---> Running in 9bd708b69861 [2021-01-28T00:54:36.300Z] Removing intermediate container 1d81a790db3b [2021-01-28T00:54:36.300Z] ---> 6c820bf5dc6d [2021-01-28T00:54:36.300Z] Step 13/24 : WORKDIR / [2021-01-28T00:54:36.550Z] ---> Running in 036d46405c92 [2021-01-28T00:54:36.620Z] Removing intermediate container 0ac80ef5fa07 [2021-01-28T00:54:36.620Z] ---> 0515cae3cb61 [2021-01-28T00:54:36.620Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:54:36.620Z] ---> Running in 4f2682fdcdfb [2021-01-28T00:54:36.620Z] Removing intermediate container 9bd708b69861 [2021-01-28T00:54:36.620Z] ---> 50a9d926cdd6 [2021-01-28T00:54:36.620Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:54:36.931Z] ---> Running in 0600d4898c38 [2021-01-28T00:54:36.931Z] ---> Running in 5aac6d920a85 [2021-01-28T00:54:37.174Z] Removing intermediate container 036d46405c92 [2021-01-28T00:54:37.174Z] ---> a935cbca02d5 [2021-01-28T00:54:37.174Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:54:37.327Z] Removing intermediate container 4f2682fdcdfb [2021-01-28T00:54:37.327Z] ---> 65de78f18809 [2021-01-28T00:54:37.327Z] 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-28T00:54:37.327Z] Removing intermediate container 0600d4898c38 [2021-01-28T00:54:37.327Z] ---> e373e2183f4b [2021-01-28T00:54:37.327Z] Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:54:37.680Z] ---> Running in f6c7e10129ac [2021-01-28T00:54:37.680Z] Removing intermediate container 5aac6d920a85 [2021-01-28T00:54:37.680Z] ---> dc4ac35355d7 [2021-01-28T00:54:37.812Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:54:37.812Z] Running setup.py install for docopt: started [2021-01-28T00:54:37.812Z] ---> Running in dfdcc8434dae [2021-01-28T00:54:38.023Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:54:38.023Z] ---> Running in 34a12bdbea47 [2021-01-28T00:54:38.722Z] ---> 3cc9ba186281 [2021-01-28T00:54:38.722Z] 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-28T00:54:38.722Z] Removing intermediate container f6c7e10129ac [2021-01-28T00:54:38.722Z] ---> dce4c12b0aad [2021-01-28T00:54:38.722Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:54:38.860Z] Removing intermediate container dfdcc8434dae [2021-01-28T00:54:38.860Z] ---> 567ca9ef5393 [2021-01-28T00:54:38.860Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T00:54:39.044Z] ---> Running in 738cea2d7767 [2021-01-28T00:54:39.506Z] ---> Running in e71bb0ebbcae [2021-01-28T00:54:39.697Z] Removing intermediate container 738cea2d7767 [2021-01-28T00:54:39.697Z] ---> 64f439bda7a5 [2021-01-28T00:54:39.697Z] [2021-01-28T00:54:39.697Z] ---> bddb5ba54eaf [2021-01-28T00:54:39.697Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:54:40.129Z] Removing intermediate container e71bb0ebbcae [2021-01-28T00:54:40.129Z] ---> 2aa5339ed603 [2021-01-28T00:54:40.129Z] Step 33/34 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:54:40.744Z] ---> Running in b73d43d00b94 [2021-01-28T00:54:40.753Z] Successfully built 64f439bda7a5 [2021-01-28T00:54:40.753Z] Successfully tagged docker-core-command-go:latest [2021-01-28T00:54:41.350Z] Removing intermediate container b73d43d00b94 [2021-01-28T00:54:41.350Z] ---> c62552b606e5 [2021-01-28T00:54:41.350Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:54:41.350Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:54:41.974Z] ---> Running in 41d1045f2faf [2021-01-28T00:54:42.251Z] Attempting uninstall: urllib3 [2021-01-28T00:54:42.251Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:54:42.251Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:54:42.530Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:54:42.815Z] Removing intermediate container 41d1045f2faf [2021-01-28T00:54:42.815Z] ---> 3d2d5763bf38 [2021-01-28T00:54:42.815Z] [2021-01-28T00:54:43.430Z] Attempting uninstall: idna [2021-01-28T00:54:43.430Z] Found existing installation: idna 2.9 [2021-01-28T00:54:43.430Z] Successfully built 3d2d5763bf38 [2021-01-28T00:54:43.430Z] Uninstalling idna-2.9: [2021-01-28T00:54:43.430Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T00:54:43.430Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-01-28T00:54:43.430Z] Successfully uninstalled idna-2.9 [2021-01-28T00:54:43.623Z]  Building docker-core-command-go ... done  ---> 66805244cbf0 [2021-01-28T00:54:43.623Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:54:43.929Z] Removing intermediate container 34a12bdbea47 [2021-01-28T00:54:43.929Z] ---> d954f6b9e975 [2021-01-28T00:54:43.929Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:54:44.037Z] Attempting uninstall: requests [2021-01-28T00:54:44.037Z] Found existing installation: requests 2.23.0 [2021-01-28T00:54:44.037Z] Uninstalling requests-2.23.0: [2021-01-28T00:54:44.266Z] ---> Running in 2a4828f5e7fb [2021-01-28T00:54:44.320Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:54:44.664Z] ---> 351ba82a8b53 [2021-01-28T00:54:44.665Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:54:45.816Z] Running setup.py install for PyYAML: started [2021-01-28T00:54:46.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:54:46.005Z] + glock sync -n [2021-01-28T00:54:46.307Z]  ---> 21207e1f199b [2021-01-28T00:54:46.307Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:54:46.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:54:47.369Z] ---> ef85ea653beb [2021-01-28T00:54:47.369Z] 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-28T00:54:47.369Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:54:47.369Z] ---> Running in e202ef501b24 [2021-01-28T00:54:47.369Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:54:47.736Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:54:47.736Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:54:48.013Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:54:48.341Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:54:48.341Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:48.341Z] OK: 8 MiB in 20 packages [2021-01-28T00:54:48.531Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:54:49.132Z] Running setup.py install for dockerpty: started [2021-01-28T00:54:50.755Z] Removing intermediate container e202ef501b24 [2021-01-28T00:54:50.755Z] ---> 2c103de15afb [2021-01-28T00:54:50.755Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:54:50.755Z] Removing intermediate container 2a4828f5e7fb [2021-01-28T00:54:50.755Z] ---> af8073ed5bb3 [2021-01-28T00:54:50.755Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:54:50.755Z] ---> Running in dd846c1f3e2f [2021-01-28T00:54:51.190Z] Removing intermediate container dd846c1f3e2f [2021-01-28T00:54:51.190Z] ---> 50bdb5535489 [2021-01-28T00:54:51.190Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T00:54:51.495Z] ---> Running in a09e02cb7ebf [2021-01-28T00:54:51.495Z] ---> f5bbe86d2946 [2021-01-28T00:54:51.495Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:54:51.769Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:54:52.123Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:54:52.123Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:54:52.123Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:54:52.123Z] Removing intermediate container a09e02cb7ebf [2021-01-28T00:54:52.123Z] ---> 102e9dba089c [2021-01-28T00:54:52.123Z] Step 23/24 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:54:52.405Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:54:52.405Z] + git describe '--abbrev=0' --tags [2021-01-28T00:54:52.405Z] + TAG=v0.6.1 [2021-01-28T00:54:52.405Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:54:52.405Z] + apk --print-arch [2021-01-28T00:54:52.405Z] + arch=x86_64 [2021-01-28T00:54:52.405Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T00:54:52.405Z] + CGO_ENABLED=0 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-28T00:54:52.405Z] building [dockerize] for amd64 ... [2021-01-28T00:54:53.115Z] ---> Running in 7be958920bcb [2021-01-28T00:54:53.236Z] 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-28T00:54:53.432Z] ---> 1a8712520f47 [2021-01-28T00:54:53.432Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:54:54.085Z] Removing intermediate container 7be958920bcb [2021-01-28T00:54:54.085Z] ---> 2a009b4b3803 [2021-01-28T00:54:54.085Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:54:54.085Z] ---> Running in d415d8363696 [2021-01-28T00:54:54.085Z] ---> 76441c851afc [2021-01-28T00:54:54.085Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:54:54.224Z] 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-28T00:54:54.400Z] ---> Running in 921d75bff6fc [2021-01-28T00:54:55.632Z] Removing intermediate container d415d8363696 [2021-01-28T00:54:55.632Z] ---> 6b28c4d5d172 [2021-01-28T00:54:55.632Z] [2021-01-28T00:54:56.150Z] Removing intermediate container 921d75bff6fc [2021-01-28T00:54:56.150Z] ---> e98078a15f2f [2021-01-28T00:54:56.150Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:54:56.883Z] ---> Running in 65a4e15e46aa [2021-01-28T00:54:56.883Z] Successfully built 6b28c4d5d172 [2021-01-28T00:54:56.883Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T00:54:57.263Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 65a4e15e46aa [2021-01-28T00:54:57.263Z] ---> e0ae56f56e27 [2021-01-28T00:54:57.263Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:54:57.263Z] ---> Running in 65170f468945 [2021-01-28T00:54:58.003Z] Removing intermediate container 65170f468945 [2021-01-28T00:54:58.003Z] ---> f253eb054d9d [2021-01-28T00:54:58.003Z] Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:54:58.003Z] ---> Running in 880cbe49b622 [2021-01-28T00:54:59.213Z] Removing intermediate container 880cbe49b622 [2021-01-28T00:54:59.213Z] ---> 5d2f4081f341 [2021-01-28T00:54:59.213Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:54:59.213Z] ---> Running in 921934685a10 [2021-01-28T00:55:01.122Z] Removing intermediate container 921934685a10 [2021-01-28T00:55:01.122Z] ---> 8e0a99e03bef [2021-01-28T00:55:01.122Z] [2021-01-28T00:55:01.122Z] Successfully built 8e0a99e03bef [2021-01-28T00:55:01.457Z] Successfully tagged docker-core-data-go:latest [2021-01-28T00:55:05.887Z] Removing intermediate container 602bb9a0a64f [2021-01-28T00:55:05.887Z] ---> 28eca841263b [2021-01-28T00:55:05.887Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:55:05.887Z] ---> Running in 853e5572b059 [2021-01-28T00:55:07.342Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:55:07.342Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:55:07.342Z] ---> 1e36abf0f204 [2021-01-28T00:55:07.342Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:55:07.342Z] ---> Using cache [2021-01-28T00:55:07.342Z] ---> c10f4af3b209 [2021-01-28T00:55:07.342Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:55:07.342Z] ---> Using cache [2021-01-28T00:55:07.342Z] ---> 8fc58e2ae315 [2021-01-28T00:55:07.342Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:55:07.342Z] ---> Using cache [2021-01-28T00:55:07.342Z] ---> 93f5a129d2db [2021-01-28T00:55:07.342Z] Step 6/23 : COPY go.mod . [2021-01-28T00:55:07.342Z] ---> Using cache [2021-01-28T00:55:07.342Z] ---> 4ff03614b8c0 [2021-01-28T00:55:07.342Z] Step 7/23 : RUN go mod download [2021-01-28T00:55:07.342Z] ---> Using cache [2021-01-28T00:55:07.342Z] ---> 56c835c79664 [2021-01-28T00:55:07.342Z] Step 8/23 : COPY . . [2021-01-28T00:55:07.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:07.342Z] ---> Using cache [2021-01-28T00:55:07.343Z] ---> 3747fdc639f6 [2021-01-28T00:55:07.343Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:55:07.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:07.623Z] ---> Running in 245325a7aa42 [2021-01-28T00:55:08.230Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:55:08.230Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:55:08.230Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:55:08.230Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:55:08.505Z] OK: 71 MiB in 58 packages [2021-01-28T00:55:09.957Z] 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-28T00:55:10.958Z] Removing intermediate container 853e5572b059 [2021-01-28T00:55:10.958Z] ---> 6dad5d44fcce [2021-01-28T00:55:10.958Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:55:10.958Z] ---> Running in 0ff4a4b2947e [2021-01-28T00:55:11.954Z] Removing intermediate container 0ff4a4b2947e [2021-01-28T00:55:11.954Z] ---> 853312f18ef0 [2021-01-28T00:55:11.954Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:55:12.561Z] ---> Running in b916fb77b8d3 [2021-01-28T00:55:13.665Z] Removing intermediate container b916fb77b8d3 [2021-01-28T00:55:13.665Z] ---> a5c965573da2 [2021-01-28T00:55:13.665Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T00:55:13.947Z] ---> Running in 0978483dcdef [2021-01-28T00:55:14.221Z] Removing intermediate container bd51f447ca09 [2021-01-28T00:55:14.221Z] ---> 598b46c89944 [2021-01-28T00:55:14.221Z] [2021-01-28T00:55:14.221Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:55:14.221Z] ---> afeebe901d6b [2021-01-28T00:55:14.221Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:55:14.500Z] ---> Running in 7700a065db31 [2021-01-28T00:55:14.500Z] Removing intermediate container 0978483dcdef [2021-01-28T00:55:14.500Z] ---> 1e3666bfbf2e [2021-01-28T00:55:14.500Z] Step 25/26 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:55:14.773Z] ---> Running in d8ca05bb0575 [2021-01-28T00:55:15.778Z] Removing intermediate container d8ca05bb0575 [2021-01-28T00:55:15.778Z] ---> 3085aacc1da3 [2021-01-28T00:55:15.778Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:55:16.062Z] ---> Running in e3d0c44d5adb [2021-01-28T00:55:16.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:16.936Z] Removing intermediate container e3d0c44d5adb [2021-01-28T00:55:16.936Z] ---> 59f37ade844d [2021-01-28T00:55:16.936Z] [2021-01-28T00:55:16.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:17.213Z] Successfully built 59f37ade844d [2021-01-28T00:55:17.353Z]  Building docker-core-data-go ... done + date [2021-01-28T00:55:17.353Z] Thu Jan 28 00:55:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:55:17.353Z] + echo 'Thu Jan 28 00:55:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:55:17.491Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T00:55:17.765Z]  Building docker-sys-mgmt-agent-go ... done (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:55:17.765Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:55:17.765Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:55:17.765Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:55:17.765Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:55:18.043Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:55:18.320Z] OK: 7 MiB in 18 packages [2021-01-28T00:55:20.952Z] Removing intermediate container 7700a065db31 [2021-01-28T00:55:20.952Z] ---> 962014705bef [2021-01-28T00:55:20.952Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:55:20.952Z] ---> Running in 25c323e33189 [2021-01-28T00:55:21.552Z] Removing intermediate container 25c323e33189 [2021-01-28T00:55:21.552Z] ---> bba01f0577ec [2021-01-28T00:55:21.552Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:55:21.552Z] ---> Running in 884474b9fa53 [2021-01-28T00:55:22.153Z] Removing intermediate container 884474b9fa53 [2021-01-28T00:55:22.153Z] ---> e0229deeea64 [2021-01-28T00:55:22.153Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:55:23.599Z] ---> 976f165398d2 [2021-01-28T00:55:23.599Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:55:25.591Z] ---> faf0cbffe6b0 [2021-01-28T00:55:25.591Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:55:27.077Z] ---> c55bc8872bbf [2021-01-28T00:55:27.077Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:55:27.077Z] ---> Running in 11e08d539df3 [2021-01-28T00:55:27.671Z] Removing intermediate container dd2ffca2620b [2021-01-28T00:55:27.671Z] ---> 49d99ea8e2b0 [2021-01-28T00:55:27.671Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:55:27.671Z] ---> Running in a0664310b579 [2021-01-28T00:55:27.683Z] Removing intermediate container 11e08d539df3 [2021-01-28T00:55:27.683Z] ---> fe062411a9b1 [2021-01-28T00:55:27.683Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:55:27.948Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:55:27.948Z] statically linked [2021-01-28T00:55:27.970Z] ---> Running in 94d3995586fb [2021-01-28T00:55:28.572Z] Removing intermediate container 94d3995586fb [2021-01-28T00:55:28.572Z] ---> 2b263055a14f [2021-01-28T00:55:28.572Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T00:55:28.855Z] ---> Running in 24667f722d8c [2021-01-28T00:55:29.418Z] Removing intermediate container a0664310b579 [2021-01-28T00:55:29.419Z] ---> d59059f5e772 [2021-01-28T00:55:29.419Z] [2021-01-28T00:55:29.419Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:55:29.419Z] ---> 389fef711851 [2021-01-28T00:55:29.419Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:55:29.419Z] ---> Running in 301bf6d28f82 [2021-01-28T00:55:29.470Z] Removing intermediate container 24667f722d8c [2021-01-28T00:55:29.470Z] ---> d19ff23518d4 [2021-01-28T00:55:29.470Z] Step 20/21 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:55:29.470Z] ---> Running in 8ae6b57db9a5 [2021-01-28T00:55:29.704Z] Removing intermediate container 301bf6d28f82 [2021-01-28T00:55:29.704Z] ---> 2b047b399ba5 [2021-01-28T00:55:29.704Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:55:29.704Z] ---> Running in aaaf46b172d2 [2021-01-28T00:55:30.471Z] Removing intermediate container 8ae6b57db9a5 [2021-01-28T00:55:30.471Z] ---> d034012ccd91 [2021-01-28T00:55:30.471Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:55:30.471Z] ---> Running in 4f38ae791937 [2021-01-28T00:55:31.075Z] Removing intermediate container 4f38ae791937 [2021-01-28T00:55:31.075Z] ---> d2ba15bc2ac5 [2021-01-28T00:55:31.075Z] [2021-01-28T00:55:31.690Z] Successfully built d2ba15bc2ac5 [2021-01-28T00:55:31.690Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T00:55:31.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:55:31.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:55:32.269Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:55:32.269Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:55:32.269Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:55:32.269Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:55:32.269Z] OK: 6 MiB in 17 packages [2021-01-28T00:55:32.881Z] Removing intermediate container aaaf46b172d2 [2021-01-28T00:55:32.881Z] ---> bbe0bd63650a [2021-01-28T00:55:32.881Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:55:33.199Z] ---> Running in 39ae10cbe00b [2021-01-28T00:55:33.519Z] Removing intermediate container 39ae10cbe00b [2021-01-28T00:55:33.519Z] ---> 688b499d3ddf [2021-01-28T00:55:33.520Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:55:33.520Z] ---> Running in 8155eb246a23 [2021-01-28T00:55:34.125Z] Removing intermediate container 8155eb246a23 [2021-01-28T00:55:34.125Z] ---> 91c6fc0ca676 [2021-01-28T00:55:34.125Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:55:34.125Z] ---> Running in 1fb7c59418e5 [2021-01-28T00:55:35.581Z] Removing intermediate container 1fb7c59418e5 [2021-01-28T00:55:35.581Z] ---> 7fe7fe776ac7 [2021-01-28T00:55:35.581Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:55:35.581Z] ---> Running in ab933d814fc7 [2021-01-28T00:55:35.882Z] Removing intermediate container ab933d814fc7 [2021-01-28T00:55:35.882Z] ---> 507e51e3ec87 [2021-01-28T00:55:35.882Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:55:36.906Z] ---> 2c342808bd39 [2021-01-28T00:55:36.906Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:55:37.121Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1df19d336bc7 [2021-01-28T00:55:37.122Z] ---> 3cb4cf002686 [2021-01-28T00:55:37.122Z] [2021-01-28T00:55:37.122Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:55:37.122Z] ---> afeebe901d6b [2021-01-28T00:55:37.122Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:55:37.122Z] ---> Running in 57d079c05689 [2021-01-28T00:55:37.498Z] ---> afb5ede58f12 [2021-01-28T00:55:37.498Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:55:37.498Z] ---> Running in c9cf02a27467 [2021-01-28T00:55:38.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:38.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:38.913Z] Removing intermediate container c9cf02a27467 [2021-01-28T00:55:38.914Z] ---> f85bd5069135 [2021-01-28T00:55:38.914Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:55:38.914Z] ---> 159275ef07c2 [2021-01-28T00:55:38.914Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:55:39.188Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:55:39.188Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:55:39.188Z] OK: 5 MiB in 15 packages [2021-01-28T00:55:39.909Z] ---> 06cb071f6f84 [2021-01-28T00:55:39.909Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:55:40.503Z] ---> 1daf8596245c [2021-01-28T00:55:40.503Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:55:41.103Z] ---> 5e80930bb7a4 [2021-01-28T00:55:41.103Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:55:41.201Z] Removing intermediate container 57d079c05689 [2021-01-28T00:55:41.201Z] ---> b260b943c727 [2021-01-28T00:55:41.201Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:55:41.201Z] ---> Running in 987f116d5727 [2021-01-28T00:55:41.721Z] ---> 01ae097681ef [2021-01-28T00:55:41.722Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:55:41.815Z] Removing intermediate container 987f116d5727 [2021-01-28T00:55:41.815Z] ---> caddefec5e89 [2021-01-28T00:55:41.815Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:55:41.815Z] ---> Running in ffd05ae55ef6 [2021-01-28T00:55:41.992Z] ---> Running in ea07e5553051 [2021-01-28T00:55:42.284Z] Removing intermediate container ea07e5553051 [2021-01-28T00:55:42.284Z] ---> 33a6e354c3f6 [2021-01-28T00:55:42.284Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:55:42.418Z] Removing intermediate container ffd05ae55ef6 [2021-01-28T00:55:42.418Z] ---> c83d76aa6ca2 [2021-01-28T00:55:42.418Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:55:42.418Z] ---> Running in 87af001613fa [2021-01-28T00:55:42.901Z] ---> f5a4026fe6d0 [2021-01-28T00:55:42.901Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:55:43.171Z] ---> Running in e44002076335 [2021-01-28T00:55:43.403Z] Removing intermediate container 87af001613fa [2021-01-28T00:55:43.403Z] ---> 6695fbb3a0f7 [2021-01-28T00:55:43.403Z] Step 15/23 : WORKDIR / [2021-01-28T00:55:43.403Z] ---> Running in 5227238d9433 [2021-01-28T00:55:44.016Z] Removing intermediate container 5227238d9433 [2021-01-28T00:55:44.016Z] ---> c06a79a6b0db [2021-01-28T00:55:44.016Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:55:44.610Z] Removing intermediate container e44002076335 [2021-01-28T00:55:44.610Z] ---> 54ef638a8225 [2021-01-28T00:55:44.610Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:55:44.888Z] ---> Running in 8260265bc607 [2021-01-28T00:55:45.177Z] Removing intermediate container 8260265bc607 [2021-01-28T00:55:45.177Z] ---> 45d1bdbf3f6c [2021-01-28T00:55:45.177Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:55:45.451Z] ---> Running in 67379d6d36d0 [2021-01-28T00:55:45.486Z] ---> 74f4c7acac85 [2021-01-28T00:55:45.486Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:55:45.717Z] Removing intermediate container 67379d6d36d0 [2021-01-28T00:55:45.717Z] ---> bc56b8a91815 [2021-01-28T00:55:45.717Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T00:55:45.986Z] ---> Running in f888195f3b4a [2021-01-28T00:55:46.254Z] Removing intermediate container f888195f3b4a [2021-01-28T00:55:46.254Z] ---> f6f3674ad53c [2021-01-28T00:55:46.254Z] Step 33/34 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:55:46.537Z] ---> Running in 910f3323c350 [2021-01-28T00:55:46.812Z] Removing intermediate container 910f3323c350 [2021-01-28T00:55:46.812Z] ---> 9c7a0a34ecb0 [2021-01-28T00:55:46.812Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:55:47.091Z] ---> Running in b16fd05337f0 [2021-01-28T00:55:47.468Z] Removing intermediate container 291e1ad1db3c [2021-01-28T00:55:47.468Z] ---> c96f4c155edc [2021-01-28T00:55:47.468Z] [2021-01-28T00:55:47.468Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:55:47.468Z] ---> afeebe901d6b [2021-01-28T00:55:47.468Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:55:47.468Z] ---> Using cache [2021-01-28T00:55:47.468Z] ---> b260b943c727 [2021-01-28T00:55:47.468Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:55:47.468Z] ---> Using cache [2021-01-28T00:55:47.468Z] ---> caddefec5e89 [2021-01-28T00:55:47.468Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:55:47.468Z] ---> 4082fd64cd71 [2021-01-28T00:55:47.468Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:55:47.684Z] Removing intermediate container b16fd05337f0 [2021-01-28T00:55:47.684Z] ---> c752f9bb45aa [2021-01-28T00:55:47.684Z] [2021-01-28T00:55:47.684Z] Successfully built c752f9bb45aa [2021-01-28T00:55:47.748Z] ---> Running in 45d0ac1c8308 [2021-01-28T00:55:47.950Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T00:55:48.270Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-28T00:55:48.351Z] Removing intermediate container 45d0ac1c8308 [2021-01-28T00:55:48.351Z] ---> 4bc337402dcb [2021-01-28T00:55:48.351Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:55:48.325Z] $ docker stop --time=1 08cd58e7aa148f84eac791a1c157280004818367a6f738ea7f2bd8d9b178a393 [2021-01-28T00:55:48.629Z] ---> Running in 47337305c7a9 [2021-01-28T00:55:48.629Z] ---> e21828d6da45 [2021-01-28T00:55:48.629Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:55:48.910Z] ---> Running in 0fd2268f1544 [2021-01-28T00:55:49.181Z] Removing intermediate container 47337305c7a9 [2021-01-28T00:55:49.181Z] ---> bcdc747855b3 [2021-01-28T00:55:49.181Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:55:49.458Z] Removing intermediate container 0fd2268f1544 [2021-01-28T00:55:49.458Z] ---> 676cf61b9619 [2021-01-28T00:55:49.458Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:55:49.735Z] ---> Running in 639bc917f22c [2021-01-28T00:55:50.018Z] ---> 61f402ff8362 [2021-01-28T00:55:50.018Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:55:50.293Z] Removing intermediate container 639bc917f22c [2021-01-28T00:55:50.293Z] ---> 02b3c4f79b31 [2021-01-28T00:55:50.293Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:55:50.528Z] $ docker rm -f 08cd58e7aa148f84eac791a1c157280004818367a6f738ea7f2bd8d9b178a393 [2021-01-28T00:55:50.570Z] ---> Running in 964b998bcb3b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:55:51.332Z] + docker images [2021-01-28T00:55:51.332Z] + grep docker [2021-01-28T00:55:51.605Z] Removing intermediate container 964b998bcb3b [2021-01-28T00:55:51.605Z] ---> 23771c5d8d7c [2021-01-28T00:55:51.605Z] Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:55:51.936Z] ---> Running in 548b2bdde16c [2021-01-28T00:55:51.936Z] ---> 45104575a6e8 [2021-01-28T00:55:51.936Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:55:51.944Z] docker-security-bootstrapper-go latest c752f9bb45aa 4 seconds ago 33.5MB [2021-01-28T00:55:51.944Z] docker-core-data-go latest 8e0a99e03bef 52 seconds ago 22.3MB [2021-01-28T00:55:51.944Z] docker-security-secretstore-setup-go latest 6b28c4d5d172 57 seconds ago 24.6MB [2021-01-28T00:55:51.944Z] docker-core-command-go latest 64f439bda7a5 About a minute ago 16.3MB [2021-01-28T00:55:51.944Z] docker-sys-mgmt-agent-go latest d8f12738d318 About a minute ago 313MB [2021-01-28T00:55:51.944Z] docker-support-notifications-go latest d4411bfbab52 5 minutes ago 16.9MB [2021-01-28T00:55:51.944Z] docker-core-metadata-go latest 81c20f413fed 5 minutes ago 18.8MB [2021-01-28T00:55:51.944Z] docker-support-scheduler-go latest dc88bfae55d7 5 minutes ago 16.4MB [2021-01-28T00:55:51.944Z] docker-security-proxy-setup-go latest 05b32b173b10 5 minutes ago 24.4MB [2021-01-28T00:55:51.944Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-28T00:55:52.571Z] Removing intermediate container 548b2bdde16c [2021-01-28T00:55:52.571Z] ---> 950f20475d4f [2021-01-28T00:55:52.571Z] Step 23/23 : LABEL version=0.0.0 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-28T00:55:52.855Z] ---> Running in 4e7ca2ed26d5 [Pipeline] findFiles [2021-01-28T00:55:53.139Z] ---> fa70905dc4fd [2021-01-28T00:55:53.139Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:55:53.139Z] ---> Running in 684afa1676e4 [Pipeline] node [2021-01-28T00:55:53.415Z] Removing intermediate container 4e7ca2ed26d5 [2021-01-28T00:55:53.415Z] ---> 0ab0debd636e [2021-01-28T00:55:53.415Z] [2021-01-28T00:55:54.031Z] Removing intermediate container 684afa1676e4 [2021-01-28T00:55:54.031Z] ---> 4639b74d0d2d [2021-01-28T00:55:54.031Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:55:54.031Z] Successfully built 0ab0debd636e [2021-01-28T00:55:54.311Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T00:55:54.311Z]  Building docker-core-command-go ... done  ---> Running in 954386e98047 [2021-01-28T00:55:54.922Z] Removing intermediate container 954386e98047 [2021-01-28T00:55:54.922Z] ---> a148914b14a3 [2021-01-28T00:55:54.922Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:55:54.922Z] ---> Running in cdbfa35dd120 [2021-01-28T00:55:55.539Z] Removing intermediate container cdbfa35dd120 [2021-01-28T00:55:55.539Z] ---> 88ff4beb4b13 [2021-01-28T00:55:55.539Z] Step 21/22 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:55:55.825Z] ---> Running in e477058047b2 [2021-01-28T00:55:56.459Z] Removing intermediate container e477058047b2 [2021-01-28T00:55:56.459Z] ---> 8e8e3ee028bd [2021-01-28T00:55:56.459Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:55:56.737Z] ---> Running in 6b805fc197f8 [2021-01-28T00:55:57.360Z] Removing intermediate container 6b805fc197f8 [2021-01-28T00:55:57.360Z] ---> 5e96fe03b375 [2021-01-28T00:55:57.360Z] [2021-01-28T00:55:57.642Z] Successfully built 5e96fe03b375 [2021-01-28T00:55:57.642Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T00:56:08.278Z] Still waiting to schedule task [2021-01-28T00:56:08.278Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-28T00:56:10.122Z]  Building docker-support-scheduler-go ... done Removing intermediate container 245325a7aa42 [2021-01-28T00:56:10.122Z] ---> 6061a4aac2cf [2021-01-28T00:56:10.122Z] [2021-01-28T00:56:10.122Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:56:10.122Z] ---> afeebe901d6b [2021-01-28T00:56:10.122Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:56:10.122Z] ---> Using cache [2021-01-28T00:56:10.122Z] ---> b260b943c727 [2021-01-28T00:56:10.122Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:56:10.122Z] ---> Using cache [2021-01-28T00:56:10.122Z] ---> caddefec5e89 [2021-01-28T00:56:10.122Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:56:10.122Z] ---> Running in ee7b6c760f02 [2021-01-28T00:56:10.122Z] Removing intermediate container ee7b6c760f02 [2021-01-28T00:56:10.122Z] ---> 1e313aefe7ec [2021-01-28T00:56:10.122Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:56:10.122Z] ---> Running in b8c54688f819 [2021-01-28T00:56:10.122Z] Removing intermediate container b8c54688f819 [2021-01-28T00:56:10.122Z] ---> 04c460ff9cf8 [2021-01-28T00:56:10.122Z] Step 15/23 : WORKDIR / [2021-01-28T00:56:10.122Z] ---> Running in bb8abbc2bed9 [2021-01-28T00:56:10.713Z] Removing intermediate container bb8abbc2bed9 [2021-01-28T00:56:10.713Z] ---> 541660c610c9 [2021-01-28T00:56:10.713Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:56:11.307Z] ---> e4801c2a012c [2021-01-28T00:56:11.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:56:12.770Z] ---> b2b29db6c9d8 [2021-01-28T00:56:12.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:56:13.813Z] ---> 462a0de70e6d [2021-01-28T00:56:13.813Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:56:13.814Z] ---> Running in 5d7c0586cc2c [2021-01-28T00:56:14.409Z] Removing intermediate container 5d7c0586cc2c [2021-01-28T00:56:14.409Z] ---> 0d262f4dcbfc [2021-01-28T00:56:14.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:56:14.409Z] ---> Running in ae550c6c5b52 [2021-01-28T00:56:15.004Z] Removing intermediate container ae550c6c5b52 [2021-01-28T00:56:15.004Z] ---> 2752ab16ee98 [2021-01-28T00:56:15.004Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:56:15.004Z] ---> Running in 6214ba5e4059 [2021-01-28T00:56:15.600Z] Removing intermediate container 6214ba5e4059 [2021-01-28T00:56:15.600Z] ---> 6233156d301f [2021-01-28T00:56:15.600Z] Step 22/23 : LABEL git_sha=faac3970eef7333de4c7e0f9b965e447c478d533 [2021-01-28T00:56:15.600Z] ---> Running in 7ea36ee36702 [2021-01-28T00:56:16.200Z] Removing intermediate container 7ea36ee36702 [2021-01-28T00:56:16.200Z] ---> 77deb7a145a8 [2021-01-28T00:56:16.200Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:56:16.200Z] ---> Running in 667443b7bcfe [2021-01-28T00:56:16.793Z] Removing intermediate container 667443b7bcfe [2021-01-28T00:56:16.794Z] ---> 5e21fdf3a311 [2021-01-28T00:56:16.794Z] [2021-01-28T00:56:17.064Z] Successfully built 5e21fdf3a311 [2021-01-28T00:56:17.337Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T00:56:17.623Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-28T00:56:17.628Z] $ docker stop --time=1 25fe7138169346060d20fb86451da2a187d6e78064d6e3259a06f5c9db2cf04a [2021-01-28T00:56:19.590Z] $ docker rm -f 25fe7138169346060d20fb86451da2a187d6e78064d6e3259a06f5c9db2cf04a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:56:20.281Z] + + grep docker [2021-01-28T00:56:20.281Z] docker images [2021-01-28T00:56:20.554Z] docker-core-metadata-go-arm64 latest 5e21fdf3a311 4 seconds ago 17.7MB [2021-01-28T00:56:20.554Z] docker-support-scheduler-go-arm64 latest 5e96fe03b375 24 seconds ago 15.5MB [2021-01-28T00:56:20.554Z] docker-core-command-go-arm64 latest 0ab0debd636e 27 seconds ago 15.4MB [2021-01-28T00:56:20.554Z] docker-security-proxy-setup-go-arm64 latest d2ba15bc2ac5 50 seconds ago 23.2MB [2021-01-28T00:56:20.554Z] docker-sys-mgmt-agent-go-arm64 latest 59f37ade844d About a minute ago 300MB [2021-01-28T00:56:20.554Z] docker-security-bootstrapper-go-arm64 latest 3d2d5763bf38 About a minute ago 31.9MB [2021-01-28T00:56:20.554Z] docker-core-data-go-arm64 latest ccc350e6400c 2 minutes ago 21MB [2021-01-28T00:56:20.554Z] docker-security-secretstore-setup-go-arm64 latest 5d67c5bbd1db 2 minutes ago 23.4MB [2021-01-28T00:56:20.554Z] docker-support-notifications-go-arm64 latest b5cceaa19801 3 minutes ago 16MB [2021-01-28T00:56:20.554Z] 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] } [2021-01-28T00:58:28.147Z] Running on prd-ubuntu18.04-docker-8c-8g-23619 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-28T00:58:28.228Z] Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout [2021-01-28T00:58:30.407Z] using credential edgex-jenkins-ssh [2021-01-28T00:58:30.466Z] Cloning the remote Git repository [2021-01-28T00:58:30.489Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:58:30.554Z] > git init /w/workspace/edgex-go/50 # timeout=10 [2021-01-28T00:58:30.582Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:58:30.582Z] > git --version # timeout=10 [2021-01-28T00:58:30.588Z] > git --version # 'git version 2.17.1' [2021-01-28T00:58:30.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:58:30.615Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:58:51.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:58:51.777Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:58:51.785Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:58:51.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:58:51.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:58:51.800Z] > 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-28T00:58:52.478Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-28T00:58:52.755Z] Merge succeeded, producing f51c966787a97754e31e08311996ccdd5e9bdb05 [2021-01-28T00:58:52.756Z] Checking out Revision f51c966787a97754e31e08311996ccdd5e9bdb05 (PR-2858) [2021-01-28T00:58:52.485Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:58:52.493Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-28T00:58:52.566Z] > git remote # timeout=10 [2021-01-28T00:58:52.576Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:58:52.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:58:52.584Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:58:52.747Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:58:52.757Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:58:52.761Z] > git checkout -f f51c966787a97754e31e08311996ccdd5e9bdb05 # timeout=10 [2021-01-28T00:58:56.450Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:58:56.460Z] First time build. Skipping changelog. [2021-01-28T00:58:56.452Z] > git rev-list --no-walk 8822184552e4706fba4b46dbd9d91f99d7a1bd27 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:58:57.617Z] + echo snap-build.sh [2021-01-28T00:58:57.617Z] snap-build.sh [2021-01-28T00:58:57.617Z] + SNAP_BASE_DIR=. [2021-01-28T00:58:57.617Z] + '[' '!' -z /w/workspace/edgex-go/50 ']' [2021-01-28T00:58:57.617Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/50 [2021-01-28T00:58:57.617Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/50]' [2021-01-28T00:58:57.617Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/50] [2021-01-28T00:58:57.617Z] + cd /w/workspace/edgex-go/50 [2021-01-28T00:58:57.617Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T00:58:57.617Z] Reading package lists... [2021-01-28T00:58:57.617Z] Building dependency tree... [2021-01-28T00:58:57.617Z] Reading state information... [2021-01-28T00:58:57.879Z] The following packages were automatically installed and are no longer required: [2021-01-28T00:58:57.879Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T00:58:57.879Z] uidmap xdelta3 [2021-01-28T00:58:57.879Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T00:58:57.879Z] The following packages will be REMOVED: [2021-01-28T00:58:57.879Z] lxd* lxd-client* [2021-01-28T00:58:58.458Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T00:58:58.458Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T00:58:59.244Z] (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-28T00:58:59.244Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:59:00.189Z] Removing lxd dnsmasq configuration [2021-01-28T00:59:00.189Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:59:00.189Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T00:59:01.132Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T00:59:01.394Z] (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-28T00:59:01.394Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:59:02.355Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T00:59:02.617Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T00:59:04.005Z] + sudo snap remove --purge lxd [2021-01-28T00:59:04.005Z] snap "lxd" is not installed [2021-01-28T00:59:04.005Z] + sudo groupadd --force --system lxd [2021-01-28T00:59:04.005Z] ++ whoami [2021-01-28T00:59:04.005Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T00:59:04.005Z] + newgrp - lxd [2021-01-28T00:59:04.005Z] + sudo snap install lxd [2021-01-28T00:59:12.164Z] 2021-01-28T00:59:09Z INFO Waiting for automatic snapd restart... [2021-01-28T00:59:24.428Z] lxd 4.10 from Canonical* installed [2021-01-28T00:59:24.428Z] + sudo lxd init --auto [2021-01-28T00:59:32.615Z] + sudo snap install --classic snapcraft [2021-01-28T00:59:40.788Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:59:40.788Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T00:59:40.788Z] + patch --verbose -p1 [2021-01-28T00:59:40.788Z] Hmm... Looks like a unified diff to me... [2021-01-28T00:59:40.788Z] The text leading up to this was: [2021-01-28T00:59:40.788Z] -------------------------- [2021-01-28T00:59:40.788Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T00:59:40.788Z] |From: Tony Espy [2021-01-28T00:59:40.788Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T00:59:40.788Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T00:59:40.788Z] | [2021-01-28T00:59:40.788Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T00:59:40.788Z] |optimize the snap CI check run for pull requests. When [2021-01-28T00:59:40.788Z] |applied, it essentially strips out everything (apps and [2021-01-28T00:59:40.788Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T00:59:40.788Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T00:59:40.788Z] |catch changes to edgex-go that break the snap build. [2021-01-28T00:59:40.788Z] | [2021-01-28T00:59:40.788Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T00:59:40.788Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T00:59:40.788Z] |resulting in a failed snap build CI check in the associated [2021-01-28T00:59:40.788Z] |pull request. [2021-01-28T00:59:40.788Z] | [2021-01-28T00:59:40.788Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T00:59:40.788Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T00:59:40.788Z] |need to build the finally binary .snap file (and it won't [2021-01-28T00:59:40.788Z] |work with the patch applied). This further reduces the build [2021-01-28T00:59:40.788Z] |time. [2021-01-28T00:59:40.788Z] |--- [2021-01-28T00:59:40.788Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T00:59:40.788Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T00:59:40.788Z] | [2021-01-28T00:59:40.788Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T00:59:40.788Z] |index 1e537489..faf42425 100644 [2021-01-28T00:59:40.788Z] |--- a/snap/snapcraft.yaml [2021-01-28T00:59:40.788Z] |+++ b/snap/snapcraft.yaml [2021-01-28T00:59:40.788Z] -------------------------- [2021-01-28T00:59:40.788Z] patching file snap/snapcraft.yaml [2021-01-28T00:59:40.788Z] Using Plan A... [2021-01-28T00:59:40.788Z] Hunk #1 succeeded at 73. [2021-01-28T00:59:40.788Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T00:59:40.788Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T00:59:40.788Z] Hunk #4 FAILED at 223. [2021-01-28T00:59:40.788Z] Hunk #5 succeeded at 300. [2021-01-28T00:59:40.788Z] Hunk #6 succeeded at 327. [2021-01-28T00:59:40.788Z] Hunk #7 succeeded at 361. [2021-01-28T00:59:40.788Z] Hunk #8 FAILED at 412. [2021-01-28T00:59:40.788Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-28T00:59:40.788Z] Hmm... Ignoring the trailing garbage. [2021-01-28T00:59:40.788Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:59:41.710Z] Failed in branch amd64 [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-28T00:59:44.615Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:59:46.001Z] ---> package-listing.sh [2021-01-28T00:59:46.001Z] ++ facter osfamily [2021-01-28T00:59:46.001Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:59:46.289Z] + OS_FAMILY=redhat [2021-01-28T00:59:46.289Z] + workspace=/w/workspace/edgex-go/50 [2021-01-28T00:59:46.289Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:59:46.289Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:59:46.289Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:59:46.289Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:59:46.289Z] + '[' /w/workspace/edgex-go/50 ']' [2021-01-28T00:59:46.289Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:59:46.289Z] + case "${OS_FAMILY}" in [2021-01-28T00:59:46.289Z] + rpm -qa [2021-01-28T00:59:46.289Z] + sort [2021-01-28T00:59:52.998Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:59:52.998Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:59:52.998Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:59:52.998Z] + '[' /w/workspace/edgex-go/50 ']' [2021-01-28T00:59:52.998Z] + mkdir -p /w/workspace/edgex-go/50/archives/ [2021-01-28T00:59:52.998Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/50/archives/ [Pipeline] echo [2021-01-28T00:59:53.026Z] 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/50/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:59:53.387Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:54.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:59:54.274Z] [2021-01-28T00:59:54.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:55.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:59:55.181Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:59:55.181Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:59:55.181Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:59:55.181Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:59:55.181Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:59:55.181Z] 93b61091891f: Pulling fs layer [2021-01-28T00:59:55.181Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:59:55.181Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:59:55.181Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:59:55.181Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:59:55.181Z] 46f8f816bc3b: Waiting [2021-01-28T00:59:55.181Z] 93b61091891f: Waiting [2021-01-28T00:59:55.181Z] 93b9cdb0e59b: Waiting [2021-01-28T00:59:55.181Z] 5e14af77c1be: Waiting [2021-01-28T00:59:55.181Z] 01666e4c0597: Waiting [2021-01-28T00:59:55.181Z] aa168da1d23b: Waiting [2021-01-28T00:59:55.181Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T00:59:55.181Z] 36b3adc4ff6f: Download complete [2021-01-28T00:59:55.614Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T00:59:55.614Z] 46f8f816bc3b: Download complete [2021-01-28T00:59:55.614Z] df20fa9351a1: Verifying Checksum [2021-01-28T00:59:55.614Z] df20fa9351a1: Download complete [2021-01-28T00:59:55.614Z] 93b61091891f: Verifying Checksum [2021-01-28T00:59:55.614Z] 93b61091891f: Download complete [2021-01-28T00:59:55.614Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:59:55.614Z] 93b9cdb0e59b: Download complete [2021-01-28T00:59:55.614Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:59:55.614Z] 5e14af77c1be: Download complete [2021-01-28T00:59:55.614Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:59:55.614Z] 01666e4c0597: Download complete [2021-01-28T00:59:56.318Z] df20fa9351a1: Pull complete [2021-01-28T00:59:56.608Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:59:56.608Z] 8ad3a11d3b57: Download complete [2021-01-28T00:59:56.608Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:59:59.526Z] 8ad3a11d3b57: Pull complete [2021-01-28T01:00:01.955Z] 46f8f816bc3b: Pull complete [2021-01-28T01:00:05.115Z] 93b61091891f: Pull complete [2021-01-28T01:00:05.115Z] aa168da1d23b: Verifying Checksum [2021-01-28T01:00:05.115Z] aa168da1d23b: Download complete [2021-01-28T01:00:05.889Z] 93b9cdb0e59b: Pull complete [2021-01-28T01:00:06.240Z] 5e14af77c1be: Pull complete [2021-01-28T01:00:06.904Z] 01666e4c0597: Pull complete [2021-01-28T01:00:25.611Z] aa168da1d23b: Pull complete [2021-01-28T01:00:25.611Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T01:00:25.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:00:25.611Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T01:00:26.357Z] prd-centos7-docker-4c-2g-23574 does not seem to be running inside a container [2021-01-28T01:00:26.570Z] $ 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/50/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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T01:00:29.702Z] $ docker top b53645388b7d5f96c44695483553b3d36468967f453817a8066782dcab212322 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:00:30.926Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T01:00:31.637Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T01:00:32.345Z] + ls /var/log/sa-host [2021-01-28T01:00:32.346Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T01:00:32.346Z] file_magic: OK [2021-01-28T01:00:32.346Z] HZ: Using current value: 100 [2021-01-28T01:00:32.346Z] file_header: OK [2021-01-28T01:00:32.346Z] 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-28T01:00:32.346Z] Statistics: [2021-01-28T01:00:32.346Z] Hnuu...uuuununununu... [2021-01-28T01:00:32.346Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T01:00:32.346Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T01:00:32.346Z] file_magic: OK [2021-01-28T01:00:32.346Z] HZ: Using current value: 100 [2021-01-28T01:00:32.346Z] file_header: OK [2021-01-28T01:00:32.346Z] 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-28T01:00:32.346Z] Statistics: [2021-01-28T01:00:32.346Z] 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...Hnuu...uuuununununu... [2021-01-28T01:00:32.346Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T01:00:33.088Z] provisioning config files... [2021-01-28T01:00:33.142Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/50@tmp/config6412196246244439319tmp [Pipeline] { [Pipeline] echo [2021-01-28T01:00:33.223Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:00:33.867Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T01:00:33.881Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T01:00:33.975Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:00:34.644Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T01:00:34.662Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:00:35.311Z] ---> sudo-logs.sh [2021-01-28T01:00:35.311Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T01:00:35.330Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:00:36.001Z] ---> job-cost.sh [2021-01-28T01:00:36.001Z] lf-activate-venv: SKIPPING [2021-01-28T01:00:36.001Z] INFO: No Stack... [2021-01-28T01:00:36.978Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T01:00:37.573Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T01:00:37.590Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:00:38.288Z] ---> logs-deploy.sh [2021-01-28T01:00:38.288Z] lf-activate-venv: SKIPPING [2021-01-28T01:00:38.288Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/50 [2021-01-28T01:00:38.288Z] INFO: archiving workspace using pattern(s): [2021-01-28T01:00:40.957Z] Archives upload complete. [2021-01-28T01:00:41.238Z] INFO: archiving logs to Nexus