Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe929cdc9076a4b61d9349ddb828743ec74444d3+f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 (266583494f5a34aea8e0b6a3c1442e33a86d658a) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15515 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 Merge succeeded, producing 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 Checking out Revision 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 (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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 # timeout=10 Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 429ac209d98e29fbbc7f70d7f56bea875140a52b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-11T00:30:57.083Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-11T00:30:57.290Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-11T00:30:57.407Z] ========================================================= [2020-12-11T00:30:57.407Z] EdgeX Global Pipelines Version Info [2020-12-11T00:30:57.407Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:30:58.889Z] ------------------- [2020-12-11T00:30:58.889Z] stable info: [2020-12-11T00:30:58.889Z] ------------------- [2020-12-11T00:30:58.889Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-11T00:30:58.889Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-11T00:30:58.889Z] Message: update stable to v1.0.172 [2020-12-11T00:30:59.834Z] ------------------- [2020-12-11T00:30:59.834Z] experimental info: [2020-12-11T00:30:59.834Z] ------------------- [2020-12-11T00:30:59.834Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-11T00:30:59.834Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-11T00:30:59.834Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-11T00:31:00.079Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-11T00:31:00.188Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-11T00:31:00.278Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-11T00:31:00.400Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-11T00:31:00.561Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-11T00:31:00.652Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-11T00:31:00.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-11T00:31:01.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-11T00:31:01.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-11T00:31:01.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-11T00:31:01.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-11T00:31:01.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-11T00:31:01.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-11T00:31:01.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-11T00:31:01.754Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-11T00:31:01.837Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-11T00:31:01.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-11T00:31:02.035Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-11T00:31:02.143Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-11T00:31:02.251Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-11T00:31:02.346Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-11T00:31:02.487Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-11T00:31:02.596Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-11T00:31:02.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-11T00:31:02.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-11T00:31:02.919Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [Pipeline] echo [2020-12-11T00:31:03.001Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5cb27e3 [Pipeline] echo [2020-12-11T00:31:03.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-11T00:31:03.264Z] provisioning config files... [2020-12-11T00:31:03.293Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config744129906203366207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:31:03.652Z] ---> docker-login.sh [2020-12-11T00:31:03.652Z] nexus3.edgexfoundry.org:10001 [2020-12-11T00:31:03.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:31:03.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:31:03.915Z] Configure a credential helper to remove this warning. See [2020-12-11T00:31:03.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:31:03.915Z] [2020-12-11T00:31:03.915Z] Login Succeeded [2020-12-11T00:31:03.915Z] nexus3.edgexfoundry.org:10002 [2020-12-11T00:31:04.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:31:04.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:31:04.177Z] Configure a credential helper to remove this warning. See [2020-12-11T00:31:04.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:31:04.177Z] [2020-12-11T00:31:04.177Z] Login Succeeded [2020-12-11T00:31:04.177Z] nexus3.edgexfoundry.org:10003 [2020-12-11T00:31:04.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:31:04.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:31:04.439Z] Configure a credential helper to remove this warning. See [2020-12-11T00:31:04.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:31:04.439Z] [2020-12-11T00:31:04.439Z] Login Succeeded [2020-12-11T00:31:04.439Z] nexus3.edgexfoundry.org:10004 [2020-12-11T00:31:04.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:31:04.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:31:04.439Z] Configure a credential helper to remove this warning. See [2020-12-11T00:31:04.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:31:04.439Z] [2020-12-11T00:31:04.439Z] Login Succeeded [2020-12-11T00:31:04.700Z] docker.io [2020-12-11T00:31:04.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:31:04.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:31:04.964Z] Configure a credential helper to remove this warning. See [2020-12-11T00:31:04.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:31:04.964Z] [2020-12-11T00:31:04.964Z] Login Succeeded [2020-12-11T00:31:04.964Z] ---> docker-login.sh ends [Pipeline] } [2020-12-11T00:31:04.973Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-11T00:31:05.444Z] ++ 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-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/core-command/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/core-data/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-11T00:31:05.444Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:31:05.444Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-11T00:31:05.444Z] ++ cut -d/ -f2 [2020-12-11T00:31:05.444Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-11T00:31:05.519Z] 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-11T00:31:06.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T00:31:06.301Z] [2020-12-11T00:31:06.302Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:31:06.652Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T00:31:06.652Z] latest: Pulling from edgex-devops/git-semver [2020-12-11T00:31:06.652Z] 31603596830f: Pulling fs layer [2020-12-11T00:31:06.652Z] 2a8b12db71e7: Pulling fs layer [2020-12-11T00:31:06.652Z] 6ca5941a6612: Pulling fs layer [2020-12-11T00:31:06.652Z] ecc8261a40a4: Pulling fs layer [2020-12-11T00:31:06.652Z] ecc8261a40a4: Waiting [2020-12-11T00:31:06.652Z] 2a8b12db71e7: Verifying Checksum [2020-12-11T00:31:06.652Z] 2a8b12db71e7: Download complete [2020-12-11T00:31:06.652Z] 31603596830f: Download complete [2020-12-11T00:31:06.914Z] ecc8261a40a4: Verifying Checksum [2020-12-11T00:31:06.914Z] ecc8261a40a4: Download complete [2020-12-11T00:31:06.915Z] 6ca5941a6612: Verifying Checksum [2020-12-11T00:31:06.915Z] 6ca5941a6612: Download complete [2020-12-11T00:31:07.176Z] 31603596830f: Pull complete [2020-12-11T00:31:07.176Z] 2a8b12db71e7: Pull complete [2020-12-11T00:31:08.133Z] 6ca5941a6612: Pull complete [2020-12-11T00:31:08.133Z] ecc8261a40a4: Pull complete [2020-12-11T00:31:08.133Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-11T00:31:08.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T00:31:08.133Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-11T00:31:08.251Z] prd-centos7-docker-4c-2g-15515 does not seem to be running inside a container [2020-12-11T00:31:08.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:31:10.792Z] $ docker top 0a3212ef923e45b2ca9341ea573f2cbc17bc53a3adcdc34249ceb593b92e513a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-11T00:31:11.109Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-11T00:31:11.109Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-11T00:31:11.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-11T00:31:11.312Z] $ docker exec 0a3212ef923e45b2ca9341ea573f2cbc17bc53a3adcdc34249ceb593b92e513a ssh-agent [2020-12-11T00:31:11.487Z] SSH_AUTH_SOCK=/tmp/ssh-KbMh2RkoUtUn/agent.12 [2020-12-11T00:31:11.487Z] SSH_AGENT_PID=17 [2020-12-11T00:31:11.500Z] Running ssh-add (command line suppressed) [2020-12-11T00:31:11.619Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_1627489831956494679.key (/w/workspace/edgex-go/13@tmp/private_key_1627489831956494679.key) [2020-12-11T00:31:11.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-11T00:31:12.037Z] + git tag --points-at HEAD [Pipeline] } [2020-12-11T00:31:12.050Z] $ docker exec --env ******** --env ******** 0a3212ef923e45b2ca9341ea573f2cbc17bc53a3adcdc34249ceb593b92e513a ssh-agent -k [2020-12-11T00:31:12.168Z] unset SSH_AUTH_SOCK; [2020-12-11T00:31:12.168Z] unset SSH_AGENT_PID; [2020-12-11T00:31:12.168Z] echo Agent pid 17 killed; [2020-12-11T00:31:12.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-11T00:31:12.397Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-11T00:31:12.397Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-11T00:31:12.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-11T00:31:12.560Z] $ docker exec 0a3212ef923e45b2ca9341ea573f2cbc17bc53a3adcdc34249ceb593b92e513a ssh-agent [2020-12-11T00:31:12.732Z] SSH_AUTH_SOCK=/tmp/ssh-pE5UsDaVeFcu/agent.45 [2020-12-11T00:31:12.732Z] SSH_AGENT_PID=50 [2020-12-11T00:31:12.739Z] Running ssh-add (command line suppressed) [2020-12-11T00:31:12.852Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_9186954456488952312.key (/w/workspace/edgex-go/13@tmp/private_key_9186954456488952312.key) [2020-12-11T00:31:12.915Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-11T00:31:13.324Z] + git semver init [2020-12-11T00:31:13.324Z] # -> Open(): unable to determine branch for HEAD [2020-12-11T00:31:13.324Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2020-12-11T00:31:13.324Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2020-12-11T00:31:13.324Z] # $SEMVER_REMOTE_NAME = origin [2020-12-11T00:31:13.324Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-11T00:31:13.324Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-11T00:31:13.324Z] # $SEMVER_BRANCH = PR-2908 [2020-12-11T00:31:13.324Z] # $SEMVER_TEMP = /tmp/semver-766174097 [2020-12-11T00:31:13.324Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-11T00:31:45.487Z] # '/tmp/semver-766174097' -> '/w/workspace/edgex-go/13/.semver' [2020-12-11T00:31:45.487Z] # -> Force: false [2020-12-11T00:31:45.487Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2020-12-11T00:31:45.491Z] $ docker exec --env ******** --env ******** 0a3212ef923e45b2ca9341ea573f2cbc17bc53a3adcdc34249ceb593b92e513a ssh-agent -k [2020-12-11T00:31:45.698Z] unset SSH_AUTH_SOCK; [2020-12-11T00:31:45.698Z] unset SSH_AGENT_PID; [2020-12-11T00:31:45.698Z] echo Agent pid 50 killed; [2020-12-11T00:31:45.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-11T00:31:46.276Z] + git semver [Pipeline] } [2020-12-11T00:31:46.283Z] $ docker stop --time=1 0a3212ef923e45b2ca9341ea573f2cbc17bc53a3adcdc34249ceb593b92e513a [2020-12-11T00:31:47.844Z] $ docker rm -f 0a3212ef923e45b2ca9341ea573f2cbc17bc53a3adcdc34249ceb593b92e513a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T00:31:48.349Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-11T00:31:48.814Z] Stashed 1 file(s) [Pipeline] echo [2020-12-11T00:31:48.817Z] [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-11T00:31:49.766Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:31:50.060Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:31:50.357Z] + sudo service docker restart [2020-12-11T00:31:50.357Z] + true [2020-12-11T00:31:50.357Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-11T00:31:50.947Z] ========================================================= [2020-12-11T00:31:50.947Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-11T00:31:50.947Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:31:51.287Z] + 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-11T00:31:54.600Z] Sending build context to Docker daemon 326.4MB [2020-12-11T00:31:54.600Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-11T00:31:54.600Z] Step 2/7 : FROM ${BASE} [2020-12-11T00:31:54.862Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-11T00:31:54.862Z] 188c0c94c7c5: Pulling fs layer [2020-12-11T00:31:54.862Z] 0ef7d3d256c8: Pulling fs layer [2020-12-11T00:31:54.862Z] de9db76c5a1d: Pulling fs layer [2020-12-11T00:31:54.862Z] bca2f99d35d6: Pulling fs layer [2020-12-11T00:31:54.862Z] 93359f2a8cfa: Pulling fs layer [2020-12-11T00:31:54.862Z] 7c6f9722023f: Pulling fs layer [2020-12-11T00:31:54.862Z] a35cf1a2eb13: Pulling fs layer [2020-12-11T00:31:54.862Z] 93359f2a8cfa: Waiting [2020-12-11T00:31:54.862Z] 7c6f9722023f: Waiting [2020-12-11T00:31:54.862Z] a35cf1a2eb13: Waiting [2020-12-11T00:31:54.862Z] bca2f99d35d6: Waiting [2020-12-11T00:31:54.862Z] de9db76c5a1d: Verifying Checksum [2020-12-11T00:31:54.862Z] de9db76c5a1d: Download complete [2020-12-11T00:31:54.862Z] 0ef7d3d256c8: Verifying Checksum [2020-12-11T00:31:54.862Z] 0ef7d3d256c8: Download complete [2020-12-11T00:31:54.862Z] 93359f2a8cfa: Verifying Checksum [2020-12-11T00:31:54.862Z] 93359f2a8cfa: Download complete [2020-12-11T00:31:55.439Z] 7c6f9722023f: Verifying Checksum [2020-12-11T00:31:55.704Z] 188c0c94c7c5: Verifying Checksum [2020-12-11T00:31:55.704Z] 188c0c94c7c5: Download complete [2020-12-11T00:31:55.966Z] 188c0c94c7c5: Pull complete [2020-12-11T00:31:56.229Z] 0ef7d3d256c8: Pull complete [2020-12-11T00:31:56.490Z] de9db76c5a1d: Pull complete [2020-12-11T00:31:57.888Z] a35cf1a2eb13: Verifying Checksum [2020-12-11T00:31:57.888Z] a35cf1a2eb13: Download complete [2020-12-11T00:31:58.467Z] bca2f99d35d6: Verifying Checksum [2020-12-11T00:31:58.467Z] bca2f99d35d6: Download complete [2020-12-11T00:32:03.781Z] bca2f99d35d6: Pull complete [2020-12-11T00:32:03.781Z] 93359f2a8cfa: Pull complete [2020-12-11T00:32:03.781Z] 7c6f9722023f: Pull complete [2020-12-11T00:32:04.242Z] Still waiting to schedule task [2020-12-11T00:32:04.242Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-11T00:32:09.097Z] a35cf1a2eb13: Pull complete [2020-12-11T00:32:09.097Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-11T00:32:09.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-11T00:32:09.097Z] ---> a62c8e92a672 [2020-12-11T00:32:09.097Z] 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-11T00:32:09.097Z] ---> Running in db7233acedf9 [2020-12-11T00:32:09.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:32:10.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:32:12.606Z] (1/12) Installing libmagic (5.38-r0) [2020-12-11T00:32:12.867Z] (2/12) Installing file (5.38-r0) [2020-12-11T00:32:12.867Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-11T00:32:12.867Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-11T00:32:31.010Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-11T00:32:31.010Z] (6/12) Installing patch (2.7.6-r6) [2020-12-11T00:32:31.010Z] (7/12) Installing build-base (0.5-r2) [2020-12-11T00:32:31.010Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-11T00:32:31.010Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-11T00:32:31.010Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-11T00:32:31.010Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-11T00:32:31.010Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-11T00:32:31.010Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:32:31.010Z] OK: 233 MiB in 51 packages [2020-12-11T00:32:35.223Z] Removing intermediate container db7233acedf9 [2020-12-11T00:32:35.223Z] ---> 6e48aacba043 [2020-12-11T00:32:35.223Z] Step 4/7 : WORKDIR /edgex-go [2020-12-11T00:32:35.223Z] ---> Running in f46fdb8e9a5b [2020-12-11T00:32:35.223Z] Removing intermediate container f46fdb8e9a5b [2020-12-11T00:32:35.223Z] ---> e1ac85ba16bd [2020-12-11T00:32:35.223Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-11T00:32:35.223Z] latest: Pulling from library/docker [2020-12-11T00:32:35.484Z] 188c0c94c7c5: Already exists [2020-12-11T00:32:35.484Z] 0c7c675703d6: Pulling fs layer [2020-12-11T00:32:35.484Z] cc8c12a437cb: Pulling fs layer [2020-12-11T00:32:35.484Z] 0fad174ccba3: Pulling fs layer [2020-12-11T00:32:35.484Z] f78b7b4f0096: Pulling fs layer [2020-12-11T00:32:35.484Z] 4b74a9be2796: Pulling fs layer [2020-12-11T00:32:35.484Z] 6e2fb13aee8f: Pulling fs layer [2020-12-11T00:32:35.484Z] f78b7b4f0096: Waiting [2020-12-11T00:32:35.484Z] 4b74a9be2796: Waiting [2020-12-11T00:32:35.484Z] 6e2fb13aee8f: Waiting [2020-12-11T00:32:35.746Z] cc8c12a437cb: Verifying Checksum [2020-12-11T00:32:35.746Z] cc8c12a437cb: Download complete [2020-12-11T00:32:35.746Z] 0c7c675703d6: Verifying Checksum [2020-12-11T00:32:35.746Z] 0c7c675703d6: Download complete [2020-12-11T00:32:35.746Z] f78b7b4f0096: Download complete [2020-12-11T00:32:36.012Z] 4b74a9be2796: Verifying Checksum [2020-12-11T00:32:36.012Z] 4b74a9be2796: Download complete [2020-12-11T00:32:36.012Z] 0c7c675703d6: Pull complete [2020-12-11T00:32:36.012Z] 6e2fb13aee8f: Verifying Checksum [2020-12-11T00:32:36.012Z] 6e2fb13aee8f: Download complete [2020-12-11T00:32:36.012Z] cc8c12a437cb: Pull complete [2020-12-11T00:32:37.923Z] 0fad174ccba3: Verifying Checksum [2020-12-11T00:32:37.923Z] 0fad174ccba3: Download complete [2020-12-11T00:32:40.475Z] 0fad174ccba3: Pull complete [2020-12-11T00:32:40.475Z] f78b7b4f0096: Pull complete [2020-12-11T00:32:40.475Z] 4b74a9be2796: Pull complete [2020-12-11T00:32:40.735Z] 6e2fb13aee8f: Pull complete [2020-12-11T00:32:40.735Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-11T00:32:40.735Z] Status: Downloaded newer image for docker:latest [2020-12-11T00:32:42.134Z] ---> a6c308a18613 [2020-12-11T00:32:42.134Z] Step 6/7 : COPY go.mod . [2020-12-11T00:32:42.134Z] ---> 8946e22adcca [2020-12-11T00:32:42.134Z] Step 7/7 : RUN go mod download [2020-12-11T00:32:42.397Z] ---> Running in e6f78bba64f2 [2020-12-11T00:33:04.399Z] Removing intermediate container e6f78bba64f2 [2020-12-11T00:33:04.399Z] ---> d1c013d495af [2020-12-11T00:33:04.399Z] Successfully built d1c013d495af [2020-12-11T00:33:04.399Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:33:04.710Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-11T00:33:04.710Z] . [Pipeline] withDockerContainer [2020-12-11T00:33:04.810Z] prd-centos7-docker-4c-2g-15515 does not seem to be running inside a container [2020-12-11T00:33:04.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:33:05.562Z] $ docker top b5316fd1f1f585e3dde87bc88d205d7c31dfa6eba2b5bd06f35db4d5fdd9ca28 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:33:06.054Z] + go version [2020-12-11T00:33:06.054Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-11T00:33:06.057Z] $ docker stop --time=1 b5316fd1f1f585e3dde87bc88d205d7c31dfa6eba2b5bd06f35db4d5fdd9ca28 [2020-12-11T00:33:07.395Z] $ docker rm -f b5316fd1f1f585e3dde87bc88d205d7c31dfa6eba2b5bd06f35db4d5fdd9ca28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:33:08.394Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-11T00:33:08.394Z] . [Pipeline] withDockerContainer [2020-12-11T00:33:08.486Z] prd-centos7-docker-4c-2g-15515 does not seem to be running inside a container [2020-12-11T00:33:08.522Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:33:09.192Z] $ docker top 7a8a6db7b9ce186dc27a37e3ac165ccc730619f4d885f3072300c5d01f064245 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-11T00:33:09.537Z] ========================================================= [2020-12-11T00:33:09.537Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-11T00:33:09.537Z] ========================================================= [Pipeline] sh [2020-12-11T00:33:09.831Z] + make test [2020-12-11T00:33:09.831Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-11T00:33:19.895Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-11T00:33:34.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-11T00:33:40.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-11T00:33:40.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-11T00:33:40.574Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-11T00:33:40.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-11T00:33:40.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-11T00:33:40.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-11T00:33:43.531Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-12-11T00:33:43.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-11T00:33:43.531Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-11T00:33:44.111Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-11T00:33:44.111Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-11T00:33:44.111Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-11T00:33:44.111Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-11T00:33:47.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements [2020-12-11T00:33:47.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-11T00:33:47.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-11T00:33:47.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-11T00:33:47.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-11T00:33:47.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-11T00:33:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-11T00:33:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-11T00:33:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-11T00:33:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.139s coverage: 67.7% of statements [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-11T00:33:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.3% of statements [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-11T00:33:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-11T00:33:53.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-11T00:33:53.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-11T00:33:53.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-11T00:33:53.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-11T00:33:53.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2020-12-11T00:33:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-11T00:33:53.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2020-12-11T00:33:53.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-11T00:33:53.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-11T00:33:53.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-11T00:33:53.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.356s coverage: 93.8% of statements [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2020-12-11T00:33:55.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.095s coverage: 87.2% of statements [2020-12-11T00:33:55.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.2% of statements [2020-12-11T00:33:55.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.117s coverage: 91.4% of statements [2020-12-11T00:33:55.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-11T00:33:56.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 63.5% of statements [2020-12-11T00:33:56.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-11T00:33:56.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-11T00:33:56.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2020-12-11T00:33:56.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2020-12-11T00:33:56.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2020-12-11T00:33:56.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2020-12-11T00:33:57.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2020-12-11T00:33:58.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.359s coverage: 55.9% of statements [2020-12-11T00:33:58.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-11T00:33:58.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-11T00:33:58.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-11T00:33:58.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-11T00:33:58.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-11T00:33:58.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.486s coverage: 86.3% of statements [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.157s coverage: 72.2% of statements [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.454s coverage: 72.1% of statements [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.051s coverage: 82.4% of statements [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.036s coverage: 48.4% of statements [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 37.2% of statements [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-11T00:34:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.362s coverage: 84.0% of statements [2020-12-11T00:34:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.067s coverage: 100.0% of statements [2020-12-11T00:34:04.283Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements [2020-12-11T00:34:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-11T00:34:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-11T00:34:04.283Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements [2020-12-11T00:34:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-11T00:34:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-11T00:34:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-11T00:34:04.283Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2020-12-11T00:34:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-11T00:34:04.283Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2020-12-11T00:34:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-11T00:34:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.677s coverage: 29.1% of statements [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-11T00:34:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-11T00:34:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-11T00:34:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-11T00:34:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-11T00:34:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-11T00:34:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-11T00:34:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2020-12-11T00:34:06.491Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-11T00:34:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-11T00:34:07.061Z] GO111MODULE=on go vet ./... [2020-12-11T00:34:33.783Z] gofmt -l . [2020-12-11T00:34:33.783Z] [ "`gofmt -l .`" = "" ] [2020-12-11T00:34:33.783Z] ./bin/test-go-mod-tidy.sh [2020-12-11T00:34:33.783Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-11T00:34:34.092Z] + ls -al . [2020-12-11T00:34:34.092Z] total 668 [2020-12-11T00:34:34.092Z] drwxrwxr-x 10 1001 1001 4096 Dec 11 00:34 . [2020-12-11T00:34:34.092Z] drwxr-xr-x 4 root root 30 Dec 11 00:33 .. [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 11 Dec 11 00:30 .dockerignore [2020-12-11T00:34:34.092Z] drwxrwxr-x 8 1001 1001 179 Dec 11 00:30 .git [2020-12-11T00:34:34.092Z] drwxrwxr-x 3 1001 1001 125 Dec 11 00:30 .github [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 943 Dec 11 00:30 .gitignore [2020-12-11T00:34:34.092Z] drwx------ 3 1001 1001 47 Dec 11 00:31 .semver [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 166 Dec 11 00:30 .sonarcloud.properties [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 3804 Dec 11 00:30 CONTRIBUTING.md [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 1035 Dec 11 00:30 Dockerfile.build [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 863 Dec 11 00:30 Jenkinsfile [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 10775 Dec 11 00:30 LICENSE [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 6318 Dec 11 00:30 Makefile [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 6447 Dec 11 00:30 README.md [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 7286 Dec 11 00:30 SECURITY.md [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 5 Dec 11 00:31 VERSION [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 4131 Dec 11 00:30 ZMQWindows.md [2020-12-11T00:34:34.092Z] drwxrwxr-x 2 1001 1001 117 Dec 11 00:30 bin [2020-12-11T00:34:34.092Z] drwxrwxr-x 15 1001 1001 4096 Dec 11 00:30 cmd [2020-12-11T00:34:34.092Z] -rw-r--r-- 1 root root 569562 Dec 11 00:34 coverage.out [2020-12-11T00:34:34.092Z] -rw-r--r-- 1 root root 1041 Dec 11 00:34 go.mod [2020-12-11T00:34:34.092Z] -rw-r--r-- 1 root root 18746 Dec 11 00:34 go.sum [2020-12-11T00:34:34.092Z] drwxrwxr-x 8 1001 1001 127 Dec 11 00:30 internal [2020-12-11T00:34:34.092Z] drwxrwxr-x 4 1001 1001 26 Dec 11 00:30 openapi [2020-12-11T00:34:34.092Z] drwxrwxr-x 4 1001 1001 71 Dec 11 00:30 snap [2020-12-11T00:34:34.092Z] -rw-rw-r-- 1 1001 1001 168 Dec 11 00:30 version.go [Pipeline] sh [2020-12-11T00:34:34.392Z] + '[' -e coverage.out ] [2020-12-11T00:34:34.392Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-11T00:34:34.627Z] Stashed 1 file(s) [Pipeline] sh [2020-12-11T00:34:34.922Z] + make build [2020-12-11T00:34:34.922Z] 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-11T00:34:38.229Z] 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-11T00:34:48.349Z] 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-11T00:34:48.349Z] 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-11T00:34:49.742Z] 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-11T00:34:50.013Z] 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-11T00:34:51.405Z] 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-11T00:34:52.794Z] 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-11T00:34:53.736Z] 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-11T00:34:54.684Z] 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-11T00:34:56.075Z] 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-11T00:34:57.021Z] 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-11T00:34:57.975Z] 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 [Pipeline] } [2020-12-11T00:34:59.389Z] $ docker stop --time=1 7a8a6db7b9ce186dc27a37e3ac165ccc730619f4d885f3072300c5d01f064245 [2020-12-11T00:35:00.992Z] $ docker rm -f 7a8a6db7b9ce186dc27a37e3ac165ccc730619f4d885f3072300c5d01f064245 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:35:02.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:35:02.726Z] [2020-12-11T00:35:02.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:35:03.075Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:35:03.075Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-11T00:35:03.075Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-11T00:35:03.075Z] ca9280d653b3: Pulling fs layer [2020-12-11T00:35:03.075Z] 7e9c9ca2126c: Pulling fs layer [2020-12-11T00:35:03.336Z] cbdbe7a5bc2a: Download complete [2020-12-11T00:35:03.597Z] cbdbe7a5bc2a: Pull complete [2020-12-11T00:35:04.553Z] ca9280d653b3: Verifying Checksum [2020-12-11T00:35:04.553Z] ca9280d653b3: Download complete [2020-12-11T00:35:05.136Z] ca9280d653b3: Pull complete [2020-12-11T00:35:06.086Z] 7e9c9ca2126c: Verifying Checksum [2020-12-11T00:35:06.086Z] 7e9c9ca2126c: Download complete [2020-12-11T00:35:12.715Z] 7e9c9ca2126c: Pull complete [2020-12-11T00:35:12.715Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-11T00:35:12.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:35:12.715Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-11T00:35:12.881Z] prd-centos7-docker-4c-2g-15515 does not seem to be running inside a container [2020-12-11T00:35:12.918Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:35:15.559Z] $ docker top 6cc9e53366ceaa2b37dd8c122647f170df587ca44f291d4c2679668f68118231 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:35:16.060Z] + docker-compose build --help [2020-12-11T00:35:16.060Z] + grep parallel [2020-12-11T00:35:17.085Z] --parallel Build images in parallel. [Pipeline] } [2020-12-11T00:35:17.105Z] $ docker stop --time=1 6cc9e53366ceaa2b37dd8c122647f170df587ca44f291d4c2679668f68118231 [2020-12-11T00:35:18.103Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15521 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [2020-12-11T00:35:18.453Z] $ docker rm -f 6cc9e53366ceaa2b37dd8c122647f170df587ca44f291d4c2679668f68118231 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws [2020-12-11T00:35:18.675Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:35:19.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:35:19.248Z] . [Pipeline] withDockerContainer [2020-12-11T00:35:19.345Z] prd-centos7-docker-4c-2g-15515 does not seem to be running inside a container [2020-12-11T00:35:19.384Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:35:20.017Z] $ docker top 70e338b3ac81d30019d5f84b7266c458e6502a7bef1fe1dc219d22e09bc418b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:35:20.558Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-11T00:35:21.506Z] Building docker-core-command-go ... [2020-12-11T00:35:21.506Z] Building docker-core-data-go ... [2020-12-11T00:35:21.506Z] Building docker-core-metadata-go ... [2020-12-11T00:35:21.506Z] Building docker-security-bootstrap-redis-go ... [2020-12-11T00:35:21.506Z] Building docker-security-proxy-setup-go ... [2020-12-11T00:35:21.506Z] Building docker-security-secrets-setup-go ... [2020-12-11T00:35:21.506Z] Building docker-security-secretstore-setup-go ... [2020-12-11T00:35:21.506Z] Building docker-support-notifications-go ... [2020-12-11T00:35:21.506Z] Building docker-support-scheduler-go ... [2020-12-11T00:35:21.506Z] Building docker-sys-mgmt-agent-go ... [2020-12-11T00:35:21.506Z] Building docker-core-metadata-go [2020-12-11T00:35:21.506Z] Building docker-support-notifications-go [2020-12-11T00:35:21.506Z] Building docker-support-scheduler-go [2020-12-11T00:35:21.506Z] Building docker-core-data-go [2020-12-11T00:35:21.506Z] Building docker-security-bootstrap-redis-go [2020-12-11T00:35:23.676Z] using credential edgex-jenkins-ssh [2020-12-11T00:35:23.731Z] Cloning the remote Git repository [2020-12-11T00:35:23.782Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:35:23.898Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-12-11T00:35:23.989Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:35:23.990Z] > git --version # timeout=10 [2020-12-11T00:35:24.009Z] > git --version # 'git version 2.17.1' [2020-12-11T00:35:24.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:35:24.081Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:35:44.770Z] Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-11T00:35:43.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:35:43.953Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:35:43.988Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:35:44.026Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:35:44.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:35:44.040Z] > 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-11T00:35:44.799Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:35:44.822Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-11T00:35:45.173Z] > git remote # timeout=10 [2020-12-11T00:35:45.198Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T00:35:45.215Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:35:45.468Z] Merge succeeded, producing b344eafda9f98de4f22360a665af7544737e9d8c [2020-12-11T00:35:45.469Z] Checking out Revision b344eafda9f98de4f22360a665af7544737e9d8c (PR-2908) [2020-12-11T00:35:45.228Z] > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 [2020-12-11T00:35:45.456Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T00:35:45.481Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:35:45.496Z] > git checkout -f b344eafda9f98de4f22360a665af7544737e9d8c # timeout=10 [2020-12-11T00:35:49.952Z] Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" [2020-12-11T00:35:49.974Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-11T00:35:51.489Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:35:51.930Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:35:52.275Z] + true [2020-12-11T00:35:52.275Z] + sudo service docker restart [2020-12-11T00:35:49.964Z] > git rev-list --no-walk 429ac209d98e29fbbc7f70d7f56bea875140a52b # timeout=10 [2020-12-11T00:35:53.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:53.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:53.796Z] ---> d1c013d495af [2020-12-11T00:35:53.796Z] Step 3/23 : WORKDIR /edgex-go [2020-12-11T00:35:53.796Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:53.796Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:53.796Z] ---> d1c013d495af [2020-12-11T00:35:53.796Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:35:53.796Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:53.796Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:53.796Z] ---> d1c013d495af [2020-12-11T00:35:53.796Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:35:53.796Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:53.796Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:53.796Z] ---> d1c013d495af [2020-12-11T00:35:53.796Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:35:53.796Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:53.796Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:53.796Z] ---> d1c013d495af [2020-12-11T00:35:53.796Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:35:53.796Z] ---> Running in 7a0204b9e2ba [2020-12-11T00:35:53.796Z] ---> Running in 25d8fa6c655f [2020-12-11T00:35:53.796Z] ---> Running in 2d6f62fae645 [2020-12-11T00:35:53.796Z] ---> Running in aaa0f2afe88d [2020-12-11T00:35:53.796Z] ---> Running in 410c89976803 [2020-12-11T00:35:53.796Z] Removing intermediate container 410c89976803 [2020-12-11T00:35:53.796Z] ---> 841ed0cc1dd7 [2020-12-11T00:35:53.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:53.796Z] Removing intermediate container 2d6f62fae645 [2020-12-11T00:35:53.796Z] ---> 58725662f493 [2020-12-11T00:35:53.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:53.796Z] Removing intermediate container aaa0f2afe88d [2020-12-11T00:35:53.796Z] ---> 71579170e19f [2020-12-11T00:35:53.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:53.796Z] Removing intermediate container 7a0204b9e2ba [2020-12-11T00:35:53.796Z] ---> 010f5554b298 [2020-12-11T00:35:53.796Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:53.796Z] Removing intermediate container 25d8fa6c655f [2020-12-11T00:35:53.796Z] ---> f29b33d32a1e [2020-12-11T00:35:53.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:53.796Z] ---> Running in 98daba46a32a [2020-12-11T00:35:53.796Z] ---> Running in 387597e14594 [2020-12-11T00:35:53.796Z] ---> Running in e317444613e3 [2020-12-11T00:35:53.796Z] ---> Running in 3961a31b2a62 [2020-12-11T00:35:53.796Z] ---> Running in 3a10d22abf7b [2020-12-11T00:35:53.796Z] Removing intermediate container 387597e14594 [2020-12-11T00:35:53.796Z] ---> 3acfa533dafc [2020-12-11T00:35:53.796Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-11T00:35:54.069Z] Removing intermediate container 98daba46a32a [2020-12-11T00:35:54.069Z] ---> cbf28b42b858 [2020-12-11T00:35:54.069Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-11T00:35:54.069Z] ---> Running in 59133d51630e [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-11T00:35:54.322Z] provisioning config files... [2020-12-11T00:35:54.333Z] Removing intermediate container e317444613e3 [2020-12-11T00:35:54.333Z] ---> 7d6540556c0b [2020-12-11T00:35:54.333Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:35:54.333Z] ---> Running in 9b2c1467246c [2020-12-11T00:35:54.363Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config8481068084756627740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:35:54.595Z] ---> Running in a41ba6e77b0b [2020-12-11T00:35:54.595Z] Removing intermediate container 3961a31b2a62 [2020-12-11T00:35:54.595Z] ---> ec53ad0b532c [2020-12-11T00:35:54.595Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:35:54.595Z] Removing intermediate container 3a10d22abf7b [2020-12-11T00:35:54.595Z] ---> 689dc31ca6dc [2020-12-11T00:35:54.595Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:35:54.769Z] ---> docker-login.sh [2020-12-11T00:35:54.769Z] nexus3.edgexfoundry.org:10001 [2020-12-11T00:35:54.871Z] ---> Running in 21ba64d7be42 [2020-12-11T00:35:54.871Z] ---> Running in 5f446eeb177a [2020-12-11T00:35:55.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:55.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:55.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:55.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:55.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:55.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:35:56.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:35:56.029Z] Configure a credential helper to remove this warning. See [2020-12-11T00:35:56.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:35:56.029Z] [2020-12-11T00:35:56.029Z] Login Succeeded [2020-12-11T00:35:56.029Z] nexus3.edgexfoundry.org:10002 [2020-12-11T00:35:56.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:35:56.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:35:56.628Z] Configure a credential helper to remove this warning. See [2020-12-11T00:35:56.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:35:56.628Z] [2020-12-11T00:35:56.628Z] Login Succeeded [2020-12-11T00:35:56.628Z] nexus3.edgexfoundry.org:10003 [2020-12-11T00:35:56.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:56.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:56.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:57.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:57.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:35:57.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:35:57.228Z] Configure a credential helper to remove this warning. See [2020-12-11T00:35:57.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:35:57.228Z] [2020-12-11T00:35:57.228Z] Login Succeeded [2020-12-11T00:35:57.228Z] nexus3.edgexfoundry.org:10004 [2020-12-11T00:35:57.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:57.723Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:57.723Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:57.723Z] OK: 12748 distinct packages available [2020-12-11T00:35:57.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:35:57.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:35:57.827Z] Configure a credential helper to remove this warning. See [2020-12-11T00:35:57.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:35:57.827Z] [2020-12-11T00:35:57.827Z] Login Succeeded [2020-12-11T00:35:57.827Z] docker.io [2020-12-11T00:35:57.984Z] OK: 233 MiB in 51 packages [2020-12-11T00:35:58.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:35:58.558Z] Removing intermediate container 5f446eeb177a [2020-12-11T00:35:58.558Z] ---> 9c166b6cd015 [2020-12-11T00:35:58.558Z] Step 6/22 : COPY go.mod . [2020-12-11T00:35:58.558Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:58.558Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:58.558Z] OK: 12748 distinct packages available [2020-12-11T00:35:58.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:35:58.698Z] Configure a credential helper to remove this warning. See [2020-12-11T00:35:58.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:35:58.698Z] [2020-12-11T00:35:58.698Z] Login Succeeded [2020-12-11T00:35:58.698Z] ---> docker-login.sh ends [Pipeline] } [2020-12-11T00:35:58.715Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-11T00:35:58.821Z] ---> a2a13c02ca40 [2020-12-11T00:35:58.821Z] Step 7/22 : RUN go mod download [2020-12-11T00:35:58.821Z] ---> Running in 223f6c8e2b20 [2020-12-11T00:35:58.821Z] OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-11T00:35:59.102Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:59.102Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:59.102Z] OK: 12748 distinct packages available [2020-12-11T00:35:59.102Z] OK: 233 MiB in 51 packages [Pipeline] echo [2020-12-11T00:35:59.218Z] ========================================================= [2020-12-11T00:35:59.218Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-11T00:35:59.218Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:35:59.362Z] Removing intermediate container 21ba64d7be42 [2020-12-11T00:35:59.362Z] ---> 460d0ae08d6b [2020-12-11T00:35:59.362Z] Step 6/21 : COPY go.mod . [2020-12-11T00:35:59.600Z] + 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-11T00:35:59.627Z] ---> 01b89da5b4ee [2020-12-11T00:35:59.627Z] Step 7/21 : RUN go mod download [2020-12-11T00:35:59.627Z] Removing intermediate container a41ba6e77b0b [2020-12-11T00:35:59.627Z] ---> 32a04930289e [2020-12-11T00:35:59.627Z] Step 6/22 : COPY go.mod . [2020-12-11T00:35:59.896Z] ---> Running in 438d77141fba [2020-12-11T00:35:59.896Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:59.896Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:59.896Z] OK: 12748 distinct packages available [2020-12-11T00:36:00.167Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:36:00.167Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:36:00.167Z] OK: 12748 distinct packages available [2020-12-11T00:36:00.167Z] ---> 1d49c5c5b03a [2020-12-11T00:36:00.167Z] Step 7/22 : RUN go mod download [2020-12-11T00:36:00.167Z] OK: 233 MiB in 51 packages [2020-12-11T00:36:00.167Z] ---> Running in 2957a57dcbf9 [2020-12-11T00:36:00.439Z] OK: 233 MiB in 51 packages [2020-12-11T00:36:00.709Z] Removing intermediate container 223f6c8e2b20 [2020-12-11T00:36:00.709Z] ---> ba0ab9e66926 [2020-12-11T00:36:00.709Z] Step 8/22 : COPY . . [2020-12-11T00:36:01.304Z] Removing intermediate container 59133d51630e [2020-12-11T00:36:01.304Z] ---> fad21fc36b98 [2020-12-11T00:36:01.304Z] Step 6/23 : COPY go.mod . [2020-12-11T00:36:01.886Z] Removing intermediate container 9b2c1467246c [2020-12-11T00:36:01.886Z] ---> d90f5ae83378 [2020-12-11T00:36:01.886Z] Step 6/24 : COPY go.mod . [2020-12-11T00:36:02.266Z] Sending build context to Docker daemon 165.6MB [2020-12-11T00:36:02.266Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-11T00:36:02.266Z] Step 2/7 : FROM ${BASE} [2020-12-11T00:36:02.266Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-11T00:36:02.266Z] 5f621e34cdf4: Pulling fs layer [2020-12-11T00:36:02.266Z] a4357932f1b6: Pulling fs layer [2020-12-11T00:36:02.266Z] 18c013af1878: Pulling fs layer [2020-12-11T00:36:02.266Z] 00ac8860ef70: Pulling fs layer [2020-12-11T00:36:02.266Z] 63d7cb157983: Pulling fs layer [2020-12-11T00:36:02.266Z] b116817d02f9: Pulling fs layer [2020-12-11T00:36:02.266Z] 745a02a5169b: Pulling fs layer [2020-12-11T00:36:02.266Z] 00ac8860ef70: Waiting [2020-12-11T00:36:02.266Z] b116817d02f9: Waiting [2020-12-11T00:36:02.266Z] 745a02a5169b: Waiting [2020-12-11T00:36:02.266Z] 18c013af1878: Download complete [2020-12-11T00:36:02.266Z] a4357932f1b6: Verifying Checksum [2020-12-11T00:36:02.266Z] a4357932f1b6: Download complete [2020-12-11T00:36:02.266Z] 63d7cb157983: Verifying Checksum [2020-12-11T00:36:02.266Z] 63d7cb157983: Download complete [2020-12-11T00:36:02.266Z] 5f621e34cdf4: Verifying Checksum [2020-12-11T00:36:02.266Z] 5f621e34cdf4: Download complete [2020-12-11T00:36:02.266Z] b116817d02f9: Verifying Checksum [2020-12-11T00:36:02.266Z] b116817d02f9: Download complete [2020-12-11T00:36:02.865Z] 5f621e34cdf4: Pull complete [2020-12-11T00:36:03.283Z] Removing intermediate container 438d77141fba [2020-12-11T00:36:03.283Z] ---> a3e38638baed [2020-12-11T00:36:03.283Z] Step 8/21 : COPY . . [2020-12-11T00:36:03.472Z] a4357932f1b6: Pull complete [2020-12-11T00:36:03.746Z] 18c013af1878: Pull complete [2020-12-11T00:36:03.861Z] ---> e70005e38fb5 [2020-12-11T00:36:03.861Z] Step 7/23 : RUN go mod download [2020-12-11T00:36:03.861Z] ---> b8364c153ff5 [2020-12-11T00:36:03.861Z] Step 7/24 : RUN go mod download [2020-12-11T00:36:05.185Z] 745a02a5169b: Verifying Checksum [2020-12-11T00:36:05.185Z] 745a02a5169b: Download complete [2020-12-11T00:36:06.167Z] 00ac8860ef70: Verifying Checksum [2020-12-11T00:36:06.167Z] 00ac8860ef70: Download complete [2020-12-11T00:36:07.180Z] Removing intermediate container 2957a57dcbf9 [2020-12-11T00:36:07.180Z] ---> a1955ab1830f [2020-12-11T00:36:07.180Z] Step 8/22 : COPY . . [2020-12-11T00:36:08.130Z] ---> Running in c7bfba984c2f [2020-12-11T00:36:08.130Z] ---> Running in 4c18227503be [2020-12-11T00:36:16.332Z] 00ac8860ef70: Pull complete [2020-12-11T00:36:16.604Z] 63d7cb157983: Pull complete [2020-12-11T00:36:16.876Z] b116817d02f9: Pull complete [2020-12-11T00:36:20.295Z] 745a02a5169b: Pull complete [2020-12-11T00:36:20.295Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-11T00:36:20.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-11T00:36:20.295Z] ---> b7e6874047d6 [2020-12-11T00:36:20.295Z] 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-11T00:36:23.099Z] Removing intermediate container c7bfba984c2f [2020-12-11T00:36:23.099Z] ---> d5a4557d58da [2020-12-11T00:36:23.099Z] Step 8/24 : COPY . . [2020-12-11T00:36:23.683Z] ---> Running in 42b48122b06c [2020-12-11T00:36:24.840Z] Removing intermediate container 4c18227503be [2020-12-11T00:36:24.840Z] ---> 08d88bd119a7 [2020-12-11T00:36:24.840Z] Step 8/23 : COPY . . [2020-12-11T00:36:25.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:36:26.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:36:28.525Z] (1/12) Installing libmagic (5.38-r0) [2020-12-11T00:36:28.798Z] (2/12) Installing file (5.38-r0) [2020-12-11T00:36:28.798Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-11T00:36:29.070Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-11T00:36:39.203Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-11T00:36:39.203Z] (6/12) Installing patch (2.7.6-r6) [2020-12-11T00:36:39.203Z] (7/12) Installing build-base (0.5-r2) [2020-12-11T00:36:39.203Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-11T00:36:39.203Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-11T00:36:39.203Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-11T00:36:39.203Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-11T00:36:39.203Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-11T00:36:39.203Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:36:39.203Z] OK: 217 MiB in 51 packages [2020-12-11T00:36:39.780Z] ---> f71a702d07a7 [2020-12-11T00:36:39.780Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-11T00:36:40.740Z] ---> 74c1fdc823c7 [2020-12-11T00:36:40.740Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-11T00:36:40.740Z] ---> d6fdb7bef666 [2020-12-11T00:36:40.740Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-11T00:36:41.729Z] ---> Running in b08adc26e2f9 [2020-12-11T00:36:42.690Z] ---> Running in 6e374a97ac54 [2020-12-11T00:36:43.267Z] ---> Running in a07f7e38ad54 [2020-12-11T00:36:43.521Z] Removing intermediate container 42b48122b06c [2020-12-11T00:36:43.521Z] ---> 02a117e7b5f5 [2020-12-11T00:36:43.521Z] Step 4/7 : WORKDIR /edgex-go [2020-12-11T00:36:43.521Z] ---> Running in fcd931482754 [2020-12-11T00:36:44.116Z] Removing intermediate container fcd931482754 [2020-12-11T00:36:44.116Z] ---> 95d6530241f9 [2020-12-11T00:36:44.116Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-11T00:36:44.711Z] latest: Pulling from library/docker [2020-12-11T00:36:44.711Z] 5f621e34cdf4: Already exists [2020-12-11T00:36:44.711Z] 85db56a05063: Pulling fs layer [2020-12-11T00:36:44.711Z] ccb67d6aeaaa: Pulling fs layer [2020-12-11T00:36:44.711Z] 078a48a8a50a: Pulling fs layer [2020-12-11T00:36:44.711Z] 158a5e565521: Pulling fs layer [2020-12-11T00:36:44.711Z] 580500bbad4e: Pulling fs layer [2020-12-11T00:36:44.711Z] cf2dce50f859: Pulling fs layer [2020-12-11T00:36:44.711Z] 158a5e565521: Waiting [2020-12-11T00:36:44.711Z] 580500bbad4e: Waiting [2020-12-11T00:36:44.711Z] cf2dce50f859: Waiting [2020-12-11T00:36:44.991Z] ccb67d6aeaaa: Verifying Checksum [2020-12-11T00:36:44.991Z] ccb67d6aeaaa: Download complete [2020-12-11T00:36:44.991Z] 85db56a05063: Verifying Checksum [2020-12-11T00:36:44.991Z] 85db56a05063: Download complete [2020-12-11T00:36:45.222Z] 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-11T00:36:45.222Z] 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-11T00:36:45.222Z] 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-11T00:36:45.269Z] 580500bbad4e: Verifying Checksum [2020-12-11T00:36:45.269Z] 580500bbad4e: Download complete [2020-12-11T00:36:45.269Z] 158a5e565521: Download complete [2020-12-11T00:36:45.269Z] cf2dce50f859: Verifying Checksum [2020-12-11T00:36:45.269Z] cf2dce50f859: Download complete [2020-12-11T00:36:45.893Z] 85db56a05063: Pull complete [2020-12-11T00:36:46.173Z] ccb67d6aeaaa: Pull complete [2020-12-11T00:36:46.449Z] 078a48a8a50a: Verifying Checksum [2020-12-11T00:36:46.449Z] 078a48a8a50a: Download complete [2020-12-11T00:36:49.847Z] 078a48a8a50a: Pull complete [2020-12-11T00:36:50.123Z] 158a5e565521: Pull complete [2020-12-11T00:36:50.581Z] ---> 9ee3de6b6be8 [2020-12-11T00:36:50.581Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-11T00:36:50.581Z] ---> b9cd385b0713 [2020-12-11T00:36:50.581Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-11T00:36:50.581Z] ---> Running in f1f49dcf5a50 [2020-12-11T00:36:50.581Z] ---> Running in 4a7a1fea3651 [2020-12-11T00:36:50.719Z] 580500bbad4e: Pull complete [2020-12-11T00:36:50.993Z] cf2dce50f859: Pull complete [2020-12-11T00:36:50.993Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-11T00:36:50.993Z] Status: Downloaded newer image for docker:latest [2020-12-11T00:36:52.007Z] 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-11T00:36:52.007Z] 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-11T00:36:54.386Z] ---> 474c31894317 [2020-12-11T00:36:54.386Z] Step 6/7 : COPY go.mod . [2020-12-11T00:36:54.983Z] ---> 9c0cfdabce7b [2020-12-11T00:36:54.983Z] Step 7/7 : RUN go mod download [2020-12-11T00:36:55.261Z] ---> Running in 42acb8d887c3 [2020-12-11T00:37:18.710Z] Removing intermediate container 6e374a97ac54 [2020-12-11T00:37:18.710Z] ---> ad47a27199f9 [2020-12-11T00:37:18.710Z] [2020-12-11T00:37:18.710Z] Step 10/22 : FROM alpine:3.10 [2020-12-11T00:37:18.710Z] 3.10: Pulling from library/alpine [2020-12-11T00:37:18.710Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-11T00:37:18.710Z] Status: Downloaded newer image for alpine:3.10 [2020-12-11T00:37:18.710Z] ---> be4e4bea2c2e [2020-12-11T00:37:18.710Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:37:18.710Z] ---> Running in d59890b8e70e [2020-12-11T00:37:18.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:18.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:18.985Z] v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T00:37:18.985Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T00:37:18.985Z] OK: 10348 distinct packages available [2020-12-11T00:37:19.255Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T00:37:19.255Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T00:37:19.255Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-11T00:37:19.255Z] (4/5) Installing curl (7.66.0-r2) [2020-12-11T00:37:19.255Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T00:37:19.255Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T00:37:19.255Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T00:37:19.531Z] OK: 7 MiB in 19 packages [2020-12-11T00:37:20.941Z] Removing intermediate container a07f7e38ad54 [2020-12-11T00:37:20.941Z] ---> f15dd07a67a4 [2020-12-11T00:37:20.941Z] [2020-12-11T00:37:20.941Z] Step 10/21 : FROM scratch [2020-12-11T00:37:20.941Z] ---> [2020-12-11T00:37:20.941Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:37:22.089Z] Removing intermediate container 42acb8d887c3 [2020-12-11T00:37:22.089Z] ---> 8e4d7d9cdf47 [2020-12-11T00:37:22.090Z] Successfully built 8e4d7d9cdf47 [2020-12-11T00:37:22.090Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:37:22.436Z] + docker inspect -f . ci-base-image-arm64 [2020-12-11T00:37:22.436Z] . [Pipeline] withDockerContainer [2020-12-11T00:37:22.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-15521 does not seem to be running inside a container [2020-12-11T00:37:22.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:37:23.521Z] ---> Running in cce894e50809 [2020-12-11T00:37:23.811Z] Removing intermediate container d59890b8e70e [2020-12-11T00:37:23.811Z] ---> d1ecd13d451f [2020-12-11T00:37:23.811Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-11T00:37:23.811Z] Removing intermediate container cce894e50809 [2020-12-11T00:37:23.811Z] ---> bb9fed777aed [2020-12-11T00:37:23.811Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-11T00:37:24.080Z] ---> Running in ca435d05249f [2020-12-11T00:37:24.081Z] ---> Running in 42081dbaa111 [2020-12-11T00:37:24.358Z] Removing intermediate container 42081dbaa111 [2020-12-11T00:37:24.358Z] ---> 66c8616020df [2020-12-11T00:37:24.358Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-11T00:37:24.358Z] Removing intermediate container ca435d05249f [2020-12-11T00:37:24.358Z] ---> c8088beb61a5 [2020-12-11T00:37:24.358Z] Step 13/22 : WORKDIR / [2020-12-11T00:37:24.456Z] $ docker top 92329bd8ab1097d8a92b393bd90c7c97ca371225a1dc8bd09832e13cfc27252c -eo pid,comm [2020-12-11T00:37:24.630Z] ---> Running in dfc44320aa19 [2020-12-11T00:37:24.630Z] ---> Running in e88a4fe7e683 [Pipeline] { [Pipeline] sh [2020-12-11T00:37:24.898Z] Removing intermediate container dfc44320aa19 [2020-12-11T00:37:24.898Z] ---> 217d6046e99f [2020-12-11T00:37:24.898Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-11T00:37:25.172Z] Removing intermediate container e88a4fe7e683 [2020-12-11T00:37:25.172Z] ---> 5bb9ab540528 [2020-12-11T00:37:25.172Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-11T00:37:25.172Z] ---> 9b2558ec0a91 [2020-12-11T00:37:25.172Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-11T00:37:25.465Z] + go version [2020-12-11T00:37:25.465Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-11T00:37:25.514Z] $ docker stop --time=1 92329bd8ab1097d8a92b393bd90c7c97ca371225a1dc8bd09832e13cfc27252c [2020-12-11T00:37:26.135Z] ---> d4150ca1eefc [2020-12-11T00:37:26.135Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-11T00:37:27.552Z] $ docker rm -f 92329bd8ab1097d8a92b393bd90c7c97ca371225a1dc8bd09832e13cfc27252c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:37:28.625Z] + docker inspect -f . ci-base-image-arm64 [2020-12-11T00:37:28.625Z] . [Pipeline] withDockerContainer [2020-12-11T00:37:28.909Z] prd-ubuntu18.04-docker-arm64-4c-16g-15521 does not seem to be running inside a container [2020-12-11T00:37:29.024Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:37:30.384Z] ---> 556a15ea4b82 [2020-12-11T00:37:30.384Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-11T00:37:30.384Z] ---> 1bf6f69e9b49 [2020-12-11T00:37:30.384Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-11T00:37:30.384Z] Removing intermediate container f1f49dcf5a50 [2020-12-11T00:37:30.384Z] ---> dc2098ff17d0 [2020-12-11T00:37:30.384Z] [2020-12-11T00:37:30.384Z] Step 10/24 : FROM scratch [2020-12-11T00:37:30.384Z] ---> [2020-12-11T00:37:30.384Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-11T00:37:30.384Z] Removing intermediate container b08adc26e2f9 [2020-12-11T00:37:30.384Z] ---> d32ae926754a [2020-12-11T00:37:30.384Z] [2020-12-11T00:37:30.384Z] Step 10/22 : FROM scratch [2020-12-11T00:37:30.384Z] ---> [2020-12-11T00:37:30.384Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:37:30.384Z] ---> Using cache [2020-12-11T00:37:30.384Z] ---> bb9fed777aed [2020-12-11T00:37:30.384Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-11T00:37:30.559Z] $ docker top e2be925d4c7a1961fdaf85cd35f7d91748118247c4d620c8c95c998b0235f4a1 -eo pid,comm [2020-12-11T00:37:30.648Z] ---> Running in 6161a706da48 [2020-12-11T00:37:30.648Z] ---> Running in 28cd6861495e [Pipeline] { [2020-12-11T00:37:30.911Z] ---> 5bba3e0a77b8 [2020-12-11T00:37:30.911Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-11T00:37:30.911Z] ---> 929ef09a7328 [2020-12-11T00:37:30.911Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [Pipeline] echo [2020-12-11T00:37:30.960Z] ========================================================= [2020-12-11T00:37:30.960Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-11T00:37:30.961Z] ========================================================= [Pipeline] sh [2020-12-11T00:37:31.623Z] + make test [2020-12-11T00:37:31.623Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-11T00:37:32.838Z] Removing intermediate container 28cd6861495e [2020-12-11T00:37:32.838Z] ---> 65ae0634ea23 [2020-12-11T00:37:32.838Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:37:32.838Z] Removing intermediate container 6161a706da48 [2020-12-11T00:37:32.838Z] ---> 58238be6fe5b [2020-12-11T00:37:32.838Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-11T00:37:32.838Z] ---> Running in a7fb3ae9805d [2020-12-11T00:37:33.099Z] ---> Running in 6d3a33d70084 [2020-12-11T00:37:33.099Z] ---> Running in 80a71ec82aa2 [2020-12-11T00:37:33.099Z] ---> 5c1f792b416d [2020-12-11T00:37:33.099Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-11T00:37:33.099Z] Removing intermediate container a7fb3ae9805d [2020-12-11T00:37:33.099Z] ---> e68b5a185b3b [2020-12-11T00:37:33.099Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:37:33.099Z] Removing intermediate container 4a7a1fea3651 [2020-12-11T00:37:33.099Z] ---> 3ee9eb4633cb [2020-12-11T00:37:33.099Z] [2020-12-11T00:37:33.099Z] Step 10/23 : FROM alpine [2020-12-11T00:37:33.364Z] latest: Pulling from library/alpine [2020-12-11T00:37:33.364Z] ---> Running in 8f57dad6eae1 [2020-12-11T00:37:33.364Z] ---> Running in b7b5ccc47b0d [2020-12-11T00:37:33.364Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-11T00:37:33.364Z] Removing intermediate container 6d3a33d70084 [2020-12-11T00:37:33.364Z] ---> 62f193b076c7 [2020-12-11T00:37:33.364Z] Step 14/22 : WORKDIR / [2020-12-11T00:37:33.627Z] Status: Downloaded newer image for alpine:latest [2020-12-11T00:37:33.627Z] ---> d6e46aa2470d [2020-12-11T00:37:33.627Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:37:33.627Z] Removing intermediate container 80a71ec82aa2 [2020-12-11T00:37:33.627Z] ---> 3e0a59b2c7f8 [2020-12-11T00:37:33.627Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-11T00:37:33.627Z] ---> Running in 17a748bf5ef3 [2020-12-11T00:37:33.627Z] ---> Running in 3557e2affcb1 [2020-12-11T00:37:34.045Z] ---> Running in 1d5cbf7b290d [2020-12-11T00:37:34.045Z] Removing intermediate container b7b5ccc47b0d [2020-12-11T00:37:34.045Z] ---> 8c0671a3d0ad [2020-12-11T00:37:34.045Z] Step 19/21 : LABEL arch=x86_64 [2020-12-11T00:37:34.045Z] ---> Running in aeed473e7dff [2020-12-11T00:37:34.045Z] Removing intermediate container 3557e2affcb1 [2020-12-11T00:37:34.045Z] ---> b01534fcf48c [2020-12-11T00:37:34.045Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-11T00:37:34.045Z] Removing intermediate container 17a748bf5ef3 [2020-12-11T00:37:34.045Z] ---> 9ddb5afc3255 [2020-12-11T00:37:34.045Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-11T00:37:34.341Z] Removing intermediate container 1d5cbf7b290d [2020-12-11T00:37:34.341Z] ---> 6844793cf137 [2020-12-11T00:37:34.341Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-11T00:37:34.341Z] ---> Running in ebc9e36953e6 [2020-12-11T00:37:34.341Z] Removing intermediate container aeed473e7dff [2020-12-11T00:37:34.341Z] ---> 3e8247350f79 [2020-12-11T00:37:34.341Z] Step 20/21 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:37:34.629Z] ---> Running in 21bf7ed105a1 [2020-12-11T00:37:34.629Z] ---> cf0ac29c3141 [2020-12-11T00:37:34.629Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-11T00:37:34.629Z] ---> 9f162c8465d4 [2020-12-11T00:37:34.629Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-11T00:37:35.591Z] Removing intermediate container ebc9e36953e6 [2020-12-11T00:37:35.591Z] ---> 1ec684ca635f [2020-12-11T00:37:35.591Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-11T00:37:36.537Z] ---> Running in 8454ffd2a0dd [2020-12-11T00:37:36.537Z] Removing intermediate container 21bf7ed105a1 [2020-12-11T00:37:36.537Z] ---> adcdb67bff8f [2020-12-11T00:37:36.537Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:37:36.537Z] ---> 2eea5371fd63 [2020-12-11T00:37:36.537Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-11T00:37:36.537Z] ---> 0a359ea17d9f [2020-12-11T00:37:36.537Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-11T00:37:36.537Z] Removing intermediate container 8f57dad6eae1 [2020-12-11T00:37:36.537Z] ---> 5536fb567681 [2020-12-11T00:37:36.537Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-11T00:37:36.537Z] ---> Running in 5acbf39c8288 [2020-12-11T00:37:36.799Z] ---> Running in 438c77602df9 [2020-12-11T00:37:36.799Z] Removing intermediate container 8454ffd2a0dd [2020-12-11T00:37:36.799Z] ---> 1d5b924c1cbd [2020-12-11T00:37:36.799Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:37:37.061Z] ---> 5e6fe2d7118e [2020-12-11T00:37:37.061Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-11T00:37:37.061Z] Removing intermediate container 5acbf39c8288 [2020-12-11T00:37:37.061Z] ---> d64bc55b5659 [2020-12-11T00:37:37.061Z] [2020-12-11T00:37:37.323Z] Successfully built d64bc55b5659 [2020-12-11T00:37:37.587Z] Removing intermediate container 438c77602df9 [2020-12-11T00:37:37.587Z] ---> 1958366b10ef [2020-12-11T00:37:37.587Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T00:37:37.587Z] ---> d56be89cf1bb [2020-12-11T00:37:37.587Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-11T00:37:37.587Z] ---> Running in 4492bae21f06 [2020-12-11T00:37:37.587Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-11T00:37:37.587Z] ---> Running in b9911572b1dc [2020-12-11T00:37:37.587Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-12-11T00:37:37.850Z] ---> Running in 3afb20ccad1c [2020-12-11T00:37:38.114Z] ---> 5caf696ff84d [2020-12-11T00:37:38.114Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-11T00:37:38.114Z] Removing intermediate container b9911572b1dc [2020-12-11T00:37:38.114Z] ---> 52fa7b7cc370 [2020-12-11T00:37:38.114Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:37:38.114Z] Removing intermediate container 3afb20ccad1c [2020-12-11T00:37:38.114Z] ---> 14cfbacf2ff5 [2020-12-11T00:37:38.114Z] Step 21/22 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:37:38.114Z] ---> Running in 1a97c70f15e2 [2020-12-11T00:37:38.378Z] ---> Running in defa4b29ca20 [2020-12-11T00:37:38.643Z] Removing intermediate container 1a97c70f15e2 [2020-12-11T00:37:38.643Z] ---> c1639a8afbcc [2020-12-11T00:37:38.643Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T00:37:38.916Z] Removing intermediate container defa4b29ca20 [2020-12-11T00:37:38.916Z] ---> 4d795268c025 [2020-12-11T00:37:38.916Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:37:38.916Z] ---> Running in 22f203962c81 [2020-12-11T00:37:38.916Z] ---> 82812f8f8962 [2020-12-11T00:37:38.916Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-11T00:37:38.916Z] ---> Running in 6bbe8d7c0d52 [2020-12-11T00:37:41.480Z] Removing intermediate container 22f203962c81 [2020-12-11T00:37:41.480Z] ---> 5893840b8587 [2020-12-11T00:37:41.480Z] Step 21/22 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:37:42.433Z] ---> Running in 30f41fb51c75 [2020-12-11T00:37:42.433Z] ---> 78975ed98935 [2020-12-11T00:37:42.433Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-11T00:37:42.433Z] Removing intermediate container 6bbe8d7c0d52 [2020-12-11T00:37:42.433Z] ---> 27f67d41a458 [2020-12-11T00:37:42.433Z] [2020-12-11T00:37:42.433Z] Removing intermediate container 4492bae21f06 [2020-12-11T00:37:42.433Z] ---> 402242084b14 [2020-12-11T00:37:42.433Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-11T00:37:43.009Z] Successfully built 27f67d41a458 [2020-12-11T00:37:43.962Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-11T00:37:43.962Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-12-11T00:37:44.225Z] ---> Running in a60d45a864a7 [2020-12-11T00:37:44.225Z] Removing intermediate container 30f41fb51c75 [2020-12-11T00:37:44.225Z] ---> f989e3219589 [2020-12-11T00:37:44.225Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:37:44.225Z] ---> Running in f100936a70be [2020-12-11T00:37:46.162Z] ---> Running in d96cbd24d19f [2020-12-11T00:37:49.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:49.480Z] Removing intermediate container a60d45a864a7 [2020-12-11T00:37:49.480Z] ---> 061e0856a4db [2020-12-11T00:37:49.480Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:37:49.480Z] Removing intermediate container d96cbd24d19f [2020-12-11T00:37:49.480Z] ---> 20f3c47f8a2f [2020-12-11T00:37:49.480Z] [2020-12-11T00:37:49.480Z] Successfully built 20f3c47f8a2f [2020-12-11T00:37:49.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:49.742Z] Successfully tagged docker-core-metadata-go:latest [2020-12-11T00:37:49.742Z] Building docker-security-secretstore-setup-go [2020-12-11T00:37:49.742Z]  Building docker-core-metadata-go ... done  ---> Running in a8cb9f4a8577 [2020-12-11T00:37:50.006Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-11T00:37:50.272Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-11T00:37:50.272Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-11T00:37:50.535Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-11T00:37:50.535Z] Removing intermediate container a8cb9f4a8577 [2020-12-11T00:37:50.535Z] ---> 2821d36d852b [2020-12-11T00:37:50.535Z] Step 22/24 : LABEL arch=x86_64 [2020-12-11T00:37:50.797Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-11T00:37:50.797Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:37:51.066Z] OK: 8 MiB in 19 packages [2020-12-11T00:37:52.465Z] ---> Running in 5aa00293806e [2020-12-11T00:37:53.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:37:53.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:37:53.427Z] ---> d1c013d495af [2020-12-11T00:37:53.427Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:37:53.427Z] ---> Using cache [2020-12-11T00:37:53.427Z] ---> f29b33d32a1e [2020-12-11T00:37:53.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:37:53.427Z] ---> Using cache [2020-12-11T00:37:53.427Z] ---> 689dc31ca6dc [2020-12-11T00:37:53.427Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:37:53.427Z] ---> Using cache [2020-12-11T00:37:53.427Z] ---> 9c166b6cd015 [2020-12-11T00:37:53.427Z] Step 6/22 : COPY go.mod . [2020-12-11T00:37:53.427Z] ---> Using cache [2020-12-11T00:37:53.427Z] ---> a2a13c02ca40 [2020-12-11T00:37:53.427Z] Step 7/22 : RUN go mod download [2020-12-11T00:37:53.427Z] ---> Using cache [2020-12-11T00:37:53.427Z] ---> ba0ab9e66926 [2020-12-11T00:37:53.427Z] Step 8/22 : COPY . . [2020-12-11T00:37:53.688Z] ---> Using cache [2020-12-11T00:37:53.688Z] ---> f71a702d07a7 [2020-12-11T00:37:53.688Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-11T00:37:54.638Z] Removing intermediate container 5aa00293806e [2020-12-11T00:37:54.638Z] ---> bfca2baa7c6a [2020-12-11T00:37:54.638Z] Step 23/24 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:37:54.638Z] ---> Running in 321ef10f32da [2020-12-11T00:37:56.030Z] ---> Running in 427bfa29d080 [2020-12-11T00:37:56.609Z] Removing intermediate container f100936a70be [2020-12-11T00:37:56.609Z] ---> e40fd4cba39f [2020-12-11T00:37:56.609Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-11T00:37:58.011Z] Removing intermediate container 427bfa29d080 [2020-12-11T00:37:58.011Z] ---> 6f375617c30d [2020-12-11T00:37:58.011Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:37:58.594Z] 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-11T00:37:58.594Z] ---> Running in 0eca1320b2d6 [2020-12-11T00:37:58.594Z] ---> a07a3659d5b7 [2020-12-11T00:37:58.594Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-11T00:37:58.674Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-11T00:37:59.578Z] Removing intermediate container 0eca1320b2d6 [2020-12-11T00:37:59.578Z] ---> de8586f5f0eb [2020-12-11T00:37:59.578Z] [2020-12-11T00:37:59.849Z] Successfully built de8586f5f0eb [2020-12-11T00:37:59.849Z] Successfully tagged docker-support-notifications-go:latest [2020-12-11T00:37:59.849Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-12-11T00:38:00.111Z] ---> 2f70b25d9b3c [2020-12-11T00:38:00.111Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-11T00:38:02.062Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:38:02.062Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-11T00:38:02.062Z] ---> d1c013d495af [2020-12-11T00:38:02.062Z] Step 3/29 : WORKDIR /edgex-go [2020-12-11T00:38:02.062Z] ---> Using cache [2020-12-11T00:38:02.062Z] ---> f29b33d32a1e [2020-12-11T00:38:02.062Z] Step 4/29 : RUN apk update && apk add make git [2020-12-11T00:38:03.029Z] ---> 8a613be6f20a [2020-12-11T00:38:03.029Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-11T00:38:03.622Z] ---> Running in f0216562e5b3 [2020-12-11T00:38:05.031Z] ---> Running in c44504696a71 [2020-12-11T00:38:07.681Z] Removing intermediate container c44504696a71 [2020-12-11T00:38:07.681Z] ---> 0ec2d4437746 [2020-12-11T00:38:07.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:38:07.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:07.681Z] ---> Running in 47e7dbe2b500 [2020-12-11T00:38:07.681Z] Removing intermediate container 47e7dbe2b500 [2020-12-11T00:38:07.681Z] ---> 0417f561530d [2020-12-11T00:38:07.681Z] Step 21/23 : LABEL arch=x86_64 [2020-12-11T00:38:08.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:08.259Z] ---> Running in 2b121104a32d [2020-12-11T00:38:09.229Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:38:09.229Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:38:09.229Z] OK: 12748 distinct packages available [2020-12-11T00:38:09.502Z] OK: 233 MiB in 51 packages [2020-12-11T00:38:09.784Z] Removing intermediate container 2b121104a32d [2020-12-11T00:38:09.784Z] ---> e199dd677a75 [2020-12-11T00:38:09.784Z] Step 22/23 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:38:10.382Z] ---> Running in e752c5c98329 [2020-12-11T00:38:11.375Z] Removing intermediate container e752c5c98329 [2020-12-11T00:38:11.375Z] ---> 6787fbda0f12 [2020-12-11T00:38:11.375Z] Step 23/23 : LABEL version=0.0.0 [2020-12-11T00:38:11.375Z] ---> Running in 394465e80f00 [2020-12-11T00:38:11.975Z] Removing intermediate container f0216562e5b3 [2020-12-11T00:38:11.975Z] ---> 67f0bb94dab3 [2020-12-11T00:38:11.975Z] Step 5/29 : COPY go.mod . [2020-12-11T00:38:12.241Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:38:12.241Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:38:12.241Z] ---> d1c013d495af [2020-12-11T00:38:12.241Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:38:12.241Z] ---> Using cache [2020-12-11T00:38:12.241Z] ---> f29b33d32a1e [2020-12-11T00:38:12.241Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:38:12.241Z] ---> Using cache [2020-12-11T00:38:12.241Z] ---> 689dc31ca6dc [2020-12-11T00:38:12.241Z] Step 5/24 : RUN apk update && apk add make git [2020-12-11T00:38:12.241Z] ---> Using cache [2020-12-11T00:38:12.241Z] ---> 9c166b6cd015 [2020-12-11T00:38:12.241Z] Step 6/24 : COPY go.mod . [2020-12-11T00:38:12.241Z] ---> Using cache [2020-12-11T00:38:12.241Z] ---> a2a13c02ca40 [2020-12-11T00:38:12.241Z] Step 7/24 : RUN go mod download [2020-12-11T00:38:12.241Z] ---> Using cache [2020-12-11T00:38:12.241Z] ---> ba0ab9e66926 [2020-12-11T00:38:12.241Z] Step 8/24 : COPY . . [2020-12-11T00:38:12.241Z] ---> Using cache [2020-12-11T00:38:12.241Z] ---> f71a702d07a7 [2020-12-11T00:38:12.241Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-11T00:38:12.833Z] Removing intermediate container 394465e80f00 [2020-12-11T00:38:12.833Z] ---> 5269640e764a [2020-12-11T00:38:12.833Z] [2020-12-11T00:38:13.424Z] Successfully built 5269640e764a [2020-12-11T00:38:13.424Z] ---> Running in e242b751c71f [2020-12-11T00:38:13.424Z] Successfully tagged docker-core-data-go:latest [2020-12-11T00:38:13.424Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-12-11T00:38:13.705Z] ---> 11c5b46bad19 [2020-12-11T00:38:13.705Z] Step 6/29 : RUN go mod download [2020-12-11T00:38:13.987Z] ---> Running in 1090f6a0011f [2020-12-11T00:38:16.557Z] 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-11T00:38:21.915Z] Removing intermediate container 1090f6a0011f [2020-12-11T00:38:21.915Z] ---> 0be0f140ff97 [2020-12-11T00:38:21.915Z] Step 7/29 : COPY . . [2020-12-11T00:38:21.915Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:38:21.915Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:38:21.915Z] ---> d1c013d495af [2020-12-11T00:38:21.915Z] Step 3/27 : WORKDIR /edgex-go [2020-12-11T00:38:21.915Z] ---> Using cache [2020-12-11T00:38:21.915Z] ---> f29b33d32a1e [2020-12-11T00:38:21.915Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:38:21.915Z] ---> Using cache [2020-12-11T00:38:21.915Z] ---> 689dc31ca6dc [2020-12-11T00:38:21.915Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-11T00:38:22.501Z] ---> Running in 06774ae3f6d3 [2020-12-11T00:38:27.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:28.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:28.726Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:38:28.726Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:38:28.726Z] OK: 12748 distinct packages available [2020-12-11T00:38:28.994Z] OK: 233 MiB in 51 packages [2020-12-11T00:38:35.622Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:38:35.622Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:38:35.622Z] ---> d1c013d495af [2020-12-11T00:38:35.622Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:38:35.622Z] ---> Using cache [2020-12-11T00:38:35.622Z] ---> f29b33d32a1e [2020-12-11T00:38:35.622Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:38:35.622Z] ---> Using cache [2020-12-11T00:38:35.622Z] ---> 689dc31ca6dc [2020-12-11T00:38:35.622Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:38:35.622Z] ---> Using cache [2020-12-11T00:38:35.622Z] ---> 9c166b6cd015 [2020-12-11T00:38:35.622Z] Step 6/21 : COPY go.mod . [2020-12-11T00:38:35.622Z] ---> Using cache [2020-12-11T00:38:35.622Z] ---> a2a13c02ca40 [2020-12-11T00:38:35.622Z] Step 7/21 : RUN go mod download [2020-12-11T00:38:35.622Z] ---> Using cache [2020-12-11T00:38:35.622Z] ---> ba0ab9e66926 [2020-12-11T00:38:35.622Z] Step 8/21 : COPY . . [2020-12-11T00:38:35.622Z] ---> Using cache [2020-12-11T00:38:35.622Z] ---> f71a702d07a7 [2020-12-11T00:38:35.622Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-11T00:38:36.204Z] ---> Running in 6eafe0dee96e [2020-12-11T00:38:36.470Z] Removing intermediate container 321ef10f32da [2020-12-11T00:38:36.470Z] ---> c75c238062e5 [2020-12-11T00:38:36.470Z] [2020-12-11T00:38:36.470Z] Step 10/22 : FROM scratch [2020-12-11T00:38:36.470Z] ---> [2020-12-11T00:38:36.470Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:38:36.470Z] Removing intermediate container 06774ae3f6d3 [2020-12-11T00:38:36.470Z] ---> 93f681e3b334 [2020-12-11T00:38:36.470Z] Step 6/27 : COPY go.mod . [2020-12-11T00:38:37.094Z] ---> Using cache [2020-12-11T00:38:37.094Z] ---> bb9fed777aed [2020-12-11T00:38:37.094Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-11T00:38:37.094Z] 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-11T00:38:37.094Z] ---> 8d603b31299a [2020-12-11T00:38:37.094Z] Step 7/27 : RUN go mod download [2020-12-11T00:38:37.356Z] ---> Running in 94dd15457e52 [2020-12-11T00:38:38.766Z] ---> Running in b0aa50e39a11 [2020-12-11T00:38:38.766Z] 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-11T00:38:39.740Z] Removing intermediate container 94dd15457e52 [2020-12-11T00:38:39.740Z] ---> 97dba0980fa0 [2020-12-11T00:38:39.740Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:38:40.340Z] ---> Running in 7b1e8e2c02fe [2020-12-11T00:38:41.325Z] Removing intermediate container 7b1e8e2c02fe [2020-12-11T00:38:41.325Z] ---> 6ee673cd471f [2020-12-11T00:38:41.325Z] Step 14/22 : WORKDIR / [2020-12-11T00:38:41.325Z] ---> Running in b40ec3d06943 [2020-12-11T00:38:43.944Z] Removing intermediate container b40ec3d06943 [2020-12-11T00:38:43.944Z] ---> 870afee65c4e [2020-12-11T00:38:43.944Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-11T00:38:44.208Z] ---> fd9bd1bde9dc [2020-12-11T00:38:44.208Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-11T00:38:44.827Z] Removing intermediate container b0aa50e39a11 [2020-12-11T00:38:44.827Z] ---> 46138c8f506e [2020-12-11T00:38:44.827Z] Step 8/27 : COPY . . [2020-12-11T00:38:50.170Z] ---> edf79fc754eb [2020-12-11T00:38:50.170Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-11T00:38:53.324Z] Removing intermediate container e242b751c71f [2020-12-11T00:38:53.324Z] ---> 4f473d4330c8 [2020-12-11T00:38:53.324Z] [2020-12-11T00:38:53.324Z] Step 10/24 : FROM alpine:3.10 [2020-12-11T00:38:53.324Z] ---> be4e4bea2c2e [2020-12-11T00:38:53.324Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:38:53.324Z] ---> Using cache [2020-12-11T00:38:53.324Z] ---> d1ecd13d451f [2020-12-11T00:38:53.324Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:38:54.274Z] ---> 200457975aab [2020-12-11T00:38:54.274Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-11T00:38:54.865Z] ---> 68aff2e2724c [2020-12-11T00:38:54.865Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-11T00:38:55.265Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-11T00:38:55.447Z] ---> Running in 4521b7d287ae [2020-12-11T00:38:56.713Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-11T00:38:57.371Z] ---> Running in d6650004d16c [2020-12-11T00:38:57.371Z] ---> Running in 196c4986bd51 [2020-12-11T00:38:57.371Z] 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-11T00:38:57.948Z] Removing intermediate container 4521b7d287ae [2020-12-11T00:38:57.949Z] ---> 14f88f0c8bb6 [2020-12-11T00:38:57.949Z] Step 13/24 : WORKDIR / [2020-12-11T00:38:59.364Z] Removing intermediate container 196c4986bd51 [2020-12-11T00:38:59.364Z] ---> 3ae740c3d534 [2020-12-11T00:38:59.364Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:38:59.364Z] ---> Running in 20166de0059a [2020-12-11T00:38:59.364Z] 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-11T00:38:59.364Z] ---> Running in 8297156f5e10 [2020-12-11T00:39:00.124Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-11T00:39:00.124Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-11T00:39:00.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-11T00:39:00.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-11T00:39:00.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-11T00:39:01.312Z] Removing intermediate container 20166de0059a [2020-12-11T00:39:01.313Z] ---> 82818b771525 [2020-12-11T00:39:01.313Z] 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-11T00:39:02.269Z] Removing intermediate container 8297156f5e10 [2020-12-11T00:39:02.269Z] ---> c3f34e269a84 [2020-12-11T00:39:02.269Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T00:39:03.242Z] ---> Running in 030b8fbb48c3 [2020-12-11T00:39:05.196Z] ---> fb31e5110a26 [2020-12-11T00:39:05.196Z] 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-11T00:39:05.779Z] Removing intermediate container 030b8fbb48c3 [2020-12-11T00:39:05.779Z] ---> ffbb4daae187 [2020-12-11T00:39:05.779Z] Step 21/22 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:39:05.779Z] ---> 393b9676caa0 [2020-12-11T00:39:05.779Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-11T00:39:05.779Z] ---> 2e383df84938 [2020-12-11T00:39:05.779Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-11T00:39:05.779Z] ---> Running in 2e3798453610 [2020-12-11T00:39:06.063Z] ---> Running in 8f178b97c276 [2020-12-11T00:39:06.342Z] Removing intermediate container 2e3798453610 [2020-12-11T00:39:06.342Z] ---> 823f7f5ea274 [2020-12-11T00:39:06.342Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:39:06.630Z] ---> 8d13c00b200c [2020-12-11T00:39:06.630Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-11T00:39:06.630Z] ---> Running in 7de13df90daa [2020-12-11T00:39:06.864Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.131s [2020-12-11T00:39:06.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-11T00:39:06.864Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-11T00:39:06.900Z] 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-11T00:39:07.173Z] Removing intermediate container 7de13df90daa [2020-12-11T00:39:07.173Z] ---> 28ead588d87e [2020-12-11T00:39:07.173Z] [2020-12-11T00:39:07.445Z] Successfully built 28ead588d87e [2020-12-11T00:39:07.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-11T00:39:07.851Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-11T00:39:07.851Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-11T00:39:07.851Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-11T00:39:08.427Z] ---> da3abd5f584e [2020-12-11T00:39:08.427Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-11T00:39:08.427Z] Successfully tagged docker-core-command-go:latest [2020-12-11T00:39:08.709Z]  Building docker-core-command-go ... done Removing intermediate container 6eafe0dee96e [2020-12-11T00:39:08.709Z] ---> fee7a489bd4c [2020-12-11T00:39:08.709Z] [2020-12-11T00:39:08.709Z] Step 10/21 : FROM alpine [2020-12-11T00:39:08.709Z] ---> d6e46aa2470d [2020-12-11T00:39:08.709Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-11T00:39:08.709Z] ---> Running in 0b614a7e7ff9 [2020-12-11T00:39:09.322Z] ---> 7d1347c4e590 [2020-12-11T00:39:09.322Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:39:09.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:09.871Z] ---> 91e536ef4c97 [2020-12-11T00:39:09.871Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:39:09.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:09.871Z] ---> Running in 8883968f5697 [2020-12-11T00:39:10.152Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:39:10.152Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:39:10.152Z] OK: 12747 distinct packages available [2020-12-11T00:39:10.423Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-11T00:39:10.423Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:39:10.423Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-11T00:39:10.423Z] (4/4) Installing curl (7.69.1-r2) [2020-12-11T00:39:10.423Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:39:10.423Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:39:10.697Z] OK: 7 MiB in 18 packages [2020-12-11T00:39:13.316Z] Removing intermediate container 0b614a7e7ff9 [2020-12-11T00:39:13.316Z] ---> 8dd22aedd4ba [2020-12-11T00:39:13.316Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:39:13.316Z] Removing intermediate container 8883968f5697 [2020-12-11T00:39:13.316Z] ---> d786f3e6f873 [2020-12-11T00:39:13.316Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:39:13.582Z] ---> Running in 75cee541697f [2020-12-11T00:39:13.582Z] ---> Running in 65341f4b52f8 [2020-12-11T00:39:13.853Z] Removing intermediate container 75cee541697f [2020-12-11T00:39:13.853Z] ---> 6eadab1d6eb1 [2020-12-11T00:39:13.853Z] Step 13/21 : WORKDIR /edgex [2020-12-11T00:39:14.134Z] Removing intermediate container 65341f4b52f8 [2020-12-11T00:39:14.134Z] ---> f022f473abc7 [2020-12-11T00:39:14.134Z] Step 22/24 : LABEL arch=x86_64 [2020-12-11T00:39:14.134Z] ---> Running in de2c71bce3eb [2020-12-11T00:39:14.134Z] ---> Running in 2beb46459299 [2020-12-11T00:39:14.410Z] Removing intermediate container de2c71bce3eb [2020-12-11T00:39:14.410Z] ---> 6eff37c9b93c [2020-12-11T00:39:14.410Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-11T00:39:14.676Z] Removing intermediate container 2beb46459299 [2020-12-11T00:39:14.676Z] ---> 6685c2a3c9dd [2020-12-11T00:39:14.676Z] Step 23/24 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:39:14.941Z] ---> Running in 16f416b7804a [2020-12-11T00:39:14.941Z] ---> f9edbbbc24f5 [2020-12-11T00:39:14.941Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-11T00:39:15.531Z] Removing intermediate container 16f416b7804a [2020-12-11T00:39:15.531Z] ---> 8f3ecb7ab77a [2020-12-11T00:39:15.531Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:39:16.112Z] ---> Running in 53aae02a76f3 [2020-12-11T00:39:16.701Z] ---> 6e8f981715ad [2020-12-11T00:39:16.701Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-11T00:39:17.645Z] Removing intermediate container 53aae02a76f3 [2020-12-11T00:39:17.645Z] ---> e2e73cfa02fc [2020-12-11T00:39:17.645Z] [2020-12-11T00:39:17.645Z] Successfully built e2e73cfa02fc [2020-12-11T00:39:17.906Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-11T00:39:18.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 46.6% of statements [2020-12-11T00:39:18.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-11T00:39:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-11T00:39:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-11T00:39:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-11T00:39:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-11T00:39:18.178Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d6650004d16c [2020-12-11T00:39:18.178Z] ---> 8cfa1d880ee8 [2020-12-11T00:39:18.178Z] [2020-12-11T00:39:18.178Z] Step 9/29 : FROM alpine:latest [2020-12-11T00:39:18.178Z] ---> d6e46aa2470d [2020-12-11T00:39:18.178Z] 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-11T00:39:18.178Z] ---> 91b13744cb4a [2020-12-11T00:39:18.178Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-11T00:39:18.178Z] ---> Running in 198ef4381a55 [2020-12-11T00:39:18.178Z] ---> Running in a6ec3c3ec52c [2020-12-11T00:39:18.444Z] Removing intermediate container 198ef4381a55 [2020-12-11T00:39:18.444Z] ---> bc5a3ec7a2bb [2020-12-11T00:39:18.444Z] Step 11/29 : USER root [2020-12-11T00:39:18.444Z] Removing intermediate container a6ec3c3ec52c [2020-12-11T00:39:18.444Z] ---> 00413c7bf18c [2020-12-11T00:39:18.444Z] Step 18/21 : CMD ["--init=true"] [2020-12-11T00:39:18.705Z] ---> Running in e131a318f939 [2020-12-11T00:39:18.705Z] ---> Running in 592637e3e5c4 [2020-12-11T00:39:18.966Z] Removing intermediate container e131a318f939 [2020-12-11T00:39:18.966Z] ---> cea9ec2ffe07 [2020-12-11T00:39:18.966Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-11T00:39:18.966Z] Removing intermediate container 592637e3e5c4 [2020-12-11T00:39:18.966Z] ---> 6efa260123eb [2020-12-11T00:39:18.966Z] Step 19/21 : LABEL arch=x86_64 [2020-12-11T00:39:18.966Z] ---> Running in 8f0dd802f301 [2020-12-11T00:39:18.966Z] ---> Running in 69c4c07553b9 [2020-12-11T00:39:19.231Z] Removing intermediate container 69c4c07553b9 [2020-12-11T00:39:19.231Z] ---> 01ea8948cd99 [2020-12-11T00:39:19.231Z] Step 20/21 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:39:19.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:20.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:20.328Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:39:20.328Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:39:20.328Z] OK: 12747 distinct packages available [2020-12-11T00:39:20.328Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-11T00:39:20.589Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-11T00:39:20.589Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:39:20.589Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:39:20.589Z] OK: 6 MiB in 16 packages [2020-12-11T00:39:21.160Z] ---> Running in 5d67972d0a20 [2020-12-11T00:39:21.736Z] Removing intermediate container 8f178b97c276 [2020-12-11T00:39:21.737Z] ---> 027e4e893b60 [2020-12-11T00:39:21.737Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-11T00:39:21.737Z] Removing intermediate container 5d67972d0a20 [2020-12-11T00:39:21.737Z] ---> 5c8a5197c589 [2020-12-11T00:39:21.737Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:39:21.737Z] ---> Running in 97788bb8208a [2020-12-11T00:39:21.737Z] ---> Running in fbe8414ece6e [2020-12-11T00:39:23.663Z] 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-11T00:39:23.663Z] Removing intermediate container fbe8414ece6e [2020-12-11T00:39:23.663Z] ---> 61807d1b34d3 [2020-12-11T00:39:23.663Z] [2020-12-11T00:39:23.663Z] Removing intermediate container 8f0dd802f301 [2020-12-11T00:39:23.663Z] ---> e42640f04bb2 [2020-12-11T00:39:23.663Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-11T00:39:23.930Z] Successfully built 61807d1b34d3 [2020-12-11T00:39:23.930Z] ---> Running in d2ba7358dd7d [2020-12-11T00:39:23.930Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-11T00:39:23.930Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d2ba7358dd7d [2020-12-11T00:39:23.930Z] ---> e04ffd4fb1f7 [2020-12-11T00:39:23.930Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-11T00:39:24.194Z] ---> Running in 5e5779d90efd [2020-12-11T00:39:24.459Z] Removing intermediate container 5e5779d90efd [2020-12-11T00:39:24.459Z] ---> 8289a124fa6e [2020-12-11T00:39:24.459Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-11T00:39:24.459Z] ---> Running in e476790cddb3 [2020-12-11T00:39:24.459Z] Removing intermediate container 97788bb8208a [2020-12-11T00:39:24.459Z] ---> 53040cbe11b7 [2020-12-11T00:39:24.459Z] [2020-12-11T00:39:24.459Z] Step 11/27 : FROM docker:latest [2020-12-11T00:39:24.459Z] ---> 86c48ffa8038 [2020-12-11T00:39:24.459Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-11T00:39:24.723Z] ---> Running in c2b5ec352b55 [2020-12-11T00:39:25.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:25.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:25.305Z] (1/2) Installing readline (8.0.4-r0) [2020-12-11T00:39:25.305Z] (2/2) Installing bash (5.0.17-r0) [2020-12-11T00:39:25.572Z] Removing intermediate container e476790cddb3 [2020-12-11T00:39:25.572Z] ---> 02450bd57069 [2020-12-11T00:39:25.572Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-11T00:39:25.572Z] Executing bash-5.0.17-r0.post-install [2020-12-11T00:39:25.572Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:39:25.572Z] OK: 12 MiB in 22 packages [2020-12-11T00:39:25.835Z] ---> 0ec330ea96c1 [2020-12-11T00:39:25.835Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-11T00:39:26.096Z] Removing intermediate container c2b5ec352b55 [2020-12-11T00:39:26.096Z] ---> fca28de3ce9c [2020-12-11T00:39:26.096Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-11T00:39:26.096Z] ---> Running in 5b5e942ad7bd [2020-12-11T00:39:26.360Z] ---> 52bd589e35df [2020-12-11T00:39:26.360Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-11T00:39:26.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.513s coverage: 27.1% of statements [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-11T00:39:26.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-11T00:39:26.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-11T00:39:26.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.510s coverage: 68.5% of statements [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-11T00:39:26.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.365s coverage: 82.3% of statements [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-11T00:39:26.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-11T00:39:26.625Z] ---> d34d7c7b524c [2020-12-11T00:39:26.625Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-11T00:39:26.887Z] ---> e7f7925dc492 [2020-12-11T00:39:26.887Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-11T00:39:27.148Z] Removing intermediate container 5b5e942ad7bd [2020-12-11T00:39:27.148Z] ---> 2fb7f90bb666 [2020-12-11T00:39:27.148Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-11T00:39:27.148Z] ---> Running in 6f5dab90015d [2020-12-11T00:39:27.148Z] ---> 7bd834ada3c6 [2020-12-11T00:39:27.148Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-11T00:39:27.148Z] ---> Running in a57e8035daa6 [2020-12-11T00:39:27.413Z] Removing intermediate container 6f5dab90015d [2020-12-11T00:39:27.413Z] ---> 6266d0b2d701 [2020-12-11T00:39:27.413Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-11T00:39:27.413Z] ---> Running in d747569b70c0 [2020-12-11T00:39:27.676Z] Removing intermediate container d747569b70c0 [2020-12-11T00:39:27.676Z] ---> 407b55de479e [2020-12-11T00:39:27.676Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-11T00:39:27.676Z] ---> Running in 36b01d1451bd [2020-12-11T00:39:27.944Z] Removing intermediate container 36b01d1451bd [2020-12-11T00:39:27.944Z] ---> 866ab7779e95 [2020-12-11T00:39:27.944Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-11T00:39:28.204Z] Removing intermediate container a57e8035daa6 [2020-12-11T00:39:28.204Z] ---> 46c8217c8764 [2020-12-11T00:39:28.204Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:39:28.468Z] ---> 25f4d0cc748e [2020-12-11T00:39:28.469Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-11T00:39:28.469Z] ---> 97ec14bcc879 [2020-12-11T00:39:28.469Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:39:28.469Z] ---> Running in d3ef0adbc3a5 [2020-12-11T00:39:28.730Z] ---> 5a40c7b9e8ab [2020-12-11T00:39:28.730Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-11T00:39:28.991Z] ---> 187216428edd [2020-12-11T00:39:28.991Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-11T00:39:29.255Z] ---> Running in 1400129525df [2020-12-11T00:39:29.519Z] Removing intermediate container d3ef0adbc3a5 [2020-12-11T00:39:29.519Z] ---> 0293fba82d53 [2020-12-11T00:39:29.519Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-11T00:39:29.519Z] ---> Running in 83c14958de1b [2020-12-11T00:39:29.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:29.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:30.044Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-11T00:39:30.044Z] (2/33) Installing expat (2.2.9-r1) [2020-12-11T00:39:30.044Z] (3/33) Installing libffi (3.3-r2) [2020-12-11T00:39:30.044Z] (4/33) Installing gdbm (1.13-r1) [2020-12-11T00:39:30.044Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-11T00:39:30.044Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-11T00:39:30.044Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-11T00:39:34.324Z] Removing intermediate container 83c14958de1b [2020-12-11T00:39:34.324Z] ---> 866f614793d9 [2020-12-11T00:39:34.324Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:39:34.324Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-11T00:39:34.324Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-11T00:39:34.324Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-11T00:39:34.324Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-11T00:39:34.324Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-11T00:39:34.324Z] ---> Running in 0d5a977dfde0 [2020-12-11T00:39:34.324Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-11T00:39:34.585Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-11T00:39:34.585Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-11T00:39:34.585Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-11T00:39:34.585Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-11T00:39:34.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.391s coverage: 28.6% of statements [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-11T00:39:34.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-11T00:39:34.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.106s coverage: 100.0% of statements [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-11T00:39:34.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements [2020-12-11T00:39:34.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-11T00:39:35.156Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-11T00:39:35.157Z] Removing intermediate container 0d5a977dfde0 [2020-12-11T00:39:35.157Z] ---> 097102d6eafc [2020-12-11T00:39:35.157Z] Step 26/29 : CMD [ "generate" ] [2020-12-11T00:39:35.157Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-11T00:39:35.419Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-11T00:39:35.419Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-11T00:39:35.679Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-11T00:39:35.679Z] ---> Running in c60e9f6913c5 [2020-12-11T00:39:35.679Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-11T00:39:35.679Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-11T00:39:35.679Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-11T00:39:35.679Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-11T00:39:35.679Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-11T00:39:35.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements [2020-12-11T00:39:35.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-11T00:39:35.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements [2020-12-11T00:39:35.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-11T00:39:35.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-11T00:39:35.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-11T00:39:35.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-11T00:39:35.941Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-11T00:39:35.941Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-11T00:39:35.941Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-11T00:39:36.205Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-11T00:39:36.467Z] Removing intermediate container c60e9f6913c5 [2020-12-11T00:39:36.467Z] ---> 0fa4d8c6fc9c [2020-12-11T00:39:36.467Z] Step 27/29 : LABEL arch=x86_64 [2020-12-11T00:39:36.467Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-11T00:39:36.467Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-11T00:39:37.413Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:39:37.413Z] ---> Running in f2150f29940f [2020-12-11T00:39:37.413Z] OK: 71 MiB in 55 packages [2020-12-11T00:39:37.681Z] Removing intermediate container f2150f29940f [2020-12-11T00:39:37.681Z] ---> 6e204c643c73 [2020-12-11T00:39:37.681Z] Step 28/29 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:39:37.681Z] ---> Running in 8d30ca3c1403 [2020-12-11T00:39:37.955Z] Removing intermediate container 8d30ca3c1403 [2020-12-11T00:39:37.955Z] ---> 9c375d394427 [2020-12-11T00:39:37.955Z] Step 29/29 : LABEL version=0.0.0 [2020-12-11T00:39:37.955Z] ---> Running in e8a8de2597a9 [2020-12-11T00:39:38.896Z] Removing intermediate container e8a8de2597a9 [2020-12-11T00:39:38.896Z] ---> 64113f1230b3 [2020-12-11T00:39:38.896Z] [2020-12-11T00:39:38.896Z] Successfully built 64113f1230b3 [2020-12-11T00:39:38.896Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-11T00:39:42.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.059s coverage: 93.8% of statements [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-11T00:39:42.449Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-11T00:39:42.449Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.161s coverage: 0.1% of statements [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-11T00:39:42.449Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-11T00:39:42.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-11T00:39:42.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.088s coverage: 100.0% of statements [2020-12-11T00:39:42.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-11T00:39:42.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2020-12-11T00:39:42.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-11T00:39:42.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements [2020-12-11T00:39:42.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2020-12-11T00:39:43.121Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 1400129525df [2020-12-11T00:39:43.121Z] ---> 9cba45951538 [2020-12-11T00:39:43.386Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-11T00:39:43.386Z] ---> Running in 39062e3b1b63 [2020-12-11T00:39:43.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.177s coverage: 84.2% of statements [2020-12-11T00:39:44.775Z] Collecting docker-compose==1.23.2 [2020-12-11T00:39:44.775Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-11T00:39:45.037Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-11T00:39:45.037Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-11T00:39:45.299Z] Collecting docker<4.0,>=3.6.0 [2020-12-11T00:39:45.299Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-11T00:39:45.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.261s coverage: 91.4% of statements [2020-12-11T00:39:45.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-11T00:39:45.560Z] Collecting texttable<0.10,>=0.9.0 [2020-12-11T00:39:45.560Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-11T00:39:46.133Z] Collecting jsonschema<3,>=2.5.1 [2020-12-11T00:39:46.133Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-11T00:39:46.133Z] Collecting cached-property<2,>=1.2.0 [2020-12-11T00:39:46.133Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-11T00:39:46.133Z] Collecting docopt<0.7,>=0.6.1 [2020-12-11T00:39:46.133Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-11T00:39:46.706Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-11T00:39:46.706Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-11T00:39:47.278Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-11T00:39:47.278Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-11T00:39:47.278Z] 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-11T00:39:47.539Z] Collecting PyYAML<4,>=3.10 [2020-12-11T00:39:47.539Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-11T00:39:48.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.639s coverage: 63.5% of statements [2020-12-11T00:39:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-11T00:39:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-11T00:39:48.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2020-12-11T00:39:48.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2020-12-11T00:39:48.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2020-12-11T00:39:48.112Z] 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-11T00:39:48.113Z] 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-11T00:39:48.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2020-12-11T00:39:48.375Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-11T00:39:48.376Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-11T00:39:48.376Z] Collecting idna<2.8,>=2.5 [2020-12-11T00:39:48.376Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-11T00:39:48.637Z] Collecting docker-pycreds>=0.4.0 [2020-12-11T00:39:48.637Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-11T00:39:48.637Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-11T00:39:48.637Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-11T00:39:48.637Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-11T00:39:48.637Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-11T00:39:48.637Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, jsonschema, cached-property, docopt, dockerpty, PyYAML, docker-compose [2020-12-11T00:39:48.637Z] Attempting uninstall: urllib3 [2020-12-11T00:39:48.637Z] Found existing installation: urllib3 1.25.9 [2020-12-11T00:39:48.637Z] Uninstalling urllib3-1.25.9: [2020-12-11T00:39:48.900Z] Successfully uninstalled urllib3-1.25.9 [2020-12-11T00:39:48.900Z] Attempting uninstall: idna [2020-12-11T00:39:48.900Z] Found existing installation: idna 2.9 [2020-12-11T00:39:48.900Z] Uninstalling idna-2.9: [2020-12-11T00:39:48.900Z] Successfully uninstalled idna-2.9 [2020-12-11T00:39:49.161Z] Attempting uninstall: requests [2020-12-11T00:39:49.161Z] Found existing installation: requests 2.23.0 [2020-12-11T00:39:49.161Z] Uninstalling requests-2.23.0: [2020-12-11T00:39:49.161Z] Successfully uninstalled requests-2.23.0 [2020-12-11T00:39:49.736Z] Running setup.py install for texttable: started [2020-12-11T00:39:50.000Z] Running setup.py install for texttable: finished with status 'done' [2020-12-11T00:39:50.262Z] Running setup.py install for docopt: started [2020-12-11T00:39:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2020-12-11T00:39:50.835Z] Running setup.py install for docopt: finished with status 'done' [2020-12-11T00:39:50.835Z] Running setup.py install for dockerpty: started [2020-12-11T00:39:51.099Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-11T00:39:51.099Z] Running setup.py install for PyYAML: started [2020-12-11T00:39:51.673Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-11T00:39:51.967Z] 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-11T00:39:53.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.860s coverage: 55.9% of statements [2020-12-11T00:39:53.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-11T00:39:53.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-11T00:39:53.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-11T00:39:53.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-11T00:39:53.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-11T00:39:53.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-11T00:39:57.302Z] Removing intermediate container 39062e3b1b63 [2020-12-11T00:39:57.303Z] ---> 65603765ce4b [2020-12-11T00:39:57.303Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-11T00:39:57.303Z] ---> Running in ceb4d3989f93 [2020-12-11T00:39:57.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:57.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:57.303Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:39:57.303Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-11T00:39:57.303Z] (3/3) Installing curl (7.69.1-r2) [2020-12-11T00:39:57.303Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:39:57.303Z] OK: 72 MiB in 58 packages [2020-12-11T00:39:57.878Z] Removing intermediate container ceb4d3989f93 [2020-12-11T00:39:57.878Z] ---> 5bdab477e4e3 [2020-12-11T00:39:57.878Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-11T00:39:57.878Z] ---> Running in 1fd63772e83d [2020-12-11T00:39:57.878Z] Removing intermediate container 1fd63772e83d [2020-12-11T00:39:57.878Z] ---> c13d5b76fdc5 [2020-12-11T00:39:57.878Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:39:58.140Z] ---> Running in 0f053d531cfd [2020-12-11T00:39:58.140Z] Removing intermediate container 0f053d531cfd [2020-12-11T00:39:58.140Z] ---> b761620abc8e [2020-12-11T00:39:58.140Z] Step 25/27 : LABEL arch=x86_64 [2020-12-11T00:39:58.140Z] ---> Running in 738177c0dfe1 [2020-12-11T00:39:58.402Z] Removing intermediate container 738177c0dfe1 [2020-12-11T00:39:58.402Z] ---> 9dab6762bebe [2020-12-11T00:39:58.402Z] Step 26/27 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:39:58.402Z] ---> Running in ca674f58ae79 [2020-12-11T00:39:58.663Z] Removing intermediate container ca674f58ae79 [2020-12-11T00:39:58.663Z] ---> 5904d61f360f [2020-12-11T00:39:58.663Z] Step 27/27 : LABEL version=0.0.0 [2020-12-11T00:39:58.663Z] ---> Running in 9682134df7f5 [2020-12-11T00:39:58.927Z] Removing intermediate container 9682134df7f5 [2020-12-11T00:39:58.927Z] ---> e77d8f1c9841 [2020-12-11T00:39:58.927Z] [2020-12-11T00:39:58.927Z] Successfully built e77d8f1c9841 [2020-12-11T00:39:58.927Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-11T00:39:59.510Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-11T00:39:59.517Z] $ docker stop --time=1 70e338b3ac81d30019d5f84b7266c458e6502a7bef1fe1dc219d22e09bc418b5 [2020-12-11T00:40:01.062Z] $ docker rm -f 70e338b3ac81d30019d5f84b7266c458e6502a7bef1fe1dc219d22e09bc418b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T00:40:01.571Z] + docker images [2020-12-11T00:40:01.572Z] + grep docker [2020-12-11T00:40:01.836Z] docker-sys-mgmt-agent-go latest e77d8f1c9841 3 seconds ago 313MB [2020-12-11T00:40:01.836Z] docker-security-secrets-setup-go latest 64113f1230b3 24 seconds ago 23.9MB [2020-12-11T00:40:01.836Z] docker-security-proxy-setup-go latest 61807d1b34d3 39 seconds ago 24.6MB [2020-12-11T00:40:01.836Z] docker-security-secretstore-setup-go latest e2e73cfa02fc 45 seconds ago 24.7MB [2020-12-11T00:40:01.836Z] docker-core-command-go latest 28ead588d87e 55 seconds ago 12.2MB [2020-12-11T00:40:01.836Z] docker-core-data-go latest 5269640e764a About a minute ago 23.7MB [2020-12-11T00:40:01.836Z] docker-support-notifications-go latest de8586f5f0eb 2 minutes ago 13.6MB [2020-12-11T00:40:01.836Z] docker-core-metadata-go latest 20f3c47f8a2f 2 minutes ago 14.5MB [2020-12-11T00:40:01.836Z] docker-security-bootstrap-redis-go latest 27f67d41a458 2 minutes ago 15.8MB [2020-12-11T00:40:01.836Z] docker-support-scheduler-go latest d64bc55b5659 2 minutes ago 12.3MB [2020-12-11T00:40:01.836Z] docker latest 86c48ffa8038 8 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-11T00:40:17.619Z] Still waiting to schedule task [2020-12-11T00:40:17.619Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 48.821s coverage: 86.3% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.113s coverage: 72.2% of statements [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.695s coverage: 72.1% of statements [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.098s coverage: 82.4% of statements [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.073s coverage: 48.4% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.101s coverage: 28.8% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.081s coverage: 96.8% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.2% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.658s coverage: 84.0% of statements [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.146s coverage: 100.0% of statements [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.354s coverage: 47.1% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.230s coverage: 29.1% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.163s coverage: 99.0% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-11T00:40:40.792Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2020-12-11T00:40:40.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-11T00:40:40.793Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2020-12-11T00:40:40.793Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-11T00:40:40.793Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-11T00:40:40.793Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-11T00:40:40.793Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-11T00:40:40.793Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2020-12-11T00:40:40.793Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-11T00:40:40.793Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-11T00:40:40.793Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2020-12-11T00:40:40.793Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-11T00:40:40.793Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2020-12-11T00:40:41.063Z] GO111MODULE=on go vet ./... [2020-12-11T00:41:37.896Z] Running on prd-ubuntu18.04-docker-8c-8g-15525 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-11T00:41:37.957Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2020-12-11T00:41:39.952Z] using credential edgex-jenkins-ssh [2020-12-11T00:41:40.009Z] Cloning the remote Git repository [2020-12-11T00:41:40.056Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:41:40.115Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-12-11T00:41:40.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:41:40.141Z] > git --version # timeout=10 [2020-12-11T00:41:40.146Z] > git --version # 'git version 2.17.1' [2020-12-11T00:41:40.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:41:40.168Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:42:02.872Z] gofmt -l . [2020-12-11T00:42:02.872Z] [ "`gofmt -l .`" = "" ] [2020-12-11T00:42:02.872Z] ./bin/test-go-mod-tidy.sh [2020-12-11T00:42:02.872Z] ./bin/test-attribution-txt.sh [2020-12-11T00:42:03.553Z] Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-11T00:42:03.776Z] Merge succeeded, producing 97678c2033fa91b10dd9e0172943742abd756be9 [2020-12-11T00:42:03.777Z] Checking out Revision 97678c2033fa91b10dd9e0172943742abd756be9 (PR-2908) [Pipeline] sh [2020-12-11T00:42:02.371Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:42:02.380Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:42:02.390Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:42:02.399Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:42:02.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:42:02.402Z] > 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-11T00:42:03.564Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:42:03.570Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-11T00:42:03.667Z] > git remote # timeout=10 [2020-12-11T00:42:03.674Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T00:42:03.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:42:03.686Z] > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 [2020-12-11T00:42:03.775Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T00:42:03.782Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:42:03.785Z] > git checkout -f 97678c2033fa91b10dd9e0172943742abd756be9 # timeout=10 [2020-12-11T00:42:04.522Z] + ls -al . [2020-12-11T00:42:04.522Z] total 696 [2020-12-11T00:42:04.522Z] drwxrwxr-x 9 1001 1001 4096 Dec 11 00:42 . [2020-12-11T00:42:04.522Z] drwxr-xr-x 4 root root 4096 Dec 11 00:37 .. [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 11 Dec 11 00:35 .dockerignore [2020-12-11T00:42:04.522Z] drwxrwxr-x 8 1001 1001 4096 Dec 11 00:35 .git [2020-12-11T00:42:04.522Z] drwxrwxr-x 3 1001 1001 4096 Dec 11 00:35 .github [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 943 Dec 11 00:35 .gitignore [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 166 Dec 11 00:35 .sonarcloud.properties [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 3804 Dec 11 00:35 CONTRIBUTING.md [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 1035 Dec 11 00:35 Dockerfile.build [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 863 Dec 11 00:35 Jenkinsfile [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 10775 Dec 11 00:35 LICENSE [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 6318 Dec 11 00:35 Makefile [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 6447 Dec 11 00:35 README.md [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 7286 Dec 11 00:35 SECURITY.md [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 5 Dec 11 00:31 VERSION [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 4131 Dec 11 00:35 ZMQWindows.md [2020-12-11T00:42:04.522Z] drwxrwxr-x 2 1001 1001 4096 Dec 11 00:35 bin [2020-12-11T00:42:04.522Z] drwxrwxr-x 15 1001 1001 4096 Dec 11 00:35 cmd [2020-12-11T00:42:04.522Z] -rw-r--r-- 1 root root 569562 Dec 11 00:40 coverage.out [2020-12-11T00:42:04.522Z] -rw-r--r-- 1 root root 1041 Dec 11 00:41 go.mod [2020-12-11T00:42:04.522Z] -rw-r--r-- 1 root root 18746 Dec 11 00:41 go.sum [2020-12-11T00:42:04.522Z] drwxrwxr-x 8 1001 1001 4096 Dec 11 00:35 internal [2020-12-11T00:42:04.522Z] drwxrwxr-x 4 1001 1001 4096 Dec 11 00:35 openapi [2020-12-11T00:42:04.522Z] drwxrwxr-x 4 1001 1001 4096 Dec 11 00:35 snap [2020-12-11T00:42:04.522Z] -rw-rw-r-- 1 1001 1001 168 Dec 11 00:35 version.go [Pipeline] sh [2020-12-11T00:42:05.174Z] + '[' -e coverage.out ] [2020-12-11T00:42:05.174Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-11T00:42:05.194Z] Warning: overwriting stash ‘coverage-report’ [2020-12-11T00:42:06.478Z] Stashed 1 file(s) [Pipeline] sh [2020-12-11T00:42:07.186Z] + make build [2020-12-11T00:42:07.186Z] 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-11T00:42:07.391Z] Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" [2020-12-11T00:42:07.400Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:42:08.625Z] + echo snap-build.sh [2020-12-11T00:42:08.625Z] snap-build.sh [2020-12-11T00:42:08.625Z] + SNAP_BASE_DIR=. [2020-12-11T00:42:08.625Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2020-12-11T00:42:08.625Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2020-12-11T00:42:08.625Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2020-12-11T00:42:08.625Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2020-12-11T00:42:08.625Z] + cd /w/workspace/edgex-go/13 [2020-12-11T00:42:08.625Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-11T00:42:08.625Z] Reading package lists... [2020-12-11T00:42:07.396Z] > git rev-list --no-walk 429ac209d98e29fbbc7f70d7f56bea875140a52b # timeout=10 [2020-12-11T00:42:08.886Z] Building dependency tree... [2020-12-11T00:42:08.886Z] Reading state information... [2020-12-11T00:42:08.886Z] The following packages were automatically installed and are no longer required: [2020-12-11T00:42:08.886Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-11T00:42:08.886Z] uidmap xdelta3 [2020-12-11T00:42:08.886Z] Use 'sudo apt autoremove' to remove them. [2020-12-11T00:42:08.886Z] The following packages will be REMOVED: [2020-12-11T00:42:08.886Z] lxd* lxd-client* [2020-12-11T00:42:09.457Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-11T00:42:09.457Z] After this operation, 31.7 MB disk space will be freed. [2020-12-11T00:42:10.238Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-11T00:42:10.498Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T00:42:11.069Z] Removing lxd dnsmasq configuration [2020-12-11T00:42:11.329Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T00:42:11.329Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-11T00:42:11.905Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:42:12.166Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-11T00:42:12.166Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T00:42:13.556Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-11T00:42:13.818Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-11T00:42:15.206Z] + sudo snap remove --purge lxd [2020-12-11T00:42:15.206Z] snap "lxd" is not installed [2020-12-11T00:42:15.206Z] + sudo groupadd --force --system lxd [2020-12-11T00:42:15.206Z] ++ whoami [2020-12-11T00:42:15.206Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-11T00:42:15.206Z] + newgrp - lxd [2020-12-11T00:42:15.206Z] + sudo snap install lxd [2020-12-11T00:42:19.637Z] 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-11T00:42:23.349Z] 2020-12-11T00:42:20Z INFO Waiting for automatic snapd restart... [2020-12-11T00:42:38.288Z] lxd 4.8 from Canonical* installed [2020-12-11T00:42:38.288Z] + sudo lxd init --auto [2020-12-11T00:42:44.877Z] + sudo snap install --classic snapcraft [2020-12-11T00:42:46.513Z] 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-11T00:42:51.895Z] 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-11T00:42:53.018Z] snapcraft 4.4.4 from Canonical* installed [2020-12-11T00:42:53.018Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-11T00:42:53.018Z] + patch --verbose -p1 [2020-12-11T00:42:53.018Z] Hmm... Looks like a unified diff to me... [2020-12-11T00:42:53.018Z] The text leading up to this was: [2020-12-11T00:42:53.018Z] -------------------------- [2020-12-11T00:42:53.018Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-11T00:42:53.018Z] |From: Tony Espy [2020-12-11T00:42:53.018Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-11T00:42:53.018Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-11T00:42:53.018Z] | [2020-12-11T00:42:53.018Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-11T00:42:53.018Z] |optimize the snap CI check run for pull requests. When [2020-12-11T00:42:53.018Z] |applied, it essentially strips out everything (apps and [2020-12-11T00:42:53.018Z] |parts) from the snapcraft.yaml file except those required [2020-12-11T00:42:53.018Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-11T00:42:53.018Z] |catch changes to edgex-go that break the snap build. [2020-12-11T00:42:53.018Z] | [2020-12-11T00:42:53.018Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-11T00:42:53.018Z] |to update this patch file, otherwise it may fail to apply, [2020-12-11T00:42:53.018Z] |resulting in a failed snap build CI check in the associated [2020-12-11T00:42:53.018Z] |pull request. [2020-12-11T00:42:53.018Z] | [2020-12-11T00:42:53.018Z] |Note - in addition to applying this patch, the pipeline also [2020-12-11T00:42:53.018Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-11T00:42:53.018Z] |need to build the finally binary .snap file (and it won't [2020-12-11T00:42:53.018Z] |work with the patch applied). This further reduces the build [2020-12-11T00:42:53.018Z] |time. [2020-12-11T00:42:53.018Z] |--- [2020-12-11T00:42:53.018Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-11T00:42:53.018Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-11T00:42:53.018Z] | [2020-12-11T00:42:53.018Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-11T00:42:53.018Z] |index b265277c..d7e1de37 100644 [2020-12-11T00:42:53.018Z] |--- a/snap/snapcraft.yaml [2020-12-11T00:42:53.018Z] |+++ b/snap/snapcraft.yaml [2020-12-11T00:42:53.018Z] -------------------------- [2020-12-11T00:42:53.018Z] patching file snap/snapcraft.yaml [2020-12-11T00:42:53.018Z] Using Plan A... [2020-12-11T00:42:53.018Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-11T00:42:53.018Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-11T00:42:53.018Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-11T00:42:53.018Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-11T00:42:53.018Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-11T00:42:53.018Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-11T00:42:53.018Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-11T00:42:53.018Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-11T00:42:53.018Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-11T00:42:53.018Z] Hmm... Ignoring the trailing garbage. [2020-12-11T00:42:53.018Z] done [2020-12-11T00:42:53.018Z] + sudo snapcraft prime --use-lxd [2020-12-11T00:42:53.279Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-11T00:42:53.279Z] 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-11T00:42:53.279Z] - README.md [2020-12-11T00:42:53.279Z] - snapcraft.yaml.orig [2020-12-11T00:42:53.279Z] [2020-12-11T00:42:53.279Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-11T00:42:54.223Z] Launching a container. [2020-12-11T00:42:57.280Z] 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-11T00:42:57.879Z] 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-11T00:43:03.283Z] 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-11T00:43:06.478Z] Waiting for container to be ready [2020-12-11T00:43:06.478Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-11T00:43:06.478Z] [2020-12-11T00:43:09.784Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-11T00:43:09.784Z] Waiting for network to be ready... [2020-12-11T00:43:09.784Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-11T00:43:09.994Z] 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-11T00:43:10.043Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-11T00:43:10.043Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-11T00:43:10.043Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-11T00:43:10.043Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-11T00:43:10.043Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-11T00:43:10.043Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-11T00:43:10.043Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-11T00:43:10.043Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-11T00:43:10.303Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-11T00:43:10.564Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-11T00:43:10.824Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-11T00:43:10.824Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-11T00:43:11.085Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-11T00:43:11.085Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-11T00:43:11.085Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-11T00:43:11.085Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-11T00:43:11.085Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-11T00:43:11.346Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-11T00:43:11.607Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-11T00:43:11.607Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-11T00:43:11.607Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-11T00:43:11.607Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-11T00:43:11.607Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-11T00:43:11.872Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-11T00:43:11.872Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-11T00:43:11.872Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-11T00:43:13.382Z] 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-11T00:43:14.416Z] Fetched 23.4 MB in 5s (5089 kB/s) [2020-12-11T00:43:15.800Z] Reading package lists... [2020-12-11T00:43:15.800Z] Reading package lists... [2020-12-11T00:43:16.059Z] Building dependency tree... [2020-12-11T00:43:16.059Z] Reading state information... [2020-12-11T00:43:16.059Z] The following additional packages will be installed: [2020-12-11T00:43:16.059Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-11T00:43:16.059Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-11T00:43:16.059Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-11T00:43:16.059Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-11T00:43:16.059Z] Suggested packages: [2020-12-11T00:43:16.059Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-11T00:43:16.059Z] Recommended packages: [2020-12-11T00:43:16.059Z] gnupg libsasl2-modules [2020-12-11T00:43:16.059Z] The following NEW packages will be installed: [2020-12-11T00:43:16.059Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-11T00:43:16.059Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-11T00:43:16.059Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-11T00:43:16.059Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-11T00:43:16.059Z] The following packages will be upgraded: [2020-12-11T00:43:16.059Z] gpg gpg-agent gpgconf libudev1 [2020-12-11T00:43:16.319Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-11T00:43:16.319Z] Need to get 3531 kB of archives. [2020-12-11T00:43:16.319Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-11T00:43:16.319Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-11T00:43:16.319Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-11T00:43:16.579Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-11T00:43:16.838Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-11T00:43:16.838Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-11T00:43:16.838Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-11T00:43:16.838Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-11T00:43:16.838Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-11T00:43:16.838Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-11T00:43:17.111Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-11T00:43:17.111Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-11T00:43:17.111Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-11T00:43:17.111Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-11T00:43:17.111Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-11T00:43:17.111Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-11T00:43:17.111Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-11T00:43:17.111Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-11T00:43:17.111Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-11T00:43:17.111Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-11T00:43:17.111Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-11T00:43:17.111Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-11T00:43:17.111Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-11T00:43:17.371Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:43:17.371Z] Fetched 3531 kB in 1s (3475 kB/s) [2020-12-11T00:43:17.371Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-11T00:43:17.371Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:43:17.371Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:43:17.631Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-11T00:43:17.631Z] Selecting previously unselected package udev. [2020-12-11T00:43:17.631Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-11T00:43:17.631Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:43:17.631Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-11T00:43:17.894Z] Selecting previously unselected package libfuse2:amd64. [2020-12-11T00:43:17.894Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-11T00:43:17.894Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-11T00:43:17.894Z] Selecting previously unselected package fuse. [2020-12-11T00:43:17.894Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-11T00:43:17.894Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-11T00:43:18.155Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:43:18.155Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T00:43:18.155Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:43:18.155Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T00:43:18.421Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:43:18.421Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T00:43:18.421Z] Selecting previously unselected package libksba8:amd64. [2020-12-11T00:43:18.421Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-11T00:43:18.421Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-11T00:43:18.421Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-11T00:43:18.421Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:18.682Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:18.682Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-11T00:43:18.682Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:18.682Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:18.682Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-11T00:43:18.682Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:18.682Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:18.784Z] 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-11T00:43:18.942Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-11T00:43:18.942Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:18.942Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:18.942Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-11T00:43:18.942Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:18.942Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:18.942Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-11T00:43:18.942Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:18.942Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:19.202Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-11T00:43:19.203Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:19.203Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:19.203Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-11T00:43:19.203Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:19.203Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:19.203Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-11T00:43:19.203Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:43:19.203Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:19.203Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-11T00:43:19.463Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-11T00:43:19.463Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:43:19.463Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-11T00:43:19.463Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-11T00:43:19.463Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:43:19.463Z] Selecting previously unselected package libldap-common. [2020-12-11T00:43:19.463Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-11T00:43:19.463Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:43:19.463Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-11T00:43:19.463Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-11T00:43:19.463Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:43:19.724Z] Selecting previously unselected package dirmngr. [2020-12-11T00:43:19.724Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:43:19.724Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-11T00:43:19.724Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:43:19.724Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-11T00:43:19.985Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-11T00:43:19.985Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:43:19.985Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:43:19.985Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-11T00:43:19.985Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:19.985Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-11T00:43:19.985Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:43:20.245Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-11T00:43:20.505Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T00:43:20.505Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:20.505Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-11T00:43:20.765Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-11T00:43:20.765Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-11T00:43:20.765Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:20.765Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:20.765Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:20.765Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:20.765Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:21.025Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:21.025Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:43:21.025Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:43:21.025Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-11T00:43:21.025Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:43:21.597Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-11T00:43:21.597Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-11T00:43:21.597Z] This means they are not meant to be enabled using systemctl. [2020-12-11T00:43:21.597Z] Possible reasons for having this kind of units are: [2020-12-11T00:43:21.597Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-11T00:43:21.597Z] .wants/ or .requires/ directory. [2020-12-11T00:43:21.597Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-11T00:43:21.597Z] a requirement dependency on it. [2020-12-11T00:43:21.597Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-11T00:43:21.597Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-11T00:43:21.597Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-11T00:43:21.597Z] instance name specified. [2020-12-11T00:43:21.597Z] Reading package lists... [2020-12-11T00:43:21.857Z] Building dependency tree... [2020-12-11T00:43:21.857Z] Reading state information... [2020-12-11T00:43:22.122Z] The following additional packages will be installed: [2020-12-11T00:43:22.122Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-11T00:43:22.122Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-11T00:43:22.122Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-11T00:43:22.122Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-11T00:43:22.122Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-11T00:43:22.122Z] Suggested packages: [2020-12-11T00:43:22.122Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-11T00:43:22.122Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-11T00:43:22.122Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-11T00:43:22.122Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-11T00:43:22.122Z] systemd-container policykit-1 [2020-12-11T00:43:22.122Z] Recommended packages: [2020-12-11T00:43:22.122Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-11T00:43:22.122Z] The following NEW packages will be installed: [2020-12-11T00:43:22.122Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-11T00:43:22.122Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-11T00:43:22.122Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-11T00:43:22.122Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-11T00:43:22.122Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-11T00:43:22.122Z] The following packages will be upgraded: [2020-12-11T00:43:22.122Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-11T00:43:22.122Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-11T00:43:22.122Z] Need to get 35.2 MB of archives. [2020-12-11T00:43:22.122Z] After this operation, 141 MB of additional disk space will be used. [2020-12-11T00:43:22.122Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-11T00:43:22.122Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-11T00:43:22.122Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-11T00:43:22.122Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-11T00:43:22.122Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-11T00:43:22.381Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-11T00:43:22.381Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-11T00:43:22.381Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-11T00:43:22.381Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-11T00:43:22.381Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-11T00:43:22.381Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-11T00:43:22.381Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-11T00:43:22.381Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-11T00:43:22.381Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-11T00:43:22.381Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-11T00:43:22.381Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-11T00:43:22.381Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-11T00:43:23.759Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-11T00:43:23.759Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-11T00:43:23.759Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-11T00:43:23.759Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-11T00:43:23.759Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-11T00:43:23.759Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-11T00:43:23.759Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-11T00:43:23.759Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-11T00:43:23.759Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-11T00:43:23.759Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-11T00:43:23.759Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-11T00:43:23.759Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-11T00:43:23.759Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-11T00:43:24.182Z] 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-11T00:43:24.700Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:43:24.700Z] Fetched 35.2 MB in 3s (13.8 MB/s) [2020-12-11T00:43:24.960Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T00:43:24.960Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:43:24.960Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:43:25.530Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:43:25.530Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:43:25.790Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-11T00:43:25.790Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T00:43:25.790Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-11T00:43:25.790Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-11T00:43:26.050Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-11T00:43:26.050Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T00:43:26.050Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-11T00:43:26.050Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-11T00:43:26.311Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-11T00:43:26.311Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-11T00:43:26.881Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-11T00:43:26.881Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-11T00:43:26.881Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-11T00:43:26.881Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-11T00:43:27.141Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-11T00:43:27.141Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:43:27.141Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:27.401Z] Selecting previously unselected package libexpat1:amd64. [2020-12-11T00:43:27.401Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-11T00:43:27.401Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-11T00:43:27.401Z] Selecting previously unselected package python3.6-minimal. [2020-12-11T00:43:27.401Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:43:27.401Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:27.661Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-11T00:43:27.921Z] Checking for services that may need to be restarted...done. [2020-12-11T00:43:27.921Z] Checking for services that may need to be restarted...done. [2020-12-11T00:43:27.921Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:27.921Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-11T00:43:27.921Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:28.485Z] 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-11T00:43:28.863Z] Selecting previously unselected package python3-minimal. [2020-12-11T00:43:28.863Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-11T00:43:28.863Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-11T00:43:28.863Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-11T00:43:28.863Z] Selecting previously unselected package mime-support. [2020-12-11T00:43:28.863Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-11T00:43:28.863Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-11T00:43:28.863Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-11T00:43:28.863Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-11T00:43:28.863Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-11T00:43:28.863Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-11T00:43:28.863Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:43:28.863Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:29.123Z] Selecting previously unselected package python3.6. [2020-12-11T00:43:29.123Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:43:29.123Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:29.123Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-11T00:43:29.123Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-11T00:43:29.383Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-11T00:43:29.383Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-11T00:43:29.644Z] Selecting previously unselected package python3. [2020-12-11T00:43:29.644Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-11T00:43:29.644Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-11T00:43:29.644Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-11T00:43:29.644Z] Selecting previously unselected package multiarch-support. [2020-12-11T00:43:29.644Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:43:29.644Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-11T00:43:29.644Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-11T00:43:29.906Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-11T00:43:29.906Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-11T00:43:29.906Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-11T00:43:29.906Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-11T00:43:29.906Z] Selecting previously unselected package libbsd0:amd64. [2020-12-11T00:43:29.906Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-11T00:43:29.906Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-11T00:43:29.906Z] Selecting previously unselected package sudo. [2020-12-11T00:43:29.906Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-11T00:43:29.906Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-11T00:43:30.167Z] Selecting previously unselected package apparmor. [2020-12-11T00:43:30.167Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-11T00:43:30.167Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-11T00:43:30.167Z] Selecting previously unselected package libedit2:amd64. [2020-12-11T00:43:30.167Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-11T00:43:30.167Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-11T00:43:30.427Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-11T00:43:30.427Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:43:30.427Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:30.427Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-11T00:43:30.427Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:43:30.427Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:30.427Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-11T00:43:30.427Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-11T00:43:30.427Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-11T00:43:30.687Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-11T00:43:30.687Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:43:30.687Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:30.687Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-11T00:43:30.687Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:43:30.687Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:30.687Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-11T00:43:30.687Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-11T00:43:30.687Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-11T00:43:30.948Z] Selecting previously unselected package openssh-client. [2020-12-11T00:43:30.948Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-11T00:43:30.948Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-11T00:43:31.209Z] Selecting previously unselected package squashfs-tools. [2020-12-11T00:43:31.209Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-11T00:43:31.209Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-11T00:43:31.209Z] Selecting previously unselected package snapd. [2020-12-11T00:43:31.209Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-11T00:43:31.209Z] Unpacking snapd (2.48+18.04) ... [2020-12-11T00:43:33.753Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-11T00:43:33.753Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-11T00:43:33.753Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-11T00:43:33.753Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-11T00:43:33.753Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-11T00:43:33.890Z] 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-11T00:43:34.698Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:34.698Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:43:34.698Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-11T00:43:34.698Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-11T00:43:35.637Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-11T00:43:35.637Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-11T00:43:35.637Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-11T00:43:35.637Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:35.637Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:35.637Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:43:36.577Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-11T00:43:36.577Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:36.577Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-11T00:43:36.577Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-11T00:43:36.577Z] running python rtupdate hooks for python3.6... [2020-12-11T00:43:36.577Z] running python post-rtupdate hooks for python3.6... [2020-12-11T00:43:36.577Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-11T00:43:37.957Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-11T00:43:38.217Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:43:38.217Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] } [2020-12-11T00:43:38.346Z] $ docker stop --time=1 e2be925d4c7a1961fdaf85cd35f7d91748118247c4d620c8c95c998b0235f4a1 [2020-12-11T00:43:38.478Z] Setting up snapd (2.48+18.04) ... [2020-12-11T00:43:39.055Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-11T00:43:39.055Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-11T00:43:39.334Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-11T00:43:39.614Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-11T00:43:39.877Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-11T00:43:39.877Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-11T00:43:40.139Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-11T00:43:40.139Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-11T00:43:40.399Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-11T00:43:40.659Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-11T00:43:40.659Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-11T00:43:40.918Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:43:40.918Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-11T00:43:41.062Z] $ docker rm -f e2be925d4c7a1961fdaf85cd35f7d91748118247c4d620c8c95c998b0235f4a1 [2020-12-11T00:43:41.856Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T00:43:41.856Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T00:43:41.856Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:43:43.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:43:43.398Z] [2020-12-11T00:43:43.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:43:43.498Z] Reading package lists... [2020-12-11T00:43:43.498Z] Reading package lists... [2020-12-11T00:43:43.498Z] Building dependency tree... [2020-12-11T00:43:43.498Z] Reading state information... [2020-12-11T00:43:43.758Z] Calculating upgrade... [2020-12-11T00:43:43.758Z] The following packages will be upgraded: [2020-12-11T00:43:43.758Z] advancecomp base-files bash binutils binutils-common [2020-12-11T00:43:43.758Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-11T00:43:43.758Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-11T00:43:43.758Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-11T00:43:43.758Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-11T00:43:43.758Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-11T00:43:43.758Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-11T00:43:43.758Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-11T00:43:43.758Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-11T00:43:43.758Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-11T00:43:43.758Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-11T00:43:43.758Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-11T00:43:43.758Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-11T00:43:43.758Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-11T00:43:43.758Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T00:43:43.758Z] Need to get 63.5 MB of archives. [2020-12-11T00:43:43.758Z] After this operation, 5178 kB of additional disk space will be used. [2020-12-11T00:43:43.758Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-11T00:43:43.794Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:43:44.025Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-11T00:43:44.025Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-11T00:43:44.025Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-11T00:43:44.025Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-11T00:43:44.025Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-11T00:43:44.025Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-11T00:43:44.025Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-11T00:43:44.025Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-11T00:43:44.025Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-11T00:43:44.025Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-11T00:43:44.025Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-11T00:43:44.025Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-11T00:43:44.025Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-11T00:43:44.025Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-11T00:43:44.025Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-11T00:43:44.025Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-11T00:43:44.025Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-11T00:43:44.068Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-11T00:43:44.068Z] 29e5d40040c1: Pulling fs layer [2020-12-11T00:43:44.068Z] 1ce36da41761: Pulling fs layer [2020-12-11T00:43:44.068Z] 25b303627fd3: Pulling fs layer [2020-12-11T00:43:44.289Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-11T00:43:44.289Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-11T00:43:44.289Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-11T00:43:44.289Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-11T00:43:44.290Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-11T00:43:44.290Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-11T00:43:44.290Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-11T00:43:44.290Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-11T00:43:44.290Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-11T00:43:44.290Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-11T00:43:44.290Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-11T00:43:44.290Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-11T00:43:44.290Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-11T00:43:44.290Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-11T00:43:44.290Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-11T00:43:44.290Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-11T00:43:44.290Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-11T00:43:44.290Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-11T00:43:44.290Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-11T00:43:44.290Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-11T00:43:44.290Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-11T00:43:44.290Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-11T00:43:44.290Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-11T00:43:44.290Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-11T00:43:44.290Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-11T00:43:44.290Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-11T00:43:44.290Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-11T00:43:44.290Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-11T00:43:44.290Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-11T00:43:44.290Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-11T00:43:44.290Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-11T00:43:44.290Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-11T00:43:44.290Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-11T00:43:44.290Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-11T00:43:44.290Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-11T00:43:44.347Z] 29e5d40040c1: Verifying Checksum [2020-12-11T00:43:44.347Z] 29e5d40040c1: Download complete [2020-12-11T00:43:44.550Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-11T00:43:44.812Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-11T00:43:44.812Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-11T00:43:44.942Z] 29e5d40040c1: Pull complete [2020-12-11T00:43:45.072Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-11T00:43:45.073Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-11T00:43:45.073Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-11T00:43:45.073Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-11T00:43:45.073Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-11T00:43:45.073Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-11T00:43:45.073Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-11T00:43:45.073Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] [2020-12-11T00:43:45.073Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-11T00:43:45.215Z] 1ce36da41761: Verifying Checksum [2020-12-11T00:43:45.216Z] 1ce36da41761: Download complete [2020-12-11T00:43:45.333Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-11T00:43:45.333Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-11T00:43:45.333Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-11T00:43:45.333Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-11T00:43:45.333Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-11T00:43:45.333Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-11T00:43:45.333Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-11T00:43:45.333Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-11T00:43:45.593Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-11T00:43:45.593Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-11T00:43:45.593Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-11T00:43:45.593Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-11T00:43:45.593Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-11T00:43:45.593Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-11T00:43:45.593Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-11T00:43:45.593Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-11T00:43:45.593Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-11T00:43:45.593Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-11T00:43:45.593Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-11T00:43:45.854Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-11T00:43:45.854Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-11T00:43:45.854Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-11T00:43:45.854Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-11T00:43:45.854Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-11T00:43:45.854Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-11T00:43:45.854Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-11T00:43:45.854Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-11T00:43:46.115Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-11T00:43:46.115Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-11T00:43:46.115Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-11T00:43:46.115Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-11T00:43:46.115Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:43:46.115Z] Fetched 63.5 MB in 2s (29.3 MB/s) [2020-12-11T00:43:46.376Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:46.376Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:43:46.376Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:43:46.650Z] 1ce36da41761: Pull complete [2020-12-11T00:43:46.923Z] 25b303627fd3: Verifying Checksum [2020-12-11T00:43:46.923Z] 25b303627fd3: Download complete [2020-12-11T00:43:46.946Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:43:46.946Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:43:46.946Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-124.127_amd64.deb ... [2020-12-11T00:43:47.205Z] Unpacking linux-libc-dev:amd64 (4.15.0-124.127) over (4.15.0-20.21) ... [2020-12-11T00:43:47.774Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:47.774Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.035Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:48.035Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.035Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:48.035Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.295Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:48.295Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.295Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:48.295Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.555Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:48.555Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.555Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:48.555Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.555Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:43:48.815Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:43:48.815Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:48.815Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-11T00:43:48.815Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:43:49.075Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:43:49.075Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:49.075Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:49.075Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:49.075Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:49.335Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:43:49.335Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:43:49.335Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:43:49.596Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:43:49.596Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:43:49.856Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:43:50.116Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-11T00:43:50.377Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:43:50.377Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-11T00:43:50.377Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-11T00:43:50.377Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-11T00:43:50.377Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-11T00:43:50.636Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-11T00:43:50.636Z] Installing new version of config file /etc/issue ... [2020-12-11T00:43:50.636Z] Installing new version of config file /etc/issue.net ... [2020-12-11T00:43:50.636Z] Installing new version of config file /etc/lsb-release ... [2020-12-11T00:43:50.896Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-11T00:43:51.156Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-11T00:43:51.156Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-11T00:43:51.156Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-11T00:43:51.156Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:51.156Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-11T00:43:51.156Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-11T00:43:51.416Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-11T00:43:51.416Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-11T00:43:51.416Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:51.416Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:51.416Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:51.677Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:51.677Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:51.677Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-11T00:43:51.677Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-11T00:43:51.938Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-11T00:43:51.938Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:51.938Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-11T00:43:51.938Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T00:43:52.198Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-11T00:43:52.459Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:52.459Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:43:52.459Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:43:52.459Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T00:43:52.459Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:52.459Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:43:52.459Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:43:52.719Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-11T00:43:52.719Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:52.719Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-11T00:43:52.719Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-11T00:43:52.719Z] Setting up grep (3.1-2build1) ... [2020-12-11T00:43:52.979Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:52.979Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-11T00:43:52.979Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-11T00:43:52.979Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-11T00:43:53.239Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:53.240Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:43:53.240Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:43:53.240Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-11T00:43:53.499Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:53.499Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T00:43:53.499Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:43:54.069Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T00:43:54.069Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:43:54.069Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T00:43:54.069Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:43:54.639Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-11T00:43:54.639Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:54.639Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-11T00:43:54.639Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:43:56.025Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-11T00:43:56.025Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-11T00:43:56.025Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-11T00:43:56.025Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-11T00:43:56.025Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-11T00:43:56.025Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:56.025Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-11T00:43:56.025Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-11T00:43:56.285Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-11T00:43:56.285Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:56.285Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:56.285Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:56.545Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:56.545Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:56.545Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:56.545Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:56.545Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:56.804Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:56.804Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:56.804Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:56.804Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:57.064Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:57.064Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:57.064Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:57.064Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:57.070Z] 25b303627fd3: Pull complete [2020-12-11T00:43:57.070Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-11T00:43:57.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:43:57.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-11T00:43:57.324Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:57.324Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:43:57.324Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:43:57.324Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:43:57.324Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:43:57.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-15521 does not seem to be running inside a container [2020-12-11T00:43:57.556Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:43:57.585Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T00:43:57.585Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:57.585Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:43:57.585Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:43:57.846Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T00:43:57.846Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:57.846Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:57.846Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:58.108Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:58.108Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:58.108Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:58.108Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:58.369Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:58.369Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:58.369Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:43:58.369Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:43:58.943Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:43:59.202Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-11T00:43:59.463Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-11T00:43:59.723Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:59.724Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:43:59.724Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:43:59.724Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:43:59.984Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:43:59.984Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-11T00:43:59.984Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:43:59.984Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-11T00:44:00.244Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:00.244Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-11T00:44:00.244Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-11T00:44:00.244Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-11T00:44:00.853Z] $ docker top 68d35045ad1dde92b4b5038147f3a608c3a32aaa77179a75b2030bc968a34ed4 -eo pid,comm [2020-12-11T00:44:00.815Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:00.815Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T00:44:00.815Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:44:00.815Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:44:01.076Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:01.076Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T00:44:01.076Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:44:01.076Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:44:01.076Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:01.076Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [Pipeline] { [Pipeline] sh [2020-12-11T00:44:01.337Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:44:01.337Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:44:01.597Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:01.597Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:44:01.597Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:44:01.812Z] + grep parallel [2020-12-11T00:44:01.812Z] + docker-compose build --help [2020-12-11T00:44:01.858Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:44:01.858Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:44:01.858Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:44:01.858Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:44:02.118Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T00:44:02.118Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:02.118Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-11T00:44:02.118Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-11T00:44:02.379Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-11T00:44:02.379Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:02.379Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-11T00:44:02.379Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:44:02.640Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:44:02.900Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:02.900Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:44:02.900Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:44:02.900Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T00:44:02.900Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:02.900Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-11T00:44:03.160Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-11T00:44:03.160Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-11T00:44:03.160Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:03.160Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-11T00:44:03.420Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-11T00:44:03.680Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-11T00:44:03.680Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:03.680Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:44:03.680Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T00:44:03.944Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-11T00:44:03.944Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:03.944Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-11T00:44:03.944Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-11T00:44:04.223Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-11T00:44:04.223Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:04.223Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-11T00:44:04.223Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-11T00:44:04.483Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-11T00:44:04.483Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:04.483Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-11T00:44:04.483Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-11T00:44:04.744Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-11T00:44:04.744Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:04.744Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-11T00:44:04.744Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-11T00:44:05.005Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-11T00:44:05.005Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:44:05.005Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-11T00:44:05.005Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-11T00:44:05.005Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-11T00:44:05.265Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-11T00:44:05.265Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-11T00:44:05.265Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-11T00:44:05.265Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-11T00:44:05.265Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-11T00:44:05.772Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-11T00:44:05.772Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-11T00:44:05.772Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-11T00:44:05.772Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-11T00:44:06.064Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-11T00:44:06.064Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-11T00:44:06.064Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-11T00:44:06.064Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-11T00:44:06.144Z] --parallel Build images in parallel. [2020-12-11T00:44:06.327Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-11T00:44:06.327Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-11T00:44:06.327Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-11T00:44:06.327Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-11T00:44:06.590Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-11T00:44:06.590Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-11T00:44:06.590Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-11T00:44:06.590Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [Pipeline] } [2020-12-11T00:44:06.911Z] $ docker stop --time=1 68d35045ad1dde92b4b5038147f3a608c3a32aaa77179a75b2030bc968a34ed4 [2020-12-11T00:44:06.859Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-11T00:44:06.859Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-11T00:44:06.859Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-11T00:44:06.859Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-11T00:44:07.839Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-11T00:44:07.839Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-11T00:44:07.839Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-11T00:44:07.839Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-11T00:44:07.839Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:44:08.178Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:44:08.439Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:44:08.439Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:44:08.439Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:44:08.439Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:44:08.698Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:44:08.698Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:44:08.698Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:08.698Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:44:08.963Z] $ docker rm -f 68d35045ad1dde92b4b5038147f3a608c3a32aaa77179a75b2030bc968a34ed4 [2020-12-11T00:44:08.957Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:08.957Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [2020-12-11T00:44:09.216Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:09.216Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:44:09.216Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:09.216Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:44:09.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:44:09.675Z] . [Pipeline] withDockerContainer [2020-12-11T00:44:09.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-15521 does not seem to be running inside a container [2020-12-11T00:44:10.149Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:44:10.596Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:10.596Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:44:11.166Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:11.425Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:44:11.631Z] $ docker top d71cd39fbf2f7d57efc441d56390113621c08528a0cd00723b21629921837929 -eo pid,comm [2020-12-11T00:44:11.995Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:11.995Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh [2020-12-11T00:44:12.565Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:12.565Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:44:12.759Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-11T00:44:13.505Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:44:13.505Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:44:13.505Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T00:44:13.505Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T00:44:13.505Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-11T00:44:13.765Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T00:44:13.765Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-11T00:44:13.765Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T00:44:14.029Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-11T00:44:14.029Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-11T00:44:14.029Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T00:44:14.290Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T00:44:14.290Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T00:44:14.290Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T00:44:14.290Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-11T00:44:14.551Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-11T00:44:14.551Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:14.551Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T00:44:14.551Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:14.551Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:14.551Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:14.551Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-11T00:44:14.811Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-11T00:44:14.811Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-11T00:44:14.811Z] [2020-12-11T00:44:14.811Z] Current default time zone: 'Etc/UTC' [2020-12-11T00:44:14.811Z] Local time is now: Fri Dec 11 00:44:14 UTC 2020. [2020-12-11T00:44:14.811Z] Universal Time is now: Fri Dec 11 00:44:14 UTC 2020. [2020-12-11T00:44:14.811Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-11T00:44:14.811Z] [2020-12-11T00:44:14.811Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-11T00:44:14.811Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:15.071Z] Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... [2020-12-11T00:44:15.071Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:44:15.071Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-11T00:44:15.071Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-11T00:44:15.071Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-11T00:44:15.071Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-11T00:44:15.071Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-11T00:44:15.071Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-11T00:44:15.071Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:15.331Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-11T00:44:15.331Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:15.331Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:44:15.591Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:15.591Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-11T00:44:15.591Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-11T00:44:15.591Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-11T00:44:15.591Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-11T00:44:15.591Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-11T00:44:15.591Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-11T00:44:15.591Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:44:15.591Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-11T00:44:16.971Z] Updating certificates in /etc/ssl/certs... [2020-12-11T00:44:17.052Z] Building docker-core-command-go ... [2020-12-11T00:44:17.052Z] Building docker-core-data-go ... [2020-12-11T00:44:17.052Z] Building docker-core-metadata-go ... [2020-12-11T00:44:17.052Z] Building docker-security-bootstrap-redis-go ... [2020-12-11T00:44:17.052Z] Building docker-security-proxy-setup-go ... [2020-12-11T00:44:17.052Z] Building docker-security-secrets-setup-go ... [2020-12-11T00:44:17.052Z] Building docker-security-secretstore-setup-go ... [2020-12-11T00:44:17.052Z] Building docker-support-notifications-go ... [2020-12-11T00:44:17.052Z] Building docker-support-scheduler-go ... [2020-12-11T00:44:17.052Z] Building docker-sys-mgmt-agent-go ... [2020-12-11T00:44:17.052Z] Building docker-security-secrets-setup-go [2020-12-11T00:44:17.052Z] Building docker-support-notifications-go [2020-12-11T00:44:17.052Z] Building docker-support-scheduler-go [2020-12-11T00:44:17.052Z] Building docker-core-metadata-go [2020-12-11T00:44:17.052Z] Building docker-security-proxy-setup-go [2020-12-11T00:44:17.910Z] 22 added, 17 removed; done. [2020-12-11T00:44:17.910Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-11T00:44:17.910Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:44:17.910Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-11T00:44:17.910Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-11T00:44:17.910Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-11T00:44:17.910Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:17.910Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:44:17.910Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:17.910Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:18.175Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:18.175Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:18.175Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:18.175Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-11T00:44:18.175Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:44:18.175Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-11T00:44:18.175Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-11T00:44:18.434Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:44:18.434Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:18.434Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:44:18.434Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-11T00:44:18.434Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-11T00:44:18.434Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-11T00:44:18.434Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:44:18.695Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-11T00:44:18.695Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-11T00:44:18.695Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-11T00:44:18.695Z] Updating certificates in /etc/ssl/certs... [2020-12-11T00:44:19.264Z] 0 added, 0 removed; done. [2020-12-11T00:44:19.264Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-11T00:44:19.264Z] done. [2020-12-11T00:44:19.524Z] Reading package lists... [2020-12-11T00:44:19.784Z] Building dependency tree... [2020-12-11T00:44:19.784Z] Reading state information... [2020-12-11T00:44:19.784Z] The following NEW packages will be installed: [2020-12-11T00:44:19.784Z] apt-transport-https [2020-12-11T00:44:19.784Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T00:44:19.784Z] Need to get 1696 B of archives. [2020-12-11T00:44:19.784Z] After this operation, 153 kB of additional disk space will be used. [2020-12-11T00:44:19.784Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-11T00:44:20.043Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:44:20.043Z] Fetched 1696 B in 0s (46.7 kB/s) [2020-12-11T00:44:20.044Z] Selecting previously unselected package apt-transport-https. [2020-12-11T00:44:20.044Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-11T00:44:20.044Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-11T00:44:20.044Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-11T00:44:20.044Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-11T00:44:20.616Z] Waiting for network to be ready... [2020-12-11T00:44:27.197Z] 2020-12-11T00:44:23Z INFO Waiting for automatic snapd restart... [2020-12-11T00:44:27.197Z] snapd 2.48.1 from Canonical* installed [2020-12-11T00:44:28.135Z] "snapd" switched to the "latest/stable" channel [2020-12-11T00:44:28.135Z] [2020-12-11T00:44:31.430Z] core18 20200929 from Canonical* installed [2020-12-11T00:44:31.690Z] "core18" switched to the "latest/stable" channel [2020-12-11T00:44:31.690Z] [2020-12-11T00:44:36.971Z] snapcraft 4.4.4 from Canonical* installed [2020-12-11T00:44:36.971Z] "snapcraft" switched to the "latest/stable" channel [2020-12-11T00:44:36.971Z] [2020-12-11T00:44:39.507Z] 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-11T00:44:39.507Z] - README.md [2020-12-11T00:44:39.507Z] - snapcraft.yaml.orig [2020-12-11T00:44:39.507Z] [2020-12-11T00:44:39.507Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-11T00:44:46.083Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:44:46.083Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T00:44:46.083Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T00:44:46.083Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T00:44:47.728Z] Reading package lists... [2020-12-11T00:44:47.987Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-11T00:44:54.570Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:44:54.570Z] Reading package lists... [2020-12-11T00:44:54.570Z] Building dependency tree... [2020-12-11T00:44:54.570Z] Reading state information... [2020-12-11T00:44:54.570Z] Suggested packages: [2020-12-11T00:44:54.570Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-11T00:44:54.570Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-11T00:44:54.570Z] Recommended packages: [2020-12-11T00:44:54.570Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-11T00:44:54.570Z] The following NEW packages will be installed: [2020-12-11T00:44:54.570Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-11T00:44:54.570Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-11T00:44:54.570Z] pkg-config zip [2020-12-11T00:44:54.570Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T00:44:54.570Z] Need to get 7655 kB of archives. [2020-12-11T00:44:54.570Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-11T00:44:54.570Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-11T00:44:54.570Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-11T00:44:54.570Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-11T00:44:54.570Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-11T00:44:54.570Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-11T00:44:54.570Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-11T00:44:54.570Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-11T00:44:54.570Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-11T00:44:54.830Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-11T00:44:54.831Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-11T00:44:54.831Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-11T00:44:54.831Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-11T00:44:55.092Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-11T00:44:55.092Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-11T00:44:55.092Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-11T00:44:55.092Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:44:55.092Z] Fetched 7655 kB in 1s (10.2 MB/s) [2020-12-11T00:44:55.352Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-11T00:44:55.352Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-11T00:44:55.352Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-11T00:44:55.352Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-11T00:44:55.612Z] Selecting previously unselected package libpsl5:amd64. [2020-12-11T00:44:55.612Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-11T00:44:55.612Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-11T00:44:55.612Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-11T00:44:55.612Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-11T00:44:55.612Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-11T00:44:55.612Z] Selecting previously unselected package librtmp1:amd64. [2020-12-11T00:44:55.612Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-11T00:44:55.612Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-11T00:44:55.612Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-11T00:44:55.612Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-11T00:44:55.612Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-11T00:44:55.872Z] Selecting previously unselected package liberror-perl. [2020-12-11T00:44:55.872Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-11T00:44:55.872Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-11T00:44:55.872Z] Selecting previously unselected package git-man. [2020-12-11T00:44:55.872Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-11T00:44:55.872Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:44:56.132Z] Selecting previously unselected package git. [2020-12-11T00:44:56.132Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-11T00:44:56.132Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:44:57.072Z] Selecting previously unselected package libnorm1:amd64. [2020-12-11T00:44:57.072Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-11T00:44:57.072Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-11T00:44:57.072Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-11T00:44:57.072Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-11T00:44:57.072Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-11T00:44:57.072Z] Selecting previously unselected package libsodium23:amd64. [2020-12-11T00:44:57.072Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-11T00:44:57.072Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-11T00:44:57.332Z] Selecting previously unselected package libzmq5:amd64. [2020-12-11T00:44:57.332Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-11T00:44:57.332Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T00:44:57.332Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-11T00:44:57.332Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-11T00:44:57.332Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T00:44:57.332Z] Selecting previously unselected package pkg-config. [2020-12-11T00:44:57.332Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-11T00:44:57.594Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-11T00:44:57.594Z] Selecting previously unselected package zip. [2020-12-11T00:44:57.594Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-11T00:44:57.594Z] Unpacking zip (3.0-11build1) ... [2020-12-11T00:44:57.594Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-11T00:44:57.594Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:44:57.594Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-11T00:44:57.594Z] Setting up liberror-perl (0.17025-1) ... [2020-12-11T00:44:57.856Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-11T00:44:57.856Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-11T00:44:57.856Z] No schema files found: doing nothing. [2020-12-11T00:44:57.856Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-11T00:44:57.856Z] Setting up zip (3.0-11build1) ... [2020-12-11T00:44:57.856Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-11T00:44:57.856Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-11T00:44:57.856Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-11T00:44:57.856Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T00:44:57.856Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-11T00:44:57.856Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T00:44:58.117Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:44:58.117Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:45:04.704Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:45:04.704Z] git set to automatically installed. [2020-12-11T00:45:04.704Z] git-man set to automatically installed. [2020-12-11T00:45:04.704Z] libcurl3-gnutls set to automatically installed. [2020-12-11T00:45:04.704Z] liberror-perl set to automatically installed. [2020-12-11T00:45:04.704Z] libglib2.0-0 set to automatically installed. [2020-12-11T00:45:04.704Z] libnghttp2-14 set to automatically installed. [2020-12-11T00:45:04.704Z] libnorm1 set to automatically installed. [2020-12-11T00:45:04.704Z] libpgm-5.2-0 set to automatically installed. [2020-12-11T00:45:04.704Z] libpsl5 set to automatically installed. [2020-12-11T00:45:04.704Z] librtmp1 set to automatically installed. [2020-12-11T00:45:04.704Z] libsodium23 set to automatically installed. [2020-12-11T00:45:04.704Z] libzmq3-dev set to automatically installed. [2020-12-11T00:45:04.704Z] libzmq5 set to automatically installed. [2020-12-11T00:45:04.704Z] pkg-config set to automatically installed. [2020-12-11T00:45:04.704Z] zip set to automatically installed. [2020-12-11T00:45:06.618Z] snapd is not logged in, snap install commands will use sudo [2020-12-11T00:45:13.200Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:45:13.200Z] snap "core18" has no updates available [2020-12-11T00:45:13.770Z] Pulling config-common [2020-12-11T00:45:14.726Z] Pulling go-build-helper [2020-12-11T00:45:38.793Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:38.793Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:38.793Z] ---> 8e4d7d9cdf47 [2020-12-11T00:45:38.794Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:45:38.794Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:38.794Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:38.794Z] ---> 8e4d7d9cdf47 [2020-12-11T00:45:38.794Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:45:38.794Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:38.794Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-11T00:45:38.794Z] ---> 8e4d7d9cdf47 [2020-12-11T00:45:38.794Z] Step 3/29 : WORKDIR /edgex-go [2020-12-11T00:45:38.794Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:38.794Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:38.794Z] ---> 8e4d7d9cdf47 [2020-12-11T00:45:38.794Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:45:38.794Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:38.794Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:38.794Z] ---> 8e4d7d9cdf47 [2020-12-11T00:45:38.794Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:45:38.794Z] ---> Running in 1de043a42fba [2020-12-11T00:45:38.794Z] ---> Running in 91de7d14bc46 [2020-12-11T00:45:38.794Z] ---> Running in 61b061595e0e [2020-12-11T00:45:38.794Z] ---> Running in 3940b266e904 [2020-12-11T00:45:38.794Z] ---> Running in b7fda2125631 [2020-12-11T00:45:38.794Z] Removing intermediate container 61b061595e0e [2020-12-11T00:45:38.794Z] Removing intermediate container 1de043a42fba [2020-12-11T00:45:38.794Z] ---> 7b4f31f695d9 [2020-12-11T00:45:38.794Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:45:38.794Z] ---> 6f4d2968d216 [2020-12-11T00:45:38.794Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:45:38.794Z] Removing intermediate container 3940b266e904 [2020-12-11T00:45:38.794Z] ---> 370326737f0d [2020-12-11T00:45:38.794Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:45:38.794Z] Removing intermediate container 91de7d14bc46 [2020-12-11T00:45:38.794Z] ---> 312f937e3adf [2020-12-11T00:45:38.794Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:45:38.794Z] Removing intermediate container b7fda2125631 [2020-12-11T00:45:38.794Z] ---> 8d0c358f518c [2020-12-11T00:45:38.794Z] Step 4/29 : RUN apk update && apk add make git [2020-12-11T00:45:38.794Z] ---> Running in 4bb91d824f23 [2020-12-11T00:45:38.794Z] ---> Running in ab4dd8bcba55 [2020-12-11T00:45:38.794Z] ---> Running in 259adc1f2476 [2020-12-11T00:45:38.794Z] ---> Running in a3af1fa87763 [2020-12-11T00:45:38.794Z] ---> Running in d466b9930d16 [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] Removing intermediate container ab4dd8bcba55 [2020-12-11T00:45:38.794Z] ---> d046547135cc [2020-12-11T00:45:38.794Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] ---> Running in 07a624ed75e0 [2020-12-11T00:45:38.794Z] Removing intermediate container 259adc1f2476 [2020-12-11T00:45:38.794Z] ---> 6b40b8aff32c [2020-12-11T00:45:38.794Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:45:38.794Z] ---> Running in d2e8f1bc9ed3 [2020-12-11T00:45:38.794Z] Removing intermediate container 4bb91d824f23 [2020-12-11T00:45:38.794Z] ---> 4ca2d3c19670 [2020-12-11T00:45:38.794Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:45:38.794Z] Removing intermediate container a3af1fa87763 [2020-12-11T00:45:38.794Z] ---> c71e8598209b [2020-12-11T00:45:38.794Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-11T00:45:38.794Z] ---> Running in eb0995f8a093 [2020-12-11T00:45:38.794Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:38.794Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:38.794Z] OK: 12618 distinct packages available [2020-12-11T00:45:38.794Z] ---> Running in 132d16dce602 [2020-12-11T00:45:38.794Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] Removing intermediate container d466b9930d16 [2020-12-11T00:45:38.794Z] ---> c41103b1447d [2020-12-11T00:45:38.794Z] Step 5/29 : COPY go.mod . [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:38.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:39.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:39.068Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:39.068Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:39.068Z] OK: 12618 distinct packages available [2020-12-11T00:45:39.068Z] ---> 45a864c14457 [2020-12-11T00:45:39.068Z] Step 6/29 : RUN go mod download [2020-12-11T00:45:39.344Z] ---> Running in 4830f27c4e8b [2020-12-11T00:45:39.344Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:39.344Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:39.344Z] OK: 12618 distinct packages available [2020-12-11T00:45:40.339Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:40.339Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:40.339Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:40.339Z] OK: 12618 distinct packages available [2020-12-11T00:45:40.339Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:40.339Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:40.339Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:40.339Z] OK: 12618 distinct packages available [2020-12-11T00:45:40.941Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:41.314Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-11T00:45:41.314Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-11T00:45:41.314Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-11T00:45:41.314Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-11T00:45:41.314Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-11T00:45:41.314Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-11T00:45:41.314Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-11T00:45:41.314Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-11T00:45:41.314Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-11T00:45:41.314Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-11T00:45:41.314Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-11T00:45:41.314Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-11T00:45:41.314Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-11T00:45:41.314Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-11T00:45:41.314Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-11T00:45:41.314Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-11T00:45:41.314Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-11T00:45:41.314Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-11T00:45:41.314Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-11T00:45:41.314Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-11T00:45:41.314Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-11T00:45:41.314Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-11T00:45:41.314Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-11T00:45:41.314Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-11T00:45:41.314Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-11T00:45:41.314Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-11T00:45:41.314Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-11T00:45:41.314Z] Fetched 23.4 MB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-11T00:45:41.314Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-11T00:45:41.314Z] Fetched 279 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-11T00:45:41.314Z] Fetched 122 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-11T00:45:41.314Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-11T00:45:41.314Z] Fetched 8848 B in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-11T00:45:41.314Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-11T00:45:41.314Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-11T00:45:41.314Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-11T00:45:41.314Z] Fetched 214 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-11T00:45:41.314Z] Fetched 155 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-11T00:45:41.314Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-11T00:45:41.314Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-11T00:45:41.314Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-11T00:45:41.314Z] Fetched 499 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-11T00:45:41.314Z] Fetched 111 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-11T00:45:41.314Z] Fetched 240 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-11T00:45:41.314Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-11T00:45:41.314Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-11T00:45:41.314Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-11T00:45:41.314Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-11T00:45:41.314Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-11T00:45:41.314Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-11T00:45:41.314Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-11T00:45:41.314Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-11T00:45:41.314Z] Fetched 8720 B in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-11T00:45:41.314Z] Fetched 137 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-11T00:45:41.314Z] Fetched 119 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-11T00:45:41.314Z] Fetched 109 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-11T00:45:41.314Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-11T00:45:41.314Z] Fetched 645 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-11T00:45:41.314Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-11T00:45:41.314Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-11T00:45:41.314Z] Fetched 368 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-11T00:45:41.314Z] Fetched 187 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-11T00:45:41.314Z] Fetched 175 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-11T00:45:41.314Z] Fetched 206 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-11T00:45:41.314Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-11T00:45:41.314Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-11T00:45:41.314Z] Fetched 159 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-11T00:45:41.314Z] Fetched 107 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-11T00:45:41.314Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-11T00:45:41.314Z] Pulling static-packages [2020-12-11T00:45:41.553Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:41.574Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-11T00:45:41.574Z] Skipping pull go-build-helper (already ran) [2020-12-11T00:45:41.574Z] Skipping pull static-packages (already ran) [2020-12-11T00:45:41.574Z] Building go-build-helper [2020-12-11T00:45:42.550Z] Removing intermediate container 07a624ed75e0 [2020-12-11T00:45:42.551Z] ---> 30d4afa87a6e [2020-12-11T00:45:42.551Z] Step 6/21 : COPY go.mod . [2020-12-11T00:45:42.551Z] Removing intermediate container d2e8f1bc9ed3 [2020-12-11T00:45:42.551Z] ---> 2a49cc3d985e [2020-12-11T00:45:42.551Z] Step 6/22 : COPY go.mod . [2020-12-11T00:45:42.829Z] Removing intermediate container 132d16dce602 [2020-12-11T00:45:42.829Z] ---> 7ca25e2deefe [2020-12-11T00:45:42.829Z] Step 6/24 : COPY go.mod . [2020-12-11T00:45:43.819Z] Removing intermediate container 4830f27c4e8b [2020-12-11T00:45:43.820Z] ---> 5e9770a08c41 [2020-12-11T00:45:43.820Z] Step 7/29 : COPY . . [2020-12-11T00:45:43.820Z] Removing intermediate container eb0995f8a093 [2020-12-11T00:45:43.820Z] ---> 21bf7157fe35 [2020-12-11T00:45:43.820Z] Step 6/21 : COPY go.mod . [2020-12-11T00:45:43.820Z] ---> 24b0bd561d02 [2020-12-11T00:45:43.820Z] Step 7/21 : RUN go mod download [2020-12-11T00:45:43.820Z] ---> e8ac0a770408 [2020-12-11T00:45:43.820Z] Step 7/22 : RUN go mod download [2020-12-11T00:45:44.098Z] ---> Running in 61cbfbe00b2e [2020-12-11T00:45:44.098Z] ---> ac1b80c6965d [2020-12-11T00:45:44.098Z] Step 7/24 : RUN go mod download [2020-12-11T00:45:44.098Z] ---> Running in cc406aa76ab1 [2020-12-11T00:45:44.383Z] ---> Running in e81c22069de0 [2020-12-11T00:45:45.373Z] ---> 56799ff5f3a9 [2020-12-11T00:45:45.373Z] Step 7/21 : RUN go mod download [2020-12-11T00:45:45.657Z] ---> Running in e1da26dec65d [2020-12-11T00:45:45.775Z] Building static-packages [2020-12-11T00:45:47.689Z] Staging go-build-helper [2020-12-11T00:45:48.629Z] Staging static-packages [2020-12-11T00:45:49.569Z] Pulling go115 [2020-12-11T00:45:50.954Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-11T00:45:50.954Z] Skipping pull go115 (already ran) [2020-12-11T00:45:50.954Z] Building go115 [2020-12-11T00:45:50.954Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-11T00:45:50.954Z] Dload Upload Total Spent Left Speed [2020-12-11T00:45:51.089Z] Removing intermediate container cc406aa76ab1 [2020-12-11T00:45:51.090Z] ---> 0f58b2d1f2fa [2020-12-11T00:45:51.090Z] Step 8/22 : COPY . . [2020-12-11T00:45:51.090Z] Removing intermediate container e1da26dec65d [2020-12-11T00:45:51.090Z] ---> 35c47e382618 [2020-12-11T00:45:51.090Z] Step 8/21 : COPY . . [2020-12-11T00:45:51.090Z] Removing intermediate container 61cbfbe00b2e [2020-12-11T00:45:51.090Z] ---> c3dd8975cded [2020-12-11T00:45:51.090Z] Step 8/21 : COPY . . [2020-12-11T00:45:51.090Z] Removing intermediate container e81c22069de0 [2020-12-11T00:45:51.090Z] ---> e9ba39249e05 [2020-12-11T00:45:51.090Z] Step 8/24 : COPY . . [2020-12-11T00:45:53.758Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.4M 0 0 29.6M 0 0:00:03 --:--:-- 0:00:03 29.5M 55 115M 55 64.2M 0 0 34.3M 0 0:00:03 0:00:01 0:00:02 34.3M 89 115M 89 103M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 36.8M 0 0:00:03 0:00:03 --:--:-- 36.8M [2020-12-11T00:45:54.698Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-11T00:45:58.897Z] Staging go115 [2020-12-11T00:46:05.485Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T00:46:05.485Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T00:46:05.485Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T00:46:05.485Z] Fetched 0 B in 0s (0 B/s) [2020-12-11T00:46:05.485Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-11T00:46:05.485Z] Fetched 224 kB in 0s (0 B/s) [2020-12-11T00:46:05.485Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-11T00:46:05.485Z] Fetched 157 kB in 0s (0 B/s) [2020-12-11T00:46:05.485Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-11T00:46:05.485Z] Fetched 221 kB in 0s (0 B/s) [2020-12-11T00:46:05.485Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-11T00:46:05.485Z] Fetched 143 kB in 0s (0 B/s) [2020-12-11T00:46:05.485Z] Pulling edgex-go [2020-12-11T00:46:06.056Z] Pulling version [2020-12-11T00:46:07.439Z] Building config-common [2020-12-11T00:46:09.348Z] Skipping build go-build-helper (already ran) [2020-12-11T00:46:09.348Z] Skipping build static-packages (already ran) [2020-12-11T00:46:09.348Z] Skipping build go115 (already ran) [2020-12-11T00:46:09.608Z] Building edgex-go [2020-12-11T00:46:09.867Z] 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-11T00:46:11.252Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 [2020-12-11T00:46:11.252Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-11T00:46:11.252Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-11T00:46:11.252Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-11T00:46:11.252Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-11T00:46:11.252Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-11T00:46:11.252Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-11T00:46:11.252Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-11T00:46:11.252Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-11T00:46:11.252Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-11T00:46:11.252Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-11T00:46:11.252Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T00:46:11.252Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-11T00:46:11.252Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-11T00:46:11.252Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-11T00:46:11.252Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T00:46:11.252Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T00:46:11.252Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-11T00:46:11.252Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-11T00:46:11.252Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T00:46:11.252Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-11T00:46:11.252Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-11T00:46:11.252Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-11T00:46:11.252Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-11T00:46:11.512Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-11T00:46:11.512Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-11T00:46:11.512Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-11T00:46:11.512Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-11T00:46:11.512Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-11T00:46:11.512Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-11T00:46:13.292Z] ---> f3d02bf79dec [2020-12-11T00:46:13.292Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-11T00:46:13.292Z] ---> Running in 7b491b7c4f82 [2020-12-11T00:46:14.275Z] ---> 78813ce1172d [2020-12-11T00:46:14.275Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-11T00:46:14.275Z] ---> 26bca03aab38 [2020-12-11T00:46:14.275Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-11T00:46:14.275Z] ---> 00afcdb541a6 [2020-12-11T00:46:14.275Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-11T00:46:14.275Z] ---> 0265d127cd12 [2020-12-11T00:46:14.275Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-11T00:46:14.546Z] ---> Running in 6394155aaa65 [2020-12-11T00:46:14.546Z] ---> Running in 5219e9bd111a [2020-12-11T00:46:14.546Z] ---> Running in e918c8c6cea7 [2020-12-11T00:46:14.546Z] ---> Running in d114457b774b [2020-12-11T00:46:15.152Z] 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-11T00:46:16.591Z] 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-11T00:46:16.926Z] 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-11T00:46:16.926Z] 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-11T00:46:16.926Z] 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-11T00:46:19.648Z] 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-11T00:46:24.942Z] 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-11T00:46:25.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-11T00:46:26.583Z] 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-11T00:46:26.844Z] 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-11T00:46:26.844Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-11T00:46:26.844Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T00:46:26.844Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T00:46:28.234Z] 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-11T00:46:28.234Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-11T00:46:28.234Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-11T00:46:29.618Z] 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-11T00:46:30.559Z] 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-11T00:46:30.559Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-11T00:46:31.940Z] 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-11T00:46:31.940Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T00:46:32.878Z] 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-11T00:46:33.825Z] 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-11T00:46:34.771Z] 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-11T00:46:37.313Z] Building version [2020-12-11T00:46:39.857Z] Staging config-common [2020-12-11T00:46:40.806Z] Skipping stage go-build-helper (already ran) [2020-12-11T00:46:40.806Z] Skipping stage static-packages (already ran) [2020-12-11T00:46:40.806Z] Skipping stage go115 (already ran) [2020-12-11T00:46:40.806Z] Staging edgex-go [2020-12-11T00:46:41.751Z] Staging version [2020-12-11T00:46:42.693Z] Priming config-common [2020-12-11T00:46:43.638Z] Priming go-build-helper [2020-12-11T00:46:44.580Z] Priming static-packages [2020-12-11T00:46:47.121Z] Priming go115 [2020-12-11T00:46:48.063Z] Priming edgex-go [2020-12-11T00:46:49.005Z] Priming version [2020-12-11T00:46:50.388Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-11T00:47:53.809Z] 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-11T00:47:53.809Z] Removing intermediate container 7b491b7c4f82 [2020-12-11T00:47:53.809Z] ---> 0483a234251d [2020-12-11T00:47:53.809Z] [2020-12-11T00:47:53.809Z] Step 9/29 : FROM alpine:latest [2020-12-11T00:47:53.809Z] latest: Pulling from library/alpine [2020-12-11T00:47:53.809Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-11T00:47:53.809Z] Status: Downloaded newer image for alpine:latest [2020-12-11T00:47:53.809Z] ---> 2e77e061c27f [2020-12-11T00:47:53.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-11T00:47:53.809Z] ---> Running in 6cf3d7e6a113 [2020-12-11T00:47:53.809Z] Removing intermediate container 6cf3d7e6a113 [2020-12-11T00:47:53.809Z] ---> fa4741fac7c4 [2020-12-11T00:47:53.809Z] Step 11/29 : USER root [2020-12-11T00:47:53.809Z] ---> Running in 0eb5d582db71 [2020-12-11T00:47:53.809Z] Removing intermediate container 0eb5d582db71 [2020-12-11T00:47:53.809Z] ---> 5c9c924b3028 [2020-12-11T00:47:53.809Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-11T00:47:53.809Z] ---> Running in 67f78f3726b3 [2020-12-11T00:47:53.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:47:53.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:47:53.809Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:47:53.809Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:47:53.809Z] OK: 12617 distinct packages available [2020-12-11T00:47:53.809Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-11T00:47:53.809Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-11T00:47:53.809Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:47:53.809Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:47:53.809Z] OK: 6 MiB in 16 packages [2020-12-11T00:47:53.809Z] Removing intermediate container 67f78f3726b3 [2020-12-11T00:47:53.809Z] ---> 41a51725c04b [2020-12-11T00:47:53.809Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-11T00:47:53.809Z] ---> Running in c7ef7d3ef39d [2020-12-11T00:47:53.809Z] Removing intermediate container c7ef7d3ef39d [2020-12-11T00:47:53.809Z] ---> 075d6566cc84 [2020-12-11T00:47:53.809Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-11T00:47:53.809Z] ---> Running in 5e08009e2486 [2020-12-11T00:47:53.809Z] Removing intermediate container 5e08009e2486 [2020-12-11T00:47:53.809Z] ---> b753903c09bb [2020-12-11T00:47:53.809Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-11T00:47:53.809Z] ---> Running in 6126a3007980 [2020-12-11T00:47:56.451Z] Removing intermediate container 6126a3007980 [2020-12-11T00:47:56.451Z] ---> 5daa1dbc904a [2020-12-11T00:47:56.451Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-11T00:47:59.159Z] ---> 7cacb96afaa7 [2020-12-11T00:47:59.159Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-11T00:47:59.760Z] Removing intermediate container e918c8c6cea7 [2020-12-11T00:47:59.760Z] ---> c3341496630d [2020-12-11T00:47:59.760Z] [2020-12-11T00:47:59.760Z] Step 10/21 : FROM alpine [2020-12-11T00:47:59.760Z] ---> 2e77e061c27f [2020-12-11T00:47:59.760Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-11T00:48:00.041Z] ---> Running in 16386200126c [2020-12-11T00:48:00.644Z] ---> e9ec12b08d91 [2020-12-11T00:48:00.644Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-11T00:48:02.820Z] ---> 2ce801f0dbce [2020-12-11T00:48:02.820Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-11T00:48:02.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:48:03.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:48:03.708Z] ---> 34c0e1321f59 [2020-12-11T00:48:03.708Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-11T00:48:04.301Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:48:04.301Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:48:04.302Z] OK: 12617 distinct packages available [2020-12-11T00:48:04.899Z] ---> 23580fe295a0 [2020-12-11T00:48:04.899Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-11T00:48:05.174Z] ---> Running in 7523e1cfaded [2020-12-11T00:48:05.174Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-11T00:48:05.449Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:48:05.449Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-11T00:48:05.449Z] (4/4) Installing curl (7.69.1-r2) [2020-12-11T00:48:05.449Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:48:05.727Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:48:06.003Z] OK: 7 MiB in 18 packages [2020-12-11T00:48:09.414Z] Removing intermediate container 16386200126c [2020-12-11T00:48:09.414Z] ---> d33ef0ef9b3d [2020-12-11T00:48:09.414Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:48:09.414Z] ---> Running in 5fa96269eff4 [2020-12-11T00:48:09.414Z] Removing intermediate container 7523e1cfaded [2020-12-11T00:48:09.414Z] ---> ae12ff181df1 [2020-12-11T00:48:09.414Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:48:09.695Z] Removing intermediate container 5fa96269eff4 [2020-12-11T00:48:09.695Z] ---> a1d30ba4b0d1 [2020-12-11T00:48:09.695Z] Step 13/21 : WORKDIR /edgex [2020-12-11T00:48:09.976Z] ---> Running in 4b6a008260a0 [2020-12-11T00:48:10.578Z] ---> 4e78be0972a9 [2020-12-11T00:48:10.578Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:48:10.578Z] Removing intermediate container 4b6a008260a0 [2020-12-11T00:48:10.578Z] ---> 2a266daac952 [2020-12-11T00:48:10.578Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-11T00:48:10.862Z] ---> Running in ce09b966829f [2020-12-11T00:48:12.314Z] ---> 91b6beddeaa5 [2020-12-11T00:48:12.314Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-11T00:48:15.718Z] ---> 53ce21ce4da7 [2020-12-11T00:48:15.718Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-11T00:48:16.326Z] Removing intermediate container ce09b966829f [2020-12-11T00:48:16.326Z] ---> a707db41fb4c [2020-12-11T00:48:16.326Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-11T00:48:16.603Z] ---> Running in 6128af4e9d15 [2020-12-11T00:48:19.266Z] ---> 49424140b5cb [2020-12-11T00:48:19.266Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-11T00:48:19.875Z] ---> Running in 12c956751566 [2020-12-11T00:48:20.478Z] Removing intermediate container 5219e9bd111a [2020-12-11T00:48:20.478Z] ---> aa691aaff370 [2020-12-11T00:48:20.478Z] [2020-12-11T00:48:20.478Z] Step 10/24 : FROM scratch [2020-12-11T00:48:20.478Z] ---> [2020-12-11T00:48:20.478Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-11T00:48:20.757Z] Removing intermediate container 12c956751566 [2020-12-11T00:48:20.757Z] ---> ec7cb49a28e1 [2020-12-11T00:48:20.757Z] Step 18/21 : CMD ["--init=true"] [2020-12-11T00:48:21.049Z] ---> Running in c501214ec550 [2020-12-11T00:48:21.049Z] ---> Running in 0a19d2993ed4 [2020-12-11T00:48:21.049Z] Removing intermediate container 6128af4e9d15 [2020-12-11T00:48:21.049Z] ---> 1e0e84fe042f [2020-12-11T00:48:21.049Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:48:21.333Z] Removing intermediate container d114457b774b [2020-12-11T00:48:21.333Z] ---> 22c01ee0673e [2020-12-11T00:48:21.333Z] [2020-12-11T00:48:21.333Z] Step 10/21 : FROM scratch [2020-12-11T00:48:21.333Z] ---> [2020-12-11T00:48:21.333Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:48:21.612Z] ---> Running in c20bf59ec689 [2020-12-11T00:48:21.612Z] Removing intermediate container c501214ec550 [2020-12-11T00:48:21.889Z] ---> 21233cf1f431 [2020-12-11T00:48:21.889Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-11T00:48:21.889Z] ---> Running in 88ff26e994be [2020-12-11T00:48:21.889Z] ---> Running in 6696173d060c [2020-12-11T00:48:21.889Z] Removing intermediate container 0a19d2993ed4 [2020-12-11T00:48:21.889Z] ---> 0054e08ed136 [2020-12-11T00:48:21.889Z] Step 19/21 : LABEL arch=arm64 [2020-12-11T00:48:22.162Z] ---> Running in 2a39d30876ce [2020-12-11T00:48:22.162Z] Removing intermediate container c20bf59ec689 [2020-12-11T00:48:22.162Z] ---> 37f22927e1b6 [2020-12-11T00:48:22.162Z] Step 26/29 : CMD [ "generate" ] [2020-12-11T00:48:22.434Z] Removing intermediate container 88ff26e994be [2020-12-11T00:48:22.434Z] ---> 29b56e6c48b4 [2020-12-11T00:48:22.434Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-11T00:48:22.434Z] ---> Running in ea23890614b2 [2020-12-11T00:48:22.708Z] Removing intermediate container 6696173d060c [2020-12-11T00:48:22.708Z] ---> 8bd79bf566d0 [2020-12-11T00:48:22.708Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-11T00:48:22.708Z] ---> Running in 6534c54f492f [2020-12-11T00:48:22.708Z] ---> Running in 2e19a9e7f3f0 [2020-12-11T00:48:22.981Z] Removing intermediate container 2a39d30876ce [2020-12-11T00:48:22.981Z] ---> 7d3e3f2b53a6 [2020-12-11T00:48:22.981Z] Step 20/21 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:48:22.981Z] Removing intermediate container ea23890614b2 [2020-12-11T00:48:22.981Z] ---> d974e21e7059 [2020-12-11T00:48:22.981Z] Step 27/29 : LABEL arch=arm64 [2020-12-11T00:48:23.276Z] ---> Running in 10b6e7531ca6 [2020-12-11T00:48:23.276Z] ---> Running in 7cae693da821 [2020-12-11T00:48:23.276Z] Removing intermediate container 6534c54f492f [2020-12-11T00:48:23.276Z] ---> 74223a3b841b [2020-12-11T00:48:23.276Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-11T00:48:23.276Z] Removing intermediate container 2e19a9e7f3f0 [2020-12-11T00:48:23.276Z] ---> da51ccb4a9b3 [2020-12-11T00:48:23.276Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-11T00:48:23.550Z] ---> Running in 0901fd3bfeb1 [2020-12-11T00:48:23.828Z] Removing intermediate container 10b6e7531ca6 [2020-12-11T00:48:23.828Z] ---> fa55cf6cbbde [2020-12-11T00:48:23.828Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:48:24.106Z] ---> Running in d4e38ff169a6 [2020-12-11T00:48:24.106Z] Removing intermediate container 7cae693da821 [2020-12-11T00:48:24.106Z] ---> d4b6df944a58 [2020-12-11T00:48:24.106Z] Step 28/29 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:48:24.386Z] Removing intermediate container 0901fd3bfeb1 [2020-12-11T00:48:24.386Z] ---> ae017c4d8cae [2020-12-11T00:48:24.386Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-11T00:48:24.665Z] ---> Running in cd2c4b3e9be3 [2020-12-11T00:48:24.665Z] ---> 3344b04316c3 [2020-12-11T00:48:24.665Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-11T00:48:24.944Z] Removing intermediate container d4e38ff169a6 [2020-12-11T00:48:24.944Z] ---> 06fe319d634c [2020-12-11T00:48:24.944Z] [2020-12-11T00:48:25.553Z] Removing intermediate container cd2c4b3e9be3 [2020-12-11T00:48:25.553Z] ---> 3d888128effc [2020-12-11T00:48:25.553Z] Step 29/29 : LABEL version=0.0.0 [2020-12-11T00:48:25.553Z] Successfully built 06fe319d634c [2020-12-11T00:48:25.553Z] ---> e4d352340df0 [2020-12-11T00:48:25.553Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-11T00:48:25.828Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-11T00:48:25.828Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-12-11T00:48:25.828Z] ---> Running in a981c69c96ce [2020-12-11T00:48:26.440Z] ---> 9d37d2a3b47a [2020-12-11T00:48:26.440Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-11T00:48:27.044Z] Removing intermediate container a981c69c96ce [2020-12-11T00:48:27.044Z] ---> 2f4709602edd [2020-12-11T00:48:27.044Z] [2020-12-11T00:48:27.646Z] Successfully built 2f4709602edd [2020-12-11T00:48:27.646Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-11T00:48:27.646Z] Building docker-core-command-go [2020-12-11T00:48:28.244Z]  Building docker-security-secrets-setup-go ... done  ---> 7da55c64266e [2020-12-11T00:48:28.244Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-11T00:48:28.846Z] ---> be951b476216 [2020-12-11T00:48:28.846Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-11T00:48:30.828Z] ---> 3f1ea6a3cd7d [2020-12-11T00:48:30.828Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-11T00:48:31.424Z] ---> a74805ce2883 [2020-12-11T00:48:31.425Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-11T00:48:31.425Z] ---> Running in 4bcf01228238 [2020-12-11T00:48:31.700Z] Removing intermediate container 6394155aaa65 [2020-12-11T00:48:31.700Z] ---> 838284f15080 [2020-12-11T00:48:31.700Z] [2020-12-11T00:48:31.700Z] Step 10/22 : FROM scratch [2020-12-11T00:48:31.700Z] ---> [2020-12-11T00:48:31.700Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:48:31.700Z] ---> Using cache [2020-12-11T00:48:31.700Z] ---> 29b56e6c48b4 [2020-12-11T00:48:31.700Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-11T00:48:32.309Z] Removing intermediate container 4bcf01228238 [2020-12-11T00:48:32.309Z] ---> f3c2b88b2ce4 [2020-12-11T00:48:32.309Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:48:32.589Z] ---> Running in 64af3b65f65d [2020-12-11T00:48:32.589Z] ---> Running in 7c734656a452 [2020-12-11T00:48:33.184Z] ---> b83145127001 [2020-12-11T00:48:33.185Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-11T00:48:33.185Z] Removing intermediate container 64af3b65f65d [2020-12-11T00:48:33.185Z] ---> 851fee134512 [2020-12-11T00:48:33.185Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:48:33.185Z] ---> Running in 5521589530d3 [2020-12-11T00:48:33.185Z] Removing intermediate container 7c734656a452 [2020-12-11T00:48:33.185Z] ---> 9a83c7fff2bb [2020-12-11T00:48:33.185Z] Step 19/21 : LABEL arch=arm64 [2020-12-11T00:48:33.465Z] ---> Running in 9996332fda98 [2020-12-11T00:48:34.061Z] Removing intermediate container 5521589530d3 [2020-12-11T00:48:34.061Z] ---> bb2d1a6f24c4 [2020-12-11T00:48:34.061Z] Step 14/22 : WORKDIR / [2020-12-11T00:48:34.348Z] ---> Running in 2b3369bc7246 [2020-12-11T00:48:34.348Z] ---> f079763a3b40 [2020-12-11T00:48:34.348Z] Removing intermediate container 9996332fda98 [2020-12-11T00:48:34.348Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] ---> 1f12b05e9ba0 [2020-12-11T00:48:34.348Z] Step 20/21 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:48:34.348Z] [2020-12-11T00:48:34.946Z] ---> Running in 12902024da4a [2020-12-11T00:48:34.946Z] ---> Running in 4be3604bbe8a [2020-12-11T00:48:35.229Z] Removing intermediate container 2b3369bc7246 [2020-12-11T00:48:35.229Z] ---> 41ed2b0e7340 [2020-12-11T00:48:35.229Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-11T00:48:35.509Z] Removing intermediate container 12902024da4a [2020-12-11T00:48:35.509Z] ---> a394f334971f [2020-12-11T00:48:35.509Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:48:35.509Z] Removing intermediate container 4be3604bbe8a [2020-12-11T00:48:35.509Z] ---> 6fe95cfcc1a5 [2020-12-11T00:48:35.509Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:48:35.781Z] ---> Running in f9f17a5a68bd [2020-12-11T00:48:35.781Z] ---> Running in ed36ed12eb22 [2020-12-11T00:48:36.062Z] ---> 200f7a018eb3 [2020-12-11T00:48:36.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-11T00:48:36.335Z] Removing intermediate container f9f17a5a68bd [2020-12-11T00:48:36.335Z] ---> 3062a0e53a07 [2020-12-11T00:48:36.335Z] [2020-12-11T00:48:36.335Z] Removing intermediate container ed36ed12eb22 [2020-12-11T00:48:36.335Z] ---> 58913d3f4376 [2020-12-11T00:48:36.335Z] Step 22/24 : LABEL arch=arm64 [2020-12-11T00:48:36.941Z] ---> Running in 9cade3acfaf8 [2020-12-11T00:48:36.941Z] Successfully built 3062a0e53a07 [2020-12-11T00:48:36.941Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-11T00:48:36.941Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-12-11T00:48:37.535Z] Removing intermediate container 9cade3acfaf8 [2020-12-11T00:48:37.535Z] ---> bf9c407cd65e [2020-12-11T00:48:37.535Z] Step 23/24 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:48:37.535Z] ---> 7b740c11d202 [2020-12-11T00:48:37.535Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-11T00:48:37.535Z] ---> Running in 9b52fe53188c [2020-12-11T00:48:38.139Z] Removing intermediate container 9b52fe53188c [2020-12-11T00:48:38.139Z] ---> 6bb05ff005be [2020-12-11T00:48:38.139Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:48:38.414Z] ---> Running in 0e485b6f5a64 [2020-12-11T00:48:38.414Z] ---> bf074378e625 [2020-12-11T00:48:38.414Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-11T00:48:38.686Z] ---> Running in 1fab4f71570f [2020-12-11T00:48:38.686Z] Removing intermediate container 0e485b6f5a64 [2020-12-11T00:48:38.686Z] ---> 8625389c0fff [2020-12-11T00:48:38.686Z] [2020-12-11T00:48:39.307Z] Successfully built 8625389c0fff [2020-12-11T00:48:39.307Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-11T00:48:39.307Z] Removing intermediate container 1fab4f71570f [2020-12-11T00:48:39.307Z] ---> d49543bdca3b [2020-12-11T00:48:39.307Z]  Building docker-support-notifications-go ... done Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:48:39.307Z] Building docker-security-secretstore-setup-go [2020-12-11T00:48:39.578Z] ---> Running in c2b94aff6f6e [2020-12-11T00:48:40.173Z] Removing intermediate container c2b94aff6f6e [2020-12-11T00:48:40.173Z] ---> 926aa8a24d40 [2020-12-11T00:48:40.173Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T00:48:40.173Z] ---> Running in c6e2620e29b6 [2020-12-11T00:48:40.765Z] Removing intermediate container c6e2620e29b6 [2020-12-11T00:48:40.765Z] ---> 01d288bf6707 [2020-12-11T00:48:40.765Z] Step 21/22 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:48:40.765Z] ---> Running in 3521923c4402 [2020-12-11T00:48:41.360Z] Removing intermediate container 3521923c4402 [2020-12-11T00:48:41.360Z] ---> 2ba003d055d6 [2020-12-11T00:48:41.360Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:48:41.360Z] ---> Running in 53d0a6683422 [2020-12-11T00:48:41.951Z] Removing intermediate container 53d0a6683422 [2020-12-11T00:48:41.951Z] ---> cd3265f1f2e1 [2020-12-11T00:48:41.951Z] [2020-12-11T00:48:42.558Z] Successfully built cd3265f1f2e1 [2020-12-11T00:48:42.558Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-11T00:48:42.558Z] Building docker-security-bootstrap-redis-go [2020-12-11T00:49:29.508Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:29.508Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:29.508Z] ---> 8e4d7d9cdf47 [2020-12-11T00:49:29.508Z] Step 3/23 : WORKDIR /edgex-go [2020-12-11T00:49:29.508Z] ---> Using cache [2020-12-11T00:49:29.508Z] ---> 8d0c358f518c [2020-12-11T00:49:29.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:29.509Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:29.509Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:29.509Z] ---> 8e4d7d9cdf47 [2020-12-11T00:49:29.509Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:49:29.509Z] ---> Using cache [2020-12-11T00:49:29.509Z] ---> 8d0c358f518c [2020-12-11T00:49:29.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:29.509Z] ---> Running in 62bffc1a0e6d [2020-12-11T00:49:29.509Z] ---> Running in 08eed07979cb [2020-12-11T00:49:34.942Z] Removing intermediate container 62bffc1a0e6d [2020-12-11T00:49:34.942Z] ---> e0e6c48f30aa [2020-12-11T00:49:34.942Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-11T00:49:34.942Z] Removing intermediate container 08eed07979cb [2020-12-11T00:49:34.942Z] ---> e9346fb48bef [2020-12-11T00:49:34.942Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:49:34.942Z] ---> Running in 234ba9830019 [2020-12-11T00:49:35.218Z] ---> Running in b3c108f88557 [2020-12-11T00:49:37.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:37.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:37.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:38.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:38.717Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:38.717Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:38.717Z] ---> 8e4d7d9cdf47 [2020-12-11T00:49:38.717Z] Step 3/27 : WORKDIR /edgex-go [2020-12-11T00:49:38.717Z] ---> Using cache [2020-12-11T00:49:38.717Z] ---> 8d0c358f518c [2020-12-11T00:49:38.717Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:38.717Z] ---> Using cache [2020-12-11T00:49:38.717Z] ---> e9346fb48bef [2020-12-11T00:49:38.717Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-11T00:49:39.004Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:49:39.004Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:49:39.004Z] OK: 12618 distinct packages available [2020-12-11T00:49:39.004Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:49:39.004Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:49:39.004Z] OK: 12618 distinct packages available [2020-12-11T00:49:40.011Z] ---> Running in 4fe75a70f3e3 [2020-12-11T00:49:40.011Z] OK: 217 MiB in 51 packages [2020-12-11T00:49:40.011Z] OK: 217 MiB in 51 packages [2020-12-11T00:49:40.011Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:40.011Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:40.011Z] ---> 8e4d7d9cdf47 [2020-12-11T00:49:40.011Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:49:40.011Z] ---> Using cache [2020-12-11T00:49:40.011Z] ---> 8d0c358f518c [2020-12-11T00:49:40.011Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:40.011Z] ---> Using cache [2020-12-11T00:49:40.011Z] ---> e9346fb48bef [2020-12-11T00:49:40.011Z] Step 5/24 : RUN apk update && apk add make git [2020-12-11T00:49:40.011Z] ---> Running in d46a90bb3d94 [2020-12-11T00:49:40.632Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:40.633Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:40.633Z] ---> 8e4d7d9cdf47 [2020-12-11T00:49:40.633Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:49:40.633Z] ---> Using cache [2020-12-11T00:49:40.633Z] ---> 8d0c358f518c [2020-12-11T00:49:40.633Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:40.633Z] ---> Using cache [2020-12-11T00:49:40.633Z] ---> e9346fb48bef [2020-12-11T00:49:40.633Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:49:40.918Z] ---> Running in 2c819ade226d [2020-12-11T00:49:41.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:41.909Z] Removing intermediate container 234ba9830019 [2020-12-11T00:49:41.909Z] ---> fd5dba6a2570 [2020-12-11T00:49:41.909Z] Step 6/23 : COPY go.mod . [2020-12-11T00:49:42.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:42.188Z] Removing intermediate container b3c108f88557 [2020-12-11T00:49:42.188Z] ---> deba270d5e8c [2020-12-11T00:49:42.188Z] Step 6/22 : COPY go.mod . [2020-12-11T00:49:42.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:42.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:42.790Z] ---> b506647ce41b [2020-12-11T00:49:42.790Z] Step 7/23 : RUN go mod download [2020-12-11T00:49:43.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:43.077Z] ---> Running in dac0d8cedfa1 [2020-12-11T00:49:43.077Z] ---> 062d30404023 [2020-12-11T00:49:43.077Z] Step 7/22 : RUN go mod download [2020-12-11T00:49:43.356Z] ---> Running in 88614e56cdd3 [2020-12-11T00:49:43.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:43.962Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:49:43.962Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:49:43.962Z] OK: 12618 distinct packages available [2020-12-11T00:49:44.569Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:49:44.569Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:49:44.569Z] OK: 12618 distinct packages available [2020-12-11T00:49:44.915Z] OK: 217 MiB in 51 packages [2020-12-11T00:49:45.323Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:49:45.323Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:49:45.323Z] OK: 12618 distinct packages available [2020-12-11T00:49:45.707Z] OK: 217 MiB in 51 packages [2020-12-11T00:49:46.799Z] OK: 217 MiB in 51 packages [2020-12-11T00:49:47.144Z] Removing intermediate container 4fe75a70f3e3 [2020-12-11T00:49:47.144Z] ---> 7dcbbcbeb81f [2020-12-11T00:49:47.144Z] Step 6/27 : COPY go.mod . [2020-12-11T00:49:48.226Z] Removing intermediate container d46a90bb3d94 [2020-12-11T00:49:48.226Z] ---> a57f73350567 [2020-12-11T00:49:48.226Z] Step 6/24 : COPY go.mod . [2020-12-11T00:49:48.503Z] Removing intermediate container dac0d8cedfa1 [2020-12-11T00:49:48.503Z] ---> c0ba91111124 [2020-12-11T00:49:48.503Z] Step 8/23 : COPY . . [2020-12-11T00:49:48.777Z] ---> 5723ac2875c5 [2020-12-11T00:49:48.778Z] Step 7/27 : RUN go mod download [2020-12-11T00:49:49.054Z] ---> Running in 493d998887e6 [2020-12-11T00:49:49.334Z] Removing intermediate container 2c819ade226d [2020-12-11T00:49:49.334Z] ---> f5e34c4ed162 [2020-12-11T00:49:49.334Z] Step 6/22 : COPY go.mod . [2020-12-11T00:49:49.334Z] Removing intermediate container 88614e56cdd3 [2020-12-11T00:49:49.334Z] ---> f2b58fac69fe [2020-12-11T00:49:49.334Z] Step 8/22 : COPY . . [2020-12-11T00:49:49.334Z] ---> c46d10634acf [2020-12-11T00:49:49.334Z] Step 7/24 : RUN go mod download [2020-12-11T00:49:49.616Z] ---> Running in a717eccc9f2b [2020-12-11T00:49:51.616Z] ---> c34f76ddf42d [2020-12-11T00:49:51.616Z] Step 7/22 : RUN go mod download [2020-12-11T00:49:51.894Z] ---> Running in 194dd153fc2e [2020-12-11T00:49:53.926Z] Removing intermediate container 493d998887e6 [2020-12-11T00:49:53.926Z] ---> 454489a59d73 [2020-12-11T00:49:53.926Z] Step 8/27 : COPY . . [2020-12-11T00:49:54.524Z] Removing intermediate container a717eccc9f2b [2020-12-11T00:49:54.524Z] ---> ee3079297117 [2020-12-11T00:49:54.524Z] Step 8/24 : COPY . . [2020-12-11T00:49:57.953Z] Removing intermediate container 194dd153fc2e [2020-12-11T00:49:57.953Z] ---> d57e18e6f50f [2020-12-11T00:49:57.953Z] Step 8/22 : COPY . . [2020-12-11T00:50:20.147Z] ---> 92c0d48effba [2020-12-11T00:50:20.147Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-11T00:50:20.147Z] ---> 9fe1828e8df5 [2020-12-11T00:50:20.147Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-11T00:50:20.147Z] ---> d91555305245 [2020-12-11T00:50:20.147Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-11T00:50:20.147Z] ---> 5701087f0109 [2020-12-11T00:50:20.147Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-11T00:50:20.147Z] ---> 7356cfa585b7 [2020-12-11T00:50:20.147Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-11T00:50:20.147Z] ---> Running in 3f25bc1a2d81 [2020-12-11T00:50:20.147Z] ---> Running in 7edaebc7b095 [2020-12-11T00:50:20.147Z] ---> Running in e5aacc481500 [2020-12-11T00:50:20.147Z] ---> Running in 3dbd4eb8c02f [2020-12-11T00:50:20.147Z] ---> Running in b9bbf6a8d542 [2020-12-11T00:50:21.595Z] 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-11T00:50:21.875Z] 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-11T00:50:21.875Z] 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-11T00:50:22.483Z] 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-11T00:50:22.483Z] 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-11T00:51:44.350Z] 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-11T00:51:59.498Z] Removing intermediate container b9bbf6a8d542 [2020-12-11T00:51:59.498Z] ---> e9f46af7b1be [2020-12-11T00:51:59.498Z] [2020-12-11T00:51:59.498Z] Step 10/22 : FROM alpine:3.10 [2020-12-11T00:51:59.498Z] 3.10: Pulling from library/alpine [2020-12-11T00:51:59.772Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-11T00:52:00.049Z] Status: Downloaded newer image for alpine:3.10 [2020-12-11T00:52:00.049Z] ---> 536a684cf733 [2020-12-11T00:52:00.049Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:52:00.666Z] ---> Running in a22e00d10585 [2020-12-11T00:52:03.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:03.611Z] Removing intermediate container e5aacc481500 [2020-12-11T00:52:03.611Z] ---> 684121801002 [2020-12-11T00:52:03.611Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-11T00:52:03.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:03.900Z] ---> Running in c44d568b7b27 [2020-12-11T00:52:04.187Z] Removing intermediate container 3dbd4eb8c02f [2020-12-11T00:52:04.187Z] ---> c2fd5c927ee5 [2020-12-11T00:52:04.187Z] [2020-12-11T00:52:04.187Z] Step 10/24 : FROM alpine:3.10 [2020-12-11T00:52:04.187Z] ---> 536a684cf733 [2020-12-11T00:52:04.187Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:52:04.464Z] v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T00:52:04.464Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T00:52:04.464Z] OK: 10169 distinct packages available [2020-12-11T00:52:04.464Z] ---> Running in f41a2074db24 [2020-12-11T00:52:05.449Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T00:52:05.449Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T00:52:05.449Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-11T00:52:05.726Z] (4/5) Installing curl (7.66.0-r2) [2020-12-11T00:52:05.726Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T00:52:05.726Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T00:52:05.726Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T00:52:05.998Z] OK: 7 MiB in 19 packages [2020-12-11T00:52:06.272Z] 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-11T00:52:06.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:07.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:07.765Z] v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T00:52:07.765Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T00:52:07.765Z] OK: 10169 distinct packages available [2020-12-11T00:52:08.760Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T00:52:08.760Z] Removing intermediate container a22e00d10585 [2020-12-11T00:52:08.760Z] ---> c2477c2930a0 [2020-12-11T00:52:08.760Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-11T00:52:08.760Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T00:52:08.760Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-11T00:52:08.760Z] (4/5) Installing curl (7.66.0-r2) [2020-12-11T00:52:08.760Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T00:52:09.041Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T00:52:09.041Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T00:52:09.041Z] ---> Running in 267074618d07 [2020-12-11T00:52:09.316Z] OK: 7 MiB in 19 packages [2020-12-11T00:52:09.594Z] Removing intermediate container 267074618d07 [2020-12-11T00:52:09.595Z] ---> ba34eb4a6304 [2020-12-11T00:52:09.595Z] Step 13/22 : WORKDIR / [2020-12-11T00:52:09.883Z] ---> Running in e680a278a8d1 [2020-12-11T00:52:10.888Z] Removing intermediate container e680a278a8d1 [2020-12-11T00:52:10.888Z] ---> a4c844edcf69 [2020-12-11T00:52:10.888Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-11T00:52:12.332Z] Removing intermediate container f41a2074db24 [2020-12-11T00:52:12.332Z] ---> 47fc9a74ff4c [2020-12-11T00:52:12.332Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:52:12.332Z] ---> 7b09b66c250c [2020-12-11T00:52:12.332Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-11T00:52:12.609Z] ---> Running in c59fc7158654 [2020-12-11T00:52:12.887Z] Removing intermediate container c44d568b7b27 [2020-12-11T00:52:12.887Z] ---> a81cdaf01260 [2020-12-11T00:52:12.887Z] [2020-12-11T00:52:12.887Z] Step 11/27 : FROM docker:latest [2020-12-11T00:52:12.887Z] ---> f31140561b03 [2020-12-11T00:52:12.887Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-11T00:52:13.175Z] ---> Running in 73046fc7a83d [2020-12-11T00:52:13.455Z] Removing intermediate container c59fc7158654 [2020-12-11T00:52:13.455Z] ---> dec5003462b3 [2020-12-11T00:52:13.455Z] Step 13/24 : WORKDIR / [2020-12-11T00:52:14.060Z] ---> Running in ed8c37b56336 [2020-12-11T00:52:15.516Z] ---> b54423bb1a2f [2020-12-11T00:52:15.516Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-11T00:52:15.516Z] Removing intermediate container ed8c37b56336 [2020-12-11T00:52:15.516Z] ---> e8026ec64960 [2020-12-11T00:52:15.516Z] 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-11T00:52:16.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:16.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:17.134Z] ---> 26e62d64962f [2020-12-11T00:52:17.134Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-11T00:52:17.134Z] (1/2) Installing readline (8.0.4-r0) [2020-12-11T00:52:17.134Z] (2/2) Installing bash (5.0.17-r0) [2020-12-11T00:52:17.134Z] Executing bash-5.0.17-r0.post-install [2020-12-11T00:52:17.134Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:52:17.427Z] OK: 12 MiB in 22 packages [2020-12-11T00:52:17.427Z] ---> 633cf77f995b [2020-12-11T00:52:17.427Z] 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-11T00:52:19.436Z] ---> a302bf5d1904 [2020-12-11T00:52:19.436Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-11T00:52:20.045Z] ---> Running in 6657e22af925 [2020-12-11T00:52:20.045Z] ---> 6f44cdf3db15 [2020-12-11T00:52:20.045Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-11T00:52:20.328Z] Removing intermediate container 73046fc7a83d [2020-12-11T00:52:20.328Z] ---> 0d0523ad9a97 [2020-12-11T00:52:20.328Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-11T00:52:20.605Z] ---> Running in 7da2fbf1c9e7 [2020-12-11T00:52:22.613Z] ---> 025fab524b0a [2020-12-11T00:52:22.613Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-11T00:52:22.613Z] Removing intermediate container 3f25bc1a2d81 [2020-12-11T00:52:22.613Z] ---> e47b5af5047c [2020-12-11T00:52:22.613Z] [2020-12-11T00:52:22.613Z] Step 10/22 : FROM scratch [2020-12-11T00:52:22.613Z] ---> [2020-12-11T00:52:22.613Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:52:22.967Z] ---> Using cache [2020-12-11T00:52:22.967Z] ---> 29b56e6c48b4 [2020-12-11T00:52:22.967Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-11T00:52:23.297Z] ---> Running in 30f941089912 [2020-12-11T00:52:25.383Z] ---> 3fec95111be8 [2020-12-11T00:52:25.383Z] Removing intermediate container 30f941089912 [2020-12-11T00:52:25.383Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-11T00:52:25.383Z] ---> c588bdd5de75 [2020-12-11T00:52:25.383Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:52:25.383Z] Removing intermediate container 6657e22af925 [2020-12-11T00:52:25.383Z] ---> 2a641453cacd [2020-12-11T00:52:25.383Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-11T00:52:25.383Z] ---> Running in 18f6ba6da5ef [2020-12-11T00:52:25.383Z] Removing intermediate container 7da2fbf1c9e7 [2020-12-11T00:52:25.383Z] ---> b61d6e6965d8 [2020-12-11T00:52:25.383Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-11T00:52:25.657Z] ---> Running in af3ce4672056 [2020-12-11T00:52:25.657Z] ---> Running in ab6ab1e9604a [2020-12-11T00:52:26.253Z] Removing intermediate container 18f6ba6da5ef [2020-12-11T00:52:26.253Z] ---> ab7bf4c59faf [2020-12-11T00:52:26.253Z] Step 14/22 : WORKDIR / [2020-12-11T00:52:26.526Z] ---> Running in 16d88ef7464b [2020-12-11T00:52:26.526Z] Removing intermediate container af3ce4672056 [2020-12-11T00:52:26.526Z] ---> b9d3f72be985 [2020-12-11T00:52:26.526Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T00:52:26.526Z] Removing intermediate container ab6ab1e9604a [2020-12-11T00:52:26.526Z] ---> fbeb5aeff560 [2020-12-11T00:52:26.526Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-11T00:52:26.803Z] ---> Running in f8eb30e34433 [2020-12-11T00:52:26.803Z] ---> Running in 79bdd8db9009 [2020-12-11T00:52:27.078Z] ---> 850e6d16c830 [2020-12-11T00:52:27.078Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:52:27.353Z] Removing intermediate container 16d88ef7464b [2020-12-11T00:52:27.353Z] ---> 47ac8a050eeb [2020-12-11T00:52:27.353Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-11T00:52:27.633Z] Removing intermediate container 79bdd8db9009 [2020-12-11T00:52:27.633Z] ---> 1f7a2576faec [2020-12-11T00:52:27.633Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-11T00:52:27.633Z] Removing intermediate container f8eb30e34433 [2020-12-11T00:52:27.633Z] ---> 92bc1456254e [2020-12-11T00:52:27.633Z] Step 21/22 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:52:27.916Z] ---> Running in b4e2db6e26eb [2020-12-11T00:52:27.916Z] ---> Running in 6a241ca602f4 [2020-12-11T00:52:28.197Z] ---> d308a38bc128 [2020-12-11T00:52:28.197Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:52:28.471Z] ---> Running in 2281ca52000e [2020-12-11T00:52:28.742Z] Removing intermediate container 6a241ca602f4 [2020-12-11T00:52:28.742Z] ---> e561b850d6fa [2020-12-11T00:52:28.742Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:52:28.742Z] ---> 56cc5aafbc68 [2020-12-11T00:52:28.742Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-11T00:52:28.742Z] Removing intermediate container b4e2db6e26eb [2020-12-11T00:52:28.742Z] ---> 1a13f0978c05 [2020-12-11T00:52:28.742Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-11T00:52:29.016Z] ---> Running in 1fe6af3db3d0 [2020-12-11T00:52:29.997Z] Removing intermediate container 1fe6af3db3d0 [2020-12-11T00:52:29.997Z] ---> c50fcb555161 [2020-12-11T00:52:29.997Z] [2020-12-11T00:52:30.271Z] Successfully built c50fcb555161 [2020-12-11T00:52:30.271Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-11T00:52:31.277Z]  Building docker-security-bootstrap-redis-go ... done  ---> 733312216294 [2020-12-11T00:52:31.277Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-11T00:52:31.277Z] ---> d7379b50e73a [2020-12-11T00:52:31.277Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-11T00:52:32.266Z] Removing intermediate container 2281ca52000e [2020-12-11T00:52:32.266Z] ---> b3718262697a [2020-12-11T00:52:32.266Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:52:32.537Z] ---> Running in b55c7889677f [2020-12-11T00:52:32.537Z] ---> fc46bf6fe340 [2020-12-11T00:52:32.537Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-11T00:52:32.809Z] ---> 40d59b68a842 [2020-12-11T00:52:32.809Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-11T00:52:32.809Z] ---> Running in 6b61a5e9f478 [2020-12-11T00:52:33.082Z] Removing intermediate container b55c7889677f [2020-12-11T00:52:33.082Z] ---> feb38e09bcfd [2020-12-11T00:52:33.082Z] Step 22/24 : LABEL arch=arm64 [2020-12-11T00:52:33.355Z] ---> Running in ac5a2938dfed [2020-12-11T00:52:33.355Z] Removing intermediate container 6b61a5e9f478 [2020-12-11T00:52:33.355Z] ---> 5e5bfd49aeb6 [2020-12-11T00:52:33.355Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:52:33.954Z] ---> Running in 3e6fd8b2c88d [2020-12-11T00:52:33.954Z] ---> 3d2d7c87d00b [2020-12-11T00:52:33.954Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-11T00:52:34.226Z] ---> Running in fd0e46ab7fe1 [2020-12-11T00:52:34.227Z] Removing intermediate container ac5a2938dfed [2020-12-11T00:52:34.227Z] ---> ceee8dd5a17d [2020-12-11T00:52:34.227Z] Step 23/24 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:52:34.501Z] ---> Running in e69195758ce6 [2020-12-11T00:52:34.501Z] Removing intermediate container 3e6fd8b2c88d [2020-12-11T00:52:34.501Z] ---> 90ade307b33e [2020-12-11T00:52:34.501Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T00:52:34.774Z] ---> Running in b9296e8caeb2 [2020-12-11T00:52:35.046Z] Removing intermediate container e69195758ce6 [2020-12-11T00:52:35.046Z] ---> 57d351131997 [2020-12-11T00:52:35.046Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:52:35.323Z] ---> Running in 109667a07227 [2020-12-11T00:52:35.323Z] Removing intermediate container b9296e8caeb2 [2020-12-11T00:52:35.323Z] ---> 5e0ebb5ec0e3 [2020-12-11T00:52:35.323Z] Step 21/22 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:52:35.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:35.864Z] ---> Running in ba1903da650d [2020-12-11T00:52:35.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:35.864Z] Removing intermediate container 109667a07227 [2020-12-11T00:52:35.864Z] ---> 3f498239917b [2020-12-11T00:52:35.864Z] [2020-12-11T00:52:36.455Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-11T00:52:36.455Z] (2/33) Installing expat (2.2.9-r1) [2020-12-11T00:52:36.455Z] (3/33) Installing libffi (3.3-r2) [2020-12-11T00:52:36.455Z] Successfully built 3f498239917b [2020-12-11T00:52:36.455Z] (4/33) Installing gdbm (1.13-r1) [2020-12-11T00:52:36.455Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-11T00:52:36.455Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-11T00:52:36.455Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-11T00:52:36.455Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ba1903da650d [2020-12-11T00:52:36.455Z] ---> 9e0c8273578c [2020-12-11T00:52:36.455Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:52:36.455Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-11T00:52:36.727Z] ---> Running in ec4715cb5306 [2020-12-11T00:52:37.325Z] Removing intermediate container ec4715cb5306 [2020-12-11T00:52:37.325Z] ---> 6ebbc4835de2 [2020-12-11T00:52:37.325Z] [2020-12-11T00:52:37.922Z] Successfully built 6ebbc4835de2 [2020-12-11T00:52:37.922Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-11T00:52:38.195Z]  Building docker-core-command-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-11T00:52:38.195Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-11T00:52:38.195Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-11T00:52:38.465Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-11T00:52:38.465Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-11T00:52:38.465Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-11T00:52:38.465Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-11T00:52:38.465Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-11T00:52:38.465Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-11T00:52:38.465Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-11T00:52:38.736Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-11T00:52:38.736Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-11T00:52:38.736Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-11T00:52:38.736Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-11T00:52:38.736Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-11T00:52:38.736Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-11T00:52:38.736Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-11T00:52:38.736Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-11T00:52:38.736Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-11T00:52:39.008Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-11T00:52:39.008Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-11T00:52:39.008Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-11T00:52:39.008Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-11T00:52:39.008Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-11T00:52:39.008Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-11T00:52:39.008Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-11T00:52:39.333Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:52:39.333Z] OK: 71 MiB in 55 packages [2020-12-11T00:52:43.626Z] Removing intermediate container 7edaebc7b095 [2020-12-11T00:52:43.626Z] ---> 6f513b042101 [2020-12-11T00:52:43.626Z] [2020-12-11T00:52:43.626Z] Step 10/23 : FROM alpine [2020-12-11T00:52:43.626Z] ---> 2e77e061c27f [2020-12-11T00:52:43.626Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:52:43.626Z] ---> Running in b1c3c0edcb19 [2020-12-11T00:52:44.217Z] Removing intermediate container b1c3c0edcb19 [2020-12-11T00:52:44.217Z] ---> 6499ae4f2d3c [2020-12-11T00:52:44.217Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-11T00:52:44.491Z] ---> Running in a3691e1d30c2 [2020-12-11T00:52:44.764Z] Removing intermediate container fd0e46ab7fe1 [2020-12-11T00:52:44.764Z] ---> 802657033c4a [2020-12-11T00:52:44.764Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-11T00:52:45.039Z] Removing intermediate container a3691e1d30c2 [2020-12-11T00:52:45.039Z] ---> 790233f4d84b [2020-12-11T00:52:45.039Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-11T00:52:45.039Z] ---> Running in 348d15bcfd1d [2020-12-11T00:52:45.320Z] ---> Running in 1f88285af192 [2020-12-11T00:52:45.916Z] Removing intermediate container 1f88285af192 [2020-12-11T00:52:45.916Z] ---> bc748c64f1fc [2020-12-11T00:52:45.916Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:52:45.916Z] ---> Running in 92097b6b4451 [2020-12-11T00:52:48.537Z] Removing intermediate container 92097b6b4451 [2020-12-11T00:52:48.537Z] ---> ee094c9b3bbb [2020-12-11T00:52:48.537Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-11T00:52:48.537Z] ---> Running in f054209a4d5a [2020-12-11T00:52:49.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:50.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:51.077Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-11T00:52:51.077Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-11T00:52:51.077Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-11T00:52:51.077Z] Collecting docker-compose==1.23.2 [2020-12-11T00:52:51.350Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-11T00:52:51.350Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-11T00:52:51.624Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-11T00:52:51.624Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:52:51.624Z] OK: 8 MiB in 19 packages [2020-12-11T00:52:52.220Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-11T00:52:52.506Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-11T00:52:53.098Z] Removing intermediate container f054209a4d5a [2020-12-11T00:52:53.098Z] ---> aa0a0949d33c [2020-12-11T00:52:53.098Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-11T00:52:53.379Z] Collecting docker<4.0,>=3.6.0 [2020-12-11T00:52:53.379Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-11T00:52:53.649Z] ---> 145969341b6c [2020-12-11T00:52:53.649Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-11T00:52:54.259Z] Collecting docopt<0.7,>=0.6.1 [2020-12-11T00:52:54.259Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-11T00:52:55.239Z] ---> 9b5a98436b28 [2020-12-11T00:52:55.239Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-11T00:52:56.225Z] ---> 788be5fb0bba [2020-12-11T00:52:56.225Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-11T00:52:56.225Z] ---> Running in 6b199aad57aa [2020-12-11T00:52:56.830Z] Removing intermediate container 6b199aad57aa [2020-12-11T00:52:56.830Z] ---> 2d4a0aa41035 [2020-12-11T00:52:56.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:52:56.830Z] ---> Running in 6d1232a1c448 [2020-12-11T00:52:56.830Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-11T00:52:56.830Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-11T00:52:57.428Z] Removing intermediate container 6d1232a1c448 [2020-12-11T00:52:57.428Z] ---> 6b98d1238a9d [2020-12-11T00:52:57.428Z] Step 21/23 : LABEL arch=arm64 [2020-12-11T00:52:57.704Z] ---> Running in 6aa26d75e6e1 [2020-12-11T00:52:57.990Z] Removing intermediate container 6aa26d75e6e1 [2020-12-11T00:52:57.990Z] ---> 5087a157b7cc [2020-12-11T00:52:57.990Z] Step 22/23 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:52:58.264Z] ---> Running in c20df0f3730c [2020-12-11T00:52:58.861Z] Removing intermediate container c20df0f3730c [2020-12-11T00:52:58.861Z] ---> 837763c3d520 [2020-12-11T00:52:58.862Z] Step 23/23 : LABEL version=0.0.0 [2020-12-11T00:52:59.136Z] ---> Running in 51d411952c0d [2020-12-11T00:52:59.738Z] Removing intermediate container 51d411952c0d [2020-12-11T00:52:59.738Z] ---> c0d7c5cba25b [2020-12-11T00:52:59.738Z] [2020-12-11T00:53:00.011Z] Successfully built c0d7c5cba25b [2020-12-11T00:53:00.012Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-11T00:53:00.286Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2020-12-11T00:53:00.286Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-11T00:53:02.256Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-11T00:53:02.256Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-11T00:53:02.849Z] Collecting jsonschema<3,>=2.5.1 [2020-12-11T00:53:02.849Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-11T00:53:03.827Z] Collecting PyYAML<4,>=3.10 [2020-12-11T00:53:03.827Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-11T00:53:08.117Z] Collecting texttable<0.10,>=0.9.0 [2020-12-11T00:53:08.117Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-11T00:53:09.540Z] 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-11T00:53:09.813Z] Collecting docker-pycreds>=0.4.0 [2020-12-11T00:53:09.813Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-11T00:53:09.813Z] 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-11T00:53:10.086Z] Collecting idna<2.8,>=2.5 [2020-12-11T00:53:10.086Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-11T00:53:10.356Z] 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-11T00:53:11.329Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-11T00:53:11.329Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-11T00:53:11.329Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-11T00:53:11.329Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-11T00:53:11.329Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-11T00:53:11.329Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-11T00:53:12.760Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, cached-property, jsonschema, PyYAML, texttable, docker-compose [2020-12-11T00:53:12.760Z] Attempting uninstall: idna [2020-12-11T00:53:12.760Z] Found existing installation: idna 2.9 [2020-12-11T00:53:12.760Z] Uninstalling idna-2.9: [2020-12-11T00:53:13.032Z] Successfully uninstalled idna-2.9 [2020-12-11T00:53:14.006Z] Attempting uninstall: urllib3 [2020-12-11T00:53:14.006Z] Found existing installation: urllib3 1.25.9 [2020-12-11T00:53:14.006Z] Uninstalling urllib3-1.25.9: [2020-12-11T00:53:14.006Z] Successfully uninstalled urllib3-1.25.9 [2020-12-11T00:53:14.599Z] Attempting uninstall: requests [2020-12-11T00:53:14.599Z] Found existing installation: requests 2.23.0 [2020-12-11T00:53:14.599Z] Uninstalling requests-2.23.0: [2020-12-11T00:53:14.871Z] Successfully uninstalled requests-2.23.0 [2020-12-11T00:53:16.300Z] Running setup.py install for docopt: started [2020-12-11T00:53:18.912Z] Running setup.py install for docopt: finished with status 'done' [2020-12-11T00:53:18.912Z] Running setup.py install for dockerpty: started [2020-12-11T00:53:20.920Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-11T00:53:21.209Z] Running setup.py install for PyYAML: started [2020-12-11T00:53:23.834Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-11T00:53:23.834Z] Running setup.py install for texttable: started [2020-12-11T00:53:26.454Z] Running setup.py install for texttable: finished with status 'done' [2020-12-11T00:53:27.048Z] 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-11T00:53:31.353Z] Removing intermediate container 348d15bcfd1d [2020-12-11T00:53:31.353Z] ---> 359be45fa0cd [2020-12-11T00:53:31.353Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-11T00:53:31.353Z] ---> Running in a3e7a7158557 [2020-12-11T00:53:32.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:53:32.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:53:33.376Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:53:33.376Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-11T00:53:33.376Z] (3/3) Installing curl (7.69.1-r2) [2020-12-11T00:53:33.376Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:53:33.376Z] OK: 71 MiB in 58 packages [2020-12-11T00:53:34.812Z] Removing intermediate container a3e7a7158557 [2020-12-11T00:53:34.812Z] ---> 048b6e7f102c [2020-12-11T00:53:34.812Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-11T00:53:34.812Z] ---> Running in 1e6dbbe2cff6 [2020-12-11T00:53:35.404Z] Removing intermediate container 1e6dbbe2cff6 [2020-12-11T00:53:35.404Z] ---> 9c67c6c96518 [2020-12-11T00:53:35.404Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:53:35.404Z] ---> Running in c8dd1aa6c727 [2020-12-11T00:53:36.001Z] Removing intermediate container c8dd1aa6c727 [2020-12-11T00:53:36.001Z] ---> 61f624d704ee [2020-12-11T00:53:36.001Z] Step 25/27 : LABEL arch=arm64 [2020-12-11T00:53:36.001Z] ---> Running in a0260a7fab99 [2020-12-11T00:53:36.595Z] Removing intermediate container a0260a7fab99 [2020-12-11T00:53:36.595Z] ---> 97419fa2dcb8 [2020-12-11T00:53:36.595Z] Step 26/27 : LABEL git_sha=5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [2020-12-11T00:53:36.868Z] ---> Running in 592dc79e6529 [2020-12-11T00:53:37.147Z] Removing intermediate container 592dc79e6529 [2020-12-11T00:53:37.147Z] ---> 2d26e23c30fb [2020-12-11T00:53:37.147Z] Step 27/27 : LABEL version=0.0.0 [2020-12-11T00:53:37.423Z] ---> Running in 89ebcb54c863 [2020-12-11T00:53:38.015Z] Removing intermediate container 89ebcb54c863 [2020-12-11T00:53:38.015Z] ---> 220b692582fd [2020-12-11T00:53:38.015Z] [2020-12-11T00:53:38.286Z] Successfully built 220b692582fd [2020-12-11T00:53:38.286Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-11T00:53:38.901Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-11T00:53:39.089Z] $ docker stop --time=1 d71cd39fbf2f7d57efc441d56390113621c08528a0cd00723b21629921837929 [2020-12-11T00:53:41.110Z] $ docker rm -f d71cd39fbf2f7d57efc441d56390113621c08528a0cd00723b21629921837929 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T00:53:41.629Z] + + docker images [2020-12-11T00:53:41.629Z] grep docker [2020-12-11T00:53:41.900Z] docker-sys-mgmt-agent-go-arm64 latest 220b692582fd 4 seconds ago 300MB [2020-12-11T00:53:41.900Z] docker-core-data-go-arm64 latest c0d7c5cba25b 42 seconds ago 22.3MB [2020-12-11T00:53:41.900Z] docker-core-command-go-arm64 latest 6ebbc4835de2 About a minute ago 11.4MB [2020-12-11T00:53:41.900Z] docker-security-secretstore-setup-go-arm64 latest 3f498239917b About a minute ago 23.5MB [2020-12-11T00:53:41.900Z] docker-security-bootstrap-redis-go-arm64 latest c50fcb555161 About a minute ago 15.2MB [2020-12-11T00:53:41.900Z] docker-core-metadata-go-arm64 latest cd3265f1f2e1 5 minutes ago 13.6MB [2020-12-11T00:53:41.900Z] docker-support-notifications-go-arm64 latest 8625389c0fff 5 minutes ago 12.9MB [2020-12-11T00:53:41.900Z] docker-support-scheduler-go-arm64 latest 3062a0e53a07 5 minutes ago 11.5MB [2020-12-11T00:53:41.900Z] docker-security-secrets-setup-go-arm64 latest 2f4709602edd 5 minutes ago 22.7MB [2020-12-11T00:53:41.900Z] docker-security-proxy-setup-go-arm64 latest 06fe319d634c 5 minutes ago 23.4MB [2020-12-11T00:53:41.900Z] docker latest f31140561b03 9 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-11T00:53:43.834Z] provisioning config files... [2020-12-11T00:53:43.845Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config5470794228252295227tmp [Pipeline] { [Pipeline] sh [2020-12-11T00:53:44.226Z] + set +x [2020-12-11T00:53:44.226Z] + curl -s https://codecov.io/bash [2020-12-11T00:53:44.226Z] + bash -s -- [2020-12-11T00:53:44.488Z] [2020-12-11T00:53:44.488Z] _____ _ [2020-12-11T00:53:44.488Z] / ____| | | [2020-12-11T00:53:44.488Z] | | ___ __| | ___ ___ _____ __ [2020-12-11T00:53:44.488Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-11T00:53:44.488Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-11T00:53:44.488Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-11T00:53:44.488Z] Bash-20201130-cc6d3fe [2020-12-11T00:53:44.488Z] [2020-12-11T00:53:44.488Z] [2020-12-11T00:53:44.488Z] ==> Jenkins CI detected. [2020-12-11T00:53:44.488Z] project root: . [2020-12-11T00:53:44.488Z] --> token set from env [2020-12-11T00:53:44.751Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-11T00:53:44.751Z] ==> Running gcov in . (disable via -X gcov) [2020-12-11T00:53:44.751Z] ==> Python coveragepy not found [2020-12-11T00:53:44.751Z] ==> Searching for coverage reports in: [2020-12-11T00:53:44.751Z] + . [2020-12-11T00:53:44.751Z] -> Found 1 reports [2020-12-11T00:53:44.751Z] ==> Detecting git/mercurial file structure [2020-12-11T00:53:44.751Z] ==> Reading reports [2020-12-11T00:53:44.751Z] + ./coverage.out bytes=569562 [2020-12-11T00:53:44.751Z] ==> Appending adjustments [2020-12-11T00:53:44.751Z] https://docs.codecov.io/docs/fixing-reports [2020-12-11T00:53:48.057Z] + Found adjustments [2020-12-11T00:53:48.057Z] ==> Gzipping contents [2020-12-11T00:53:48.057Z] 88K /tmp/codecov.2bKDD5.gz [2020-12-11T00:53:48.057Z] ==> Uploading reports [2020-12-11T00:53:48.057Z] url: https://codecov.io [2020-12-11T00:53:48.057Z] query: branch=PR-2908&commit=5cb27e36eb413e8d02f52bdfba00ad3fcd742481&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-11T00:53:48.057Z] -> Pinging Codecov [2020-12-11T00:53:48.057Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=5cb27e36eb413e8d02f52bdfba00ad3fcd742481&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-11T00:53:48.630Z] -> Uploading to [2020-12-11T00:53:48.630Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-11/00271124DB129430A58F1EEE437C3FCB/5cb27e36eb413e8d02f52bdfba00ad3fcd742481/6f320085-acaf-4314-a514-cd79b45d7886.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201211T005348Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3615feb68e426aaa069e4f7a58f4197a2b333dcc652bf69fa0b347dab5dd302a [2020-12-11T00:53:48.630Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-11T00:53:48.630Z] Dload Upload Total Spent Left Speed [2020-12-11T00:53:49.203Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88020 0 0 100 88020 0 163k --:--:-- --:--:-- --:--:-- 163k 100 88020 0 0 100 88020 0 163k --:--:-- --:--:-- --:--:-- 163k [2020-12-11T00:53:49.203Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5cb27e36eb413e8d02f52bdfba00ad3fcd742481 [Pipeline] } [2020-12-11T00:53:49.212Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [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-11T00:53:51.546Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:53:52.423Z] ---> package-listing.sh [2020-12-11T00:53:52.423Z] ++ facter osfamily [2020-12-11T00:53:52.423Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-11T00:53:52.423Z] + OS_FAMILY=redhat [2020-12-11T00:53:52.423Z] + workspace=/w/workspace/edgex-go/13 [2020-12-11T00:53:52.423Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-11T00:53:52.423Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-11T00:53:52.423Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-11T00:53:52.423Z] + PACKAGES=/tmp/packages_start.txt [2020-12-11T00:53:52.423Z] + '[' /w/workspace/edgex-go/13 ']' [2020-12-11T00:53:52.423Z] + PACKAGES=/tmp/packages_end.txt [2020-12-11T00:53:52.423Z] + case "${OS_FAMILY}" in [2020-12-11T00:53:52.423Z] + rpm -qa [2020-12-11T00:53:52.423Z] + sort [2020-12-11T00:53:57.718Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-11T00:53:57.718Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-11T00:53:57.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-11T00:53:57.718Z] + '[' /w/workspace/edgex-go/13 ']' [2020-12-11T00:53:57.718Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2020-12-11T00:53:57.718Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2020-12-11T00:53:57.732Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-11T00:53:58.020Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:53:58.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T00:53:58.326Z] [2020-12-11T00:53:58.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:53:58.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T00:53:58.674Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-11T00:53:58.674Z] df20fa9351a1: Pulling fs layer [2020-12-11T00:53:58.674Z] 36b3adc4ff6f: Pulling fs layer [2020-12-11T00:53:58.674Z] 8ad3a11d3b57: Pulling fs layer [2020-12-11T00:53:58.674Z] 46f8f816bc3b: Pulling fs layer [2020-12-11T00:53:58.674Z] 93b61091891f: Pulling fs layer [2020-12-11T00:53:58.674Z] 93b9cdb0e59b: Pulling fs layer [2020-12-11T00:53:58.674Z] 5e14af77c1be: Pulling fs layer [2020-12-11T00:53:58.674Z] 01666e4c0597: Pulling fs layer [2020-12-11T00:53:58.674Z] aa168da1d23b: Pulling fs layer [2020-12-11T00:53:58.674Z] 46f8f816bc3b: Waiting [2020-12-11T00:53:58.674Z] 93b61091891f: Waiting [2020-12-11T00:53:58.674Z] 93b9cdb0e59b: Waiting [2020-12-11T00:53:58.674Z] 5e14af77c1be: Waiting [2020-12-11T00:53:58.674Z] 01666e4c0597: Waiting [2020-12-11T00:53:58.674Z] aa168da1d23b: Waiting [2020-12-11T00:53:58.674Z] 36b3adc4ff6f: Verifying Checksum [2020-12-11T00:53:58.674Z] 36b3adc4ff6f: Download complete [2020-12-11T00:53:58.674Z] 46f8f816bc3b: Verifying Checksum [2020-12-11T00:53:58.674Z] 46f8f816bc3b: Download complete [2020-12-11T00:53:58.674Z] df20fa9351a1: Verifying Checksum [2020-12-11T00:53:58.674Z] df20fa9351a1: Download complete [2020-12-11T00:53:58.939Z] 93b9cdb0e59b: Verifying Checksum [2020-12-11T00:53:58.939Z] 93b9cdb0e59b: Download complete [2020-12-11T00:53:58.939Z] 93b61091891f: Download complete [2020-12-11T00:53:58.939Z] 5e14af77c1be: Verifying Checksum [2020-12-11T00:53:58.939Z] 5e14af77c1be: Download complete [2020-12-11T00:53:58.939Z] 01666e4c0597: Download complete [2020-12-11T00:53:58.939Z] 8ad3a11d3b57: Verifying Checksum [2020-12-11T00:53:58.939Z] 8ad3a11d3b57: Download complete [2020-12-11T00:53:59.200Z] df20fa9351a1: Pull complete [2020-12-11T00:53:59.465Z] 36b3adc4ff6f: Pull complete [2020-12-11T00:54:00.038Z] 8ad3a11d3b57: Pull complete [2020-12-11T00:54:00.303Z] 46f8f816bc3b: Pull complete [2020-12-11T00:54:01.260Z] aa168da1d23b: Verifying Checksum [2020-12-11T00:54:01.260Z] aa168da1d23b: Download complete [2020-12-11T00:54:02.656Z] 93b61091891f: Pull complete [2020-12-11T00:54:02.656Z] 93b9cdb0e59b: Pull complete [2020-12-11T00:54:02.656Z] 5e14af77c1be: Pull complete [2020-12-11T00:54:02.923Z] 01666e4c0597: Pull complete [2020-12-11T00:54:11.135Z] aa168da1d23b: Pull complete [2020-12-11T00:54:11.135Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-11T00:54:11.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T00:54:11.135Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-11T00:54:11.326Z] prd-centos7-docker-4c-2g-15515 does not seem to be running inside a container [2020-12-11T00:54:11.364Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-11T00:54:18.627Z] $ docker top bcea4c921f3c944d7f4f07b75dedaedad42323efd11dd6ad11a3fbb2b2cba3d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:54:19.223Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-11T00:54:19.527Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-11T00:54:19.828Z] + ls /var/log/sa-host [2020-12-11T00:54:19.828Z] + sadf -c /var/log/sa-host/sa11 [2020-12-11T00:54:19.828Z] file_magic: OK [2020-12-11T00:54:19.828Z] HZ: Using current value: 100 [2020-12-11T00:54:19.828Z] file_header: OK [2020-12-11T00:54:19.828Z] 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-11T00:54:19.828Z] Statistics: [2020-12-11T00:54:19.828Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-11T00:54:19.828Z] File successfully converted to sysstat format version 12.2.1 [2020-12-11T00:54:19.828Z] + sadf -c /var/log/sa-host/sa23 [2020-12-11T00:54:19.828Z] file_magic: OK [2020-12-11T00:54:19.828Z] HZ: Using current value: 100 [2020-12-11T00:54:19.828Z] file_header: OK [2020-12-11T00:54:19.828Z] 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-11T00:54:19.828Z] Statistics: [2020-12-11T00:54:19.828Z] Hnuu...uuuununununu... [2020-12-11T00:54:19.828Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-11T00:54:20.027Z] provisioning config files... [2020-12-11T00:54:20.040Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config8810692929941821887tmp [Pipeline] { [Pipeline] echo [2020-12-11T00:54:20.232Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:54:20.525Z] ---> create-netrc.sh [Pipeline] } [2020-12-11T00:54:20.534Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-11T00:54:20.626Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:54:20.989Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-11T00:54:21.078Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:54:21.397Z] ---> sudo-logs.sh [2020-12-11T00:54:21.397Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-11T00:54:21.408Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:54:21.707Z] ---> job-cost.sh [2020-12-11T00:54:21.707Z] lf-activate-venv: SKIPPING [2020-12-11T00:54:21.707Z] INFO: No Stack... [2020-12-11T00:54:22.651Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-11T00:54:22.912Z] INFO: Archiving Costs [Pipeline] echo [2020-12-11T00:54:22.930Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:54:23.228Z] ---> logs-deploy.sh [2020-12-11T00:54:23.228Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/13 [2020-12-11T00:54:23.228Z] INFO: archiving workspace using pattern(s): [2020-12-11T00:54:25.144Z] Archives upload complete. [2020-12-11T00:54:25.144Z] INFO: archiving logs to Nexus