Pull request #2908 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe929cdc9076a4b61d9349ddb828743ec74444d3+b985b2abee46819742dbb8bb5fe7722252537d7a (6ed7cd15d451d278be529d7b975572779b267307) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14864’ is offline; ‘prd-centos7-docker-4c-2g-14867’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14869 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b985b2abee46819742dbb8bb5fe7722252537d7a into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 Merge succeeded, producing fe929cdc9076a4b61d9349ddb828743ec74444d3 Checking out Revision fe929cdc9076a4b61d9349ddb828743ec74444d3 (PR-2908) > git config core.sparsecheckout # timeout=10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # 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 b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T15:21:31.747Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T15:21:31.955Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-07T15:21:32.044Z] ========================================================= [2020-12-07T15:21:32.044Z] EdgeX Global Pipelines Version Info [2020-12-07T15:21:32.044Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3caa930788d08604a8385596f62c764067303287 # timeout=10 [2020-12-07T15:21:33.533Z] ------------------- [2020-12-07T15:21:33.533Z] stable info: [2020-12-07T15:21:33.533Z] ------------------- [2020-12-07T15:21:33.533Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T15:21:33.533Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-07T15:21:33.533Z] Message: update stable to v1.0.169 [2020-12-07T15:21:34.478Z] ------------------- [2020-12-07T15:21:34.478Z] experimental info: [2020-12-07T15:21:34.478Z] ------------------- [2020-12-07T15:21:34.478Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T15:21:34.478Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T15:21:34.478Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:21:34.714Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-07T15:21:34.797Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-07T15:21:34.887Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T15:21:34.974Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T15:21:35.109Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T15:21:35.203Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T15:21:35.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T15:21:35.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-07T15:21:35.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-07T15:21:35.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-07T15:21:35.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T15:21:35.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T15:21:35.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T15:21:35.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T15:21:36.000Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T15:21:37.093Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T15:21:37.185Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T15:21:37.268Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T15:21:37.366Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-07T15:21:37.514Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-07T15:21:37.604Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-07T15:21:37.694Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T15:21:37.775Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-07T15:21:37.856Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-07T15:21:37.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-07T15:21:38.050Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe929cdc9076a4b61d9349ddb828743ec74444d3 [Pipeline] echo [2020-12-07T15:21:38.138Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe929cd [Pipeline] echo [2020-12-07T15:21:38.224Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T15:21:38.402Z] provisioning config files... [2020-12-07T15:21:38.432Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config7246101115485847792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:21:38.781Z] ---> docker-login.sh [2020-12-07T15:21:38.781Z] nexus3.edgexfoundry.org:10001 [2020-12-07T15:21:39.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:21:39.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:21:39.311Z] Configure a credential helper to remove this warning. See [2020-12-07T15:21:39.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:21:39.311Z] [2020-12-07T15:21:39.311Z] Login Succeeded [2020-12-07T15:21:39.311Z] nexus3.edgexfoundry.org:10002 [2020-12-07T15:21:39.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:21:39.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:21:39.885Z] Configure a credential helper to remove this warning. See [2020-12-07T15:21:39.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:21:39.885Z] [2020-12-07T15:21:39.885Z] Login Succeeded [2020-12-07T15:21:39.885Z] nexus3.edgexfoundry.org:10003 [2020-12-07T15:21:39.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:21:39.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:21:39.885Z] Configure a credential helper to remove this warning. See [2020-12-07T15:21:39.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:21:39.885Z] [2020-12-07T15:21:39.885Z] Login Succeeded [2020-12-07T15:21:39.885Z] nexus3.edgexfoundry.org:10004 [2020-12-07T15:21:39.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:21:40.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:21:40.148Z] Configure a credential helper to remove this warning. See [2020-12-07T15:21:40.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:21:40.148Z] [2020-12-07T15:21:40.148Z] Login Succeeded [2020-12-07T15:21:40.148Z] docker.io [2020-12-07T15:21:40.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:21:40.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:21:40.410Z] Configure a credential helper to remove this warning. See [2020-12-07T15:21:40.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:21:40.410Z] [2020-12-07T15:21:40.410Z] Login Succeeded [2020-12-07T15:21:40.410Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T15:21:40.419Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:21:40.902Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/core-command/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/core-data/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-07T15:21:40.902Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:21:40.902Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-07T15:21:40.902Z] ++ cut -d/ -f2 [2020-12-07T15:21:40.902Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T15:21:40.974Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-07T15:21:41.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:21:41.813Z] [2020-12-07T15:21:41.813Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:21:42.151Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:21:42.151Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T15:21:42.151Z] 31603596830f: Pulling fs layer [2020-12-07T15:21:42.151Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T15:21:42.151Z] 6ca5941a6612: Pulling fs layer [2020-12-07T15:21:42.151Z] ecc8261a40a4: Pulling fs layer [2020-12-07T15:21:42.151Z] ecc8261a40a4: Waiting [2020-12-07T15:21:42.151Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T15:21:42.151Z] 2a8b12db71e7: Download complete [2020-12-07T15:21:42.413Z] 31603596830f: Verifying Checksum [2020-12-07T15:21:42.413Z] 31603596830f: Download complete [2020-12-07T15:21:42.413Z] ecc8261a40a4: Verifying Checksum [2020-12-07T15:21:42.413Z] ecc8261a40a4: Download complete [2020-12-07T15:21:42.413Z] 6ca5941a6612: Verifying Checksum [2020-12-07T15:21:42.413Z] 6ca5941a6612: Download complete [2020-12-07T15:21:42.674Z] 31603596830f: Pull complete [2020-12-07T15:21:42.674Z] 2a8b12db71e7: Pull complete [2020-12-07T15:21:43.624Z] 6ca5941a6612: Pull complete [2020-12-07T15:21:43.887Z] ecc8261a40a4: Pull complete [2020-12-07T15:21:43.887Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T15:21:43.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:21:43.887Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T15:21:44.031Z] prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container [2020-12-07T15:21:44.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-07T15:21:46.773Z] $ docker top 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T15:21:47.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:21:47.144Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:21:47.350Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:21:47.357Z] $ docker exec 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent [2020-12-07T15:21:47.536Z] SSH_AUTH_SOCK=/tmp/ssh-jxFZ6aG2uv2N/agent.12 [2020-12-07T15:21:47.536Z] SSH_AGENT_PID=18 [2020-12-07T15:21:47.551Z] Running ssh-add (command line suppressed) [2020-12-07T15:21:47.695Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_6340105347287678348.key (/w/workspace/edgex-go/10@tmp/private_key_6340105347287678348.key) [2020-12-07T15:21:47.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:21:48.093Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T15:21:48.124Z] $ docker exec --env ******** --env ******** 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent -k [2020-12-07T15:21:48.240Z] unset SSH_AUTH_SOCK; [2020-12-07T15:21:48.241Z] unset SSH_AGENT_PID; [2020-12-07T15:21:48.241Z] echo Agent pid 18 killed; [2020-12-07T15:21:48.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T15:21:48.423Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:21:48.423Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:21:48.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:21:48.589Z] $ docker exec 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent [2020-12-07T15:21:48.748Z] SSH_AUTH_SOCK=/tmp/ssh-QCSmEVg7s7En/agent.47 [2020-12-07T15:21:48.748Z] SSH_AGENT_PID=52 [2020-12-07T15:21:48.755Z] Running ssh-add (command line suppressed) [2020-12-07T15:21:48.872Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_2364801908941057212.key (/w/workspace/edgex-go/10@tmp/private_key_2364801908941057212.key) [2020-12-07T15:21:48.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:21:49.255Z] + git semver init [2020-12-07T15:21:49.255Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T15:21:49.255Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2020-12-07T15:21:49.255Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2020-12-07T15:21:49.255Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T15:21:49.255Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T15:21:49.255Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T15:21:49.255Z] # $SEMVER_BRANCH = PR-2908 [2020-12-07T15:21:49.255Z] # $SEMVER_TEMP = /tmp/semver-793755764 [2020-12-07T15:21:49.255Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-07T15:22:07.536Z] # '/tmp/semver-793755764' -> '/w/workspace/edgex-go/10/.semver' [2020-12-07T15:22:07.536Z] # -> Force: false [2020-12-07T15:22:07.536Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2020-12-07T15:22:07.552Z] $ docker exec --env ******** --env ******** 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent -k [2020-12-07T15:22:07.736Z] unset SSH_AUTH_SOCK; [2020-12-07T15:22:07.736Z] unset SSH_AGENT_PID; [2020-12-07T15:22:07.736Z] echo Agent pid 52 killed; [2020-12-07T15:22:07.789Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:22:08.335Z] + git semver [Pipeline] } [2020-12-07T15:22:08.355Z] $ docker stop --time=1 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 [2020-12-07T15:22:09.892Z] $ docker rm -f 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T15:22:10.490Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T15:22:10.969Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T15:22:10.972Z] [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 [2020-12-07T15:22:11.932Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:22:12.236Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:22:12.533Z] + sudo service docker restart [2020-12-07T15:22:12.533Z] + true [2020-12-07T15:22:12.533Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-07T15:22:13.124Z] ========================================================= [2020-12-07T15:22:13.124Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T15:22:13.124Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:22:13.476Z] + 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 . [2020-12-07T15:22:16.812Z] Sending build context to Docker daemon 326.2MB [2020-12-07T15:22:16.812Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T15:22:16.812Z] Step 2/7 : FROM ${BASE} [2020-12-07T15:22:16.812Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T15:22:16.812Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T15:22:16.812Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T15:22:16.812Z] de9db76c5a1d: Pulling fs layer [2020-12-07T15:22:16.812Z] bca2f99d35d6: Pulling fs layer [2020-12-07T15:22:16.812Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T15:22:16.812Z] 7c6f9722023f: Pulling fs layer [2020-12-07T15:22:16.812Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T15:22:16.812Z] bca2f99d35d6: Waiting [2020-12-07T15:22:16.812Z] 93359f2a8cfa: Waiting [2020-12-07T15:22:16.812Z] 7c6f9722023f: Waiting [2020-12-07T15:22:16.812Z] a35cf1a2eb13: Waiting [2020-12-07T15:22:17.076Z] de9db76c5a1d: Verifying Checksum [2020-12-07T15:22:17.076Z] de9db76c5a1d: Download complete [2020-12-07T15:22:17.076Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T15:22:17.076Z] 0ef7d3d256c8: Download complete [2020-12-07T15:22:17.076Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T15:22:17.076Z] 93359f2a8cfa: Download complete [2020-12-07T15:22:17.076Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T15:22:17.076Z] 7c6f9722023f: Verifying Checksum [2020-12-07T15:22:17.076Z] 7c6f9722023f: Download complete [2020-12-07T15:22:17.366Z] 188c0c94c7c5: Pull complete [2020-12-07T15:22:17.638Z] 0ef7d3d256c8: Pull complete [2020-12-07T15:22:17.903Z] de9db76c5a1d: Pull complete [2020-12-07T15:22:18.858Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T15:22:18.858Z] a35cf1a2eb13: Download complete [2020-12-07T15:22:19.438Z] bca2f99d35d6: Verifying Checksum [2020-12-07T15:22:19.438Z] bca2f99d35d6: Download complete [2020-12-07T15:22:26.085Z] bca2f99d35d6: Pull complete [2020-12-07T15:22:26.085Z] 93359f2a8cfa: Pull complete [2020-12-07T15:22:26.085Z] 7c6f9722023f: Pull complete [2020-12-07T15:22:26.436Z] Still waiting to schedule task [2020-12-07T15:22:26.436Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-07T15:22:30.308Z] a35cf1a2eb13: Pull complete [2020-12-07T15:22:30.308Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T15:22:30.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T15:22:30.308Z] ---> a62c8e92a672 [2020-12-07T15:22:30.308Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-07T15:22:30.308Z] ---> Running in 7b77cc201c40 [2020-12-07T15:22:30.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:22:32.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:22:34.207Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T15:22:34.783Z] (2/12) Installing file (5.38-r0) [2020-12-07T15:22:35.043Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T15:22:35.043Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T15:22:57.037Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T15:22:57.037Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T15:22:57.037Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T15:22:57.037Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T15:22:57.037Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T15:22:57.037Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T15:22:57.300Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T15:22:57.300Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T15:22:57.300Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:22:57.300Z] OK: 233 MiB in 51 packages [2020-12-07T15:23:00.627Z] Removing intermediate container 7b77cc201c40 [2020-12-07T15:23:00.627Z] ---> b0016d9cae1e [2020-12-07T15:23:00.627Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T15:23:00.627Z] ---> Running in 3f965969d4aa [2020-12-07T15:23:00.627Z] Removing intermediate container 3f965969d4aa [2020-12-07T15:23:00.627Z] ---> 6c3670c617e8 [2020-12-07T15:23:00.627Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T15:23:01.573Z] latest: Pulling from library/docker [2020-12-07T15:23:01.841Z] 188c0c94c7c5: Already exists [2020-12-07T15:23:01.841Z] 0c7c675703d6: Pulling fs layer [2020-12-07T15:23:01.841Z] cc8c12a437cb: Pulling fs layer [2020-12-07T15:23:01.841Z] f092543453df: Pulling fs layer [2020-12-07T15:23:01.841Z] 65b6bc45957d: Pulling fs layer [2020-12-07T15:23:01.841Z] 4de832df471b: Pulling fs layer [2020-12-07T15:23:01.841Z] 79aa7fa92271: Pulling fs layer [2020-12-07T15:23:01.841Z] 4de832df471b: Waiting [2020-12-07T15:23:01.841Z] 79aa7fa92271: Waiting [2020-12-07T15:23:01.841Z] 65b6bc45957d: Waiting [2020-12-07T15:23:01.841Z] cc8c12a437cb: Verifying Checksum [2020-12-07T15:23:01.841Z] cc8c12a437cb: Download complete [2020-12-07T15:23:02.102Z] 0c7c675703d6: Download complete [2020-12-07T15:23:02.102Z] 4de832df471b: Verifying Checksum [2020-12-07T15:23:02.102Z] 4de832df471b: Download complete [2020-12-07T15:23:02.102Z] 65b6bc45957d: Verifying Checksum [2020-12-07T15:23:02.102Z] 65b6bc45957d: Download complete [2020-12-07T15:23:02.102Z] 79aa7fa92271: Verifying Checksum [2020-12-07T15:23:02.102Z] 79aa7fa92271: Download complete [2020-12-07T15:23:02.365Z] 0c7c675703d6: Pull complete [2020-12-07T15:23:02.365Z] cc8c12a437cb: Pull complete [2020-12-07T15:23:03.340Z] f092543453df: Verifying Checksum [2020-12-07T15:23:03.340Z] f092543453df: Download complete [2020-12-07T15:23:05.931Z] f092543453df: Pull complete [2020-12-07T15:23:05.931Z] 65b6bc45957d: Pull complete [2020-12-07T15:23:05.931Z] 4de832df471b: Pull complete [2020-12-07T15:23:05.931Z] 79aa7fa92271: Pull complete [2020-12-07T15:23:05.931Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T15:23:05.931Z] Status: Downloaded newer image for docker:latest [2020-12-07T15:23:07.328Z] ---> 2a3140e3123a [2020-12-07T15:23:07.329Z] Step 6/7 : COPY go.mod . [2020-12-07T15:23:07.602Z] ---> 54f611fd25bf [2020-12-07T15:23:07.602Z] Step 7/7 : RUN go mod download [2020-12-07T15:23:07.602Z] ---> Running in 03464f998577 [2020-12-07T15:23:29.615Z] Removing intermediate container 03464f998577 [2020-12-07T15:23:29.615Z] ---> 697f25f649af [2020-12-07T15:23:29.615Z] Successfully built 697f25f649af [2020-12-07T15:23:29.615Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:23:29.931Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T15:23:29.931Z] . [Pipeline] withDockerContainer [2020-12-07T15:23:30.032Z] prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container [2020-12-07T15:23:30.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2020-12-07T15:23:30.917Z] $ docker top d198ee7bf2ec111b2d38ec1f91c649a27bc189305e96aea0a6f7c50ce201ab73 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:23:31.432Z] + go version [2020-12-07T15:23:31.432Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T15:23:31.449Z] $ docker stop --time=1 d198ee7bf2ec111b2d38ec1f91c649a27bc189305e96aea0a6f7c50ce201ab73 [2020-12-07T15:23:32.868Z] $ docker rm -f d198ee7bf2ec111b2d38ec1f91c649a27bc189305e96aea0a6f7c50ce201ab73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:23:33.797Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T15:23:33.798Z] . [Pipeline] withDockerContainer [2020-12-07T15:23:33.907Z] prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container [2020-12-07T15:23:33.954Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2020-12-07T15:23:34.776Z] $ docker top d962c41ed11dd2fb8bce0098d928949821eace48c9b584ec12e8ef17e8294754 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T15:23:34.999Z] ========================================================= [2020-12-07T15:23:34.999Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-07T15:23:34.999Z] ========================================================= [Pipeline] sh [2020-12-07T15:23:35.294Z] + make test [2020-12-07T15:23:35.294Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-07T15:23:43.518Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-07T15:24:02.966Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-07T15:24:03.555Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-07T15:24:04.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-07T15:24:04.974Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-07T15:24:04.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-07T15:24:04.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-07T15:24:04.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-07T15:24:07.879Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.055s [2020-12-07T15:24:07.879Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-07T15:24:07.879Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-07T15:24:08.465Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-07T15:24:08.465Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-07T15:24:08.465Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-07T15:24:08.465Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-07T15:24:11.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2020-12-07T15:24:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-07T15:24:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-07T15:24:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-07T15:24:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-07T15:24:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-07T15:24:16.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-07T15:24:16.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-07T15:24:16.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-07T15:24:16.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.072s coverage: 67.7% of statements [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-07T15:24:16.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.3% of statements [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-07T15:24:16.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-07T15:24:17.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-07T15:24:17.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-07T15:24:17.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-07T15:24:17.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2020-12-07T15:24:17.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-07T15:24:18.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2020-12-07T15:24:18.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-07T15:24:18.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2020-12-07T15:24:18.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-07T15:24:18.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-07T15:24:18.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-07T15:24:18.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-07T15:24:20.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.284s coverage: 94.7% of statements [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-07T15:24:20.718Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-07T15:24:20.718Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-07T15:24:20.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.076s coverage: 100.0% of statements [2020-12-07T15:24:20.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-07T15:24:20.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2020-12-07T15:24:20.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2020-12-07T15:24:20.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2020-12-07T15:24:20.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2020-12-07T15:24:20.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.038s coverage: 100.0% of statements [2020-12-07T15:24:20.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-07T15:24:21.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 63.5% of statements [2020-12-07T15:24:21.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-07T15:24:21.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-07T15:24:21.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2020-12-07T15:24:21.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2020-12-07T15:24:21.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2020-12-07T15:24:22.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2020-12-07T15:24:22.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2020-12-07T15:24:23.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 55.9% of statements [2020-12-07T15:24:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-07T15:24:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-07T15:24:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-07T15:24:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-07T15:24:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-07T15:24:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.872s coverage: 86.3% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.150s coverage: 72.2% of statements [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.426s coverage: 72.1% of statements [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.048s coverage: 82.4% of statements [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.057s coverage: 48.4% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 37.2% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.614s coverage: 29.1% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-07T15:24:32.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements [2020-12-07T15:24:32.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-07T15:24:32.483Z] GO111MODULE=on go vet ./... [2020-12-07T15:24:59.234Z] gofmt -l . [2020-12-07T15:24:59.234Z] [ "`gofmt -l .`" = "" ] [2020-12-07T15:24:59.234Z] ./bin/test-go-mod-tidy.sh [2020-12-07T15:24:59.234Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-07T15:24:59.808Z] + ls -al . [2020-12-07T15:24:59.808Z] total 652 [2020-12-07T15:24:59.808Z] drwxrwxr-x 10 1001 1001 4096 Dec 7 15:24 . [2020-12-07T15:24:59.808Z] drwxr-xr-x 4 root root 30 Dec 7 15:23 .. [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 15:21 .dockerignore [2020-12-07T15:24:59.808Z] drwxrwxr-x 8 1001 1001 179 Dec 7 15:21 .git [2020-12-07T15:24:59.808Z] drwxrwxr-x 3 1001 1001 125 Dec 7 15:21 .github [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 15:21 .gitignore [2020-12-07T15:24:59.808Z] drwx------ 3 1001 1001 47 Dec 7 15:22 .semver [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 166 Dec 7 15:21 .sonarcloud.properties [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 3804 Dec 7 15:21 CONTRIBUTING.md [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 1035 Dec 7 15:21 Dockerfile.build [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 863 Dec 7 15:21 Jenkinsfile [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 10775 Dec 7 15:21 LICENSE [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 6318 Dec 7 15:21 Makefile [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 6447 Dec 7 15:21 README.md [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 259 Dec 7 15:21 SECURITY.md [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 5 Dec 7 15:22 VERSION [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 4131 Dec 7 15:21 ZMQWindows.md [2020-12-07T15:24:59.808Z] drwxrwxr-x 2 1001 1001 117 Dec 7 15:21 bin [2020-12-07T15:24:59.808Z] drwxrwxr-x 15 1001 1001 4096 Dec 7 15:21 cmd [2020-12-07T15:24:59.808Z] -rw-r--r-- 1 root root 557293 Dec 7 15:24 coverage.out [2020-12-07T15:24:59.808Z] -rw-r--r-- 1 root root 1041 Dec 7 15:24 go.mod [2020-12-07T15:24:59.808Z] -rw-r--r-- 1 root root 18746 Dec 7 15:24 go.sum [2020-12-07T15:24:59.808Z] drwxrwxr-x 8 1001 1001 127 Dec 7 15:21 internal [2020-12-07T15:24:59.808Z] drwxrwxr-x 4 1001 1001 26 Dec 7 15:21 openapi [2020-12-07T15:24:59.808Z] drwxrwxr-x 4 1001 1001 71 Dec 7 15:21 snap [2020-12-07T15:24:59.808Z] -rw-rw-r-- 1 1001 1001 168 Dec 7 15:21 version.go [Pipeline] sh [2020-12-07T15:25:00.119Z] + '[' -e coverage.out ] [2020-12-07T15:25:00.119Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-07T15:25:00.306Z] Stashed 1 file(s) [Pipeline] sh [2020-12-07T15:25:00.605Z] + make build [2020-12-07T15:25:00.605Z] 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 [2020-12-07T15:25:04.827Z] 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 [2020-12-07T15:25:13.076Z] 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 [2020-12-07T15:25:14.477Z] 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 [2020-12-07T15:25:15.868Z] 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 [2020-12-07T15:25:16.448Z] 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 [2020-12-07T15:25:18.378Z] 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 [2020-12-07T15:25:18.732Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14872 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-07T15:25:18.793Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2020-12-07T15:25:19.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T15:25:20.286Z] 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 [2020-12-07T15:25:21.674Z] 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 [2020-12-07T15:25:22.632Z] 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 [2020-12-07T15:25:24.017Z] 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 [2020-12-07T15:25:24.140Z] using credential edgex-jenkins-ssh [2020-12-07T15:25:24.198Z] Cloning the remote Git repository [2020-12-07T15:25:24.964Z] 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 [2020-12-07T15:25:24.250Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:25:24.362Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2020-12-07T15:25:24.438Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:25:24.439Z] > git --version # timeout=10 [2020-12-07T15:25:24.456Z] > git --version # 'git version 2.17.1' [2020-12-07T15:25:24.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:25:24.538Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2020-12-07T15:25:25.928Z] $ docker stop --time=1 d962c41ed11dd2fb8bce0098d928949821eace48c9b584ec12e8ef17e8294754 [2020-12-07T15:25:27.601Z] $ docker rm -f d962c41ed11dd2fb8bce0098d928949821eace48c9b584ec12e8ef17e8294754 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:25:29.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:25:29.773Z] [2020-12-07T15:25:29.773Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:25:30.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:25:30.128Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-07T15:25:30.128Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-07T15:25:30.128Z] ca9280d653b3: Pulling fs layer [2020-12-07T15:25:30.128Z] 7e9c9ca2126c: Pulling fs layer [2020-12-07T15:25:30.391Z] cbdbe7a5bc2a: Download complete [2020-12-07T15:25:30.654Z] cbdbe7a5bc2a: Pull complete [2020-12-07T15:25:30.917Z] ca9280d653b3: Verifying Checksum [2020-12-07T15:25:30.917Z] ca9280d653b3: Download complete [2020-12-07T15:25:31.866Z] 7e9c9ca2126c: Verifying Checksum [2020-12-07T15:25:31.866Z] 7e9c9ca2126c: Download complete [2020-12-07T15:25:31.866Z] ca9280d653b3: Pull complete [2020-12-07T15:25:38.478Z] 7e9c9ca2126c: Pull complete [2020-12-07T15:25:38.478Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-07T15:25:38.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:25:38.478Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-07T15:25:38.641Z] prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container [2020-12-07T15:25:38.692Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-07T15:25:40.760Z] $ docker top 6dd984ecd9dee7a35c0514300a55d3734b6ba5fc84a47d69901e432a6625817c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:25:41.321Z] + docker-compose build --help [2020-12-07T15:25:41.322Z] + grep parallel [2020-12-07T15:25:42.268Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T15:25:42.283Z] $ docker stop --time=1 6dd984ecd9dee7a35c0514300a55d3734b6ba5fc84a47d69901e432a6625817c [2020-12-07T15:25:43.071Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T15:25:43.086Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T15:25:43.120Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T15:25:43.209Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:25:43.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:25:43.231Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T15:25:43.623Z] $ docker rm -f 6dd984ecd9dee7a35c0514300a55d3734b6ba5fc84a47d69901e432a6625817c [Pipeline] // withDockerContainer [2020-12-07T15:25:43.878Z] Merging remotes/origin/master commit b985b2abee46819742dbb8bb5fe7722252537d7a into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:25:44.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T15:25:44.281Z] . [Pipeline] withDockerContainer [2020-12-07T15:25:44.309Z] Merge succeeded, producing fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:25:44.310Z] Checking out Revision fe929cdc9076a4b61d9349ddb828743ec74444d3 (PR-2908) [2020-12-07T15:25:44.407Z] prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container [2020-12-07T15:25:44.459Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10003/edgex-devops/edgex-compose:latest cat [2020-12-07T15:25:45.079Z] $ docker top ed68bc25769029b3a9f9370a0ef0cc07bd90a39833803cb3ab548f0c04e96a97 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:25:43.898Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T15:25:43.921Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-07T15:25:44.222Z] > git remote # timeout=10 [2020-12-07T15:25:44.237Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T15:25:44.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:25:44.271Z] > git merge b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 [2020-12-07T15:25:44.297Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T15:25:44.317Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T15:25:44.330Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-07T15:25:45.599Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T15:25:46.683Z] Building docker-core-command-go ... [2020-12-07T15:25:46.683Z] Building docker-core-data-go ... [2020-12-07T15:25:46.683Z] Building docker-core-metadata-go ... [2020-12-07T15:25:46.683Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T15:25:46.683Z] Building docker-security-proxy-setup-go ... [2020-12-07T15:25:46.683Z] Building docker-security-secrets-setup-go ... [2020-12-07T15:25:46.683Z] Building docker-security-secretstore-setup-go ... [2020-12-07T15:25:46.683Z] Building docker-support-notifications-go ... [2020-12-07T15:25:46.683Z] Building docker-support-scheduler-go ... [2020-12-07T15:25:46.683Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T15:25:46.683Z] Building docker-core-command-go [2020-12-07T15:25:46.683Z] Building docker-sys-mgmt-agent-go [2020-12-07T15:25:46.683Z] Building docker-support-notifications-go [2020-12-07T15:25:46.683Z] Building docker-security-secretstore-setup-go [2020-12-07T15:25:46.683Z] Building docker-support-scheduler-go [2020-12-07T15:25:48.690Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T15:25:50.294Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:25:50.714Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:25:51.065Z] + sudo service docker restart [2020-12-07T15:25:51.065Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T15:25:53.770Z] provisioning config files... [2020-12-07T15:25:53.808Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config1415110633562538287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:25:54.216Z] ---> docker-login.sh [2020-12-07T15:25:54.216Z] nexus3.edgexfoundry.org:10001 [2020-12-07T15:25:55.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:25:55.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:25:55.470Z] Configure a credential helper to remove this warning. See [2020-12-07T15:25:55.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:25:55.470Z] [2020-12-07T15:25:55.470Z] Login Succeeded [2020-12-07T15:25:55.470Z] nexus3.edgexfoundry.org:10002 [2020-12-07T15:25:55.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:25:56.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:25:56.027Z] Configure a credential helper to remove this warning. See [2020-12-07T15:25:56.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:25:56.027Z] [2020-12-07T15:25:56.027Z] Login Succeeded [2020-12-07T15:25:56.027Z] nexus3.edgexfoundry.org:10003 [2020-12-07T15:25:56.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:25:56.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:25:56.577Z] Configure a credential helper to remove this warning. See [2020-12-07T15:25:56.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:25:56.577Z] [2020-12-07T15:25:56.577Z] Login Succeeded [2020-12-07T15:25:56.577Z] nexus3.edgexfoundry.org:10004 [2020-12-07T15:25:56.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:25:57.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:25:57.142Z] Configure a credential helper to remove this warning. See [2020-12-07T15:25:57.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:25:57.142Z] [2020-12-07T15:25:57.142Z] Login Succeeded [2020-12-07T15:25:57.142Z] docker.io [2020-12-07T15:25:57.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:25:57.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:25:57.688Z] Configure a credential helper to remove this warning. See [2020-12-07T15:25:57.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:25:57.688Z] [2020-12-07T15:25:57.688Z] Login Succeeded [2020-12-07T15:25:57.688Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T15:25:57.705Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-07T15:25:58.167Z] ========================================================= [2020-12-07T15:25:58.168Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T15:25:58.168Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:25:58.556Z] + 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 . [2020-12-07T15:26:01.242Z] Sending build context to Docker daemon 165.5MB [2020-12-07T15:26:01.242Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T15:26:01.242Z] Step 2/7 : FROM ${BASE} [2020-12-07T15:26:01.242Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T15:26:01.242Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T15:26:01.242Z] a4357932f1b6: Pulling fs layer [2020-12-07T15:26:01.242Z] 18c013af1878: Pulling fs layer [2020-12-07T15:26:01.242Z] 00ac8860ef70: Pulling fs layer [2020-12-07T15:26:01.242Z] 63d7cb157983: Pulling fs layer [2020-12-07T15:26:01.242Z] b116817d02f9: Pulling fs layer [2020-12-07T15:26:01.242Z] 745a02a5169b: Pulling fs layer [2020-12-07T15:26:01.242Z] 00ac8860ef70: Waiting [2020-12-07T15:26:01.242Z] 63d7cb157983: Waiting [2020-12-07T15:26:01.242Z] b116817d02f9: Waiting [2020-12-07T15:26:01.242Z] 745a02a5169b: Waiting [2020-12-07T15:26:01.242Z] 18c013af1878: Download complete [2020-12-07T15:26:01.242Z] a4357932f1b6: Verifying Checksum [2020-12-07T15:26:01.242Z] a4357932f1b6: Download complete [2020-12-07T15:26:01.242Z] 63d7cb157983: Verifying Checksum [2020-12-07T15:26:01.242Z] 63d7cb157983: Download complete [2020-12-07T15:26:01.242Z] 5f621e34cdf4: Verifying Checksum [2020-12-07T15:26:01.242Z] 5f621e34cdf4: Download complete [2020-12-07T15:26:01.242Z] b116817d02f9: Download complete [2020-12-07T15:26:01.847Z] 5f621e34cdf4: Pull complete [2020-12-07T15:26:02.457Z] a4357932f1b6: Pull complete [2020-12-07T15:26:02.732Z] 18c013af1878: Pull complete [2020-12-07T15:26:03.733Z] 745a02a5169b: Verifying Checksum [2020-12-07T15:26:03.733Z] 745a02a5169b: Download complete [2020-12-07T15:26:04.716Z] 00ac8860ef70: Verifying Checksum [2020-12-07T15:26:04.716Z] 00ac8860ef70: Download complete [2020-12-07T15:26:14.874Z] 00ac8860ef70: Pull complete [2020-12-07T15:26:15.479Z] 63d7cb157983: Pull complete [2020-12-07T15:26:15.759Z] b116817d02f9: Pull complete [2020-12-07T15:26:19.012Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:19.012Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:19.012Z] ---> 697f25f649af [2020-12-07T15:26:19.012Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T15:26:19.012Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:19.012Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:19.012Z] ---> 697f25f649af [2020-12-07T15:26:19.012Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:26:19.012Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:19.012Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:19.012Z] ---> 697f25f649af [2020-12-07T15:26:19.012Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T15:26:19.012Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:19.012Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:19.012Z] ---> 697f25f649af [2020-12-07T15:26:19.012Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:26:19.012Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:26:19.012Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:26:19.012Z] ---> 697f25f649af [2020-12-07T15:26:19.012Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T15:26:19.012Z] ---> Running in 3e4215b006fc [2020-12-07T15:26:19.012Z] ---> Running in d601c21ce9ad [2020-12-07T15:26:19.012Z] ---> Running in a804006adeb0 [2020-12-07T15:26:19.012Z] ---> Running in b0c9d9fd772e [2020-12-07T15:26:19.012Z] ---> Running in 9cdc609b0b94 [2020-12-07T15:26:19.012Z] Removing intermediate container b0c9d9fd772e [2020-12-07T15:26:19.012Z] ---> 5eb85da4ac9c [2020-12-07T15:26:19.012Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:19.012Z] Removing intermediate container d601c21ce9ad [2020-12-07T15:26:19.012Z] ---> 46685b137541 [2020-12-07T15:26:19.012Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:19.012Z] Removing intermediate container a804006adeb0 [2020-12-07T15:26:19.013Z] ---> 8d03b7930811 [2020-12-07T15:26:19.013Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:19.013Z] Removing intermediate container 3e4215b006fc [2020-12-07T15:26:19.013Z] ---> 2feba7671809 [2020-12-07T15:26:19.013Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:19.013Z] Removing intermediate container 9cdc609b0b94 [2020-12-07T15:26:19.013Z] ---> 8479e3416572 [2020-12-07T15:26:19.013Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:26:19.013Z] ---> Running in e55b32e67774 [2020-12-07T15:26:19.013Z] ---> Running in 899134c84646 [2020-12-07T15:26:19.013Z] ---> Running in 06da29315e0f [2020-12-07T15:26:19.013Z] ---> Running in 96bbfdff081c [2020-12-07T15:26:19.013Z] ---> Running in 425ada13b02b [2020-12-07T15:26:19.279Z] Removing intermediate container 06da29315e0f [2020-12-07T15:26:19.279Z] ---> 08176abdaea8 [2020-12-07T15:26:19.279Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:26:19.279Z] ---> Running in 700804b6566b [2020-12-07T15:26:19.567Z] Removing intermediate container e55b32e67774 [2020-12-07T15:26:19.567Z] ---> 8c10d65c8677 [2020-12-07T15:26:19.567Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T15:26:19.567Z] Removing intermediate container 899134c84646 [2020-12-07T15:26:19.567Z] ---> 522175e6fafa [2020-12-07T15:26:19.567Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T15:26:19.839Z] ---> Running in f4426a133fd6 [2020-12-07T15:26:19.839Z] ---> Running in 3d0bdd6fd636 [2020-12-07T15:26:19.839Z] Removing intermediate container 96bbfdff081c [2020-12-07T15:26:19.839Z] ---> 6f9e49af1b3c [2020-12-07T15:26:19.839Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T15:26:19.839Z] Removing intermediate container 425ada13b02b [2020-12-07T15:26:19.839Z] ---> 6207dd605270 [2020-12-07T15:26:19.839Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:26:20.105Z] 745a02a5169b: Pull complete [2020-12-07T15:26:20.105Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T15:26:20.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T15:26:20.105Z] ---> b7e6874047d6 [2020-12-07T15:26:20.105Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-07T15:26:20.109Z] ---> Running in 0ac86f0121d1 [2020-12-07T15:26:20.109Z] ---> Running in 317375a9a996 [2020-12-07T15:26:20.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:20.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:20.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:21.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:21.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:21.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:22.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:22.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:22.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:22.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:26:23.519Z] ---> Running in 467c4ce75b7d [2020-12-07T15:26:24.925Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:24.925Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:24.925Z] OK: 12745 distinct packages available [2020-12-07T15:26:24.925Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:24.925Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:24.925Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:24.925Z] OK: 12745 distinct packages available [2020-12-07T15:26:24.925Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:24.925Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:24.925Z] OK: 12745 distinct packages available [2020-12-07T15:26:25.196Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:25.196Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:25.457Z] Removing intermediate container 0ac86f0121d1 [2020-12-07T15:26:25.457Z] ---> b3edd3607760 [2020-12-07T15:26:25.457Z] Step 6/27 : COPY go.mod . [2020-12-07T15:26:25.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:26:25.719Z] ---> 2bb0146503a1 [2020-12-07T15:26:25.719Z] Step 7/27 : RUN go mod download [2020-12-07T15:26:25.993Z] Removing intermediate container 317375a9a996 [2020-12-07T15:26:25.993Z] ---> eb3018edaf3c [2020-12-07T15:26:25.993Z] Step 6/21 : COPY go.mod . [2020-12-07T15:26:25.993Z] ---> Running in f6c1983f8d49 [2020-12-07T15:26:25.993Z] Removing intermediate container 3d0bdd6fd636 [2020-12-07T15:26:25.993Z] ---> 40e35b73251d [2020-12-07T15:26:25.993Z] Step 6/24 : COPY go.mod . [2020-12-07T15:26:25.993Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:25.993Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:25.993Z] OK: 12745 distinct packages available [2020-12-07T15:26:25.993Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:26:25.993Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:26:25.993Z] OK: 12745 distinct packages available [2020-12-07T15:26:26.256Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:26.256Z] ---> afdad312a31b [2020-12-07T15:26:26.256Z] Step 7/21 : RUN go mod download [2020-12-07T15:26:26.256Z] ---> c6c40e062248 [2020-12-07T15:26:26.256Z] Step 7/24 : RUN go mod download [2020-12-07T15:26:26.256Z] ---> Running in 57549da2631c [2020-12-07T15:26:26.256Z] OK: 233 MiB in 51 packages [2020-12-07T15:26:26.522Z] ---> Running in 90078c02ba17 [2020-12-07T15:26:26.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:26:27.107Z] Removing intermediate container f4426a133fd6 [2020-12-07T15:26:27.107Z] ---> 79f84f427bd6 [2020-12-07T15:26:27.107Z] Step 6/24 : COPY go.mod . [2020-12-07T15:26:27.376Z] Removing intermediate container 700804b6566b [2020-12-07T15:26:27.376Z] ---> aad3278d54be [2020-12-07T15:26:27.376Z] Step 6/22 : COPY go.mod . [2020-12-07T15:26:27.637Z] ---> fe44b5843463 [2020-12-07T15:26:27.637Z] Step 7/24 : RUN go mod download [2020-12-07T15:26:27.906Z] ---> Running in ade03bfab059 [2020-12-07T15:26:27.906Z] ---> 7f293c0e1ed6 [2020-12-07T15:26:27.906Z] Step 7/22 : RUN go mod download [2020-12-07T15:26:28.171Z] Removing intermediate container f6c1983f8d49 [2020-12-07T15:26:28.171Z] ---> e7548835e5d5 [2020-12-07T15:26:28.171Z] Step 8/27 : COPY . . [2020-12-07T15:26:28.171Z] ---> Running in 1f117388dd73 [2020-12-07T15:26:28.171Z] Removing intermediate container 57549da2631c [2020-12-07T15:26:28.171Z] ---> f0e533abb571 [2020-12-07T15:26:28.171Z] Step 8/21 : COPY . . [2020-12-07T15:26:30.313Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T15:26:31.737Z] (2/12) Installing file (5.38-r0) [2020-12-07T15:26:31.737Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T15:26:31.737Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T15:26:33.502Z] Removing intermediate container 90078c02ba17 [2020-12-07T15:26:33.502Z] ---> 99fe22e9e692 [2020-12-07T15:26:33.502Z] Step 8/24 : COPY . . [2020-12-07T15:26:48.482Z] Removing intermediate container ade03bfab059 [2020-12-07T15:26:48.482Z] ---> 7c289bdd9b96 [2020-12-07T15:26:48.482Z] Step 8/24 : COPY . . [2020-12-07T15:26:48.746Z] Removing intermediate container 1f117388dd73 [2020-12-07T15:26:48.746Z] ---> 407d20c1c8be [2020-12-07T15:26:48.746Z] Step 8/22 : COPY . . [2020-12-07T15:26:50.028Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T15:26:50.028Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T15:26:50.028Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T15:26:50.028Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T15:26:50.028Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T15:26:50.028Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T15:26:50.028Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T15:26:50.028Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T15:26:50.028Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:26:50.028Z] OK: 217 MiB in 51 packages [2020-12-07T15:26:54.363Z] Removing intermediate container 467c4ce75b7d [2020-12-07T15:26:54.363Z] ---> a84d5ab0905c [2020-12-07T15:26:54.363Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T15:26:54.363Z] ---> Running in 122f91d13a0e [2020-12-07T15:26:54.638Z] Removing intermediate container 122f91d13a0e [2020-12-07T15:26:54.638Z] ---> cc19b99e5fdf [2020-12-07T15:26:54.638Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T15:26:55.229Z] latest: Pulling from library/docker [2020-12-07T15:26:55.508Z] 5f621e34cdf4: Already exists [2020-12-07T15:26:55.508Z] 85db56a05063: Pulling fs layer [2020-12-07T15:26:55.508Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T15:26:55.508Z] de930078acea: Pulling fs layer [2020-12-07T15:26:55.508Z] d5a9d88a4785: Pulling fs layer [2020-12-07T15:26:55.508Z] e7f15c1544d5: Pulling fs layer [2020-12-07T15:26:55.508Z] 877c515997d3: Pulling fs layer [2020-12-07T15:26:55.508Z] d5a9d88a4785: Waiting [2020-12-07T15:26:55.508Z] 877c515997d3: Waiting [2020-12-07T15:26:55.508Z] e7f15c1544d5: Waiting [2020-12-07T15:26:55.508Z] ccb67d6aeaaa: Verifying Checksum [2020-12-07T15:26:55.508Z] ccb67d6aeaaa: Download complete [2020-12-07T15:26:55.797Z] 85db56a05063: Verifying Checksum [2020-12-07T15:26:55.797Z] 85db56a05063: Download complete [2020-12-07T15:26:55.797Z] d5a9d88a4785: Verifying Checksum [2020-12-07T15:26:55.797Z] d5a9d88a4785: Download complete [2020-12-07T15:26:55.797Z] e7f15c1544d5: Verifying Checksum [2020-12-07T15:26:55.797Z] e7f15c1544d5: Download complete [2020-12-07T15:26:55.797Z] 877c515997d3: Verifying Checksum [2020-12-07T15:26:55.797Z] 877c515997d3: Download complete [2020-12-07T15:26:56.415Z] 85db56a05063: Pull complete [2020-12-07T15:26:57.016Z] ccb67d6aeaaa: Pull complete [2020-12-07T15:26:57.016Z] de930078acea: Verifying Checksum [2020-12-07T15:26:57.016Z] de930078acea: Download complete [2020-12-07T15:27:00.407Z] de930078acea: Pull complete [2020-12-07T15:27:00.407Z] d5a9d88a4785: Pull complete [2020-12-07T15:27:00.679Z] e7f15c1544d5: Pull complete [2020-12-07T15:27:00.952Z] 877c515997d3: Pull complete [2020-12-07T15:27:00.952Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T15:27:00.952Z] Status: Downloaded newer image for docker:latest [2020-12-07T15:27:03.732Z] ---> 2aee4d9c15e5 [2020-12-07T15:27:03.732Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T15:27:04.354Z] ---> e8b5e3a6bcda [2020-12-07T15:27:04.354Z] Step 6/7 : COPY go.mod . [2020-12-07T15:27:04.951Z] ---> 7abaccf0afab [2020-12-07T15:27:04.951Z] Step 7/7 : RUN go mod download [2020-12-07T15:27:05.240Z] ---> Running in bc7aac8ea75f [2020-12-07T15:27:06.317Z] ---> Running in d30f4f6b693f [2020-12-07T15:27:06.585Z] ---> 08aae736f45e [2020-12-07T15:27:06.585Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T15:27:06.585Z] ---> c909ccc87f76 [2020-12-07T15:27:06.585Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T15:27:09.161Z] ---> Running in 594d6a2fe4cf [2020-12-07T15:27:09.449Z] ---> Running in 618bd04173da [2020-12-07T15:27:10.074Z] 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 [2020-12-07T15:27:11.053Z] 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 [2020-12-07T15:27:11.053Z] 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 [2020-12-07T15:27:13.699Z] ---> 8f7b6d84d410 [2020-12-07T15:27:13.699Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T15:27:15.677Z] ---> Running in 34a1b0d5f6c3 [2020-12-07T15:27:16.265Z] ---> f8e26affd651 [2020-12-07T15:27:16.265Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T15:27:16.548Z] ---> Running in 7da7f47b9ecc [2020-12-07T15:27:17.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T15:27:17.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T15:27:32.067Z] Removing intermediate container bc7aac8ea75f [2020-12-07T15:27:32.067Z] ---> fe20b9bc0754 [2020-12-07T15:27:32.067Z] Successfully built fe20b9bc0754 [2020-12-07T15:27:32.067Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:27:32.411Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T15:27:32.411Z] . [Pipeline] withDockerContainer [2020-12-07T15:27:32.703Z] prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container [2020-12-07T15:27:32.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat [2020-12-07T15:27:34.356Z] $ docker top b66d29c6cfc92a187ca5b6100d98fa3ec30472f9afc0c103323b378341594949 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:27:35.399Z] + go version [2020-12-07T15:27:35.399Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T15:27:35.423Z] $ docker stop --time=1 b66d29c6cfc92a187ca5b6100d98fa3ec30472f9afc0c103323b378341594949 [2020-12-07T15:27:37.490Z] $ docker rm -f b66d29c6cfc92a187ca5b6100d98fa3ec30472f9afc0c103323b378341594949 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:27:38.537Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T15:27:38.538Z] . [Pipeline] withDockerContainer [2020-12-07T15:27:38.827Z] prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container [2020-12-07T15:27:38.921Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat [2020-12-07T15:27:40.513Z] $ docker top 0305e2bccf42c4d0dbcf78883cb372e2f00ad2749ba8d2e1d5e01013667794fa -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T15:27:40.932Z] ========================================================= [2020-12-07T15:27:40.932Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-07T15:27:40.932Z] ========================================================= [Pipeline] sh [2020-12-07T15:27:41.619Z] + make test [2020-12-07T15:27:41.619Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-07T15:27:44.222Z] Removing intermediate container 594d6a2fe4cf [2020-12-07T15:27:44.222Z] ---> 4f5e53d80c7f [2020-12-07T15:27:44.222Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T15:27:44.222Z] 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 [2020-12-07T15:27:44.222Z] ---> Running in 510297fa1a14 [2020-12-07T15:27:44.222Z] 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 [2020-12-07T15:27:47.539Z] Removing intermediate container d30f4f6b693f [2020-12-07T15:27:47.539Z] ---> 1f3a4a8a0544 [2020-12-07T15:27:47.539Z] [2020-12-07T15:27:47.539Z] Step 10/21 : FROM scratch [2020-12-07T15:27:47.539Z] ---> [2020-12-07T15:27:47.539Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:27:47.539Z] Removing intermediate container 618bd04173da [2020-12-07T15:27:47.539Z] ---> 306e7efa1f8e [2020-12-07T15:27:47.539Z] [2020-12-07T15:27:47.539Z] Step 10/24 : FROM scratch [2020-12-07T15:27:47.539Z] ---> [2020-12-07T15:27:47.539Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T15:27:48.510Z] ---> Running in df89d5b97a89 [2020-12-07T15:27:48.510Z] ---> Running in ddf72486bc12 [2020-12-07T15:27:51.056Z] Removing intermediate container 510297fa1a14 [2020-12-07T15:27:51.056Z] ---> c4ffa18059e5 [2020-12-07T15:27:51.056Z] [2020-12-07T15:27:51.056Z] Step 11/27 : FROM docker:latest [2020-12-07T15:27:51.056Z] ---> b0757c55a1fd [2020-12-07T15:27:51.056Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T15:27:51.056Z] Removing intermediate container df89d5b97a89 [2020-12-07T15:27:51.056Z] ---> 05c846fa5705 [2020-12-07T15:27:51.056Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T15:27:51.056Z] ---> Running in eb1680fa1d2d [2020-12-07T15:27:51.321Z] Removing intermediate container ddf72486bc12 [2020-12-07T15:27:51.321Z] ---> 9391902f9467 [2020-12-07T15:27:51.321Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T15:27:51.321Z] Removing intermediate container 34a1b0d5f6c3 [2020-12-07T15:27:51.321Z] ---> 31958b165f1b [2020-12-07T15:27:51.321Z] [2020-12-07T15:27:51.321Z] Step 10/22 : FROM scratch [2020-12-07T15:27:51.321Z] ---> [2020-12-07T15:27:51.321Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:27:51.321Z] ---> Using cache [2020-12-07T15:27:51.321Z] ---> 9391902f9467 [2020-12-07T15:27:51.321Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T15:27:51.321Z] ---> Running in 029ef2901bdb [2020-12-07T15:27:51.321Z] Removing intermediate container 7da7f47b9ecc [2020-12-07T15:27:51.321Z] ---> c1e603ccd3a9 [2020-12-07T15:27:51.321Z] [2020-12-07T15:27:51.321Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T15:27:51.321Z] 3.10: Pulling from library/alpine [2020-12-07T15:27:51.321Z] ---> Running in dbf1dcb5f029 [2020-12-07T15:27:51.583Z] ---> Running in 171eb73a60f2 [2020-12-07T15:27:51.583Z] Removing intermediate container 029ef2901bdb [2020-12-07T15:27:51.583Z] ---> e04de33114d9 [2020-12-07T15:27:51.583Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T15:27:51.845Z] Removing intermediate container dbf1dcb5f029 [2020-12-07T15:27:51.845Z] ---> 9249dcaadd7c [2020-12-07T15:27:51.845Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T15:27:51.845Z] ---> Running in 3b2cb559ca99 [2020-12-07T15:27:51.845Z] Removing intermediate container 171eb73a60f2 [2020-12-07T15:27:51.845Z] ---> 14b23ac77e3c [2020-12-07T15:27:51.845Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:27:52.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:52.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:52.108Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T15:27:52.108Z] ---> Running in 4d763630f9c0 [2020-12-07T15:27:52.108Z] ---> Running in c71d50ead065 [2020-12-07T15:27:52.108Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T15:27:52.108Z] ---> be4e4bea2c2e [2020-12-07T15:27:52.108Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:27:52.108Z] Removing intermediate container 3b2cb559ca99 [2020-12-07T15:27:52.108Z] ---> acbb45af771c [2020-12-07T15:27:52.108Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T15:27:52.108Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T15:27:52.108Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T15:27:52.369Z] Executing bash-5.0.17-r0.post-install [2020-12-07T15:27:52.369Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:27:52.369Z] ---> Running in 6d597f12222b [2020-12-07T15:27:52.369Z] OK: 12 MiB in 22 packages [2020-12-07T15:27:52.632Z] Removing intermediate container 4d763630f9c0 [2020-12-07T15:27:52.632Z] ---> 3ab5d6971f2f [2020-12-07T15:27:52.632Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T15:27:52.632Z] Removing intermediate container c71d50ead065 [2020-12-07T15:27:52.632Z] ---> 9213d2fa1e9e [2020-12-07T15:27:52.632Z] Step 14/22 : WORKDIR / [2020-12-07T15:27:52.632Z] ---> 83e641693d57 [2020-12-07T15:27:52.632Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T15:27:52.632Z] ---> Running in 89811e1ef41d [2020-12-07T15:27:52.894Z] ---> 7178ca1b12b6 [2020-12-07T15:27:52.894Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T15:27:53.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:53.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:27:53.418Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T15:27:53.418Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T15:27:53.418Z] OK: 10348 distinct packages available [2020-12-07T15:27:53.418Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T15:27:53.683Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T15:27:53.683Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T15:27:53.683Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T15:27:53.683Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T15:27:53.683Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T15:27:53.683Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T15:27:53.683Z] OK: 7 MiB in 19 packages [2020-12-07T15:27:53.946Z] Removing intermediate container 89811e1ef41d [2020-12-07T15:27:53.946Z] ---> 7eb17e71efc7 [2020-12-07T15:27:53.946Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T15:27:54.521Z] Removing intermediate container eb1680fa1d2d [2020-12-07T15:27:54.521Z] ---> e1703658971a [2020-12-07T15:27:54.521Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T15:27:54.792Z] ---> 22d21ed816a6 [2020-12-07T15:27:54.792Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T15:27:54.792Z] ---> 6add535cac15 [2020-12-07T15:27:54.792Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T15:27:54.792Z] ---> Running in dc761b751627 [2020-12-07T15:27:55.064Z] ---> c759cdb7cb6d [2020-12-07T15:27:55.064Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:55.638Z] Removing intermediate container 6d597f12222b [2020-12-07T15:27:55.638Z] ---> 7a0cfc3c9362 [2020-12-07T15:27:55.638Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:27:55.638Z] ---> 750833c22cff [2020-12-07T15:27:55.638Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T15:27:56.211Z] ---> 3dae3cc4d04c [2020-12-07T15:27:56.211Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T15:27:56.472Z] ---> 2927896ac2ff [2020-12-07T15:27:56.472Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:56.472Z] ---> Running in 7edf2f62f7c3 [2020-12-07T15:27:56.472Z] ---> Running in d3dfbdb90eb6 [2020-12-07T15:27:56.472Z] ---> aec72d20e611 [2020-12-07T15:27:56.472Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T15:27:56.736Z] Removing intermediate container 7edf2f62f7c3 [2020-12-07T15:27:56.736Z] ---> 737762a58876 [2020-12-07T15:27:56.736Z] Step 13/24 : WORKDIR / [2020-12-07T15:27:56.998Z] ---> c6bd40141d2a [2020-12-07T15:27:56.998Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T15:27:56.998Z] Removing intermediate container d3dfbdb90eb6 [2020-12-07T15:27:56.998Z] ---> 35e490ede874 [2020-12-07T15:27:56.998Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:27:56.998Z] ---> Running in 46c9f1b6f3d8 [2020-12-07T15:27:56.998Z] Removing intermediate container dc761b751627 [2020-12-07T15:27:56.998Z] ---> 7ad6ad10f699 [2020-12-07T15:27:56.998Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T15:27:57.262Z] ---> Running in 0d9eda5b4ad4 [2020-12-07T15:27:57.262Z] ---> Running in fcfc0f09101e [2020-12-07T15:27:57.262Z] ---> 923944617b80 [2020-12-07T15:27:57.262Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:57.262Z] ---> Running in 30c33b071114 [2020-12-07T15:27:57.262Z] Removing intermediate container 46c9f1b6f3d8 [2020-12-07T15:27:57.262Z] ---> 0ea9b18fd10f [2020-12-07T15:27:57.262Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-07T15:27:57.523Z] Removing intermediate container fcfc0f09101e [2020-12-07T15:27:57.523Z] ---> 5090d60a6132 [2020-12-07T15:27:57.523Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:27:57.523Z] Removing intermediate container 0d9eda5b4ad4 [2020-12-07T15:27:57.523Z] ---> 10e03801538b [2020-12-07T15:27:57.523Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T15:27:57.523Z] Removing intermediate container 30c33b071114 [2020-12-07T15:27:57.523Z] ---> caaec990630b [2020-12-07T15:27:57.523Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T15:27:57.523Z] ---> 958145cf3825 [2020-12-07T15:27:57.523Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T15:27:57.786Z] ---> Running in 0ba43bf352c9 [2020-12-07T15:27:57.786Z] ---> Running in fab150dcf0b1 [2020-12-07T15:27:57.786Z] ---> Running in a06cd608beba [2020-12-07T15:27:57.786Z] ---> Running in 1d20ff7c06fd [2020-12-07T15:27:58.048Z] ---> d478d51c98a9 [2020-12-07T15:27:58.048Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-07T15:27:58.048Z] Removing intermediate container 0ba43bf352c9 [2020-12-07T15:27:58.048Z] ---> 86a3f228197f [2020-12-07T15:27:58.048Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T15:27:58.048Z] Removing intermediate container fab150dcf0b1 [2020-12-07T15:27:58.048Z] ---> df8c7569b674 [2020-12-07T15:27:58.048Z] Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:27:58.309Z] Removing intermediate container a06cd608beba [2020-12-07T15:27:58.309Z] ---> 8e3cbb2729db [2020-12-07T15:27:58.309Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T15:27:58.309Z] Removing intermediate container 1d20ff7c06fd [2020-12-07T15:27:58.309Z] ---> 8971fd92a925 [2020-12-07T15:27:58.309Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:27:58.571Z] ---> Running in 85982eb4fd13 [2020-12-07T15:27:58.571Z] ---> Running in 89f45781b84c [2020-12-07T15:27:58.571Z] ---> Running in fe8bffac932e [2020-12-07T15:27:58.571Z] ---> Running in 1a04c93650c5 [2020-12-07T15:27:58.571Z] ---> f142661f9d46 [2020-12-07T15:27:58.571Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:58.833Z] Removing intermediate container 85982eb4fd13 [2020-12-07T15:27:58.833Z] ---> 502e1ad0b690 [2020-12-07T15:27:58.833Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T15:27:58.833Z] Removing intermediate container 89f45781b84c [2020-12-07T15:27:58.833Z] ---> a7d8262199b0 [2020-12-07T15:27:58.833Z] Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:27:58.833Z] Removing intermediate container fe8bffac932e [2020-12-07T15:27:58.833Z] ---> 7ce5941ceab6 [2020-12-07T15:27:58.833Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T15:27:58.833Z] Removing intermediate container 1a04c93650c5 [2020-12-07T15:27:58.833Z] ---> 195a086027fc [2020-12-07T15:27:58.833Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T15:27:59.100Z] ---> Running in 1c41e140ea10 [2020-12-07T15:27:59.100Z] ---> Running in f66f4184e562 [2020-12-07T15:27:59.100Z] ---> Running in 12a8f7c0c3d3 [2020-12-07T15:27:59.100Z] ---> 84d8ba5cbeb6 [2020-12-07T15:27:59.100Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T15:27:59.362Z] Removing intermediate container 1c41e140ea10 [2020-12-07T15:27:59.362Z] ---> 593dafd04d64 [2020-12-07T15:27:59.362Z] [2020-12-07T15:27:59.362Z] Removing intermediate container f66f4184e562 [2020-12-07T15:27:59.362Z] ---> 7a3264fbc5a0 [2020-12-07T15:27:59.362Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T15:27:59.624Z] Removing intermediate container 12a8f7c0c3d3 [2020-12-07T15:27:59.624Z] ---> 8b38f03d9a65 [2020-12-07T15:27:59.624Z] Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:27:59.624Z] Successfully built 593dafd04d64 [2020-12-07T15:27:59.892Z] ---> 27a652df2c5d [2020-12-07T15:27:59.892Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T15:27:59.892Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-07T15:27:59.892Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-12-07T15:27:59.892Z] ---> fb2e7b70d2df [2020-12-07T15:27:59.892Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T15:27:59.892Z] ---> Running in ee1c3f8db03c [2020-12-07T15:27:59.892Z] ---> Running in 76690f856a3a [2020-12-07T15:28:00.156Z] ---> 75c2b06bfe2b [2020-12-07T15:28:00.156Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T15:28:00.156Z] Removing intermediate container ee1c3f8db03c [2020-12-07T15:28:00.156Z] ---> ac6019bcac0e [2020-12-07T15:28:00.156Z] [2020-12-07T15:28:00.156Z] Removing intermediate container 76690f856a3a [2020-12-07T15:28:00.156Z] ---> 118a0cecf9a1 [2020-12-07T15:28:00.156Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T15:28:00.429Z] Successfully built ac6019bcac0e [2020-12-07T15:28:00.429Z] ---> Running in ffd35fa993be [2020-12-07T15:28:00.694Z] Successfully tagged docker-core-command-go:latest [2020-12-07T15:28:00.694Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-07T15:28:00.694Z] ---> 0e54d12f2658 [2020-12-07T15:28:00.694Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:28:00.958Z] ---> 826dbf916ace [2020-12-07T15:28:00.958Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T15:28:01.220Z] Removing intermediate container ffd35fa993be [2020-12-07T15:28:01.220Z] ---> e618cfa175f7 [2020-12-07T15:28:01.220Z] [2020-12-07T15:28:02.170Z] Successfully built e618cfa175f7 [2020-12-07T15:28:02.756Z] ---> Running in 671be2f0d3b5 [2020-12-07T15:28:03.028Z] Successfully tagged docker-support-notifications-go:latest [2020-12-07T15:28:03.028Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2020-12-07T15:28:07.244Z] ---> 67635e8d98c1 [2020-12-07T15:28:07.244Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:28:07.824Z] ---> Running in 0056889ce99b [2020-12-07T15:28:08.602Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-07T15:28:08.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:09.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:09.310Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T15:28:09.310Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T15:28:09.310Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T15:28:09.310Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T15:28:09.310Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T15:28:09.310Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T15:28:09.310Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T15:28:21.581Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:28:21.581Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:28:21.581Z] ---> 697f25f649af [2020-12-07T15:28:21.581Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T15:28:21.581Z] ---> Using cache [2020-12-07T15:28:21.581Z] ---> 8479e3416572 [2020-12-07T15:28:21.581Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:28:21.581Z] ---> Using cache [2020-12-07T15:28:21.581Z] ---> 6207dd605270 [2020-12-07T15:28:21.581Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T15:28:21.581Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T15:28:21.581Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T15:28:21.581Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T15:28:21.581Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T15:28:21.581Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T15:28:21.581Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T15:28:21.843Z] ---> Running in 97d4b330a2bf [2020-12-07T15:28:21.843Z] Removing intermediate container 0056889ce99b [2020-12-07T15:28:21.843Z] ---> 81e9f80ecc19 [2020-12-07T15:28:21.843Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:28:21.843Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T15:28:22.417Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:28:22.417Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:28:22.417Z] ---> 697f25f649af [2020-12-07T15:28:22.417Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:28:22.417Z] ---> Using cache [2020-12-07T15:28:22.417Z] ---> 8479e3416572 [2020-12-07T15:28:22.417Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:28:22.417Z] ---> Using cache [2020-12-07T15:28:22.417Z] ---> 6207dd605270 [2020-12-07T15:28:22.417Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:28:22.417Z] ---> Using cache [2020-12-07T15:28:22.417Z] ---> eb3018edaf3c [2020-12-07T15:28:22.417Z] Step 6/22 : COPY go.mod . [2020-12-07T15:28:22.417Z] ---> Using cache [2020-12-07T15:28:22.417Z] ---> afdad312a31b [2020-12-07T15:28:22.417Z] Step 7/22 : RUN go mod download [2020-12-07T15:28:22.417Z] ---> Using cache [2020-12-07T15:28:22.417Z] ---> f0e533abb571 [2020-12-07T15:28:22.417Z] Step 8/22 : COPY . . [2020-12-07T15:28:22.417Z] ---> Using cache [2020-12-07T15:28:22.417Z] ---> 2aee4d9c15e5 [2020-12-07T15:28:22.417Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T15:28:22.678Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T15:28:22.678Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T15:28:22.678Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T15:28:23.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:28:23.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:28:23.252Z] ---> 697f25f649af [2020-12-07T15:28:23.252Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:28:23.252Z] ---> Using cache [2020-12-07T15:28:23.252Z] ---> 8479e3416572 [2020-12-07T15:28:23.252Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:28:23.252Z] ---> Using cache [2020-12-07T15:28:23.252Z] ---> 6207dd605270 [2020-12-07T15:28:23.252Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:28:23.252Z] ---> Using cache [2020-12-07T15:28:23.252Z] ---> eb3018edaf3c [2020-12-07T15:28:23.252Z] Step 6/22 : COPY go.mod . [2020-12-07T15:28:23.252Z] ---> Using cache [2020-12-07T15:28:23.252Z] ---> afdad312a31b [2020-12-07T15:28:23.252Z] Step 7/22 : RUN go mod download [2020-12-07T15:28:23.252Z] ---> Using cache [2020-12-07T15:28:23.252Z] ---> f0e533abb571 [2020-12-07T15:28:23.252Z] Step 8/22 : COPY . . [2020-12-07T15:28:23.252Z] ---> Using cache [2020-12-07T15:28:23.252Z] ---> 2aee4d9c15e5 [2020-12-07T15:28:23.252Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T15:28:23.825Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T15:28:23.825Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T15:28:23.825Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T15:28:24.096Z] ---> Running in 489f595ba9e1 [2020-12-07T15:28:24.096Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T15:28:24.357Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T15:28:24.357Z] ---> Running in d9c3f5936634 [2020-12-07T15:28:24.357Z] ---> Running in 5a40042b7b27 [2020-12-07T15:28:24.357Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T15:28:24.357Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T15:28:24.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:24.618Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T15:28:24.618Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T15:28:24.618Z] Removing intermediate container 489f595ba9e1 [2020-12-07T15:28:24.618Z] ---> 67ba8b7482a3 [2020-12-07T15:28:24.618Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T15:28:24.618Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T15:28:24.879Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T15:28:24.879Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T15:28:24.879Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T15:28:25.140Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T15:28:25.405Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T15:28:25.405Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T15:28:25.405Z] ---> Running in 38ee128198c1 [2020-12-07T15:28:25.405Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:28:25.405Z] OK: 71 MiB in 55 packages [2020-12-07T15:28:25.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:26.243Z] Removing intermediate container 38ee128198c1 [2020-12-07T15:28:26.243Z] ---> 734464236df5 [2020-12-07T15:28:26.243Z] Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:28:26.243Z] 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 [2020-12-07T15:28:26.243Z] 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 [2020-12-07T15:28:26.507Z] ---> Running in 83394f11fb42 [2020-12-07T15:28:26.782Z] Removing intermediate container 83394f11fb42 [2020-12-07T15:28:26.782Z] ---> 1dbc478507f7 [2020-12-07T15:28:26.782Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T15:28:26.782Z] ---> Running in b5e2183d3763 [2020-12-07T15:28:27.059Z] Removing intermediate container b5e2183d3763 [2020-12-07T15:28:27.059Z] ---> d732b8f8168f [2020-12-07T15:28:27.059Z] [2020-12-07T15:28:27.334Z] Successfully built d732b8f8168f [2020-12-07T15:28:27.334Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-07T15:28:27.334Z] Building docker-security-secrets-setup-go [2020-12-07T15:28:27.757Z]  Building docker-security-secretstore-setup-go ... done v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:28:27.757Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:28:27.757Z] OK: 12745 distinct packages available [2020-12-07T15:28:28.538Z] OK: 233 MiB in 51 packages [2020-12-07T15:28:37.559Z] Removing intermediate container 97d4b330a2bf [2020-12-07T15:28:37.559Z] ---> 56206d4ec727 [2020-12-07T15:28:37.559Z] Step 6/23 : COPY go.mod . [2020-12-07T15:28:38.982Z] ---> 72d94a45fdcc [2020-12-07T15:28:38.982Z] Step 7/23 : RUN go mod download [2020-12-07T15:28:39.573Z] ---> Running in e2f8783c7684 [2020-12-07T15:28:46.242Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:28:46.242Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T15:28:46.242Z] ---> 697f25f649af [2020-12-07T15:28:46.242Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T15:28:46.242Z] ---> Using cache [2020-12-07T15:28:46.242Z] ---> 8479e3416572 [2020-12-07T15:28:46.242Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T15:28:46.523Z] ---> Running in 549fdd3ef32c [2020-12-07T15:28:46.791Z] Removing intermediate container 671be2f0d3b5 [2020-12-07T15:28:46.791Z] ---> 486b4850d940 [2020-12-07T15:28:46.791Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T15:28:47.378Z] ---> Running in 29b376033d27 [2020-12-07T15:28:47.378Z] Removing intermediate container e2f8783c7684 [2020-12-07T15:28:47.378Z] ---> 0f99ddc8e76d [2020-12-07T15:28:47.378Z] Step 8/23 : COPY . . [2020-12-07T15:28:47.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:49.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:28:52.801Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:28:52.801Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:28:52.801Z] OK: 12745 distinct packages available [2020-12-07T15:28:52.801Z] OK: 233 MiB in 51 packages [2020-12-07T15:28:54.736Z] Collecting docker-compose==1.23.2 [2020-12-07T15:28:54.736Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T15:28:55.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-07T15:28:56.127Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T15:28:56.128Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T15:28:59.457Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-07T15:28:59.718Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T15:28:59.718Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T15:29:03.036Z] Removing intermediate container 549fdd3ef32c [2020-12-07T15:29:03.036Z] ---> 0b39b32d85b8 [2020-12-07T15:29:03.036Z] Step 5/29 : COPY go.mod . [2020-12-07T15:29:03.036Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T15:29:03.036Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T15:29:04.432Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T15:29:04.432Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T15:29:05.017Z] Removing intermediate container 5a40042b7b27 [2020-12-07T15:29:05.017Z] ---> b486939eddc4 [2020-12-07T15:29:05.017Z] [2020-12-07T15:29:05.017Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T15:29:05.017Z] ---> be4e4bea2c2e [2020-12-07T15:29:05.017Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:29:05.280Z] ---> Using cache [2020-12-07T15:29:05.280Z] ---> 7a0cfc3c9362 [2020-12-07T15:29:05.280Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T15:29:05.280Z] ---> 405c48628539 [2020-12-07T15:29:05.280Z] Step 6/29 : RUN go mod download [2020-12-07T15:29:05.542Z] ---> Running in b9d4e5cc7e30 [2020-12-07T15:29:05.542Z] ---> Running in 05f361203203 [2020-12-07T15:29:05.542Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T15:29:05.542Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T15:29:05.803Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T15:29:05.803Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T15:29:07.726Z] Removing intermediate container b9d4e5cc7e30 [2020-12-07T15:29:07.726Z] ---> e28f942de97e [2020-12-07T15:29:07.726Z] Step 13/22 : WORKDIR / [2020-12-07T15:29:07.726Z] Collecting PyYAML<4,>=3.10 [2020-12-07T15:29:07.726Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T15:29:11.076Z] ---> Running in b12f949820d4 [2020-12-07T15:29:11.076Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T15:29:11.076Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T15:29:11.340Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T15:29:11.340Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T15:29:11.340Z] ---> 3e4717c3ccfc [2020-12-07T15:29:11.340Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T15:29:11.340Z] Removing intermediate container d9c3f5936634 [2020-12-07T15:29:11.340Z] ---> 3411a1e001b0 [2020-12-07T15:29:11.340Z] [2020-12-07T15:29:11.340Z] Step 10/22 : FROM scratch [2020-12-07T15:29:11.340Z] ---> [2020-12-07T15:29:11.340Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:29:11.340Z] 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) [2020-12-07T15:29:11.340Z] 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) [2020-12-07T15:29:11.602Z] Collecting idna<2.8,>=2.5 [2020-12-07T15:29:11.602Z] Removing intermediate container b12f949820d4 [2020-12-07T15:29:11.602Z] ---> 322f5a41084a [2020-12-07T15:29:11.602Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T15:29:11.602Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T15:29:11.602Z] ---> Running in fa54f21f34f9 [2020-12-07T15:29:11.602Z] ---> Using cache [2020-12-07T15:29:11.602Z] ---> 9391902f9467 [2020-12-07T15:29:11.602Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T15:29:11.602Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T15:29:11.874Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T15:29:11.874Z] Removing intermediate container 05f361203203 [2020-12-07T15:29:11.874Z] ---> 642c1ba63d24 [2020-12-07T15:29:11.874Z] Step 7/29 : COPY . . [2020-12-07T15:29:11.874Z] ---> Running in fa554390863e [2020-12-07T15:29:11.874Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T15:29:11.874Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T15:29:12.140Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T15:29:12.140Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T15:29:12.140Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T15:29:12.140Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T15:29:12.140Z] ---> b7d26b2597dc [2020-12-07T15:29:12.140Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T15:29:12.140Z] Installing collected packages: docopt, websocket-client, jsonschema, texttable, cached-property, dockerpty, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-12-07T15:29:12.140Z] Running setup.py install for docopt: started [2020-12-07T15:29:12.405Z] Removing intermediate container fa554390863e [2020-12-07T15:29:12.405Z] ---> b065684ac247 [2020-12-07T15:29:12.405Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:29:12.405Z] 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 [2020-12-07T15:29:12.999Z] ---> Running in ba0ad4f7d760 [2020-12-07T15:29:12.999Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T15:29:13.583Z] ---> a73353c03078 [2020-12-07T15:29:13.583Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T15:29:13.855Z] Removing intermediate container ba0ad4f7d760 [2020-12-07T15:29:13.855Z] ---> 76d9d805c794 [2020-12-07T15:29:13.855Z] Step 14/22 : WORKDIR / [2020-12-07T15:29:13.855Z] Running setup.py install for texttable: started [2020-12-07T15:29:14.433Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T15:29:16.363Z] ---> Running in 7ab7349cc079 [2020-12-07T15:29:17.761Z] Running setup.py install for dockerpty: started [2020-12-07T15:29:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-07T15:29:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-07T15:29:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-07T15:29:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-07T15:29:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-07T15:29:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-07T15:29:17.912Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.073s [2020-12-07T15:29:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-07T15:29:18.339Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T15:29:18.602Z] Running setup.py install for PyYAML: started [2020-12-07T15:29:19.550Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T15:29:19.550Z] Attempting uninstall: idna [2020-12-07T15:29:19.550Z] Found existing installation: idna 2.9 [2020-12-07T15:29:19.550Z] Uninstalling idna-2.9: [2020-12-07T15:29:19.550Z] Successfully uninstalled idna-2.9 [2020-12-07T15:29:19.812Z] ---> f3feca1b218b [2020-12-07T15:29:19.812Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T15:29:19.907Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-07T15:29:20.079Z] Attempting uninstall: urllib3 [2020-12-07T15:29:20.079Z] Found existing installation: urllib3 1.25.9 [2020-12-07T15:29:20.079Z] Uninstalling urllib3-1.25.9: [2020-12-07T15:29:21.476Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T15:29:21.476Z] Removing intermediate container 7ab7349cc079 [2020-12-07T15:29:21.476Z] ---> 5fc5022d892a [2020-12-07T15:29:21.476Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T15:29:21.903Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-07T15:29:21.903Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-07T15:29:21.903Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-07T15:29:21.903Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-07T15:29:24.829Z] ---> df1939d7ccf5 [2020-12-07T15:29:24.829Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T15:29:24.829Z] Attempting uninstall: requests [2020-12-07T15:29:24.829Z] Found existing installation: requests 2.23.0 [2020-12-07T15:29:24.829Z] Uninstalling requests-2.23.0: [2020-12-07T15:29:25.121Z] Successfully uninstalled requests-2.23.0 [2020-12-07T15:29:26.544Z] ---> bb0977d911bc [2020-12-07T15:29:26.544Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T15:29:27.519Z] ---> Running in 904098bbefd2 [2020-12-07T15:29:30.105Z] ---> 4d4b5eb67039 [2020-12-07T15:29:30.105Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T15:29:31.537Z] 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 [2020-12-07T15:29:32.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.325s coverage: 46.6% of statements [2020-12-07T15:29:32.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-07T15:29:32.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-07T15:29:32.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-07T15:29:32.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-07T15:29:32.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-07T15:29:32.954Z] ---> a6a5a52c8642 [2020-12-07T15:29:32.954Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T15:29:33.538Z] ---> Running in 324b4ca084a5 [2020-12-07T15:29:33.538Z] ---> 5333ad523509 [2020-12-07T15:29:33.538Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T15:29:34.129Z] ---> Running in ab8023204680 [2020-12-07T15:29:34.130Z] Removing intermediate container 324b4ca084a5 [2020-12-07T15:29:34.130Z] ---> 83f4b599cd79 [2020-12-07T15:29:34.130Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:29:34.403Z] Removing intermediate container 904098bbefd2 [2020-12-07T15:29:34.403Z] ---> 1b77f1db3d34 [2020-12-07T15:29:34.403Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T15:29:35.380Z] ---> Running in 83a814928bfc [2020-12-07T15:29:35.992Z] ---> Running in aae9a77bb07c [2020-12-07T15:29:36.259Z] Removing intermediate container 83a814928bfc [2020-12-07T15:29:36.259Z] ---> f931f31e4560 [2020-12-07T15:29:36.259Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T15:29:36.259Z] Removing intermediate container 29b376033d27 [2020-12-07T15:29:36.259Z] ---> 49741a23f082 [2020-12-07T15:29:36.259Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T15:29:36.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T15:29:36.530Z] ---> Running in 8de7e40ef3f7 [2020-12-07T15:29:36.530Z] Removing intermediate container aae9a77bb07c [2020-12-07T15:29:36.530Z] ---> 3de329053d5e [2020-12-07T15:29:36.530Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T15:29:36.530Z] ---> Running in ca7c3185bb40 [2020-12-07T15:29:36.530Z] ---> Running in 6071ecafad66 [2020-12-07T15:29:37.120Z] Removing intermediate container 8de7e40ef3f7 [2020-12-07T15:29:37.120Z] ---> 351818defd42 [2020-12-07T15:29:37.120Z] Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:29:37.120Z] Removing intermediate container 6071ecafad66 [2020-12-07T15:29:37.120Z] ---> dff6461cc5c1 [2020-12-07T15:29:37.120Z] Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:29:37.120Z] ---> Running in cf5481decc34 [2020-12-07T15:29:37.388Z] ---> Running in 5b33d4893361 [2020-12-07T15:29:37.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:29:37.652Z] Removing intermediate container cf5481decc34 [2020-12-07T15:29:37.652Z] ---> 2df1bfe93702 [2020-12-07T15:29:37.652Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T15:29:37.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:29:37.652Z] Removing intermediate container 5b33d4893361 [2020-12-07T15:29:37.652Z] ---> 5cd769caad4b [2020-12-07T15:29:37.652Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T15:29:37.652Z] ---> Running in c946597608f1 [2020-12-07T15:29:37.916Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:29:37.916Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T15:29:37.916Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T15:29:37.916Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:29:38.203Z] OK: 72 MiB in 58 packages [2020-12-07T15:29:38.789Z] ---> Running in 141e0d65182c [2020-12-07T15:29:38.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements [2020-12-07T15:29:38.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-07T15:29:38.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-07T15:29:38.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-07T15:29:38.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-07T15:29:38.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-07T15:29:38.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-07T15:29:38.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements [2020-12-07T15:29:38.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-07T15:29:38.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2020-12-07T15:29:38.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-07T15:29:38.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-07T15:29:38.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.578s coverage: 68.5% of statements [2020-12-07T15:29:38.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-07T15:29:38.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-07T15:29:39.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.660s coverage: 82.3% of statements [2020-12-07T15:29:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-07T15:29:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T15:29:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-07T15:29:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-07T15:29:40.748Z] Removing intermediate container c946597608f1 [2020-12-07T15:29:40.748Z] ---> 47b88f519bb7 [2020-12-07T15:29:40.748Z] [2020-12-07T15:29:40.748Z] Removing intermediate container 141e0d65182c [2020-12-07T15:29:40.748Z] ---> 73f2a5bc7fe5 [2020-12-07T15:29:40.748Z] [2020-12-07T15:29:40.748Z] Successfully built 47b88f519bb7 [2020-12-07T15:29:40.748Z] Successfully tagged docker-core-metadata-go:latest [2020-12-07T15:29:40.748Z] Building docker-security-proxy-setup-go [2020-12-07T15:29:40.748Z]  Building docker-core-metadata-go ... done Successfully built 73f2a5bc7fe5 [2020-12-07T15:29:41.017Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-07T15:29:41.017Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ca7c3185bb40 [2020-12-07T15:29:41.017Z] ---> 162c58869241 [2020-12-07T15:29:41.017Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T15:29:41.017Z] ---> Running in 08c4a57a27cd [2020-12-07T15:29:41.289Z] Removing intermediate container 08c4a57a27cd [2020-12-07T15:29:41.289Z] ---> 6dad1ea195bf [2020-12-07T15:29:41.289Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:29:41.556Z] ---> Running in 51252625ac1c [2020-12-07T15:29:42.965Z] Removing intermediate container 51252625ac1c [2020-12-07T15:29:42.965Z] ---> e4a4e1d16496 [2020-12-07T15:29:42.965Z] Step 25/27 : LABEL arch=x86_64 [2020-12-07T15:29:43.542Z] ---> Running in 5166b2c13889 [2020-12-07T15:29:46.124Z] Removing intermediate container 5166b2c13889 [2020-12-07T15:29:46.124Z] ---> b582e3d47fa7 [2020-12-07T15:29:46.124Z] Step 26/27 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:29:46.124Z] ---> Running in efbf5b439fbf [2020-12-07T15:29:46.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.256s coverage: 28.6% of statements [2020-12-07T15:29:46.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-07T15:29:46.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-07T15:29:46.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-07T15:29:46.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-07T15:29:46.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-07T15:29:46.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements [2020-12-07T15:29:46.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-07T15:29:46.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2020-12-07T15:29:46.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-07T15:29:46.722Z] Removing intermediate container efbf5b439fbf [2020-12-07T15:29:46.722Z] ---> ffb14c97b4bf [2020-12-07T15:29:46.722Z] Step 27/27 : LABEL version=0.0.0 [2020-12-07T15:29:46.722Z] ---> Running in 7181fcb506c5 [2020-12-07T15:29:46.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.369s coverage: 86.7% of statements [2020-12-07T15:29:46.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-07T15:29:46.997Z] Removing intermediate container 7181fcb506c5 [2020-12-07T15:29:46.997Z] ---> 3778a4bc8602 [2020-12-07T15:29:46.997Z] [2020-12-07T15:29:47.595Z] Successfully built 3778a4bc8602 [2020-12-07T15:29:47.595Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-07T15:29:48.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements [2020-12-07T15:29:48.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-07T15:29:48.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2020-12-07T15:29:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-07T15:29:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-07T15:29:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-07T15:29:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-07T15:29:56.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.043s coverage: 94.7% of statements [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-07T15:29:56.971Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-07T15:29:56.971Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.199s coverage: 0.1% of statements [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-07T15:29:56.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.076s coverage: 100.0% of statements [2020-12-07T15:29:56.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-07T15:29:56.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 75.5% of statements [2020-12-07T15:29:56.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2020-12-07T15:29:56.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements [2020-12-07T15:29:57.649Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fa54f21f34f9 [2020-12-07T15:29:57.649Z] ---> d60829ff5d65 [2020-12-07T15:29:57.649Z] [2020-12-07T15:29:57.649Z] Step 10/23 : FROM alpine [2020-12-07T15:29:57.650Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:29:57.650Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:29:57.650Z] ---> 697f25f649af [2020-12-07T15:29:57.650Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:29:57.650Z] ---> Using cache [2020-12-07T15:29:57.650Z] ---> 8479e3416572 [2020-12-07T15:29:57.650Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:29:57.650Z] ---> Using cache [2020-12-07T15:29:57.650Z] ---> 6207dd605270 [2020-12-07T15:29:57.650Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:29:57.650Z] ---> Using cache [2020-12-07T15:29:57.650Z] ---> eb3018edaf3c [2020-12-07T15:29:57.650Z] Step 6/21 : COPY go.mod . [2020-12-07T15:29:57.650Z] ---> Using cache [2020-12-07T15:29:57.650Z] ---> afdad312a31b [2020-12-07T15:29:57.650Z] Step 7/21 : RUN go mod download [2020-12-07T15:29:57.650Z] ---> Using cache [2020-12-07T15:29:57.650Z] ---> f0e533abb571 [2020-12-07T15:29:57.650Z] Step 8/21 : COPY . . [2020-12-07T15:29:57.650Z] latest: Pulling from library/alpine [2020-12-07T15:29:57.650Z] ---> Using cache [2020-12-07T15:29:57.650Z] ---> 2aee4d9c15e5 [2020-12-07T15:29:57.650Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T15:29:57.650Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T15:29:57.650Z] Status: Downloaded newer image for alpine:latest [2020-12-07T15:29:57.650Z] ---> d6e46aa2470d [2020-12-07T15:29:57.650Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:29:57.650Z] ---> Running in 417e90580d95 [2020-12-07T15:29:57.650Z] ---> Running in fb0798c75370 [2020-12-07T15:29:57.943Z] Removing intermediate container fb0798c75370 [2020-12-07T15:29:57.943Z] ---> 2004104901bc [2020-12-07T15:29:57.943Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T15:29:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.2% of statements [2020-12-07T15:29:57.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 100.0% of statements [2020-12-07T15:29:57.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-07T15:29:58.219Z] 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 [2020-12-07T15:29:58.809Z] ---> Running in aa2c220e64bf [2020-12-07T15:29:58.809Z] Removing intermediate container ab8023204680 [2020-12-07T15:29:58.809Z] ---> ea3b82082790 [2020-12-07T15:29:58.809Z] [2020-12-07T15:29:58.809Z] Step 9/29 : FROM alpine:latest [2020-12-07T15:29:58.809Z] ---> d6e46aa2470d [2020-12-07T15:29:58.809Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T15:29:59.244Z] ---> Running in 29f94fa36b6b [2020-12-07T15:29:59.244Z] Removing intermediate container aa2c220e64bf [2020-12-07T15:29:59.244Z] ---> c19de7d68045 [2020-12-07T15:29:59.244Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T15:29:59.244Z] ---> Running in 3e2cacebc1f4 [2020-12-07T15:29:59.244Z] Removing intermediate container 29f94fa36b6b [2020-12-07T15:29:59.244Z] ---> 7714e10f3442 [2020-12-07T15:29:59.244Z] Step 11/29 : USER root [2020-12-07T15:29:59.650Z] ---> Running in 7f559cb5986e [2020-12-07T15:29:59.650Z] Removing intermediate container 3e2cacebc1f4 [2020-12-07T15:29:59.650Z] ---> 3701d023e4db [2020-12-07T15:29:59.650Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:29:59.650Z] ---> Running in 5ab925c8cae7 [2020-12-07T15:29:59.953Z] Removing intermediate container 7f559cb5986e [2020-12-07T15:29:59.953Z] ---> cb748264b302 [2020-12-07T15:29:59.953Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T15:29:59.953Z] ---> Running in 8a2c00dcb950 [2020-12-07T15:30:00.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:30:00.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:30:01.203Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:30:01.203Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:30:01.203Z] OK: 12746 distinct packages available [2020-12-07T15:30:01.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.731s coverage: 63.5% of statements [2020-12-07T15:30:01.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-07T15:30:01.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-07T15:30:01.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2020-12-07T15:30:01.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2020-12-07T15:30:01.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2020-12-07T15:30:01.466Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T15:30:01.466Z] Removing intermediate container 5ab925c8cae7 [2020-12-07T15:30:01.466Z] ---> 9b57b6f5779e [2020-12-07T15:30:01.466Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T15:30:01.466Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T15:30:01.466Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:30:01.732Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:30:01.732Z] OK: 6 MiB in 16 packages [2020-12-07T15:30:02.007Z] ---> Running in fc55afa5a9c2 [2020-12-07T15:30:02.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2020-12-07T15:30:02.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:30:03.237Z] Removing intermediate container 8a2c00dcb950 [2020-12-07T15:30:03.238Z] ---> 042e516d9524 [2020-12-07T15:30:03.238Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T15:30:03.238Z] ---> Running in 5c4c97bf823b [2020-12-07T15:30:03.500Z] Removing intermediate container 5c4c97bf823b [2020-12-07T15:30:03.500Z] ---> 41e891f8288b [2020-12-07T15:30:03.500Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T15:30:03.500Z] ---> Running in bb719060d73f [2020-12-07T15:30:03.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:30:03.784Z] Removing intermediate container bb719060d73f [2020-12-07T15:30:03.784Z] ---> 88ae3f38b2a7 [2020-12-07T15:30:03.784Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T15:30:03.784Z] ---> Running in d341aa9cf558 [2020-12-07T15:30:03.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2020-12-07T15:30:04.364Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T15:30:04.364Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T15:30:04.364Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T15:30:04.628Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T15:30:04.897Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T15:30:04.897Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:30:04.897Z] OK: 8 MiB in 19 packages [2020-12-07T15:30:05.164Z] Removing intermediate container d341aa9cf558 [2020-12-07T15:30:05.165Z] ---> 9c49ca4fde56 [2020-12-07T15:30:05.165Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T15:30:05.757Z] Removing intermediate container fc55afa5a9c2 [2020-12-07T15:30:05.757Z] ---> bba97e21d89d [2020-12-07T15:30:05.757Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T15:30:06.022Z] ---> b30008e0fe0f [2020-12-07T15:30:06.022Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T15:30:06.300Z] ---> 15ecceac36d3 [2020-12-07T15:30:06.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T15:30:06.872Z] ---> 347a1b7dc858 [2020-12-07T15:30:06.872Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T15:30:07.452Z] ---> 8f08b1f79830 [2020-12-07T15:30:07.452Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T15:30:07.452Z] ---> 463e41dd129e [2020-12-07T15:30:07.452Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T15:30:07.718Z] ---> 9a03ffc3ee90 [2020-12-07T15:30:07.718Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T15:30:07.718Z] ---> a647c49dacee [2020-12-07T15:30:07.718Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T15:30:07.980Z] ---> Running in eb7a0c5bd6cb [2020-12-07T15:30:07.980Z] 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 [2020-12-07T15:30:07.980Z] ---> da693a808a35 [2020-12-07T15:30:07.980Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T15:30:08.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.861s coverage: 55.9% of statements [2020-12-07T15:30:08.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-07T15:30:08.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-07T15:30:08.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-07T15:30:08.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-07T15:30:08.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-07T15:30:08.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-07T15:30:08.264Z] ---> Running in 24fc0ae9adc3 [2020-12-07T15:30:08.264Z] Removing intermediate container eb7a0c5bd6cb [2020-12-07T15:30:08.264Z] ---> 9b5b540e33a8 [2020-12-07T15:30:08.264Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:30:08.264Z] ---> Running in 7634261b2ded [2020-12-07T15:30:08.534Z] Removing intermediate container 7634261b2ded [2020-12-07T15:30:08.534Z] ---> 88c49b4ed7e7 [2020-12-07T15:30:08.534Z] Step 21/23 : LABEL arch=x86_64 [2020-12-07T15:30:08.801Z] ---> Running in 526e988cc3a8 [2020-12-07T15:30:10.185Z] Removing intermediate container 526e988cc3a8 [2020-12-07T15:30:10.185Z] ---> 171b80ec03cf [2020-12-07T15:30:10.185Z] Step 22/23 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:30:10.185Z] ---> Running in 70d9e14f89cd [2020-12-07T15:30:10.449Z] Removing intermediate container 70d9e14f89cd [2020-12-07T15:30:10.449Z] ---> 87ef521274bc [2020-12-07T15:30:10.449Z] Step 23/23 : LABEL version=0.0.0 [2020-12-07T15:30:10.449Z] Removing intermediate container 24fc0ae9adc3 [2020-12-07T15:30:10.449Z] ---> 2eee78b1103f [2020-12-07T15:30:10.449Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:30:10.449Z] ---> Running in a72115862597 [2020-12-07T15:30:11.838Z] ---> 1c5eb7609178 [2020-12-07T15:30:11.838Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:30:11.838Z] Removing intermediate container a72115862597 [2020-12-07T15:30:11.838Z] ---> e61d96823ec9 [2020-12-07T15:30:11.838Z] [2020-12-07T15:30:11.838Z] ---> Running in d42e98114cea [2020-12-07T15:30:11.838Z] Successfully built e61d96823ec9 [2020-12-07T15:30:12.101Z] Removing intermediate container 417e90580d95 [2020-12-07T15:30:12.101Z] ---> 933e173c6070 [2020-12-07T15:30:12.101Z] [2020-12-07T15:30:12.101Z] Step 10/21 : FROM alpine [2020-12-07T15:30:12.101Z] Successfully tagged docker-core-data-go:latest [2020-12-07T15:30:12.101Z] ---> d6e46aa2470d [2020-12-07T15:30:12.101Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T15:30:12.101Z]  Building docker-core-data-go ... done  ---> Running in c2d94decbd14 [2020-12-07T15:30:12.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:30:12.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:30:12.936Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:30:12.936Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:30:12.936Z] OK: 12746 distinct packages available [2020-12-07T15:30:12.936Z] Removing intermediate container d42e98114cea [2020-12-07T15:30:12.936Z] ---> 0fd7b4fb35a7 [2020-12-07T15:30:12.936Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T15:30:13.199Z] ---> Running in 65ab62347b5a [2020-12-07T15:30:13.199Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T15:30:13.199Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:30:13.199Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T15:30:13.199Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T15:30:13.199Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:30:13.199Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:30:13.460Z] OK: 7 MiB in 18 packages [2020-12-07T15:30:14.407Z] Removing intermediate container c2d94decbd14 [2020-12-07T15:30:14.407Z] ---> e0174e3bb7f4 [2020-12-07T15:30:14.407Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:30:14.407Z] Removing intermediate container 65ab62347b5a [2020-12-07T15:30:14.407Z] ---> 76124d5d69a6 [2020-12-07T15:30:14.407Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:30:14.407Z] ---> Running in ddd73ea28b00 [2020-12-07T15:30:14.669Z] ---> Running in 5a9941da382e [2020-12-07T15:30:14.669Z] Removing intermediate container ddd73ea28b00 [2020-12-07T15:30:14.669Z] ---> d0e4397cf55c [2020-12-07T15:30:14.669Z] Step 13/21 : WORKDIR /edgex [2020-12-07T15:30:14.669Z] Removing intermediate container 5a9941da382e [2020-12-07T15:30:14.669Z] ---> 712ca3ab2157 [2020-12-07T15:30:14.669Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T15:30:14.669Z] ---> Running in 980a51727761 [2020-12-07T15:30:14.931Z] ---> Running in 5a71832f7bb4 [2020-12-07T15:30:14.931Z] Removing intermediate container 980a51727761 [2020-12-07T15:30:14.931Z] ---> 7f3f06f7fdab [2020-12-07T15:30:14.931Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T15:30:14.931Z] Removing intermediate container 5a71832f7bb4 [2020-12-07T15:30:14.931Z] ---> bce032dff628 [2020-12-07T15:30:14.931Z] Step 27/29 : LABEL arch=x86_64 [2020-12-07T15:30:15.195Z] ---> Running in dd3e02457921 [2020-12-07T15:30:15.195Z] ---> dbfef6735e3e [2020-12-07T15:30:15.195Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T15:30:15.195Z] Removing intermediate container dd3e02457921 [2020-12-07T15:30:15.195Z] ---> 2ce6df43730c [2020-12-07T15:30:15.195Z] Step 28/29 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:30:15.195Z] ---> Running in 549cffb9ded5 [2020-12-07T15:30:15.456Z] Removing intermediate container 549cffb9ded5 [2020-12-07T15:30:15.456Z] ---> 9d3d7be0e067 [2020-12-07T15:30:15.456Z] Step 29/29 : LABEL version=0.0.0 [2020-12-07T15:30:15.717Z] ---> Running in ce4c8cab1c98 [2020-12-07T15:30:15.717Z] ---> d9d58bacacfc [2020-12-07T15:30:15.717Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T15:30:15.717Z] Removing intermediate container ce4c8cab1c98 [2020-12-07T15:30:15.717Z] ---> 0c89dd7b8df4 [2020-12-07T15:30:15.717Z] [2020-12-07T15:30:15.977Z] Successfully built 0c89dd7b8df4 [2020-12-07T15:30:15.977Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-07T15:30:15.977Z]  Building docker-security-secrets-setup-go ... done  ---> f2eee962012c [2020-12-07T15:30:15.977Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T15:30:16.238Z] ---> Running in 1e6052deaca7 [2020-12-07T15:30:16.238Z] Removing intermediate container 1e6052deaca7 [2020-12-07T15:30:16.238Z] ---> b13499156db6 [2020-12-07T15:30:16.238Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T15:30:16.238Z] ---> Running in 8984eb359cb2 [2020-12-07T15:30:16.499Z] Removing intermediate container 8984eb359cb2 [2020-12-07T15:30:16.499Z] ---> 2e6f77c6cbc3 [2020-12-07T15:30:16.499Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T15:30:16.499Z] ---> Running in 86edacec1101 [2020-12-07T15:30:16.761Z] Removing intermediate container 86edacec1101 [2020-12-07T15:30:16.761Z] ---> 84f1967a37f7 [2020-12-07T15:30:16.761Z] Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:30:17.336Z] ---> Running in f2a34ac97f42 [2020-12-07T15:30:17.597Z] Removing intermediate container f2a34ac97f42 [2020-12-07T15:30:17.597Z] ---> 1013f65093c2 [2020-12-07T15:30:17.597Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T15:30:17.597Z] ---> Running in 687a3d0e5118 [2020-12-07T15:30:17.860Z] Removing intermediate container 687a3d0e5118 [2020-12-07T15:30:17.860Z] ---> 2a7e8e817126 [2020-12-07T15:30:17.860Z] [2020-12-07T15:30:17.860Z] Successfully built 2a7e8e817126 [2020-12-07T15:30:18.124Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-07T15:30:18.150Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-12-07T15:30:18.196Z] $ docker stop --time=1 ed68bc25769029b3a9f9370a0ef0cc07bd90a39833803cb3ab548f0c04e96a97 [2020-12-07T15:30:19.943Z] $ docker rm -f ed68bc25769029b3a9f9370a0ef0cc07bd90a39833803cb3ab548f0c04e96a97 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T15:30:20.499Z] + docker images [2020-12-07T15:30:20.499Z] + grep docker [2020-12-07T15:30:20.761Z] docker-security-proxy-setup-go latest 2a7e8e817126 3 seconds ago 24.6MB [2020-12-07T15:30:20.761Z] docker-security-secrets-setup-go latest 0c89dd7b8df4 5 seconds ago 23.9MB [2020-12-07T15:30:20.761Z] docker-core-data-go latest e61d96823ec9 10 seconds ago 23.7MB [2020-12-07T15:30:20.761Z] docker-sys-mgmt-agent-go latest 3778a4bc8602 34 seconds ago 293MB [2020-12-07T15:30:20.761Z] docker-security-bootstrap-redis-go latest 73f2a5bc7fe5 40 seconds ago 15.8MB [2020-12-07T15:30:20.761Z] docker-core-metadata-go latest 47b88f519bb7 42 seconds ago 14.5MB [2020-12-07T15:30:20.761Z] docker-security-secretstore-setup-go latest d732b8f8168f About a minute ago 24.7MB [2020-12-07T15:30:20.761Z] docker-support-notifications-go latest e618cfa175f7 2 minutes ago 13.6MB [2020-12-07T15:30:20.761Z] docker-core-command-go latest ac6019bcac0e 2 minutes ago 12.2MB [2020-12-07T15:30:20.761Z] docker-support-scheduler-go latest 593dafd04d64 2 minutes ago 12.3MB [2020-12-07T15:30:20.761Z] docker latest b0757c55a1fd 5 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-07T15:30:36.893Z] Still waiting to schedule task [2020-12-07T15:30:36.894Z] ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-14862’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-14866’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-8c-8g-14876’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14861’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14868’ doesn’t have label ‘centos7-docker-8c-8g’ [2020-12-07T15:30:55.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 47.473s coverage: 86.3% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.890s coverage: 72.2% of statements [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.657s coverage: 72.1% of statements [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.133s coverage: 82.4% of statements [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.067s coverage: 28.8% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.074s coverage: 96.8% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.369s coverage: 37.2% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.673s coverage: 84.0% of statements [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.1% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.098s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.747s coverage: 29.1% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-07T15:30:55.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-07T15:30:55.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2020-12-07T15:30:55.172Z] GO111MODULE=on go vet ./... [2020-12-07T15:32:16.974Z] gofmt -l . [2020-12-07T15:32:16.975Z] [ "`gofmt -l .`" = "" ] [2020-12-07T15:32:16.975Z] ./bin/test-go-mod-tidy.sh [2020-12-07T15:32:16.975Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-07T15:32:17.647Z] + ls -al . [2020-12-07T15:32:17.647Z] total 680 [2020-12-07T15:32:17.647Z] drwxrwxr-x 9 1001 1001 4096 Dec 7 15:32 . [2020-12-07T15:32:17.647Z] drwxr-xr-x 4 root root 4096 Dec 7 15:27 .. [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 15:25 .dockerignore [2020-12-07T15:32:17.647Z] drwxrwxr-x 8 1001 1001 4096 Dec 7 15:25 .git [2020-12-07T15:32:17.647Z] drwxrwxr-x 3 1001 1001 4096 Dec 7 15:25 .github [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 15:25 .gitignore [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 166 Dec 7 15:25 .sonarcloud.properties [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 3804 Dec 7 15:25 CONTRIBUTING.md [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 1035 Dec 7 15:25 Dockerfile.build [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 863 Dec 7 15:25 Jenkinsfile [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 10775 Dec 7 15:25 LICENSE [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 6318 Dec 7 15:25 Makefile [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 6447 Dec 7 15:25 README.md [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 259 Dec 7 15:25 SECURITY.md [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 5 Dec 7 15:22 VERSION [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 4131 Dec 7 15:25 ZMQWindows.md [2020-12-07T15:32:17.647Z] drwxrwxr-x 2 1001 1001 4096 Dec 7 15:25 bin [2020-12-07T15:32:17.647Z] drwxrwxr-x 15 1001 1001 4096 Dec 7 15:25 cmd [2020-12-07T15:32:17.647Z] -rw-r--r-- 1 root root 557293 Dec 7 15:30 coverage.out [2020-12-07T15:32:17.647Z] -rw-r--r-- 1 root root 1041 Dec 7 15:32 go.mod [2020-12-07T15:32:17.647Z] -rw-r--r-- 1 root root 18746 Dec 7 15:32 go.sum [2020-12-07T15:32:17.647Z] drwxrwxr-x 8 1001 1001 4096 Dec 7 15:25 internal [2020-12-07T15:32:17.647Z] drwxrwxr-x 4 1001 1001 4096 Dec 7 15:25 openapi [2020-12-07T15:32:17.647Z] drwxrwxr-x 4 1001 1001 4096 Dec 7 15:25 snap [2020-12-07T15:32:17.647Z] -rw-rw-r-- 1 1001 1001 168 Dec 7 15:25 version.go [Pipeline] sh [2020-12-07T15:32:18.394Z] + '[' -e coverage.out ] [2020-12-07T15:32:18.394Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-07T15:32:18.415Z] Warning: overwriting stash ‘coverage-report’ [2020-12-07T15:32:19.694Z] Stashed 1 file(s) [Pipeline] sh [2020-12-07T15:32:20.421Z] + make build [2020-12-07T15:32:20.422Z] 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 [2020-12-07T15:32:32.846Z] 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 [2020-12-07T15:32:53.811Z] Running on prd-centos7-docker-8c-8g-14878 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-07T15:32:53.863Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2020-12-07T15:32:56.465Z] using credential edgex-jenkins-ssh [2020-12-07T15:32:56.517Z] Cloning the remote Git repository [2020-12-07T15:32:56.030Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:32:56.106Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2020-12-07T15:32:56.132Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:32:56.133Z] > git --version # timeout=10 [2020-12-07T15:32:56.141Z] > git --version # 'git version 2.24.3' [2020-12-07T15:32:56.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:32:56.166Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T15:32:59.662Z] 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 [2020-12-07T15:33:05.055Z] 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 [2020-12-07T15:33:10.466Z] 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 [2020-12-07T15:33:10.855Z] Merging remotes/origin/master commit b985b2abee46819742dbb8bb5fe7722252537d7a into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:33:11.033Z] Merge succeeded, producing fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:33:11.034Z] Checking out Revision fe929cdc9076a4b61d9349ddb828743ec74444d3 (PR-2908) [2020-12-07T15:33:10.390Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T15:33:10.400Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T15:33:10.410Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T15:33:10.424Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T15:33:10.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:33:10.429Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T15:33:10.866Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T15:33:10.873Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-07T15:33:10.967Z] > git remote # timeout=10 [2020-12-07T15:33:10.974Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T15:33:10.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T15:33:10.984Z] > git merge b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 [2020-12-07T15:33:11.008Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T15:33:11.039Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T15:33:11.043Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-07T15:33:12.448Z] 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 [2020-12-07T15:33:14.647Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-07T15:33:16.046Z] ++ find /w/workspace/edgex-go/10 [2020-12-07T15:33:16.046Z] ++ grep snapcraft.yaml [2020-12-07T15:33:16.046Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T15:33:16.218Z] provisioning config files... [2020-12-07T15:33:16.231Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/10@tmp/config2656506695183733097tmp [Pipeline] { [Pipeline] sh [2020-12-07T15:33:16.602Z] + cp /w/workspace/edgex-go/10@tmp/config2656506695183733097tmp /w/workspace/edgex-go/10/edgex-snap-store-login [Pipeline] sh [2020-12-07T15:33:16.911Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/10:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-07T15:33:16.911Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-12-07T15:33:16.911Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-12-07T15:33:16.911Z] f08d8e2a3ba1: Pulling fs layer [2020-12-07T15:33:16.911Z] 3baa9cb2483b: Pulling fs layer [2020-12-07T15:33:16.911Z] 94e5ff4c0b15: Pulling fs layer [2020-12-07T15:33:16.911Z] 1860925334f9: Pulling fs layer [2020-12-07T15:33:16.911Z] 2daf38717194: Pulling fs layer [2020-12-07T15:33:16.911Z] 309017e8d7a4: Pulling fs layer [2020-12-07T15:33:16.911Z] f7790dc9fd0f: Pulling fs layer [2020-12-07T15:33:16.911Z] cac0ae9282c2: Pulling fs layer [2020-12-07T15:33:16.911Z] 1f4cadf9a1ed: Pulling fs layer [2020-12-07T15:33:16.911Z] 309017e8d7a4: Waiting [2020-12-07T15:33:16.911Z] 1860925334f9: Waiting [2020-12-07T15:33:16.911Z] f7790dc9fd0f: Waiting [2020-12-07T15:33:16.911Z] cac0ae9282c2: Waiting [2020-12-07T15:33:16.911Z] 2daf38717194: Waiting [2020-12-07T15:33:16.911Z] 1f4cadf9a1ed: Waiting [2020-12-07T15:33:16.911Z] 94e5ff4c0b15: Download complete [2020-12-07T15:33:16.911Z] 3baa9cb2483b: Download complete [2020-12-07T15:33:17.174Z] 1860925334f9: Verifying Checksum [2020-12-07T15:33:17.174Z] 1860925334f9: Download complete [2020-12-07T15:33:17.174Z] 309017e8d7a4: Download complete [2020-12-07T15:33:19.145Z] f7790dc9fd0f: Verifying Checksum [2020-12-07T15:33:19.145Z] f7790dc9fd0f: Download complete [2020-12-07T15:33:19.145Z] cac0ae9282c2: Verifying Checksum [2020-12-07T15:33:19.145Z] cac0ae9282c2: Download complete [2020-12-07T15:33:19.176Z] 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 [2020-12-07T15:33:19.408Z] 1f4cadf9a1ed: Verifying Checksum [2020-12-07T15:33:19.408Z] 1f4cadf9a1ed: Download complete [2020-12-07T15:33:21.158Z] f08d8e2a3ba1: Verifying Checksum [2020-12-07T15:33:21.158Z] f08d8e2a3ba1: Download complete [2020-12-07T15:33:21.158Z] f08d8e2a3ba1: Pull complete [2020-12-07T15:33:21.421Z] 3baa9cb2483b: Pull complete [2020-12-07T15:33:21.421Z] 94e5ff4c0b15: Pull complete [2020-12-07T15:33:21.685Z] 1860925334f9: Pull complete [2020-12-07T15:33:24.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T15:33:25.008Z] 2daf38717194: Verifying Checksum [2020-12-07T15:33:25.008Z] 2daf38717194: Download complete [2020-12-07T15:33:28.827Z] 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 [2020-12-07T15:33:34.252Z] 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 [2020-12-07T15:33:38.550Z] 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 [2020-12-07T15:33:42.851Z] 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 [2020-12-07T15:33:43.157Z] 2daf38717194: Pull complete [2020-12-07T15:33:43.157Z] 309017e8d7a4: Pull complete [2020-12-07T15:33:43.157Z] f7790dc9fd0f: Pull complete [2020-12-07T15:33:43.157Z] cac0ae9282c2: Pull complete [2020-12-07T15:33:43.157Z] 1f4cadf9a1ed: Pull complete [2020-12-07T15:33:43.157Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-12-07T15:33:43.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-07T15:33:43.157Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-07T15:33:43.157Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-07T15:33:43.157Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1370 kB] [2020-12-07T15:33:43.157Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-07T15:33:43.157Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] [2020-12-07T15:33:43.157Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-07T15:33:43.157Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1815 kB] [2020-12-07T15:33:43.157Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-07T15:33:43.419Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] [2020-12-07T15:33:43.680Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-07T15:33:43.942Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2243 kB] [2020-12-07T15:33:43.942Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] [2020-12-07T15:33:43.942Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-07T15:33:43.942Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-07T15:33:44.203Z] Fetched 8409 kB in 2s (5548 kB/s) [2020-12-07T15:33:44.779Z] Reading package lists... [2020-12-07T15:33:46.170Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-07T15:33:46.170Z] - README.md [2020-12-07T15:33:46.170Z] [2020-12-07T15:33:46.170Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-07T15:33:47.159Z] 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 [2020-12-07T15:33:47.562Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-07T15:33:47.563Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-07T15:33:47.827Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-07T15:33:47.827Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-07T15:33:48.895Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 87% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-12-07T15:33:50.291Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6 libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip [2020-12-07T15:33:51.125Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-12-07T15:33:51.386Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-12-07T15:33:51.386Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-12-07T15:33:51.386Z] The following packages were automatically installed and are no longer required: [2020-12-07T15:33:51.386Z] libjq1 libonig4 [2020-12-07T15:33:51.386Z] Use 'sudo apt autoremove' to remove them. [2020-12-07T15:33:51.386Z] Suggested packages: [2020-12-07T15:33:51.386Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-12-07T15:33:51.386Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-12-07T15:33:51.386Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-12-07T15:33:51.386Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-12-07T15:33:51.386Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-12-07T15:33:51.386Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-12-07T15:33:51.386Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-12-07T15:33:51.386Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-12-07T15:33:51.387Z] | libterm-readline-perl-perl [Pipeline] } [2020-12-07T15:33:51.493Z] $ docker stop --time=1 0305e2bccf42c4d0dbcf78883cb372e2f00ad2749ba8d2e1d5e01013667794fa [2020-12-07T15:33:51.648Z] The following NEW packages will be installed: [2020-12-07T15:33:51.648Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-12-07T15:33:51.648Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-12-07T15:33:51.648Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-12-07T15:33:51.648Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-12-07T15:33:51.648Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-12-07T15:33:51.648Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-12-07T15:33:51.648Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-12-07T15:33:51.648Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-12-07T15:33:51.648Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-12-07T15:33:51.648Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-12-07T15:33:51.648Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-12-07T15:33:51.648Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-12-07T15:33:51.648Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-12-07T15:33:51.648Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-12-07T15:33:51.648Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-12-07T15:33:51.648Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-12-07T15:33:51.648Z] perl perl-modules-5.26 pkg-config unzip zip [2020-12-07T15:33:51.648Z] The following packages will be upgraded: [2020-12-07T15:33:51.648Z] libc6 perl-base [2020-12-07T15:33:51.648Z] 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. [2020-12-07T15:33:51.648Z] Need to get 84.4 MB of archives. [2020-12-07T15:33:51.648Z] After this operation, 369 MB of additional disk space will be used. [2020-12-07T15:33:51.910Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-07T15:33:52.486Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 671 kB/1391 kB 48%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-07T15:33:52.752Z] 2% [2 libc6 30.6 kB/2831 kB 1%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-12-07T15:33:52.752Z] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-07T15:33:52.752Z] 5% [4 perl-modules-5.26 8615 B/2762 kB 0%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-12-07T15:33:52.752Z] 7% [5 libgdbm5 0 B/26.0 kB 0%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-12-07T15:33:52.752Z] 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-07T15:33:53.017Z] 8% [7 libperl5.26 42.9 kB/3534 kB 1%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-07T15:33:53.017Z] 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-12-07T15:33:53.017Z] 12% [9 less 42.7 kB/112 kB 38%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-12-07T15:33:53.017Z] 12% [10 netbase 12.7 kB/12.7 kB 100%] 12% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-12-07T15:33:53.017Z] 12% [11 manpages 49.0 kB/1234 kB 4%] 14% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-07T15:33:53.017Z] 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-07T15:33:53.017Z] 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-07T15:33:53.281Z] 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-07T15:33:53.281Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-07T15:33:53.281Z] 17% [16 libc-dev-bin 18.9 kB/71.8 kB 26%] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-07T15:33:53.281Z] 17% [17 linux-libc-dev 16.2 kB/989 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-07T15:33:53.281Z] 18% [18 libc6-dev 65.5 kB/2586 kB 3%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-07T15:33:53.281Z] 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-12-07T15:33:53.544Z] 21% [20 libisl19 26.3 kB/551 kB 5%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-12-07T15:33:53.544Z] 22% [21 libmpfr6 64.3 kB/243 kB 27%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-12-07T15:33:53.544Z] 22% [22 libmpc3 18.1 kB/40.8 kB 44%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-07T15:33:53.806Z] 22% [23 cpp-7 28.7 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-07T15:33:53.806Z] 31% [24 cpp 27.7 kB/27.7 kB 100%] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-07T15:33:53.806Z] 31% [25 libcc1-0 31.6 kB/39.4 kB 80%] 31% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-07T15:33:53.806Z] 31% [26 libgomp1 13.9 kB/76.5 kB 18%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-07T15:33:53.806Z] 32% [27 libitm1 23.1 kB/27.9 kB 83%] 32% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-07T15:33:53.807Z] 32% [28 libatomic1 9192 B/9192 B 100%] 32% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-07T15:33:54.067Z] 32% [29 libasan4 16.7 kB/358 kB 5%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-07T15:33:54.067Z] 32% [30 liblsan0 0 B/133 kB 0%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-07T15:33:54.067Z] 33% [31 libtsan0 11.9 kB/288 kB 4%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-07T15:33:54.067Z] 33% [32 libubsan0 9451 B/126 kB 7%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-07T15:33:54.067Z] 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-07T15:33:54.067Z] 34% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-07T15:33:54.067Z] 34% [35 libquadmath0 7315 B/134 kB 5%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-07T15:33:54.067Z] 34% [36 libgcc-7-dev 4502 B/2378 kB 0%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-07T15:33:54.082Z] $ docker rm -f 0305e2bccf42c4d0dbcf78883cb372e2f00ad2749ba8d2e1d5e01013667794fa [2020-12-07T15:33:54.640Z] 37% [37 gcc-7 14.3 kB/9381 kB 0%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-07T15:33:54.640Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-07T15:33:54.640Z] 46% [39 libstdc++-7-dev 65.5 kB/1471 kB 4%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-07T15:33:54.903Z] 48% [40 g++-7 65.5 kB/9697 kB 1%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-07T15:33:54.903Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-12-07T15:33:54.903Z] 57% [42 make 63.6 kB/154 kB 41%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-07T15:33:54.903Z] 58% [43 libdpkg-perl 16.3 kB/211 kB 8%] 58% [Working] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-07T15:33:54.903Z] 58% [44 patch 18.7 kB/102 kB 18%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-07T15:33:54.903Z] 58% [45 dpkg-dev 24.7 kB/607 kB 4%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-12-07T15:33:54.903Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-12-07T15:33:54.903Z] 59% [47 cmake-data 28.1 kB/1332 kB 2%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-12-07T15:33:54.903Z] 61% [48 libarchive13 18.5 kB/288 kB 6%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-12-07T15:33:54.903Z] 61% [49 libjsoncpp1 15.9 kB/73.6 kB 22%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-12-07T15:33:55.166Z] 61% [50 librhash0 8734 B/78.1 kB 11%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-12-07T15:33:55.166Z] 62% [51 libuv1 64.4 kB/64.4 kB 100%] 62% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-12-07T15:33:55.166Z] 62% [52 cmake 38.2 kB/3152 kB 1%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-12-07T15:33:55.166Z] 65% [53 curl 31.5 kB/159 kB 20%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-12-07T15:33:55.166Z] 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-12-07T15:33:55.166Z] 66% [55 fakeroot 43.0 kB/62.3 kB 69%] 66% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] [Pipeline] // withDockerContainer [Pipeline] } [2020-12-07T15:33:55.451Z] 66% [56 libc6-i386 45.9 kB/2652 kB 2%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] [2020-12-07T15:33:55.451Z] 69% [57 libc6-dev-i386 7628 B/1817 kB 0%] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] [2020-12-07T15:33:55.451Z] 71% [58 libc6-x32 33.9 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-07T15:33:55.713Z] 74% [59 libc6-dev-x32 65.5 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-12-07T15:33:55.713Z] 76% [60 lib32gcc1 48.1 kB/48.1 kB 100%] 76% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-12-07T15:33:55.713Z] 76% [61 libx32gcc1 36.0 kB/40.5 kB 89%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-12-07T15:33:55.713Z] 76% [62 lib32gomp1 60.8 kB/83.7 kB 73%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-12-07T15:33:55.713Z] 76% [63 libx32gomp1 33.8 kB/77.8 kB 43%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-12-07T15:33:55.713Z] 77% [64 lib32itm1 24.6 kB/30.0 kB 82%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-12-07T15:33:55.713Z] 77% [65 libx32itm1 0 B/28.1 kB 0%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-12-07T15:33:55.713Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-12-07T15:33:55.713Z] 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-12-07T15:33:55.713Z] 77% [68 lib32asan4 64.1 kB/362 kB 18%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-12-07T15:33:55.713Z] 78% [69 libx32asan4 8874 B/351 kB 3%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-12-07T15:33:55.713Z] 79% [70 lib32stdc++6 25.7 kB/415 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-12-07T15:33:55.713Z] 79% [71 lib32ubsan0 65.5 kB/140 kB 47%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-12-07T15:33:55.713Z] 79% [72 libx32stdc++6 60.3 kB/387 kB 16%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-12-07T15:33:55.713Z] 80% [73 libx32ubsan0 12.5 kB/127 kB 10%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-12-07T15:33:55.713Z] 80% [74 lib32cilkrts5 21.5 kB/47.2 kB 46%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-12-07T15:33:55.713Z] 81% [75 libx32cilkrts5 8814 B/43.0 kB 20%] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-12-07T15:33:55.713Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:55.978Z] 81% [77 lib32quadmath0 81.1 kB/208 kB 39%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-12-07T15:33:55.978Z] 81% [78 libx32quadmath0 19.6 kB/135 kB 14%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-12-07T15:33:55.978Z] 82% [79 lib32gcc-7-dev 65.5 kB/2211 kB 3%] 84% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-12-07T15:33:55.978Z] 84% [80 libx32gcc-7-dev 20.5 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-12-07T15:33:55.978Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-12-07T15:33:55.978Z] 86% [82 lib32stdc++-7-dev 63.3 kB/626 kB 10%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-12-07T15:33:56.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:33:56.239Z] 87% [83 libx32stdc++-7-dev 26.6 kB/582 kB 5%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-12-07T15:33:56.240Z] 88% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-12-07T15:33:56.240Z] 88% [85 gcc-multilib 1428 B/1428 B 100%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-12-07T15:33:56.240Z] 88% [86 g++-multilib 0 B/1020 B 0%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-07T15:33:56.240Z] 88% [87 libcurl3-gnutls 29.8 kB/213 kB 14%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-07T15:33:56.240Z] 89% [88 liberror-perl 22.8 kB/22.8 kB 100%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-07T15:33:56.240Z] 89% [89 git-man 56.1 kB/804 kB 7%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-07T15:33:56.240Z] 90% [90 git 38.7 kB/3915 kB 1%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-12-07T15:33:56.240Z] 94% [91 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-12-07T15:33:56.240Z] 94% [92 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-12-07T15:33:56.240Z] 94% [93 libalgorithm-merge-perl 0 B/12.0 kB 0%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-12-07T15:33:56.240Z] 94% [94 libfile-fcntllock-perl 0 B/33.2 kB 0%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-07T15:33:56.240Z] 95% [95 libnorm1 16.2 kB/224 kB 7%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-07T15:33:56.240Z] 95% [96 libpgm-5.2-0 19.0 kB/157 kB 12%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-07T15:33:56.240Z] 95% [97 libsodium23 2119 B/143 kB 1%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-07T15:33:56.240Z] 96% [98 libzmq5 15.2 kB/221 kB 7%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-07T15:33:56.347Z] [2020-12-07T15:33:56.347Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:33:56.501Z] 96% [99 libzmq3-dev 23.6 kB/400 kB 6%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-12-07T15:33:56.501Z] 97% [100 manpages-dev 49.0 kB/2217 kB 2%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-07T15:33:56.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:33:56.734Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-07T15:33:56.734Z] 29e5d40040c1: Pulling fs layer [2020-12-07T15:33:56.734Z] 1ce36da41761: Pulling fs layer [2020-12-07T15:33:56.734Z] 25b303627fd3: Pulling fs layer [2020-12-07T15:33:56.763Z] 99% [101 pkg-config 29.3 kB/45.0 kB 65%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-12-07T15:33:57.025Z] 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Waiting for headers] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-07T15:33:57.025Z] 100% [103 zip 7445 B/167 kB 4%] 100% [Working] Fetched 84.4 MB in 5s (15.7 MB/s) [2020-12-07T15:33:57.287Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-07T15:33:57.287Z] (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 ... 9889 files and directories currently installed.) [2020-12-07T15:33:57.287Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-07T15:33:57.287Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-12-07T15:33:57.331Z] 29e5d40040c1: Verifying Checksum [2020-12-07T15:33:57.331Z] 29e5d40040c1: Download complete [2020-12-07T15:33:57.936Z] 1ce36da41761: Verifying Checksum [2020-12-07T15:33:57.937Z] 1ce36da41761: Download complete [2020-12-07T15:33:58.211Z] 29e5d40040c1: Pull complete [2020-12-07T15:33:59.650Z] 1ce36da41761: Pull complete [2020-12-07T15:33:59.650Z] 25b303627fd3: Verifying Checksum [2020-12-07T15:33:59.650Z] 25b303627fd3: Download complete [2020-12-07T15:34:01.500Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-07T15:34:01.500Z] (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 ... 9889 files and directories currently installed.) [2020-12-07T15:34:01.500Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T15:34:01.500Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-12-07T15:34:04.056Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:05.002Z] Selecting previously unselected package liblocale-gettext-perl. [2020-12-07T15:34:05.002Z] (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 ... 9889 files and directories currently installed.) [2020-12-07T15:34:05.002Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-12-07T15:34:05.002Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-12-07T15:34:05.002Z] Selecting previously unselected package perl-modules-5.26. [2020-12-07T15:34:05.002Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-07T15:34:05.002Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-07T15:34:05.944Z] Selecting previously unselected package libgdbm5:amd64. [2020-12-07T15:34:05.944Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-12-07T15:34:05.944Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-12-07T15:34:05.944Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-12-07T15:34:05.944Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-12-07T15:34:05.944Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-07T15:34:05.944Z] Selecting previously unselected package libperl5.26:amd64. [2020-12-07T15:34:05.944Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-07T15:34:05.944Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-07T15:34:06.518Z] Selecting previously unselected package perl. [2020-12-07T15:34:06.518Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-07T15:34:06.518Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-12-07T15:34:06.780Z] Selecting previously unselected package less. [2020-12-07T15:34:06.780Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-12-07T15:34:06.780Z] Unpacking less (487-0.1) ... [2020-12-07T15:34:06.780Z] Selecting previously unselected package netbase. [2020-12-07T15:34:06.780Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-12-07T15:34:06.780Z] Unpacking netbase (5.4) ... [2020-12-07T15:34:06.780Z] Selecting previously unselected package manpages. [2020-12-07T15:34:06.780Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-12-07T15:34:06.780Z] Unpacking manpages (4.15-1) ... [2020-12-07T15:34:07.041Z] Selecting previously unselected package binutils-common:amd64. [2020-12-07T15:34:07.041Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T15:34:07.041Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:07.041Z] Selecting previously unselected package libbinutils:amd64. [2020-12-07T15:34:07.042Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T15:34:07.042Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:07.305Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-12-07T15:34:07.305Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T15:34:07.305Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:07.567Z] Selecting previously unselected package binutils. [2020-12-07T15:34:07.568Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T15:34:07.568Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:07.568Z] Selecting previously unselected package libc-dev-bin. [2020-12-07T15:34:07.568Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T15:34:07.568Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-07T15:34:07.568Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-12-07T15:34:07.568Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-07T15:34:07.568Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-07T15:34:08.144Z] Selecting previously unselected package libc6-dev:amd64. [2020-12-07T15:34:08.144Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T15:34:08.144Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:08.404Z] Selecting previously unselected package gcc-7-base:amd64. [2020-12-07T15:34:08.404Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:08.404Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:08.666Z] Selecting previously unselected package libisl19:amd64. [2020-12-07T15:34:08.666Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-12-07T15:34:08.666Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-12-07T15:34:08.666Z] Selecting previously unselected package libmpfr6:amd64. [2020-12-07T15:34:08.666Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-12-07T15:34:08.666Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-12-07T15:34:08.666Z] Selecting previously unselected package libmpc3:amd64. [2020-12-07T15:34:08.666Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-12-07T15:34:08.935Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-12-07T15:34:08.935Z] Selecting previously unselected package cpp-7. [2020-12-07T15:34:08.935Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:08.935Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:09.510Z] Selecting previously unselected package cpp. [2020-12-07T15:34:09.510Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T15:34:09.510Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:09.772Z] Selecting previously unselected package libcc1-0:amd64. [2020-12-07T15:34:09.772Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:09.772Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:09.772Z] Selecting previously unselected package libgomp1:amd64. [2020-12-07T15:34:09.772Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:09.772Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:09.772Z] Selecting previously unselected package libitm1:amd64. [2020-12-07T15:34:09.772Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:09.772Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:09.810Z] 25b303627fd3: Pull complete [2020-12-07T15:34:09.810Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-07T15:34:09.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:34:09.810Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-07T15:34:10.033Z] Selecting previously unselected package libatomic1:amd64. [2020-12-07T15:34:10.033Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.033Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:10.033Z] Selecting previously unselected package libasan4:amd64. [2020-12-07T15:34:10.033Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.033Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:10.033Z] Selecting previously unselected package liblsan0:amd64. [2020-12-07T15:34:10.033Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.033Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:10.071Z] prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container [2020-12-07T15:34:10.165Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-07T15:34:10.295Z] Selecting previously unselected package libtsan0:amd64. [2020-12-07T15:34:10.295Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.295Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:10.295Z] Selecting previously unselected package libubsan0:amd64. [2020-12-07T15:34:10.295Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.295Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:10.295Z] Selecting previously unselected package libcilkrts5:amd64. [2020-12-07T15:34:10.295Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.295Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:10.555Z] Selecting previously unselected package libmpx2:amd64. [2020-12-07T15:34:10.555Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.555Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:10.555Z] Selecting previously unselected package libquadmath0:amd64. [2020-12-07T15:34:10.555Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.555Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:10.555Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-12-07T15:34:10.555Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.555Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:10.817Z] Selecting previously unselected package gcc-7. [2020-12-07T15:34:10.817Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:10.817Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:11.760Z] Selecting previously unselected package gcc. [2020-12-07T15:34:11.760Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T15:34:11.760Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:11.760Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-12-07T15:34:11.760Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:11.760Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:12.334Z] Selecting previously unselected package g++-7. [2020-12-07T15:34:12.334Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:12.334Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:13.280Z] Selecting previously unselected package g++. [2020-12-07T15:34:13.280Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T15:34:13.280Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:13.280Z] Selecting previously unselected package make. [2020-12-07T15:34:13.280Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-12-07T15:34:13.280Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-12-07T15:34:13.280Z] Selecting previously unselected package libdpkg-perl. [2020-12-07T15:34:13.280Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-07T15:34:13.280Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-07T15:34:13.534Z] $ docker top 9eb8c101751c29d63d8e0f2181456c8866bbc487204e1ca54e47639eee2b3804 -eo pid,comm [2020-12-07T15:34:13.541Z] Selecting previously unselected package patch. [2020-12-07T15:34:13.541Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-07T15:34:13.541Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-12-07T15:34:13.541Z] Selecting previously unselected package dpkg-dev. [2020-12-07T15:34:13.541Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-07T15:34:13.541Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-07T15:34:13.541Z] Selecting previously unselected package build-essential. [2020-12-07T15:34:13.542Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-12-07T15:34:13.542Z] Unpacking build-essential (12.4ubuntu1) ... [2020-12-07T15:34:13.803Z] Selecting previously unselected package cmake-data. [2020-12-07T15:34:13.803Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-12-07T15:34:13.803Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [Pipeline] { [Pipeline] sh [2020-12-07T15:34:14.378Z] Selecting previously unselected package libarchive13:amd64. [2020-12-07T15:34:14.378Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-12-07T15:34:14.378Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-07T15:34:14.378Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-12-07T15:34:14.378Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-07T15:34:14.378Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-07T15:34:14.617Z] + docker-compose build --help [2020-12-07T15:34:14.617Z] + grep parallel [2020-12-07T15:34:14.640Z] Selecting previously unselected package librhash0:amd64. [2020-12-07T15:34:14.640Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-12-07T15:34:14.640Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-12-07T15:34:14.640Z] Selecting previously unselected package libuv1:amd64. [2020-12-07T15:34:14.640Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-12-07T15:34:14.640Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-12-07T15:34:14.640Z] Selecting previously unselected package cmake. [2020-12-07T15:34:14.640Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-12-07T15:34:14.640Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-07T15:34:15.218Z] Selecting previously unselected package curl. [2020-12-07T15:34:15.218Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-07T15:34:15.218Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-12-07T15:34:15.218Z] Selecting previously unselected package libfakeroot:amd64. [2020-12-07T15:34:15.218Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-07T15:34:15.218Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-07T15:34:15.218Z] Selecting previously unselected package fakeroot. [2020-12-07T15:34:15.218Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-07T15:34:15.218Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-12-07T15:34:15.481Z] Selecting previously unselected package libc6-i386. [2020-12-07T15:34:15.481Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T15:34:15.481Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:15.744Z] Selecting previously unselected package libc6-dev-i386. [2020-12-07T15:34:15.744Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T15:34:15.744Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:16.006Z] Selecting previously unselected package libc6-x32. [2020-12-07T15:34:16.006Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T15:34:16.006Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:16.588Z] Selecting previously unselected package libc6-dev-x32. [2020-12-07T15:34:16.588Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T15:34:16.588Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:16.849Z] Selecting previously unselected package lib32gcc1. [2020-12-07T15:34:16.849Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:16.849Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:16.849Z] Selecting previously unselected package libx32gcc1. [2020-12-07T15:34:16.849Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:16.849Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:16.849Z] Selecting previously unselected package lib32gomp1. [2020-12-07T15:34:16.849Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:16.849Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:17.111Z] Selecting previously unselected package libx32gomp1. [2020-12-07T15:34:17.111Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.111Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:17.111Z] Selecting previously unselected package lib32itm1. [2020-12-07T15:34:17.111Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.111Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:17.373Z] Selecting previously unselected package libx32itm1. [2020-12-07T15:34:17.373Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.373Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:17.373Z] Selecting previously unselected package lib32atomic1. [2020-12-07T15:34:17.373Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.373Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:17.373Z] Selecting previously unselected package libx32atomic1. [2020-12-07T15:34:17.373Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.373Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:17.636Z] Selecting previously unselected package lib32asan4. [2020-12-07T15:34:17.636Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.636Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:17.636Z] Selecting previously unselected package libx32asan4. [2020-12-07T15:34:17.636Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.636Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:17.900Z] Selecting previously unselected package lib32stdc++6. [2020-12-07T15:34:17.900Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.900Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:17.900Z] Selecting previously unselected package lib32ubsan0. [2020-12-07T15:34:17.900Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.900Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:17.900Z] Selecting previously unselected package libx32stdc++6. [2020-12-07T15:34:17.900Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:17.900Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:18.162Z] Selecting previously unselected package libx32ubsan0. [2020-12-07T15:34:18.162Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.162Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:18.162Z] Selecting previously unselected package lib32cilkrts5. [2020-12-07T15:34:18.162Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.162Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:18.424Z] Selecting previously unselected package libx32cilkrts5. [2020-12-07T15:34:18.424Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.424Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:18.424Z] Selecting previously unselected package lib32mpx2. [2020-12-07T15:34:18.424Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.424Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:18.424Z] Selecting previously unselected package lib32quadmath0. [2020-12-07T15:34:18.424Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.424Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:18.687Z] Selecting previously unselected package libx32quadmath0. [2020-12-07T15:34:18.687Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.687Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:18.687Z] Selecting previously unselected package lib32gcc-7-dev. [2020-12-07T15:34:18.687Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.687Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:18.949Z] Selecting previously unselected package libx32gcc-7-dev. [2020-12-07T15:34:18.949Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:18.949Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:19.211Z] Selecting previously unselected package gcc-7-multilib. [2020-12-07T15:34:19.211Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:19.211Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:19.211Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-12-07T15:34:19.211Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:19.211Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:19.473Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-12-07T15:34:19.473Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:19.474Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:19.736Z] Selecting previously unselected package g++-7-multilib. [2020-12-07T15:34:19.736Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T15:34:19.736Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:19.736Z] Selecting previously unselected package gcc-multilib. [2020-12-07T15:34:19.736Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T15:34:19.736Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:19.736Z] Selecting previously unselected package g++-multilib. [2020-12-07T15:34:19.736Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T15:34:19.736Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:19.999Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-07T15:34:19.999Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-07T15:34:19.999Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-07T15:34:19.999Z] Selecting previously unselected package liberror-perl. [2020-12-07T15:34:19.999Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-12-07T15:34:19.999Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-07T15:34:19.999Z] Selecting previously unselected package git-man. [2020-12-07T15:34:19.999Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-07T15:34:19.999Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-07T15:34:20.042Z] --parallel Build images in parallel. [2020-12-07T15:34:20.260Z] Selecting previously unselected package git. [2020-12-07T15:34:20.260Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-07T15:34:20.260Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [Pipeline] } [2020-12-07T15:34:20.340Z] $ docker stop --time=1 9eb8c101751c29d63d8e0f2181456c8866bbc487204e1ca54e47639eee2b3804 [2020-12-07T15:34:20.521Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-12-07T15:34:20.521Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-12-07T15:34:20.782Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-12-07T15:34:20.782Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-12-07T15:34:20.782Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-12-07T15:34:20.782Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-07T15:34:21.355Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-12-07T15:34:21.355Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-12-07T15:34:21.355Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-12-07T15:34:21.355Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-12-07T15:34:21.355Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-12-07T15:34:21.355Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-12-07T15:34:21.355Z] Selecting previously unselected package libnorm1:amd64. [2020-12-07T15:34:21.355Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-07T15:34:21.355Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-07T15:34:21.618Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-07T15:34:21.618Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-07T15:34:21.618Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-07T15:34:21.618Z] Selecting previously unselected package libsodium23:amd64. [2020-12-07T15:34:21.618Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-12-07T15:34:21.618Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-07T15:34:21.618Z] Selecting previously unselected package libzmq5:amd64. [2020-12-07T15:34:21.618Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-07T15:34:21.618Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T15:34:21.879Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-07T15:34:21.879Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-07T15:34:21.879Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T15:34:21.879Z] Selecting previously unselected package manpages-dev. [2020-12-07T15:34:21.879Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-12-07T15:34:21.879Z] Unpacking manpages-dev (4.15-1) ... [2020-12-07T15:34:22.139Z] Selecting previously unselected package pkg-config. [2020-12-07T15:34:22.139Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-07T15:34:22.139Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-07T15:34:22.139Z] Selecting previously unselected package unzip. [2020-12-07T15:34:22.139Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-12-07T15:34:22.352Z] $ docker rm -f 9eb8c101751c29d63d8e0f2181456c8866bbc487204e1ca54e47639eee2b3804 [2020-12-07T15:34:22.399Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-12-07T15:34:22.400Z] Selecting previously unselected package zip. [2020-12-07T15:34:22.400Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-12-07T15:34:22.400Z] Unpacking zip (3.0-11build1) ... [2020-12-07T15:34:22.400Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:22.400Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:22.400Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:22.400Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-07T15:34:22.400Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:22.400Z] Setting up manpages (4.15-1) ... [2020-12-07T15:34:22.660Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-07T15:34:22.660Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:22.660Z] Setting up less (487-0.1) ... [2020-12-07T15:34:22.660Z] Setting up make (4.1-9.1ubuntu1) ... [2020-12-07T15:34:22.660Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:22.660Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-12-07T15:34:22.660Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-07T15:34:22.660Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-12-07T15:34:22.660Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-07T15:34:22.661Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:34:22.922Z] Setting up unzip (6.0-21ubuntu1) ... [2020-12-07T15:34:22.922Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-07T15:34:22.922Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-12-07T15:34:22.922Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-07T15:34:22.922Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:22.922Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-07T15:34:22.922Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-12-07T15:34:22.922Z] Setting up zip (3.0-11build1) ... [2020-12-07T15:34:22.922Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:22.922Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:22.922Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.202Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-12-07T15:34:23.202Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.202Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-07T15:34:23.202Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.202Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.202Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:23.202Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-07T15:34:23.202Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.202Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-07T15:34:23.202Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-07T15:34:23.202Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.202Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-12-07T15:34:23.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T15:34:23.228Z] . [Pipeline] withDockerContainer [2020-12-07T15:34:23.463Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-12-07T15:34:23.463Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-07T15:34:23.463Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-07T15:34:23.463Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.463Z] Setting up manpages-dev (4.15-1) ... [2020-12-07T15:34:23.463Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:23.463Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.463Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.463Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.463Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.463Z] Setting up netbase (5.4) ... [2020-12-07T15:34:23.557Z] prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container [2020-12-07T15:34:23.678Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-07T15:34:23.724Z] Setting up libisl19:amd64 (0.19-1) ... [2020-12-07T15:34:23.724Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-07T15:34:23.724Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.724Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T15:34:23.724Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.724Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.724Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:23.724Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.724Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.724Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.724Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.987Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.987Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.987Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T15:34:23.987Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-12-07T15:34:23.987Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-07T15:34:23.987Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.987Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.987Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:23.987Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-07T15:34:23.987Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T15:34:23.987Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.248Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-07T15:34:24.248Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.248Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:24.248Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-07T15:34:24.248Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:24.248Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:24.248Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.248Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-07T15:34:24.248Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-12-07T15:34:24.248Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-12-07T15:34:24.510Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.510Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-07T15:34:24.510Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.510Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.510Z] Setting up liberror-perl (0.17025-1) ... [2020-12-07T15:34:24.510Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.510Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-07T15:34:24.510Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.510Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:24.771Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.771Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-07T15:34:24.771Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-12-07T15:34:24.771Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-07T15:34:24.771Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-07T15:34:24.771Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:24.771Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-12-07T15:34:24.771Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-12-07T15:34:24.771Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-07T15:34:25.032Z] Setting up build-essential (12.4ubuntu1) ... [2020-12-07T15:34:25.032Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:25.032Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-07T15:34:25.032Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-07T15:34:25.032Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-07T15:34:25.032Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-12-07T15:34:25.268Z] $ docker top 27db317820393b3ea76d682553dd1b3449ba973fd4f40de2e5643414e1bc5701 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:34:26.417Z] binutils set to automatically installed. [2020-12-07T15:34:26.417Z] binutils-common set to automatically installed. [2020-12-07T15:34:26.417Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-12-07T15:34:26.417Z] build-essential set to automatically installed. [2020-12-07T15:34:26.417Z] cmake set to automatically installed. [2020-12-07T15:34:26.417Z] cmake-data set to automatically installed. [2020-12-07T15:34:26.417Z] cpp set to automatically installed. [2020-12-07T15:34:26.417Z] cpp-7 set to automatically installed. [2020-12-07T15:34:26.417Z] curl set to automatically installed. [2020-12-07T15:34:26.417Z] dpkg-dev set to automatically installed. [2020-12-07T15:34:26.417Z] fakeroot set to automatically installed. [2020-12-07T15:34:26.417Z] g++ set to automatically installed. [2020-12-07T15:34:26.417Z] g++-7 set to automatically installed. [2020-12-07T15:34:26.417Z] g++-7-multilib set to automatically installed. [2020-12-07T15:34:26.417Z] g++-multilib set to automatically installed. [2020-12-07T15:34:26.417Z] gcc set to automatically installed. [2020-12-07T15:34:26.417Z] gcc-7 set to automatically installed. [2020-12-07T15:34:26.417Z] gcc-7-base set to automatically installed. [2020-12-07T15:34:26.417Z] gcc-7-multilib set to automatically installed. [2020-12-07T15:34:26.417Z] gcc-multilib set to automatically installed. [2020-12-07T15:34:26.417Z] git set to automatically installed. [2020-12-07T15:34:26.417Z] git-man set to automatically installed. [2020-12-07T15:34:26.417Z] less set to automatically installed. [2020-12-07T15:34:26.417Z] lib32asan4 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32atomic1 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32cilkrts5 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32gcc-7-dev set to automatically installed. [2020-12-07T15:34:26.417Z] lib32gcc1 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32gomp1 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32itm1 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32mpx2 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32quadmath0 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32stdc++-7-dev set to automatically installed. [2020-12-07T15:34:26.417Z] lib32stdc++6 set to automatically installed. [2020-12-07T15:34:26.417Z] lib32ubsan0 set to automatically installed. [2020-12-07T15:34:26.417Z] libalgorithm-diff-perl set to automatically installed. [2020-12-07T15:34:26.417Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-12-07T15:34:26.417Z] libalgorithm-merge-perl set to automatically installed. [2020-12-07T15:34:26.417Z] libarchive13 set to automatically installed. [2020-12-07T15:34:26.417Z] libasan4 set to automatically installed. [2020-12-07T15:34:26.417Z] libatomic1 set to automatically installed. [2020-12-07T15:34:26.417Z] libbinutils set to automatically installed. [2020-12-07T15:34:26.417Z] libc-dev-bin set to automatically installed. [2020-12-07T15:34:26.417Z] libc6 set to automatically installed. [2020-12-07T15:34:26.417Z] libc6-dev set to automatically installed. [2020-12-07T15:34:26.417Z] libc6-dev-i386 set to automatically installed. [2020-12-07T15:34:26.417Z] libc6-dev-x32 set to automatically installed. [2020-12-07T15:34:26.417Z] libc6-i386 set to automatically installed. [2020-12-07T15:34:26.417Z] libc6-x32 set to automatically installed. [2020-12-07T15:34:26.417Z] libcc1-0 set to automatically installed. [2020-12-07T15:34:26.417Z] libcilkrts5 set to automatically installed. [2020-12-07T15:34:26.417Z] libcurl3-gnutls set to automatically installed. [2020-12-07T15:34:26.417Z] libdpkg-perl set to automatically installed. [2020-12-07T15:34:26.417Z] liberror-perl set to automatically installed. [2020-12-07T15:34:26.417Z] libfakeroot set to automatically installed. [2020-12-07T15:34:26.417Z] libfile-fcntllock-perl set to automatically installed. [2020-12-07T15:34:26.417Z] libgcc-7-dev set to automatically installed. [2020-12-07T15:34:26.417Z] libgdbm-compat4 set to automatically installed. [2020-12-07T15:34:26.417Z] libgdbm5 set to automatically installed. [2020-12-07T15:34:26.417Z] libgomp1 set to automatically installed. [2020-12-07T15:34:26.417Z] libisl19 set to automatically installed. [2020-12-07T15:34:26.417Z] libitm1 set to automatically installed. [2020-12-07T15:34:26.438Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T15:34:26.679Z] libjsoncpp1 set to automatically installed. [2020-12-07T15:34:26.679Z] liblocale-gettext-perl set to automatically installed. [2020-12-07T15:34:26.679Z] liblsan0 set to automatically installed. [2020-12-07T15:34:26.679Z] libmpc3 set to automatically installed. [2020-12-07T15:34:26.679Z] libmpfr6 set to automatically installed. [2020-12-07T15:34:26.679Z] libmpx2 set to automatically installed. [2020-12-07T15:34:26.679Z] libnorm1 set to automatically installed. [2020-12-07T15:34:26.679Z] libperl5.26 set to automatically installed. [2020-12-07T15:34:26.679Z] libpgm-5.2-0 set to automatically installed. [2020-12-07T15:34:26.679Z] libquadmath0 set to automatically installed. [2020-12-07T15:34:26.679Z] librhash0 set to automatically installed. [2020-12-07T15:34:26.679Z] libsodium23 set to automatically installed. [2020-12-07T15:34:26.679Z] libstdc++-7-dev set to automatically installed. [2020-12-07T15:34:26.679Z] libtsan0 set to automatically installed. [2020-12-07T15:34:26.679Z] libubsan0 set to automatically installed. [2020-12-07T15:34:26.679Z] libuv1 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32asan4 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32atomic1 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32cilkrts5 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32gcc-7-dev set to automatically installed. [2020-12-07T15:34:26.679Z] libx32gcc1 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32gomp1 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32itm1 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32quadmath0 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32stdc++-7-dev set to automatically installed. [2020-12-07T15:34:26.679Z] libx32stdc++6 set to automatically installed. [2020-12-07T15:34:26.679Z] libx32ubsan0 set to automatically installed. [2020-12-07T15:34:26.679Z] libzmq3-dev set to automatically installed. [2020-12-07T15:34:26.679Z] libzmq5 set to automatically installed. [2020-12-07T15:34:26.679Z] linux-libc-dev set to automatically installed. [2020-12-07T15:34:26.679Z] make set to automatically installed. [2020-12-07T15:34:26.679Z] manpages set to automatically installed. [2020-12-07T15:34:26.679Z] manpages-dev set to automatically installed. [2020-12-07T15:34:26.679Z] netbase set to automatically installed. [2020-12-07T15:34:26.679Z] patch set to automatically installed. [2020-12-07T15:34:26.679Z] perl set to automatically installed. [2020-12-07T15:34:26.679Z] perl-base set to automatically installed. [2020-12-07T15:34:26.679Z] perl-modules-5.26 set to automatically installed. [2020-12-07T15:34:26.679Z] pkg-config set to automatically installed. [2020-12-07T15:34:26.679Z] unzip set to automatically installed. [2020-12-07T15:34:26.679Z] zip set to automatically installed. [2020-12-07T15:34:26.679Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-12-07T15:34:26.679Z] Please ensure the environment is properly setup before continuing. [2020-12-07T15:34:26.679Z] Ignore this message if the appropriate measures have already been taken [2020-12-07T15:34:27.251Z] Pulling go-build-helper  [2020-12-07T15:34:28.193Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-12-07T15:34:28.193Z] Skipping pull go-build-helper (already ran) [2020-12-07T15:34:28.193Z] Building go-build-helper  [2020-12-07T15:34:30.737Z] Staging go-build-helper  [2020-12-07T15:34:30.998Z] Pulling go115  [2020-12-07T15:34:31.597Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-12-07T15:34:31.597Z] Skipping pull go115 (already ran) [2020-12-07T15:34:31.597Z] Building go115  [2020-12-07T15:34:31.597Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T15:34:31.597Z] Dload Upload Total Spent Left Speed [2020-12-07T15:34:31.834Z] Building docker-core-command-go ... [2020-12-07T15:34:31.834Z] Building docker-core-data-go ... [2020-12-07T15:34:31.834Z] Building docker-core-metadata-go ... [2020-12-07T15:34:31.834Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T15:34:31.834Z] Building docker-security-proxy-setup-go ... [2020-12-07T15:34:31.834Z] Building docker-security-secrets-setup-go ... [2020-12-07T15:34:31.834Z] Building docker-security-secretstore-setup-go ... [2020-12-07T15:34:31.834Z] Building docker-support-notifications-go ... [2020-12-07T15:34:31.834Z] Building docker-support-scheduler-go ... [2020-12-07T15:34:31.834Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T15:34:31.834Z] Building docker-core-metadata-go [2020-12-07T15:34:31.834Z] Building docker-support-scheduler-go [2020-12-07T15:34:31.834Z] Building docker-sys-mgmt-agent-go [2020-12-07T15:34:31.834Z] Building docker-core-data-go [2020-12-07T15:34:31.834Z] Building docker-support-notifications-go [2020-12-07T15:34:33.766Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.3M 0 0 35.4M 0 0:00:03 --:--:-- 0:00:03 35.3M 72 115M 72 83.6M 0 0 49.9M 0 0:00:02 0:00:01 0:00:01 49.9M 92 115M 92 106M 0 0 51.3M 0 0:00:02 0:00:02 --:--:-- 51.3M [2020-12-07T15:34:33.766Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-12-07T15:34:33.766Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-12-07T15:34:34.718Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-07T15:34:35.866Z] Failed in branch amd64 [2020-12-07T15:35:53.604Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:35:53.604Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:35:53.604Z] ---> fe20b9bc0754 [2020-12-07T15:35:53.604Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T15:35:53.604Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:35:53.604Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:35:53.604Z] ---> fe20b9bc0754 [2020-12-07T15:35:53.604Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:35:53.604Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:35:53.604Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:35:53.604Z] ---> fe20b9bc0754 [2020-12-07T15:35:53.604Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:35:53.604Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:35:53.604Z] [2020-12-07T15:35:53.604Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:35:53.604Z] [2020-12-07T15:35:53.604Z] ---> fe20b9bc0754 [2020-12-07T15:35:53.604Z] ---> fe20b9bc0754 [2020-12-07T15:35:53.604Z] Step 3/24 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2020-12-07T15:35:53.604Z] [2020-12-07T15:35:53.604Z] ---> Running in 17a3336e282f [2020-12-07T15:35:53.604Z] ---> Running in 9f2b6b409c9b [2020-12-07T15:35:53.604Z] ---> Running in 0ae3cf92815b [2020-12-07T15:35:53.604Z] ---> Running in 06734821b7a2 [2020-12-07T15:35:53.605Z] ---> Running in aa781dcb31ee [2020-12-07T15:35:53.605Z] Removing intermediate container 17a3336e282f [2020-12-07T15:35:53.605Z] ---> 0b72b9ac42f2 [2020-12-07T15:35:53.605Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:35:53.605Z] Removing intermediate container aa781dcb31ee [2020-12-07T15:35:53.605Z] ---> abb6d2a0c29b [2020-12-07T15:35:53.605Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:35:53.605Z] Removing intermediate container 0ae3cf92815b [2020-12-07T15:35:53.605Z] ---> c6b49cd1c226 [2020-12-07T15:35:53.605Z] Removing intermediate container 9f2b6b409c9b [2020-12-07T15:35:53.605Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:35:53.605Z] ---> 9c3267178716 [2020-12-07T15:35:53.605Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:35:53.605Z] Removing intermediate container 06734821b7a2 [2020-12-07T15:35:53.605Z] ---> 081296d04536 [2020-12-07T15:35:53.605Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:35:53.605Z] ---> Running in 534e445069b0 [2020-12-07T15:35:53.605Z] ---> Running in bf3b44c50e75 [2020-12-07T15:35:53.605Z] ---> Running in 7de9a9c66ba4 [2020-12-07T15:35:53.605Z] ---> Running in b0fe2ab759dd [2020-12-07T15:35:53.605Z] ---> Running in 2c424936ce51 [2020-12-07T15:35:53.605Z] Removing intermediate container bf3b44c50e75 [2020-12-07T15:35:53.605Z] ---> 68f783ee7775 [2020-12-07T15:35:53.605Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T15:35:53.879Z] ---> Running in 8063ccb2de49 [2020-12-07T15:35:53.879Z] Removing intermediate container 534e445069b0 [2020-12-07T15:35:53.879Z] ---> e43b502d31d0 [2020-12-07T15:35:53.879Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T15:35:54.153Z] Removing intermediate container 7de9a9c66ba4 [2020-12-07T15:35:54.153Z] ---> 4d58291c7aac [2020-12-07T15:35:54.153Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T15:35:54.153Z] ---> Running in dbdbda579d17 [2020-12-07T15:35:54.431Z] ---> Running in 40722f1c275a [2020-12-07T15:35:54.704Z] Removing intermediate container b0fe2ab759dd [2020-12-07T15:35:54.704Z] ---> 38954dbd76a4 [2020-12-07T15:35:54.704Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:35:54.704Z] Removing intermediate container 2c424936ce51 [2020-12-07T15:35:54.704Z] ---> 8ce251df2b2e [2020-12-07T15:35:54.704Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:35:54.978Z] ---> Running in 7e9045c6165e [2020-12-07T15:35:54.978Z] ---> Running in bd94d4a54f82 [2020-12-07T15:35:55.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:56.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:56.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:56.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:56.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:56.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:57.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:57.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:57.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:57.638Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:35:57.638Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:35:57.638Z] OK: 12616 distinct packages available [2020-12-07T15:35:57.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:35:58.183Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:35:58.183Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:35:58.183Z] OK: 12616 distinct packages available [2020-12-07T15:35:58.455Z] OK: 217 MiB in 51 packages [2020-12-07T15:35:58.455Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:35:58.455Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:35:58.455Z] OK: 12616 distinct packages available [2020-12-07T15:35:58.732Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:35:58.732Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:35:58.732Z] OK: 12616 distinct packages available [2020-12-07T15:35:59.011Z] OK: 217 MiB in 51 packages [2020-12-07T15:35:59.286Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:35:59.286Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:35:59.286Z] OK: 12616 distinct packages available [2020-12-07T15:35:59.572Z] OK: 217 MiB in 51 packages [2020-12-07T15:35:59.572Z] OK: 217 MiB in 51 packages [2020-12-07T15:36:00.182Z] OK: 217 MiB in 51 packages [2020-12-07T15:36:00.461Z] Removing intermediate container 8063ccb2de49 [2020-12-07T15:36:00.461Z] ---> 11f8027d23f5 [2020-12-07T15:36:00.461Z] Step 6/23 : COPY go.mod . [2020-12-07T15:36:01.063Z] Removing intermediate container dbdbda579d17 [2020-12-07T15:36:01.063Z] ---> 514b3c744bb7 [2020-12-07T15:36:01.063Z] Step 6/27 : COPY go.mod . [2020-12-07T15:36:01.343Z] Removing intermediate container 40722f1c275a [2020-12-07T15:36:01.343Z] ---> b48fdbe30496 [2020-12-07T15:36:01.343Z] Step 6/24 : COPY go.mod . [2020-12-07T15:36:01.620Z] ---> 0c0d0f73e961 [2020-12-07T15:36:01.620Z] Step 7/23 : RUN go mod download [2020-12-07T15:36:01.620Z] Removing intermediate container bd94d4a54f82 [2020-12-07T15:36:01.620Z] ---> ab6b7cd599d9 [2020-12-07T15:36:01.620Z] Step 6/21 : COPY go.mod . [2020-12-07T15:36:01.895Z] ---> Running in 5bd26e1202f0 [2020-12-07T15:36:01.895Z] Removing intermediate container 7e9045c6165e [2020-12-07T15:36:01.895Z] ---> 8bd0a67bc37a [2020-12-07T15:36:01.895Z] Step 6/22 : COPY go.mod . [2020-12-07T15:36:01.895Z] ---> 949bf1abd2b0 [2020-12-07T15:36:01.895Z] Step 7/27 : RUN go mod download [2020-12-07T15:36:02.174Z] ---> Running in 0506e610bafb [2020-12-07T15:36:02.446Z] ---> 374ec266ba71 [2020-12-07T15:36:02.446Z] Step 7/24 : RUN go mod download [2020-12-07T15:36:02.717Z] ---> Running in b78f5fab045e [2020-12-07T15:36:02.991Z] ---> 15eec3d23715 [2020-12-07T15:36:02.991Z] Step 7/21 : RUN go mod download [2020-12-07T15:36:02.991Z] ---> 63426f451f84 [2020-12-07T15:36:02.991Z] Step 7/22 : RUN go mod download [2020-12-07T15:36:02.991Z] ---> Running in 0bdc7d2c6380 [2020-12-07T15:36:03.269Z] ---> Running in 94ccadba8f0e [2020-12-07T15:36:06.661Z] Removing intermediate container 5bd26e1202f0 [2020-12-07T15:36:06.661Z] ---> d900df9a2173 [2020-12-07T15:36:06.661Z] Step 8/23 : COPY . . [2020-12-07T15:36:06.661Z] Removing intermediate container 0506e610bafb [2020-12-07T15:36:06.662Z] ---> 419cfe2c6069 [2020-12-07T15:36:06.662Z] Step 8/27 : COPY . . [2020-12-07T15:36:06.932Z] Removing intermediate container b78f5fab045e [2020-12-07T15:36:06.932Z] ---> 9f3dda713f51 [2020-12-07T15:36:06.932Z] Step 8/24 : COPY . . [2020-12-07T15:36:07.207Z] Removing intermediate container 0bdc7d2c6380 [2020-12-07T15:36:07.207Z] ---> 7e0d92f275ba [2020-12-07T15:36:07.207Z] Step 8/21 : COPY . . [2020-12-07T15:36:07.805Z] Removing intermediate container 94ccadba8f0e [2020-12-07T15:36:07.805Z] ---> ca765f6e7e57 [2020-12-07T15:36:07.805Z] Step 8/22 : COPY . . [2020-12-07T15:36:34.613Z] ---> 7a669c074715 [2020-12-07T15:36:34.613Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T15:36:34.613Z] ---> 26f70a6f987b [2020-12-07T15:36:34.613Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T15:36:34.613Z] ---> ca2b6a6cbe53 [2020-12-07T15:36:34.613Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T15:36:34.613Z] ---> Running in 5975e96e8786 [2020-12-07T15:36:34.613Z] ---> c89b4f403272 [2020-12-07T15:36:34.613Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T15:36:34.613Z] ---> 0cac3b29be63 [2020-12-07T15:36:34.613Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T15:36:34.613Z] ---> Running in 58b612ee9453 [2020-12-07T15:36:34.613Z] ---> Running in 8628aac5ad8c [2020-12-07T15:36:34.613Z] ---> Running in cf3665263ac6 [2020-12-07T15:36:34.613Z] ---> Running in 0286743bdf0b [2020-12-07T15:36:34.613Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T15:36:34.613Z] 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 [2020-12-07T15:36:34.613Z] 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 [2020-12-07T15:36:34.613Z] 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 [2020-12-07T15:36:34.892Z] 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 [2020-12-07T15:38:26.829Z] Removing intermediate container 8628aac5ad8c [2020-12-07T15:38:26.829Z] ---> 5bf830dd750f [2020-12-07T15:38:26.829Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T15:38:26.829Z] ---> Running in 4ee6a981bf13 [2020-12-07T15:38:28.285Z] 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 [2020-12-07T15:38:36.646Z] Removing intermediate container 4ee6a981bf13 [2020-12-07T15:38:36.646Z] ---> e18aac44fdd3 [2020-12-07T15:38:36.646Z] [2020-12-07T15:38:36.646Z] Step 11/27 : FROM docker:latest [2020-12-07T15:38:36.646Z] ---> 84e3a507c27b [2020-12-07T15:38:36.646Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T15:38:36.646Z] ---> Running in 2e069278cc54 [2020-12-07T15:38:37.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:38:37.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:38:38.636Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T15:38:38.637Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T15:38:38.637Z] Executing bash-5.0.17-r0.post-install [2020-12-07T15:38:38.637Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:38:38.637Z] OK: 12 MiB in 22 packages [2020-12-07T15:38:41.293Z] Removing intermediate container 2e069278cc54 [2020-12-07T15:38:41.293Z] ---> f1bd22410efd [2020-12-07T15:38:41.293Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T15:38:41.293Z] ---> Running in 7636994202a5 [2020-12-07T15:38:48.274Z] Removing intermediate container 7636994202a5 [2020-12-07T15:38:48.275Z] ---> 46d0c98fa142 [2020-12-07T15:38:48.275Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T15:38:48.275Z] Removing intermediate container 58b612ee9453 [2020-12-07T15:38:48.275Z] ---> 2b98a6c13340 [2020-12-07T15:38:48.275Z] [2020-12-07T15:38:48.275Z] Step 10/24 : FROM scratch [2020-12-07T15:38:48.275Z] ---> [2020-12-07T15:38:48.275Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T15:38:48.570Z] ---> Running in 8b74e18943aa [2020-12-07T15:38:48.864Z] ---> Running in a75d8af461f1 [2020-12-07T15:38:50.379Z] Removing intermediate container 8b74e18943aa [2020-12-07T15:38:50.379Z] ---> c41a369e7ed9 [2020-12-07T15:38:50.379Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T15:38:50.379Z] Removing intermediate container a75d8af461f1 [2020-12-07T15:38:50.379Z] ---> 4438afdb606c [2020-12-07T15:38:50.379Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T15:38:50.379Z] ---> Running in 385830c8ec70 [2020-12-07T15:38:50.666Z] ---> Running in 37cdb48bfe45 [2020-12-07T15:38:50.666Z] Removing intermediate container 0286743bdf0b [2020-12-07T15:38:50.666Z] ---> 9b0cea4af03f [2020-12-07T15:38:50.666Z] [2020-12-07T15:38:50.666Z] Step 10/21 : FROM scratch [2020-12-07T15:38:50.666Z] ---> [2020-12-07T15:38:50.666Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:38:51.278Z] ---> Running in 580b6ca01dfd [2020-12-07T15:38:51.278Z] Removing intermediate container 385830c8ec70 [2020-12-07T15:38:51.278Z] ---> cec1ff240512 [2020-12-07T15:38:51.278Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T15:38:51.570Z] ---> Running in 8c1712451898 [2020-12-07T15:38:51.570Z] Removing intermediate container 37cdb48bfe45 [2020-12-07T15:38:51.570Z] ---> a5da836ffea0 [2020-12-07T15:38:51.570Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T15:38:51.851Z] ---> Running in 5d2466480085 [2020-12-07T15:38:52.137Z] Removing intermediate container 580b6ca01dfd [2020-12-07T15:38:52.137Z] ---> 7bf3f1557c85 [2020-12-07T15:38:52.137Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T15:38:52.137Z] ---> Running in b5193d782cef [2020-12-07T15:38:52.761Z] Removing intermediate container 8c1712451898 [2020-12-07T15:38:52.761Z] ---> be129070271a [2020-12-07T15:38:52.761Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T15:38:53.043Z] Removing intermediate container 5d2466480085 [2020-12-07T15:38:53.043Z] ---> 74297feb3ecb [2020-12-07T15:38:53.043Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T15:38:53.043Z] Removing intermediate container b5193d782cef [2020-12-07T15:38:53.043Z] ---> 1c84d16a3c8f [2020-12-07T15:38:53.043Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T15:38:53.322Z] ---> Running in 630bb33722a8 [2020-12-07T15:38:54.771Z] Removing intermediate container 630bb33722a8 [2020-12-07T15:38:54.771Z] ---> 17f4197bba83 [2020-12-07T15:38:54.771Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T15:38:54.771Z] ---> c5f3c372208e [2020-12-07T15:38:54.771Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T15:38:55.050Z] ---> 68e793b260fe [2020-12-07T15:38:55.050Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T15:38:56.496Z] ---> a8ce4ecbba37 [2020-12-07T15:38:56.496Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T15:38:56.768Z] ---> a469bfe12ceb [2020-12-07T15:38:56.768Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T15:38:57.044Z] ---> c50dcd371c48 [2020-12-07T15:38:57.044Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T15:38:59.042Z] ---> 875d1bcf1fef [2020-12-07T15:38:59.042Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T15:38:59.042Z] ---> e5b07ae159db [2020-12-07T15:38:59.042Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T15:38:59.042Z] ---> Running in bfd38b63e021 [2020-12-07T15:38:59.645Z] ---> 0a3dc6d5d3e4 [2020-12-07T15:38:59.645Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T15:39:00.259Z] ---> 9962ee09e0a4 [2020-12-07T15:39:00.259Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T15:39:00.542Z] ---> Running in aee7b351d474 [2020-12-07T15:39:01.158Z] ---> 71b3fa45e626 [2020-12-07T15:39:01.158Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T15:39:01.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:39:01.438Z] Removing intermediate container aee7b351d474 [2020-12-07T15:39:01.438Z] ---> f442fcaf440e [2020-12-07T15:39:01.438Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:39:01.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:39:02.008Z] ---> Running in 23d3841d768d [2020-12-07T15:39:02.315Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T15:39:02.315Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T15:39:02.315Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T15:39:02.600Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T15:39:02.600Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T15:39:02.600Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T15:39:02.600Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T15:39:03.207Z] Removing intermediate container 23d3841d768d [2020-12-07T15:39:03.207Z] ---> 4ca8269d870b [2020-12-07T15:39:03.207Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T15:39:03.800Z] ---> 722e8863d657 [2020-12-07T15:39:03.800Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T15:39:03.800Z] ---> Running in d767c0c6ddc5 [2020-12-07T15:39:05.243Z] Removing intermediate container d767c0c6ddc5 [2020-12-07T15:39:05.243Z] ---> 703edb2a0e42 [2020-12-07T15:39:05.243Z] Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:39:05.243Z] ---> e2610b95cb5d [2020-12-07T15:39:05.243Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T15:39:05.518Z] ---> Running in 651ea7e98dc3 [2020-12-07T15:39:05.518Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T15:39:05.518Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T15:39:05.518Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T15:39:05.793Z] ---> Running in 4304d358629b [2020-12-07T15:39:05.793Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T15:39:05.793Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T15:39:05.793Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T15:39:05.793Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T15:39:06.070Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T15:39:06.070Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T15:39:06.070Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T15:39:06.070Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T15:39:06.070Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T15:39:06.070Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T15:39:06.361Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T15:39:06.361Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T15:39:06.361Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T15:39:06.361Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T15:39:06.361Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T15:39:06.361Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T15:39:06.361Z] Removing intermediate container 651ea7e98dc3 [2020-12-07T15:39:06.361Z] ---> 3521cd54ce8d [2020-12-07T15:39:06.361Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T15:39:06.361Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T15:39:06.649Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T15:39:06.649Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T15:39:06.649Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T15:39:06.649Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T15:39:06.649Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T15:39:06.649Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T15:39:06.649Z] Removing intermediate container 4304d358629b [2020-12-07T15:39:06.649Z] ---> b5bf27b0cefb [2020-12-07T15:39:06.649Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:39:06.922Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:39:06.922Z] OK: 71 MiB in 55 packages [2020-12-07T15:39:07.199Z] ---> Running in c59cde738c26 [2020-12-07T15:39:07.473Z] ---> Running in eac71a688e19 [2020-12-07T15:39:08.456Z] Removing intermediate container c59cde738c26 [2020-12-07T15:39:08.456Z] ---> f0fc14da25f6 [2020-12-07T15:39:08.456Z] [2020-12-07T15:39:09.053Z] Removing intermediate container eac71a688e19 [2020-12-07T15:39:09.053Z] ---> 7c4281e04599 [2020-12-07T15:39:09.053Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T15:39:09.053Z] Successfully built f0fc14da25f6 [2020-12-07T15:39:09.330Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-07T15:39:09.330Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-12-07T15:39:09.609Z] ---> Running in d810f459aac4 [2020-12-07T15:39:10.222Z] Removing intermediate container cf3665263ac6 [2020-12-07T15:39:10.222Z] ---> 4bfd629ebca9 [2020-12-07T15:39:10.222Z] [2020-12-07T15:39:10.222Z] Step 10/22 : FROM scratch [2020-12-07T15:39:10.222Z] ---> [2020-12-07T15:39:10.222Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:39:10.222Z] ---> Using cache [2020-12-07T15:39:10.524Z] ---> 7bf3f1557c85 [2020-12-07T15:39:10.524Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T15:39:11.123Z] ---> Running in 6db7c9666d49 [2020-12-07T15:39:11.123Z] Removing intermediate container d810f459aac4 [2020-12-07T15:39:11.123Z] ---> e79f503c1f5f [2020-12-07T15:39:11.123Z] Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:39:12.572Z] ---> Running in 759adc22c686 [2020-12-07T15:39:12.841Z] Removing intermediate container 6db7c9666d49 [2020-12-07T15:39:12.841Z] ---> 3fbcb0ae4211 [2020-12-07T15:39:12.841Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:39:13.438Z] ---> Running in 6e82ff2d86bc [2020-12-07T15:39:13.712Z] Removing intermediate container 759adc22c686 [2020-12-07T15:39:13.712Z] ---> 4a9e4ea823d8 [2020-12-07T15:39:13.712Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T15:39:14.707Z] ---> Running in c74e6f8c8370 [2020-12-07T15:39:14.707Z] Removing intermediate container 6e82ff2d86bc [2020-12-07T15:39:14.707Z] ---> b420b2b152f0 [2020-12-07T15:39:14.707Z] Step 14/22 : WORKDIR / [2020-12-07T15:39:15.300Z] ---> Running in b7f68db7377a [2020-12-07T15:39:15.905Z] Removing intermediate container c74e6f8c8370 [2020-12-07T15:39:15.905Z] ---> 74d352ec1273 [2020-12-07T15:39:15.905Z] [2020-12-07T15:39:16.175Z] Removing intermediate container bfd38b63e021 [2020-12-07T15:39:16.175Z] ---> 11f3210f927e [2020-12-07T15:39:16.175Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T15:39:16.450Z] Removing intermediate container b7f68db7377a [2020-12-07T15:39:16.450Z] ---> 387c726b8dd2 [2020-12-07T15:39:16.450Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T15:39:16.450Z] ---> Running in 1788b7b26897 [2020-12-07T15:39:16.729Z] Successfully built 74d352ec1273 [2020-12-07T15:39:16.729Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-07T15:39:16.729Z] Building docker-security-secrets-setup-go [2020-12-07T15:39:18.182Z]  Building docker-support-notifications-go ... done  ---> f01411c7d50d [2020-12-07T15:39:18.182Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T15:39:22.524Z] Removing intermediate container 5975e96e8786 [2020-12-07T15:39:22.524Z] ---> f77004c53e1b [2020-12-07T15:39:22.524Z] [2020-12-07T15:39:22.524Z] Step 10/23 : FROM alpine [2020-12-07T15:39:22.524Z] latest: Pulling from library/alpine [2020-12-07T15:39:22.524Z] ---> 5de5cd5a0e4a [2020-12-07T15:39:22.524Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T15:39:22.524Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T15:39:22.524Z] Status: Downloaded newer image for alpine:latest [2020-12-07T15:39:22.524Z] ---> 2e77e061c27f [2020-12-07T15:39:22.818Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:39:23.431Z] ---> Running in a57a86a65fb8 [2020-12-07T15:39:23.431Z] Collecting docker-compose==1.23.2 [2020-12-07T15:39:23.715Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T15:39:24.007Z] ---> 40bfdd5ec0c1 [2020-12-07T15:39:24.007Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T15:39:24.289Z] ---> Running in 6c35007aa7b7 [2020-12-07T15:39:24.567Z] Removing intermediate container a57a86a65fb8 [2020-12-07T15:39:24.567Z] ---> 93bbbcdd1a54 [2020-12-07T15:39:24.567Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T15:39:24.841Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T15:39:24.841Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T15:39:25.119Z] ---> Running in 8b089a121f09 [2020-12-07T15:39:25.394Z] Removing intermediate container 6c35007aa7b7 [2020-12-07T15:39:25.394Z] ---> cd710afdb2a9 [2020-12-07T15:39:25.394Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:39:25.992Z] Removing intermediate container 8b089a121f09 [2020-12-07T15:39:25.992Z] ---> 74c981b7f4b9 [2020-12-07T15:39:25.992Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T15:39:26.272Z] ---> Running in 171a477515e5 [2020-12-07T15:39:26.565Z] ---> Running in 330cffded3be [2020-12-07T15:39:27.190Z] Removing intermediate container 171a477515e5 [2020-12-07T15:39:27.190Z] ---> b9c5df583c4e [2020-12-07T15:39:27.190Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T15:39:27.849Z] Removing intermediate container 330cffded3be [2020-12-07T15:39:27.849Z] ---> 66057f0fbf56 [2020-12-07T15:39:27.849Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:39:27.849Z] ---> Running in 84129bf25b9d [2020-12-07T15:39:28.140Z] ---> Running in 78247e16bba7 [2020-12-07T15:39:28.429Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T15:39:28.429Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T15:39:29.043Z] Removing intermediate container 84129bf25b9d [2020-12-07T15:39:29.043Z] ---> 5669f6c91966 [2020-12-07T15:39:29.043Z] Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:39:29.319Z] ---> Running in c827911df52d [2020-12-07T15:39:29.594Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T15:39:29.594Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T15:39:30.201Z] Removing intermediate container c827911df52d [2020-12-07T15:39:30.201Z] ---> 936736aab762 [2020-12-07T15:39:30.201Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T15:39:30.477Z] ---> Running in 5080d8ca197a [2020-12-07T15:39:31.489Z] Removing intermediate container 5080d8ca197a [2020-12-07T15:39:31.489Z] ---> 1647a8bb834f [2020-12-07T15:39:31.489Z] [2020-12-07T15:39:31.489Z] Removing intermediate container 78247e16bba7 [2020-12-07T15:39:31.489Z] ---> 7b7399eff9e8 [2020-12-07T15:39:31.489Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T15:39:31.795Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T15:39:31.795Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T15:39:32.075Z] ---> Running in ef2508867501 [2020-12-07T15:39:32.352Z] Successfully built 1647a8bb834f [2020-12-07T15:39:32.352Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-07T15:39:32.352Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-12-07T15:39:32.951Z] Collecting PyYAML<4,>=3.10 [2020-12-07T15:39:32.951Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T15:39:33.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:39:33.954Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:39:33.954Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:39:33.954Z] ---> fe20b9bc0754 [2020-12-07T15:39:33.954Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T15:39:33.954Z] ---> Using cache [2020-12-07T15:39:33.954Z] ---> 081296d04536 [2020-12-07T15:39:33.954Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:39:33.954Z] ---> Using cache [2020-12-07T15:39:33.954Z] ---> 8ce251df2b2e [2020-12-07T15:39:33.954Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T15:39:33.954Z] ---> Using cache [2020-12-07T15:39:33.954Z] ---> 8bd0a67bc37a [2020-12-07T15:39:33.954Z] Step 6/24 : COPY go.mod . [2020-12-07T15:39:33.954Z] ---> Using cache [2020-12-07T15:39:33.954Z] ---> 63426f451f84 [2020-12-07T15:39:33.954Z] Step 7/24 : RUN go mod download [2020-12-07T15:39:33.954Z] ---> Using cache [2020-12-07T15:39:33.954Z] ---> ca765f6e7e57 [2020-12-07T15:39:33.954Z] Step 8/24 : COPY . . [2020-12-07T15:39:33.954Z] ---> Using cache [2020-12-07T15:39:33.954Z] ---> 0cac3b29be63 [2020-12-07T15:39:33.954Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T15:39:34.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:39:35.172Z] ---> Running in 36bfc52d83e7 [2020-12-07T15:39:35.447Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T15:39:35.447Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T15:39:35.447Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T15:39:35.731Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T15:39:36.015Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T15:39:36.015Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:39:36.314Z] OK: 8 MiB in 19 packages [2020-12-07T15:39:36.602Z] 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 [2020-12-07T15:39:38.696Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T15:39:38.696Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T15:39:39.687Z] Removing intermediate container ef2508867501 [2020-12-07T15:39:39.688Z] ---> 0ad77ae6b6d4 [2020-12-07T15:39:39.688Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T15:39:41.679Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T15:39:41.679Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T15:39:41.679Z] ---> 5723435f3d50 [2020-12-07T15:39:41.679Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T15:39:42.287Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T15:39:42.287Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T15:39:42.893Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T15:39:42.893Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T15:39:45.552Z] ---> d1cdfdeffbb6 [2020-12-07T15:39:45.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T15:39:45.552Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-07T15:39:45.830Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T15:39:45.830Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T15:39:46.108Z] 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) [2020-12-07T15:39:46.882Z] ---> 9e2875eb767d [2020-12-07T15:39:46.882Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T15:39:46.882Z] ---> Running in 30028594cd29 [2020-12-07T15:39:47.307Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T15:39:47.307Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T15:39:47.950Z] Removing intermediate container 30028594cd29 [2020-12-07T15:39:47.950Z] ---> 92085ab27620 [2020-12-07T15:39:47.950Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:39:47.950Z] Collecting idna<2.8,>=2.5 [2020-12-07T15:39:47.950Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T15:39:47.950Z] 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) [2020-12-07T15:39:47.950Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T15:39:47.950Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T15:39:47.950Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T15:39:47.950Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T15:39:47.950Z] ---> Running in e661aa2735eb [2020-12-07T15:39:49.521Z] Removing intermediate container e661aa2735eb [2020-12-07T15:39:49.521Z] ---> c1764798b2d4 [2020-12-07T15:39:49.521Z] Step 21/23 : LABEL arch=arm64 [2020-12-07T15:39:49.864Z] ---> Running in 38aba2976c06 [2020-12-07T15:39:50.143Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:39:50.143Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T15:39:50.143Z] ---> fe20b9bc0754 [2020-12-07T15:39:50.143Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T15:39:50.143Z] ---> Using cache [2020-12-07T15:39:50.143Z] ---> 081296d04536 [2020-12-07T15:39:50.143Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T15:39:50.143Z] ---> Running in 58dd5a67eae6 [2020-12-07T15:39:50.143Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, texttable, cached-property, jsonschema, docopt, docker-compose [2020-12-07T15:39:50.143Z] Running setup.py install for dockerpty: started [2020-12-07T15:39:50.761Z] Removing intermediate container 38aba2976c06 [2020-12-07T15:39:50.761Z] ---> d1ebec18cd67 [2020-12-07T15:39:50.761Z] Step 22/23 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:39:51.377Z] ---> Running in a0e6130ebad2 [2020-12-07T15:39:51.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:39:52.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:39:52.948Z] Removing intermediate container a0e6130ebad2 [2020-12-07T15:39:52.948Z] ---> d064b95a42b1 [2020-12-07T15:39:52.948Z] Step 23/23 : LABEL version=0.0.0 [2020-12-07T15:39:53.229Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T15:39:53.507Z] ---> Running in 603d873e74eb [2020-12-07T15:39:53.788Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:39:53.788Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:39:53.788Z] OK: 12616 distinct packages available [2020-12-07T15:39:53.788Z] Attempting uninstall: urllib3 [2020-12-07T15:39:54.071Z] Found existing installation: urllib3 1.25.9 [2020-12-07T15:39:54.071Z] Uninstalling urllib3-1.25.9: [2020-12-07T15:39:54.346Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T15:39:54.346Z] Removing intermediate container 603d873e74eb [2020-12-07T15:39:54.346Z] ---> 28630e693d40 [2020-12-07T15:39:54.346Z] [2020-12-07T15:39:54.947Z] OK: 217 MiB in 51 packages [2020-12-07T15:39:55.227Z] Successfully built 28630e693d40 [2020-12-07T15:39:55.518Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-07T15:39:55.518Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-12-07T15:39:55.518Z] Attempting uninstall: idna [2020-12-07T15:39:55.518Z] Found existing installation: idna 2.9 [2020-12-07T15:39:55.518Z] Uninstalling idna-2.9: [2020-12-07T15:39:55.518Z] Successfully uninstalled idna-2.9 [2020-12-07T15:39:56.512Z] Attempting uninstall: requests [2020-12-07T15:39:56.512Z] Found existing installation: requests 2.23.0 [2020-12-07T15:39:56.512Z] Uninstalling requests-2.23.0: [2020-12-07T15:39:56.790Z] Successfully uninstalled requests-2.23.0 [2020-12-07T15:39:56.790Z] Removing intermediate container 58dd5a67eae6 [2020-12-07T15:39:56.790Z] ---> fbe67d9b9d8a [2020-12-07T15:39:56.790Z] Step 5/29 : COPY go.mod . [2020-12-07T15:39:58.257Z] ---> 8963bfbf52d7 [2020-12-07T15:39:58.257Z] Step 6/29 : RUN go mod download [2020-12-07T15:39:58.569Z] Running setup.py install for PyYAML: started [2020-12-07T15:39:58.867Z] ---> Running in 5e1d704cbf0c [2020-12-07T15:40:02.419Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T15:40:02.419Z] Running setup.py install for texttable: started [2020-12-07T15:40:05.086Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T15:40:05.362Z] Removing intermediate container 5e1d704cbf0c [2020-12-07T15:40:05.362Z] ---> ec57ef0fa4d4 [2020-12-07T15:40:05.362Z] Step 7/29 : COPY . . [2020-12-07T15:40:05.966Z] Running setup.py install for docopt: started [2020-12-07T15:40:07.976Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:40:07.976Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:40:07.976Z] ---> fe20b9bc0754 [2020-12-07T15:40:07.976Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:40:07.976Z] ---> Using cache [2020-12-07T15:40:07.976Z] ---> 081296d04536 [2020-12-07T15:40:07.976Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:40:07.976Z] ---> Using cache [2020-12-07T15:40:07.976Z] ---> 8ce251df2b2e [2020-12-07T15:40:07.976Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:40:07.976Z] ---> Using cache [2020-12-07T15:40:07.976Z] ---> 8bd0a67bc37a [2020-12-07T15:40:07.976Z] Step 6/22 : COPY go.mod . [2020-12-07T15:40:07.976Z] ---> Using cache [2020-12-07T15:40:07.976Z] ---> 63426f451f84 [2020-12-07T15:40:07.976Z] Step 7/22 : RUN go mod download [2020-12-07T15:40:07.976Z] ---> Using cache [2020-12-07T15:40:07.976Z] ---> ca765f6e7e57 [2020-12-07T15:40:07.976Z] Step 8/22 : COPY . . [2020-12-07T15:40:08.261Z] ---> Using cache [2020-12-07T15:40:08.261Z] ---> 0cac3b29be63 [2020-12-07T15:40:08.261Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T15:40:09.262Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T15:40:09.875Z] ---> Running in 73f5a709469a [2020-12-07T15:40:10.518Z] 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 [2020-12-07T15:40:12.025Z] 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 [2020-12-07T15:40:20.396Z] Removing intermediate container 1788b7b26897 [2020-12-07T15:40:20.396Z] ---> 333ef5d72afd [2020-12-07T15:40:20.396Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T15:40:20.396Z] ---> Running in 81e4c123e5d9 [2020-12-07T15:40:22.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:40:22.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:40:23.328Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:40:23.328Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T15:40:23.328Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T15:40:23.328Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:40:23.328Z] OK: 71 MiB in 58 packages [2020-12-07T15:40:26.764Z] Removing intermediate container 81e4c123e5d9 [2020-12-07T15:40:26.764Z] ---> 4c95d3e9193e [2020-12-07T15:40:26.764Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T15:40:27.377Z] ---> Running in 284fc0bdc8be [2020-12-07T15:40:28.861Z] Removing intermediate container 284fc0bdc8be [2020-12-07T15:40:28.861Z] ---> 4cde653abce2 [2020-12-07T15:40:28.861Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:40:28.861Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:40:28.861Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:40:28.861Z] ---> fe20b9bc0754 [2020-12-07T15:40:28.861Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T15:40:28.861Z] ---> Using cache [2020-12-07T15:40:28.861Z] ---> 081296d04536 [2020-12-07T15:40:28.861Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:40:28.861Z] ---> Using cache [2020-12-07T15:40:28.861Z] ---> 8ce251df2b2e [2020-12-07T15:40:28.861Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T15:40:28.861Z] ---> Using cache [2020-12-07T15:40:28.861Z] ---> 8bd0a67bc37a [2020-12-07T15:40:28.861Z] Step 6/22 : COPY go.mod . [2020-12-07T15:40:28.861Z] ---> Using cache [2020-12-07T15:40:28.861Z] ---> 63426f451f84 [2020-12-07T15:40:28.861Z] Step 7/22 : RUN go mod download [2020-12-07T15:40:28.861Z] ---> Using cache [2020-12-07T15:40:28.861Z] ---> ca765f6e7e57 [2020-12-07T15:40:28.861Z] Step 8/22 : COPY . . [2020-12-07T15:40:29.141Z] ---> Running in bec7a672d1a7 [2020-12-07T15:40:29.141Z] ---> Using cache [2020-12-07T15:40:29.141Z] ---> 0cac3b29be63 [2020-12-07T15:40:29.141Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T15:40:29.752Z] ---> Running in ace7e7d9e9d6 [2020-12-07T15:40:30.036Z] Removing intermediate container bec7a672d1a7 [2020-12-07T15:40:30.036Z] ---> ce00ca64a9c1 [2020-12-07T15:40:30.320Z] Step 25/27 : LABEL arch=arm64 [2020-12-07T15:40:30.928Z] ---> Running in 77728bb50254 [2020-12-07T15:40:32.396Z] Removing intermediate container 77728bb50254 [2020-12-07T15:40:32.396Z] ---> e43c5cb5eccf [2020-12-07T15:40:32.396Z] Step 26/27 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:40:32.681Z] 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 [2020-12-07T15:40:32.971Z] ---> Running in 69f39eef4b0d [2020-12-07T15:40:33.973Z] Removing intermediate container 69f39eef4b0d [2020-12-07T15:40:33.973Z] ---> deee11b5cc51 [2020-12-07T15:40:33.973Z] Step 27/27 : LABEL version=0.0.0 [2020-12-07T15:40:34.256Z] ---> Running in 4dae1d0dcdd8 [2020-12-07T15:40:35.261Z] Removing intermediate container 4dae1d0dcdd8 [2020-12-07T15:40:35.261Z] ---> a516dd9ed32c [2020-12-07T15:40:35.261Z] [2020-12-07T15:40:36.269Z] Successfully built a516dd9ed32c [2020-12-07T15:40:36.269Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-07T15:40:36.269Z] ---> 961143f7783f [2020-12-07T15:40:36.269Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-12-07T15:40:36.269Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T15:40:36.551Z] 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 [2020-12-07T15:40:36.833Z] ---> Running in 8c8a06d3c4ce [2020-12-07T15:40:38.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T15:40:57.294Z] Removing intermediate container 36bfc52d83e7 [2020-12-07T15:40:57.294Z] ---> 4f0df91bb823 [2020-12-07T15:40:57.294Z] [2020-12-07T15:40:57.294Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T15:40:57.294Z] 3.10: Pulling from library/alpine [2020-12-07T15:40:58.803Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T15:40:58.803Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T15:40:58.803Z] ---> 536a684cf733 [2020-12-07T15:40:58.803Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:40:59.823Z] ---> Running in af1c070fd90a [2020-12-07T15:41:00.456Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T15:41:00.456Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T15:41:00.456Z] ---> fe20b9bc0754 [2020-12-07T15:41:00.456Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T15:41:00.456Z] ---> Using cache [2020-12-07T15:41:00.456Z] ---> 081296d04536 [2020-12-07T15:41:00.456Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T15:41:00.456Z] ---> Using cache [2020-12-07T15:41:00.456Z] ---> 8ce251df2b2e [2020-12-07T15:41:00.456Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T15:41:00.456Z] ---> Using cache [2020-12-07T15:41:00.456Z] ---> 8bd0a67bc37a [2020-12-07T15:41:00.456Z] Step 6/21 : COPY go.mod . [2020-12-07T15:41:00.456Z] ---> Using cache [2020-12-07T15:41:00.456Z] ---> 63426f451f84 [2020-12-07T15:41:00.456Z] Step 7/21 : RUN go mod download [2020-12-07T15:41:00.456Z] ---> Using cache [2020-12-07T15:41:00.456Z] ---> ca765f6e7e57 [2020-12-07T15:41:00.456Z] Step 8/21 : COPY . . [2020-12-07T15:41:00.456Z] ---> Using cache [2020-12-07T15:41:00.456Z] ---> 0cac3b29be63 [2020-12-07T15:41:00.456Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T15:41:00.736Z] ---> Running in 433dd8af6c38 [2020-12-07T15:41:02.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:41:02.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:41:03.099Z] 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 [2020-12-07T15:41:03.441Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T15:41:03.441Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T15:41:03.441Z] OK: 10169 distinct packages available [2020-12-07T15:41:04.455Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T15:41:04.891Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T15:41:04.891Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T15:41:04.891Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T15:41:04.891Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T15:41:04.891Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T15:41:04.891Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T15:41:05.171Z] OK: 7 MiB in 19 packages [2020-12-07T15:41:07.846Z] Removing intermediate container af1c070fd90a [2020-12-07T15:41:07.846Z] ---> 0678413ea8cc [2020-12-07T15:41:07.846Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:41:07.846Z] ---> Running in 14eefbd9e0e8 [2020-12-07T15:41:08.123Z] Removing intermediate container 14eefbd9e0e8 [2020-12-07T15:41:08.123Z] ---> 8dc42059dfc7 [2020-12-07T15:41:08.123Z] Step 13/24 : WORKDIR / [2020-12-07T15:41:08.400Z] ---> Running in 7bda4e9ba4b7 [2020-12-07T15:41:09.008Z] Removing intermediate container 7bda4e9ba4b7 [2020-12-07T15:41:09.008Z] ---> b2715e2e326d [2020-12-07T15:41:09.008Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-07T15:41:10.482Z] ---> 99c910b1aeba [2020-12-07T15:41:10.482Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-07T15:41:11.474Z] ---> 2bd0c6033ddf [2020-12-07T15:41:11.474Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T15:41:12.932Z] ---> e0b71495bbe8 [2020-12-07T15:41:12.932Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T15:41:14.395Z] ---> 36fa6d8a3dfe [2020-12-07T15:41:14.395Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T15:41:15.882Z] ---> 6c2bf4914d5e [2020-12-07T15:41:15.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:41:16.875Z] ---> 38a460e0030b [2020-12-07T15:41:16.875Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:41:17.151Z] ---> Running in 4d3374e054bf [2020-12-07T15:41:20.588Z] Removing intermediate container 4d3374e054bf [2020-12-07T15:41:20.588Z] ---> efb9caff9e4b [2020-12-07T15:41:20.588Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:41:20.588Z] ---> Running in 7d6fc16735f3 [2020-12-07T15:41:21.194Z] Removing intermediate container 7d6fc16735f3 [2020-12-07T15:41:21.194Z] ---> 48a032ac7ac6 [2020-12-07T15:41:21.194Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T15:41:21.474Z] ---> Running in 352bbcc22832 [2020-12-07T15:41:22.098Z] Removing intermediate container 352bbcc22832 [2020-12-07T15:41:22.099Z] ---> ca300e0159a0 [2020-12-07T15:41:22.099Z] Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:41:22.380Z] ---> Running in cd363cb2d895 [2020-12-07T15:41:22.992Z] Removing intermediate container cd363cb2d895 [2020-12-07T15:41:22.993Z] ---> 70b8c7fcf7d2 [2020-12-07T15:41:22.993Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T15:41:23.272Z] ---> Running in f39b7ec435fd [2020-12-07T15:41:23.881Z] Removing intermediate container f39b7ec435fd [2020-12-07T15:41:23.881Z] ---> 2ad228e8e049 [2020-12-07T15:41:23.881Z] [2020-12-07T15:41:24.493Z] Successfully built 2ad228e8e049 [2020-12-07T15:41:24.493Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-07T15:42:03.556Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c8a06d3c4ce [2020-12-07T15:42:03.556Z] ---> d35e84aefcc0 [2020-12-07T15:42:03.556Z] [2020-12-07T15:42:03.556Z] Step 9/29 : FROM alpine:latest [2020-12-07T15:42:03.556Z] ---> 2e77e061c27f [2020-12-07T15:42:03.556Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T15:42:03.556Z] ---> Running in 389abad19ef5 [2020-12-07T15:42:03.556Z] Removing intermediate container 389abad19ef5 [2020-12-07T15:42:03.556Z] ---> a7694df617f2 [2020-12-07T15:42:03.556Z] Step 11/29 : USER root [2020-12-07T15:42:03.556Z] Removing intermediate container 73f5a709469a [2020-12-07T15:42:03.556Z] ---> 4d54c968ac6d [2020-12-07T15:42:03.556Z] [2020-12-07T15:42:03.556Z] Step 10/22 : FROM scratch [2020-12-07T15:42:03.556Z] ---> [2020-12-07T15:42:03.556Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T15:42:03.556Z] ---> Running in 1969ef05fc66 [2020-12-07T15:42:03.556Z] Removing intermediate container ace7e7d9e9d6 [2020-12-07T15:42:03.556Z] ---> 4016b2d40047 [2020-12-07T15:42:03.556Z] [2020-12-07T15:42:03.556Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T15:42:03.556Z] ---> 536a684cf733 [2020-12-07T15:42:03.556Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T15:42:03.556Z] ---> Using cache [2020-12-07T15:42:03.556Z] ---> Using cache [2020-12-07T15:42:03.556Z] ---> 7bf3f1557c85 [2020-12-07T15:42:03.556Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T15:42:03.556Z] ---> 0678413ea8cc [2020-12-07T15:42:03.556Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T15:42:03.556Z] ---> Running in 4e509146a555 [2020-12-07T15:42:03.556Z] ---> Running in 0c16dd46d271 [2020-12-07T15:42:03.556Z] Removing intermediate container 1969ef05fc66 [2020-12-07T15:42:03.556Z] ---> b82655ac2d57 [2020-12-07T15:42:03.556Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T15:42:03.556Z] ---> Running in 6c3639866563 [2020-12-07T15:42:03.556Z] Removing intermediate container 4e509146a555 [2020-12-07T15:42:03.556Z] ---> 41d0adf5b6f4 [2020-12-07T15:42:03.556Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T15:42:03.556Z] Removing intermediate container 0c16dd46d271 [2020-12-07T15:42:03.556Z] ---> a894692ec2e4 [2020-12-07T15:42:03.556Z] Step 13/22 : WORKDIR / [2020-12-07T15:42:03.556Z] ---> Running in a17bc8dee75d [2020-12-07T15:42:03.556Z] ---> Running in ebfaa54a431e [2020-12-07T15:42:03.556Z] Removing intermediate container a17bc8dee75d [2020-12-07T15:42:03.556Z] ---> 42fd1b5b793f [2020-12-07T15:42:03.556Z] Step 14/22 : WORKDIR / [2020-12-07T15:42:03.556Z] ---> Running in ae25232593a3 [2020-12-07T15:42:03.556Z] Removing intermediate container ebfaa54a431e [2020-12-07T15:42:03.556Z] ---> 39397a8d4604 [2020-12-07T15:42:03.556Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T15:42:03.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:42:03.556Z] Removing intermediate container ae25232593a3 [2020-12-07T15:42:03.556Z] ---> 8a1c0827a353 [2020-12-07T15:42:03.556Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T15:42:03.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:42:03.556Z] ---> 56e063413693 [2020-12-07T15:42:03.556Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T15:42:03.556Z] 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 [2020-12-07T15:42:03.556Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:42:03.556Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:42:03.556Z] OK: 12617 distinct packages available [2020-12-07T15:42:03.556Z] ---> c10e5657dc63 [2020-12-07T15:42:03.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T15:42:03.557Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T15:42:03.557Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T15:42:03.557Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:42:03.840Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:42:03.840Z] OK: 6 MiB in 16 packages [2020-12-07T15:42:04.119Z] ---> 39d521b48159 [2020-12-07T15:42:04.119Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T15:42:05.119Z] ---> c95d23f27604 [2020-12-07T15:42:05.119Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T15:42:05.399Z] ---> 7705da487c52 [2020-12-07T15:42:05.399Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T15:42:06.417Z] Removing intermediate container 6c3639866563 [2020-12-07T15:42:06.417Z] ---> 34a3d1c545cb [2020-12-07T15:42:06.417Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T15:42:06.417Z] ---> e2ea75996cc8 [2020-12-07T15:42:06.417Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T15:42:06.417Z] ---> cf93ae0506af [2020-12-07T15:42:06.417Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T15:42:06.693Z] ---> Running in 90f76820d719 [2020-12-07T15:42:06.693Z] ---> Running in 3d31f3827ea0 [2020-12-07T15:42:06.693Z] ---> Running in f61a92cb46cd [2020-12-07T15:42:07.299Z] Removing intermediate container 90f76820d719 [2020-12-07T15:42:07.299Z] ---> dca580cc765d [2020-12-07T15:42:07.299Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T15:42:07.580Z] Removing intermediate container f61a92cb46cd [2020-12-07T15:42:07.580Z] ---> 27472ae25164 [2020-12-07T15:42:07.580Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T15:42:07.580Z] ---> Running in 1631a42b30e8 [2020-12-07T15:42:07.580Z] ---> Running in 557c94081615 [2020-12-07T15:42:08.185Z] Removing intermediate container 1631a42b30e8 [2020-12-07T15:42:08.185Z] ---> 92fa997f4a55 [2020-12-07T15:42:08.185Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T15:42:08.462Z] Removing intermediate container 557c94081615 [2020-12-07T15:42:08.462Z] ---> 8a33017407e6 [2020-12-07T15:42:08.462Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T15:42:08.462Z] ---> Running in a1f0467ca282 [2020-12-07T15:42:08.740Z] ---> Running in 778597eb2316 [2020-12-07T15:42:09.347Z] Removing intermediate container 778597eb2316 [2020-12-07T15:42:09.347Z] ---> 3dd0e338a5f7 [2020-12-07T15:42:09.347Z] Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:42:09.347Z] ---> Running in b36ac660fe20 [2020-12-07T15:42:09.629Z] Removing intermediate container 3d31f3827ea0 [2020-12-07T15:42:09.629Z] ---> 0802e6410e33 [2020-12-07T15:42:09.629Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T15:42:09.908Z] ---> Running in f5597f9dc1e9 [2020-12-07T15:42:10.183Z] Removing intermediate container b36ac660fe20 [2020-12-07T15:42:10.183Z] ---> a76215519b58 [2020-12-07T15:42:10.183Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T15:42:10.462Z] ---> Running in c1f4b4c74933 [2020-12-07T15:42:10.462Z] Removing intermediate container f5597f9dc1e9 [2020-12-07T15:42:10.462Z] ---> 4a32fbac7c00 [2020-12-07T15:42:10.462Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T15:42:10.739Z] ---> Running in ec7fbded6a7c [2020-12-07T15:42:11.023Z] Removing intermediate container c1f4b4c74933 [2020-12-07T15:42:11.023Z] ---> 359dce19aae6 [2020-12-07T15:42:11.023Z] [2020-12-07T15:42:11.627Z] Removing intermediate container ec7fbded6a7c [2020-12-07T15:42:11.627Z] ---> e51d8f083efc [2020-12-07T15:42:11.627Z] Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:42:11.627Z] Successfully built 359dce19aae6 [2020-12-07T15:42:11.627Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-07T15:42:11.907Z]  Building docker-core-command-go ... done Removing intermediate container a1f0467ca282 [2020-12-07T15:42:11.907Z] ---> 9a4fd413a60b [2020-12-07T15:42:11.907Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T15:42:11.907Z] ---> Running in 74a44dcaaead [2020-12-07T15:42:12.508Z] Removing intermediate container 433dd8af6c38 [2020-12-07T15:42:12.508Z] ---> 56a7cb5aa8d4 [2020-12-07T15:42:12.508Z] [2020-12-07T15:42:12.508Z] Step 10/21 : FROM alpine [2020-12-07T15:42:12.508Z] ---> 2e77e061c27f [2020-12-07T15:42:12.508Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T15:42:12.508Z] Removing intermediate container 74a44dcaaead [2020-12-07T15:42:12.508Z] ---> ddc21e479fe2 [2020-12-07T15:42:12.508Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T15:42:12.783Z] ---> Running in b84484e0909d [2020-12-07T15:42:13.068Z] ---> Running in ed4f1f0e5c00 [2020-12-07T15:42:13.068Z] ---> ed8d4376d92a [2020-12-07T15:42:13.068Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T15:42:13.673Z] Removing intermediate container ed4f1f0e5c00 [2020-12-07T15:42:13.673Z] ---> 86c6f6c4c20e [2020-12-07T15:42:13.673Z] [2020-12-07T15:42:13.949Z] Successfully built 86c6f6c4c20e [2020-12-07T15:42:14.224Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-07T15:42:14.224Z]  Building docker-security-bootstrap-redis-go ... done  ---> c9a9e1735c43 [2020-12-07T15:42:14.224Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T15:42:14.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T15:42:14.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T15:42:14.774Z] ---> b0bcaef16a56 [2020-12-07T15:42:14.774Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T15:42:15.372Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T15:42:15.372Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T15:42:15.372Z] OK: 12617 distinct packages available [2020-12-07T15:42:15.647Z] ---> c926797a56aa [2020-12-07T15:42:15.647Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T15:42:15.923Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T15:42:15.923Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T15:42:15.923Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T15:42:15.923Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T15:42:15.923Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:42:16.202Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T15:42:16.202Z] OK: 7 MiB in 18 packages [2020-12-07T15:42:16.478Z] ---> ba769d1c7915 [2020-12-07T15:42:16.479Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T15:42:16.479Z] ---> Running in 213825514f06 [2020-12-07T15:42:17.918Z] Removing intermediate container b84484e0909d [2020-12-07T15:42:17.918Z] ---> 525be15672f6 [2020-12-07T15:42:17.918Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T15:42:18.191Z] ---> Running in 3459b2729753 [2020-12-07T15:42:18.786Z] Removing intermediate container 3459b2729753 [2020-12-07T15:42:18.786Z] ---> eadc11183c63 [2020-12-07T15:42:18.786Z] Step 13/21 : WORKDIR /edgex [2020-12-07T15:42:18.786Z] Removing intermediate container 213825514f06 [2020-12-07T15:42:18.786Z] ---> e82779fb95db [2020-12-07T15:42:18.786Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T15:42:18.786Z] ---> Running in e97655fd1eef [2020-12-07T15:42:19.383Z] Removing intermediate container e97655fd1eef [2020-12-07T15:42:19.383Z] ---> 0b45bdf7fc3d [2020-12-07T15:42:19.383Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T15:42:19.653Z] ---> 354de98bb905 [2020-12-07T15:42:19.653Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T15:42:19.937Z] ---> Running in c82a17325168 [2020-12-07T15:42:20.210Z] ---> e916860fb416 [2020-12-07T15:42:20.210Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T15:42:21.650Z] ---> 3745f283bc00 [2020-12-07T15:42:21.650Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T15:42:22.251Z] Removing intermediate container c82a17325168 [2020-12-07T15:42:22.251Z] ---> 300ec1ee30cd [2020-12-07T15:42:22.251Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T15:42:22.522Z] ---> Running in 2cc0a725b71c [2020-12-07T15:42:22.522Z] ---> 5064cbc8f89c [2020-12-07T15:42:22.522Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T15:42:22.794Z] ---> Running in 68786c87419a [2020-12-07T15:42:23.393Z] Removing intermediate container 68786c87419a [2020-12-07T15:42:23.393Z] ---> fedf1b047341 [2020-12-07T15:42:23.393Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T15:42:23.393Z] ---> Running in 01e97000bba6 [2020-12-07T15:42:23.993Z] Removing intermediate container 01e97000bba6 [2020-12-07T15:42:23.993Z] ---> 65e0c6d45bb4 [2020-12-07T15:42:23.993Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T15:42:23.993Z] ---> Running in 002819f70df9 [2020-12-07T15:42:24.585Z] Removing intermediate container 002819f70df9 [2020-12-07T15:42:24.585Z] ---> cb22090796e4 [2020-12-07T15:42:24.585Z] Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:42:24.857Z] ---> Running in ede34772b1ba [2020-12-07T15:42:25.131Z] Removing intermediate container 2cc0a725b71c [2020-12-07T15:42:25.131Z] ---> b611beb137f1 [2020-12-07T15:42:25.131Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T15:42:25.414Z] Removing intermediate container ede34772b1ba [2020-12-07T15:42:25.414Z] ---> 934342e1a0bb [2020-12-07T15:42:25.414Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T15:42:25.414Z] ---> Running in 566b66a26003 [2020-12-07T15:42:25.414Z] ---> Running in 58fc74d5948b [2020-12-07T15:42:26.035Z] Removing intermediate container 566b66a26003 [2020-12-07T15:42:26.035Z] ---> 57112d8a081f [2020-12-07T15:42:26.035Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T15:42:26.035Z] Removing intermediate container 58fc74d5948b [2020-12-07T15:42:26.035Z] ---> 623918109aef [2020-12-07T15:42:26.035Z] [2020-12-07T15:42:26.035Z] ---> Running in 542085e2d5e3 [2020-12-07T15:42:26.659Z] Successfully built 623918109aef [2020-12-07T15:42:26.660Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-07T15:42:26.660Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 542085e2d5e3 [2020-12-07T15:42:26.660Z] ---> b0853a0051c0 [2020-12-07T15:42:26.660Z] Step 27/29 : LABEL arch=arm64 [2020-12-07T15:42:26.660Z] ---> Running in a80b34c942fe [2020-12-07T15:42:27.284Z] Removing intermediate container a80b34c942fe [2020-12-07T15:42:27.284Z] ---> 4586a163227e [2020-12-07T15:42:27.284Z] Step 28/29 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-07T15:42:27.284Z] ---> Running in 90dd22fac988 [2020-12-07T15:42:27.572Z] Removing intermediate container 90dd22fac988 [2020-12-07T15:42:27.572Z] ---> f0aefaf99c02 [2020-12-07T15:42:27.572Z] Step 29/29 : LABEL version=0.0.0 [2020-12-07T15:42:27.849Z] ---> Running in a6dd1a8db6f3 [2020-12-07T15:42:28.443Z] Removing intermediate container a6dd1a8db6f3 [2020-12-07T15:42:28.443Z] ---> 319e54c53f7c [2020-12-07T15:42:28.443Z] [2020-12-07T15:42:28.733Z] Successfully built 319e54c53f7c [2020-12-07T15:42:28.733Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-07T15:42:29.030Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-07T15:42:29.042Z] $ docker stop --time=1 27db317820393b3ea76d682553dd1b3449ba973fd4f40de2e5643414e1bc5701 [2020-12-07T15:42:30.950Z] $ docker rm -f 27db317820393b3ea76d682553dd1b3449ba973fd4f40de2e5643414e1bc5701 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T15:42:31.666Z] + docker images [2020-12-07T15:42:31.666Z] + grep docker [2020-12-07T15:42:31.939Z] docker-security-secrets-setup-go-arm64 latest 319e54c53f7c 3 seconds ago 22.7MB [2020-12-07T15:42:31.939Z] docker-security-proxy-setup-go-arm64 latest 623918109aef 6 seconds ago 23.4MB [2020-12-07T15:42:31.939Z] docker-security-bootstrap-redis-go-arm64 latest 86c6f6c4c20e 18 seconds ago 15.2MB [2020-12-07T15:42:31.939Z] docker-core-command-go-arm64 latest 359dce19aae6 21 seconds ago 11.4MB [2020-12-07T15:42:31.939Z] docker-security-secretstore-setup-go-arm64 latest 2ad228e8e049 About a minute ago 23.5MB [2020-12-07T15:42:31.939Z] docker-sys-mgmt-agent-go-arm64 latest a516dd9ed32c About a minute ago 273MB [2020-12-07T15:42:31.939Z] docker-core-data-go-arm64 latest 28630e693d40 2 minutes ago 22.3MB [2020-12-07T15:42:31.939Z] docker-core-metadata-go-arm64 latest 1647a8bb834f 3 minutes ago 13.6MB [2020-12-07T15:42:31.939Z] docker-support-notifications-go-arm64 latest 74d352ec1273 3 minutes ago 12.9MB [2020-12-07T15:42:31.939Z] docker-support-scheduler-go-arm64 latest f0fc14da25f6 3 minutes ago 11.5MB [2020-12-07T15:42:31.939Z] docker latest 84e3a507c27b 5 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:42:35.488Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:42:36.373Z] ---> package-listing.sh [2020-12-07T15:42:36.373Z] ++ facter osfamily [2020-12-07T15:42:36.373Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T15:42:36.373Z] + OS_FAMILY=redhat [2020-12-07T15:42:36.373Z] + workspace=/w/workspace/edgex-go/10 [2020-12-07T15:42:36.373Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T15:42:36.373Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T15:42:36.373Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T15:42:36.373Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T15:42:36.373Z] + '[' /w/workspace/edgex-go/10 ']' [2020-12-07T15:42:36.373Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T15:42:36.373Z] + case "${OS_FAMILY}" in [2020-12-07T15:42:36.373Z] + rpm -qa [2020-12-07T15:42:36.373Z] + sort [2020-12-07T15:42:41.671Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T15:42:41.671Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T15:42:41.671Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T15:42:41.671Z] + '[' /w/workspace/edgex-go/10 ']' [2020-12-07T15:42:41.671Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2020-12-07T15:42:41.671Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2020-12-07T15:42:41.684Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T15:42:41.977Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:42:42.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T15:42:42.304Z] [2020-12-07T15:42:42.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:42:42.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T15:42:42.655Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T15:42:42.655Z] df20fa9351a1: Pulling fs layer [2020-12-07T15:42:42.655Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T15:42:42.655Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T15:42:42.655Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T15:42:42.655Z] 93b61091891f: Pulling fs layer [2020-12-07T15:42:42.655Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T15:42:42.655Z] 5e14af77c1be: Pulling fs layer [2020-12-07T15:42:42.655Z] 01666e4c0597: Pulling fs layer [2020-12-07T15:42:42.655Z] aa168da1d23b: Pulling fs layer [2020-12-07T15:42:42.655Z] 46f8f816bc3b: Waiting [2020-12-07T15:42:42.655Z] 93b61091891f: Waiting [2020-12-07T15:42:42.655Z] 93b9cdb0e59b: Waiting [2020-12-07T15:42:42.655Z] 5e14af77c1be: Waiting [2020-12-07T15:42:42.655Z] 01666e4c0597: Waiting [2020-12-07T15:42:42.655Z] 36b3adc4ff6f: Verifying Checksum [2020-12-07T15:42:42.655Z] 36b3adc4ff6f: Download complete [2020-12-07T15:42:42.655Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T15:42:42.655Z] 46f8f816bc3b: Download complete [2020-12-07T15:42:42.655Z] df20fa9351a1: Verifying Checksum [2020-12-07T15:42:42.919Z] 93b9cdb0e59b: Verifying Checksum [2020-12-07T15:42:42.919Z] 93b9cdb0e59b: Download complete [2020-12-07T15:42:42.919Z] 5e14af77c1be: Verifying Checksum [2020-12-07T15:42:42.919Z] 5e14af77c1be: Download complete [2020-12-07T15:42:42.919Z] 93b61091891f: Verifying Checksum [2020-12-07T15:42:42.919Z] 93b61091891f: Download complete [2020-12-07T15:42:42.919Z] 01666e4c0597: Verifying Checksum [2020-12-07T15:42:42.919Z] 01666e4c0597: Download complete [2020-12-07T15:42:43.182Z] df20fa9351a1: Pull complete [2020-12-07T15:42:43.182Z] 36b3adc4ff6f: Pull complete [2020-12-07T15:42:43.451Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T15:42:43.451Z] 8ad3a11d3b57: Download complete [2020-12-07T15:42:44.408Z] 8ad3a11d3b57: Pull complete [2020-12-07T15:42:44.408Z] 46f8f816bc3b: Pull complete [2020-12-07T15:42:45.350Z] aa168da1d23b: Verifying Checksum [2020-12-07T15:42:45.350Z] aa168da1d23b: Download complete [2020-12-07T15:42:46.292Z] 93b61091891f: Pull complete [2020-12-07T15:42:46.292Z] 93b9cdb0e59b: Pull complete [2020-12-07T15:42:46.553Z] 5e14af77c1be: Pull complete [2020-12-07T15:42:46.553Z] 01666e4c0597: Pull complete [2020-12-07T15:42:56.612Z] aa168da1d23b: Pull complete [2020-12-07T15:42:56.612Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T15:42:56.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T15:42:56.612Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T15:42:56.817Z] prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container [2020-12-07T15:42:56.871Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-07T15:43:05.272Z] $ docker top 19ec3f98663eff89352739cf8b9907a1c1c13e78fe9517a152784840e7b3ffc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T15:43:05.833Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T15:43:06.141Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T15:43:06.483Z] + ls /var/log/sa-host [2020-12-07T15:43:06.484Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T15:43:06.484Z] file_magic: OK [2020-12-07T15:43:06.484Z] HZ: Using current value: 100 [2020-12-07T15:43:06.484Z] file_header: OK [2020-12-07T15:43:06.484Z] 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 [2020-12-07T15:43:06.484Z] Statistics: [2020-12-07T15:43:06.484Z] 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... [2020-12-07T15:43:06.484Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T15:43:06.484Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T15:43:06.484Z] file_magic: OK [2020-12-07T15:43:06.484Z] HZ: Using current value: 100 [2020-12-07T15:43:06.484Z] file_header: OK [2020-12-07T15:43:06.484Z] 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 [2020-12-07T15:43:06.484Z] Statistics: [2020-12-07T15:43:06.484Z] Hnuu...uuuununununu... [2020-12-07T15:43:06.484Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T15:43:06.681Z] provisioning config files... [2020-12-07T15:43:06.705Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config5144034889330346060tmp [Pipeline] { [Pipeline] echo [2020-12-07T15:43:06.813Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:43:07.112Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T15:43:07.121Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T15:43:07.248Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:43:07.545Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T15:43:07.582Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:43:08.024Z] ---> sudo-logs.sh [2020-12-07T15:43:08.024Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T15:43:08.113Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:43:08.461Z] ---> job-cost.sh [2020-12-07T15:43:08.461Z] lf-activate-venv: SKIPPING [2020-12-07T15:43:08.461Z] INFO: No Stack... [2020-12-07T15:43:09.863Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T15:43:10.439Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T15:43:10.451Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:43:10.755Z] ---> logs-deploy.sh [2020-12-07T15:43:10.755Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/10 [2020-12-07T15:43:10.755Z] INFO: archiving workspace using pattern(s): [2020-12-07T15:43:12.179Z] Archives upload complete. [2020-12-07T15:43:12.179Z] INFO: archiving logs to Nexus [2020-12-07T15:43:13.127Z] ---> uname -a: [2020-12-07T15:43:13.127Z] Linux prd-centos7-docker-4c-2g-14869.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-07T15:43:13.127Z] [2020-12-07T15:43:13.127Z]