Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f45820c759195af053ef8c95cf26484da39a40fc+57027b830a506e4aebc0dcaa3e3cd565868e69a4 (d733ab046f906e3b6d59f70a47bb520740a78254) 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-16208 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 Merge succeeded, producing 9de74e28842b0d181f1712cd781cae03bb1b8cd8 Checking out Revision 9de74e28842b0d181f1712cd781cae03bb1b8cd8 (PR-2908) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9de74e28842b0d181f1712cd781cae03bb1b8cd8 # timeout=10 Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" > git rev-list --no-walk f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T00:31:40.012Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T00:31:40.330Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T00:31:40.452Z] ========================================================= [2020-12-16T00:31:40.452Z] EdgeX Global Pipelines Version Info [2020-12-16T00:31:40.452Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:31:42.631Z] ------------------- [2020-12-16T00:31:42.631Z] stable info: [2020-12-16T00:31:42.631Z] ------------------- [2020-12-16T00:31:42.631Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T00:31:42.631Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T00:31:42.631Z] Message: update stable to v1.0.172 [2020-12-16T00:31:43.625Z] ------------------- [2020-12-16T00:31:43.625Z] experimental info: [2020-12-16T00:31:43.625Z] ------------------- [2020-12-16T00:31:43.625Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T00:31:43.625Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T00:31:43.625Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T00:31:43.970Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T00:31:44.062Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T00:31:44.159Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T00:31:44.251Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T00:31:44.342Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T00:31:44.427Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T00:31:44.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T00:31:44.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T00:31:44.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T00:31:44.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T00:31:44.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T00:31:45.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T00:31:45.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T00:31:45.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T00:31:45.319Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T00:31:45.413Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T00:31:45.498Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T00:31:45.586Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T00:31:45.676Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T00:31:45.794Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T00:31:45.882Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T00:31:45.980Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T00:31:46.125Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-16T00:31:46.234Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-16T00:31:46.322Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-16T00:31:46.401Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9de74e28842b0d181f1712cd781cae03bb1b8cd8 [Pipeline] echo [2020-12-16T00:31:46.480Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9de74e2 [Pipeline] echo [2020-12-16T00:31:46.558Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T00:31:46.721Z] provisioning config files... [2020-12-16T00:31:46.760Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config2051073020837115726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:31:47.199Z] ---> docker-login.sh [2020-12-16T00:31:47.199Z] nexus3.edgexfoundry.org:10001 [2020-12-16T00:31:47.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:31:47.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:31:47.780Z] Configure a credential helper to remove this warning. See [2020-12-16T00:31:47.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:31:47.780Z] [2020-12-16T00:31:47.780Z] Login Succeeded [2020-12-16T00:31:47.780Z] nexus3.edgexfoundry.org:10002 [2020-12-16T00:31:48.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:31:48.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:31:48.072Z] Configure a credential helper to remove this warning. See [2020-12-16T00:31:48.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:31:48.072Z] [2020-12-16T00:31:48.072Z] Login Succeeded [2020-12-16T00:31:48.072Z] nexus3.edgexfoundry.org:10003 [2020-12-16T00:31:48.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:31:48.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:31:48.465Z] Configure a credential helper to remove this warning. See [2020-12-16T00:31:48.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:31:48.465Z] [2020-12-16T00:31:48.465Z] Login Succeeded [2020-12-16T00:31:48.465Z] nexus3.edgexfoundry.org:10004 [2020-12-16T00:31:49.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:31:49.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:31:49.411Z] Configure a credential helper to remove this warning. See [2020-12-16T00:31:49.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:31:49.411Z] [2020-12-16T00:31:49.411Z] Login Succeeded [2020-12-16T00:31:49.411Z] docker.io [2020-12-16T00:31:49.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:31:50.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:31:50.022Z] Configure a credential helper to remove this warning. See [2020-12-16T00:31:50.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:31:50.022Z] [2020-12-16T00:31:50.022Z] Login Succeeded [2020-12-16T00:31:50.022Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T00:31:50.034Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T00:31:50.598Z] ++ 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-16T00:31:50.598Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.598Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T00:31:50.598Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.598Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T00:31:50.598Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.598Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T00:31:50.598Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.598Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T00:31:50.598Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.598Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T00:31:50.598Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.598Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T00:31:50.598Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.598Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T00:31:50.599Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.599Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T00:31:50.599Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.599Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T00:31:50.599Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.599Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T00:31:50.599Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.599Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-16T00:31:50.599Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.599Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-16T00:31:50.599Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.599Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T00:31:50.599Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.599Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T00:31:50.599Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.599Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T00:31:50.599Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.599Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T00:31:50.599Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.599Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T00:31:50.599Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.599Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T00:31:50.599Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T00:31:50.599Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T00:31:50.599Z] ++ cut -d/ -f2 [2020-12-16T00:31:50.599Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T00:31:50.693Z] 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-16T00:31:51.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T00:31:51.844Z] [2020-12-16T00:31:51.844Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:31:52.222Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T00:31:52.222Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T00:31:52.222Z] 31603596830f: Pulling fs layer [2020-12-16T00:31:52.222Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T00:31:52.222Z] 6ca5941a6612: Pulling fs layer [2020-12-16T00:31:52.223Z] ecc8261a40a4: Pulling fs layer [2020-12-16T00:31:52.223Z] ecc8261a40a4: Waiting [2020-12-16T00:31:52.223Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T00:31:52.223Z] 2a8b12db71e7: Download complete [2020-12-16T00:31:52.524Z] 31603596830f: Verifying Checksum [2020-12-16T00:31:52.524Z] 31603596830f: Download complete [2020-12-16T00:31:52.824Z] ecc8261a40a4: Verifying Checksum [2020-12-16T00:31:52.824Z] ecc8261a40a4: Download complete [2020-12-16T00:31:53.113Z] 6ca5941a6612: Verifying Checksum [2020-12-16T00:31:53.113Z] 6ca5941a6612: Download complete [2020-12-16T00:31:53.113Z] 31603596830f: Pull complete [2020-12-16T00:31:53.410Z] 2a8b12db71e7: Pull complete [2020-12-16T00:31:55.402Z] 6ca5941a6612: Pull complete [2020-12-16T00:31:55.666Z] ecc8261a40a4: Pull complete [2020-12-16T00:31:55.666Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T00:31:55.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T00:31:55.666Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T00:31:55.807Z] prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container [2020-12-16T00:31:55.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-16T00:31:58.774Z] $ docker top d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T00:31:59.130Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T00:31:59.130Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T00:31:59.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T00:31:59.642Z] $ docker exec d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent [2020-12-16T00:32:00.038Z] SSH_AUTH_SOCK=/tmp/ssh-sZKL5GmvzqMA/agent.11 [2020-12-16T00:32:00.038Z] SSH_AGENT_PID=16 [2020-12-16T00:32:00.059Z] Running ssh-add (command line suppressed) [2020-12-16T00:32:00.272Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_8350093222500606322.key (/w/workspace/edgex-go/18@tmp/private_key_8350093222500606322.key) [2020-12-16T00:32:00.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T00:32:01.128Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T00:32:01.165Z] $ docker exec --env ******** --env ******** d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent -k [2020-12-16T00:32:01.462Z] unset SSH_AUTH_SOCK; [2020-12-16T00:32:01.463Z] unset SSH_AGENT_PID; [2020-12-16T00:32:01.463Z] echo Agent pid 16 killed; [2020-12-16T00:32:01.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T00:32:01.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T00:32:01.674Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T00:32:01.924Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T00:32:01.930Z] $ docker exec d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent [2020-12-16T00:32:02.272Z] SSH_AUTH_SOCK=/tmp/ssh-HsSBbVHMb9Xv/agent.47 [2020-12-16T00:32:02.272Z] SSH_AGENT_PID=52 [2020-12-16T00:32:02.285Z] Running ssh-add (command line suppressed) [2020-12-16T00:32:02.567Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_5541587277873339583.key (/w/workspace/edgex-go/18@tmp/private_key_5541587277873339583.key) [2020-12-16T00:32:02.658Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T00:32:03.095Z] + git semver init [2020-12-16T00:32:03.095Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T00:32:03.095Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2020-12-16T00:32:03.095Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2020-12-16T00:32:03.095Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T00:32:03.095Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T00:32:03.095Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T00:32:03.095Z] # $SEMVER_BRANCH = PR-2908 [2020-12-16T00:32:03.095Z] # $SEMVER_TEMP = /tmp/semver-871733532 [2020-12-16T00:32:03.095Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T00:32:50.428Z] # '/tmp/semver-871733532' -> '/w/workspace/edgex-go/18/.semver' [2020-12-16T00:32:50.428Z] # -> Force: false [2020-12-16T00:32:50.428Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2020-12-16T00:32:50.462Z] $ docker exec --env ******** --env ******** d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent -k [2020-12-16T00:32:50.881Z] unset SSH_AUTH_SOCK; [2020-12-16T00:32:50.881Z] unset SSH_AGENT_PID; [2020-12-16T00:32:50.881Z] echo Agent pid 52 killed; [2020-12-16T00:32:51.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T00:32:51.542Z] + git semver [Pipeline] } [2020-12-16T00:32:51.566Z] $ docker stop --time=1 d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 [2020-12-16T00:32:53.315Z] $ docker rm -f d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T00:32:53.978Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T00:32:54.802Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T00:32:54.805Z] [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-16T00:32:55.768Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:32:56.176Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:32:56.510Z] + sudo service docker restart [2020-12-16T00:32:56.510Z] + true [2020-12-16T00:32:56.510Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T00:32:57.486Z] ========================================================= [2020-12-16T00:32:57.486Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T00:32:57.486Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:32:57.861Z] + 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-16T00:33:04.711Z] Sending build context to Docker daemon 326.5MB [2020-12-16T00:33:04.711Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T00:33:04.711Z] Step 2/7 : FROM ${BASE} [2020-12-16T00:33:04.711Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T00:33:04.711Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T00:33:04.711Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T00:33:04.711Z] de9db76c5a1d: Pulling fs layer [2020-12-16T00:33:04.711Z] bca2f99d35d6: Pulling fs layer [2020-12-16T00:33:04.711Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T00:33:04.711Z] 7c6f9722023f: Pulling fs layer [2020-12-16T00:33:04.711Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T00:33:04.711Z] bca2f99d35d6: Waiting [2020-12-16T00:33:04.711Z] 93359f2a8cfa: Waiting [2020-12-16T00:33:04.711Z] 7c6f9722023f: Waiting [2020-12-16T00:33:04.711Z] a35cf1a2eb13: Waiting [2020-12-16T00:33:04.711Z] de9db76c5a1d: Download complete [2020-12-16T00:33:04.711Z] 0ef7d3d256c8: Verifying Checksum [2020-12-16T00:33:04.711Z] 0ef7d3d256c8: Download complete [2020-12-16T00:33:04.711Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T00:33:04.711Z] 93359f2a8cfa: Download complete [2020-12-16T00:33:04.986Z] 7c6f9722023f: Verifying Checksum [2020-12-16T00:33:04.986Z] 7c6f9722023f: Download complete [2020-12-16T00:33:05.331Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T00:33:05.331Z] 188c0c94c7c5: Download complete [2020-12-16T00:33:06.403Z] 188c0c94c7c5: Pull complete [2020-12-16T00:33:07.404Z] 0ef7d3d256c8: Pull complete [2020-12-16T00:33:07.404Z] de9db76c5a1d: Pull complete [2020-12-16T00:33:10.179Z] Still waiting to schedule task [2020-12-16T00:33:10.179Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-16T00:33:10.971Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T00:33:10.971Z] a35cf1a2eb13: Download complete [2020-12-16T00:33:10.971Z] bca2f99d35d6: Verifying Checksum [2020-12-16T00:33:10.971Z] bca2f99d35d6: Download complete [2020-12-16T00:33:21.253Z] bca2f99d35d6: Pull complete [2020-12-16T00:33:21.541Z] 93359f2a8cfa: Pull complete [2020-12-16T00:33:21.832Z] 7c6f9722023f: Pull complete [2020-12-16T00:33:29.069Z] a35cf1a2eb13: Pull complete [2020-12-16T00:33:29.069Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T00:33:29.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T00:33:29.069Z] ---> a62c8e92a672 [2020-12-16T00:33:29.069Z] 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-16T00:33:29.069Z] ---> Running in f5427ac901ff [2020-12-16T00:33:29.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:33:30.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:33:31.504Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T00:33:31.773Z] (2/12) Installing file (5.38-r0) [2020-12-16T00:33:32.039Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T00:33:32.039Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T00:33:37.504Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T00:33:37.504Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T00:33:37.504Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T00:33:37.504Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T00:33:37.504Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T00:33:37.504Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T00:33:37.504Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T00:33:37.504Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T00:33:37.504Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:33:37.504Z] OK: 233 MiB in 51 packages [2020-12-16T00:33:41.967Z] Removing intermediate container f5427ac901ff [2020-12-16T00:33:41.967Z] ---> 2956c5493be0 [2020-12-16T00:33:41.967Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T00:33:41.967Z] ---> Running in af0ad999879a [2020-12-16T00:33:41.967Z] Removing intermediate container af0ad999879a [2020-12-16T00:33:41.967Z] ---> 35a1de6888f2 [2020-12-16T00:33:41.967Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T00:33:42.581Z] latest: Pulling from library/docker [2020-12-16T00:33:42.898Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T00:33:42.898Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T00:33:42.898Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T00:33:42.898Z] a3104fdc50d0: Pulling fs layer [2020-12-16T00:33:42.898Z] a8e67d69e12c: Pulling fs layer [2020-12-16T00:33:42.898Z] a3104fdc50d0: Waiting [2020-12-16T00:33:42.898Z] a8e67d69e12c: Waiting [2020-12-16T00:33:42.898Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T00:33:42.898Z] fc74c0d5b799: Pulling fs layer [2020-12-16T00:33:42.898Z] 1ede2b221ee4: Waiting [2020-12-16T00:33:42.898Z] fc74c0d5b799: Waiting [2020-12-16T00:33:42.898Z] 292df0bc6bf3: Verifying Checksum [2020-12-16T00:33:42.898Z] 292df0bc6bf3: Download complete [2020-12-16T00:33:43.234Z] 6db28d0fdbf6: Verifying Checksum [2020-12-16T00:33:43.234Z] 6db28d0fdbf6: Download complete [2020-12-16T00:33:43.234Z] 05e7bc50f07f: Verifying Checksum [2020-12-16T00:33:43.234Z] 05e7bc50f07f: Download complete [2020-12-16T00:33:43.234Z] a8e67d69e12c: Verifying Checksum [2020-12-16T00:33:43.234Z] a8e67d69e12c: Download complete [2020-12-16T00:33:43.234Z] 1ede2b221ee4: Verifying Checksum [2020-12-16T00:33:43.234Z] 1ede2b221ee4: Download complete [2020-12-16T00:33:43.558Z] fc74c0d5b799: Verifying Checksum [2020-12-16T00:33:43.558Z] fc74c0d5b799: Download complete [2020-12-16T00:33:43.867Z] 05e7bc50f07f: Pull complete [2020-12-16T00:33:44.521Z] 6db28d0fdbf6: Pull complete [2020-12-16T00:33:44.801Z] 292df0bc6bf3: Pull complete [2020-12-16T00:33:44.801Z] a3104fdc50d0: Verifying Checksum [2020-12-16T00:33:44.801Z] a3104fdc50d0: Download complete [2020-12-16T00:33:50.335Z] a3104fdc50d0: Pull complete [2020-12-16T00:33:50.335Z] a8e67d69e12c: Pull complete [2020-12-16T00:33:50.335Z] 1ede2b221ee4: Pull complete [2020-12-16T00:33:50.335Z] fc74c0d5b799: Pull complete [2020-12-16T00:33:50.335Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T00:33:50.335Z] Status: Downloaded newer image for docker:latest [2020-12-16T00:33:53.025Z] ---> f8da08a4e3af [2020-12-16T00:33:53.025Z] Step 6/7 : COPY go.mod . [2020-12-16T00:33:53.025Z] ---> dc96801cd292 [2020-12-16T00:33:53.025Z] Step 7/7 : RUN go mod download [2020-12-16T00:33:53.025Z] ---> Running in 8946861c7928 [2020-12-16T00:34:20.208Z] Removing intermediate container 8946861c7928 [2020-12-16T00:34:20.208Z] ---> 739f5760d20a [2020-12-16T00:34:20.491Z] Successfully built 739f5760d20a [2020-12-16T00:34:20.764Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:34:21.167Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T00:34:21.167Z] . [Pipeline] withDockerContainer [2020-12-16T00:34:21.399Z] prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container [2020-12-16T00:34:21.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-16T00:34:22.818Z] $ docker top 90882e5401555d2bd35b92caf1faa3605d10695ef7383d89f79142c4f0d0d587 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T00:34:23.893Z] + go version [2020-12-16T00:34:23.893Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T00:34:23.992Z] $ docker stop --time=1 90882e5401555d2bd35b92caf1faa3605d10695ef7383d89f79142c4f0d0d587 [2020-12-16T00:34:25.904Z] $ docker rm -f 90882e5401555d2bd35b92caf1faa3605d10695ef7383d89f79142c4f0d0d587 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:34:26.835Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T00:34:26.836Z] . [Pipeline] withDockerContainer [2020-12-16T00:34:27.009Z] prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container [2020-12-16T00:34:27.078Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-16T00:34:28.413Z] $ docker top 5607892b32da052f06f2d044adec29ae5eafe9c43f5fc58dc87de486ddf4bfb2 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T00:34:28.814Z] ========================================================= [2020-12-16T00:34:28.814Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T00:34:28.814Z] ========================================================= [Pipeline] sh [2020-12-16T00:34:29.172Z] + make test [2020-12-16T00:34:29.172Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T00:34:48.561Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T00:35:16.030Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T00:35:26.840Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T00:35:29.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T00:35:29.076Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T00:35:29.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T00:35:29.681Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T00:35:30.389Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T00:35:34.037Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.080s [2020-12-16T00:35:34.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T00:35:34.318Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T00:35:35.344Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T00:35:35.344Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T00:35:35.344Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T00:35:35.344Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T00:35:41.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.6% of statements [2020-12-16T00:35:41.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T00:35:41.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T00:35:41.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T00:35:41.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T00:35:41.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T00:35:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.446s coverage: 27.1% of statements [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T00:35:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T00:35:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T00:35:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.209s coverage: 70.5% of statements [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T00:35:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T00:35:46.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.652s coverage: 83.7% of statements [2020-12-16T00:35:46.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T00:35:46.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:35:46.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T00:35:46.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T00:35:49.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.715s coverage: 28.6% of statements [2020-12-16T00:35:49.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T00:35:49.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T00:35:49.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T00:35:49.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T00:35:49.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T00:35:49.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.124s coverage: 100.0% of statements [2020-12-16T00:35:49.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T00:35:49.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2020-12-16T00:35:49.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T00:35:50.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements [2020-12-16T00:35:50.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T00:35:51.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.213s coverage: 97.5% of statements [2020-12-16T00:35:51.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T00:35:51.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements [2020-12-16T00:35:51.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T00:35:51.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T00:35:51.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T00:35:51.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T00:35:55.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.696s coverage: 93.8% of statements [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T00:35:55.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.101s coverage: 58.8% of statements [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T00:35:55.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.110s coverage: 0.1% of statements [2020-12-16T00:35:55.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T00:35:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T00:35:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T00:35:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T00:35:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2020-12-16T00:35:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T00:35:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2020-12-16T00:35:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T00:35:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2020-12-16T00:35:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.154s coverage: 87.2% of statements [2020-12-16T00:35:55.964Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.206s coverage: 84.2% of statements [2020-12-16T00:35:56.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.348s coverage: 91.4% of statements [2020-12-16T00:35:56.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T00:35:58.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.412s coverage: 63.5% of statements [2020-12-16T00:35:58.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T00:35:58.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T00:35:58.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2020-12-16T00:35:58.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2020-12-16T00:35:58.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-12-16T00:35:58.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements [2020-12-16T00:35:59.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2020-12-16T00:36:02.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.776s coverage: 55.9% of statements [2020-12-16T00:36:02.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T00:36:02.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T00:36:02.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T00:36:02.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T00:36:02.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T00:36:02.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.845s coverage: 86.3% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.133s coverage: 72.2% of statements [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.789s coverage: 72.1% of statements [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.056s coverage: 82.4% of statements [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.149s coverage: 48.4% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.158s coverage: 28.8% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.310s coverage: 37.0% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.647s coverage: 84.0% of statements [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.165s coverage: 47.1% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.102s coverage: 100.0% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T00:36:15.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2020-12-16T00:36:15.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T00:36:17.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.255s coverage: 29.1% of statements [2020-12-16T00:36:17.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T00:36:17.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T00:36:17.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T00:36:17.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T00:36:17.866Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T00:36:17.866Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T00:36:17.866Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T00:36:17.866Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T00:36:17.866Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T00:36:17.866Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T00:36:18.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.095s coverage: 100.0% of statements [2020-12-16T00:36:19.283Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2020-12-16T00:36:19.283Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2020-12-16T00:36:19.872Z] GO111MODULE=on go vet ./... [2020-12-16T00:36:26.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16216 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-16T00:36:26.753Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2020-12-16T00:36:32.045Z] using credential edgex-jenkins-ssh [2020-12-16T00:36:32.109Z] Cloning the remote Git repository [2020-12-16T00:36:32.150Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:36:32.261Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2020-12-16T00:36:32.340Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:36:32.341Z] > git --version # timeout=10 [2020-12-16T00:36:32.362Z] > git --version # 'git version 2.17.1' [2020-12-16T00:36:32.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:36:32.420Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:36:50.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:36:50.666Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:36:50.704Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:36:50.741Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:36:50.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:36:50.753Z] > 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-16T00:36:51.418Z] Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc [2020-12-16T00:36:52.117Z] Merge succeeded, producing 44af47fa19f2f1b50e1259fce6178d93b74cc923 [2020-12-16T00:36:52.118Z] Checking out Revision 44af47fa19f2f1b50e1259fce6178d93b74cc923 (PR-2908) [2020-12-16T00:36:51.434Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:36:51.450Z] > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [2020-12-16T00:36:51.781Z] > git remote # timeout=10 [2020-12-16T00:36:51.802Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T00:36:51.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:36:51.827Z] > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [2020-12-16T00:36:52.098Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T00:36:52.120Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:36:52.137Z] > git checkout -f 44af47fa19f2f1b50e1259fce6178d93b74cc923 # timeout=10 [2020-12-16T00:36:56.466Z] Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" [2020-12-16T00:36:56.471Z] > git rev-list --no-walk f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T00:36:58.134Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:36:58.559Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T00:36:58.909Z] + sudo service docker restart [2020-12-16T00:36:58.909Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T00:37:01.028Z] provisioning config files... [2020-12-16T00:37:01.090Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4920870040767522737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:37:01.537Z] ---> docker-login.sh [2020-12-16T00:37:01.537Z] nexus3.edgexfoundry.org:10001 [2020-12-16T00:37:02.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:37:02.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:37:02.815Z] Configure a credential helper to remove this warning. See [2020-12-16T00:37:02.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:37:02.815Z] [2020-12-16T00:37:02.815Z] Login Succeeded [2020-12-16T00:37:02.815Z] nexus3.edgexfoundry.org:10002 [2020-12-16T00:37:03.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:37:03.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:37:03.374Z] Configure a credential helper to remove this warning. See [2020-12-16T00:37:03.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:37:03.374Z] [2020-12-16T00:37:03.374Z] Login Succeeded [2020-12-16T00:37:03.374Z] nexus3.edgexfoundry.org:10003 [2020-12-16T00:37:03.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:37:03.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:37:03.991Z] Configure a credential helper to remove this warning. See [2020-12-16T00:37:03.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:37:03.991Z] [2020-12-16T00:37:03.991Z] Login Succeeded [2020-12-16T00:37:03.991Z] nexus3.edgexfoundry.org:10004 [2020-12-16T00:37:04.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:37:04.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:37:04.590Z] Configure a credential helper to remove this warning. See [2020-12-16T00:37:04.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:37:04.590Z] [2020-12-16T00:37:04.590Z] Login Succeeded [2020-12-16T00:37:04.590Z] docker.io [2020-12-16T00:37:04.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T00:37:05.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T00:37:05.459Z] Configure a credential helper to remove this warning. See [2020-12-16T00:37:05.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T00:37:05.459Z] [2020-12-16T00:37:05.459Z] Login Succeeded [2020-12-16T00:37:05.459Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T00:37:05.479Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T00:37:05.931Z] ========================================================= [2020-12-16T00:37:05.931Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T00:37:05.931Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:37:06.329Z] + 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-16T00:37:09.026Z] Sending build context to Docker daemon 165.7MB [2020-12-16T00:37:09.026Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T00:37:09.026Z] Step 2/7 : FROM ${BASE} [2020-12-16T00:37:09.026Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T00:37:09.026Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T00:37:09.026Z] a4357932f1b6: Pulling fs layer [2020-12-16T00:37:09.026Z] 18c013af1878: Pulling fs layer [2020-12-16T00:37:09.026Z] 00ac8860ef70: Pulling fs layer [2020-12-16T00:37:09.026Z] 63d7cb157983: Pulling fs layer [2020-12-16T00:37:09.026Z] b116817d02f9: Pulling fs layer [2020-12-16T00:37:09.026Z] 745a02a5169b: Pulling fs layer [2020-12-16T00:37:09.026Z] 00ac8860ef70: Waiting [2020-12-16T00:37:09.026Z] 63d7cb157983: Waiting [2020-12-16T00:37:09.026Z] b116817d02f9: Waiting [2020-12-16T00:37:09.026Z] 745a02a5169b: Waiting [2020-12-16T00:37:09.026Z] 18c013af1878: Verifying Checksum [2020-12-16T00:37:09.026Z] 18c013af1878: Download complete [2020-12-16T00:37:09.026Z] a4357932f1b6: Verifying Checksum [2020-12-16T00:37:09.026Z] 63d7cb157983: Download complete [2020-12-16T00:37:09.026Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T00:37:09.026Z] 5f621e34cdf4: Download complete [2020-12-16T00:37:09.026Z] b116817d02f9: Verifying Checksum [2020-12-16T00:37:09.026Z] b116817d02f9: Download complete [2020-12-16T00:37:09.637Z] 5f621e34cdf4: Pull complete [2020-12-16T00:37:10.242Z] a4357932f1b6: Pull complete [2020-12-16T00:37:10.846Z] 18c013af1878: Pull complete [2020-12-16T00:37:11.460Z] 745a02a5169b: Verifying Checksum [2020-12-16T00:37:11.460Z] 745a02a5169b: Download complete [2020-12-16T00:37:12.478Z] 00ac8860ef70: Download complete [2020-12-16T00:37:17.086Z] gofmt -l . [2020-12-16T00:37:17.086Z] [ "`gofmt -l .`" = "" ] [2020-12-16T00:37:17.086Z] ./bin/test-go-mod-tidy.sh [2020-12-16T00:37:17.086Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T00:37:17.762Z] + ls -al . [2020-12-16T00:37:17.763Z] total 664 [2020-12-16T00:37:17.763Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 00:37 . [2020-12-16T00:37:17.763Z] drwxr-xr-x 4 root root 30 Dec 16 00:34 .. [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 00:31 .dockerignore [2020-12-16T00:37:17.763Z] drwxrwxr-x 8 1001 1001 179 Dec 16 00:31 .git [2020-12-16T00:37:17.763Z] drwxrwxr-x 3 1001 1001 125 Dec 16 00:31 .github [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 00:31 .gitignore [2020-12-16T00:37:17.763Z] drwx------ 3 1001 1001 47 Dec 16 00:32 .semver [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 00:31 .sonarcloud.properties [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:31 CONTRIBUTING.md [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:31 Dockerfile.build [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 00:31 Jenkinsfile [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:31 LICENSE [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 00:31 Makefile [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 6447 Dec 16 00:31 README.md [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 00:31 SECURITY.md [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 00:32 VERSION [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:31 ZMQWindows.md [2020-12-16T00:37:17.763Z] drwxrwxr-x 2 1001 1001 117 Dec 16 00:31 bin [2020-12-16T00:37:17.763Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 00:31 cmd [2020-12-16T00:37:17.763Z] -rw-r--r-- 1 root root 568194 Dec 16 00:36 coverage.out [2020-12-16T00:37:17.763Z] -rw-r--r-- 1 root root 1041 Dec 16 00:37 go.mod [2020-12-16T00:37:17.763Z] -rw-r--r-- 1 root root 18746 Dec 16 00:37 go.sum [2020-12-16T00:37:17.763Z] drwxrwxr-x 8 1001 1001 127 Dec 16 00:31 internal [2020-12-16T00:37:17.763Z] drwxrwxr-x 4 1001 1001 26 Dec 16 00:31 openapi [2020-12-16T00:37:17.763Z] drwxrwxr-x 4 1001 1001 71 Dec 16 00:31 snap [2020-12-16T00:37:17.763Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 00:31 version.go [Pipeline] sh [2020-12-16T00:37:18.219Z] + '[' -e coverage.out ] [2020-12-16T00:37:18.220Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T00:37:18.710Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T00:37:19.387Z] + make build [2020-12-16T00:37:19.387Z] 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-16T00:37:22.670Z] 00ac8860ef70: Pull complete [2020-12-16T00:37:22.670Z] 63d7cb157983: Pull complete [2020-12-16T00:37:23.269Z] b116817d02f9: Pull complete [2020-12-16T00:37:26.301Z] 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-16T00:37:26.664Z] 745a02a5169b: Pull complete [2020-12-16T00:37:26.664Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T00:37:26.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T00:37:26.664Z] ---> b7e6874047d6 [2020-12-16T00:37:26.664Z] 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-16T00:37:30.090Z] ---> Running in a99e8845420e [2020-12-16T00:37:31.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:37:32.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:37:34.950Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T00:37:35.225Z] (2/12) Installing file (5.38-r0) [2020-12-16T00:37:35.225Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T00:37:35.496Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T00:37:42.664Z] 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-16T00:37:44.675Z] 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-16T00:37:50.154Z] 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-16T00:37:50.442Z] 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-16T00:37:53.794Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T00:37:53.794Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T00:37:53.794Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T00:37:53.794Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T00:37:53.794Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T00:37:53.794Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T00:37:53.794Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T00:37:53.794Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T00:37:53.794Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:37:53.794Z] OK: 217 MiB in 51 packages [2020-12-16T00:37:54.985Z] 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-16T00:37:56.446Z] Removing intermediate container a99e8845420e [2020-12-16T00:37:56.446Z] ---> 91109c3de5c1 [2020-12-16T00:37:56.446Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T00:37:56.446Z] ---> Running in b47f5c130722 [2020-12-16T00:37:57.045Z] Removing intermediate container b47f5c130722 [2020-12-16T00:37:57.045Z] ---> 406e99551e10 [2020-12-16T00:37:57.045Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T00:37:57.642Z] latest: Pulling from library/docker [2020-12-16T00:37:57.917Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T00:37:57.917Z] 02a3295e0d61: Pulling fs layer [2020-12-16T00:37:57.917Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T00:37:57.917Z] 065c9533d613: Pulling fs layer [2020-12-16T00:37:57.917Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T00:37:57.917Z] e3faa53604c1: Pulling fs layer [2020-12-16T00:37:57.917Z] 04b5adaa2053: Pulling fs layer [2020-12-16T00:37:57.917Z] e3faa53604c1: Waiting [2020-12-16T00:37:57.917Z] 065c9533d613: Waiting [2020-12-16T00:37:57.917Z] 9fce0df16b8b: Waiting [2020-12-16T00:37:57.917Z] 0f4f2e6d8100: Verifying Checksum [2020-12-16T00:37:57.917Z] 0f4f2e6d8100: Download complete [2020-12-16T00:37:57.917Z] 02a3295e0d61: Verifying Checksum [2020-12-16T00:37:57.917Z] 02a3295e0d61: Download complete [2020-12-16T00:37:57.917Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T00:37:58.199Z] e3faa53604c1: Verifying Checksum [2020-12-16T00:37:58.199Z] e3faa53604c1: Download complete [2020-12-16T00:37:58.199Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T00:37:58.199Z] 9fce0df16b8b: Download complete [2020-12-16T00:37:58.199Z] 04b5adaa2053: Verifying Checksum [2020-12-16T00:37:58.199Z] 04b5adaa2053: Download complete [2020-12-16T00:37:58.535Z] 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-16T00:37:58.807Z] a3cc7d3b244e: Pull complete [2020-12-16T00:37:59.420Z] 02a3295e0d61: Pull complete [2020-12-16T00:37:59.694Z] 065c9533d613: Download complete [2020-12-16T00:37:59.967Z] 0f4f2e6d8100: Pull complete [2020-12-16T00:38:01.299Z] 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-16T00:38:03.370Z] 065c9533d613: Pull complete [2020-12-16T00:38:03.370Z] 9fce0df16b8b: Pull complete [2020-12-16T00:38:03.966Z] e3faa53604c1: Pull complete [2020-12-16T00:38:04.023Z] 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-16T00:38:04.239Z] 04b5adaa2053: Pull complete [2020-12-16T00:38:04.239Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T00:38:04.239Z] Status: Downloaded newer image for docker:latest [2020-12-16T00:38:07.615Z] 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-16T00:38:07.629Z] ---> 6e5a85537c8e [2020-12-16T00:38:07.629Z] Step 6/7 : COPY go.mod . [2020-12-16T00:38:08.608Z] ---> 318eb5c7e07b [2020-12-16T00:38:08.608Z] Step 7/7 : RUN go mod download [2020-12-16T00:38:08.608Z] ---> Running in 5bac1c8a7398 [2020-12-16T00:38:09.650Z] 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-16T00:38:11.125Z] 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-16T00:38:13.791Z] $ docker stop --time=1 5607892b32da052f06f2d044adec29ae5eafe9c43f5fc58dc87de486ddf4bfb2 [2020-12-16T00:38:15.897Z] $ docker rm -f 5607892b32da052f06f2d044adec29ae5eafe9c43f5fc58dc87de486ddf4bfb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:38:19.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:38:19.474Z] [2020-12-16T00:38:19.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:38:19.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:38:19.828Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T00:38:19.828Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T00:38:19.828Z] ca9280d653b3: Pulling fs layer [2020-12-16T00:38:19.828Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T00:38:20.429Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-16T00:38:20.429Z] cbdbe7a5bc2a: Download complete [2020-12-16T00:38:21.036Z] ca9280d653b3: Verifying Checksum [2020-12-16T00:38:21.036Z] ca9280d653b3: Download complete [2020-12-16T00:38:21.315Z] cbdbe7a5bc2a: Pull complete [2020-12-16T00:38:23.333Z] ca9280d653b3: Pull complete [2020-12-16T00:38:23.604Z] 7e9c9ca2126c: Verifying Checksum [2020-12-16T00:38:23.604Z] 7e9c9ca2126c: Download complete [2020-12-16T00:38:33.792Z] 7e9c9ca2126c: Pull complete [2020-12-16T00:38:33.792Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T00:38:33.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:38:33.792Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T00:38:34.188Z] prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container [2020-12-16T00:38:34.275Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-16T00:38:35.437Z] Removing intermediate container 5bac1c8a7398 [2020-12-16T00:38:35.437Z] ---> c940ce6c505b [2020-12-16T00:38:35.438Z] Successfully built c940ce6c505b [2020-12-16T00:38:35.438Z] Successfully tagged ci-base-image-arm64:latest [2020-12-16T00:38:37.201Z] $ docker top 3644bf22abcf0d51c45c383dd65a37f1897acca5fa4a030ab8be58ef2044b1cb -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:38:37.842Z] + docker-compose build --help [2020-12-16T00:38:37.842Z] + grep parallel [2020-12-16T00:38:37.930Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T00:38:37.930Z] . [Pipeline] withDockerContainer [2020-12-16T00:38:38.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container [2020-12-16T00:38:38.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-arm64 cat [2020-12-16T00:38:39.261Z] --parallel Build images in parallel. [2020-12-16T00:38:39.992Z] $ docker top 155537b64f32687c1c9edac6f8b3f698f4f98f2d95880316b13e4d3de9085333 -eo pid,comm [Pipeline] { [Pipeline] } [2020-12-16T00:38:40.414Z] $ docker stop --time=1 3644bf22abcf0d51c45c383dd65a37f1897acca5fa4a030ab8be58ef2044b1cb [2020-12-16T00:38:42.024Z] $ docker rm -f 3644bf22abcf0d51c45c383dd65a37f1897acca5fa4a030ab8be58ef2044b1cb [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:38:42.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T00:38:42.777Z] . [Pipeline] withDockerContainer [2020-12-16T00:38:42.857Z] + go version [2020-12-16T00:38:42.857Z] go version go1.15.5 linux/arm64 [2020-12-16T00:38:42.928Z] prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container [2020-12-16T00:38:42.997Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-16T00:38:44.029Z] $ docker top 7732d21ed4ad9e554b37516cd9593fca518b16b2faa5c230d8d3fda9a686b5c0 -eo pid,comm [Pipeline] { [Pipeline] } [2020-12-16T00:38:44.423Z] $ docker stop --time=1 155537b64f32687c1c9edac6f8b3f698f4f98f2d95880316b13e4d3de9085333 [2020-12-16T00:38:46.464Z] $ docker rm -f 155537b64f32687c1c9edac6f8b3f698f4f98f2d95880316b13e4d3de9085333 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:38:47.415Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T00:38:47.504Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T00:38:47.504Z] . [Pipeline] withDockerContainer [2020-12-16T00:38:47.786Z] prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container [2020-12-16T00:38:47.870Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-arm64 cat [2020-12-16T00:38:48.874Z] Building docker-core-command-go ... [2020-12-16T00:38:48.874Z] Building docker-core-data-go ... [2020-12-16T00:38:48.874Z] Building docker-core-metadata-go ... [2020-12-16T00:38:48.874Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T00:38:48.874Z] Building docker-security-proxy-setup-go ... [2020-12-16T00:38:48.874Z] Building docker-security-secrets-setup-go ... [2020-12-16T00:38:48.874Z] Building docker-security-secretstore-setup-go ... [2020-12-16T00:38:48.874Z] Building docker-support-notifications-go ... [2020-12-16T00:38:48.874Z] Building docker-support-scheduler-go ... [2020-12-16T00:38:48.874Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T00:38:48.874Z] Building docker-security-secretstore-setup-go [2020-12-16T00:38:48.874Z] Building docker-core-metadata-go [2020-12-16T00:38:48.874Z] Building docker-security-proxy-setup-go [2020-12-16T00:38:48.874Z] Building docker-sys-mgmt-agent-go [2020-12-16T00:38:48.874Z] Building docker-core-data-go [2020-12-16T00:38:49.335Z] $ docker top 0ecc77064a7a66e151eb2d93d8ffe7a9afad44bbf0a93d2ef2798696b0b5580e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T00:38:49.764Z] ========================================================= [2020-12-16T00:38:49.764Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T00:38:49.764Z] ========================================================= [Pipeline] sh [2020-12-16T00:38:50.407Z] + make test [2020-12-16T00:38:50.407Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T00:39:17.327Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T00:39:45.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:39:45.809Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:39:45.809Z] ---> 739f5760d20a [2020-12-16T00:39:45.809Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:39:45.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:39:45.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:39:45.809Z] ---> 739f5760d20a [2020-12-16T00:39:45.809Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:39:45.809Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:39:45.809Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:39:45.809Z] ---> 739f5760d20a [2020-12-16T00:39:45.809Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T00:39:45.809Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:39:45.809Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:39:45.809Z] ---> 739f5760d20a [2020-12-16T00:39:45.809Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:39:45.809Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:39:45.809Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:39:45.809Z] ---> 739f5760d20a [2020-12-16T00:39:45.809Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T00:39:45.809Z] ---> Running in a4677bc38dfc [2020-12-16T00:39:45.809Z] ---> Running in fb787b1ab15c [2020-12-16T00:39:45.809Z] ---> Running in ce72a9885531 [2020-12-16T00:39:45.809Z] ---> Running in ebbe86f33e3c [2020-12-16T00:39:45.809Z] ---> Running in e4dc76551ad1 [2020-12-16T00:39:45.809Z] Removing intermediate container ebbe86f33e3c [2020-12-16T00:39:45.809Z] ---> 2ff1ba53aa50 [2020-12-16T00:39:45.809Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:39:45.809Z] Removing intermediate container ce72a9885531 [2020-12-16T00:39:45.809Z] ---> 22446e80e6dc [2020-12-16T00:39:45.809Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:39:45.809Z] Removing intermediate container a4677bc38dfc [2020-12-16T00:39:45.809Z] ---> d7e1b2a84e7d [2020-12-16T00:39:45.809Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:39:45.809Z] Removing intermediate container e4dc76551ad1 [2020-12-16T00:39:45.809Z] ---> bc26c9413662 [2020-12-16T00:39:45.809Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:39:45.809Z] Removing intermediate container fb787b1ab15c [2020-12-16T00:39:45.809Z] ---> cdfb994a508d [2020-12-16T00:39:45.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:39:45.809Z] ---> Running in e141bcdbfa09 [2020-12-16T00:39:45.809Z] ---> Running in 956d6c6eafbd [2020-12-16T00:39:45.809Z] ---> Running in db510b906a19 [2020-12-16T00:39:45.809Z] ---> Running in cc93a2adfead [2020-12-16T00:39:45.809Z] ---> Running in 250da672c7e5 [2020-12-16T00:39:48.511Z] Removing intermediate container cc93a2adfead [2020-12-16T00:39:48.511Z] ---> cf2fa3cdbabd [2020-12-16T00:39:48.511Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:39:48.511Z] Removing intermediate container db510b906a19 [2020-12-16T00:39:48.511Z] ---> 36c7722f59b1 [2020-12-16T00:39:48.511Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T00:39:48.511Z] ---> Running in 5726106ba642 [2020-12-16T00:39:48.511Z] ---> Running in 23b413329b3b [2020-12-16T00:39:48.511Z] Removing intermediate container 956d6c6eafbd [2020-12-16T00:39:48.511Z] ---> 739450fcabde [2020-12-16T00:39:48.511Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T00:39:48.511Z] Removing intermediate container e141bcdbfa09 [2020-12-16T00:39:48.511Z] ---> 78a1b528a4eb [2020-12-16T00:39:48.511Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:39:48.511Z] Removing intermediate container 250da672c7e5 [2020-12-16T00:39:48.511Z] ---> e2e6a542276f [2020-12-16T00:39:48.511Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T00:39:48.797Z] ---> Running in 1551f5357caf [2020-12-16T00:39:48.797Z] ---> Running in 435dbc4a64bf [2020-12-16T00:39:48.797Z] ---> Running in 45af5944cd00 [2020-12-16T00:39:50.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:50.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:50.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:50.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:50.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:52.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:52.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:52.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:52.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:52.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:39:53.439Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:39:53.440Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:39:53.440Z] OK: 12750 distinct packages available [2020-12-16T00:39:53.440Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:39:53.440Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:39:53.440Z] OK: 12750 distinct packages available [2020-12-16T00:39:53.440Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:39:53.440Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:39:53.440Z] OK: 12750 distinct packages available [2020-12-16T00:39:53.440Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:39:53.440Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:39:53.440Z] OK: 12750 distinct packages available [2020-12-16T00:39:53.440Z] OK: 233 MiB in 51 packages [2020-12-16T00:39:53.772Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:39:53.772Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:39:53.772Z] OK: 12750 distinct packages available [2020-12-16T00:39:54.092Z] OK: 233 MiB in 51 packages [2020-12-16T00:39:54.092Z] OK: 233 MiB in 51 packages [2020-12-16T00:39:54.092Z] OK: 233 MiB in 51 packages [2020-12-16T00:39:54.384Z] OK: 233 MiB in 51 packages [2020-12-16T00:39:55.385Z] Removing intermediate container 23b413329b3b [2020-12-16T00:39:55.386Z] ---> 4cee8c433b63 [2020-12-16T00:39:55.386Z] Step 6/22 : COPY go.mod . [2020-12-16T00:39:55.386Z] Removing intermediate container 435dbc4a64bf [2020-12-16T00:39:55.386Z] ---> db46cb667055 [2020-12-16T00:39:55.386Z] Step 6/21 : COPY go.mod . [2020-12-16T00:39:55.665Z] Removing intermediate container 1551f5357caf [2020-12-16T00:39:55.665Z] ---> 483de6ffefec [2020-12-16T00:39:55.665Z] Step 6/24 : COPY go.mod . [2020-12-16T00:39:55.665Z] Removing intermediate container 45af5944cd00 [2020-12-16T00:39:55.665Z] ---> 8ff961215fe0 [2020-12-16T00:39:55.665Z] Step 6/27 : COPY go.mod . [2020-12-16T00:39:55.665Z] Removing intermediate container 5726106ba642 [2020-12-16T00:39:55.665Z] ---> 9c1185929802 [2020-12-16T00:39:55.665Z] Step 6/23 : COPY go.mod . [2020-12-16T00:39:55.665Z] ---> b27b376d1ec8 [2020-12-16T00:39:55.665Z] Step 7/22 : RUN go mod download [2020-12-16T00:39:55.968Z] ---> 8b0f3ae18eb8 [2020-12-16T00:39:55.968Z] Step 7/21 : RUN go mod download [2020-12-16T00:39:55.968Z] ---> Running in 86d24e69d8d0 [2020-12-16T00:39:55.968Z] ---> Running in ddd356662c25 [2020-12-16T00:39:55.968Z] ---> bc920c85be8a [2020-12-16T00:39:55.968Z] Step 7/27 : RUN go mod download [2020-12-16T00:39:56.273Z] ---> 46be14b56569 [2020-12-16T00:39:56.273Z] Step 7/24 : RUN go mod download [2020-12-16T00:39:56.273Z] ---> Running in 6fc8a1d38ba0 [2020-12-16T00:39:56.273Z] ---> Running in 07c4e0e5908a [2020-12-16T00:39:56.273Z] ---> dd2976195091 [2020-12-16T00:39:56.273Z] Step 7/23 : RUN go mod download [2020-12-16T00:39:56.564Z] ---> Running in 312811a79851 [2020-12-16T00:40:00.988Z] Removing intermediate container 312811a79851 [2020-12-16T00:40:00.988Z] ---> e2ec17e34fe1 [2020-12-16T00:40:00.988Z] Step 8/23 : COPY . . [2020-12-16T00:40:00.988Z] Removing intermediate container 07c4e0e5908a [2020-12-16T00:40:00.988Z] ---> 6a350ae7ad80 [2020-12-16T00:40:00.988Z] Step 8/24 : COPY . . [2020-12-16T00:40:00.988Z] Removing intermediate container 6fc8a1d38ba0 [2020-12-16T00:40:00.988Z] ---> 63c18d6a5398 [2020-12-16T00:40:00.988Z] Step 8/27 : COPY . . [2020-12-16T00:40:00.988Z] Removing intermediate container ddd356662c25 [2020-12-16T00:40:00.988Z] ---> bfe4d44ab4fd [2020-12-16T00:40:00.988Z] Step 8/21 : COPY . . [2020-12-16T00:40:00.988Z] Removing intermediate container 86d24e69d8d0 [2020-12-16T00:40:00.988Z] ---> fd1c02eb2400 [2020-12-16T00:40:00.988Z] Step 8/22 : COPY . . [2020-12-16T00:40:04.767Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T00:40:27.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T00:40:27.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T00:40:27.014Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T00:40:27.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T00:40:27.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T00:40:27.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T00:40:29.037Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.075s [2020-12-16T00:40:29.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T00:40:29.037Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T00:40:31.078Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T00:40:31.078Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T00:40:31.078Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T00:40:31.078Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T00:40:41.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.299s coverage: 46.6% of statements [2020-12-16T00:40:41.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T00:40:41.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T00:40:41.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T00:40:41.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T00:40:41.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T00:40:46.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T00:40:46.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T00:40:46.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T00:40:46.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.550s coverage: 71.3% of statements [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T00:40:46.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T00:40:48.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 83.7% of statements [2020-12-16T00:40:48.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T00:40:48.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:40:48.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T00:40:48.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T00:40:55.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.269s coverage: 28.6% of statements [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T00:40:55.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.183s coverage: 100.0% of statements [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T00:40:55.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T00:40:55.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.333s coverage: 86.7% of statements [2020-12-16T00:40:55.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T00:40:56.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.437s coverage: 97.5% of statements [2020-12-16T00:40:56.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T00:40:57.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2020-12-16T00:40:57.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T00:40:57.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T00:40:57.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T00:40:57.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T00:40:58.154Z] ---> b187144b087f [2020-12-16T00:40:58.154Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T00:40:58.154Z] ---> 0500d7b731df [2020-12-16T00:40:58.154Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T00:40:58.154Z] ---> 70d0988adf12 [2020-12-16T00:40:58.154Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T00:40:58.154Z] ---> 520a4cce95a8 [2020-12-16T00:40:58.154Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T00:40:58.154Z] ---> 3cce53a26dbb [2020-12-16T00:40:58.154Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T00:40:58.154Z] ---> Running in ca587fc91dce [2020-12-16T00:40:58.154Z] ---> Running in 602063972bfd [2020-12-16T00:40:58.154Z] ---> Running in f9ca872995db [2020-12-16T00:40:58.154Z] ---> Running in fc45f5a95427 [2020-12-16T00:40:58.154Z] ---> Running in cabec1f893e9 [2020-12-16T00:40:59.679Z] 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-16T00:40:59.679Z] 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-16T00:40:59.679Z] 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-16T00:40:59.679Z] 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-16T00:40:59.679Z] 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-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.985s coverage: 93.8% of statements [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.157s coverage: 75.5% of statements [2020-12-16T00:41:05.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 80.8% of statements [2020-12-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements [2020-12-16T00:41:05.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements [2020-12-16T00:41:06.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.4% of statements [2020-12-16T00:41:06.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T00:41:08.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.629s coverage: 63.5% of statements [2020-12-16T00:41:08.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T00:41:08.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T00:41:08.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2020-12-16T00:41:09.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 91.3% of statements [2020-12-16T00:41:09.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2020-12-16T00:41:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2020-12-16T00:41:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2020-12-16T00:41:15.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.851s coverage: 55.9% of statements [2020-12-16T00:41:15.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T00:41:15.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T00:41:15.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T00:41:15.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T00:41:15.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T00:41:15.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T00:41:39.011Z] 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-16T00:41:39.763Z] 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-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.227s coverage: 86.3% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.623s coverage: 72.2% of statements [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.543s coverage: 72.1% of statements [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.093s coverage: 82.4% of statements [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.099s coverage: 28.8% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.079s coverage: 96.8% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.402s coverage: 37.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.610s coverage: 84.0% of statements [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.056s coverage: 100.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.814s coverage: 29.1% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T00:41:42.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T00:41:42.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2020-12-16T00:41:44.574Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2020-12-16T00:41:44.847Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-12-16T00:41:45.442Z] GO111MODULE=on go vet ./... [2020-12-16T00:41:50.425Z] Removing intermediate container 602063972bfd [2020-12-16T00:41:50.425Z] ---> 13488c54638c [2020-12-16T00:41:50.425Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T00:41:50.425Z] ---> Running in 97b646035a39 [2020-12-16T00:41:50.756Z] 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-16T00:41:53.594Z] Removing intermediate container f9ca872995db [2020-12-16T00:41:53.594Z] ---> 6cd0ba6bcfe6 [2020-12-16T00:41:53.594Z] [2020-12-16T00:41:53.594Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T00:41:53.882Z] 3.10: Pulling from library/alpine [2020-12-16T00:41:53.882Z] Removing intermediate container cabec1f893e9 [2020-12-16T00:41:53.882Z] ---> c82beac349a4 [2020-12-16T00:41:53.882Z] [2020-12-16T00:41:53.882Z] Step 10/21 : FROM alpine [2020-12-16T00:41:54.214Z] latest: Pulling from library/alpine [2020-12-16T00:41:54.214Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T00:41:54.498Z] Status: Downloaded newer image for alpine:latest [2020-12-16T00:41:54.498Z] ---> b14afc6dfb98 [2020-12-16T00:41:54.498Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T00:41:54.498Z] ---> Running in 478483a9005e [2020-12-16T00:41:55.106Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T00:41:55.106Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T00:41:55.106Z] ---> be4e4bea2c2e [2020-12-16T00:41:55.106Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T00:41:55.753Z] ---> Running in b69b0e604842 [2020-12-16T00:41:55.753Z] Removing intermediate container 97b646035a39 [2020-12-16T00:41:55.753Z] ---> 31b6bcfc6eb7 [2020-12-16T00:41:55.753Z] [2020-12-16T00:41:55.753Z] Step 11/27 : FROM docker:latest [2020-12-16T00:41:55.753Z] ---> 0c995d0d3006 [2020-12-16T00:41:55.753Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T00:41:56.041Z] ---> Running in 712b8d7d8185 [2020-12-16T00:41:56.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:41:56.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:41:56.965Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:41:56.966Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:41:56.966Z] OK: 12747 distinct packages available [2020-12-16T00:41:56.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:41:57.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:41:57.271Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T00:41:57.547Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T00:41:57.547Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T00:41:57.547Z] OK: 10350 distinct packages available [2020-12-16T00:41:57.547Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:41:57.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:41:57.547Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T00:41:57.547Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T00:41:57.547Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:41:57.940Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T00:41:57.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:41:57.940Z] OK: 7 MiB in 18 packages [2020-12-16T00:41:58.338Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T00:41:58.338Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T00:41:58.627Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T00:41:58.627Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T00:41:58.627Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T00:41:58.627Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T00:41:58.627Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T00:41:58.627Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T00:41:58.627Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T00:41:58.627Z] Executing bash-5.0.17-r0.post-install [2020-12-16T00:41:58.627Z] OK: 7 MiB in 19 packages [2020-12-16T00:41:59.695Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:41:59.695Z] OK: 12 MiB in 22 packages [2020-12-16T00:42:02.375Z] Removing intermediate container ca587fc91dce [2020-12-16T00:42:02.375Z] ---> c0d34318a781 [2020-12-16T00:42:02.375Z] [2020-12-16T00:42:02.375Z] Step 10/22 : FROM scratch [2020-12-16T00:42:02.375Z] ---> [2020-12-16T00:42:02.375Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:42:03.393Z] ---> Running in 9294ed942d94 [2020-12-16T00:42:03.393Z] Removing intermediate container 478483a9005e [2020-12-16T00:42:03.393Z] ---> bf8c545a2807 [2020-12-16T00:42:03.393Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:42:03.677Z] Removing intermediate container 712b8d7d8185 [2020-12-16T00:42:03.677Z] ---> 45bdc07c50aa [2020-12-16T00:42:03.677Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T00:42:03.677Z] Removing intermediate container b69b0e604842 [2020-12-16T00:42:03.677Z] ---> dd56a8340285 [2020-12-16T00:42:03.677Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:42:03.677Z] ---> Running in ed05305b4bb7 [2020-12-16T00:42:03.980Z] ---> Running in 629f282fbeac [2020-12-16T00:42:03.980Z] ---> Running in 2f4513c7dba9 [2020-12-16T00:42:03.980Z] Removing intermediate container 9294ed942d94 [2020-12-16T00:42:03.980Z] ---> 588576b67f12 [2020-12-16T00:42:03.980Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T00:42:04.255Z] ---> Running in 78099a84e33a [2020-12-16T00:42:04.566Z] Removing intermediate container ed05305b4bb7 [2020-12-16T00:42:04.566Z] ---> d967933cb01d [2020-12-16T00:42:04.566Z] Step 13/21 : WORKDIR /edgex [2020-12-16T00:42:05.194Z] Removing intermediate container 2f4513c7dba9 [2020-12-16T00:42:05.194Z] ---> d060c9636908 [2020-12-16T00:42:05.194Z] Step 13/24 : WORKDIR / [2020-12-16T00:42:05.194Z] ---> Running in 4a6b97a4322d [2020-12-16T00:42:05.467Z] Removing intermediate container 78099a84e33a [2020-12-16T00:42:05.467Z] ---> 31f29c1ae6ed [2020-12-16T00:42:05.467Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:42:05.467Z] ---> Running in 800eaf0c0208 [2020-12-16T00:42:05.745Z] ---> Running in 69f4687fda9e [2020-12-16T00:42:06.346Z] Removing intermediate container 4a6b97a4322d [2020-12-16T00:42:06.346Z] ---> c216a4319ad0 [2020-12-16T00:42:06.346Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T00:42:07.837Z] Removing intermediate container 800eaf0c0208 [2020-12-16T00:42:07.837Z] ---> 605377f2e8ce [2020-12-16T00:42:07.837Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T00:42:07.837Z] Removing intermediate container 69f4687fda9e [2020-12-16T00:42:07.837Z] ---> aa7b38051585 [2020-12-16T00:42:07.837Z] Step 14/22 : WORKDIR / [2020-12-16T00:42:07.837Z] ---> Running in 1ba1c21b9faa [2020-12-16T00:42:08.125Z] Removing intermediate container fc45f5a95427 [2020-12-16T00:42:08.125Z] ---> fc2c9a1b5e42 [2020-12-16T00:42:08.125Z] [2020-12-16T00:42:08.125Z] Step 10/23 : FROM alpine [2020-12-16T00:42:08.125Z] ---> b14afc6dfb98 [2020-12-16T00:42:08.125Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:42:08.125Z] ---> Running in 2ad44a5df4fa [2020-12-16T00:42:08.125Z] Removing intermediate container 1ba1c21b9faa [2020-12-16T00:42:08.125Z] ---> f301ca8d9375 [2020-12-16T00:42:08.125Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T00:42:08.125Z] Removing intermediate container 629f282fbeac [2020-12-16T00:42:08.125Z] ---> a9e01155b2be [2020-12-16T00:42:08.125Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T00:42:08.401Z] ---> ca22f8941897 [2020-12-16T00:42:08.401Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T00:42:08.401Z] ---> 8e2f0b3797a3 [2020-12-16T00:42:08.401Z] 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-16T00:42:08.401Z] ---> Running in 2d4d5d347f0b [2020-12-16T00:42:08.401Z] Removing intermediate container 2ad44a5df4fa [2020-12-16T00:42:08.401Z] ---> 7aebda140fea [2020-12-16T00:42:08.402Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T00:42:08.703Z] ---> Running in ec5e92af900f [2020-12-16T00:42:09.000Z] ---> 86c782abe4dd [2020-12-16T00:42:09.000Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T00:42:09.000Z] Removing intermediate container 2d4d5d347f0b [2020-12-16T00:42:09.000Z] ---> e341c9826172 [2020-12-16T00:42:09.000Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T00:42:09.000Z] ---> 672fbc6b5d4f [2020-12-16T00:42:09.000Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T00:42:09.000Z] ---> Running in 0d40eb35e5a9 [2020-12-16T00:42:09.000Z] Removing intermediate container ec5e92af900f [2020-12-16T00:42:09.000Z] ---> d94234472fb4 [2020-12-16T00:42:09.000Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T00:42:09.300Z] ---> 77d2ddc68c39 [2020-12-16T00:42:09.300Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T00:42:09.300Z] ---> Running in 4bbd7041b820 [2020-12-16T00:42:09.591Z] Removing intermediate container 0d40eb35e5a9 [2020-12-16T00:42:09.591Z] ---> f27f0ce4e666 [2020-12-16T00:42:09.591Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T00:42:09.865Z] Removing intermediate container 4bbd7041b820 [2020-12-16T00:42:09.865Z] ---> 1b50cf780b09 [2020-12-16T00:42:09.865Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:42:09.865Z] ---> Running in 4c821a869cd6 [2020-12-16T00:42:09.865Z] ---> 5163e80989c7 [2020-12-16T00:42:09.865Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T00:42:09.865Z] ---> Running in 7b566d8afd60 [2020-12-16T00:42:10.892Z] ---> 289774c6057c [2020-12-16T00:42:10.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T00:42:10.892Z] ---> 0148308c7e02 [2020-12-16T00:42:10.892Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T00:42:10.892Z] Removing intermediate container 4c821a869cd6 [2020-12-16T00:42:10.892Z] ---> 23409da644c9 [2020-12-16T00:42:10.892Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T00:42:10.893Z] ---> Running in 9b0c38807ef0 [2020-12-16T00:42:10.893Z] ---> 16044bbbc5b3 [2020-12-16T00:42:10.893Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T00:42:11.163Z] Removing intermediate container 9b0c38807ef0 [2020-12-16T00:42:11.163Z] ---> 79a991ede2a5 [2020-12-16T00:42:11.163Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T00:42:11.448Z] ---> c90aef007508 [2020-12-16T00:42:11.448Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T00:42:11.448Z] ---> Running in 04f19022f479 [2020-12-16T00:42:11.723Z] ---> Running in 7a79d631870d [2020-12-16T00:42:11.724Z] ---> fc9dc9713878 [2020-12-16T00:42:11.724Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T00:42:11.724Z] ---> 7b5da5fdcdff [2020-12-16T00:42:11.724Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T00:42:12.006Z] Removing intermediate container 04f19022f479 [2020-12-16T00:42:12.006Z] ---> 6ee69431ae08 [2020-12-16T00:42:12.006Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T00:42:12.006Z] Removing intermediate container 7b566d8afd60 [2020-12-16T00:42:12.006Z] ---> dc3013172a8a [2020-12-16T00:42:12.006Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T00:42:12.006Z] Removing intermediate container 7a79d631870d [2020-12-16T00:42:12.006Z] ---> e5852915dcdd [2020-12-16T00:42:12.006Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:42:12.295Z] ---> Running in 48d7e36257b3 [2020-12-16T00:42:12.295Z] ---> Running in 208b1d77cef5 [2020-12-16T00:42:12.295Z] ---> Running in 0ec307d065f9 [2020-12-16T00:42:12.295Z] ---> 6d79ffaa1cff [2020-12-16T00:42:12.295Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T00:42:12.571Z] ---> ef65ff72745e [2020-12-16T00:42:12.571Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T00:42:12.571Z] Removing intermediate container 48d7e36257b3 [2020-12-16T00:42:12.571Z] ---> cae758e0dba3 [2020-12-16T00:42:12.571Z] Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:42:13.569Z] Removing intermediate container 0ec307d065f9 [2020-12-16T00:42:13.569Z] ---> a594809de8b2 [2020-12-16T00:42:13.569Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T00:42:13.569Z] ---> Running in ab74cca6e299 [2020-12-16T00:42:13.569Z] ---> Running in 49697f06b4a5 [2020-12-16T00:42:13.569Z] ---> Running in 00a9025e5971 [2020-12-16T00:42:13.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:42:13.858Z] ---> e9842b86ee37 [2020-12-16T00:42:13.858Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T00:42:13.858Z] ---> Running in 6a1af4532121 [2020-12-16T00:42:14.135Z] Removing intermediate container 49697f06b4a5 [2020-12-16T00:42:14.135Z] ---> 5c4e402a05f7 [2020-12-16T00:42:14.135Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:42:14.135Z] Removing intermediate container 00a9025e5971 [2020-12-16T00:42:14.135Z] ---> 1e67367cdb9c [2020-12-16T00:42:14.135Z] Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:42:14.421Z] ---> Running in 23202275ca92 [2020-12-16T00:42:14.421Z] ---> Running in 79b58d5207ed [2020-12-16T00:42:14.705Z] Removing intermediate container 23202275ca92 [2020-12-16T00:42:14.705Z] ---> 3176daec4353 [2020-12-16T00:42:14.705Z] [2020-12-16T00:42:14.705Z] Removing intermediate container 79b58d5207ed [2020-12-16T00:42:14.705Z] ---> 66022d4aecae [2020-12-16T00:42:14.705Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:42:14.988Z] ---> Running in d6af61b5153a [2020-12-16T00:42:14.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:42:15.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:42:15.290Z] Successfully built 3176daec4353 [2020-12-16T00:42:15.290Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T00:42:15.290Z] Removing intermediate container d6af61b5153a [2020-12-16T00:42:15.290Z] ---> 24a88065bde7 [2020-12-16T00:42:15.290Z] [2020-12-16T00:42:15.584Z] Building docker-support-scheduler-go [2020-12-16T00:42:15.584Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ab74cca6e299 [2020-12-16T00:42:15.584Z] ---> f1b33ad79f7f [2020-12-16T00:42:15.584Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T00:42:15.584Z] ---> Running in 77223cb46357 [2020-12-16T00:42:15.584Z] Successfully built 24a88065bde7 [2020-12-16T00:42:15.881Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T00:42:15.881Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-12-16T00:42:15.881Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T00:42:15.881Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T00:42:15.881Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T00:42:15.881Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T00:42:16.162Z] Removing intermediate container 77223cb46357 [2020-12-16T00:42:16.162Z] ---> 55ec2f860c29 [2020-12-16T00:42:16.162Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T00:42:16.162Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T00:42:16.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:42:16.162Z] ---> Running in e25bbe6e7560 [2020-12-16T00:42:16.162Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T00:42:16.440Z] Removing intermediate container e25bbe6e7560 [2020-12-16T00:42:16.440Z] ---> 6ecd2e423ebc [2020-12-16T00:42:16.440Z] Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:42:16.736Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T00:42:16.736Z] ---> Running in 9467033acd5a [2020-12-16T00:42:17.379Z] Removing intermediate container 9467033acd5a [2020-12-16T00:42:17.379Z] ---> 71ae9cc8a4de [2020-12-16T00:42:17.379Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:42:17.658Z] ---> Running in dafa1fba55c4 [2020-12-16T00:42:20.372Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T00:42:20.372Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T00:42:20.653Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T00:42:21.669Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T00:42:23.183Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T00:42:23.183Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:42:23.183Z] OK: 8 MiB in 19 packages [2020-12-16T00:42:25.246Z] Removing intermediate container dafa1fba55c4 [2020-12-16T00:42:25.246Z] ---> ee89a86b61f0 [2020-12-16T00:42:25.246Z] [2020-12-16T00:42:25.246Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T00:42:25.246Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T00:42:25.246Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T00:42:25.541Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T00:42:25.824Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T00:42:26.448Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T00:42:26.759Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T00:42:26.759Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T00:42:27.057Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T00:42:27.325Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T00:42:27.325Z] Successfully built ee89a86b61f0 [2020-12-16T00:42:27.325Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T00:42:27.325Z] Building docker-core-command-go [2020-12-16T00:42:27.597Z]  Building docker-security-secretstore-setup-go ... done (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T00:42:27.597Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T00:42:27.597Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T00:42:27.597Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T00:42:27.597Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T00:42:27.867Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T00:42:28.474Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T00:42:28.474Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T00:42:28.474Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T00:42:29.070Z] Removing intermediate container 208b1d77cef5 [2020-12-16T00:42:29.070Z] ---> a38a2d9c73ab [2020-12-16T00:42:29.070Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T00:42:29.070Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T00:42:29.070Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T00:42:29.070Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T00:42:29.070Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T00:42:29.343Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T00:42:30.372Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T00:42:30.372Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T00:42:30.372Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:42:30.372Z] OK: 71 MiB in 55 packages [2020-12-16T00:42:32.490Z] ---> 0e4935db7840 [2020-12-16T00:42:32.490Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T00:42:35.212Z] ---> 4a11acc6826d [2020-12-16T00:42:35.212Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T00:42:36.266Z] ---> 165d1d2b8f95 [2020-12-16T00:42:36.266Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T00:42:37.003Z] ---> Running in 036bb78c5570 [2020-12-16T00:42:37.999Z] Removing intermediate container 036bb78c5570 [2020-12-16T00:42:37.999Z] ---> 4b174847b55d [2020-12-16T00:42:37.999Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:42:39.440Z] ---> Running in a25037229509 [2020-12-16T00:42:40.412Z] Removing intermediate container a25037229509 [2020-12-16T00:42:40.412Z] ---> 0b3af13c51a9 [2020-12-16T00:42:40.412Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T00:42:40.781Z] ---> Running in 93cf5bd46b9c [2020-12-16T00:42:41.643Z] Removing intermediate container 93cf5bd46b9c [2020-12-16T00:42:41.643Z] ---> c9b7edb9a0e5 [2020-12-16T00:42:41.643Z] Step 22/23 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:42:41.643Z] ---> Running in 0b3c69583841 [2020-12-16T00:42:43.160Z] Removing intermediate container 0b3c69583841 [2020-12-16T00:42:43.160Z] ---> 81a78ee0b3fe [2020-12-16T00:42:43.160Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T00:42:43.447Z] ---> Running in f58ae734b246 [2020-12-16T00:42:45.001Z] Removing intermediate container f58ae734b246 [2020-12-16T00:42:45.001Z] ---> a314e9993de9 [2020-12-16T00:42:45.001Z] [2020-12-16T00:42:46.548Z] Successfully built a314e9993de9 [2020-12-16T00:42:46.548Z] Successfully tagged docker-core-data-go:latest [2020-12-16T00:42:46.548Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-12-16T00:42:52.202Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:42:52.202Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:42:52.202Z] ---> 739f5760d20a [2020-12-16T00:42:52.202Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> cdfb994a508d [2020-12-16T00:42:52.202Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> cf2fa3cdbabd [2020-12-16T00:42:52.202Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T00:42:52.202Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:42:52.202Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:42:52.202Z] ---> 739f5760d20a [2020-12-16T00:42:52.202Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> cdfb994a508d [2020-12-16T00:42:52.202Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> cf2fa3cdbabd [2020-12-16T00:42:52.202Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> 4cee8c433b63 [2020-12-16T00:42:52.202Z] Step 6/21 : COPY go.mod . [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> b27b376d1ec8 [2020-12-16T00:42:52.202Z] Step 7/21 : RUN go mod download [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> fd1c02eb2400 [2020-12-16T00:42:52.202Z] Step 8/21 : COPY . . [2020-12-16T00:42:52.202Z] ---> Using cache [2020-12-16T00:42:52.202Z] ---> b187144b087f [2020-12-16T00:42:52.202Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T00:42:52.866Z] ---> Running in abd58f09d752 [2020-12-16T00:42:52.866Z] ---> Running in 4c53266761fd [2020-12-16T00:42:57.358Z] 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-16T00:42:57.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:42:58.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:42:59.400Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:42:59.400Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:42:59.400Z] OK: 12750 distinct packages available [2020-12-16T00:42:59.998Z] OK: 233 MiB in 51 packages [2020-12-16T00:43:03.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:43:03.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:43:03.598Z] ---> 739f5760d20a [2020-12-16T00:43:03.598Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:43:03.598Z] ---> Using cache [2020-12-16T00:43:03.598Z] ---> cdfb994a508d [2020-12-16T00:43:03.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:43:03.598Z] ---> Using cache [2020-12-16T00:43:03.598Z] ---> cf2fa3cdbabd [2020-12-16T00:43:03.598Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:43:03.598Z] ---> Using cache [2020-12-16T00:43:03.598Z] ---> 4cee8c433b63 [2020-12-16T00:43:03.598Z] Step 6/22 : COPY go.mod . [2020-12-16T00:43:03.598Z] ---> Using cache [2020-12-16T00:43:03.598Z] ---> b27b376d1ec8 [2020-12-16T00:43:03.598Z] Step 7/22 : RUN go mod download [2020-12-16T00:43:03.598Z] ---> Using cache [2020-12-16T00:43:03.598Z] ---> fd1c02eb2400 [2020-12-16T00:43:03.598Z] Step 8/22 : COPY . . [2020-12-16T00:43:03.598Z] ---> Using cache [2020-12-16T00:43:03.598Z] ---> b187144b087f [2020-12-16T00:43:03.598Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T00:43:04.225Z] Removing intermediate container 4c53266761fd [2020-12-16T00:43:04.225Z] ---> d9ef8e9690c6 [2020-12-16T00:43:04.225Z] Step 6/24 : COPY go.mod . [2020-12-16T00:43:04.537Z] ---> Running in 6a63a43ad24e [2020-12-16T00:43:05.546Z] ---> 50d916c6189a [2020-12-16T00:43:05.546Z] Step 7/24 : RUN go mod download [2020-12-16T00:43:06.170Z] ---> Running in 888fa40ca935 [2020-12-16T00:43:06.170Z] 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-16T00:43:07.244Z] gofmt -l . [2020-12-16T00:43:07.244Z] [ "`gofmt -l .`" = "" ] [2020-12-16T00:43:07.244Z] ./bin/test-go-mod-tidy.sh [2020-12-16T00:43:07.244Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T00:43:08.523Z] + ls -al . [2020-12-16T00:43:08.524Z] total 692 [2020-12-16T00:43:08.524Z] drwxrwxr-x 9 1001 1001 4096 Dec 16 00:43 . [2020-12-16T00:43:08.524Z] drwxr-xr-x 4 root root 4096 Dec 16 00:38 .. [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 00:36 .dockerignore [2020-12-16T00:43:08.524Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 00:36 .git [2020-12-16T00:43:08.524Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 00:36 .github [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 00:36 .gitignore [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 00:36 .sonarcloud.properties [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:36 CONTRIBUTING.md [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:36 Dockerfile.build [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 00:36 Jenkinsfile [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:36 LICENSE [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 00:36 Makefile [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 6447 Dec 16 00:36 README.md [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 00:36 SECURITY.md [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 00:32 VERSION [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:36 ZMQWindows.md [2020-12-16T00:43:08.524Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 00:36 bin [2020-12-16T00:43:08.524Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 00:36 cmd [2020-12-16T00:43:08.524Z] -rw-r--r-- 1 root root 568194 Dec 16 00:41 coverage.out [2020-12-16T00:43:08.524Z] -rw-r--r-- 1 root root 1041 Dec 16 00:43 go.mod [2020-12-16T00:43:08.524Z] -rw-r--r-- 1 root root 18746 Dec 16 00:43 go.sum [2020-12-16T00:43:08.524Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 00:36 internal [2020-12-16T00:43:08.524Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 00:36 openapi [2020-12-16T00:43:08.524Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 00:36 snap [2020-12-16T00:43:08.524Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 00:36 version.go [Pipeline] sh [2020-12-16T00:43:08.887Z] Removing intermediate container 6a1af4532121 [2020-12-16T00:43:08.887Z] ---> 83492df61ca0 [2020-12-16T00:43:08.887Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T00:43:09.288Z] + '[' -e coverage.out ] [2020-12-16T00:43:09.288Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T00:43:09.366Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T00:43:09.575Z] ---> Running in 2644c2e72f10 [2020-12-16T00:43:10.708Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T00:43:11.393Z] + make build [2020-12-16T00:43:11.393Z] 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-16T00:43:14.126Z] Removing intermediate container 888fa40ca935 [2020-12-16T00:43:14.126Z] ---> 4f6979101d96 [2020-12-16T00:43:14.126Z] Step 8/24 : COPY . . [2020-12-16T00:43:23.878Z] 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-16T00:43:33.246Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:43:33.246Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T00:43:33.246Z] ---> 739f5760d20a [2020-12-16T00:43:33.246Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T00:43:33.246Z] ---> Using cache [2020-12-16T00:43:33.246Z] ---> cdfb994a508d [2020-12-16T00:43:33.246Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T00:43:33.246Z] Collecting docker-compose==1.23.2 [2020-12-16T00:43:33.246Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T00:43:33.246Z] 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-16T00:43:33.246Z] ---> Running in f94f121c739f [2020-12-16T00:43:33.246Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T00:43:33.246Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T00:43:34.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:43:35.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:43:36.069Z] Collecting PyYAML<4,>=3.10 [2020-12-16T00:43:36.069Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T00:43:36.806Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:43:36.806Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:43:36.806Z] OK: 12750 distinct packages available [2020-12-16T00:43:37.226Z] OK: 233 MiB in 51 packages [2020-12-16T00:43:38.827Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T00:43:38.827Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T00:43:40.830Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T00:43:41.113Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T00:43:42.632Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T00:43:42.632Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T00:43:42.920Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T00:43:42.920Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T00:43:43.216Z] Removing intermediate container f94f121c739f [2020-12-16T00:43:43.216Z] ---> f853bcc6cc22 [2020-12-16T00:43:43.216Z] Step 5/29 : COPY go.mod . [2020-12-16T00:43:43.502Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T00:43:43.502Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T00:43:44.970Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T00:43:44.970Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T00:43:44.970Z] ---> 1dc63a0a4966 [2020-12-16T00:43:44.970Z] Step 6/29 : RUN go mod download [2020-12-16T00:43:45.584Z] ---> Running in 7f97e432bdd4 [2020-12-16T00:43:46.596Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T00:43:46.596Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T00:43:47.904Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T00:43:47.904Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T00:43:48.519Z] 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-16T00:43:49.612Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T00:43:49.612Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T00:43:51.088Z] Collecting idna<2.8,>=2.5 [2020-12-16T00:43:51.088Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T00:43:51.088Z] 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-16T00:43:51.088Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T00:43:51.088Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T00:43:51.088Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T00:43:51.088Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T00:43:51.088Z] Removing intermediate container abd58f09d752 [2020-12-16T00:43:51.088Z] ---> 05b948991e1c [2020-12-16T00:43:51.088Z] [2020-12-16T00:43:51.088Z] Step 10/21 : FROM scratch [2020-12-16T00:43:51.088Z] ---> [2020-12-16T00:43:51.088Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:43:51.388Z] Installing collected packages: texttable, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, dockerpty, docker-compose [2020-12-16T00:43:51.388Z] Running setup.py install for texttable: started [2020-12-16T00:43:51.388Z] Removing intermediate container 6a63a43ad24e [2020-12-16T00:43:51.388Z] ---> e9d17997dde2 [2020-12-16T00:43:51.388Z] [2020-12-16T00:43:51.388Z] Step 10/22 : FROM scratch [2020-12-16T00:43:51.388Z] ---> [2020-12-16T00:43:51.388Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:43:51.662Z] ---> Using cache [2020-12-16T00:43:51.662Z] ---> 588576b67f12 [2020-12-16T00:43:51.662Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T00:43:51.662Z] ---> Using cache [2020-12-16T00:43:51.662Z] ---> 588576b67f12 [2020-12-16T00:43:51.662Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T00:43:51.936Z] ---> Running in 515a0d2265fe [2020-12-16T00:43:51.936Z] ---> Running in b5e3c9e4afb0 [2020-12-16T00:43:52.907Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T00:43:52.907Z] Running setup.py install for PyYAML: started [2020-12-16T00:43:53.176Z] Removing intermediate container 7f97e432bdd4 [2020-12-16T00:43:53.176Z] ---> f2f80bb319d9 [2020-12-16T00:43:53.176Z] Step 7/29 : COPY . . [2020-12-16T00:43:53.474Z] Removing intermediate container b5e3c9e4afb0 [2020-12-16T00:43:53.474Z] ---> 34af9f7def0a [2020-12-16T00:43:53.474Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T00:43:53.747Z] Removing intermediate container 515a0d2265fe [2020-12-16T00:43:53.747Z] ---> 637205ce1b87 [2020-12-16T00:43:53.747Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:43:54.396Z] ---> Running in 96dc78aa1786 [2020-12-16T00:43:54.701Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T00:43:55.697Z] ---> Running in d0053796dfaa [2020-12-16T00:43:56.270Z] 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-16T00:43:56.293Z] Attempting uninstall: urllib3 [2020-12-16T00:43:56.293Z] Found existing installation: urllib3 1.25.9 [2020-12-16T00:43:56.293Z] Uninstalling urllib3-1.25.9: [2020-12-16T00:43:56.293Z] Removing intermediate container 96dc78aa1786 [2020-12-16T00:43:56.293Z] ---> 9e1efb82c693 [2020-12-16T00:43:56.293Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T00:43:58.311Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T00:43:58.883Z] 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-16T00:43:58.938Z] Removing intermediate container d0053796dfaa [2020-12-16T00:43:58.938Z] ---> 7f6cf4e1da38 [2020-12-16T00:43:58.938Z] Step 14/22 : WORKDIR / [2020-12-16T00:44:00.416Z] ---> 4f033dbd6131 [2020-12-16T00:44:00.416Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T00:44:00.416Z] ---> Running in 287d1988deee [2020-12-16T00:44:01.031Z] Attempting uninstall: idna [2020-12-16T00:44:01.031Z] Found existing installation: idna 2.9 [2020-12-16T00:44:01.031Z] Uninstalling idna-2.9: [2020-12-16T00:44:01.359Z] Successfully uninstalled idna-2.9 [2020-12-16T00:44:03.018Z] Attempting uninstall: requests [2020-12-16T00:44:03.018Z] Found existing installation: requests 2.23.0 [2020-12-16T00:44:03.018Z] Uninstalling requests-2.23.0: [2020-12-16T00:44:03.018Z] Removing intermediate container 287d1988deee [2020-12-16T00:44:03.018Z] ---> 6f860457d432 [2020-12-16T00:44:03.018Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T00:44:03.307Z] Successfully uninstalled requests-2.23.0 [2020-12-16T00:44:03.918Z] ---> ed807e2bbe59 [2020-12-16T00:44:03.918Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T00:44:03.918Z] ---> 3398557316e1 [2020-12-16T00:44:03.918Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T00:44:04.286Z] 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-16T00:44:05.124Z] ---> 564a972c301b [2020-12-16T00:44:05.124Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T00:44:05.124Z] ---> Running in 9a338f4dd0ac [2020-12-16T00:44:05.724Z] 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-16T00:44:05.986Z] ---> 0392c8989df4 [2020-12-16T00:44:05.986Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T00:44:05.986Z] Running setup.py install for docopt: started [2020-12-16T00:44:06.343Z] ---> Running in bda861cdb599 [2020-12-16T00:44:06.654Z] ---> b1d796b74a2b [2020-12-16T00:44:06.654Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T00:44:08.837Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T00:44:08.837Z] Removing intermediate container bda861cdb599 [2020-12-16T00:44:08.837Z] ---> a94bbeb18593 [2020-12-16T00:44:08.837Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:44:08.837Z] 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-16T00:44:08.837Z] Running setup.py install for dockerpty: started [2020-12-16T00:44:09.135Z] ---> b897e04adfb0 [2020-12-16T00:44:09.135Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T00:44:09.416Z] ---> Running in b757a6a82b2f [2020-12-16T00:44:09.416Z] ---> Running in 7122468e980c [2020-12-16T00:44:09.729Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T00:44:10.727Z] 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-16T00:44:10.728Z] Removing intermediate container b757a6a82b2f [2020-12-16T00:44:10.728Z] ---> 98187da51445 [2020-12-16T00:44:10.728Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T00:44:11.010Z] Removing intermediate container 7122468e980c [2020-12-16T00:44:11.010Z] ---> 4651b660a53e [2020-12-16T00:44:11.010Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:44:11.010Z] ---> Running in 365414a4e799 [2020-12-16T00:44:11.675Z] ---> Running in bf1e19aabb5d [2020-12-16T00:44:12.441Z] 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-16T00:44:12.683Z] Removing intermediate container 365414a4e799 [2020-12-16T00:44:12.683Z] ---> 416950a0f474 [2020-12-16T00:44:12.683Z] Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:44:12.973Z] Removing intermediate container bf1e19aabb5d [2020-12-16T00:44:12.973Z] ---> 32da404f7ca3 [2020-12-16T00:44:12.973Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T00:44:13.626Z] ---> Running in f3c6696fe05e [2020-12-16T00:44:13.923Z] ---> Running in 4444dde35ef9 [2020-12-16T00:44:15.001Z] Removing intermediate container f3c6696fe05e [2020-12-16T00:44:15.001Z] ---> 0d86697ed488 [2020-12-16T00:44:15.001Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:44:15.001Z] Removing intermediate container 4444dde35ef9 [2020-12-16T00:44:15.001Z] ---> 7e18243fee4f [2020-12-16T00:44:15.001Z] Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:44:16.063Z] ---> Running in ff7d655a163e [2020-12-16T00:44:16.063Z] ---> Running in d3b822877f48 [2020-12-16T00:44:17.658Z] Removing intermediate container ff7d655a163e [2020-12-16T00:44:17.658Z] ---> bfdc367b3eab [2020-12-16T00:44:17.658Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:44:17.855Z] 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-16T00:44:17.972Z] Removing intermediate container d3b822877f48 [2020-12-16T00:44:17.972Z] ---> 3fb0227b36ab [2020-12-16T00:44:17.972Z] [2020-12-16T00:44:17.972Z] ---> Running in c4a066a420bb [2020-12-16T00:44:19.968Z] Successfully built 3fb0227b36ab [2020-12-16T00:44:19.968Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T00:44:19.968Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2020-12-16T00:44:20.689Z] Removing intermediate container 2644c2e72f10 [2020-12-16T00:44:20.689Z] ---> 72321ee9520e [2020-12-16T00:44:20.689Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T00:44:21.246Z] 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-16T00:44:21.397Z] Removing intermediate container c4a066a420bb [2020-12-16T00:44:21.397Z] ---> 4274bcc2b4d9 [2020-12-16T00:44:21.397Z] [2020-12-16T00:44:21.695Z] ---> Running in 94e5a113182e [2020-12-16T00:44:24.684Z] Successfully built 4274bcc2b4d9 [2020-12-16T00:44:24.684Z] Successfully tagged docker-core-command-go:latest [2020-12-16T00:44:25.559Z] 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-16T00:44:25.689Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:44:25.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:44:26.367Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:44:26.367Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T00:44:26.367Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T00:44:26.367Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:44:26.972Z] OK: 72 MiB in 58 packages [2020-12-16T00:44:30.497Z] ---> dffd1e6853a3 [2020-12-16T00:44:30.497Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T00:44:30.497Z] Removing intermediate container 94e5a113182e [2020-12-16T00:44:30.497Z] ---> f258d4bcab33 [2020-12-16T00:44:30.497Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T00:44:30.788Z] ---> Running in 28630688a5b6 [2020-12-16T00:44:30.788Z] ---> Running in 3bb57df63f3e [2020-12-16T00:44:30.959Z] 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-16T00:44:31.791Z] Removing intermediate container 3bb57df63f3e [2020-12-16T00:44:31.792Z] ---> ff4475bd1374 [2020-12-16T00:44:31.792Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:44:32.066Z] ---> Running in 6b5091844f79 [2020-12-16T00:44:32.353Z] 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-16T00:44:32.636Z] Removing intermediate container 6b5091844f79 [2020-12-16T00:44:32.636Z] ---> ab6b88b4e744 [2020-12-16T00:44:32.636Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T00:44:32.921Z] ---> Running in 681239f5a21c [2020-12-16T00:44:33.208Z] Removing intermediate container 681239f5a21c [2020-12-16T00:44:33.208Z] ---> ee5700e4beeb [2020-12-16T00:44:33.208Z] Step 26/27 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:44:33.479Z] ---> Running in a45c76c5607f [2020-12-16T00:44:33.787Z] Removing intermediate container a45c76c5607f [2020-12-16T00:44:33.787Z] ---> 24d6d264fcbf [2020-12-16T00:44:33.787Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T00:44:34.372Z] 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-16T00:44:34.418Z] ---> Running in 700cc52079f8 [2020-12-16T00:44:35.157Z] Removing intermediate container 700cc52079f8 [2020-12-16T00:44:35.157Z] ---> df8def09be0b [2020-12-16T00:44:35.157Z] [2020-12-16T00:44:37.283Z] Successfully built df8def09be0b [2020-12-16T00:44:37.283Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T00:44:38.705Z] 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-16T00:44:42.126Z] $ docker stop --time=1 0ecc77064a7a66e151eb2d93d8ffe7a9afad44bbf0a93d2ef2798696b0b5580e [2020-12-16T00:44:44.967Z] $ docker rm -f 0ecc77064a7a66e151eb2d93d8ffe7a9afad44bbf0a93d2ef2798696b0b5580e [2020-12-16T00:44:46.117Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9a338f4dd0ac [2020-12-16T00:44:46.117Z] ---> d63a0e1771da [2020-12-16T00:44:46.117Z] [2020-12-16T00:44:46.117Z] Step 10/24 : FROM scratch [2020-12-16T00:44:46.117Z] ---> [2020-12-16T00:44:46.117Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:44:46.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:44:46.951Z] [2020-12-16T00:44:46.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:44:47.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:44:47.887Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T00:44:47.887Z] 29e5d40040c1: Pulling fs layer [2020-12-16T00:44:47.887Z] 1ce36da41761: Pulling fs layer [2020-12-16T00:44:47.887Z] 25b303627fd3: Pulling fs layer [2020-12-16T00:44:47.887Z] 29e5d40040c1: Verifying Checksum [2020-12-16T00:44:47.887Z] 29e5d40040c1: Download complete [2020-12-16T00:44:48.487Z] 1ce36da41761: Verifying Checksum [2020-12-16T00:44:48.487Z] 1ce36da41761: Download complete [2020-12-16T00:44:48.761Z] 29e5d40040c1: Pull complete [2020-12-16T00:44:50.198Z] 1ce36da41761: Pull complete [2020-12-16T00:44:50.198Z] 25b303627fd3: Verifying Checksum [2020-12-16T00:44:50.198Z] 25b303627fd3: Download complete [2020-12-16T00:44:50.598Z] ---> Running in f8f840f4497d [2020-12-16T00:44:51.661Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:44:51.661Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:44:51.661Z] ---> 739f5760d20a [2020-12-16T00:44:51.661Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:44:51.661Z] ---> Using cache [2020-12-16T00:44:51.661Z] ---> cdfb994a508d [2020-12-16T00:44:51.661Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:44:51.661Z] ---> Using cache [2020-12-16T00:44:51.661Z] ---> cf2fa3cdbabd [2020-12-16T00:44:51.661Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:44:51.661Z] ---> Using cache [2020-12-16T00:44:51.661Z] ---> 4cee8c433b63 [2020-12-16T00:44:51.661Z] Step 6/22 : COPY go.mod . [2020-12-16T00:44:51.661Z] ---> Using cache [2020-12-16T00:44:51.661Z] ---> b27b376d1ec8 [2020-12-16T00:44:51.661Z] Step 7/22 : RUN go mod download [2020-12-16T00:44:51.661Z] ---> Using cache [2020-12-16T00:44:51.661Z] ---> fd1c02eb2400 [2020-12-16T00:44:51.661Z] Step 8/22 : COPY . . [2020-12-16T00:44:51.661Z] ---> Using cache [2020-12-16T00:44:51.661Z] ---> b187144b087f [2020-12-16T00:44:51.661Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T00:44:52.302Z] Removing intermediate container f8f840f4497d [2020-12-16T00:44:52.302Z] ---> 41f202ad8e76 [2020-12-16T00:44:52.302Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T00:44:52.302Z] ---> Running in 62f24e462c07 [2020-12-16T00:44:52.302Z] ---> Running in f255df2e50a2 [2020-12-16T00:44:52.601Z] Removing intermediate container f255df2e50a2 [2020-12-16T00:44:52.601Z] ---> 8e9e6024cf0a [2020-12-16T00:44:52.601Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T00:44:52.896Z] ---> Running in fd025aa62e30 [2020-12-16T00:44:53.174Z] Removing intermediate container fd025aa62e30 [2020-12-16T00:44:53.174Z] ---> 8dcacd7ef82d [2020-12-16T00:44:53.174Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T00:44:53.447Z] 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-16T00:44:54.064Z] ---> 14a584517448 [2020-12-16T00:44:54.064Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T00:44:55.097Z] Removing intermediate container 28630688a5b6 [2020-12-16T00:44:55.097Z] ---> e489afeb0108 [2020-12-16T00:44:55.097Z] [2020-12-16T00:44:55.097Z] Step 9/29 : FROM alpine:latest [2020-12-16T00:44:55.097Z] ---> b14afc6dfb98 [2020-12-16T00:44:55.097Z] 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-16T00:44:55.409Z] ---> b5436b63c908 [2020-12-16T00:44:55.409Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T00:44:55.409Z] ---> Running in e1fc7c3eaaf0 [2020-12-16T00:44:56.072Z] Removing intermediate container e1fc7c3eaaf0 [2020-12-16T00:44:56.072Z] ---> c46518ee472c [2020-12-16T00:44:56.072Z] Step 11/29 : USER root [2020-12-16T00:44:56.363Z] ---> Running in 1d325d60fdbe [2020-12-16T00:44:56.689Z] ---> 193e078f5d4a [2020-12-16T00:44:56.689Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T00:44:56.689Z] Removing intermediate container 1d325d60fdbe [2020-12-16T00:44:56.689Z] ---> 1d47eb26c211 [2020-12-16T00:44:56.689Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T00:44:56.986Z] ---> Running in 250f9dc7c41a [2020-12-16T00:44:57.614Z] ---> ff178c03d63f [2020-12-16T00:44:57.614Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T00:44:59.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T00:44:59.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T00:44:59.735Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:44:59.735Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:44:59.735Z] OK: 12747 distinct packages available [2020-12-16T00:45:00.032Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T00:45:00.032Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T00:45:00.032Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:45:00.032Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T00:45:00.442Z] 25b303627fd3: Pull complete [2020-12-16T00:45:00.442Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T00:45:00.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:45:00.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T00:45:00.647Z] OK: 6 MiB in 16 packages [2020-12-16T00:45:00.647Z] ---> 3b4ce583fa2a [2020-12-16T00:45:00.647Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T00:45:00.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container [2020-12-16T00:45:00.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-devops/edgex-compose-arm64:latest cat [2020-12-16T00:45:01.402Z] ---> 11303d8a1581 [2020-12-16T00:45:01.402Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T00:45:01.402Z] ---> Running in 7a1b7f8fdb6a [2020-12-16T00:45:02.076Z] Removing intermediate container 7a1b7f8fdb6a [2020-12-16T00:45:02.076Z] ---> ef3d03c0876a [2020-12-16T00:45:02.076Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:45:02.076Z] Removing intermediate container 250f9dc7c41a [2020-12-16T00:45:02.076Z] ---> 422de5f265c5 [2020-12-16T00:45:02.076Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T00:45:02.377Z] ---> Running in ab6611d7aa72 [2020-12-16T00:45:02.377Z] ---> Running in f707d2c50c87 [2020-12-16T00:45:02.984Z] Removing intermediate container ab6611d7aa72 [2020-12-16T00:45:02.984Z] ---> 1366339052b1 [2020-12-16T00:45:02.984Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T00:45:02.984Z] Removing intermediate container f707d2c50c87 [2020-12-16T00:45:02.984Z] ---> 5e946432924d [2020-12-16T00:45:02.984Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T00:45:02.984Z] ---> Running in bb03f914a9bf [2020-12-16T00:45:02.984Z] ---> Running in 5a4e165249ef [2020-12-16T00:45:03.593Z] Removing intermediate container bb03f914a9bf [2020-12-16T00:45:03.593Z] ---> 8b1c1c9535db [2020-12-16T00:45:03.593Z] Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:45:03.593Z] Removing intermediate container 5a4e165249ef [2020-12-16T00:45:03.593Z] ---> a7579e1a24c3 [2020-12-16T00:45:03.593Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T00:45:03.593Z] ---> Running in 3139194f8116 [2020-12-16T00:45:03.593Z] ---> Running in 766b98f81845 [2020-12-16T00:45:04.188Z] $ docker top 0db2bf3b7b6d9af3745466e43a301a4fb56a18490f3df3152ad2745188ca4e68 -eo pid,comm [2020-12-16T00:45:04.264Z] Removing intermediate container 3139194f8116 [2020-12-16T00:45:04.264Z] ---> a6cde8dda1a6 [2020-12-16T00:45:04.264Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:45:04.264Z] ---> Running in d08493472396 [Pipeline] { [2020-12-16T00:45:04.578Z] Removing intermediate container d08493472396 [2020-12-16T00:45:04.578Z] ---> 604958aab6cc [2020-12-16T00:45:04.578Z] [Pipeline] sh [2020-12-16T00:45:05.202Z] Successfully built 604958aab6cc [2020-12-16T00:45:05.202Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T00:45:05.234Z] + docker-compose build --help [2020-12-16T00:45:05.234Z] + grep parallel [2020-12-16T00:45:05.837Z]  Building docker-support-notifications-go ... done Removing intermediate container 766b98f81845 [2020-12-16T00:45:05.837Z] ---> 5937217c225f [2020-12-16T00:45:05.837Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T00:45:06.869Z] ---> 100f00a90dfd [2020-12-16T00:45:06.869Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T00:45:07.507Z] ---> 7e39cae68f3f [2020-12-16T00:45:07.507Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T00:45:07.799Z] ---> 76ac102d5db0 [2020-12-16T00:45:07.799Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T00:45:08.417Z] ---> 560f981609ae [2020-12-16T00:45:08.417Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T00:45:09.035Z] ---> 843f58c0a200 [2020-12-16T00:45:09.035Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T00:45:09.035Z] ---> Running in 5ba539948f45 [2020-12-16T00:45:09.537Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T00:45:10.160Z] $ docker stop --time=1 0db2bf3b7b6d9af3745466e43a301a4fb56a18490f3df3152ad2745188ca4e68 [2020-12-16T00:45:11.106Z] Removing intermediate container 62f24e462c07 [2020-12-16T00:45:11.106Z] ---> 4716aea1c0c4 [2020-12-16T00:45:11.106Z] [2020-12-16T00:45:11.106Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T00:45:11.106Z] ---> be4e4bea2c2e [2020-12-16T00:45:11.106Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T00:45:11.106Z] ---> Using cache [2020-12-16T00:45:11.106Z] ---> dd56a8340285 [2020-12-16T00:45:11.106Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T00:45:11.106Z] ---> Running in 2066ff9d7929 [2020-12-16T00:45:11.376Z] Removing intermediate container 5ba539948f45 [2020-12-16T00:45:11.376Z] ---> e498afbd67f3 [2020-12-16T00:45:11.376Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T00:45:11.376Z] Removing intermediate container 2066ff9d7929 [2020-12-16T00:45:11.376Z] ---> 91279aa56256 [2020-12-16T00:45:11.376Z] Step 13/22 : WORKDIR / [2020-12-16T00:45:11.651Z] ---> Running in 4b093b79add9 [2020-12-16T00:45:11.651Z] ---> 626741b0e86e [2020-12-16T00:45:11.651Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T00:45:11.938Z] ---> Running in ade8c6fbab4c [2020-12-16T00:45:11.938Z] Removing intermediate container 4b093b79add9 [2020-12-16T00:45:11.938Z] ---> b93c555c059b [2020-12-16T00:45:11.938Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T00:45:12.150Z] $ docker rm -f 0db2bf3b7b6d9af3745466e43a301a4fb56a18490f3df3152ad2745188ca4e68 [Pipeline] // withDockerContainer [Pipeline] writeFile [2020-12-16T00:45:12.544Z] ---> 509f60ccb172 [2020-12-16T00:45:12.544Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:45:12.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T00:45:12.986Z] . [Pipeline] withDockerContainer [2020-12-16T00:45:13.254Z] prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container [2020-12-16T00:45:13.347Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-16T00:45:13.521Z] ---> ea7a75052d83 [2020-12-16T00:45:13.521Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T00:45:13.829Z] Removing intermediate container ade8c6fbab4c [2020-12-16T00:45:13.829Z] ---> 5b183c313e4b [2020-12-16T00:45:13.829Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T00:45:13.829Z] ---> Running in 89a1cfe020a3 [2020-12-16T00:45:13.829Z] ---> eb73a9953f7b [2020-12-16T00:45:13.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T00:45:14.791Z] $ docker top 0db14384d1a8fa6354fc84402cd6cf0f4ef02ec9f743f71a4af1aabc384c0075 -eo pid,comm [2020-12-16T00:45:14.859Z] ---> fe8a7abf078a [2020-12-16T00:45:14.859Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T00:45:14.859Z] ---> Running in 1df073ed1a3b [Pipeline] { [Pipeline] sh [2020-12-16T00:45:15.836Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T00:45:15.884Z] Removing intermediate container 89a1cfe020a3 [2020-12-16T00:45:15.884Z] ---> ad71102f49af [2020-12-16T00:45:15.884Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T00:45:16.169Z] ---> Running in 673f9c0b6a69 [2020-12-16T00:45:16.469Z] Removing intermediate container 673f9c0b6a69 [2020-12-16T00:45:16.469Z] ---> 8d229686da63 [2020-12-16T00:45:16.469Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T00:45:16.745Z] ---> Running in a7948ebe9d69 [2020-12-16T00:45:16.745Z] Removing intermediate container 1df073ed1a3b [2020-12-16T00:45:16.745Z] ---> f1439282aa6e [2020-12-16T00:45:16.745Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T00:45:17.016Z] ---> Running in 55e29a002147 [2020-12-16T00:45:17.016Z] Removing intermediate container a7948ebe9d69 [2020-12-16T00:45:17.016Z] ---> ed2e76216681 [2020-12-16T00:45:17.016Z] Step 27/29 : LABEL arch=x86_64 [2020-12-16T00:45:17.291Z] ---> Running in 7f8bcecb4806 [2020-12-16T00:45:17.291Z] Removing intermediate container 55e29a002147 [2020-12-16T00:45:17.291Z] ---> 4b5aa3b4ec8f [2020-12-16T00:45:17.291Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T00:45:17.291Z] ---> Running in 353e0a6b22c4 [2020-12-16T00:45:17.588Z] Removing intermediate container 7f8bcecb4806 [2020-12-16T00:45:17.588Z] ---> 15609e6e2723 [2020-12-16T00:45:17.588Z] Step 28/29 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:45:17.588Z] ---> Running in 6491116efe65 [2020-12-16T00:45:17.588Z] Removing intermediate container 353e0a6b22c4 [2020-12-16T00:45:17.588Z] ---> 76412eca9a1c [2020-12-16T00:45:17.588Z] Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:45:17.588Z] ---> Running in e6a632ae83b8 [2020-12-16T00:45:17.977Z] Removing intermediate container 6491116efe65 [2020-12-16T00:45:17.977Z] ---> 81e9ac839672 [2020-12-16T00:45:17.977Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T00:45:17.977Z] ---> Running in ec19daf4b124 [2020-12-16T00:45:17.977Z] Removing intermediate container e6a632ae83b8 [2020-12-16T00:45:17.977Z] ---> 012422c5b253 [2020-12-16T00:45:17.977Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:45:17.977Z] ---> Running in 3ca6a40173cb [2020-12-16T00:45:18.329Z] Removing intermediate container ec19daf4b124 [2020-12-16T00:45:18.329Z] ---> 03c37d52ba71 [2020-12-16T00:45:18.329Z] [2020-12-16T00:45:18.679Z] Removing intermediate container 3ca6a40173cb [2020-12-16T00:45:18.680Z] ---> 2d40693e4d34 [2020-12-16T00:45:18.680Z] [2020-12-16T00:45:18.680Z] Successfully built 03c37d52ba71 [2020-12-16T00:45:18.680Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-16T00:45:18.977Z]  Building docker-security-secrets-setup-go ... done Successfully built 2d40693e4d34 [2020-12-16T00:45:18.977Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T00:45:19.642Z]  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } [2020-12-16T00:45:19.686Z] $ docker stop --time=1 7732d21ed4ad9e554b37516cd9593fca518b16b2faa5c230d8d3fda9a686b5c0 [2020-12-16T00:45:20.139Z] Building docker-core-command-go ... [2020-12-16T00:45:20.139Z] Building docker-core-data-go ... [2020-12-16T00:45:20.139Z] Building docker-core-metadata-go ... [2020-12-16T00:45:20.139Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T00:45:20.139Z] Building docker-security-proxy-setup-go ... [2020-12-16T00:45:20.139Z] Building docker-security-secrets-setup-go ... [2020-12-16T00:45:20.139Z] Building docker-security-secretstore-setup-go ... [2020-12-16T00:45:20.139Z] Building docker-support-notifications-go ... [2020-12-16T00:45:20.139Z] Building docker-support-scheduler-go ... [2020-12-16T00:45:20.139Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T00:45:20.139Z] Building docker-core-command-go [2020-12-16T00:45:20.139Z] Building docker-sys-mgmt-agent-go [2020-12-16T00:45:20.139Z] Building docker-support-notifications-go [2020-12-16T00:45:20.139Z] Building docker-security-secretstore-setup-go [2020-12-16T00:45:20.139Z] Building docker-support-scheduler-go [2020-12-16T00:45:21.597Z] $ docker rm -f 7732d21ed4ad9e554b37516cd9593fca518b16b2faa5c230d8d3fda9a686b5c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T00:45:22.173Z] + grep docker [2020-12-16T00:45:22.173Z] + docker images [2020-12-16T00:45:22.173Z] docker-security-secrets-setup-go latest 03c37d52ba71 4 seconds ago 23.9MB [2020-12-16T00:45:22.173Z] docker-security-bootstrap-redis-go latest 2d40693e4d34 4 seconds ago 15.8MB [2020-12-16T00:45:22.173Z] docker-support-notifications-go latest 604958aab6cc 18 seconds ago 13.6MB [2020-12-16T00:45:22.173Z] docker-sys-mgmt-agent-go latest df8def09be0b 48 seconds ago 313MB [2020-12-16T00:45:22.173Z] docker-core-command-go latest 4274bcc2b4d9 About a minute ago 12.2MB [2020-12-16T00:45:22.173Z] docker-support-scheduler-go latest 3fb0227b36ab About a minute ago 12.3MB [2020-12-16T00:45:22.173Z] docker-core-data-go latest a314e9993de9 2 minutes ago 23.7MB [2020-12-16T00:45:22.173Z] docker-security-secretstore-setup-go latest ee89a86b61f0 3 minutes ago 24.7MB [2020-12-16T00:45:22.173Z] docker-core-metadata-go latest 24a88065bde7 3 minutes ago 14.5MB [2020-12-16T00:45:22.173Z] docker-security-proxy-setup-go latest 3176daec4353 3 minutes ago 24.6MB [2020-12-16T00:45:22.173Z] docker latest 0c995d0d3006 2 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-16T00:45:37.994Z] Still waiting to schedule task [2020-12-16T00:45:37.994Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2020-12-16T00:46:28.203Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:46:28.203Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:46:28.203Z] ---> c940ce6c505b [2020-12-16T00:46:28.203Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:46:28.479Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:46:28.479Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:46:28.479Z] ---> c940ce6c505b [2020-12-16T00:46:28.479Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:46:28.479Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:46:28.479Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:46:28.479Z] ---> c940ce6c505b [2020-12-16T00:46:28.479Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:46:28.753Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:46:28.753Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:46:28.753Z] ---> c940ce6c505b [2020-12-16T00:46:28.753Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T00:46:29.030Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:46:29.030Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:46:29.030Z] ---> c940ce6c505b [2020-12-16T00:46:29.030Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T00:46:34.443Z] ---> Running in 9223dcfcfb99 [2020-12-16T00:46:34.443Z] ---> Running in f7d0eeb96698 [2020-12-16T00:46:34.443Z] ---> Running in 2854d1f45ac7 [2020-12-16T00:46:34.443Z] ---> Running in 5add1cda7be8 [2020-12-16T00:46:34.443Z] ---> Running in c2bb1f7af106 [2020-12-16T00:46:34.443Z] Removing intermediate container 2854d1f45ac7 [2020-12-16T00:46:34.443Z] ---> 155e138688da [2020-12-16T00:46:34.443Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:46:34.443Z] Removing intermediate container f7d0eeb96698 [2020-12-16T00:46:34.443Z] ---> a9002f7a4ea8 [2020-12-16T00:46:34.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:46:34.443Z] Removing intermediate container 9223dcfcfb99 [2020-12-16T00:46:34.443Z] ---> a75dd6f7e8cb [2020-12-16T00:46:34.443Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:46:34.443Z] Removing intermediate container c2bb1f7af106 [2020-12-16T00:46:34.443Z] ---> 7da55f4ae3f9 [2020-12-16T00:46:34.443Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:46:34.443Z] Removing intermediate container 5add1cda7be8 [2020-12-16T00:46:34.443Z] ---> 382a90739373 [2020-12-16T00:46:34.443Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:46:34.725Z] ---> Running in 9e9471a310a8 [2020-12-16T00:46:34.725Z] ---> Running in 08c336e1ebee [2020-12-16T00:46:34.725Z] ---> Running in 44b2ddd267a5 [2020-12-16T00:46:34.725Z] ---> Running in 2213a2146169 [2020-12-16T00:46:34.725Z] ---> Running in 329a2dae5462 [2020-12-16T00:46:39.090Z] Removing intermediate container 08c336e1ebee [2020-12-16T00:46:39.090Z] ---> 47787eb5a8ef [2020-12-16T00:46:39.090Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:46:39.090Z] ---> Running in ed9a3952fe88 [2020-12-16T00:46:39.090Z] Removing intermediate container 9e9471a310a8 [2020-12-16T00:46:39.090Z] ---> d1424090846e [2020-12-16T00:46:39.090Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:46:39.090Z] ---> Running in f8774b997c25 [2020-12-16T00:46:39.368Z] Removing intermediate container 329a2dae5462 [2020-12-16T00:46:39.368Z] ---> 84ecbbdb41d8 [2020-12-16T00:46:39.368Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T00:46:39.368Z] Removing intermediate container 2213a2146169 [2020-12-16T00:46:39.368Z] ---> 51cef773baca [2020-12-16T00:46:39.368Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T00:46:39.648Z] Removing intermediate container 44b2ddd267a5 [2020-12-16T00:46:39.648Z] ---> 4183ad5209ee [2020-12-16T00:46:39.648Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T00:46:39.648Z] ---> Running in a2f54f0bede1 [2020-12-16T00:46:39.929Z] ---> Running in 51c09db5303a [2020-12-16T00:46:39.929Z] ---> Running in 145966a67cae [2020-12-16T00:46:40.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:41.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:41.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:41.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:42.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:42.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:42.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:42.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:42.693Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:46:42.693Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:46:42.693Z] OK: 12620 distinct packages available [2020-12-16T00:46:42.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:42.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:46:42.972Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:46:42.972Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:46:42.972Z] OK: 12620 distinct packages available [2020-12-16T00:46:43.964Z] OK: 217 MiB in 51 packages [2020-12-16T00:46:43.964Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:46:43.964Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:46:43.964Z] OK: 217 MiB in 51 packages [2020-12-16T00:46:43.964Z] OK: 12620 distinct packages available [2020-12-16T00:46:43.964Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:46:43.964Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:46:43.964Z] OK: 12620 distinct packages available [2020-12-16T00:46:44.246Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:46:44.246Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:46:44.246Z] OK: 12620 distinct packages available [2020-12-16T00:46:44.856Z] OK: 217 MiB in 51 packages [2020-12-16T00:46:45.140Z] OK: 217 MiB in 51 packages [2020-12-16T00:46:45.416Z] OK: 217 MiB in 51 packages [2020-12-16T00:46:46.034Z] Removing intermediate container ed9a3952fe88 [2020-12-16T00:46:46.034Z] ---> 17d792e7016f [2020-12-16T00:46:46.034Z] Step 6/21 : COPY go.mod . [2020-12-16T00:46:46.325Z] Removing intermediate container f8774b997c25 [2020-12-16T00:46:46.325Z] ---> 96030affea13 [2020-12-16T00:46:46.325Z] Step 6/22 : COPY go.mod . [2020-12-16T00:46:47.323Z] Removing intermediate container a2f54f0bede1 [2020-12-16T00:46:47.323Z] ---> 45c269b3c47b [2020-12-16T00:46:47.323Z] Step 6/24 : COPY go.mod . [2020-12-16T00:46:47.323Z] Removing intermediate container 51c09db5303a [2020-12-16T00:46:47.323Z] ---> b61c24723795 [2020-12-16T00:46:47.323Z] Removing intermediate container 145966a67cae [2020-12-16T00:46:47.323Z] ---> 32f765a994e3 [2020-12-16T00:46:47.323Z] Step 6/27 : COPY go.mod . [2020-12-16T00:46:47.323Z] Step 6/24 : COPY go.mod . [2020-12-16T00:46:47.601Z] ---> 7beb4527ec9e [2020-12-16T00:46:47.601Z] Step 7/21 : RUN go mod download [2020-12-16T00:46:47.601Z] ---> f50805455c51 [2020-12-16T00:46:47.601Z] Step 7/22 : RUN go mod download [2020-12-16T00:46:47.882Z] ---> Running in 1993a0e4cc39 [2020-12-16T00:46:47.882Z] ---> Running in c5040aec0ed8 [2020-12-16T00:46:48.160Z] ---> df5e5647d8d0 [2020-12-16T00:46:48.160Z] Step 7/24 : RUN go mod download [2020-12-16T00:46:48.446Z] ---> 02104d2fb58b [2020-12-16T00:46:48.446Z] Step 7/24 : RUN go mod download [2020-12-16T00:46:48.446Z] ---> Running in fc8fb487fc6f [2020-12-16T00:46:48.741Z] ---> f8503c69fc5c [2020-12-16T00:46:48.741Z] Step 7/27 : RUN go mod download [2020-12-16T00:46:48.741Z] ---> Running in b409b9883f97 [2020-12-16T00:46:49.020Z] ---> Running in 3a8610f94566 [2020-12-16T00:46:53.368Z] Removing intermediate container c5040aec0ed8 [2020-12-16T00:46:53.368Z] ---> ed52057f2c5d [2020-12-16T00:46:53.368Z] Step 8/21 : COPY . . [2020-12-16T00:46:53.368Z] Removing intermediate container 1993a0e4cc39 [2020-12-16T00:46:53.368Z] ---> ff8694bba49c [2020-12-16T00:46:53.368Z] Step 8/22 : COPY . . [2020-12-16T00:46:53.369Z] Removing intermediate container fc8fb487fc6f [2020-12-16T00:46:53.369Z] ---> 3aabe89a8f20 [2020-12-16T00:46:53.369Z] Step 8/24 : COPY . . [2020-12-16T00:46:53.647Z] Removing intermediate container b409b9883f97 [2020-12-16T00:46:53.647Z] ---> 29a1f04e4b30 [2020-12-16T00:46:53.647Z] Step 8/24 : COPY . . [2020-12-16T00:46:54.249Z] Removing intermediate container 3a8610f94566 [2020-12-16T00:46:54.249Z] ---> 310dfe0f3b11 [2020-12-16T00:46:54.249Z] Step 8/27 : COPY . . [2020-12-16T00:47:21.110Z] ---> 0773d21fb652 [2020-12-16T00:47:21.110Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T00:47:21.110Z] ---> 5054d227f2d9 [2020-12-16T00:47:21.110Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T00:47:21.110Z] ---> Running in b6110fcbb3a3 [2020-12-16T00:47:21.110Z] ---> 3bda29bc03f3 [2020-12-16T00:47:21.110Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T00:47:21.110Z] ---> c3700169d906 [2020-12-16T00:47:21.110Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T00:47:21.110Z] ---> d4f07f85c94d [2020-12-16T00:47:21.110Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T00:47:21.110Z] ---> Running in bb63849212c5 [2020-12-16T00:47:21.110Z] ---> Running in c3afd1132ac4 [2020-12-16T00:47:21.110Z] ---> Running in 0d97643f602b [2020-12-16T00:47:21.110Z] ---> Running in ef80bf9cf212 [2020-12-16T00:47:22.556Z] 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-16T00:47:22.556Z] 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-16T00:47:22.839Z] 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-16T00:47:23.120Z] 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-16T00:47:23.120Z] 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-16T00:48:00.425Z] Running on prd-ubuntu18.04-docker-8c-8g-16224 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-16T00:48:00.478Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2020-12-16T00:48:02.668Z] using credential edgex-jenkins-ssh [2020-12-16T00:48:02.719Z] Cloning the remote Git repository [2020-12-16T00:48:02.752Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:48:02.813Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2020-12-16T00:48:02.839Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:48:02.840Z] > git --version # timeout=10 [2020-12-16T00:48:02.844Z] > git --version # 'git version 2.17.1' [2020-12-16T00:48:02.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:48:02.866Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:48:10.309Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:48:10.316Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T00:48:10.331Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T00:48:10.342Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T00:48:10.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:48:10.348Z] > 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-16T00:48:10.774Z] Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc [2020-12-16T00:48:11.035Z] Merge succeeded, producing 01fb6aed044f906baffe8a7306392864b51c0ee2 [2020-12-16T00:48:11.035Z] Checking out Revision 01fb6aed044f906baffe8a7306392864b51c0ee2 (PR-2908) [2020-12-16T00:48:10.789Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:48:10.794Z] > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [2020-12-16T00:48:10.921Z] > git remote # timeout=10 [2020-12-16T00:48:10.927Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T00:48:10.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T00:48:10.934Z] > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [2020-12-16T00:48:11.030Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T00:48:11.046Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T00:48:11.049Z] > git checkout -f 01fb6aed044f906baffe8a7306392864b51c0ee2 # timeout=10 [2020-12-16T00:48:14.625Z] Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" [2020-12-16T00:48:14.636Z] > git rev-list --no-walk f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:48:15.758Z] + echo snap-build.sh [2020-12-16T00:48:15.758Z] snap-build.sh [2020-12-16T00:48:15.758Z] + SNAP_BASE_DIR=. [2020-12-16T00:48:15.758Z] + '[' '!' -z /w/workspace/edgex-go/18 ']' [2020-12-16T00:48:15.758Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/18 [2020-12-16T00:48:15.758Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' [2020-12-16T00:48:15.758Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/18] [2020-12-16T00:48:15.758Z] + cd /w/workspace/edgex-go/18 [2020-12-16T00:48:15.758Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-16T00:48:15.758Z] Reading package lists... [2020-12-16T00:48:16.020Z] Building dependency tree... [2020-12-16T00:48:16.020Z] Reading state information... [2020-12-16T00:48:16.020Z] The following packages were automatically installed and are no longer required: [2020-12-16T00:48:16.020Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-16T00:48:16.020Z] uidmap xdelta3 [2020-12-16T00:48:16.020Z] Use 'sudo apt autoremove' to remove them. [2020-12-16T00:48:16.020Z] The following packages will be REMOVED: [2020-12-16T00:48:16.020Z] lxd* lxd-client* [2020-12-16T00:48:16.591Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-16T00:48:16.591Z] After this operation, 31.7 MB disk space will be freed. [2020-12-16T00:48:17.634Z] (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-16T00:48:17.634Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T00:48:18.580Z] Removing lxd dnsmasq configuration [2020-12-16T00:48:18.580Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T00:48:18.840Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-16T00:48:19.415Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T00:48:19.678Z] (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-16T00:48:19.678Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T00:48:21.069Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-16T00:48:21.330Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-16T00:48:22.736Z] + sudo snap remove --purge lxd [2020-12-16T00:48:22.996Z] snap "lxd" is not installed [2020-12-16T00:48:22.996Z] + sudo groupadd --force --system lxd [2020-12-16T00:48:22.996Z] ++ whoami [2020-12-16T00:48:22.996Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-16T00:48:22.996Z] + newgrp - lxd [2020-12-16T00:48:23.256Z] + sudo snap install lxd [2020-12-16T00:48:31.393Z] 2020-12-16T00:48:29Z INFO Waiting for automatic snapd restart... [2020-12-16T00:48:45.063Z] 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-16T00:48:46.305Z] lxd 4.9 from Canonical* installed [2020-12-16T00:48:46.305Z] + sudo lxd init --auto [2020-12-16T00:48:54.535Z] + sudo snap install --classic snapcraft [2020-12-16T00:48:59.830Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T00:48:59.830Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-16T00:48:59.830Z] + patch --verbose -p1 [2020-12-16T00:48:59.830Z] Hmm... Looks like a unified diff to me... [2020-12-16T00:48:59.830Z] The text leading up to this was: [2020-12-16T00:48:59.830Z] -------------------------- [2020-12-16T00:48:59.830Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-16T00:48:59.830Z] |From: Tony Espy [2020-12-16T00:48:59.830Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-16T00:48:59.830Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-16T00:48:59.830Z] | [2020-12-16T00:48:59.830Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-16T00:48:59.830Z] |optimize the snap CI check run for pull requests. When [2020-12-16T00:48:59.830Z] |applied, it essentially strips out everything (apps and [2020-12-16T00:48:59.830Z] |parts) from the snapcraft.yaml file except those required [2020-12-16T00:48:59.830Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-16T00:48:59.830Z] |catch changes to edgex-go that break the snap build. [2020-12-16T00:48:59.830Z] | [2020-12-16T00:48:59.830Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-16T00:48:59.830Z] |to update this patch file, otherwise it may fail to apply, [2020-12-16T00:48:59.830Z] |resulting in a failed snap build CI check in the associated [2020-12-16T00:48:59.830Z] |pull request. [2020-12-16T00:48:59.830Z] | [2020-12-16T00:48:59.830Z] |Note - in addition to applying this patch, the pipeline also [2020-12-16T00:48:59.830Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-16T00:48:59.830Z] |need to build the finally binary .snap file (and it won't [2020-12-16T00:48:59.830Z] |work with the patch applied). This further reduces the build [2020-12-16T00:48:59.830Z] |time. [2020-12-16T00:48:59.830Z] |--- [2020-12-16T00:48:59.830Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-16T00:48:59.830Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-16T00:48:59.830Z] | [2020-12-16T00:48:59.830Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-16T00:48:59.830Z] |index b265277c..d7e1de37 100644 [2020-12-16T00:48:59.830Z] |--- a/snap/snapcraft.yaml [2020-12-16T00:48:59.830Z] |+++ b/snap/snapcraft.yaml [2020-12-16T00:48:59.830Z] -------------------------- [2020-12-16T00:48:59.830Z] patching file snap/snapcraft.yaml [2020-12-16T00:48:59.830Z] Using Plan A... [2020-12-16T00:48:59.830Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-16T00:48:59.830Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-16T00:48:59.830Z] Hunk #3 succeeded at 209 (offset -9 lines). [2020-12-16T00:48:59.830Z] Hunk #4 succeeded at 224 (offset -9 lines). [2020-12-16T00:48:59.830Z] Hunk #5 succeeded at 232 (offset -9 lines). [2020-12-16T00:48:59.830Z] Hunk #6 succeeded at 239 (offset -9 lines). [2020-12-16T00:48:59.830Z] Hunk #7 succeeded at 266 (offset -9 lines). [2020-12-16T00:48:59.830Z] Hunk #8 succeeded at 300 (offset -9 lines). [2020-12-16T00:48:59.830Z] Hunk #9 succeeded at 356 (offset -9 lines). [2020-12-16T00:48:59.830Z] Hmm... Ignoring the trailing garbage. [2020-12-16T00:48:59.830Z] done [2020-12-16T00:48:59.830Z] + sudo snapcraft prime --use-lxd [2020-12-16T00:49:01.746Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-16T00:49:01.746Z] 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-16T00:49:01.746Z] - README.md [2020-12-16T00:49:01.746Z] - snapcraft.yaml.orig [2020-12-16T00:49:01.746Z] [2020-12-16T00:49:01.746Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T00:49:02.318Z] Launching a container. [2020-12-16T00:49:07.282Z] Removing intermediate container 0d97643f602b [2020-12-16T00:49:07.282Z] ---> 90385be7a520 [2020-12-16T00:49:07.282Z] [2020-12-16T00:49:07.282Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T00:49:07.282Z] 3.10: Pulling from library/alpine [2020-12-16T00:49:07.282Z] Removing intermediate container bb63849212c5 [2020-12-16T00:49:07.282Z] ---> c47cba8c6da7 [2020-12-16T00:49:07.282Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T00:49:07.282Z] ---> Running in f52b67bc4bc0 [2020-12-16T00:49:07.282Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T00:49:07.282Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T00:49:07.282Z] ---> 536a684cf733 [2020-12-16T00:49:07.282Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T00:49:07.282Z] ---> Running in dfcec1b9fd3e [2020-12-16T00:49:07.282Z] 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-16T00:49:07.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:49:08.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:49:09.094Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T00:49:09.094Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T00:49:09.094Z] OK: 10171 distinct packages available [2020-12-16T00:49:10.088Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T00:49:10.088Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T00:49:10.370Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T00:49:10.370Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T00:49:10.370Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T00:49:10.370Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T00:49:10.370Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T00:49:10.646Z] OK: 7 MiB in 19 packages [2020-12-16T00:49:14.071Z] Removing intermediate container dfcec1b9fd3e [2020-12-16T00:49:14.071Z] ---> eafd50d0d7ed [2020-12-16T00:49:14.071Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:49:14.071Z] Removing intermediate container f52b67bc4bc0 [2020-12-16T00:49:14.071Z] ---> c5d6e6acb779 [2020-12-16T00:49:14.071Z] [2020-12-16T00:49:14.071Z] Step 11/27 : FROM docker:latest [2020-12-16T00:49:14.071Z] ---> 0c09fb3ff9b5 [2020-12-16T00:49:14.071Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T00:49:14.071Z] ---> Running in 5c3e808a6fff [2020-12-16T00:49:14.071Z] ---> Running in 57946e2b9cc7 [2020-12-16T00:49:14.573Z] Waiting for container to be ready [2020-12-16T00:49:14.574Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-16T00:49:14.574Z] [2020-12-16T00:49:15.075Z] Removing intermediate container 5c3e808a6fff [2020-12-16T00:49:15.075Z] ---> 635995df3b40 [2020-12-16T00:49:15.075Z] Step 13/24 : WORKDIR / [2020-12-16T00:49:15.353Z] ---> Running in fb90efc3aaa5 [2020-12-16T00:49:15.976Z] Removing intermediate container fb90efc3aaa5 [2020-12-16T00:49:15.976Z] ---> 9fda41addab4 [2020-12-16T00:49:15.976Z] 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-16T00:49:16.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:49:16.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:49:17.120Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-16T00:49:17.382Z] Waiting for network to be ready... [2020-12-16T00:49:17.490Z] ---> 251ef1405d4f [2020-12-16T00:49:17.490Z] 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-16T00:49:17.490Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T00:49:17.490Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T00:49:17.641Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T00:49:17.771Z] Executing bash-5.0.17-r0.post-install [2020-12-16T00:49:17.771Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:49:17.771Z] OK: 12 MiB in 22 packages [2020-12-16T00:49:17.902Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T00:49:17.902Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T00:49:17.902Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T00:49:17.902Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T00:49:17.902Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T00:49:17.902Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T00:49:17.902Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T00:49:17.902Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T00:49:17.902Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T00:49:18.395Z] ---> 798afc1a613d [2020-12-16T00:49:18.395Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T00:49:18.473Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T00:49:18.474Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T00:49:18.734Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T00:49:18.734Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T00:49:18.734Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T00:49:18.734Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T00:49:18.734Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T00:49:18.734Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T00:49:18.994Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T00:49:19.254Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T00:49:19.515Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T00:49:19.515Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T00:49:19.515Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T00:49:19.515Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T00:49:19.515Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T00:49:19.515Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T00:49:19.515Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T00:49:20.398Z] Removing intermediate container 57946e2b9cc7 [2020-12-16T00:49:20.398Z] ---> 7686d7facaea [2020-12-16T00:49:20.398Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T00:49:20.398Z] ---> 018b59d0fb1f [2020-12-16T00:49:20.398Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T00:49:20.398Z] ---> Running in b7b55e9afaab [2020-12-16T00:49:22.811Z] Fetched 23.5 MB in 5s (4908 kB/s) [2020-12-16T00:49:23.037Z] ---> 4fa2c281c6c1 [2020-12-16T00:49:23.037Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T00:49:23.752Z] Reading package lists... [2020-12-16T00:49:24.013Z] Reading package lists... [2020-12-16T00:49:24.013Z] Building dependency tree... [2020-12-16T00:49:24.013Z] Reading state information... [2020-12-16T00:49:24.272Z] The following additional packages will be installed: [2020-12-16T00:49:24.272Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T00:49:24.272Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T00:49:24.272Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T00:49:24.272Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-16T00:49:24.272Z] Suggested packages: [2020-12-16T00:49:24.272Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-16T00:49:24.272Z] Recommended packages: [2020-12-16T00:49:24.272Z] gnupg libsasl2-modules [2020-12-16T00:49:24.272Z] The following NEW packages will be installed: [2020-12-16T00:49:24.272Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T00:49:24.272Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T00:49:24.272Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T00:49:24.272Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-16T00:49:24.272Z] The following packages will be upgraded: [2020-12-16T00:49:24.272Z] gpg gpg-agent gpgconf libudev1 [2020-12-16T00:49:24.531Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-16T00:49:24.531Z] Need to get 3531 kB of archives. [2020-12-16T00:49:24.531Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-16T00:49:24.531Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-16T00:49:24.531Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-16T00:49:24.792Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-16T00:49:25.025Z] ---> a66a9936022f [2020-12-16T00:49:25.025Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T00:49:25.052Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-16T00:49:25.052Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-16T00:49:25.052Z] 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-16T00:49:25.052Z] 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-16T00:49:25.052Z] 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-16T00:49:25.052Z] 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-16T00:49:25.052Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-16T00:49:25.052Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-16T00:49:25.052Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-16T00:49:25.052Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-16T00:49:25.052Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-16T00:49:25.052Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-16T00:49:25.052Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-16T00:49:25.052Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-16T00:49:25.052Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-16T00:49:25.052Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-16T00:49:25.303Z] Removing intermediate container ef80bf9cf212 [2020-12-16T00:49:25.303Z] ---> b37dc866cdac [2020-12-16T00:49:25.303Z] [2020-12-16T00:49:25.303Z] Step 10/22 : FROM scratch [2020-12-16T00:49:25.303Z] ---> [2020-12-16T00:49:25.303Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:49:25.303Z] Removing intermediate container b7b55e9afaab [2020-12-16T00:49:25.303Z] ---> 2497320a5850 [2020-12-16T00:49:25.303Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T00:49:25.312Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-16T00:49:25.312Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-16T00:49:25.312Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-16T00:49:25.312Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T00:49:25.312Z] Fetched 3531 kB in 1s (3492 kB/s) [2020-12-16T00:49:25.573Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T00:49:25.573Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-16T00:49:25.573Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T00:49:25.573Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-16T00:49:25.581Z] ---> Running in 30fd4d1b38ca [2020-12-16T00:49:25.581Z] Removing intermediate container b6110fcbb3a3 [2020-12-16T00:49:25.581Z] ---> ed470cd0bf43 [2020-12-16T00:49:25.581Z] [2020-12-16T00:49:25.581Z] Step 10/21 : FROM scratch [2020-12-16T00:49:25.581Z] ---> [2020-12-16T00:49:25.834Z] Selecting previously unselected package udev. [2020-12-16T00:49:25.834Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T00:49:25.834Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-16T00:49:25.834Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-16T00:49:25.869Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Removing intermediate container c3afd1132ac4 [2020-12-16T00:49:25.869Z] ---> 6be2782e61eb [2020-12-16T00:49:25.869Z] [2020-12-16T00:49:25.869Z] Step 10/24 : FROM scratch [2020-12-16T00:49:25.869Z] ---> [2020-12-16T00:49:25.869Z] [2020-12-16T00:49:25.869Z] ---> Running in 48b6f1659f8c [2020-12-16T00:49:25.869Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T00:49:26.095Z] Selecting previously unselected package libfuse2:amd64. [2020-12-16T00:49:26.096Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T00:49:26.096Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T00:49:26.096Z] Selecting previously unselected package fuse. [2020-12-16T00:49:26.096Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T00:49:26.096Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-16T00:49:26.146Z] ---> Running in 5fc548379887 [2020-12-16T00:49:26.146Z] ---> Running in b49ec925d21b [2020-12-16T00:49:26.355Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T00:49:26.355Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T00:49:26.355Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T00:49:26.355Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T00:49:26.419Z] Removing intermediate container 30fd4d1b38ca [2020-12-16T00:49:26.419Z] ---> 47834fdd9b7a [2020-12-16T00:49:26.419Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T00:49:26.419Z] ---> e7bc0b6e5d36 [2020-12-16T00:49:26.419Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T00:49:26.419Z] Removing intermediate container 48b6f1659f8c [2020-12-16T00:49:26.419Z] ---> 119b14e1707f [2020-12-16T00:49:26.419Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T00:49:26.419Z] ---> Running in 1f42d0d77474 [2020-12-16T00:49:26.616Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T00:49:26.616Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T00:49:26.616Z] Selecting previously unselected package libksba8:amd64. [2020-12-16T00:49:26.616Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-16T00:49:26.616Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-16T00:49:26.693Z] ---> Running in b930a66a8447 [2020-12-16T00:49:26.693Z] ---> Running in 35eaf83a45c8 [2020-12-16T00:49:26.876Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-16T00:49:26.876Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:26.876Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:26.876Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-16T00:49:26.876Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:26.876Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:26.876Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-16T00:49:26.876Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:26.978Z] Removing intermediate container b49ec925d21b [2020-12-16T00:49:26.978Z] ---> 0a728afe8076 [2020-12-16T00:49:26.978Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T00:49:26.978Z] Removing intermediate container 5fc548379887 [2020-12-16T00:49:26.978Z] ---> e3e674e0d3c5 [2020-12-16T00:49:26.978Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T00:49:26.978Z] ---> Running in 437e594fef52 [2020-12-16T00:49:26.978Z] ---> Running in 2505549b72d7 [2020-12-16T00:49:27.136Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:27.136Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-16T00:49:27.136Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:27.136Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:27.136Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-16T00:49:27.269Z] Removing intermediate container 1f42d0d77474 [2020-12-16T00:49:27.269Z] ---> ada9187a079a [2020-12-16T00:49:27.269Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:49:27.269Z] Removing intermediate container 35eaf83a45c8 [2020-12-16T00:49:27.269Z] ---> cf716704ce9a [2020-12-16T00:49:27.269Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T00:49:27.269Z] ---> Running in 415abce1b809 [2020-12-16T00:49:27.397Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:27.397Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:27.397Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-16T00:49:27.397Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:27.397Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:27.397Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-16T00:49:27.397Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:27.397Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:27.544Z] ---> Running in c88771728dae [2020-12-16T00:49:27.658Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-16T00:49:27.658Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:27.658Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:27.658Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-16T00:49:27.658Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T00:49:27.658Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:27.658Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-16T00:49:27.815Z] Removing intermediate container 2505549b72d7 [2020-12-16T00:49:27.815Z] ---> 630765542b46 [2020-12-16T00:49:27.815Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T00:49:27.815Z] Removing intermediate container 437e594fef52 [2020-12-16T00:49:27.815Z] ---> 98a534a7da2d [2020-12-16T00:49:27.815Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T00:49:27.919Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T00:49:27.919Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T00:49:27.919Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-16T00:49:27.919Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T00:49:27.919Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T00:49:27.919Z] Selecting previously unselected package libldap-common. [2020-12-16T00:49:27.919Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-16T00:49:27.919Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T00:49:27.919Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-16T00:49:27.919Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-16T00:49:28.093Z] ---> Running in e6a40715b036 [2020-12-16T00:49:28.093Z] ---> Running in 85b7433f312b [2020-12-16T00:49:28.093Z] Removing intermediate container 415abce1b809 [2020-12-16T00:49:28.093Z] ---> 172024347556 [2020-12-16T00:49:28.093Z] Step 14/22 : WORKDIR / [2020-12-16T00:49:28.179Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T00:49:28.180Z] Selecting previously unselected package dirmngr. [2020-12-16T00:49:28.180Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T00:49:28.180Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T00:49:28.180Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T00:49:28.180Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-16T00:49:28.369Z] ---> Running in 7143831158f6 [2020-12-16T00:49:28.369Z] Removing intermediate container c88771728dae [2020-12-16T00:49:28.369Z] ---> f8d03e0cdf01 [2020-12-16T00:49:28.369Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T00:49:28.440Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T00:49:28.440Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T00:49:28.440Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T00:49:28.440Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-16T00:49:28.440Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:28.440Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-16T00:49:28.440Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T00:49:28.440Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-16T00:49:28.973Z] Removing intermediate container 85b7433f312b [2020-12-16T00:49:28.973Z] ---> 31d7854ffac5 [2020-12-16T00:49:28.973Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T00:49:28.973Z] Removing intermediate container e6a40715b036 [2020-12-16T00:49:28.973Z] ---> 2bb413109d94 [2020-12-16T00:49:28.973Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T00:49:29.013Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-16T00:49:29.013Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.013Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-16T00:49:29.013Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-16T00:49:29.013Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-16T00:49:29.013Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.013Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.253Z] Removing intermediate container 7143831158f6 [2020-12-16T00:49:29.253Z] ---> aab13fde3b0d [2020-12-16T00:49:29.253Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T00:49:29.274Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.274Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.274Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.274Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.274Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T00:49:29.274Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T00:49:29.274Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T00:49:29.274Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T00:49:29.846Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-16T00:49:29.846Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-16T00:49:29.846Z] This means they are not meant to be enabled using systemctl. [2020-12-16T00:49:29.846Z] Possible reasons for having this kind of units are: [2020-12-16T00:49:29.846Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-16T00:49:29.846Z] .wants/ or .requires/ directory. [2020-12-16T00:49:29.846Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-16T00:49:29.846Z] a requirement dependency on it. [2020-12-16T00:49:29.846Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-16T00:49:29.846Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-16T00:49:29.846Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-16T00:49:29.846Z] instance name specified. [2020-12-16T00:49:30.108Z] Reading package lists... [2020-12-16T00:49:30.243Z] Removing intermediate container b930a66a8447 [2020-12-16T00:49:30.243Z] ---> 7e0d824939c9 [2020-12-16T00:49:30.243Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T00:49:30.243Z] ---> 8ec3b39ee2c5 [2020-12-16T00:49:30.243Z] ---> eaeb2798a325 [2020-12-16T00:49:30.243Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificatesStep 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T00:49:30.243Z] [2020-12-16T00:49:30.243Z] ---> 9bfe2ee4cbce [2020-12-16T00:49:30.243Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T00:49:30.368Z] Building dependency tree... [2020-12-16T00:49:30.368Z] Reading state information... [2020-12-16T00:49:30.368Z] The following additional packages will be installed: [2020-12-16T00:49:30.368Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-16T00:49:30.368Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-16T00:49:30.368Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-16T00:49:30.368Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-16T00:49:30.368Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-16T00:49:30.368Z] Suggested packages: [2020-12-16T00:49:30.368Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-16T00:49:30.368Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-16T00:49:30.368Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-16T00:49:30.368Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-16T00:49:30.368Z] systemd-container policykit-1 [2020-12-16T00:49:30.368Z] Recommended packages: [2020-12-16T00:49:30.368Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-16T00:49:30.368Z] The following NEW packages will be installed: [2020-12-16T00:49:30.368Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-16T00:49:30.368Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-16T00:49:30.368Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-16T00:49:30.368Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-16T00:49:30.368Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-16T00:49:30.368Z] The following packages will be upgraded: [2020-12-16T00:49:30.368Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-16T00:49:30.519Z] ---> Running in d71b44856671 [2020-12-16T00:49:30.519Z] ---> c7bacf557994 [2020-12-16T00:49:30.519Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T00:49:30.629Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-16T00:49:30.629Z] Need to get 35.2 MB of archives. [2020-12-16T00:49:30.629Z] After this operation, 141 MB of additional disk space will be used. [2020-12-16T00:49:30.629Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-16T00:49:30.629Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-16T00:49:30.629Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-16T00:49:30.629Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-16T00:49:30.629Z] 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-16T00:49:30.629Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-16T00:49:30.629Z] 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-16T00:49:30.629Z] 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-16T00:49:30.889Z] 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-16T00:49:30.889Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-16T00:49:30.889Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-16T00:49:30.889Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-16T00:49:30.889Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-16T00:49:30.889Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-16T00:49:30.889Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-16T00:49:30.889Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-16T00:49:30.889Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-16T00:49:31.466Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-16T00:49:31.466Z] 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-16T00:49:31.466Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-16T00:49:31.466Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-16T00:49:31.466Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-16T00:49:31.466Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-16T00:49:31.466Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-16T00:49:31.466Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-16T00:49:31.466Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-16T00:49:31.466Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-16T00:49:31.501Z] Removing intermediate container d71b44856671 [2020-12-16T00:49:31.501Z] ---> b8a684072037 [2020-12-16T00:49:31.501Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T00:49:31.728Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-16T00:49:31.728Z] 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-16T00:49:31.728Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-16T00:49:31.778Z] ---> 1d16d3270203 [2020-12-16T00:49:31.778Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T00:49:31.778Z] ---> Running in 42e8e0d5e374 [2020-12-16T00:49:32.054Z] ---> c9965b8c5fa4 [2020-12-16T00:49:32.054Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T00:49:32.054Z] ---> fc47d759480b [2020-12-16T00:49:32.054Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T00:49:32.328Z] ---> 6e0c3beeff6c [2020-12-16T00:49:32.328Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T00:49:32.328Z] Removing intermediate container 42e8e0d5e374 [2020-12-16T00:49:32.328Z] ---> e772f195f517 [2020-12-16T00:49:32.328Z] Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:49:32.604Z] ---> Running in 49a2502203c3 [2020-12-16T00:49:32.672Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T00:49:32.933Z] Fetched 35.2 MB in 2s (16.0 MB/s) [2020-12-16T00:49:32.933Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T00:49:32.933Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-16T00:49:32.933Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T00:49:33.203Z] ---> f0332d8ed500 [2020-12-16T00:49:33.203Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T00:49:33.475Z] Removing intermediate container 49a2502203c3 [2020-12-16T00:49:33.475Z] ---> ee85cc072834 [2020-12-16T00:49:33.475Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:49:33.475Z] ---> Running in 1d088cb3dca0 [2020-12-16T00:49:33.475Z] ---> a7588e34e37a [2020-12-16T00:49:33.475Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T00:49:33.505Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-16T00:49:33.506Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T00:49:33.749Z] ---> 4c0499bcfebc [2020-12-16T00:49:33.749Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T00:49:33.749Z] ---> Running in 35b941390133 [2020-12-16T00:49:33.749Z] ---> Running in 6ec57be86e74 [2020-12-16T00:49:33.749Z] ---> Running in dc432b0b35f5 [2020-12-16T00:49:33.766Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-16T00:49:33.766Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T00:49:33.766Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T00:49:33.766Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T00:49:34.028Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-16T00:49:34.028Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T00:49:34.028Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T00:49:34.029Z] ---> 33546a0feeb5 [2020-12-16T00:49:34.029Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T00:49:34.290Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T00:49:34.629Z] Removing intermediate container 35b941390133 [2020-12-16T00:49:34.629Z] ---> 3d4999c8d8ad [2020-12-16T00:49:34.629Z] [2020-12-16T00:49:34.629Z] Removing intermediate container 6ec57be86e74 [2020-12-16T00:49:34.629Z] ---> b8b83a542afa [2020-12-16T00:49:34.629Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:49:34.863Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-16T00:49:34.863Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-16T00:49:34.914Z] Removing intermediate container dc432b0b35f5 [2020-12-16T00:49:34.914Z] ---> 340a2f89cee7 [2020-12-16T00:49:34.914Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:49:34.914Z] ---> Running in 3948c78a3b5d [2020-12-16T00:49:34.914Z] ---> Running in 36e44618ed4c [2020-12-16T00:49:35.125Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-16T00:49:35.191Z] Successfully built 3d4999c8d8ad [2020-12-16T00:49:35.191Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T00:49:35.191Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-12-16T00:49:35.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:49:35.386Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-16T00:49:35.386Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T00:49:35.386Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T00:49:35.483Z] ---> 14e0fe964331 [2020-12-16T00:49:35.483Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T00:49:35.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:49:35.483Z] Removing intermediate container 3948c78a3b5d [2020-12-16T00:49:35.483Z] ---> 5d171b70633f [2020-12-16T00:49:35.483Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T00:49:35.648Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-16T00:49:35.649Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T00:49:35.649Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:35.649Z] Selecting previously unselected package libexpat1:amd64. [2020-12-16T00:49:35.649Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-16T00:49:35.649Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T00:49:35.787Z] ---> Running in 6112c74e6714 [2020-12-16T00:49:35.787Z] Removing intermediate container 36e44618ed4c [2020-12-16T00:49:35.787Z] ---> 5ed9ee1025bf [2020-12-16T00:49:35.787Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T00:49:35.909Z] Selecting previously unselected package python3.6-minimal. [2020-12-16T00:49:35.909Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T00:49:35.909Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:36.066Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T00:49:36.066Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T00:49:36.066Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T00:49:36.066Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T00:49:36.066Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T00:49:36.066Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T00:49:36.066Z] ---> Running in e75a6efafa12 [2020-12-16T00:49:36.169Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T00:49:36.169Z] Checking for services that may need to be restarted...done. [2020-12-16T00:49:36.169Z] Checking for services that may need to be restarted...done. [2020-12-16T00:49:36.169Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:36.347Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T00:49:36.429Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T00:49:36.429Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:36.623Z] Removing intermediate container 6112c74e6714 [2020-12-16T00:49:36.623Z] ---> 2203ce0afc5e [2020-12-16T00:49:36.623Z] Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:49:36.999Z] Selecting previously unselected package python3-minimal. [2020-12-16T00:49:36.999Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-16T00:49:36.999Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-16T00:49:36.999Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-16T00:49:36.999Z] Selecting previously unselected package mime-support. [2020-12-16T00:49:36.999Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-16T00:49:36.999Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-16T00:49:37.260Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-16T00:49:37.260Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-16T00:49:37.260Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T00:49:37.260Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-16T00:49:37.260Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T00:49:37.260Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:37.631Z] ---> Running in 93ace9967dc7 [2020-12-16T00:49:37.631Z] Removing intermediate container e75a6efafa12 [2020-12-16T00:49:37.631Z] ---> 5e2e8f7770ca [2020-12-16T00:49:37.631Z] Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:49:37.830Z] Selecting previously unselected package python3.6. [2020-12-16T00:49:37.830Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T00:49:37.830Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:37.830Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-16T00:49:37.830Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-16T00:49:37.830Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T00:49:37.830Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-16T00:49:38.099Z] Selecting previously unselected package python3. [2020-12-16T00:49:38.099Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-16T00:49:38.099Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-16T00:49:38.099Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-16T00:49:38.256Z] ---> 8e033d348253 [2020-12-16T00:49:38.256Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T00:49:38.256Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T00:49:38.256Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T00:49:38.256Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T00:49:38.256Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T00:49:38.359Z] Selecting previously unselected package multiarch-support. [2020-12-16T00:49:38.359Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T00:49:38.359Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-16T00:49:38.359Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-16T00:49:38.359Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-16T00:49:38.359Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-16T00:49:38.359Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-16T00:49:38.359Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T00:49:38.533Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T00:49:38.533Z] ---> Running in 122d8157878e [2020-12-16T00:49:38.533Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T00:49:38.533Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T00:49:38.533Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T00:49:38.619Z] Selecting previously unselected package libbsd0:amd64. [2020-12-16T00:49:38.619Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-16T00:49:38.619Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T00:49:38.619Z] Selecting previously unselected package sudo. [2020-12-16T00:49:38.619Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-16T00:49:38.619Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T00:49:38.808Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T00:49:38.808Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T00:49:38.808Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T00:49:38.808Z] Removing intermediate container 93ace9967dc7 [2020-12-16T00:49:38.808Z] ---> 57e289284700 [2020-12-16T00:49:38.808Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:49:38.808Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T00:49:38.808Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T00:49:38.808Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T00:49:38.808Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T00:49:38.880Z] Selecting previously unselected package apparmor. [2020-12-16T00:49:38.880Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T00:49:38.880Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-16T00:49:38.880Z] Selecting previously unselected package libedit2:amd64. [2020-12-16T00:49:38.880Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-16T00:49:38.880Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T00:49:39.091Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T00:49:39.091Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T00:49:39.092Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T00:49:39.092Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T00:49:39.092Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T00:49:39.092Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T00:49:39.092Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T00:49:39.092Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T00:49:39.092Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T00:49:39.092Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T00:49:39.092Z] ---> Running in 01780b46de1a [2020-12-16T00:49:39.092Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T00:49:39.140Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-16T00:49:39.140Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T00:49:39.140Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:39.140Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-16T00:49:39.140Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T00:49:39.140Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:39.140Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-16T00:49:39.140Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-16T00:49:39.140Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T00:49:39.378Z] Removing intermediate container 122d8157878e [2020-12-16T00:49:39.378Z] ---> fbbc69bb8445 [2020-12-16T00:49:39.378Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:49:39.378Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:49:39.378Z] OK: 71 MiB in 55 packages [2020-12-16T00:49:39.400Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-16T00:49:39.400Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T00:49:39.400Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:39.400Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-16T00:49:39.400Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T00:49:39.400Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:39.655Z] ---> 4940ea44c720 [2020-12-16T00:49:39.656Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T00:49:39.662Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-16T00:49:39.662Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-16T00:49:39.662Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T00:49:39.932Z] ---> Running in 318426cbc48c [2020-12-16T00:49:39.933Z] ---> Running in 27d4aaf04ea9 [2020-12-16T00:49:40.209Z] Removing intermediate container 01780b46de1a [2020-12-16T00:49:40.209Z] ---> 3fd686ed4db0 [2020-12-16T00:49:40.209Z] [2020-12-16T00:49:40.237Z] Selecting previously unselected package openssh-client. [2020-12-16T00:49:40.237Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-16T00:49:40.237Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T00:49:40.496Z] Selecting previously unselected package squashfs-tools. [2020-12-16T00:49:40.496Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-16T00:49:40.496Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T00:49:40.496Z] Selecting previously unselected package snapd. [2020-12-16T00:49:40.496Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-16T00:49:40.496Z] Unpacking snapd (2.48+18.04) ... [2020-12-16T00:49:40.807Z] Successfully built 3fd686ed4db0 [2020-12-16T00:49:41.083Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T00:49:41.083Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-12-16T00:49:41.083Z] Removing intermediate container 27d4aaf04ea9 [2020-12-16T00:49:41.083Z] ---> 125050bc48ef [2020-12-16T00:49:41.083Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:49:41.083Z] Removing intermediate container 318426cbc48c [2020-12-16T00:49:41.083Z] ---> 6829879c9ead [2020-12-16T00:49:41.083Z] [2020-12-16T00:49:41.364Z] ---> Running in 1e3de1462bd4 [2020-12-16T00:49:41.639Z] Successfully built 6829879c9ead [2020-12-16T00:49:41.639Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T00:49:41.639Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-16T00:49:42.241Z] Removing intermediate container 1e3de1462bd4 [2020-12-16T00:49:42.241Z] ---> d4ce208ce376 [2020-12-16T00:49:42.241Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T00:49:42.515Z] ---> Running in f5021a75d9aa [2020-12-16T00:49:43.044Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T00:49:43.044Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T00:49:43.044Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-16T00:49:43.044Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T00:49:43.044Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T00:49:43.044Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:43.044Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T00:49:43.044Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-16T00:49:43.044Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-16T00:49:43.498Z] Removing intermediate container f5021a75d9aa [2020-12-16T00:49:43.498Z] ---> 9516ca4de2db [2020-12-16T00:49:43.498Z] Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:49:43.776Z] ---> Running in 91bf016a9697 [2020-12-16T00:49:43.985Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T00:49:43.985Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T00:49:43.985Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T00:49:43.985Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:43.985Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:43.985Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T00:49:44.387Z] Removing intermediate container 91bf016a9697 [2020-12-16T00:49:44.387Z] ---> 134ce864c377 [2020-12-16T00:49:44.387Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T00:49:44.663Z] ---> Running in 0ecce496b466 [2020-12-16T00:49:44.927Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T00:49:44.927Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:44.927Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T00:49:44.927Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-16T00:49:44.927Z] running python rtupdate hooks for python3.6... [2020-12-16T00:49:44.927Z] running python post-rtupdate hooks for python3.6... [2020-12-16T00:49:44.927Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-16T00:49:45.661Z] Removing intermediate container 0ecce496b466 [2020-12-16T00:49:45.661Z] ---> 350ae8ed7043 [2020-12-16T00:49:45.661Z] [2020-12-16T00:49:46.259Z] Successfully built 350ae8ed7043 [2020-12-16T00:49:46.259Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T00:49:46.259Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-12-16T00:49:46.845Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-16T00:49:46.845Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T00:49:46.845Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T00:49:46.845Z] Setting up snapd (2.48+18.04) ... [2020-12-16T00:49:46.850Z] Removing intermediate container 1d088cb3dca0 [2020-12-16T00:49:46.850Z] ---> 83969c26a4f2 [2020-12-16T00:49:46.850Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T00:49:47.130Z] ---> Running in 5288adf2b339 [2020-12-16T00:49:47.416Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-16T00:49:47.677Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-16T00:49:47.937Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-16T00:49:47.937Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-16T00:49:48.200Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T00:49:48.200Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T00:49:48.460Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-16T00:49:48.721Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-16T00:49:48.981Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-16T00:49:49.242Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-16T00:49:49.242Z] /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-16T00:49:49.242Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T00:49:49.504Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T00:49:50.447Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T00:49:50.447Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T00:49:50.447Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T00:49:50.709Z] Fetched 88.7 kB in 1s (162 kB/s) [2020-12-16T00:49:52.094Z] Reading package lists... [2020-12-16T00:49:52.356Z] Reading package lists... [2020-12-16T00:49:52.356Z] Building dependency tree... [2020-12-16T00:49:52.356Z] Reading state information... [2020-12-16T00:49:52.624Z] Calculating upgrade... [2020-12-16T00:49:52.624Z] The following packages will be upgraded: [2020-12-16T00:49:52.624Z] advancecomp base-files bash binutils binutils-common [2020-12-16T00:49:52.624Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-16T00:49:52.624Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-16T00:49:52.624Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-16T00:49:52.624Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-16T00:49:52.624Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-16T00:49:52.624Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-16T00:49:52.624Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-16T00:49:52.624Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-16T00:49:52.624Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-16T00:49:52.624Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-16T00:49:52.624Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-16T00:49:52.624Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-16T00:49:52.624Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-16T00:49:52.884Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T00:49:52.884Z] Need to get 63.5 MB of archives. [2020-12-16T00:49:52.884Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-16T00:49:52.884Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-16T00:49:52.884Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-16T00:49:52.884Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-16T00:49:52.884Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-16T00:49:52.884Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-16T00:49:52.884Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-16T00:49:52.884Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-16T00:49:52.884Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-16T00:49:52.884Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-16T00:49:52.884Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-16T00:49:52.884Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-16T00:49:52.884Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-16T00:49:52.884Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-16T00:49:52.884Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-16T00:49:52.884Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-16T00:49:52.884Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-16T00:49:52.884Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-16T00:49:53.146Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-16T00:49:53.146Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-16T00:49:53.146Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-16T00:49:53.146Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-16T00:49:53.146Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-16T00:49:53.146Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-16T00:49:53.146Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-16T00:49:53.146Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-16T00:49:53.146Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-16T00:49:53.146Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-16T00:49:53.146Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-16T00:49:53.146Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-16T00:49:53.146Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-16T00:49:53.146Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-16T00:49:53.146Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-16T00:49:53.146Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-16T00:49:53.146Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-16T00:49:53.146Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-16T00:49:53.146Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-16T00:49:53.146Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-16T00:49:53.146Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-16T00:49:53.146Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-16T00:49:53.146Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-16T00:49:53.146Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-16T00:49:53.146Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-16T00:49:53.146Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-16T00:49:53.146Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-16T00:49:53.146Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-16T00:49:53.146Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-16T00:49:53.146Z] Get:47 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-16T00:49:53.146Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-16T00:49:53.146Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-16T00:49:53.146Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-16T00:49:53.146Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-16T00:49:53.146Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-16T00:49:53.146Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-16T00:49:53.146Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-16T00:49:53.407Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-16T00:49:53.667Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-16T00:49:53.667Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-16T00:49:53.667Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-16T00:49:53.667Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-16T00:49:53.667Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-16T00:49:53.667Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-16T00:49:53.667Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-16T00:49:53.860Z] Collecting docker-compose==1.23.2 [2020-12-16T00:49:53.860Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T00:49:53.928Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-16T00:49:53.928Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-16T00:49:53.928Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-16T00:49:53.928Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-16T00:49:53.928Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-16T00:49:53.928Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-16T00:49:53.928Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-16T00:49:53.928Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-16T00:49:53.928Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-16T00:49:53.928Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-16T00:49:53.928Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-16T00:49:53.928Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-16T00:49:53.928Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-16T00:49:53.928Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-16T00:49:53.928Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-16T00:49:53.928Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-16T00:49:53.928Z] 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-16T00:49:53.928Z] 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-16T00:49:53.928Z] 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-16T00:49:53.928Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-16T00:49:53.928Z] 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-16T00:49:53.928Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-16T00:49:54.190Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-16T00:49:54.190Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-16T00:49:54.190Z] 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-16T00:49:54.190Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-16T00:49:54.190Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-16T00:49:54.190Z] 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-16T00:49:54.190Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-16T00:49:54.190Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-16T00:49:54.190Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-16T00:49:54.190Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-16T00:49:54.190Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-16T00:49:54.455Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-16T00:49:54.455Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T00:49:54.455Z] Fetched 63.5 MB in 2s (40.1 MB/s) [2020-12-16T00:49:54.459Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T00:49:54.459Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T00:49:54.719Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:49:54.719Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T00:49:54.719Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T00:49:55.293Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T00:49:55.293Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T00:49:55.553Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-16T00:49:55.553Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-16T00:49:56.502Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:56.502Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:56.768Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:56.768Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:56.768Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:56.768Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.033Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:57.033Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.033Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:57.033Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.033Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:57.079Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T00:49:57.079Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T00:49:57.295Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.295Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:57.295Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.295Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:49:57.557Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T00:49:57.557Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:57.557Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.557Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:49:57.557Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T00:49:57.557Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:57.818Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.818Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:57.818Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:57.818Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T00:49:58.058Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T00:49:58.059Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T00:49:58.059Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T00:49:58.079Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T00:49:58.079Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:49:58.339Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T00:49:58.339Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T00:49:58.339Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T00:49:58.908Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-16T00:49:59.038Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T00:49:59.038Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T00:49:59.169Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T00:49:59.169Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-16T00:49:59.169Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-16T00:49:59.169Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-16T00:49:59.169Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-16T00:49:59.428Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-16T00:49:59.428Z] Installing new version of config file /etc/issue ... [2020-12-16T00:49:59.428Z] Installing new version of config file /etc/issue.net ... [2020-12-16T00:49:59.428Z] Installing new version of config file /etc/lsb-release ... [2020-12-16T00:49:59.428Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-16T00:49:59.634Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T00:49:59.634Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T00:49:59.688Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-16T00:49:59.954Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-16T00:49:59.954Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-16T00:49:59.954Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:49:59.954Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-16T00:49:59.954Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-16T00:50:00.214Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-16T00:50:00.214Z] 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-16T00:50:00.214Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:00.214Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:00.214Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:00.480Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:00.480Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:00.480Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-16T00:50:00.480Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-16T00:50:00.740Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-16T00:50:00.741Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:00.741Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-16T00:50:00.741Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T00:50:01.001Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-16T00:50:01.261Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:01.261Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T00:50:01.261Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T00:50:01.522Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T00:50:01.522Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:01.522Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T00:50:01.522Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T00:50:01.783Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-16T00:50:01.783Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:01.783Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-16T00:50:01.783Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-16T00:50:01.783Z] Setting up grep (3.1-2build1) ... [2020-12-16T00:50:02.045Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:02.046Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T00:50:02.046Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T00:50:02.046Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-16T00:50:02.257Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T00:50:02.257Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T00:50:02.307Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:02.307Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T00:50:02.307Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T00:50:02.307Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-16T00:50:02.567Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:02.567Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T00:50:02.567Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T00:50:03.137Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T00:50:03.137Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T00:50:03.137Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T00:50:03.238Z] Collecting PyYAML<4,>=3.10 [2020-12-16T00:50:03.238Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T00:50:03.397Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T00:50:03.968Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-16T00:50:03.968Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:03.968Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-16T00:50:03.968Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T00:50:04.910Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T00:50:04.910Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T00:50:05.171Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T00:50:05.171Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T00:50:05.171Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T00:50:05.171Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:05.171Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-16T00:50:05.171Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-16T00:50:05.432Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-16T00:50:05.432Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:05.432Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:05.432Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:05.692Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:05.693Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:05.693Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:05.693Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:05.693Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:05.954Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:05.954Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:05.954Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:05.954Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:05.954Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:05.954Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:05.954Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:06.214Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:06.214Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:06.214Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T00:50:06.214Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T00:50:06.474Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T00:50:06.475Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T00:50:06.475Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T00:50:06.475Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:06.475Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T00:50:06.475Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T00:50:06.734Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T00:50:06.734Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:06.734Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:06.735Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:06.735Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:06.997Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:06.997Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:06.997Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:06.997Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:06.997Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:06.997Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:07.257Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:07.517Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:07.778Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-16T00:50:08.348Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-16T00:50:08.348Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:08.348Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T00:50:08.348Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T00:50:08.608Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T00:50:08.608Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T00:50:08.608Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-16T00:50:08.608Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T00:50:08.656Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T00:50:08.656Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T00:50:08.656Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T00:50:08.868Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-16T00:50:08.868Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:08.868Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-16T00:50:08.868Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-16T00:50:08.930Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T00:50:09.128Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-16T00:50:09.391Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:09.391Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T00:50:09.391Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T00:50:09.391Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T00:50:09.651Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:09.651Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T00:50:09.651Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T00:50:09.911Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T00:50:09.911Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:09.911Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T00:50:09.911Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T00:50:10.173Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T00:50:10.434Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:10.434Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T00:50:10.434Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T00:50:10.434Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-16T00:50:10.434Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T00:50:10.434Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T00:50:10.697Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T00:50:10.697Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T00:50:10.697Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:10.697Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-16T00:50:10.697Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-16T00:50:10.957Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-16T00:50:10.957Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:10.957Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-16T00:50:10.957Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T00:50:11.218Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T00:50:11.478Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:11.479Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T00:50:11.479Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T00:50:11.479Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T00:50:11.479Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:11.479Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-16T00:50:11.579Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T00:50:11.579Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T00:50:11.579Z] 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-16T00:50:11.739Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-16T00:50:11.739Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-16T00:50:11.739Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:11.739Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T00:50:11.999Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T00:50:12.264Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-16T00:50:12.264Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:12.264Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T00:50:12.525Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T00:50:12.525Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-16T00:50:12.525Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:12.525Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-16T00:50:12.525Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-16T00:50:12.563Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T00:50:12.563Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T00:50:12.786Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-16T00:50:12.787Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:12.787Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-16T00:50:12.787Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-16T00:50:12.842Z] 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-16T00:50:13.048Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-16T00:50:13.048Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:13.048Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-16T00:50:13.048Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-16T00:50:13.117Z] Collecting idna<2.8,>=2.5 [2020-12-16T00:50:13.117Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T00:50:13.117Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T00:50:13.117Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T00:50:13.117Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T00:50:13.117Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T00:50:13.313Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-16T00:50:13.313Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:13.313Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T00:50:13.313Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-16T00:50:13.313Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-16T00:50:13.313Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T00:50:13.313Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-16T00:50:13.575Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-16T00:50:13.575Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-16T00:50:13.575Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-16T00:50:13.575Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T00:50:13.575Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T00:50:13.836Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T00:50:13.836Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T00:50:14.099Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T00:50:14.099Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T00:50:14.362Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-16T00:50:14.362Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-16T00:50:14.362Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T00:50:14.566Z] Installing collected packages: docopt, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, PyYAML, dockerpty, docker-compose [2020-12-16T00:50:14.566Z] Running setup.py install for docopt: started [2020-12-16T00:50:14.622Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-16T00:50:14.622Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T00:50:14.622Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-16T00:50:14.889Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-16T00:50:14.889Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-16T00:50:14.889Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-16T00:50:14.889Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-16T00:50:15.150Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-16T00:50:15.150Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-16T00:50:15.150Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-16T00:50:15.150Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-16T00:50:15.411Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-16T00:50:15.411Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-16T00:50:15.411Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-16T00:50:15.411Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-16T00:50:16.350Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-16T00:50:16.350Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-16T00:50:16.610Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-16T00:50:17.179Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-16T00:50:17.179Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T00:50:17.179Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T00:50:17.205Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T00:50:17.440Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T00:50:17.440Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T00:50:17.718Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T00:50:17.718Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T00:50:17.718Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T00:50:17.718Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T00:50:17.978Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:17.978Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:17.978Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:17.978Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:18.239Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:18.239Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:18.239Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:18.239Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:18.668Z] Attempting uninstall: urllib3 [2020-12-16T00:50:18.668Z] Found existing installation: urllib3 1.25.9 [2020-12-16T00:50:18.668Z] Uninstalling urllib3-1.25.9: [2020-12-16T00:50:18.668Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T00:50:19.266Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:19.266Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:20.249Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:20.249Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:20.692Z] Attempting uninstall: idna [2020-12-16T00:50:20.692Z] Found existing installation: idna 2.9 [2020-12-16T00:50:20.692Z] Uninstalling idna-2.9: [2020-12-16T00:50:20.692Z] Successfully uninstalled idna-2.9 [2020-12-16T00:50:21.252Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:21.252Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:21.524Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:21.524Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:21.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:50:21.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:50:21.699Z] ---> c940ce6c505b [2020-12-16T00:50:21.699Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:50:21.699Z] ---> Using cache [2020-12-16T00:50:21.699Z] ---> 7da55f4ae3f9 [2020-12-16T00:50:21.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:50:21.699Z] ---> Using cache [2020-12-16T00:50:21.699Z] ---> 4183ad5209ee [2020-12-16T00:50:21.699Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:50:21.971Z] Attempting uninstall: requests [2020-12-16T00:50:21.971Z] Found existing installation: requests 2.23.0 [2020-12-16T00:50:21.971Z] Uninstalling requests-2.23.0: [2020-12-16T00:50:22.248Z] Successfully uninstalled requests-2.23.0 [2020-12-16T00:50:22.539Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T00:50:22.540Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T00:50:22.540Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T00:50:22.540Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T00:50:22.800Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T00:50:22.800Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T00:50:22.800Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T00:50:22.800Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T00:50:23.060Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-16T00:50:23.060Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-16T00:50:23.060Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T00:50:23.322Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T00:50:23.322Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T00:50:23.322Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T00:50:23.322Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-16T00:50:23.581Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-16T00:50:23.581Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:23.581Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T00:50:23.581Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:23.581Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:23.581Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:23.841Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-16T00:50:23.841Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-16T00:50:23.841Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-16T00:50:23.841Z] [2020-12-16T00:50:23.841Z] Current default time zone: 'Etc/UTC' [2020-12-16T00:50:24.101Z] Local time is now: Wed Dec 16 00:50:23 UTC 2020. [2020-12-16T00:50:24.101Z] Universal Time is now: Wed Dec 16 00:50:23 UTC 2020. [2020-12-16T00:50:24.101Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-16T00:50:24.101Z] [2020-12-16T00:50:24.101Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-16T00:50:24.101Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:24.101Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-16T00:50:24.101Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-16T00:50:24.101Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-16T00:50:24.101Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-16T00:50:24.101Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-16T00:50:24.360Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-16T00:50:24.360Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-16T00:50:24.360Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T00:50:24.360Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:24.360Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-16T00:50:24.620Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:24.620Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T00:50:24.621Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:24.621Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-16T00:50:24.621Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-16T00:50:24.881Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-16T00:50:24.881Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T00:50:24.881Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-16T00:50:24.881Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-16T00:50:24.881Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-16T00:50:24.881Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T00:50:25.685Z] Running setup.py install for texttable: started [2020-12-16T00:50:25.685Z] ---> Running in 529f6f50d99c [2020-12-16T00:50:26.788Z] Updating certificates in /etc/ssl/certs... [2020-12-16T00:50:27.358Z] 22 added, 17 removed; done. [2020-12-16T00:50:27.619Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-16T00:50:27.619Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T00:50:27.619Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-16T00:50:27.619Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-16T00:50:27.619Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-16T00:50:27.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:27.879Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:27.879Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T00:50:27.879Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:27.879Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:27.879Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:27.879Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:27.879Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:28.011Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T00:50:28.143Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-16T00:50:28.143Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-16T00:50:28.143Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-16T00:50:28.143Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-16T00:50:28.143Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-16T00:50:28.143Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:28.143Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T00:50:28.143Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-16T00:50:28.307Z] Running setup.py install for PyYAML: started [2020-12-16T00:50:28.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:28.403Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-16T00:50:28.403Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-16T00:50:28.403Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T00:50:28.403Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T00:50:28.663Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-16T00:50:28.663Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T00:50:28.663Z] Updating certificates in /etc/ssl/certs... [2020-12-16T00:50:29.232Z] 0 added, 0 removed; done. [2020-12-16T00:50:29.232Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-16T00:50:29.232Z] done. [2020-12-16T00:50:29.294Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:50:29.294Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:50:29.294Z] OK: 12620 distinct packages available [2020-12-16T00:50:29.804Z] Reading package lists... [2020-12-16T00:50:30.064Z] Building dependency tree... [2020-12-16T00:50:30.064Z] Reading state information... [2020-12-16T00:50:30.325Z] The following NEW packages will be installed: [2020-12-16T00:50:30.325Z] apt-transport-https [2020-12-16T00:50:30.325Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T00:50:30.325Z] Need to get 1696 B of archives. [2020-12-16T00:50:30.325Z] After this operation, 153 kB of additional disk space will be used. [2020-12-16T00:50:30.325Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-16T00:50:30.325Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T00:50:30.325Z] Fetched 1696 B in 0s (26.3 kB/s) [2020-12-16T00:50:30.585Z] Selecting previously unselected package apt-transport-https. [2020-12-16T00:50:30.585Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-16T00:50:30.585Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-16T00:50:30.585Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T00:50:30.585Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T00:50:30.758Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:50:30.758Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:50:30.758Z] ---> c940ce6c505b [2020-12-16T00:50:30.758Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T00:50:30.758Z] ---> Using cache [2020-12-16T00:50:30.758Z] ---> 7da55f4ae3f9 [2020-12-16T00:50:30.758Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:50:30.758Z] ---> Using cache [2020-12-16T00:50:30.758Z] ---> 4183ad5209ee [2020-12-16T00:50:30.758Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T00:50:30.758Z] OK: 217 MiB in 51 packages [2020-12-16T00:50:30.848Z] Waiting for network to be ready... [2020-12-16T00:50:31.036Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:50:31.036Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:50:31.036Z] ---> c940ce6c505b [2020-12-16T00:50:31.036Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T00:50:31.036Z] ---> Using cache [2020-12-16T00:50:31.036Z] ---> 7da55f4ae3f9 [2020-12-16T00:50:31.036Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:50:31.036Z] ---> Using cache [2020-12-16T00:50:31.036Z] ---> 4183ad5209ee [2020-12-16T00:50:31.036Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T00:50:31.316Z] ---> Running in 9cad97cd4826 [2020-12-16T00:50:31.316Z] ---> Running in df198564b254 [2020-12-16T00:50:31.593Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T00:50:31.593Z] Running setup.py install for dockerpty: started [2020-12-16T00:50:33.592Z] Removing intermediate container 529f6f50d99c [2020-12-16T00:50:33.592Z] ---> 583f6284563b [2020-12-16T00:50:33.592Z] Step 6/22 : COPY go.mod . [2020-12-16T00:50:33.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:33.870Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:50:33.870Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T00:50:33.870Z] ---> c940ce6c505b [2020-12-16T00:50:33.870Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T00:50:33.870Z] ---> Using cache [2020-12-16T00:50:33.870Z] ---> 7da55f4ae3f9 [2020-12-16T00:50:33.870Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T00:50:33.870Z] ---> Running in 4ce288238e53 [2020-12-16T00:50:33.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:34.474Z] ---> 41d50e2b712f [2020-12-16T00:50:34.474Z] Step 7/22 : RUN go mod download [2020-12-16T00:50:34.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:34.756Z] ---> Running in 53273a728349 [2020-12-16T00:50:34.756Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T00:50:34.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:35.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:35.647Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:50:35.647Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:50:35.647Z] OK: 12620 distinct packages available [2020-12-16T00:50:35.926Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:50:35.926Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:50:35.926Z] OK: 12620 distinct packages available [2020-12-16T00:50:36.208Z] 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-16T00:50:36.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:36.490Z] OK: 217 MiB in 51 packages [2020-12-16T00:50:36.770Z] OK: 217 MiB in 51 packages [2020-12-16T00:50:37.384Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:50:37.384Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:50:37.384Z] OK: 12620 distinct packages available [2020-12-16T00:50:37.430Z] 2020-12-16T00:50:34Z INFO Waiting for automatic snapd restart... [2020-12-16T00:50:37.431Z] snapd 2.48.1 from Canonical* installed [2020-12-16T00:50:38.375Z] "snapd" switched to the "latest/stable" channel [2020-12-16T00:50:38.375Z] [2020-12-16T00:50:38.381Z] OK: 217 MiB in 51 packages [2020-12-16T00:50:38.666Z] Removing intermediate container 9cad97cd4826 [2020-12-16T00:50:38.666Z] ---> a1ae2b737c0f [2020-12-16T00:50:38.666Z] Step 6/23 : COPY go.mod . [2020-12-16T00:50:38.942Z] Removing intermediate container 53273a728349 [2020-12-16T00:50:38.942Z] ---> 1b9c1660f256 [2020-12-16T00:50:38.942Z] Removing intermediate container df198564b254 [2020-12-16T00:50:38.942Z] Step 8/22 : COPY . . [2020-12-16T00:50:38.942Z] ---> 5649c19ea1f9 [2020-12-16T00:50:38.942Z] Step 6/22 : COPY go.mod . [2020-12-16T00:50:39.941Z] ---> 59caf21967a1 [2020-12-16T00:50:39.941Z] Step 7/23 : RUN go mod download [2020-12-16T00:50:40.220Z] ---> Running in fe617efa2566 [2020-12-16T00:50:40.500Z] ---> 5d1b45490381 [2020-12-16T00:50:40.500Z] Step 7/22 : RUN go mod download [2020-12-16T00:50:40.778Z] Removing intermediate container 4ce288238e53 [2020-12-16T00:50:40.778Z] ---> 0e0bf43d47b1 [2020-12-16T00:50:40.778Z] Step 5/29 : COPY go.mod . [2020-12-16T00:50:41.384Z] ---> Running in 8f06971ae8d2 [2020-12-16T00:50:41.989Z] Removing intermediate container 5288adf2b339 [2020-12-16T00:50:41.989Z] ---> 818654f6e64b [2020-12-16T00:50:41.989Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T00:50:41.989Z] ---> 20c407162848 [2020-12-16T00:50:41.989Z] Step 6/29 : RUN go mod download [2020-12-16T00:50:42.579Z] core18 20200929 from Canonical* installed [2020-12-16T00:50:42.596Z] ---> Running in b266ba76df2d [2020-12-16T00:50:42.596Z] ---> Running in 045d9e2ac5cf [2020-12-16T00:50:43.151Z] "core18" switched to the "latest/stable" channel [2020-12-16T00:50:43.151Z] [2020-12-16T00:50:45.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:45.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:50:45.860Z] Removing intermediate container fe617efa2566 [2020-12-16T00:50:45.860Z] ---> 501170a46dd0 [2020-12-16T00:50:45.860Z] Step 8/23 : COPY . . [2020-12-16T00:50:45.860Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:50:45.860Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T00:50:45.860Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T00:50:45.860Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:50:46.160Z] OK: 71 MiB in 58 packages [2020-12-16T00:50:46.876Z] Removing intermediate container 8f06971ae8d2 [2020-12-16T00:50:46.876Z] ---> 224972ab3436 [2020-12-16T00:50:46.876Z] Step 8/22 : COPY . . [2020-12-16T00:50:48.136Z] Removing intermediate container b266ba76df2d [2020-12-16T00:50:48.136Z] ---> d94319dcc307 [2020-12-16T00:50:48.136Z] Step 7/29 : COPY . . [2020-12-16T00:50:48.437Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T00:50:48.437Z] "snapcraft" switched to the "latest/stable" channel [2020-12-16T00:50:48.437Z] [2020-12-16T00:50:48.474Z] Removing intermediate container 045d9e2ac5cf [2020-12-16T00:50:48.474Z] ---> c02dd1a02db2 [2020-12-16T00:50:48.475Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T00:50:49.220Z] ---> Running in f542d694dae6 [2020-12-16T00:50:50.670Z] Removing intermediate container f542d694dae6 [2020-12-16T00:50:50.670Z] ---> 9ab0f3eebc39 [2020-12-16T00:50:50.670Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:50:52.645Z] 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-16T00:50:52.645Z] - README.md [2020-12-16T00:50:52.645Z] - snapcraft.yaml.orig [2020-12-16T00:50:52.645Z] [2020-12-16T00:50:52.645Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T00:50:52.667Z] ---> Running in 97b8e0427e55 [2020-12-16T00:50:54.658Z] Removing intermediate container 97b8e0427e55 [2020-12-16T00:50:54.658Z] ---> 24ed4532783b [2020-12-16T00:50:54.658Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T00:50:56.106Z] ---> Running in 2d0c18bfcabc [2020-12-16T00:50:57.575Z] Removing intermediate container 2d0c18bfcabc [2020-12-16T00:50:57.575Z] ---> 4206df598183 [2020-12-16T00:50:57.575Z] Step 26/27 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:50:58.562Z] ---> Running in 85f4942a27f1 [2020-12-16T00:50:59.227Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T00:50:59.227Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T00:50:59.227Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T00:50:59.227Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T00:50:59.227Z] Fetched 88.7 kB in 0s (213 kB/s) [2020-12-16T00:51:00.021Z] Removing intermediate container 85f4942a27f1 [2020-12-16T00:51:00.021Z] ---> 6d66119a3ca1 [2020-12-16T00:51:00.021Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T00:51:00.167Z] Reading package lists... [2020-12-16T00:51:00.427Z] 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-16T00:51:00.623Z] ---> Running in bd35b4807676 [2020-12-16T00:51:00.917Z] ---> bb8b6d538b59 [2020-12-16T00:51:00.917Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T00:51:02.359Z] ---> Running in 2b4e0702da1e [2020-12-16T00:51:02.954Z] Removing intermediate container bd35b4807676 [2020-12-16T00:51:02.954Z] ---> f0fc939904d9 [2020-12-16T00:51:02.954Z] [2020-12-16T00:51:03.549Z] Successfully built f0fc939904d9 [2020-12-16T00:51:03.829Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T00:51:03.829Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-12-16T00:51:04.428Z] 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-16T00:51:07.052Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T00:51:07.052Z] Reading package lists... [2020-12-16T00:51:07.052Z] Building dependency tree... [2020-12-16T00:51:07.052Z] Reading state information... [2020-12-16T00:51:07.052Z] Suggested packages: [2020-12-16T00:51:07.052Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-16T00:51:07.052Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-16T00:51:07.052Z] Recommended packages: [2020-12-16T00:51:07.052Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-16T00:51:07.052Z] The following NEW packages will be installed: [2020-12-16T00:51:07.052Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-16T00:51:07.052Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-16T00:51:07.052Z] pkg-config zip [2020-12-16T00:51:07.053Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T00:51:07.053Z] Need to get 7655 kB of archives. [2020-12-16T00:51:07.053Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-16T00:51:07.053Z] 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-16T00:51:07.053Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-16T00:51:07.053Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-16T00:51:07.053Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-16T00:51:07.053Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-16T00:51:07.325Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-16T00:51:07.325Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-16T00:51:07.325Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-16T00:51:07.325Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-16T00:51:07.602Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-16T00:51:07.602Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-16T00:51:07.602Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-16T00:51:07.602Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-16T00:51:07.602Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-16T00:51:07.602Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-16T00:51:07.866Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T00:51:07.866Z] Fetched 7655 kB in 1s (10.4 MB/s) [2020-12-16T00:51:07.866Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-16T00:51:07.866Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-16T00:51:07.867Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-16T00:51:07.867Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T00:51:08.127Z] Selecting previously unselected package libpsl5:amd64. [2020-12-16T00:51:08.127Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-16T00:51:08.388Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T00:51:08.388Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-16T00:51:08.388Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-16T00:51:08.388Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T00:51:08.388Z] Selecting previously unselected package librtmp1:amd64. [2020-12-16T00:51:08.388Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-16T00:51:08.388Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T00:51:08.650Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-16T00:51:08.650Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-16T00:51:08.650Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T00:51:08.650Z] Selecting previously unselected package liberror-perl. [2020-12-16T00:51:08.650Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-16T00:51:08.650Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-16T00:51:08.650Z] Selecting previously unselected package git-man. [2020-12-16T00:51:08.650Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-16T00:51:08.650Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T00:51:08.912Z] Selecting previously unselected package git. [2020-12-16T00:51:08.912Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-16T00:51:08.912Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T00:51:09.856Z] Selecting previously unselected package libnorm1:amd64. [2020-12-16T00:51:09.856Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-16T00:51:09.856Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T00:51:09.856Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-16T00:51:09.856Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-16T00:51:09.856Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T00:51:10.119Z] Selecting previously unselected package libsodium23:amd64. [2020-12-16T00:51:10.119Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-16T00:51:10.119Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-16T00:51:10.119Z] Selecting previously unselected package libzmq5:amd64. [2020-12-16T00:51:10.119Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T00:51:10.119Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T00:51:10.380Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-16T00:51:10.380Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T00:51:10.380Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T00:51:10.380Z] Selecting previously unselected package pkg-config. [2020-12-16T00:51:10.380Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-16T00:51:10.380Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T00:51:10.380Z] Selecting previously unselected package zip. [2020-12-16T00:51:10.380Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-16T00:51:10.641Z] Unpacking zip (3.0-11build1) ... [2020-12-16T00:51:10.641Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T00:51:10.641Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T00:51:10.641Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T00:51:10.641Z] Setting up liberror-perl (0.17025-1) ... [2020-12-16T00:51:10.641Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T00:51:10.641Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T00:51:10.902Z] No schema files found: doing nothing. [2020-12-16T00:51:10.902Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T00:51:10.902Z] Setting up zip (3.0-11build1) ... [2020-12-16T00:51:10.902Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T00:51:10.902Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-16T00:51:10.902Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T00:51:10.902Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T00:51:10.903Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T00:51:11.164Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T00:51:11.164Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T00:51:11.164Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T00:51:11.169Z] ---> 23119e8e0c85 [2020-12-16T00:51:11.170Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T00:51:11.170Z] ---> 084da17698a4 [2020-12-16T00:51:11.170Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T00:51:11.170Z] ---> Running in f2b30662fcda [2020-12-16T00:51:11.441Z] ---> Running in 56b2d66579cd [2020-12-16T00:51:11.441Z] ---> 95406ccc63ea [2020-12-16T00:51:11.441Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T00:51:12.047Z] ---> Running in 1f41bd4ab5f2 [2020-12-16T00:51:14.027Z] 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-16T00:51:14.635Z] 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-16T00:51:14.635Z] 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-16T00:51:17.788Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T00:51:17.788Z] git set to automatically installed. [2020-12-16T00:51:17.788Z] git-man set to automatically installed. [2020-12-16T00:51:17.788Z] libcurl3-gnutls set to automatically installed. [2020-12-16T00:51:17.788Z] liberror-perl set to automatically installed. [2020-12-16T00:51:17.788Z] libglib2.0-0 set to automatically installed. [2020-12-16T00:51:17.788Z] libnghttp2-14 set to automatically installed. [2020-12-16T00:51:17.788Z] libnorm1 set to automatically installed. [2020-12-16T00:51:17.788Z] libpgm-5.2-0 set to automatically installed. [2020-12-16T00:51:17.788Z] libpsl5 set to automatically installed. [2020-12-16T00:51:17.788Z] librtmp1 set to automatically installed. [2020-12-16T00:51:17.788Z] libsodium23 set to automatically installed. [2020-12-16T00:51:17.788Z] libzmq3-dev set to automatically installed. [2020-12-16T00:51:17.788Z] libzmq5 set to automatically installed. [2020-12-16T00:51:17.788Z] pkg-config set to automatically installed. [2020-12-16T00:51:17.788Z] zip set to automatically installed. [2020-12-16T00:51:19.173Z] snapd is not logged in, snap install commands will use sudo [2020-12-16T00:51:25.752Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T00:51:25.752Z] snap "core18" has no updates available [2020-12-16T00:51:26.690Z] Pulling config-common [2020-12-16T00:51:27.103Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T00:51:27.104Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T00:51:27.104Z] ---> c940ce6c505b [2020-12-16T00:51:27.104Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T00:51:27.104Z] ---> Using cache [2020-12-16T00:51:27.104Z] ---> 7da55f4ae3f9 [2020-12-16T00:51:27.104Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:51:27.104Z] ---> Using cache [2020-12-16T00:51:27.104Z] ---> 4183ad5209ee [2020-12-16T00:51:27.104Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T00:51:27.104Z] ---> Using cache [2020-12-16T00:51:27.104Z] ---> 5649c19ea1f9 [2020-12-16T00:51:27.104Z] Step 6/21 : COPY go.mod . [2020-12-16T00:51:27.104Z] ---> Using cache [2020-12-16T00:51:27.104Z] ---> 5d1b45490381 [2020-12-16T00:51:27.104Z] Step 7/21 : RUN go mod download [2020-12-16T00:51:27.104Z] ---> Using cache [2020-12-16T00:51:27.104Z] ---> 224972ab3436 [2020-12-16T00:51:27.104Z] Step 8/21 : COPY . . [2020-12-16T00:51:27.104Z] ---> Using cache [2020-12-16T00:51:27.104Z] ---> 95406ccc63ea [2020-12-16T00:51:27.104Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T00:51:27.821Z] Pulling go-build-helper [2020-12-16T00:51:28.567Z] ---> Running in 42912d782013 [2020-12-16T00:51:30.573Z] 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-16T00:51:54.462Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T00:51:54.463Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T00:51:54.463Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T00:51:54.463Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T00:51:54.463Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T00:51:54.463Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T00:51:54.463Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T00:51:54.463Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T00:51:54.463Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T00:51:54.463Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T00:51:54.463Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T00:51:54.463Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T00:51:54.463Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T00:51:54.463Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T00:51:54.463Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T00:51:54.463Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T00:51:54.463Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T00:51:54.463Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T00:51:54.463Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T00:51:54.463Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T00:51:54.463Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T00:51:54.463Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T00:51:54.463Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T00:51:54.463Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T00:51:54.463Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T00:51:54.463Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T00:51:54.463Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T00:51:54.463Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-16T00:51:54.463Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-16T00:51:54.463Z] Fetched 279 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-16T00:51:54.463Z] Fetched 122 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-16T00:51:54.463Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-16T00:51:54.463Z] Fetched 8848 B in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-16T00:51:54.463Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-16T00:51:54.463Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-16T00:51:54.463Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-16T00:51:54.463Z] Fetched 214 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-16T00:51:54.463Z] Fetched 155 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-16T00:51:54.463Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-16T00:51:54.463Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-16T00:51:54.463Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-16T00:51:54.463Z] Fetched 499 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-16T00:51:54.463Z] Fetched 111 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-16T00:51:54.463Z] Fetched 240 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-16T00:51:54.463Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-16T00:51:54.463Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-16T00:51:54.463Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-16T00:51:54.463Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-16T00:51:54.463Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-16T00:51:54.463Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-16T00:51:54.463Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-16T00:51:54.463Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-16T00:51:54.463Z] Fetched 8720 B in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-16T00:51:54.463Z] Fetched 137 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-16T00:51:54.463Z] Fetched 119 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-16T00:51:54.463Z] Fetched 109 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-16T00:51:54.463Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-16T00:51:54.463Z] Fetched 645 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-16T00:51:54.463Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-16T00:51:54.463Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-16T00:51:54.463Z] Fetched 368 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-16T00:51:54.463Z] Fetched 187 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-16T00:51:54.463Z] Fetched 175 kB in 0s (0 B/s) [2020-12-16T00:51:54.463Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-16T00:51:55.407Z] Fetched 206 kB in 0s (0 B/s) [2020-12-16T00:51:55.407Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-16T00:51:55.407Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-16T00:51:55.407Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-16T00:51:55.407Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-16T00:51:55.407Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-16T00:51:55.407Z] Fetched 159 kB in 0s (0 B/s) [2020-12-16T00:51:55.407Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-16T00:51:55.407Z] Fetched 107 kB in 0s (0 B/s) [2020-12-16T00:51:55.407Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-16T00:51:55.407Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-16T00:51:55.407Z] Pulling static-packages [2020-12-16T00:51:56.347Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-16T00:51:56.347Z] Skipping pull go-build-helper (already ran) [2020-12-16T00:51:56.347Z] Skipping pull static-packages (already ran) [2020-12-16T00:51:56.347Z] Building go-build-helper [2020-12-16T00:52:00.544Z] Building static-packages [2020-12-16T00:52:03.083Z] Staging go-build-helper [2020-12-16T00:52:04.024Z] Staging static-packages [2020-12-16T00:52:05.407Z] Pulling go115 [2020-12-16T00:52:06.346Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-16T00:52:06.346Z] Skipping pull go115 (already ran) [2020-12-16T00:52:06.619Z] Building go115 [2020-12-16T00:52:06.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T00:52:06.619Z] Dload Upload Total Spent Left Speed [2020-12-16T00:52:10.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 18.2M 0 0 25.4M 0 0:00:04 --:--:-- 0:00:04 25.3M 46 115M 46 53.8M 0 0 31.3M 0 0:00:03 0:00:01 0:00:02 31.2M 78 115M 78 90.7M 0 0 33.3M 0 0:00:03 0:00:02 0:00:01 33.3M 100 115M 100 115M 0 0 33.6M 0 0:00:03 0:00:03 --:--:-- 33.6M [2020-12-16T00:52:10.717Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-16T00:52:16.008Z] Staging go115 [2020-12-16T00:52:21.295Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T00:52:21.295Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T00:52:21.295Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T00:52:21.295Z] Fetched 0 B in 0s (0 B/s) [2020-12-16T00:52:21.295Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-16T00:52:21.295Z] Fetched 224 kB in 0s (0 B/s) [2020-12-16T00:52:21.295Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-16T00:52:21.295Z] Fetched 157 kB in 0s (0 B/s) [2020-12-16T00:52:21.295Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-16T00:52:21.295Z] Fetched 221 kB in 0s (0 B/s) [2020-12-16T00:52:21.295Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-16T00:52:21.295Z] Fetched 143 kB in 0s (0 B/s) [2020-12-16T00:52:21.295Z] Pulling edgex-go [2020-12-16T00:52:23.205Z] Pulling version [2020-12-16T00:52:24.593Z] Building config-common [2020-12-16T00:52:27.149Z] Skipping build go-build-helper (already ran) [2020-12-16T00:52:27.149Z] Skipping build static-packages (already ran) [2020-12-16T00:52:27.149Z] Skipping build go115 (already ran) [2020-12-16T00:52:27.149Z] Building edgex-go [2020-12-16T00:52:28.094Z] 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-16T00:52:29.038Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-16T00:52:29.038Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.128 [2020-12-16T00:52:29.038Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-16T00:52:29.038Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 [2020-12-16T00:52:29.038Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-16T00:52:29.038Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-16T00:52:29.038Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-16T00:52:29.038Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-16T00:52:29.038Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-16T00:52:29.038Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-16T00:52:29.038Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-16T00:52:29.038Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-16T00:52:29.038Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-16T00:52:29.038Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-16T00:52:29.038Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-16T00:52:29.311Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-16T00:52:29.311Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-16T00:52:29.311Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-16T00:52:29.311Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-16T00:52:29.311Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-16T00:52:29.311Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-16T00:52:29.311Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-16T00:52:29.311Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-16T00:52:29.311Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-16T00:52:29.311Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-16T00:52:29.311Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-16T00:52:29.311Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-16T00:52:29.311Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-16T00:52:29.588Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-16T00:52:29.850Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-16T00:52:29.850Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-16T00:52:38.009Z] 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-16T00:52:43.298Z] 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-16T00:52:43.871Z] 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-16T00:52:45.260Z] 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-16T00:52:45.522Z] 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-16T00:52:45.522Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-16T00:52:45.783Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-16T00:52:45.783Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-16T00:52:47.171Z] 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-16T00:52:47.171Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-16T00:52:47.171Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-16T00:52:48.557Z] 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-16T00:52:49.501Z] 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-16T00:52:49.501Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-16T00:52:50.888Z] 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-16T00:52:50.888Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-16T00:52:52.272Z] 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-16T00:52:52.396Z] Removing intermediate container 56b2d66579cd [2020-12-16T00:52:52.396Z] ---> 280d0d469be6 [2020-12-16T00:52:52.396Z] [2020-12-16T00:52:52.396Z] Step 9/29 : FROM alpine:latest [2020-12-16T00:52:52.396Z] latest: Pulling from library/alpine [2020-12-16T00:52:52.396Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T00:52:52.396Z] Status: Downloaded newer image for alpine:latest [2020-12-16T00:52:52.396Z] ---> dd36a01c3f31 [2020-12-16T00:52:52.396Z] 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-16T00:52:52.396Z] ---> Running in 70a5aa66d266 [2020-12-16T00:52:52.396Z] Removing intermediate container 70a5aa66d266 [2020-12-16T00:52:52.396Z] ---> f2bc78083641 [2020-12-16T00:52:52.396Z] Step 11/29 : USER root [2020-12-16T00:52:52.396Z] ---> Running in 654966b6c29b [2020-12-16T00:52:52.396Z] Removing intermediate container 654966b6c29b [2020-12-16T00:52:52.396Z] ---> 6fa01aab0b38 [2020-12-16T00:52:52.396Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T00:52:52.396Z] ---> Running in 2de5cf084b0a [2020-12-16T00:52:52.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:52:52.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:52:52.396Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:52:52.396Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:52:52.396Z] OK: 12617 distinct packages available [2020-12-16T00:52:52.396Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T00:52:52.396Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T00:52:52.396Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:52:52.396Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T00:52:52.396Z] OK: 6 MiB in 16 packages [2020-12-16T00:52:52.396Z] Removing intermediate container 1f41bd4ab5f2 [2020-12-16T00:52:52.396Z] ---> 35c922971b05 [2020-12-16T00:52:52.396Z] [2020-12-16T00:52:52.396Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T00:52:52.396Z] ---> 536a684cf733 [2020-12-16T00:52:52.396Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T00:52:52.396Z] ---> Using cache [2020-12-16T00:52:52.396Z] ---> eafd50d0d7ed [2020-12-16T00:52:52.396Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T00:52:52.396Z] ---> Running in ff8d6ec56bcd [2020-12-16T00:52:52.396Z] Removing intermediate container 2de5cf084b0a [2020-12-16T00:52:52.396Z] ---> 0c9d073f3be2 [2020-12-16T00:52:52.396Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T00:52:52.396Z] ---> Running in 95905f77d618 [2020-12-16T00:52:52.396Z] 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-16T00:52:52.396Z] Removing intermediate container ff8d6ec56bcd [2020-12-16T00:52:52.396Z] ---> 2d878363f486 [2020-12-16T00:52:52.396Z] Step 13/22 : WORKDIR / [2020-12-16T00:52:52.396Z] ---> Running in 0024c824081b [2020-12-16T00:52:52.396Z] Removing intermediate container 95905f77d618 [2020-12-16T00:52:52.396Z] ---> 2857d52f5e68 [2020-12-16T00:52:52.396Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T00:52:52.396Z] ---> Running in 1c978112d633 [2020-12-16T00:52:52.396Z] Removing intermediate container 0024c824081b [2020-12-16T00:52:52.396Z] ---> 6be916cdc927 [2020-12-16T00:52:52.396Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T00:52:52.396Z] Removing intermediate container 1c978112d633 [2020-12-16T00:52:52.396Z] ---> a8b0d38ceb08 [2020-12-16T00:52:52.396Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T00:52:52.396Z] ---> Running in d02181610bea [2020-12-16T00:52:52.396Z] ---> e0509abd90b5 [2020-12-16T00:52:52.396Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T00:52:53.213Z] 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-16T00:52:53.871Z] ---> b044e5720484 [2020-12-16T00:52:53.871Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T00:52:54.154Z] 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-16T00:52:54.473Z] Removing intermediate container d02181610bea [2020-12-16T00:52:54.473Z] ---> 15c07bb71174 [2020-12-16T00:52:54.473Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T00:52:55.085Z] ---> 1f9ca4d0f5af [2020-12-16T00:52:55.085Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T00:52:56.555Z] ---> 4d3034ac817e [2020-12-16T00:52:56.555Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T00:52:56.710Z] Building version [2020-12-16T00:52:56.839Z] ---> d86e5aa0af74 [2020-12-16T00:52:56.839Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T00:52:57.120Z] ---> Running in 13738bf6f295 [2020-12-16T00:52:58.581Z] ---> 70db57368892 [2020-12-16T00:52:58.581Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T00:52:59.267Z] Staging config-common [2020-12-16T00:52:59.579Z] ---> b52ce5b02179 [2020-12-16T00:52:59.579Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T00:53:00.659Z] Skipping stage go-build-helper (already ran) [2020-12-16T00:53:00.659Z] Skipping stage static-packages (already ran) [2020-12-16T00:53:00.659Z] Skipping stage go115 (already ran) [2020-12-16T00:53:00.659Z] Staging edgex-go [2020-12-16T00:53:01.606Z] Staging version [2020-12-16T00:53:01.611Z] Removing intermediate container 13738bf6f295 [2020-12-16T00:53:01.611Z] ---> af899fded527 [2020-12-16T00:53:01.611Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T00:53:01.611Z] ---> 43f95fdf161b [2020-12-16T00:53:01.611Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T00:53:01.611Z] ---> Running in dc287fbc3323 [2020-12-16T00:53:02.606Z] Removing intermediate container dc287fbc3323 [2020-12-16T00:53:02.606Z] ---> 92ffb760151f [2020-12-16T00:53:02.606Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T00:53:02.888Z] ---> Running in 93c6d64fa0c9 [2020-12-16T00:53:02.888Z] ---> dbbe2768b9bc [2020-12-16T00:53:02.888Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T00:53:03.005Z] Priming config-common [2020-12-16T00:53:03.166Z] ---> Running in 8bef899554bc [2020-12-16T00:53:03.783Z] Removing intermediate container 93c6d64fa0c9 [2020-12-16T00:53:03.783Z] ---> 296bcb8b6e99 [2020-12-16T00:53:03.783Z] Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:53:03.946Z] Priming go-build-helper [2020-12-16T00:53:04.396Z] ---> Running in 16ac29d6f53e [2020-12-16T00:53:04.887Z] Priming static-packages [2020-12-16T00:53:05.398Z] Removing intermediate container 16ac29d6f53e [2020-12-16T00:53:05.398Z] ---> 405689143e52 [2020-12-16T00:53:05.398Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:53:05.685Z] ---> Running in 0bb812958ce9 [2020-12-16T00:53:07.136Z] Removing intermediate container 0bb812958ce9 [2020-12-16T00:53:07.136Z] ---> b830e78e5312 [2020-12-16T00:53:07.136Z] [2020-12-16T00:53:07.424Z] Removing intermediate container 42912d782013 [2020-12-16T00:53:07.424Z] ---> 30b2b2c73fe0 [2020-12-16T00:53:07.424Z] [2020-12-16T00:53:07.424Z] Step 10/21 : FROM alpine [2020-12-16T00:53:07.424Z] ---> dd36a01c3f31 [2020-12-16T00:53:07.424Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T00:53:07.429Z] Priming go115 [2020-12-16T00:53:07.709Z] ---> Running in fff32edbb13e [2020-12-16T00:53:07.988Z] Successfully built b830e78e5312 [2020-12-16T00:53:08.271Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T00:53:08.271Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 8bef899554bc [2020-12-16T00:53:08.271Z] ---> 5e1f1da9d2d8 [2020-12-16T00:53:08.271Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T00:53:08.817Z] Priming edgex-go [2020-12-16T00:53:09.744Z] ---> b192c12517d2 [2020-12-16T00:53:09.745Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T00:53:09.745Z] ---> Running in 565dc1a993c4 [2020-12-16T00:53:10.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:53:10.202Z] Priming version [2020-12-16T00:53:10.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:53:11.151Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-16T00:53:11.306Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T00:53:11.306Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T00:53:11.306Z] OK: 12617 distinct packages available [2020-12-16T00:53:11.915Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T00:53:12.208Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T00:53:12.208Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T00:53:12.208Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T00:53:12.208Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:53:12.208Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T00:53:12.487Z] OK: 7 MiB in 18 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-16T00:53:14.022Z] Removing intermediate container 565dc1a993c4 [2020-12-16T00:53:14.023Z] ---> baffa0354da5 [2020-12-16T00:53:14.023Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T00:53:14.630Z] ---> Running in 27d6706b4465 [2020-12-16T00:53:15.239Z] Removing intermediate container 2b4e0702da1e [2020-12-16T00:53:15.239Z] ---> 3667ac9738cb [2020-12-16T00:53:15.239Z] [2020-12-16T00:53:15.239Z] Step 10/22 : FROM scratch [2020-12-16T00:53:15.239Z] ---> [2020-12-16T00:53:15.239Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:53:15.239Z] Removing intermediate container fff32edbb13e [2020-12-16T00:53:15.239Z] ---> c93b07308fc1 [2020-12-16T00:53:15.239Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T00:53:15.239Z] ---> Using cache [2020-12-16T00:53:15.239Z] ---> e3e674e0d3c5 [2020-12-16T00:53:15.239Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T00:53:15.239Z] ---> Running in 7327a34e6519 [2020-12-16T00:53:15.523Z] ---> Running in 002d27be0463 [2020-12-16T00:53:16.133Z] Removing intermediate container 7327a34e6519 [2020-12-16T00:53:16.133Z] ---> 6bf772b4d0f1 [2020-12-16T00:53:16.133Z] Step 13/21 : WORKDIR /edgex [2020-12-16T00:53:16.133Z] ---> Running in 0f97d9236e42 [2020-12-16T00:53:16.133Z] Removing intermediate container 002d27be0463 [2020-12-16T00:53:16.133Z] ---> 988e822101dd [2020-12-16T00:53:16.133Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T00:53:16.416Z] ---> Running in a26c15ebb162 [2020-12-16T00:53:17.036Z] Removing intermediate container 0f97d9236e42 [2020-12-16T00:53:17.036Z] ---> d633d6e2c10d [2020-12-16T00:53:17.036Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T00:53:17.327Z] Removing intermediate container a26c15ebb162 [2020-12-16T00:53:17.327Z] ---> ae53e4d100af [2020-12-16T00:53:17.327Z] Step 14/22 : WORKDIR / [2020-12-16T00:53:17.327Z] ---> Running in 00e40a70e289 [2020-12-16T00:53:17.931Z] ---> 8e600c7f20db [2020-12-16T00:53:17.931Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T00:53:17.931Z] Removing intermediate container 00e40a70e289 [2020-12-16T00:53:17.931Z] ---> dfe7cd15bc67 [2020-12-16T00:53:17.931Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T00:53:18.210Z] Removing intermediate container 27d6706b4465 [2020-12-16T00:53:18.210Z] ---> 7c8f7d0b524f [2020-12-16T00:53:18.210Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T00:53:18.210Z] ---> Running in 58bb2635742d [2020-12-16T00:53:19.206Z] Removing intermediate container 58bb2635742d [2020-12-16T00:53:19.206Z] ---> d63f83a73090 [2020-12-16T00:53:19.206Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T00:53:19.478Z] ---> a2cf96ffc008 [2020-12-16T00:53:19.478Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T00:53:19.478Z] ---> Running in fcd533e1c42f [2020-12-16T00:53:19.478Z] ---> 633083e1b1b5 [2020-12-16T00:53:19.478Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T00:53:20.080Z] Removing intermediate container fcd533e1c42f [2020-12-16T00:53:20.080Z] ---> 88f67d817c44 [2020-12-16T00:53:20.080Z] Step 27/29 : LABEL arch=arm64 [2020-12-16T00:53:20.357Z] ---> Running in 1ccf088c6b07 [2020-12-16T00:53:21.346Z] Removing intermediate container 1ccf088c6b07 [2020-12-16T00:53:21.346Z] ---> ddb205c5f5a2 [2020-12-16T00:53:21.346Z] Step 28/29 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:53:21.629Z] ---> 90731f61bbc8 [2020-12-16T00:53:21.629Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T00:53:21.629Z] ---> Running in 47750378cebf [2020-12-16T00:53:21.629Z] ---> 563a05aeadcc [2020-12-16T00:53:21.629Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T00:53:21.909Z] ---> Running in 571436fb4c08 [2020-12-16T00:53:22.510Z] Removing intermediate container 47750378cebf [2020-12-16T00:53:22.510Z] ---> 72eb8e5ffa4b [2020-12-16T00:53:22.510Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T00:53:22.788Z] ---> Running in 4f5e66568978 [2020-12-16T00:53:22.788Z] Removing intermediate container 571436fb4c08 [2020-12-16T00:53:22.788Z] ---> c873f3e28446 [2020-12-16T00:53:22.788Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T00:53:22.788Z] ---> b6fc9d562e0f [2020-12-16T00:53:22.788Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T00:53:23.065Z] ---> Running in fa8c5c80c9c3 [2020-12-16T00:53:23.065Z] ---> Running in 28a890bed3c2 [2020-12-16T00:53:23.342Z] Removing intermediate container 4f5e66568978 [2020-12-16T00:53:23.342Z] ---> b727b5fa45b0 [2020-12-16T00:53:23.342Z] [2020-12-16T00:53:23.620Z] Removing intermediate container fa8c5c80c9c3 [2020-12-16T00:53:23.620Z] ---> cbd53afc9f90 [2020-12-16T00:53:23.620Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T00:53:23.908Z] Successfully built b727b5fa45b0 [2020-12-16T00:53:23.908Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-16T00:53:23.908Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 28a890bed3c2 [2020-12-16T00:53:23.908Z] ---> 99f779eed244 [2020-12-16T00:53:23.908Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:53:24.186Z] ---> Running in 0557b2ec917d [2020-12-16T00:53:24.186Z] ---> Running in fd91b3d8169f [2020-12-16T00:53:24.790Z] Removing intermediate container 0557b2ec917d [2020-12-16T00:53:24.790Z] ---> 80df85f083e7 [2020-12-16T00:53:24.790Z] Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:53:24.790Z] Removing intermediate container fd91b3d8169f [2020-12-16T00:53:24.790Z] ---> b1daf0416fd2 [2020-12-16T00:53:24.790Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T00:53:24.790Z] ---> Running in a3701f2f7288 [2020-12-16T00:53:25.064Z] ---> Running in d11792fb2c94 [2020-12-16T00:53:25.344Z] Removing intermediate container a3701f2f7288 [2020-12-16T00:53:25.344Z] ---> a0af2ea94078 [2020-12-16T00:53:25.344Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T00:53:25.620Z] Removing intermediate container d11792fb2c94 [2020-12-16T00:53:25.620Z] ---> 4319593a4e40 [2020-12-16T00:53:25.620Z] Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:53:25.620Z] ---> Running in a5f3a55b7147 [2020-12-16T00:53:25.620Z] ---> Running in 7df3d1a82377 [2020-12-16T00:53:26.227Z] Removing intermediate container a5f3a55b7147 [2020-12-16T00:53:26.227Z] ---> 0894e43978d4 [2020-12-16T00:53:26.227Z] [2020-12-16T00:53:26.227Z] Removing intermediate container 7df3d1a82377 [2020-12-16T00:53:26.227Z] ---> ce355be8b278 [2020-12-16T00:53:26.227Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T00:53:26.828Z] Successfully built 0894e43978d4 [2020-12-16T00:53:26.828Z] ---> Running in c865c644991f [2020-12-16T00:53:26.828Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T00:53:27.103Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c865c644991f [2020-12-16T00:53:27.103Z] ---> 4347cc8f0cb3 [2020-12-16T00:53:27.103Z] [2020-12-16T00:53:27.701Z] Successfully built 4347cc8f0cb3 [2020-12-16T00:53:27.701Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T00:53:29.679Z]  Building docker-core-metadata-go ... done Removing intermediate container f2b30662fcda [2020-12-16T00:53:29.679Z] ---> 64b8cbedafc6 [2020-12-16T00:53:29.679Z] [2020-12-16T00:53:29.679Z] Step 10/23 : FROM alpine [2020-12-16T00:53:29.679Z] ---> dd36a01c3f31 [2020-12-16T00:53:29.679Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T00:53:29.955Z] ---> Running in c365ef91f13c [2020-12-16T00:53:30.232Z] Removing intermediate container c365ef91f13c [2020-12-16T00:53:30.232Z] ---> 2b7ff00ef150 [2020-12-16T00:53:30.232Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T00:53:30.232Z] ---> Running in f24d84e01045 [2020-12-16T00:53:30.834Z] Removing intermediate container f24d84e01045 [2020-12-16T00:53:30.834Z] ---> 93dd8e98bd8a [2020-12-16T00:53:30.834Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T00:53:30.834Z] ---> Running in f9cbfccb0789 [2020-12-16T00:53:31.432Z] Removing intermediate container f9cbfccb0789 [2020-12-16T00:53:31.432Z] ---> 1b00c7038d11 [2020-12-16T00:53:31.432Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T00:53:31.432Z] ---> Running in 49c454b1c48b [2020-12-16T00:53:34.055Z] Removing intermediate container 49c454b1c48b [2020-12-16T00:53:34.055Z] ---> 6b1af9f3eafc [2020-12-16T00:53:34.055Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T00:53:34.055Z] ---> Running in 32ccbc63407f [2020-12-16T00:53:35.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T00:53:36.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T00:53:36.687Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T00:53:36.687Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T00:53:36.959Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T00:53:37.234Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T00:53:37.234Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T00:53:37.234Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T00:53:37.234Z] OK: 8 MiB in 19 packages [2020-12-16T00:53:38.673Z] Removing intermediate container 32ccbc63407f [2020-12-16T00:53:38.673Z] ---> 7478a3739c28 [2020-12-16T00:53:38.673Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T00:53:39.274Z] ---> 53e465b968a3 [2020-12-16T00:53:39.274Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T00:53:40.714Z] ---> c986fdc6d0a4 [2020-12-16T00:53:40.714Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T00:53:41.696Z] ---> 528adc8eb7ec [2020-12-16T00:53:41.697Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T00:53:41.697Z] ---> Running in eb1de7ef411f [2020-12-16T00:53:42.299Z] Removing intermediate container eb1de7ef411f [2020-12-16T00:53:42.299Z] ---> 24a1b6618040 [2020-12-16T00:53:42.299Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T00:53:42.299Z] ---> Running in ddfc62bea253 [2020-12-16T00:53:42.898Z] Removing intermediate container ddfc62bea253 [2020-12-16T00:53:42.898Z] ---> 64d9e0191e6d [2020-12-16T00:53:42.898Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T00:53:42.898Z] ---> Running in 1ab96b729bc0 [2020-12-16T00:53:43.497Z] Removing intermediate container 1ab96b729bc0 [2020-12-16T00:53:43.497Z] ---> ceb093325740 [2020-12-16T00:53:43.497Z] Step 22/23 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 [2020-12-16T00:53:43.497Z] ---> Running in 7d450f2421fb [2020-12-16T00:53:44.097Z] Removing intermediate container 7d450f2421fb [2020-12-16T00:53:44.097Z] ---> 74c8a6971060 [2020-12-16T00:53:44.097Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T00:53:44.097Z] ---> Running in 98689e6d3282 [2020-12-16T00:53:44.694Z] Removing intermediate container 98689e6d3282 [2020-12-16T00:53:44.694Z] ---> cf24cd44e614 [2020-12-16T00:53:44.694Z] [2020-12-16T00:53:44.968Z] Successfully built cf24cd44e614 [2020-12-16T00:53:44.968Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T00:53:45.581Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-16T00:53:45.598Z] $ docker stop --time=1 0db14384d1a8fa6354fc84402cd6cf0f4ef02ec9f743f71a4af1aabc384c0075 [2020-12-16T00:53:47.666Z] $ docker rm -f 0db14384d1a8fa6354fc84402cd6cf0f4ef02ec9f743f71a4af1aabc384c0075 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T00:53:48.327Z] + docker images [2020-12-16T00:53:48.327Z] + grep docker [2020-12-16T00:53:48.599Z] docker-core-data-go-arm64 latest cf24cd44e614 4 seconds ago 22.3MB [2020-12-16T00:53:48.599Z] docker-core-metadata-go-arm64 latest 4347cc8f0cb3 22 seconds ago 13.6MB [2020-12-16T00:53:48.599Z] docker-security-proxy-setup-go-arm64 latest 0894e43978d4 23 seconds ago 23.4MB [2020-12-16T00:53:48.599Z] docker-security-secrets-setup-go-arm64 latest b727b5fa45b0 25 seconds ago 22.7MB [2020-12-16T00:53:48.599Z] docker-security-bootstrap-redis-go-arm64 latest b830e78e5312 42 seconds ago 15.2MB [2020-12-16T00:53:48.599Z] docker-sys-mgmt-agent-go-arm64 latest f0fc939904d9 2 minutes ago 300MB [2020-12-16T00:53:48.599Z] docker-support-notifications-go-arm64 latest 350ae8ed7043 4 minutes ago 12.9MB [2020-12-16T00:53:48.599Z] docker-core-command-go-arm64 latest 6829879c9ead 4 minutes ago 11.4MB [2020-12-16T00:53:48.599Z] docker-support-scheduler-go-arm64 latest 3fd686ed4db0 4 minutes ago 11.5MB [2020-12-16T00:53:48.599Z] docker-security-secretstore-setup-go-arm64 latest 3d4999c8d8ad 4 minutes ago 23.5MB [2020-12-16T00:53:48.599Z] docker latest 0c09fb3ff9b5 3 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-16T00:53:52.451Z] provisioning config files... [2020-12-16T00:53:52.478Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config8975498376156901841tmp [Pipeline] { [Pipeline] sh [2020-12-16T00:53:52.876Z] + set +x [2020-12-16T00:53:52.876Z] + curl -s https://codecov.io/bash [2020-12-16T00:53:52.876Z] + bash -s -- [2020-12-16T00:53:53.457Z] [2020-12-16T00:53:53.457Z] _____ _ [2020-12-16T00:53:53.457Z] / ____| | | [2020-12-16T00:53:53.457Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T00:53:53.457Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T00:53:53.457Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T00:53:53.457Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T00:53:53.457Z] Bash-20201130-cc6d3fe [2020-12-16T00:53:53.457Z] [2020-12-16T00:53:53.457Z] [2020-12-16T00:53:53.457Z] ==> Jenkins CI detected. [2020-12-16T00:53:53.457Z] project root: . [2020-12-16T00:53:53.457Z] --> token set from env [2020-12-16T00:53:53.457Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T00:53:53.457Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T00:53:53.457Z] ==> Python coveragepy not found [2020-12-16T00:53:53.457Z] ==> Searching for coverage reports in: [2020-12-16T00:53:53.457Z] + . [2020-12-16T00:53:53.457Z] -> Found 1 reports [2020-12-16T00:53:53.457Z] ==> Detecting git/mercurial file structure [2020-12-16T00:53:53.726Z] ==> Reading reports [2020-12-16T00:53:53.726Z] + ./coverage.out bytes=568194 [2020-12-16T00:53:53.726Z] ==> Appending adjustments [2020-12-16T00:53:53.726Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T00:53:58.016Z] + Found adjustments [2020-12-16T00:53:58.016Z] ==> Gzipping contents [2020-12-16T00:53:58.016Z] 88K /tmp/codecov.6rXKaN.gz [2020-12-16T00:53:58.016Z] ==> Uploading reports [2020-12-16T00:53:58.016Z] url: https://codecov.io [2020-12-16T00:53:58.016Z] query: branch=PR-2908&commit=9de74e28842b0d181f1712cd781cae03bb1b8cd8&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-16T00:53:58.016Z] -> Pinging Codecov [2020-12-16T00:53:58.016Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=9de74e28842b0d181f1712cd781cae03bb1b8cd8&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-16T00:53:58.607Z] -> Uploading to [2020-12-16T00:53:58.607Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/9de74e28842b0d181f1712cd781cae03bb1b8cd8/7e06d972-953d-4ff7-8024-6c80880cbed2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T005358Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23dcf4f7a4313e922e886f981feedc4490138b255a674dccbf2a4afb7cd28bbd [2020-12-16T00:53:58.607Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T00:53:58.607Z] Dload Upload Total Spent Left Speed [2020-12-16T00:53:59.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88048 0 0 100 88048 0 147k --:--:-- --:--:-- --:--:-- 147k 100 88048 0 0 100 88048 0 147k --:--:-- --:--:-- --:--:-- 147k [2020-12-16T00:53:59.198Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9de74e28842b0d181f1712cd781cae03bb1b8cd8 [Pipeline] } [2020-12-16T00:53:59.215Z] 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-16T00:54:01.453Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:54:02.366Z] ---> package-listing.sh [2020-12-16T00:54:02.366Z] ++ facter osfamily [2020-12-16T00:54:02.366Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T00:54:02.637Z] + OS_FAMILY=redhat [2020-12-16T00:54:02.637Z] + workspace=/w/workspace/edgex-go/18 [2020-12-16T00:54:02.637Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T00:54:02.637Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T00:54:02.637Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T00:54:02.637Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T00:54:02.637Z] + '[' /w/workspace/edgex-go/18 ']' [2020-12-16T00:54:02.637Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T00:54:02.637Z] + case "${OS_FAMILY}" in [2020-12-16T00:54:02.637Z] + rpm -qa [2020-12-16T00:54:02.637Z] + sort [2020-12-16T00:54:08.040Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T00:54:08.040Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T00:54:08.040Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T00:54:08.040Z] + '[' /w/workspace/edgex-go/18 ']' [2020-12-16T00:54:08.040Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2020-12-16T00:54:08.040Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo [2020-12-16T00:54:08.086Z] 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T00:54:08.404Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:54:09.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T00:54:09.284Z] [2020-12-16T00:54:09.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T00:54:09.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T00:54:09.697Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T00:54:09.697Z] df20fa9351a1: Pulling fs layer [2020-12-16T00:54:09.697Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T00:54:09.697Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T00:54:09.697Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T00:54:09.697Z] 93b61091891f: Pulling fs layer [2020-12-16T00:54:09.697Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T00:54:09.697Z] 5e14af77c1be: Pulling fs layer [2020-12-16T00:54:09.697Z] 01666e4c0597: Pulling fs layer [2020-12-16T00:54:09.697Z] 93b61091891f: Waiting [2020-12-16T00:54:09.697Z] aa168da1d23b: Pulling fs layer [2020-12-16T00:54:09.697Z] 5e14af77c1be: Waiting [2020-12-16T00:54:09.697Z] 01666e4c0597: Waiting [2020-12-16T00:54:09.697Z] aa168da1d23b: Waiting [2020-12-16T00:54:09.697Z] 93b9cdb0e59b: Waiting [2020-12-16T00:54:09.697Z] 46f8f816bc3b: Waiting [2020-12-16T00:54:09.988Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T00:54:09.988Z] 36b3adc4ff6f: Download complete [2020-12-16T00:54:09.988Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T00:54:09.988Z] 46f8f816bc3b: Download complete [2020-12-16T00:54:10.274Z] df20fa9351a1: Verifying Checksum [2020-12-16T00:54:10.274Z] df20fa9351a1: Download complete [2020-12-16T00:54:10.274Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T00:54:10.274Z] 93b9cdb0e59b: Download complete [2020-12-16T00:54:10.274Z] 5e14af77c1be: Download complete [2020-12-16T00:54:10.274Z] 01666e4c0597: Verifying Checksum [2020-12-16T00:54:10.274Z] 01666e4c0597: Download complete [2020-12-16T00:54:10.577Z] 93b61091891f: Verifying Checksum [2020-12-16T00:54:10.577Z] 93b61091891f: Download complete [2020-12-16T00:54:10.857Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T00:54:10.857Z] 8ad3a11d3b57: Download complete [2020-12-16T00:54:10.857Z] df20fa9351a1: Pull complete [2020-12-16T00:54:11.174Z] 36b3adc4ff6f: Pull complete [2020-12-16T00:54:12.422Z] 8ad3a11d3b57: Pull complete [2020-12-16T00:54:12.722Z] 46f8f816bc3b: Pull complete [2020-12-16T00:54:13.374Z] 93b61091891f: Pull complete [2020-12-16T00:54:13.659Z] 93b9cdb0e59b: Pull complete [2020-12-16T00:54:15.669Z] aa168da1d23b: Verifying Checksum [2020-12-16T00:54:15.669Z] aa168da1d23b: Download complete [2020-12-16T00:54:15.669Z] 5e14af77c1be: Pull complete [2020-12-16T00:54:15.946Z] 01666e4c0597: Pull complete [2020-12-16T00:54:31.081Z] aa168da1d23b: Pull complete [2020-12-16T00:54:31.081Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T00:54:31.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T00:54:31.081Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T00:54:31.493Z] prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container [2020-12-16T00:54:31.566Z] $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-16T00:54:34.766Z] $ docker top 877afffa0bcb54c7001f3ee9b4386c7bf6df23d305b0e424876ef6b76f865b83 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T00:54:35.454Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T00:54:35.798Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T00:54:36.138Z] + ls /var/log/sa-host [2020-12-16T00:54:36.138Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T00:54:36.138Z] file_magic: OK [2020-12-16T00:54:36.138Z] HZ: Using current value: 100 [2020-12-16T00:54:36.138Z] file_header: OK [2020-12-16T00:54:36.138Z] 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-16T00:54:36.138Z] Statistics: [2020-12-16T00:54:36.138Z] 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-16T00:54:36.138Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T00:54:36.138Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T00:54:36.138Z] file_magic: OK [2020-12-16T00:54:36.138Z] HZ: Using current value: 100 [2020-12-16T00:54:36.138Z] file_header: OK [2020-12-16T00:54:36.138Z] 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-16T00:54:36.138Z] Statistics: [2020-12-16T00:54:36.138Z] Hnuu...uuuununununu... [2020-12-16T00:54:36.138Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T00:54:36.343Z] provisioning config files... [2020-12-16T00:54:36.364Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4426276680952041261tmp [Pipeline] { [Pipeline] echo [2020-12-16T00:54:36.502Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:54:36.862Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T00:54:37.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T00:54:37.258Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:54:37.967Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T00:54:37.998Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:54:38.818Z] ---> sudo-logs.sh [2020-12-16T00:54:38.818Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T00:54:38.834Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:54:39.160Z] ---> job-cost.sh [2020-12-16T00:54:39.160Z] lf-activate-venv: SKIPPING [2020-12-16T00:54:39.160Z] INFO: No Stack... [2020-12-16T00:54:40.113Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T00:54:40.377Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T00:54:40.393Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T00:54:40.739Z] ---> logs-deploy.sh [2020-12-16T00:54:40.739Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/18 [2020-12-16T00:54:40.739Z] INFO: archiving workspace using pattern(s): [2020-12-16T00:54:43.337Z] Archives upload complete. [2020-12-16T00:54:43.337Z] INFO: archiving logs to Nexus