Pull request #2930 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 35953d63dbb6324954242bc6432706fab40e1eb5+34dce4612a631976cf4327d6db635ffc5909a851 (d3559b1a17d232f4bda1fbea4960f6e62cd04bf4) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15167 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 35953d63dbb6324954242bc6432706fab40e1eb5 Merge succeeded, producing 35953d63dbb6324954242bc6432706fab40e1eb5 Checking out Revision 35953d63dbb6324954242bc6432706fab40e1eb5 (PR-2930) > 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/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # 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 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 Commit message: "feat(security): Change the list certificates algorithm" > git rev-list --no-walk 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-09T00:13:15.436Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-09T00:13:15.774Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-09T00:13:15.893Z] ========================================================= [2020-12-09T00:13:15.893Z] EdgeX Global Pipelines Version Info [2020-12-09T00:13:15.893Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:13:17.412Z] ------------------- [2020-12-09T00:13:17.412Z] stable info: [2020-12-09T00:13:17.412Z] ------------------- [2020-12-09T00:13:17.412Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T00:13:17.412Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T00:13:17.412Z] Message: update stable to v1.0.172 [2020-12-09T00:13:18.361Z] ------------------- [2020-12-09T00:13:18.361Z] experimental info: [2020-12-09T00:13:18.361Z] ------------------- [2020-12-09T00:13:18.361Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T00:13:18.361Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T00:13:18.361Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-09T00:13:18.648Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-09T00:13:18.775Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-09T00:13:18.877Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-09T00:13:18.977Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-09T00:13:19.085Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-09T00:13:19.189Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-09T00:13:19.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-09T00:13:19.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-09T00:13:19.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-09T00:13:19.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-09T00:13:19.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-09T00:13:19.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-09T00:13:19.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-09T00:13:20.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-09T00:13:20.270Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-09T00:13:20.447Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-09T00:13:20.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-09T00:13:20.644Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-09T00:13:20.764Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-09T00:13:20.868Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-09T00:13:20.982Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-09T00:13:21.118Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-09T00:13:21.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2930 [Pipeline] echo [2020-12-09T00:13:21.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2930 [Pipeline] echo [2020-12-09T00:13:21.464Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2930 [Pipeline] echo [2020-12-09T00:13:21.553Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35953d63dbb6324954242bc6432706fab40e1eb5 [Pipeline] echo [2020-12-09T00:13:21.648Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35953d6 [Pipeline] echo [2020-12-09T00:13:21.744Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T00:13:21.927Z] provisioning config files... [2020-12-09T00:13:21.955Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6320857619853133584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:13:22.312Z] ---> docker-login.sh [2020-12-09T00:13:22.312Z] nexus3.edgexfoundry.org:10001 [2020-12-09T00:13:22.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:13:22.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:13:22.574Z] Configure a credential helper to remove this warning. See [2020-12-09T00:13:22.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:13:22.575Z] [2020-12-09T00:13:22.575Z] Login Succeeded [2020-12-09T00:13:22.575Z] nexus3.edgexfoundry.org:10002 [2020-12-09T00:13:22.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:13:22.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:13:22.837Z] Configure a credential helper to remove this warning. See [2020-12-09T00:13:22.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:13:22.837Z] [2020-12-09T00:13:22.837Z] Login Succeeded [2020-12-09T00:13:22.837Z] nexus3.edgexfoundry.org:10003 [2020-12-09T00:13:23.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:13:23.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:13:23.100Z] Configure a credential helper to remove this warning. See [2020-12-09T00:13:23.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:13:23.100Z] [2020-12-09T00:13:23.100Z] Login Succeeded [2020-12-09T00:13:23.100Z] nexus3.edgexfoundry.org:10004 [2020-12-09T00:13:23.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:13:23.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:13:23.100Z] Configure a credential helper to remove this warning. See [2020-12-09T00:13:23.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:13:23.100Z] [2020-12-09T00:13:23.100Z] Login Succeeded [2020-12-09T00:13:23.100Z] docker.io [2020-12-09T00:13:23.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:13:23.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:13:23.624Z] Configure a credential helper to remove this warning. See [2020-12-09T00:13:23.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:13:23.624Z] [2020-12-09T00:13:23.624Z] Login Succeeded [2020-12-09T00:13:23.624Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T00:13:23.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T00:13:24.194Z] ++ 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-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/core-command/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/core-data/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-09T00:13:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-09T00:13:24.194Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-09T00:13:24.194Z] ++ cut -d/ -f2 [2020-12-09T00:13:24.194Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-09T00:13:24.266Z] 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-09T00:13:25.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T00:13:25.670Z] [2020-12-09T00:13:25.670Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:13:26.016Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T00:13:26.016Z] latest: Pulling from edgex-devops/git-semver [2020-12-09T00:13:26.016Z] 31603596830f: Pulling fs layer [2020-12-09T00:13:26.016Z] 2a8b12db71e7: Pulling fs layer [2020-12-09T00:13:26.016Z] 6ca5941a6612: Pulling fs layer [2020-12-09T00:13:26.016Z] ecc8261a40a4: Pulling fs layer [2020-12-09T00:13:26.016Z] 2a8b12db71e7: Verifying Checksum [2020-12-09T00:13:26.016Z] 2a8b12db71e7: Download complete [2020-12-09T00:13:26.279Z] 31603596830f: Download complete [2020-12-09T00:13:26.279Z] ecc8261a40a4: Verifying Checksum [2020-12-09T00:13:26.279Z] ecc8261a40a4: Download complete [2020-12-09T00:13:26.279Z] 6ca5941a6612: Verifying Checksum [2020-12-09T00:13:26.279Z] 6ca5941a6612: Download complete [2020-12-09T00:13:26.541Z] 31603596830f: Pull complete [2020-12-09T00:13:26.541Z] 2a8b12db71e7: Pull complete [2020-12-09T00:13:27.488Z] 6ca5941a6612: Pull complete [2020-12-09T00:13:27.750Z] ecc8261a40a4: Pull complete [2020-12-09T00:13:27.750Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-09T00:13:27.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T00:13:27.750Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-09T00:13:27.851Z] prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container [2020-12-09T00:13:27.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-09T00:13:30.523Z] $ docker top 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T00:13:30.859Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T00:13:30.859Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T00:13:31.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T00:13:31.074Z] $ docker exec 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent [2020-12-09T00:13:31.259Z] SSH_AUTH_SOCK=/tmp/ssh-hTns6eFVfzws/agent.12 [2020-12-09T00:13:31.259Z] SSH_AGENT_PID=18 [2020-12-09T00:13:31.271Z] Running ssh-add (command line suppressed) [2020-12-09T00:13:31.410Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5977675980994275853.key (/w/workspace/edgex-go/4@tmp/private_key_5977675980994275853.key) [2020-12-09T00:13:31.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T00:13:31.802Z] + git tag --points-at HEAD [Pipeline] } [2020-12-09T00:13:31.825Z] $ docker exec --env ******** --env ******** 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent -k [2020-12-09T00:13:31.945Z] unset SSH_AUTH_SOCK; [2020-12-09T00:13:31.946Z] unset SSH_AGENT_PID; [2020-12-09T00:13:31.946Z] echo Agent pid 18 killed; [2020-12-09T00:13:31.989Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-09T00:13:32.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T00:13:32.136Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T00:13:32.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T00:13:32.300Z] $ docker exec 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent [2020-12-09T00:13:32.475Z] SSH_AUTH_SOCK=/tmp/ssh-P73z1fXHWKVp/agent.46 [2020-12-09T00:13:32.475Z] SSH_AGENT_PID=51 [2020-12-09T00:13:32.482Z] Running ssh-add (command line suppressed) [2020-12-09T00:13:32.619Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5521954271057540580.key (/w/workspace/edgex-go/4@tmp/private_key_5521954271057540580.key) [2020-12-09T00:13:32.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T00:13:33.012Z] + git semver init [2020-12-09T00:13:33.012Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T00:13:33.012Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-12-09T00:13:33.012Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-12-09T00:13:33.012Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T00:13:33.012Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T00:13:33.012Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T00:13:33.012Z] # $SEMVER_BRANCH = PR-2930 [2020-12-09T00:13:33.012Z] # $SEMVER_TEMP = /tmp/semver-663239195 [2020-12-09T00:13:33.012Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-09T00:13:51.168Z] # '/tmp/semver-663239195' -> '/w/workspace/edgex-go/4/.semver' [2020-12-09T00:13:51.168Z] # -> Force: false [2020-12-09T00:13:51.168Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-12-09T00:13:51.182Z] $ docker exec --env ******** --env ******** 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent -k [2020-12-09T00:13:51.339Z] unset SSH_AUTH_SOCK; [2020-12-09T00:13:51.340Z] unset SSH_AGENT_PID; [2020-12-09T00:13:51.340Z] echo Agent pid 51 killed; [2020-12-09T00:13:51.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T00:13:52.023Z] + git semver [Pipeline] } [2020-12-09T00:13:52.042Z] $ docker stop --time=1 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 [2020-12-09T00:13:53.627Z] $ docker rm -f 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T00:13:54.129Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-09T00:13:54.694Z] Stashed 1 file(s) [Pipeline] echo [2020-12-09T00:13:54.697Z] [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-09T00:13:55.597Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-09T00:13:55.897Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T00:13:56.195Z] + sudo service docker restart [2020-12-09T00:13:56.195Z] + true [2020-12-09T00:13:56.195Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-09T00:13:56.781Z] ========================================================= [2020-12-09T00:13:56.781Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-09T00:13:56.781Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:13:57.122Z] + 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-09T00:14:00.434Z] Sending build context to Docker daemon 326.5MB [2020-12-09T00:14:00.434Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-09T00:14:00.434Z] Step 2/7 : FROM ${BASE} [2020-12-09T00:14:00.434Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-09T00:14:00.434Z] 188c0c94c7c5: Pulling fs layer [2020-12-09T00:14:00.434Z] 0ef7d3d256c8: Pulling fs layer [2020-12-09T00:14:00.434Z] de9db76c5a1d: Pulling fs layer [2020-12-09T00:14:00.434Z] bca2f99d35d6: Pulling fs layer [2020-12-09T00:14:00.434Z] 93359f2a8cfa: Pulling fs layer [2020-12-09T00:14:00.434Z] 7c6f9722023f: Pulling fs layer [2020-12-09T00:14:00.434Z] a35cf1a2eb13: Pulling fs layer [2020-12-09T00:14:00.434Z] 93359f2a8cfa: Waiting [2020-12-09T00:14:00.434Z] 7c6f9722023f: Waiting [2020-12-09T00:14:00.434Z] bca2f99d35d6: Waiting [2020-12-09T00:14:00.434Z] de9db76c5a1d: Verifying Checksum [2020-12-09T00:14:00.434Z] de9db76c5a1d: Download complete [2020-12-09T00:14:00.434Z] 0ef7d3d256c8: Verifying Checksum [2020-12-09T00:14:00.434Z] 0ef7d3d256c8: Download complete [2020-12-09T00:14:00.434Z] 93359f2a8cfa: Verifying Checksum [2020-12-09T00:14:00.434Z] 93359f2a8cfa: Download complete [2020-12-09T00:14:00.434Z] 7c6f9722023f: Verifying Checksum [2020-12-09T00:14:00.434Z] 7c6f9722023f: Download complete [2020-12-09T00:14:00.434Z] 188c0c94c7c5: Verifying Checksum [2020-12-09T00:14:00.434Z] 188c0c94c7c5: Download complete [2020-12-09T00:14:00.697Z] 188c0c94c7c5: Pull complete [2020-12-09T00:14:00.697Z] 0ef7d3d256c8: Pull complete [2020-12-09T00:14:00.959Z] de9db76c5a1d: Pull complete [2020-12-09T00:14:02.882Z] a35cf1a2eb13: Verifying Checksum [2020-12-09T00:14:02.882Z] a35cf1a2eb13: Download complete [2020-12-09T00:14:03.461Z] bca2f99d35d6: Verifying Checksum [2020-12-09T00:14:03.461Z] bca2f99d35d6: Download complete [2020-12-09T00:14:08.815Z] bca2f99d35d6: Pull complete [2020-12-09T00:14:08.815Z] 93359f2a8cfa: Pull complete [2020-12-09T00:14:08.815Z] 7c6f9722023f: Pull complete [2020-12-09T00:14:10.093Z] Still waiting to schedule task [2020-12-09T00:14:10.093Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-09T00:14:13.045Z] a35cf1a2eb13: Pull complete [2020-12-09T00:14:13.045Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-09T00:14:13.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-09T00:14:13.045Z] ---> a62c8e92a672 [2020-12-09T00:14:13.045Z] 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-09T00:14:13.045Z] ---> Running in dc81f0890b4f [2020-12-09T00:14:13.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:14:13.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:14:14.563Z] (1/12) Installing libmagic (5.38-r0) [2020-12-09T00:14:15.135Z] (2/12) Installing file (5.38-r0) [2020-12-09T00:14:15.135Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-09T00:14:15.396Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-09T00:14:19.607Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-09T00:14:19.607Z] (6/12) Installing patch (2.7.6-r6) [2020-12-09T00:14:19.607Z] (7/12) Installing build-base (0.5-r2) [2020-12-09T00:14:19.607Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-09T00:14:19.607Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-09T00:14:19.607Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-09T00:14:19.868Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-09T00:14:19.868Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-09T00:14:19.868Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:14:19.868Z] OK: 233 MiB in 51 packages [2020-12-09T00:14:24.088Z] Removing intermediate container dc81f0890b4f [2020-12-09T00:14:24.088Z] ---> 156d13d6163c [2020-12-09T00:14:24.088Z] Step 4/7 : WORKDIR /edgex-go [2020-12-09T00:14:24.088Z] ---> Running in 1701c9558291 [2020-12-09T00:14:24.088Z] Removing intermediate container 1701c9558291 [2020-12-09T00:14:24.088Z] ---> e3d21c07da5e [2020-12-09T00:14:24.088Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-09T00:14:29.387Z] latest: Pulling from library/docker [2020-12-09T00:14:29.387Z] 188c0c94c7c5: Already exists [2020-12-09T00:14:29.387Z] 0c7c675703d6: Pulling fs layer [2020-12-09T00:14:29.387Z] cc8c12a437cb: Pulling fs layer [2020-12-09T00:14:29.387Z] f092543453df: Pulling fs layer [2020-12-09T00:14:29.387Z] 65b6bc45957d: Pulling fs layer [2020-12-09T00:14:29.387Z] 4de832df471b: Pulling fs layer [2020-12-09T00:14:29.387Z] 79aa7fa92271: Pulling fs layer [2020-12-09T00:14:29.387Z] 4de832df471b: Waiting [2020-12-09T00:14:29.387Z] 65b6bc45957d: Waiting [2020-12-09T00:14:29.655Z] cc8c12a437cb: Verifying Checksum [2020-12-09T00:14:29.655Z] cc8c12a437cb: Download complete [2020-12-09T00:14:29.655Z] 65b6bc45957d: Verifying Checksum [2020-12-09T00:14:29.655Z] 65b6bc45957d: Download complete [2020-12-09T00:14:29.655Z] 0c7c675703d6: Verifying Checksum [2020-12-09T00:14:29.655Z] 0c7c675703d6: Download complete [2020-12-09T00:14:29.922Z] 4de832df471b: Verifying Checksum [2020-12-09T00:14:29.922Z] 4de832df471b: Download complete [2020-12-09T00:14:29.922Z] 79aa7fa92271: Verifying Checksum [2020-12-09T00:14:29.922Z] 79aa7fa92271: Download complete [2020-12-09T00:14:29.922Z] 0c7c675703d6: Pull complete [2020-12-09T00:14:30.185Z] cc8c12a437cb: Pull complete [2020-12-09T00:14:30.757Z] f092543453df: Verifying Checksum [2020-12-09T00:14:30.757Z] f092543453df: Download complete [2020-12-09T00:14:33.330Z] f092543453df: Pull complete [2020-12-09T00:14:33.330Z] 65b6bc45957d: Pull complete [2020-12-09T00:14:33.593Z] 4de832df471b: Pull complete [2020-12-09T00:14:33.593Z] 79aa7fa92271: Pull complete [2020-12-09T00:14:33.593Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-09T00:14:33.593Z] Status: Downloaded newer image for docker:latest [2020-12-09T00:14:35.524Z] ---> 9b25a44ee43c [2020-12-09T00:14:35.524Z] Step 6/7 : COPY go.mod . [2020-12-09T00:14:35.788Z] ---> 96fc2e6fc5db [2020-12-09T00:14:35.788Z] Step 7/7 : RUN go mod download [2020-12-09T00:14:35.788Z] ---> Running in 5a742e190635 [2020-12-09T00:14:57.802Z] Removing intermediate container 5a742e190635 [2020-12-09T00:14:57.802Z] ---> f3b7f58d9021 [2020-12-09T00:14:57.802Z] Successfully built f3b7f58d9021 [2020-12-09T00:14:57.802Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:14:58.119Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T00:14:58.119Z] . [Pipeline] withDockerContainer [2020-12-09T00:14:58.215Z] prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container [2020-12-09T00:14:58.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-09T00:14:59.018Z] $ docker top d1d311b896e977cfaea0af1e37105cd9061187b6de53786047156a1cd2571d64 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T00:14:59.524Z] + go version [2020-12-09T00:14:59.524Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-09T00:14:59.540Z] $ docker stop --time=1 d1d311b896e977cfaea0af1e37105cd9061187b6de53786047156a1cd2571d64 [2020-12-09T00:15:00.925Z] $ docker rm -f d1d311b896e977cfaea0af1e37105cd9061187b6de53786047156a1cd2571d64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:15:02.859Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T00:15:02.859Z] . [Pipeline] withDockerContainer [2020-12-09T00:15:02.971Z] prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container [2020-12-09T00:15:03.028Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-09T00:15:03.711Z] $ docker top 9be56750bc63852156252eacc143eff525c99ef5558d3b2e31c732a69c59009f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-09T00:15:03.945Z] ========================================================= [2020-12-09T00:15:03.945Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-09T00:15:03.945Z] ========================================================= [Pipeline] sh [2020-12-09T00:15:04.240Z] + make test [2020-12-09T00:15:04.240Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-09T00:15:14.488Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-09T00:15:29.494Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-09T00:15:33.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-09T00:15:34.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-09T00:15:34.309Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-09T00:15:34.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-09T00:15:34.572Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-09T00:15:34.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-09T00:15:37.409Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s [2020-12-09T00:15:37.409Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-09T00:15:37.409Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-09T00:15:37.681Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-09T00:15:37.681Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-09T00:15:37.681Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-09T00:15:37.681Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-09T00:15:41.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements [2020-12-09T00:15:41.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-09T00:15:41.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-09T00:15:41.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-09T00:15:41.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-09T00:15:41.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-09T00:15:44.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-09T00:15:44.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-09T00:15:44.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-09T00:15:44.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.369s coverage: 68.5% of statements [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-09T00:15:44.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.151s coverage: 82.3% of statements [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-09T00:15:44.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-09T00:15:45.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-09T00:15:45.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-09T00:15:45.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-09T00:15:45.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements [2020-12-09T00:15:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-09T00:15:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2020-12-09T00:15:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-09T00:15:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2020-12-09T00:15:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-09T00:15:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-09T00:15:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-09T00:15:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-09T00:15:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.334s coverage: 93.8% of statements [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-09T00:15:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-09T00:15:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-09T00:15:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.024s coverage: 100.0% of statements [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-09T00:15:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements [2020-12-09T00:15:48.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-09T00:15:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2020-12-09T00:15:48.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements [2020-12-09T00:15:48.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.2% of statements [2020-12-09T00:15:49.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 90.2% of statements [2020-12-09T00:15:49.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-09T00:15:49.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements [2020-12-09T00:15:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-09T00:15:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-09T00:15:49.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2020-12-09T00:15:49.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2020-12-09T00:15:50.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2020-12-09T00:15:50.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2020-12-09T00:15:50.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2020-12-09T00:15:51.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.410s coverage: 55.9% of statements [2020-12-09T00:15:51.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-09T00:15:51.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-09T00:15:51.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-09T00:15:51.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-09T00:15:51.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-09T00:15:51.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-09T00:15:57.163Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15168 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws [2020-12-09T00:15:57.275Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-12-09T00:16:02.393Z] using credential edgex-jenkins-ssh [2020-12-09T00:16:02.453Z] Cloning the remote Git repository [2020-12-09T00:16:02.506Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-09T00:16:02.613Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-12-09T00:16:02.697Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-09T00:16:02.698Z] > git --version # timeout=10 [2020-12-09T00:16:02.717Z] > git --version # 'git version 2.17.1' [2020-12-09T00:16:02.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T00:16:02.815Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.079s coverage: 86.3% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.151s coverage: 72.2% of statements [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.409s coverage: 72.1% of statements [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.2% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.337s coverage: 84.0% of statements [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.645s coverage: 29.1% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-09T00:16:09.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-12-09T00:16:09.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-09T00:16:09.967Z] GO111MODULE=on go vet ./... [2020-12-09T00:16:17.348Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-09T00:16:17.373Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T00:16:17.408Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-09T00:16:17.453Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-09T00:16:17.453Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T00:16:17.464Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T00:16:18.213Z] Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:16:18.665Z] Merge succeeded, producing 35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:16:18.665Z] Checking out Revision 35953d63dbb6324954242bc6432706fab40e1eb5 (PR-2930) [2020-12-09T00:16:18.236Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T00:16:18.250Z] > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 [2020-12-09T00:16:18.570Z] > git remote # timeout=10 [2020-12-09T00:16:18.593Z] > git config --get remote.origin.url # timeout=10 [2020-12-09T00:16:18.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T00:16:18.622Z] > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 [2020-12-09T00:16:18.649Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-09T00:16:18.674Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T00:16:18.691Z] > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 [2020-12-09T00:16:23.338Z] Commit message: "feat(security): Change the list certificates algorithm" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T00:16:25.148Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-09T00:16:25.574Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T00:16:25.923Z] + true+ [2020-12-09T00:16:25.923Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T00:16:28.007Z] provisioning config files... [2020-12-09T00:16:28.053Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1301767542857878560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:16:28.459Z] ---> docker-login.sh [2020-12-09T00:16:28.460Z] nexus3.edgexfoundry.org:10001 [2020-12-09T00:16:29.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:16:29.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:16:29.727Z] Configure a credential helper to remove this warning. See [2020-12-09T00:16:29.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:16:29.727Z] [2020-12-09T00:16:29.727Z] Login Succeeded [2020-12-09T00:16:29.727Z] nexus3.edgexfoundry.org:10002 [2020-12-09T00:16:30.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:16:30.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:16:30.277Z] Configure a credential helper to remove this warning. See [2020-12-09T00:16:30.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:16:30.277Z] [2020-12-09T00:16:30.277Z] Login Succeeded [2020-12-09T00:16:30.277Z] nexus3.edgexfoundry.org:10003 [2020-12-09T00:16:30.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:16:30.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:16:30.826Z] Configure a credential helper to remove this warning. See [2020-12-09T00:16:30.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:16:30.826Z] [2020-12-09T00:16:30.826Z] Login Succeeded [2020-12-09T00:16:30.826Z] nexus3.edgexfoundry.org:10004 [2020-12-09T00:16:31.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:16:31.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:16:31.374Z] Configure a credential helper to remove this warning. See [2020-12-09T00:16:31.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:16:31.374Z] [2020-12-09T00:16:31.374Z] Login Succeeded [2020-12-09T00:16:31.374Z] docker.io [2020-12-09T00:16:31.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T00:16:31.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T00:16:31.921Z] Configure a credential helper to remove this warning. See [2020-12-09T00:16:31.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T00:16:31.921Z] [2020-12-09T00:16:31.921Z] Login Succeeded [2020-12-09T00:16:31.921Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T00:16:31.952Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-09T00:16:32.536Z] ========================================================= [2020-12-09T00:16:32.536Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-09T00:16:32.536Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:16:32.939Z] + 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-09T00:16:35.592Z] Sending build context to Docker daemon 165.7MB [2020-12-09T00:16:35.592Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-09T00:16:35.592Z] Step 2/7 : FROM ${BASE} [2020-12-09T00:16:35.592Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-09T00:16:35.592Z] 5f621e34cdf4: Pulling fs layer [2020-12-09T00:16:35.592Z] a4357932f1b6: Pulling fs layer [2020-12-09T00:16:35.592Z] 18c013af1878: Pulling fs layer [2020-12-09T00:16:35.592Z] 00ac8860ef70: Pulling fs layer [2020-12-09T00:16:35.592Z] 63d7cb157983: Pulling fs layer [2020-12-09T00:16:35.592Z] b116817d02f9: Pulling fs layer [2020-12-09T00:16:35.592Z] 745a02a5169b: Pulling fs layer [2020-12-09T00:16:35.592Z] 63d7cb157983: Waiting [2020-12-09T00:16:35.592Z] b116817d02f9: Waiting [2020-12-09T00:16:35.592Z] 00ac8860ef70: Waiting [2020-12-09T00:16:35.592Z] 745a02a5169b: Waiting [2020-12-09T00:16:35.592Z] 18c013af1878: Verifying Checksum [2020-12-09T00:16:35.592Z] a4357932f1b6: Verifying Checksum [2020-12-09T00:16:35.592Z] a4357932f1b6: Download complete [2020-12-09T00:16:35.592Z] 63d7cb157983: Verifying Checksum [2020-12-09T00:16:35.592Z] 63d7cb157983: Download complete [2020-12-09T00:16:36.188Z] b116817d02f9: Download complete [2020-12-09T00:16:36.188Z] 5f621e34cdf4: Verifying Checksum [2020-12-09T00:16:36.188Z] 5f621e34cdf4: Download complete [2020-12-09T00:16:36.703Z] gofmt -l . [2020-12-09T00:16:36.703Z] [ "`gofmt -l .`" = "" ] [2020-12-09T00:16:36.703Z] ./bin/test-go-mod-tidy.sh [2020-12-09T00:16:36.703Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-09T00:16:36.793Z] 5f621e34cdf4: Pull complete [2020-12-09T00:16:37.004Z] + ls -al . [2020-12-09T00:16:37.004Z] total 668 [2020-12-09T00:16:37.004Z] drwxrwxr-x 10 1001 1001 4096 Dec 9 00:16 . [2020-12-09T00:16:37.004Z] drwxr-xr-x 4 root root 28 Dec 9 00:15 .. [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 11 Dec 9 00:13 .dockerignore [2020-12-09T00:16:37.004Z] drwxrwxr-x 8 1001 1001 179 Dec 9 00:13 .git [2020-12-09T00:16:37.004Z] drwxrwxr-x 3 1001 1001 125 Dec 9 00:13 .github [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 943 Dec 9 00:13 .gitignore [2020-12-09T00:16:37.004Z] drwx------ 3 1001 1001 47 Dec 9 00:13 .semver [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 166 Dec 9 00:13 .sonarcloud.properties [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 3804 Dec 9 00:13 CONTRIBUTING.md [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 1035 Dec 9 00:13 Dockerfile.build [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 863 Dec 9 00:13 Jenkinsfile [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 10775 Dec 9 00:13 LICENSE [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 6318 Dec 9 00:13 Makefile [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 6447 Dec 9 00:13 README.md [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 7286 Dec 9 00:13 SECURITY.md [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 5 Dec 9 00:13 VERSION [2020-12-09T00:16:37.004Z] -rw-rw-r-- 1 1001 1001 4131 Dec 9 00:13 ZMQWindows.md [2020-12-09T00:16:37.004Z] drwxrwxr-x 2 1001 1001 117 Dec 9 00:13 bin [2020-12-09T00:16:37.005Z] drwxrwxr-x 15 1001 1001 4096 Dec 9 00:13 cmd [2020-12-09T00:16:37.005Z] -rw-r--r-- 1 root root 569875 Dec 9 00:16 coverage.out [2020-12-09T00:16:37.005Z] -rw-r--r-- 1 root root 1041 Dec 9 00:16 go.mod [2020-12-09T00:16:37.005Z] -rw-r--r-- 1 root root 18856 Dec 9 00:16 go.sum [2020-12-09T00:16:37.005Z] drwxrwxr-x 8 1001 1001 127 Dec 9 00:13 internal [2020-12-09T00:16:37.005Z] drwxrwxr-x 4 1001 1001 26 Dec 9 00:13 openapi [2020-12-09T00:16:37.005Z] drwxrwxr-x 4 1001 1001 71 Dec 9 00:13 snap [2020-12-09T00:16:37.005Z] -rw-rw-r-- 1 1001 1001 168 Dec 9 00:13 version.go [Pipeline] sh [2020-12-09T00:16:37.302Z] + '[' -e coverage.out ] [2020-12-09T00:16:37.302Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-09T00:16:37.389Z] a4357932f1b6: Pull complete [2020-12-09T00:16:37.490Z] Stashed 1 file(s) [Pipeline] sh [2020-12-09T00:16:37.664Z] 18c013af1878: Pull complete [2020-12-09T00:16:37.783Z] + make build [2020-12-09T00:16:37.783Z] 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-09T00:16:38.647Z] 745a02a5169b: Verifying Checksum [2020-12-09T00:16:38.647Z] 745a02a5169b: Download complete [2020-12-09T00:16:40.096Z] 00ac8860ef70: Verifying Checksum [2020-12-09T00:16:40.096Z] 00ac8860ef70: Download complete [2020-12-09T00:16:43.086Z] 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-09T00:16:50.270Z] 00ac8860ef70: Pull complete [2020-12-09T00:16:50.270Z] 63d7cb157983: Pull complete [2020-12-09T00:16:50.869Z] b116817d02f9: Pull complete [2020-12-09T00:16:51.350Z] 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-09T00:16:51.350Z] 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-09T00:16:53.275Z] 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-09T00:16:53.275Z] 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-09T00:16:54.276Z] 745a02a5169b: Pull complete [2020-12-09T00:16:54.277Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-09T00:16:54.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-09T00:16:54.548Z] ---> b7e6874047d6 [2020-12-09T00:16:54.548Z] 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-09T00:16:54.676Z] 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-09T00:16:56.069Z] 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-09T00:16:57.469Z] 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-09T00:16:57.933Z] ---> Running in 9e6cb59ab6ba [2020-12-09T00:16:58.429Z] 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-09T00:16:58.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:16:59.822Z] 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-09T00:16:59.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:17:00.507Z] (1/12) Installing libmagic (5.38-r0) [2020-12-09T00:17:00.775Z] 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-09T00:17:00.780Z] (2/12) Installing file (5.38-r0) [2020-12-09T00:17:00.780Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-09T00:17:00.780Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-09T00:17:02.166Z] 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-09T00:17:03.129Z] $ docker stop --time=1 9be56750bc63852156252eacc143eff525c99ef5558d3b2e31c732a69c59009f [2020-12-09T00:17:04.719Z] $ docker rm -f 9be56750bc63852156252eacc143eff525c99ef5558d3b2e31c732a69c59009f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:17:08.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-09T00:17:08.604Z] [2020-12-09T00:17:08.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:17:08.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-09T00:17:08.950Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-09T00:17:08.950Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-09T00:17:08.950Z] ca9280d653b3: Pulling fs layer [2020-12-09T00:17:08.950Z] 7e9c9ca2126c: Pulling fs layer [2020-12-09T00:17:09.065Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-09T00:17:09.065Z] (6/12) Installing patch (2.7.6-r6) [2020-12-09T00:17:09.065Z] (7/12) Installing build-base (0.5-r2) [2020-12-09T00:17:09.065Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-09T00:17:09.065Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-09T00:17:09.065Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-09T00:17:09.065Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-09T00:17:09.065Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-09T00:17:09.065Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:17:09.065Z] OK: 217 MiB in 51 packages [2020-12-09T00:17:09.215Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-09T00:17:09.215Z] cbdbe7a5bc2a: Download complete [2020-12-09T00:17:09.476Z] cbdbe7a5bc2a: Pull complete [2020-12-09T00:17:09.742Z] ca9280d653b3: Verifying Checksum [2020-12-09T00:17:09.742Z] ca9280d653b3: Download complete [2020-12-09T00:17:10.697Z] 7e9c9ca2126c: Download complete [2020-12-09T00:17:10.697Z] ca9280d653b3: Pull complete [2020-12-09T00:17:13.383Z] Removing intermediate container 9e6cb59ab6ba [2020-12-09T00:17:13.383Z] ---> b47b899da06f [2020-12-09T00:17:13.383Z] Step 4/7 : WORKDIR /edgex-go [2020-12-09T00:17:13.383Z] ---> Running in 53e202f55dfc [2020-12-09T00:17:13.383Z] Removing intermediate container 53e202f55dfc [2020-12-09T00:17:13.383Z] ---> 68f02db7c60f [2020-12-09T00:17:13.383Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-09T00:17:13.977Z] latest: Pulling from library/docker [2020-12-09T00:17:13.977Z] 5f621e34cdf4: Already exists [2020-12-09T00:17:14.255Z] 85db56a05063: Pulling fs layer [2020-12-09T00:17:14.255Z] ccb67d6aeaaa: Pulling fs layer [2020-12-09T00:17:14.255Z] de930078acea: Pulling fs layer [2020-12-09T00:17:14.255Z] d5a9d88a4785: Pulling fs layer [2020-12-09T00:17:14.255Z] e7f15c1544d5: Pulling fs layer [2020-12-09T00:17:14.255Z] 877c515997d3: Pulling fs layer [2020-12-09T00:17:14.255Z] d5a9d88a4785: Waiting [2020-12-09T00:17:14.255Z] e7f15c1544d5: Waiting [2020-12-09T00:17:14.255Z] 877c515997d3: Waiting [2020-12-09T00:17:14.255Z] 85db56a05063: Download complete [2020-12-09T00:17:14.532Z] d5a9d88a4785: Download complete [2020-12-09T00:17:14.532Z] e7f15c1544d5: Verifying Checksum [2020-12-09T00:17:14.532Z] e7f15c1544d5: Download complete [2020-12-09T00:17:14.532Z] 877c515997d3: Verifying Checksum [2020-12-09T00:17:14.532Z] 877c515997d3: Download complete [2020-12-09T00:17:15.134Z] 85db56a05063: Pull complete [2020-12-09T00:17:15.410Z] ccb67d6aeaaa: Pull complete [2020-12-09T00:17:15.683Z] de930078acea: Verifying Checksum [2020-12-09T00:17:15.683Z] de930078acea: Download complete [2020-12-09T00:17:17.576Z] 7e9c9ca2126c: Pull complete [2020-12-09T00:17:17.576Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-09T00:17:17.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-09T00:17:17.576Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-09T00:17:17.723Z] prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container [2020-12-09T00:17:17.770Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-09T00:17:19.074Z] de930078acea: Pull complete [2020-12-09T00:17:19.348Z] d5a9d88a4785: Pull complete [2020-12-09T00:17:19.620Z] e7f15c1544d5: Pull complete [2020-12-09T00:17:20.216Z] 877c515997d3: Pull complete [2020-12-09T00:17:20.216Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-09T00:17:20.216Z] Status: Downloaded newer image for docker:latest [2020-12-09T00:17:20.663Z] $ docker top e906c36bcd6b89a27a844b76eb839c54e802fb479ad8edd3e7faaaac695775ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T00:17:21.166Z] + docker-compose build --help [2020-12-09T00:17:21.166Z] + grep parallel [2020-12-09T00:17:22.108Z] --parallel Build images in parallel. [Pipeline] } [2020-12-09T00:17:22.122Z] $ docker stop --time=1 e906c36bcd6b89a27a844b76eb839c54e802fb479ad8edd3e7faaaac695775ff [2020-12-09T00:17:23.477Z] $ docker rm -f e906c36bcd6b89a27a844b76eb839c54e802fb479ad8edd3e7faaaac695775ff [2020-12-09T00:17:23.614Z] ---> f279b00bcc8e [2020-12-09T00:17:23.614Z] Step 6/7 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:17:23.893Z] ---> 0f6100f99391 [2020-12-09T00:17:23.893Z] Step 7/7 : RUN go mod download [2020-12-09T00:17:24.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-09T00:17:24.092Z] . [Pipeline] withDockerContainer [2020-12-09T00:17:24.165Z] ---> Running in 7e0aea8dbc5e [2020-12-09T00:17:24.190Z] prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container [2020-12-09T00:17:24.229Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-09T00:17:24.858Z] $ docker top 36cb783c505b0dd1ea0761774d547ca1d5176c76150d3481c02160976e241dfa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T00:17:25.350Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-09T00:17:26.292Z] Building docker-core-command-go ... [2020-12-09T00:17:26.292Z] Building docker-core-data-go ... [2020-12-09T00:17:26.292Z] Building docker-core-metadata-go ... [2020-12-09T00:17:26.292Z] Building docker-security-bootstrap-redis-go ... [2020-12-09T00:17:26.292Z] Building docker-security-proxy-setup-go ... [2020-12-09T00:17:26.292Z] Building docker-security-secrets-setup-go ... [2020-12-09T00:17:26.292Z] Building docker-security-secretstore-setup-go ... [2020-12-09T00:17:26.292Z] Building docker-support-notifications-go ... [2020-12-09T00:17:26.292Z] Building docker-support-scheduler-go ... [2020-12-09T00:17:26.292Z] Building docker-sys-mgmt-agent-go ... [2020-12-09T00:17:26.292Z] Building docker-core-data-go [2020-12-09T00:17:26.292Z] Building docker-security-secrets-setup-go [2020-12-09T00:17:26.292Z] Building docker-security-bootstrap-redis-go [2020-12-09T00:17:26.292Z] Building docker-sys-mgmt-agent-go [2020-12-09T00:17:26.292Z] Building docker-security-secretstore-setup-go [2020-12-09T00:17:50.947Z] Removing intermediate container 7e0aea8dbc5e [2020-12-09T00:17:50.948Z] ---> e1d560b1e453 [2020-12-09T00:17:50.948Z] Successfully built e1d560b1e453 [2020-12-09T00:17:50.948Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:17:51.286Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T00:17:51.286Z] . [Pipeline] withDockerContainer [2020-12-09T00:17:51.535Z] prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container [2020-12-09T00:17:51.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-09T00:17:53.069Z] $ docker top 426f76f70be5270431fffc89d53457ec215e07b5b6764f1d426a7a3bad103233 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T00:17:54.059Z] + go version [2020-12-09T00:17:54.060Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-09T00:17:54.086Z] $ docker stop --time=1 426f76f70be5270431fffc89d53457ec215e07b5b6764f1d426a7a3bad103233 [2020-12-09T00:17:56.025Z] $ docker rm -f 426f76f70be5270431fffc89d53457ec215e07b5b6764f1d426a7a3bad103233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:17:56.974Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T00:17:56.974Z] . [Pipeline] withDockerContainer [2020-12-09T00:17:57.204Z] prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container [2020-12-09T00:17:57.285Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-09T00:17:58.473Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:17:58.473Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:17:58.473Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:17:58.473Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:17:58.473Z] ---> f3b7f58d9021 [2020-12-09T00:17:58.473Z] Step 3/22 : WORKDIR /edgex-go [2020-12-09T00:17:58.473Z] ---> f3b7f58d9021 [2020-12-09T00:17:58.473Z] Step 3/24 : WORKDIR /edgex-go [2020-12-09T00:17:58.473Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:17:58.473Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:17:58.473Z] ---> f3b7f58d9021 [2020-12-09T00:17:58.473Z] Step 3/27 : WORKDIR /edgex-go [2020-12-09T00:17:58.473Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:17:58.473Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:17:58.473Z] ---> f3b7f58d9021 [2020-12-09T00:17:58.473Z] Step 3/23 : WORKDIR /edgex-go [2020-12-09T00:17:58.473Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:17:58.473Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-09T00:17:58.473Z] ---> f3b7f58d9021 [2020-12-09T00:17:58.473Z] Step 3/29 : WORKDIR /edgex-go [2020-12-09T00:17:58.473Z] ---> Running in 5f6d930eeac0 [2020-12-09T00:17:58.473Z] ---> Running in 55d0dda4622e [2020-12-09T00:17:58.473Z] ---> Running in f15cfd1cc6a4 [2020-12-09T00:17:58.473Z] ---> Running in bb5b4d0d37a6 [2020-12-09T00:17:58.473Z] ---> Running in e99853ccc234 [2020-12-09T00:17:58.473Z] Removing intermediate container 5f6d930eeac0 [2020-12-09T00:17:58.473Z] ---> 9df43cc3122e [2020-12-09T00:17:58.473Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:17:58.473Z] Removing intermediate container f15cfd1cc6a4 [2020-12-09T00:17:58.473Z] ---> 1630aa001c8b [2020-12-09T00:17:58.473Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:17:58.473Z] Removing intermediate container 55d0dda4622e [2020-12-09T00:17:58.473Z] ---> fb5b689fcfed [2020-12-09T00:17:58.473Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:17:58.473Z] Removing intermediate container bb5b4d0d37a6 [2020-12-09T00:17:58.473Z] ---> a776f3485fb8 [2020-12-09T00:17:58.473Z] Step 4/29 : RUN apk update && apk add make git [2020-12-09T00:17:58.473Z] Removing intermediate container e99853ccc234 [2020-12-09T00:17:58.473Z] ---> c705f322680a [2020-12-09T00:17:58.473Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:17:58.473Z] ---> Running in 01a165a93699 [2020-12-09T00:17:58.473Z] ---> Running in 2d4165dae57e [2020-12-09T00:17:58.473Z] ---> Running in c942fc8c60b8 [2020-12-09T00:17:58.473Z] ---> Running in 31844e8d5166 [2020-12-09T00:17:58.473Z] ---> Running in 071da9cb2fdd [2020-12-09T00:17:58.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:17:58.585Z] $ docker top c20c3a3a69ef8b724d8875817d233eedda1854441e515e7ec825b7daaabe6928 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-09T00:17:58.965Z] ========================================================= [2020-12-09T00:17:58.965Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-09T00:17:58.965Z] ========================================================= [Pipeline] sh [2020-12-09T00:17:59.055Z] Removing intermediate container c942fc8c60b8 [2020-12-09T00:17:59.055Z] ---> 6558d8f57bbe [2020-12-09T00:17:59.055Z] Step 5/22 : RUN apk update && apk add make git [2020-12-09T00:17:59.055Z] Removing intermediate container 01a165a93699 [2020-12-09T00:17:59.055Z] ---> 518100f326bb [2020-12-09T00:17:59.055Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-09T00:17:59.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:17:59.055Z] ---> Running in 00755462624e [2020-12-09T00:17:59.055Z] Removing intermediate container 2d4165dae57e [2020-12-09T00:17:59.055Z] ---> 230af7a07272 [2020-12-09T00:17:59.055Z] Step 5/24 : RUN apk update && apk add make git [2020-12-09T00:17:59.055Z] ---> Running in aadeaed37890 [2020-12-09T00:17:59.318Z] Removing intermediate container 071da9cb2fdd [2020-12-09T00:17:59.318Z] ---> 8500e6b882e4 [2020-12-09T00:17:59.318Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-09T00:17:59.318Z] ---> Running in 156e73e24c95 [2020-12-09T00:17:59.588Z] ---> Running in 7f2be2ccd39f [2020-12-09T00:17:59.612Z] + make test [2020-12-09T00:17:59.612Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-09T00:17:59.852Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:17:59.852Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:17:59.852Z] OK: 12745 distinct packages available [2020-12-09T00:18:00.118Z] OK: 233 MiB in 51 packages [2020-12-09T00:18:00.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:00.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:00.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:00.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:00.647Z] Removing intermediate container 31844e8d5166 [2020-12-09T00:18:00.647Z] ---> cab1c12f4105 [2020-12-09T00:18:00.647Z] Step 5/29 : COPY go.mod . [2020-12-09T00:18:00.912Z] ---> 1b8b3bdc6d69 [2020-12-09T00:18:00.912Z] Step 6/29 : RUN go mod download [2020-12-09T00:18:01.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:01.174Z] ---> Running in c7827191ed7c [2020-12-09T00:18:01.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:01.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:01.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:18:01.761Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:18:01.761Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:18:01.761Z] OK: 12745 distinct packages available [2020-12-09T00:18:02.032Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:18:02.032Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:18:02.032Z] OK: 12745 distinct packages available [2020-12-09T00:18:02.032Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:18:02.032Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:18:02.032Z] OK: 12745 distinct packages available [2020-12-09T00:18:02.032Z] OK: 233 MiB in 51 packages [2020-12-09T00:18:02.032Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:18:02.032Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:18:02.032Z] OK: 12745 distinct packages available [2020-12-09T00:18:02.298Z] OK: 233 MiB in 51 packages [2020-12-09T00:18:02.298Z] OK: 233 MiB in 51 packages [2020-12-09T00:18:02.298Z] OK: 233 MiB in 51 packages [2020-12-09T00:18:03.256Z] Removing intermediate container aadeaed37890 [2020-12-09T00:18:03.256Z] ---> d78dd9b26a8a [2020-12-09T00:18:03.256Z] Step 6/27 : COPY go.mod . [2020-12-09T00:18:03.520Z] Removing intermediate container 7f2be2ccd39f [2020-12-09T00:18:03.520Z] ---> 409bae3f6318 [2020-12-09T00:18:03.520Z] Step 6/23 : COPY go.mod . [2020-12-09T00:18:03.520Z] ---> deb018b9e99f [2020-12-09T00:18:03.520Z] Step 7/27 : RUN go mod download [2020-12-09T00:18:03.520Z] Removing intermediate container 156e73e24c95 [2020-12-09T00:18:03.520Z] ---> 42abff2101c8 [2020-12-09T00:18:03.520Z] Step 6/24 : COPY go.mod . [2020-12-09T00:18:03.782Z] ---> Running in 8d2cd9b79fc6 [2020-12-09T00:18:03.782Z] Removing intermediate container c7827191ed7c [2020-12-09T00:18:03.782Z] ---> e09257606996 [2020-12-09T00:18:03.782Z] Step 7/29 : COPY . . [2020-12-09T00:18:03.782Z] ---> 8253de778725 [2020-12-09T00:18:03.782Z] Step 7/23 : RUN go mod download [2020-12-09T00:18:03.782Z] Removing intermediate container 00755462624e [2020-12-09T00:18:03.782Z] ---> fff21421efc8 [2020-12-09T00:18:03.782Z] Step 6/22 : COPY go.mod . [2020-12-09T00:18:04.050Z] ---> 9d5508471e2f [2020-12-09T00:18:04.050Z] Step 7/24 : RUN go mod download [2020-12-09T00:18:04.050Z] ---> Running in b08cff23e2bd [2020-12-09T00:18:04.640Z] ---> 7650c38304c6 [2020-12-09T00:18:04.640Z] Step 7/22 : RUN go mod download [2020-12-09T00:18:04.910Z] ---> Running in 4d0ce3c6314f [2020-12-09T00:18:05.171Z] ---> Running in 496940ee2cff [2020-12-09T00:18:08.517Z] Removing intermediate container 8d2cd9b79fc6 [2020-12-09T00:18:08.517Z] ---> 837dc5045b2b [2020-12-09T00:18:08.517Z] Step 8/27 : COPY . . [2020-12-09T00:18:15.124Z] Removing intermediate container b08cff23e2bd [2020-12-09T00:18:15.124Z] ---> 34e35938ccaa [2020-12-09T00:18:15.124Z] Step 8/23 : COPY . . [2020-12-09T00:18:18.455Z] Removing intermediate container 496940ee2cff [2020-12-09T00:18:18.455Z] ---> 6ec861198151 [2020-12-09T00:18:18.455Z] Step 8/22 : COPY . . [2020-12-09T00:18:18.455Z] Removing intermediate container 4d0ce3c6314f [2020-12-09T00:18:18.455Z] ---> 965017494ee2 [2020-12-09T00:18:18.455Z] Step 8/24 : COPY . . [2020-12-09T00:18:21.809Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-09T00:18:45.157Z] ---> 9649d1eae074 [2020-12-09T00:18:45.157Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-09T00:18:45.157Z] ---> 1266a0ba8c0a [2020-12-09T00:18:45.157Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-09T00:18:47.093Z] ---> Running in f6d35c1cfe62 [2020-12-09T00:18:47.668Z] ---> Running in 9a8d9bb46d29 [2020-12-09T00:18:49.075Z] 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-09T00:18:49.075Z] 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-09T00:18:51.188Z] ---> 0ea872951ff9 [2020-12-09T00:18:51.188Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-09T00:18:51.188Z] ---> 210b8a888afd [2020-12-09T00:18:51.188Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-09T00:18:51.188Z] ---> 6d60807eb6a0 [2020-12-09T00:18:51.188Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-09T00:18:51.188Z] ---> Running in 16870a42e082 [2020-12-09T00:18:51.188Z] ---> Running in 45d635bf56b5 [2020-12-09T00:18:51.457Z] ---> Running in 637bc0935915 [2020-12-09T00:18:52.435Z] 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-09T00:18:52.715Z] 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-09T00:18:52.987Z] 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-09T00:19:00.859Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-09T00:19:19.742Z] 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-09T00:19:19.742Z] Removing intermediate container f6d35c1cfe62 [2020-12-09T00:19:19.742Z] ---> 76ed8c92db7d [2020-12-09T00:19:19.742Z] [2020-12-09T00:19:19.742Z] Step 9/29 : FROM alpine:latest [2020-12-09T00:19:19.742Z] latest: Pulling from library/alpine [2020-12-09T00:19:19.742Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-09T00:19:19.742Z] Status: Downloaded newer image for alpine:latest [2020-12-09T00:19:19.742Z] ---> d6e46aa2470d [2020-12-09T00:19:19.742Z] 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-09T00:19:19.742Z] Removing intermediate container 9a8d9bb46d29 [2020-12-09T00:19:19.742Z] ---> ad8c646a7966 [2020-12-09T00:19:19.742Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-09T00:19:19.742Z] ---> Running in 5ef39edfbaad [2020-12-09T00:19:19.742Z] ---> Running in d6a4cecfe2e4 [2020-12-09T00:19:19.742Z] Removing intermediate container d6a4cecfe2e4 [2020-12-09T00:19:19.742Z] ---> e13fa18534e7 [2020-12-09T00:19:19.742Z] Step 11/29 : USER root [2020-12-09T00:19:19.742Z] ---> Running in 7d64524c8955 [2020-12-09T00:19:19.742Z] Removing intermediate container 7d64524c8955 [2020-12-09T00:19:19.742Z] ---> 7845f2d00944 [2020-12-09T00:19:19.742Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-09T00:19:19.742Z] ---> Running in 01761fdd697f [2020-12-09T00:19:19.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-09T00:19:20.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:20.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:21.342Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:19:21.342Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:19:21.342Z] OK: 12746 distinct packages available [2020-12-09T00:19:21.342Z] Removing intermediate container 45d635bf56b5 [2020-12-09T00:19:21.342Z] ---> 41017f589d8f [2020-12-09T00:19:21.342Z] [2020-12-09T00:19:21.342Z] Step 10/22 : FROM alpine:3.10 [2020-12-09T00:19:21.342Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-09T00:19:21.342Z] 3.10: Pulling from library/alpine [2020-12-09T00:19:21.342Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-09T00:19:21.342Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:19:21.927Z] Executing ca-certificates-20191127-r4.trigger [2020-12-09T00:19:21.927Z] OK: 6 MiB in 16 packages [2020-12-09T00:19:23.100Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-09T00:19:23.100Z] Status: Downloaded newer image for alpine:3.10 [2020-12-09T00:19:23.100Z] ---> be4e4bea2c2e [2020-12-09T00:19:23.100Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-09T00:19:24.509Z] ---> Running in 492de906f8c2 [2020-12-09T00:19:24.775Z] Removing intermediate container 637bc0935915 [2020-12-09T00:19:24.775Z] ---> d503936cb112 [2020-12-09T00:19:24.775Z] [2020-12-09T00:19:24.775Z] Step 10/24 : FROM alpine:3.10 [2020-12-09T00:19:24.775Z] ---> be4e4bea2c2e [2020-12-09T00:19:24.775Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-09T00:19:25.350Z] ---> Running in fe182916d320 [2020-12-09T00:19:25.351Z] Removing intermediate container 01761fdd697f [2020-12-09T00:19:25.351Z] ---> 70dad77ac457 [2020-12-09T00:19:25.351Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-09T00:19:25.616Z] Removing intermediate container 5ef39edfbaad [2020-12-09T00:19:25.616Z] ---> dad011d21f1e [2020-12-09T00:19:25.616Z] [2020-12-09T00:19:25.616Z] Step 11/27 : FROM docker:latest [2020-12-09T00:19:25.616Z] ---> b0757c55a1fd [2020-12-09T00:19:25.616Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-09T00:19:25.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:25.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:25.889Z] ---> Running in 093444a4cee3 [2020-12-09T00:19:25.889Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-09T00:19:25.889Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-09T00:19:25.889Z] OK: 10348 distinct packages available [2020-12-09T00:19:25.889Z] ---> Running in 1517d9388944 [2020-12-09T00:19:26.155Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-09T00:19:26.155Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-09T00:19:26.155Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-09T00:19:26.155Z] (4/5) Installing curl (7.66.0-r1) [2020-12-09T00:19:26.417Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-09T00:19:26.417Z] Executing busybox-1.30.1-r3.trigger [2020-12-09T00:19:26.417Z] Executing ca-certificates-20191127-r2.trigger [2020-12-09T00:19:26.417Z] OK: 7 MiB in 19 packages [2020-12-09T00:19:27.801Z] Removing intermediate container 093444a4cee3 [2020-12-09T00:19:27.801Z] ---> feb06ec8666c [2020-12-09T00:19:27.801Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-09T00:19:27.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:27.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-09T00:19:27.925Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.104s [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-09T00:19:27.925Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-09T00:19:28.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:28.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:28.085Z] ---> Running in 934bdeb829d1 [2020-12-09T00:19:28.085Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-09T00:19:28.085Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-09T00:19:28.085Z] OK: 10348 distinct packages available [2020-12-09T00:19:28.085Z] (1/2) Installing readline (8.0.4-r0) [2020-12-09T00:19:28.085Z] (2/2) Installing bash (5.0.17-r0) [2020-12-09T00:19:28.202Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-09T00:19:28.202Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-09T00:19:28.202Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-09T00:19:28.202Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-09T00:19:28.347Z] Executing bash-5.0.17-r0.post-install [2020-12-09T00:19:28.348Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:19:28.348Z] OK: 12 MiB in 22 packages [2020-12-09T00:19:28.348Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-09T00:19:28.348Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-09T00:19:28.348Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-09T00:19:28.348Z] (4/5) Installing curl (7.66.0-r1) [2020-12-09T00:19:28.348Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-09T00:19:28.348Z] Executing busybox-1.30.1-r3.trigger [2020-12-09T00:19:28.348Z] Removing intermediate container 934bdeb829d1 [2020-12-09T00:19:28.348Z] ---> a13428d3785d [2020-12-09T00:19:28.348Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-09T00:19:28.348Z] Executing ca-certificates-20191127-r2.trigger [2020-12-09T00:19:28.919Z] OK: 7 MiB in 19 packages [2020-12-09T00:19:29.494Z] ---> Running in b74893560eb3 [2020-12-09T00:19:29.494Z] Removing intermediate container 492de906f8c2 [2020-12-09T00:19:29.494Z] ---> 32ba75cc3c32 [2020-12-09T00:19:29.494Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-09T00:19:29.494Z] ---> Running in 96cee7934d94 [2020-12-09T00:19:32.067Z] Removing intermediate container 96cee7934d94 [2020-12-09T00:19:32.067Z] ---> 46a494cbad0d [2020-12-09T00:19:32.067Z] Step 13/22 : WORKDIR / [2020-12-09T00:19:32.067Z] Removing intermediate container 1517d9388944 [2020-12-09T00:19:32.067Z] ---> 0f496dc6b3e3 [2020-12-09T00:19:32.067Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-09T00:19:32.330Z] ---> Running in 11de5369d6bc [2020-12-09T00:19:32.330Z] ---> Running in 2219e3840931 [2020-12-09T00:19:32.330Z] Removing intermediate container fe182916d320 [2020-12-09T00:19:32.330Z] ---> 9fd4f6b89cbc [2020-12-09T00:19:32.330Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-09T00:19:32.330Z] Removing intermediate container 16870a42e082 [2020-12-09T00:19:32.330Z] ---> 55adafe0608b [2020-12-09T00:19:32.330Z] [2020-12-09T00:19:32.330Z] Step 10/23 : FROM alpine [2020-12-09T00:19:32.330Z] ---> d6e46aa2470d [2020-12-09T00:19:32.330Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:19:32.593Z] ---> Running in c1bb0b8f5cbe [2020-12-09T00:19:32.593Z] ---> Running in ca0ad4623f5a [2020-12-09T00:19:32.593Z] Removing intermediate container 11de5369d6bc [2020-12-09T00:19:32.593Z] ---> d5625a9f1568 [2020-12-09T00:19:32.593Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-09T00:19:32.855Z] Removing intermediate container c1bb0b8f5cbe [2020-12-09T00:19:32.856Z] ---> 9fa4009ff782 [2020-12-09T00:19:32.856Z] Step 13/24 : WORKDIR / [2020-12-09T00:19:32.856Z] Removing intermediate container ca0ad4623f5a [2020-12-09T00:19:32.856Z] ---> 28dc3de5a29b [2020-12-09T00:19:32.856Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-09T00:19:33.121Z] ---> Running in 6884f9aa3274 [2020-12-09T00:19:33.121Z] Removing intermediate container b74893560eb3 [2020-12-09T00:19:33.121Z] ---> 5aca4a348b37 [2020-12-09T00:19:33.121Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-09T00:19:33.121Z] ---> Running in 6ea941a33ac0 [2020-12-09T00:19:33.121Z] ---> 4a426fe3b783 [2020-12-09T00:19:33.121Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-09T00:19:33.387Z] Removing intermediate container 6884f9aa3274 [2020-12-09T00:19:33.387Z] ---> deb7dd97c192 [2020-12-09T00:19:33.387Z] 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-09T00:19:33.648Z] Removing intermediate container 6ea941a33ac0 [2020-12-09T00:19:33.648Z] ---> 38fea32b9db1 [2020-12-09T00:19:33.648Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-09T00:19:33.913Z] ---> Running in 4973c3f3f0ea [2020-12-09T00:19:33.913Z] ---> 56bb72677b4e [2020-12-09T00:19:33.913Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-09T00:19:34.485Z] ---> 067fc38ba1d1 [2020-12-09T00:19:34.485Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-09T00:19:34.485Z] Removing intermediate container 2219e3840931 [2020-12-09T00:19:34.485Z] ---> 1d40bd66184c [2020-12-09T00:19:34.485Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-09T00:19:34.485Z] ---> 70bfa3f87a57 [2020-12-09T00:19:34.485Z] 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-09T00:19:34.759Z] ---> Running in 80a8e2bb47d3 [2020-12-09T00:19:34.759Z] Removing intermediate container 4973c3f3f0ea [2020-12-09T00:19:34.759Z] ---> 1ca0a4933620 [2020-12-09T00:19:34.759Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:19:34.760Z] ---> 75d87f7a2bbb [2020-12-09T00:19:34.760Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-09T00:19:34.760Z] ---> 925dbb15e2cf [2020-12-09T00:19:34.760Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-09T00:19:34.760Z] ---> Running in 1849929aeee5 [2020-12-09T00:19:35.025Z] ---> ae1c77f21981 [2020-12-09T00:19:35.025Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-09T00:19:35.289Z] Removing intermediate container 80a8e2bb47d3 [2020-12-09T00:19:35.289Z] ---> c5f3b97052e1 [2020-12-09T00:19:35.289Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-09T00:19:35.289Z] ---> 1ad5a8130e67 [2020-12-09T00:19:35.289Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-09T00:19:35.289Z] ---> Running in 79a76f88dde8 [2020-12-09T00:19:35.555Z] ---> 9b72f0e38e49 [2020-12-09T00:19:35.555Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-09T00:19:35.555Z] ---> f32f5259939f [2020-12-09T00:19:35.555Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-09T00:19:35.555Z] ---> Running in df924bf51018 [2020-12-09T00:19:35.821Z] ---> f01547480566 [2020-12-09T00:19:35.821Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-09T00:19:35.821Z] Removing intermediate container 79a76f88dde8 [2020-12-09T00:19:35.821Z] ---> dd3bdd3b3b0f [2020-12-09T00:19:35.821Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-09T00:19:36.081Z] ---> Running in f84b2619f4ff [2020-12-09T00:19:36.345Z] ---> 1c3f364c372e [2020-12-09T00:19:36.345Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-09T00:19:36.345Z] ---> 6c4fd6538541 [2020-12-09T00:19:36.345Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-09T00:19:36.608Z] Removing intermediate container f84b2619f4ff [2020-12-09T00:19:36.608Z] ---> c8732c199967 [2020-12-09T00:19:36.608Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-09T00:19:36.608Z] ---> Running in 7c2a728283af [2020-12-09T00:19:36.871Z] Removing intermediate container 1849929aeee5 [2020-12-09T00:19:36.871Z] ---> ef3b269ab9c1 [2020-12-09T00:19:36.871Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-09T00:19:36.871Z] ---> Running in c005558007b2 [2020-12-09T00:19:36.871Z] ---> 05e54ec203eb [2020-12-09T00:19:36.871Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-09T00:19:37.821Z] ---> dc36c2af048f [2020-12-09T00:19:37.821Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-09T00:19:37.821Z] ---> 46116b9e95df [2020-12-09T00:19:37.821Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-09T00:19:38.084Z] ---> Running in 83580742d7f1 [2020-12-09T00:19:38.084Z] Removing intermediate container df924bf51018 [2020-12-09T00:19:38.084Z] ---> f1d78f09c3e0 [2020-12-09T00:19:38.084Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-09T00:19:38.348Z] ---> 20cdfbd4631f [2020-12-09T00:19:38.348Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-09T00:19:38.348Z] ---> Running in 02931f85ce96 [2020-12-09T00:19:38.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:38.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.212s coverage: 46.6% of statements [2020-12-09T00:19:38.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-09T00:19:38.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-09T00:19:38.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-09T00:19:38.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-09T00:19:38.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-09T00:19:38.926Z] Removing intermediate container 02931f85ce96 [2020-12-09T00:19:38.926Z] ---> 9ffe9b5d7d94 [2020-12-09T00:19:38.926Z] Step 20/22 : LABEL arch=x86_64 [2020-12-09T00:19:38.926Z] ---> 3a36377005cc [2020-12-09T00:19:38.926Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-09T00:19:38.926Z] ---> Running in 5d34c7e895b1 [2020-12-09T00:19:38.926Z] ---> Running in c9a97ab64b1d [2020-12-09T00:19:39.187Z] Removing intermediate container 7c2a728283af [2020-12-09T00:19:39.187Z] ---> 32bea1acb50b [2020-12-09T00:19:39.187Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-09T00:19:39.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:39.454Z] Removing intermediate container 5d34c7e895b1 [2020-12-09T00:19:39.454Z] ---> 7587a494e20a [2020-12-09T00:19:39.454Z] Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:19:39.454Z] ---> Running in afeb605fa622 [2020-12-09T00:19:39.454Z] ---> 79afa3a55713 [2020-12-09T00:19:39.454Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-09T00:19:39.716Z] ---> Running in d3a9b0b63b63 [2020-12-09T00:19:39.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:39.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:19:39.982Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-09T00:19:39.982Z] Removing intermediate container afeb605fa622 [2020-12-09T00:19:39.982Z] ---> 4e9a1e89e6d7 [2020-12-09T00:19:39.982Z] Step 22/22 : LABEL version=0.0.0 [2020-12-09T00:19:39.982Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-09T00:19:39.982Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-09T00:19:39.982Z] (2/33) Installing expat (2.2.9-r1) [2020-12-09T00:19:39.982Z] (3/33) Installing libffi (3.3-r2) [2020-12-09T00:19:39.982Z] (4/33) Installing gdbm (1.13-r1) [2020-12-09T00:19:39.982Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-09T00:19:39.982Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-09T00:19:39.982Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-09T00:19:39.982Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-09T00:19:39.982Z] Removing intermediate container 83580742d7f1 [2020-12-09T00:19:39.982Z] ---> 482898904da7 [2020-12-09T00:19:39.982Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-09T00:19:40.243Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-09T00:19:40.511Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-09T00:19:40.511Z] ---> Running in e3eaba450886 [2020-12-09T00:19:40.772Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:19:40.773Z] OK: 8 MiB in 19 packages [2020-12-09T00:19:43.325Z] ---> Running in 33de6cec14f5 [2020-12-09T00:19:43.586Z] Removing intermediate container e3eaba450886 [2020-12-09T00:19:43.586Z] ---> 161df42af5c7 [2020-12-09T00:19:43.586Z] [2020-12-09T00:19:43.846Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-09T00:19:43.846Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-09T00:19:43.846Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-09T00:19:43.846Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-09T00:19:43.846Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-09T00:19:43.846Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-09T00:19:43.846Z] Removing intermediate container 33de6cec14f5 [2020-12-09T00:19:43.846Z] ---> 217860095669 [2020-12-09T00:19:43.846Z] Step 22/24 : LABEL arch=x86_64 [2020-12-09T00:19:43.846Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-09T00:19:44.108Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-09T00:19:44.108Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-09T00:19:44.685Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-09T00:19:44.685Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-09T00:19:44.685Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-09T00:19:44.685Z] Successfully built 161df42af5c7 [2020-12-09T00:19:44.947Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-09T00:19:44.947Z] ---> Running in 523cb6b7dd95 [2020-12-09T00:19:45.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.1% of statements [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-09T00:19:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-09T00:19:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-09T00:19:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.526s coverage: 68.5% of statements [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-09T00:19:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.647s coverage: 82.3% of statements [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-09T00:19:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-09T00:19:45.208Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-09T00:19:45.208Z] Removing intermediate container c005558007b2 [2020-12-09T00:19:45.208Z] ---> 2c8336678da3 [2020-12-09T00:19:45.208Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-09T00:19:45.208Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-09T00:19:45.208Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-09T00:19:45.208Z] Building docker-support-scheduler-go [2020-12-09T00:19:45.209Z]  Building docker-security-bootstrap-redis-go ... done (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-09T00:19:45.473Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-09T00:19:45.473Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-09T00:19:45.473Z] Removing intermediate container d3a9b0b63b63 [2020-12-09T00:19:45.473Z] ---> ff44d905f19b [2020-12-09T00:19:45.473Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-09T00:19:45.737Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-09T00:19:45.737Z] Removing intermediate container 523cb6b7dd95 [2020-12-09T00:19:45.737Z] ---> 96b23f0171ab [2020-12-09T00:19:45.737Z] Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:19:45.737Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-09T00:19:46.000Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-09T00:19:46.000Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-09T00:19:46.000Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-09T00:19:46.573Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-09T00:19:47.515Z] ---> Running in ad4e5cef926a [2020-12-09T00:19:47.777Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-09T00:19:48.351Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-09T00:19:50.269Z] ---> 30aef636ae1b [2020-12-09T00:19:50.269Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-09T00:19:51.659Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:19:51.659Z] OK: 71 MiB in 55 packages [2020-12-09T00:19:51.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.189s coverage: 28.6% of statements [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-09T00:19:51.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-09T00:19:51.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-09T00:19:51.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements [2020-12-09T00:19:51.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-09T00:19:52.243Z] ---> Running in 3b46e9224612 [2020-12-09T00:19:53.637Z] ---> fa1a9ff687c6 [2020-12-09T00:19:53.637Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-09T00:19:53.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.424s coverage: 97.5% of statements [2020-12-09T00:19:53.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-09T00:19:53.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements [2020-12-09T00:19:53.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-09T00:19:53.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-09T00:19:53.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-09T00:19:53.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-09T00:19:55.568Z] Removing intermediate container 3b46e9224612 [2020-12-09T00:19:55.568Z] ---> c9c5f08d3cd4 [2020-12-09T00:19:55.568Z] Step 24/24 : LABEL version=0.0.0 [2020-12-09T00:19:58.128Z] ---> Running in 9821484a1ad8 [2020-12-09T00:19:58.703Z] ---> 98d0f4f511e4 [2020-12-09T00:19:58.703Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-09T00:20:00.103Z] ---> Running in 0ef75e7f37fe [2020-12-09T00:20:00.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.113s coverage: 93.8% of statements [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-09T00:20:00.660Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-09T00:20:00.660Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-09T00:20:00.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-09T00:20:00.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements [2020-12-09T00:20:00.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-09T00:20:00.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.8% of statements [2020-12-09T00:20:00.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2020-12-09T00:20:01.047Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:20:01.047Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:20:01.047Z] ---> f3b7f58d9021 [2020-12-09T00:20:01.047Z] Step 3/21 : WORKDIR /edgex-go [2020-12-09T00:20:01.047Z] ---> Using cache [2020-12-09T00:20:01.047Z] ---> c705f322680a [2020-12-09T00:20:01.047Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:20:01.047Z] ---> Using cache [2020-12-09T00:20:01.047Z] ---> 8500e6b882e4 [2020-12-09T00:20:01.047Z] Step 5/21 : RUN apk update && apk add make git [2020-12-09T00:20:01.622Z] Removing intermediate container ad4e5cef926a [2020-12-09T00:20:01.622Z] ---> abb32c883461 [2020-12-09T00:20:01.622Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-09T00:20:01.622Z] Removing intermediate container 9821484a1ad8 [2020-12-09T00:20:01.622Z] ---> e0ff1a526dfa [2020-12-09T00:20:01.622Z] [2020-12-09T00:20:01.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements [2020-12-09T00:20:01.885Z] Successfully built e0ff1a526dfa [2020-12-09T00:20:02.167Z] ---> Running in 44c599a9237a [2020-12-09T00:20:02.167Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-09T00:20:02.167Z] Building docker-security-proxy-setup-go [2020-12-09T00:20:02.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.196s coverage: 90.2% of statements [2020-12-09T00:20:02.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-09T00:20:03.009Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in d63f3601a2c7 [2020-12-09T00:20:03.009Z] Removing intermediate container 0ef75e7f37fe [2020-12-09T00:20:03.009Z] ---> a39b0a010dad [2020-12-09T00:20:03.009Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:20:03.957Z] ---> Running in e75780c3729d [2020-12-09T00:20:04.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 63.5% of statements [2020-12-09T00:20:04.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-09T00:20:04.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-09T00:20:04.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2020-12-09T00:20:04.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2020-12-09T00:20:05.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements [2020-12-09T00:20:05.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2020-12-09T00:20:06.520Z] Removing intermediate container d63f3601a2c7 [2020-12-09T00:20:06.520Z] ---> 606cfb8803d2 [2020-12-09T00:20:06.520Z] Step 26/29 : CMD [ "generate" ] [2020-12-09T00:20:07.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2020-12-09T00:20:07.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:20:08.171Z] ---> Running in d00cb58ccdac [2020-12-09T00:20:08.171Z] Removing intermediate container e75780c3729d [2020-12-09T00:20:08.171Z] ---> 2ae6222d22fc [2020-12-09T00:20:08.171Z] Step 21/23 : LABEL arch=x86_64 [2020-12-09T00:20:08.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:20:08.707Z] Removing intermediate container c9a97ab64b1d [2020-12-09T00:20:08.707Z] ---> 85d61907ecb5 [2020-12-09T00:20:08.707Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-09T00:20:09.287Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:20:09.287Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:20:09.287Z] OK: 12745 distinct packages available [2020-12-09T00:20:09.549Z] OK: 233 MiB in 51 packages [2020-12-09T00:20:10.502Z] Removing intermediate container d00cb58ccdac [2020-12-09T00:20:10.502Z] ---> b0329fd2c9f0 [2020-12-09T00:20:10.502Z] Step 27/29 : LABEL arch=x86_64 [2020-12-09T00:20:10.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.820s coverage: 55.9% of statements [2020-12-09T00:20:10.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-09T00:20:10.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-09T00:20:10.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-09T00:20:10.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-09T00:20:10.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-09T00:20:10.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-09T00:20:11.474Z] ---> Running in 88e84638127b [2020-12-09T00:20:11.474Z] ---> Running in fdbba0ae169b [2020-12-09T00:20:12.055Z] ---> Running in eeca134b324c [2020-12-09T00:20:14.639Z] Removing intermediate container 88e84638127b [2020-12-09T00:20:14.639Z] ---> 451bfcc0fc27 [2020-12-09T00:20:14.639Z] Step 22/23 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:20:15.212Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:20:15.212Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:20:15.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.020s coverage: 86.3% of statements [2020-12-09T00:20:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-09T00:20:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.310s coverage: 72.2% of statements [2020-12-09T00:20:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.539s coverage: 72.1% of statements [2020-12-09T00:20:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements [2020-12-09T00:20:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.089s coverage: 48.4% of statements [2020-12-09T00:20:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-09T00:20:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-09T00:20:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-09T00:20:15.475Z] ---> f3b7f58d9021 [2020-12-09T00:20:15.475Z] Step 3/21 : WORKDIR /edgex-go [2020-12-09T00:20:15.475Z] ---> Using cache [2020-12-09T00:20:15.475Z] ---> c705f322680a [2020-12-09T00:20:15.475Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:20:15.475Z] ---> Using cache [2020-12-09T00:20:15.475Z] ---> 8500e6b882e4 [2020-12-09T00:20:15.475Z] Step 5/21 : RUN apk update && apk add make git [2020-12-09T00:20:15.475Z] ---> Using cache [2020-12-09T00:20:15.475Z] ---> 56ddf1608de2 [2020-12-09T00:20:15.475Z] Step 6/21 : COPY go.mod . [2020-12-09T00:20:15.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.072s coverage: 28.8% of statements [2020-12-09T00:20:15.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-09T00:20:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.072s coverage: 96.8% of statements [2020-12-09T00:20:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-09T00:20:16.049Z] Removing intermediate container eeca134b324c [2020-12-09T00:20:16.049Z] ---> ffbf52312e28 [2020-12-09T00:20:16.049Z] Step 28/29 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:20:16.049Z] Removing intermediate container 44c599a9237a [2020-12-09T00:20:16.049Z] ---> 56ddf1608de2 [2020-12-09T00:20:16.049Z] Step 6/21 : COPY go.mod . [2020-12-09T00:20:16.049Z] ---> Running in 28c4fe7fdae0 [2020-12-09T00:20:16.311Z] ---> 97566b886aad [2020-12-09T00:20:16.311Z] Step 7/21 : RUN go mod download [2020-12-09T00:20:16.311Z] ---> Running in 21d3446776c9 [2020-12-09T00:20:16.311Z] ---> Running in eb9d0654d2a2 [2020-12-09T00:20:17.618Z] ---> 6b643cd7a760 [2020-12-09T00:20:17.618Z] Step 7/21 : RUN go mod download [2020-12-09T00:20:17.618Z] Removing intermediate container 28c4fe7fdae0 [2020-12-09T00:20:17.618Z] ---> f79d1b41f306 [2020-12-09T00:20:17.618Z] Step 23/23 : LABEL version=0.0.0 [2020-12-09T00:20:17.618Z] Removing intermediate container 21d3446776c9 [2020-12-09T00:20:17.618Z] ---> 2365370b9128 [2020-12-09T00:20:17.618Z] Step 29/29 : LABEL version=0.0.0 [2020-12-09T00:20:17.618Z] ---> Running in cdf6c8346ba2 [2020-12-09T00:20:17.618Z] ---> Running in 3573f3c600a1 [2020-12-09T00:20:17.618Z] ---> Running in 2cf1d756b95f [2020-12-09T00:20:17.618Z] Removing intermediate container 2cf1d756b95f [2020-12-09T00:20:17.618Z] ---> 274db3af1ea0 [2020-12-09T00:20:17.618Z] [2020-12-09T00:20:17.618Z] Removing intermediate container 3573f3c600a1 [2020-12-09T00:20:17.618Z] ---> 8e5c701bd4f4 [2020-12-09T00:20:17.618Z] [2020-12-09T00:20:17.618Z] Successfully built 8e5c701bd4f4 [2020-12-09T00:20:17.618Z] Successfully built 274db3af1ea0 [2020-12-09T00:20:17.618Z] Successfully tagged docker-core-data-go:latest [2020-12-09T00:20:17.618Z] Building docker-core-command-go [2020-12-09T00:20:17.618Z]  Building docker-core-data-go ... done Successfully tagged docker-security-secrets-setup-go:latest [2020-12-09T00:20:17.618Z] Building docker-support-notifications-go [2020-12-09T00:20:18.206Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container eb9d0654d2a2 [2020-12-09T00:20:18.206Z] ---> dfe920e1b1f2 [2020-12-09T00:20:18.206Z] Step 8/21 : COPY . . [2020-12-09T00:20:18.206Z] Collecting docker-compose==1.23.2 [2020-12-09T00:20:18.482Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-09T00:20:18.482Z] Removing intermediate container cdf6c8346ba2 [2020-12-09T00:20:18.482Z] ---> d7f4dcfb1332 [2020-12-09T00:20:18.482Z] Step 8/21 : COPY . . [2020-12-09T00:20:18.750Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-09T00:20:18.750Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-09T00:20:21.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.2% of statements [2020-12-09T00:20:21.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-09T00:20:21.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-09T00:20:21.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.433s coverage: 84.0% of statements [2020-12-09T00:20:21.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2020-12-09T00:20:24.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.1% of statements [2020-12-09T00:20:24.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-09T00:20:24.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-09T00:20:24.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements [2020-12-09T00:20:24.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-09T00:20:24.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-09T00:20:24.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-09T00:20:24.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements [2020-12-09T00:20:24.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-09T00:20:25.028Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2020-12-09T00:20:25.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-09T00:20:31.038Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-09T00:20:31.038Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-09T00:20:31.631Z] Collecting texttable<0.10,>=0.9.0 [2020-12-09T00:20:31.631Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.683s coverage: 29.1% of statements [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-09T00:20:33.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2020-12-09T00:20:33.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2020-12-09T00:20:34.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2020-12-09T00:20:34.945Z] GO111MODULE=on go vet ./... [2020-12-09T00:20:40.308Z] Collecting docker<4.0,>=3.6.0 [2020-12-09T00:20:40.308Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-09T00:20:41.265Z] Collecting jsonschema<3,>=2.5.1 [2020-12-09T00:20:41.265Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-09T00:20:41.535Z] Collecting docopt<0.7,>=0.6.1 [2020-12-09T00:20:41.535Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-09T00:20:44.393Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:20:44.393Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:20:44.393Z] ---> f3b7f58d9021 [2020-12-09T00:20:44.393Z] Step 3/22 : WORKDIR /edgex-go [2020-12-09T00:20:44.393Z] ---> Using cache [2020-12-09T00:20:44.393Z] ---> c705f322680a [2020-12-09T00:20:44.393Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:20:44.393Z] ---> Using cache [2020-12-09T00:20:44.393Z] ---> 8500e6b882e4 [2020-12-09T00:20:44.393Z] Step 5/22 : RUN apk update && apk add make git [2020-12-09T00:20:44.393Z] ---> Using cache [2020-12-09T00:20:44.393Z] ---> 56ddf1608de2 [2020-12-09T00:20:44.393Z] Step 6/22 : COPY go.mod . [2020-12-09T00:20:44.393Z] ---> Using cache [2020-12-09T00:20:44.393Z] ---> 6b643cd7a760 [2020-12-09T00:20:44.393Z] Step 7/22 : RUN go mod download [2020-12-09T00:20:44.393Z] ---> Using cache [2020-12-09T00:20:44.393Z] ---> d7f4dcfb1332 [2020-12-09T00:20:44.393Z] Step 8/22 : COPY . . [2020-12-09T00:20:44.675Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:20:44.675Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:20:44.675Z] ---> f3b7f58d9021 [2020-12-09T00:20:44.675Z] Step 3/24 : WORKDIR /edgex-go [2020-12-09T00:20:44.675Z] ---> Using cache [2020-12-09T00:20:44.675Z] ---> c705f322680a [2020-12-09T00:20:44.675Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:20:44.675Z] ---> Using cache [2020-12-09T00:20:44.675Z] ---> 8500e6b882e4 [2020-12-09T00:20:44.675Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-09T00:20:46.665Z] Collecting cached-property<2,>=1.2.0 [2020-12-09T00:20:46.665Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-09T00:20:49.985Z] Collecting PyYAML<4,>=3.10 [2020-12-09T00:20:49.985Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-09T00:20:50.573Z] ---> Running in 43c7d4c417a6 [2020-12-09T00:20:53.910Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-09T00:20:53.910Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-09T00:20:54.183Z] 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-09T00:20:54.446Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-09T00:20:54.446Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-09T00:20:54.707Z] ---> 594da9e13364 [2020-12-09T00:20:54.707Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-09T00:20:55.657Z] 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-09T00:20:55.921Z] Collecting idna<2.8,>=2.5 [2020-12-09T00:20:55.921Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-09T00:20:56.494Z] ---> 604be00dd8ac [2020-12-09T00:20:56.494Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-09T00:20:56.761Z] 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-09T00:20:57.336Z] Collecting docker-pycreds>=0.4.0 [2020-12-09T00:20:57.911Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-09T00:20:58.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:20:58.774Z] ---> Running in 097827441b3c [2020-12-09T00:20:58.774Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-09T00:20:58.774Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-09T00:20:58.774Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-09T00:20:58.774Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-09T00:20:59.037Z] ---> Running in 977b07eb224a [2020-12-09T00:20:59.038Z] Installing collected packages: dockerpty, urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, jsonschema, docopt, cached-property, PyYAML, docker-compose [2020-12-09T00:20:59.038Z] Running setup.py install for dockerpty: started [2020-12-09T00:20:59.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:20:59.889Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-09T00:20:59.889Z] Attempting uninstall: urllib3 [2020-12-09T00:20:59.889Z] Found existing installation: urllib3 1.25.9 [2020-12-09T00:20:59.889Z] Uninstalling urllib3-1.25.9: [2020-12-09T00:20:59.889Z] 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-09T00:21:00.157Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:21:00.157Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:21:00.157Z] OK: 12745 distinct packages available [2020-12-09T00:21:00.157Z] Successfully uninstalled urllib3-1.25.9 [2020-12-09T00:21:00.436Z] 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-09T00:21:00.436Z] OK: 233 MiB in 51 packages [2020-12-09T00:21:00.436Z] Attempting uninstall: idna [2020-12-09T00:21:00.436Z] Found existing installation: idna 2.9 [2020-12-09T00:21:00.436Z] Uninstalling idna-2.9: [2020-12-09T00:21:00.705Z] Successfully uninstalled idna-2.9 [2020-12-09T00:21:01.297Z] Attempting uninstall: requests [2020-12-09T00:21:01.297Z] Found existing installation: requests 2.23.0 [2020-12-09T00:21:01.297Z] Uninstalling requests-2.23.0: [2020-12-09T00:21:01.297Z] Successfully uninstalled requests-2.23.0 [2020-12-09T00:21:01.879Z] Running setup.py install for texttable: started [2020-12-09T00:21:02.861Z] Running setup.py install for texttable: finished with status 'done' [2020-12-09T00:21:03.466Z] Removing intermediate container 43c7d4c417a6 [2020-12-09T00:21:03.466Z] ---> b292410e76de [2020-12-09T00:21:03.466Z] Step 6/24 : COPY go.mod . [2020-12-09T00:21:05.447Z] ---> cb0a88476e05 [2020-12-09T00:21:05.447Z] Step 7/24 : RUN go mod download [2020-12-09T00:21:05.709Z] ---> b9a9d4a91101 [2020-12-09T00:21:05.709Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-09T00:21:06.298Z] ---> Running in 23a2a4e5933e [2020-12-09T00:21:06.298Z] Running setup.py install for docopt: started [2020-12-09T00:21:06.298Z] ---> Running in fbc55670dced [2020-12-09T00:21:07.329Z] Running setup.py install for docopt: finished with status 'done' [2020-12-09T00:21:07.329Z] Running setup.py install for PyYAML: started [2020-12-09T00:21:07.606Z] 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-09T00:21:08.209Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-09T00:21:08.799Z] 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-09T00:21:09.771Z] Removing intermediate container 23a2a4e5933e [2020-12-09T00:21:09.771Z] ---> 92d3088df57b [2020-12-09T00:21:09.771Z] Step 8/24 : COPY . . [2020-12-09T00:21:18.014Z] Removing intermediate container fdbba0ae169b [2020-12-09T00:21:18.014Z] ---> 40cd938e9950 [2020-12-09T00:21:18.014Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-09T00:21:23.358Z] ---> Running in 4a39705f6aa9 [2020-12-09T00:21:24.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:21:24.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:21:25.068Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-09T00:21:25.670Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-09T00:21:25.670Z] (3/3) Installing curl (7.69.1-r1) [2020-12-09T00:21:25.670Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:21:25.670Z] OK: 72 MiB in 58 packages [2020-12-09T00:21:27.093Z] 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-09T00:21:29.677Z] Removing intermediate container 4a39705f6aa9 [2020-12-09T00:21:29.677Z] ---> 0bcd74bd8d23 [2020-12-09T00:21:29.677Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-09T00:21:30.624Z] ---> Running in b01e2d068f72 [2020-12-09T00:21:32.031Z] Removing intermediate container b01e2d068f72 [2020-12-09T00:21:32.031Z] ---> 23c9af995d89 [2020-12-09T00:21:32.031Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:21:32.031Z] ---> 9a839050d780 [2020-12-09T00:21:32.031Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-09T00:21:32.031Z] ---> Running in 9af0c7c81cb1 [2020-12-09T00:21:32.031Z] ---> Running in 0231a74bb98f [2020-12-09T00:21:32.613Z] Removing intermediate container 9af0c7c81cb1 [2020-12-09T00:21:32.613Z] ---> 7bfb32f9dde1 [2020-12-09T00:21:32.613Z] Step 25/27 : LABEL arch=x86_64 [2020-12-09T00:21:34.009Z] ---> Running in 54c25d46d249 [2020-12-09T00:21:34.009Z] 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-09T00:21:34.273Z] Removing intermediate container 977b07eb224a [2020-12-09T00:21:34.273Z] ---> 8f562825fd56 [2020-12-09T00:21:34.273Z] [2020-12-09T00:21:34.273Z] Step 10/21 : FROM scratch [2020-12-09T00:21:34.273Z] ---> [2020-12-09T00:21:34.273Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:21:37.617Z] ---> Running in f24944f01e87 [2020-12-09T00:21:37.617Z] Removing intermediate container 54c25d46d249 [2020-12-09T00:21:37.617Z] ---> ebb84b7e9776 [2020-12-09T00:21:37.617Z] Step 26/27 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:21:39.049Z] Removing intermediate container 097827441b3c [2020-12-09T00:21:39.049Z] ---> 9c380cdab013 [2020-12-09T00:21:39.049Z] [2020-12-09T00:21:39.049Z] Step 10/21 : FROM alpine [2020-12-09T00:21:39.049Z] ---> Running in 788d5fe2fdfe [2020-12-09T00:21:39.049Z] ---> d6e46aa2470d [2020-12-09T00:21:39.049Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-09T00:21:39.049Z] Removing intermediate container f24944f01e87 [2020-12-09T00:21:39.049Z] ---> 5512fa07b92d [2020-12-09T00:21:39.049Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-09T00:21:39.049Z] Removing intermediate container fbc55670dced [2020-12-09T00:21:39.049Z] ---> 8c940d9edfbc [2020-12-09T00:21:39.049Z] [2020-12-09T00:21:39.049Z] Step 10/22 : FROM scratch [2020-12-09T00:21:39.049Z] ---> [2020-12-09T00:21:39.049Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:21:39.049Z] ---> Running in b648f4958398 [2020-12-09T00:21:39.049Z] ---> Running in de5f9c4b3919 [2020-12-09T00:21:39.049Z] ---> Using cache [2020-12-09T00:21:39.049Z] ---> 5512fa07b92d [2020-12-09T00:21:39.049Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-09T00:21:39.319Z] Removing intermediate container 788d5fe2fdfe [2020-12-09T00:21:39.319Z] ---> dde1bd67a0bf [2020-12-09T00:21:39.319Z] Step 27/27 : LABEL version=0.0.0 [2020-12-09T00:21:39.319Z] ---> Running in f37105b49d73 [2020-12-09T00:21:39.592Z] ---> Running in 40aff24e81f2 [2020-12-09T00:21:39.593Z] Removing intermediate container b648f4958398 [2020-12-09T00:21:39.593Z] ---> aec48595c957 [2020-12-09T00:21:39.593Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-09T00:21:39.593Z] ---> Running in afadd1dc2eb3 [2020-12-09T00:21:39.864Z] Removing intermediate container f37105b49d73 [2020-12-09T00:21:39.864Z] ---> 682374725c8f [2020-12-09T00:21:39.864Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-09T00:21:39.864Z] ---> Running in bad99d7e9029 [2020-12-09T00:21:40.125Z] Removing intermediate container 40aff24e81f2 [2020-12-09T00:21:40.125Z] ---> 40d0f7c16c8b [2020-12-09T00:21:40.125Z] [2020-12-09T00:21:40.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T00:21:40.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T00:21:40.388Z] Removing intermediate container afadd1dc2eb3 [2020-12-09T00:21:40.388Z] ---> d07d8e3d3b6b [2020-12-09T00:21:40.388Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-09T00:21:40.667Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:21:40.667Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:21:40.667Z] OK: 12746 distinct packages available [2020-12-09T00:21:40.667Z] Successfully built 40d0f7c16c8b [2020-12-09T00:21:40.667Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-09T00:21:40.667Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-12-09T00:21:40.667Z] Removing intermediate container bad99d7e9029 [2020-12-09T00:21:40.667Z] ---> 0344aa7845bd [2020-12-09T00:21:40.667Z] Step 14/22 : WORKDIR / [2020-12-09T00:21:41.178Z] ---> 4c65ba1504fd [2020-12-09T00:21:41.178Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-09T00:21:41.178Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-09T00:21:41.178Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-09T00:21:41.178Z] ---> Running in 2ce84e0ae704 [2020-12-09T00:21:41.178Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-09T00:21:41.178Z] (4/4) Installing curl (7.69.1-r1) [2020-12-09T00:21:41.455Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:21:41.455Z] Executing ca-certificates-20191127-r4.trigger [2020-12-09T00:21:41.455Z] OK: 7 MiB in 18 packages [2020-12-09T00:21:42.044Z] Removing intermediate container 2ce84e0ae704 [2020-12-09T00:21:42.044Z] ---> 37b4e56104b2 [2020-12-09T00:21:42.044Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-09T00:21:42.981Z] gofmt -l . [2020-12-09T00:21:43.015Z] ---> 75dde8660b5a [2020-12-09T00:21:43.015Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-09T00:21:44.406Z] [ "`gofmt -l .`" = "" ] [2020-12-09T00:21:46.367Z] Removing intermediate container de5f9c4b3919 [2020-12-09T00:21:46.367Z] ---> 1ed028120351 [2020-12-09T00:21:46.367Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-09T00:21:46.367Z] ---> 9040ecf551b9 [2020-12-09T00:21:46.367Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-09T00:21:46.640Z] ---> 51b6394bc16f [2020-12-09T00:21:46.640Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-09T00:21:47.027Z] ./bin/test-go-mod-tidy.sh [2020-12-09T00:21:47.228Z] ---> Running in 44d630c08974 [2020-12-09T00:21:47.625Z] ./bin/test-attribution-txt.sh [2020-12-09T00:21:47.850Z] ---> Running in 97aa7f8c57e0 [2020-12-09T00:21:49.288Z] Removing intermediate container 44d630c08974 [2020-12-09T00:21:49.288Z] ---> 48e529ee7da0 [2020-12-09T00:21:49.288Z] Step 13/21 : WORKDIR /edgex [2020-12-09T00:21:49.288Z] ---> 26c50b201153 [2020-12-09T00:21:49.288Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-09T00:21:49.578Z] ---> Running in 1db5c2b2d09d [2020-12-09T00:21:49.578Z] Removing intermediate container 97aa7f8c57e0 [2020-12-09T00:21:49.578Z] ---> de65559abd21 [2020-12-09T00:21:49.578Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] sh [2020-12-09T00:21:52.572Z] + ls -al . [2020-12-09T00:21:52.572Z] total 696 [2020-12-09T00:21:52.572Z] drwxrwxr-x 9 1001 1001 4096 Dec 9 00:21 . [2020-12-09T00:21:52.572Z] drwxr-xr-x 4 root root 4096 Dec 9 00:17 .. [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 11 Dec 9 00:16 .dockerignore [2020-12-09T00:21:52.572Z] drwxrwxr-x 8 1001 1001 4096 Dec 9 00:16 .git [2020-12-09T00:21:52.572Z] drwxrwxr-x 3 1001 1001 4096 Dec 9 00:16 .github [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 943 Dec 9 00:16 .gitignore [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 166 Dec 9 00:16 .sonarcloud.properties [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 3804 Dec 9 00:16 CONTRIBUTING.md [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 1035 Dec 9 00:16 Dockerfile.build [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 863 Dec 9 00:16 Jenkinsfile [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 10775 Dec 9 00:16 LICENSE [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 6318 Dec 9 00:16 Makefile [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 6447 Dec 9 00:16 README.md [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 7286 Dec 9 00:16 SECURITY.md [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 5 Dec 9 00:13 VERSION [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 4131 Dec 9 00:16 ZMQWindows.md [2020-12-09T00:21:52.572Z] drwxrwxr-x 2 1001 1001 4096 Dec 9 00:16 bin [2020-12-09T00:21:52.572Z] drwxrwxr-x 15 1001 1001 4096 Dec 9 00:16 cmd [2020-12-09T00:21:52.572Z] -rw-r--r-- 1 root root 569875 Dec 9 00:20 coverage.out [2020-12-09T00:21:52.572Z] -rw-r--r-- 1 root root 1041 Dec 9 00:21 go.mod [2020-12-09T00:21:52.572Z] -rw-r--r-- 1 root root 18856 Dec 9 00:21 go.sum [2020-12-09T00:21:52.572Z] drwxrwxr-x 8 1001 1001 4096 Dec 9 00:16 internal [2020-12-09T00:21:52.572Z] drwxrwxr-x 4 1001 1001 4096 Dec 9 00:16 openapi [2020-12-09T00:21:52.572Z] drwxrwxr-x 4 1001 1001 4096 Dec 9 00:16 snap [2020-12-09T00:21:52.572Z] -rw-rw-r-- 1 1001 1001 168 Dec 9 00:16 version.go [Pipeline] sh [2020-12-09T00:21:52.908Z] ---> Running in 1c7029de71c3 [2020-12-09T00:21:52.908Z] ---> b7b6e06966e2 [2020-12-09T00:21:52.908Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-09T00:21:53.231Z] + '[' -e coverage.out ] [2020-12-09T00:21:53.231Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-09T00:21:53.298Z] Warning: overwriting stash ‘coverage-report’ [2020-12-09T00:21:54.358Z] Removing intermediate container 1db5c2b2d09d [2020-12-09T00:21:54.358Z] ---> 5f1fab38ec9b [2020-12-09T00:21:54.358Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-09T00:21:54.358Z] Removing intermediate container 1c7029de71c3 [2020-12-09T00:21:54.358Z] ---> 7028ab53f1dc [2020-12-09T00:21:54.358Z] Step 19/21 : LABEL arch=x86_64 [2020-12-09T00:21:54.526Z] Stashed 1 file(s) [Pipeline] sh [2020-12-09T00:21:55.244Z] + make build [2020-12-09T00:21:55.244Z] 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-09T00:21:55.382Z] ---> Running in 6b2fc8759dee [2020-12-09T00:21:55.382Z] ---> Running in 3e273750137e [2020-12-09T00:21:55.969Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:21:55.969Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:21:55.969Z] ---> f3b7f58d9021 [2020-12-09T00:21:55.969Z] Step 3/22 : WORKDIR /edgex-go [2020-12-09T00:21:55.969Z] ---> Using cache [2020-12-09T00:21:55.969Z] ---> c705f322680a [2020-12-09T00:21:55.969Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:21:55.969Z] ---> Using cache [2020-12-09T00:21:55.969Z] ---> 8500e6b882e4 [2020-12-09T00:21:55.969Z] Step 5/22 : RUN apk update && apk add make git [2020-12-09T00:21:55.969Z] ---> Using cache [2020-12-09T00:21:55.969Z] ---> 56ddf1608de2 [2020-12-09T00:21:55.969Z] Step 6/22 : COPY go.mod . [2020-12-09T00:21:55.969Z] ---> Using cache [2020-12-09T00:21:55.969Z] ---> 6b643cd7a760 [2020-12-09T00:21:55.969Z] Step 7/22 : RUN go mod download [2020-12-09T00:21:55.969Z] ---> Using cache [2020-12-09T00:21:55.969Z] ---> d7f4dcfb1332 [2020-12-09T00:21:55.969Z] Step 8/22 : COPY . . [2020-12-09T00:21:55.969Z] ---> Using cache [2020-12-09T00:21:55.969Z] ---> b9a9d4a91101 [2020-12-09T00:21:55.969Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-09T00:21:56.913Z] ---> 01c7e0451125 [2020-12-09T00:21:56.913Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-09T00:21:56.913Z] Removing intermediate container 6b2fc8759dee [2020-12-09T00:21:56.913Z] ---> 95687a9f4358 [2020-12-09T00:21:56.913Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:21:56.913Z] ---> Running in 8681599db17b [2020-12-09T00:21:57.178Z] ---> Running in 9e6d600b2700 [2020-12-09T00:21:57.178Z] Removing intermediate container 3e273750137e [2020-12-09T00:21:57.178Z] ---> 0c1cd291e0ba [2020-12-09T00:21:57.178Z] Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:21:58.566Z] ---> Running in 96355e8a9f51 [2020-12-09T00:21:59.517Z] ---> ad931c751fd8 [2020-12-09T00:21:59.517Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-09T00:21:59.517Z] Removing intermediate container 9e6d600b2700 [2020-12-09T00:21:59.517Z] ---> 3e2ae3225a94 [2020-12-09T00:21:59.517Z] Step 20/22 : LABEL arch=x86_64 [2020-12-09T00:21:59.517Z] 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-09T00:22:00.099Z] Removing intermediate container 96355e8a9f51 [2020-12-09T00:22:00.099Z] ---> a7ff7895c9f3 [2020-12-09T00:22:00.099Z] Step 21/21 : LABEL version=0.0.0 [2020-12-09T00:22:00.363Z] ---> Running in 8c06d08f7ebd [2020-12-09T00:22:00.364Z] Removing intermediate container 0231a74bb98f [2020-12-09T00:22:00.364Z] ---> 2f78cfc27dc7 [2020-12-09T00:22:00.364Z] [2020-12-09T00:22:00.364Z] Step 10/24 : FROM scratch [2020-12-09T00:22:00.364Z] ---> [2020-12-09T00:22:00.364Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-09T00:22:00.364Z] ---> e9e927ea1693 [2020-12-09T00:22:00.364Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-09T00:22:00.625Z] ---> Running in 2a444599eeb2 [2020-12-09T00:22:00.892Z] ---> Running in 63b58937575f [2020-12-09T00:22:00.892Z] ---> Running in ed99d9101fa5 [2020-12-09T00:22:00.892Z] Removing intermediate container 8c06d08f7ebd [2020-12-09T00:22:00.892Z] ---> 0740fb7a1e20 [2020-12-09T00:22:00.892Z] Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:22:01.161Z] Removing intermediate container 2a444599eeb2 [2020-12-09T00:22:01.161Z] ---> ebc7b23f28c8 [2020-12-09T00:22:01.161Z] [2020-12-09T00:22:01.161Z] ---> Running in f0ff678a1515 [2020-12-09T00:22:01.161Z] Removing intermediate container 63b58937575f [2020-12-09T00:22:01.161Z] ---> edf16b204498 [2020-12-09T00:22:01.161Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-09T00:22:01.438Z] Successfully built ebc7b23f28c8 [2020-12-09T00:22:01.438Z] ---> Running in 011b6b8a400f [2020-12-09T00:22:01.438Z] Removing intermediate container ed99d9101fa5 [2020-12-09T00:22:01.438Z] ---> 14c0d8a1bbca [2020-12-09T00:22:01.438Z] Step 18/21 : CMD ["--init=true"] [2020-12-09T00:22:01.438Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-09T00:22:01.438Z]  Building docker-support-scheduler-go ... done  ---> Running in 81a2cf9ddca1 [2020-12-09T00:22:01.438Z] Removing intermediate container f0ff678a1515 [2020-12-09T00:22:01.438Z] ---> 19d62d49934e [2020-12-09T00:22:01.438Z] Step 22/22 : LABEL version=0.0.0 [2020-12-09T00:22:01.708Z] ---> Running in 59e192c7f590 [2020-12-09T00:22:01.708Z] Removing intermediate container 011b6b8a400f [2020-12-09T00:22:01.708Z] ---> b5ead63f8bae [2020-12-09T00:22:01.708Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-09T00:22:01.980Z] ---> Running in 8fb106351ef1 [2020-12-09T00:22:01.980Z] Removing intermediate container 81a2cf9ddca1 [2020-12-09T00:22:01.980Z] ---> 30ad1bed225c [2020-12-09T00:22:01.980Z] Step 19/21 : LABEL arch=x86_64 [2020-12-09T00:22:02.246Z] Removing intermediate container 59e192c7f590 [2020-12-09T00:22:02.246Z] ---> d948090f8e4c [2020-12-09T00:22:02.246Z] [2020-12-09T00:22:02.246Z] ---> Running in d5367b196792 [2020-12-09T00:22:02.246Z] Removing intermediate container 8fb106351ef1 [2020-12-09T00:22:02.246Z] ---> 7de348de4c5f [2020-12-09T00:22:02.246Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-09T00:22:02.510Z] Successfully built d948090f8e4c [2020-12-09T00:22:02.510Z] Successfully tagged docker-core-command-go:latest [2020-12-09T00:22:02.510Z]  Building docker-core-command-go ... done Removing intermediate container d5367b196792 [2020-12-09T00:22:02.510Z] ---> 5fc61a20770f [2020-12-09T00:22:02.510Z] Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:22:02.510Z] ---> Running in 465ec69084f6 [2020-12-09T00:22:02.782Z] ---> 171c172c065a [2020-12-09T00:22:02.782Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-09T00:22:02.782Z] Removing intermediate container 465ec69084f6 [2020-12-09T00:22:02.782Z] ---> 7af1df653d5b [2020-12-09T00:22:02.782Z] Step 21/21 : LABEL version=0.0.0 [2020-12-09T00:22:03.046Z] ---> Running in 0ff3ebd3e25a [2020-12-09T00:22:04.500Z] Removing intermediate container 0ff3ebd3e25a [2020-12-09T00:22:04.500Z] ---> c18d0961cc16 [2020-12-09T00:22:04.500Z] [2020-12-09T00:22:04.500Z] ---> ccc4c0504db3 [2020-12-09T00:22:04.500Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-09T00:22:04.774Z] Successfully built c18d0961cc16 [2020-12-09T00:22:04.774Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-09T00:22:05.043Z]  Building docker-security-proxy-setup-go ... done  ---> 79cb58ca6603 [2020-12-09T00:22:05.044Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-09T00:22:05.645Z] ---> 5a4f06a66584 [2020-12-09T00:22:05.645Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-09T00:22:06.626Z] ---> ccc1c8f150b6 [2020-12-09T00:22:06.626Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-09T00:22:06.905Z] ---> 3c0f007ee557 [2020-12-09T00:22:06.905Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-09T00:22:07.177Z] ---> Running in bf5f02bc72f2 [2020-12-09T00:22:07.634Z] 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-09T00:22:07.769Z] Removing intermediate container bf5f02bc72f2 [2020-12-09T00:22:07.769Z] ---> 580906b27e8a [2020-12-09T00:22:07.769Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:22:08.035Z] ---> Running in 5a0770e8bc25 [2020-12-09T00:22:08.319Z] Removing intermediate container 5a0770e8bc25 [2020-12-09T00:22:08.319Z] ---> 47c36eacfbd9 [2020-12-09T00:22:08.319Z] Step 22/24 : LABEL arch=x86_64 [2020-12-09T00:22:08.319Z] ---> Running in 73040fe7be4d [2020-12-09T00:22:08.584Z] Removing intermediate container 73040fe7be4d [2020-12-09T00:22:08.584Z] ---> 71de0d814871 [2020-12-09T00:22:08.584Z] Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:22:08.848Z] ---> Running in 78d2314cac15 [2020-12-09T00:22:09.113Z] Removing intermediate container 78d2314cac15 [2020-12-09T00:22:09.113Z] ---> c5a16c43b210 [2020-12-09T00:22:09.113Z] Step 24/24 : LABEL version=0.0.0 [2020-12-09T00:22:09.113Z] ---> Running in 5a1dc3330ab8 [2020-12-09T00:22:09.378Z] Removing intermediate container 5a1dc3330ab8 [2020-12-09T00:22:09.378Z] ---> 2a91bac1489d [2020-12-09T00:22:09.378Z] [2020-12-09T00:22:09.965Z] Successfully built 2a91bac1489d [2020-12-09T00:22:09.965Z] Successfully tagged docker-support-notifications-go:latest [2020-12-09T00:22:15.294Z]  Building docker-support-notifications-go ... done Removing intermediate container 8681599db17b [2020-12-09T00:22:15.294Z] ---> ba2999ae1fc6 [2020-12-09T00:22:15.294Z] [2020-12-09T00:22:15.294Z] Step 10/22 : FROM scratch [2020-12-09T00:22:15.294Z] ---> [2020-12-09T00:22:15.294Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:22:15.294Z] ---> Using cache [2020-12-09T00:22:15.294Z] ---> 5512fa07b92d [2020-12-09T00:22:15.294Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-09T00:22:15.294Z] ---> Running in 7a0d08462d14 [2020-12-09T00:22:15.294Z] Removing intermediate container 7a0d08462d14 [2020-12-09T00:22:15.294Z] ---> f4884f6ff472 [2020-12-09T00:22:15.294Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-09T00:22:15.294Z] ---> Running in 2f1e84719293 [2020-12-09T00:22:15.294Z] Removing intermediate container 2f1e84719293 [2020-12-09T00:22:15.294Z] ---> 16a7cd48164b [2020-12-09T00:22:15.294Z] Step 14/22 : WORKDIR / [2020-12-09T00:22:15.294Z] ---> Running in eeb0d28f27b1 [2020-12-09T00:22:15.294Z] Removing intermediate container eeb0d28f27b1 [2020-12-09T00:22:15.294Z] ---> 4c2abd969624 [2020-12-09T00:22:15.294Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-09T00:22:15.557Z] ---> 9a0614f3a9e5 [2020-12-09T00:22:15.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-09T00:22:16.134Z] ---> 1c77c3ed79f3 [2020-12-09T00:22:16.134Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-09T00:22:16.402Z] ---> 467da54b8773 [2020-12-09T00:22:16.402Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-09T00:22:16.402Z] ---> Running in 6285f44a80e7 [2020-12-09T00:22:16.669Z] Removing intermediate container 6285f44a80e7 [2020-12-09T00:22:16.669Z] ---> 5b8828fe7181 [2020-12-09T00:22:16.669Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:22:16.669Z] ---> Running in b41caf8daf75 [2020-12-09T00:22:16.937Z] Removing intermediate container b41caf8daf75 [2020-12-09T00:22:16.937Z] ---> f299494b6a9e [2020-12-09T00:22:16.937Z] Step 20/22 : LABEL arch=x86_64 [2020-12-09T00:22:16.937Z] ---> Running in 42356eb6e27d [2020-12-09T00:22:16.937Z] Removing intermediate container 42356eb6e27d [2020-12-09T00:22:16.937Z] ---> 0ca32ebd49b9 [2020-12-09T00:22:16.937Z] Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:22:17.204Z] ---> Running in 02d83632cdb6 [2020-12-09T00:22:17.204Z] Removing intermediate container 02d83632cdb6 [2020-12-09T00:22:17.204Z] ---> b2870133aec7 [2020-12-09T00:22:17.204Z] Step 22/22 : LABEL version=0.0.0 [2020-12-09T00:22:17.471Z] ---> Running in 0eb20f39762d [2020-12-09T00:22:17.471Z] Removing intermediate container 0eb20f39762d [2020-12-09T00:22:17.471Z] ---> 0783fea70f80 [2020-12-09T00:22:17.471Z] [2020-12-09T00:22:17.734Z] Successfully built 0783fea70f80 [2020-12-09T00:22:17.734Z] Successfully tagged docker-core-metadata-go:latest [2020-12-09T00:22:18.326Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-09T00:22:18.398Z] $ docker stop --time=1 36cb783c505b0dd1ea0761774d547ca1d5176c76150d3481c02160976e241dfa [2020-12-09T00:22:20.199Z] $ docker rm -f 36cb783c505b0dd1ea0761774d547ca1d5176c76150d3481c02160976e241dfa [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T00:22:20.795Z] + docker images [2020-12-09T00:22:20.796Z] + grep docker [2020-12-09T00:22:20.796Z] docker-core-metadata-go latest 0783fea70f80 3 seconds ago 14.5MB [2020-12-09T00:22:20.796Z] docker-support-notifications-go latest 2a91bac1489d 11 seconds ago 13.6MB [2020-12-09T00:22:20.796Z] docker-security-proxy-setup-go latest c18d0961cc16 17 seconds ago 24.6MB [2020-12-09T00:22:20.796Z] docker-core-command-go latest d948090f8e4c 19 seconds ago 12.2MB [2020-12-09T00:22:20.796Z] docker-support-scheduler-go latest ebc7b23f28c8 20 seconds ago 12.3MB [2020-12-09T00:22:20.796Z] docker-sys-mgmt-agent-go latest 40d0f7c16c8b 41 seconds ago 293MB [2020-12-09T00:22:20.796Z] docker-security-secrets-setup-go latest 274db3af1ea0 2 minutes ago 23.9MB [2020-12-09T00:22:20.796Z] docker-core-data-go latest 8e5c701bd4f4 2 minutes ago 23.7MB [2020-12-09T00:22:20.796Z] docker-security-secretstore-setup-go latest e0ff1a526dfa 2 minutes ago 24.7MB [2020-12-09T00:22:20.796Z] docker-security-bootstrap-redis-go latest 161df42af5c7 2 minutes ago 15.8MB [2020-12-09T00:22:20.796Z] docker latest b0757c55a1fd 6 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-09T00:22:29.831Z] 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-09T00:22:35.245Z] 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-09T00:22:36.893Z] Still waiting to schedule task [2020-12-09T00:22:36.893Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-09T00:22:40.676Z] 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-09T00:22:41.654Z] 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-09T00:22:48.357Z] 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-09T00:22:53.750Z] 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-09T00:22:57.147Z] 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-09T00:23:01.456Z] 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-09T00:23:04.841Z] 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-09T00:23:08.215Z] 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-09T00:23:12.523Z] 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-09T00:23:15.933Z] $ docker stop --time=1 c20c3a3a69ef8b724d8875817d233eedda1854441e515e7ec825b7daaabe6928 [2020-12-09T00:23:18.476Z] $ docker rm -f c20c3a3a69ef8b724d8875817d233eedda1854441e515e7ec825b7daaabe6928 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:23:20.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-09T00:23:20.602Z] [2020-12-09T00:23:20.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:23:20.985Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-09T00:23:21.256Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-09T00:23:21.256Z] 29e5d40040c1: Pulling fs layer [2020-12-09T00:23:21.256Z] 1ce36da41761: Pulling fs layer [2020-12-09T00:23:21.256Z] 25b303627fd3: Pulling fs layer [2020-12-09T00:23:21.256Z] 29e5d40040c1: Verifying Checksum [2020-12-09T00:23:21.256Z] 29e5d40040c1: Download complete [2020-12-09T00:23:22.238Z] 29e5d40040c1: Pull complete [2020-12-09T00:23:22.238Z] 1ce36da41761: Verifying Checksum [2020-12-09T00:23:22.238Z] 1ce36da41761: Download complete [2020-12-09T00:23:23.218Z] 1ce36da41761: Pull complete [2020-12-09T00:23:23.489Z] 25b303627fd3: Verifying Checksum [2020-12-09T00:23:23.489Z] 25b303627fd3: Download complete [2020-12-09T00:23:33.641Z] 25b303627fd3: Pull complete [2020-12-09T00:23:33.641Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-09T00:23:33.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-09T00:23:33.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-09T00:23:33.900Z] prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container [2020-12-09T00:23:33.983Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-09T00:23:35.598Z] Running on prd-ubuntu18.04-docker-8c-8g-15171 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [2020-12-09T00:23:37.288Z] $ docker top 0cefedd86a9e667cf16c809bfb9a04991982b32ee1064e4b6576f1fc720a1a47 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-12-09T00:23:37.771Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-12-09T00:23:38.361Z] + grep parallel [2020-12-09T00:23:38.361Z] + docker-compose build --help [2020-12-09T00:23:39.818Z] using credential edgex-jenkins-ssh [2020-12-09T00:23:39.877Z] Cloning the remote Git repository [2020-12-09T00:23:39.902Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-09T00:23:39.971Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-12-09T00:23:39.998Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-09T00:23:39.999Z] > git --version # timeout=10 [2020-12-09T00:23:40.009Z] > git --version # 'git version 2.17.1' [2020-12-09T00:23:40.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T00:23:40.032Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T00:23:41.742Z] --parallel Build images in parallel. [Pipeline] } [2020-12-09T00:23:42.038Z] $ docker stop --time=1 0cefedd86a9e667cf16c809bfb9a04991982b32ee1064e4b6576f1fc720a1a47 [2020-12-09T00:23:43.964Z] $ docker rm -f 0cefedd86a9e667cf16c809bfb9a04991982b32ee1064e4b6576f1fc720a1a47 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:23:44.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-09T00:23:44.812Z] . [Pipeline] withDockerContainer [2020-12-09T00:23:45.065Z] prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container [2020-12-09T00:23:45.154Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-09T00:23:46.611Z] $ docker top c343f029dbbc04461ca6188f1288d726e40488619d2d6e68d133fcb33aab5472 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T00:23:47.588Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-09T00:23:51.879Z] Building docker-core-command-go ... [2020-12-09T00:23:51.879Z] Building docker-core-data-go ... [2020-12-09T00:23:51.879Z] Building docker-core-metadata-go ... [2020-12-09T00:23:51.879Z] Building docker-security-bootstrap-redis-go ... [2020-12-09T00:23:51.879Z] Building docker-security-proxy-setup-go ... [2020-12-09T00:23:51.879Z] Building docker-security-secrets-setup-go ... [2020-12-09T00:23:51.879Z] Building docker-security-secretstore-setup-go ... [2020-12-09T00:23:51.879Z] Building docker-support-notifications-go ... [2020-12-09T00:23:51.879Z] Building docker-support-scheduler-go ... [2020-12-09T00:23:51.879Z] Building docker-sys-mgmt-agent-go ... [2020-12-09T00:23:51.879Z] Building docker-sys-mgmt-agent-go [2020-12-09T00:23:51.879Z] Building docker-security-secrets-setup-go [2020-12-09T00:23:51.879Z] Building docker-security-secretstore-setup-go [2020-12-09T00:23:51.879Z] Building docker-support-scheduler-go [2020-12-09T00:23:51.879Z] Building docker-core-data-go [2020-12-09T00:23:55.451Z] Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:23:55.572Z] Merge succeeded, producing 35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:23:55.572Z] Checking out Revision 35953d63dbb6324954242bc6432706fab40e1eb5 (PR-2930) [2020-12-09T00:23:54.763Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-09T00:23:54.776Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T00:23:54.786Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-09T00:23:54.799Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-09T00:23:54.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T00:23:54.805Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T00:23:55.460Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T00:23:55.465Z] > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 [2020-12-09T00:23:55.541Z] > git remote # timeout=10 [2020-12-09T00:23:55.548Z] > git config --get remote.origin.url # timeout=10 [2020-12-09T00:23:55.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T00:23:55.557Z] > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 [2020-12-09T00:23:55.566Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-09T00:23:55.575Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T00:23:55.578Z] > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 [2020-12-09T00:23:59.226Z] Commit message: "feat(security): Change the list certificates algorithm" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:24:00.238Z] + echo snap-build.sh [2020-12-09T00:24:00.239Z] snap-build.sh [2020-12-09T00:24:00.239Z] + SNAP_BASE_DIR=. [2020-12-09T00:24:00.239Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2020-12-09T00:24:00.239Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2020-12-09T00:24:00.239Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2020-12-09T00:24:00.239Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2020-12-09T00:24:00.239Z] + cd /w/workspace/edgex-go/4 [2020-12-09T00:24:00.239Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-09T00:24:00.239Z] Reading package lists... [2020-12-09T00:24:00.239Z] Building dependency tree... [2020-12-09T00:24:00.239Z] Reading state information... [2020-12-09T00:24:00.500Z] The following packages were automatically installed and are no longer required: [2020-12-09T00:24:00.500Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-09T00:24:00.500Z] uidmap xdelta3 [2020-12-09T00:24:00.500Z] Use 'sudo apt autoremove' to remove them. [2020-12-09T00:24:00.500Z] The following packages will be REMOVED: [2020-12-09T00:24:00.500Z] lxd* lxd-client* [2020-12-09T00:24:00.762Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-09T00:24:00.762Z] After this operation, 31.7 MB disk space will be freed. [2020-12-09T00:24:01.809Z] (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-09T00:24:01.809Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-09T00:24:02.751Z] Removing lxd dnsmasq configuration [2020-12-09T00:24:02.751Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-09T00:24:03.011Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-09T00:24:03.954Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-09T00:24:03.954Z] (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-09T00:24:03.954Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-09T00:24:05.340Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-09T00:24:05.340Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-09T00:24:06.724Z] + sudo snap remove --purge lxd [2020-12-09T00:24:06.724Z] snap "lxd" is not installed [2020-12-09T00:24:06.724Z] + sudo groupadd --force --system lxd [2020-12-09T00:24:06.724Z] ++ whoami [2020-12-09T00:24:06.724Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-09T00:24:06.724Z] + newgrp - lxd [2020-12-09T00:24:06.724Z] + sudo snap install lxd [2020-12-09T00:24:14.878Z] 2020-12-09T00:24:12Z INFO Waiting for automatic snapd restart... [2020-12-09T00:24:29.805Z] lxd 4.8 from Canonical* installed [2020-12-09T00:24:29.805Z] + sudo lxd init --auto [2020-12-09T00:24:37.979Z] + sudo snap install --classic snapcraft [2020-12-09T00:24:44.587Z] snapcraft 4.4.4 from Canonical* installed [2020-12-09T00:24:44.587Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-09T00:24:44.587Z] + patch --verbose -p1 [2020-12-09T00:24:44.587Z] Hmm... Looks like a unified diff to me... [2020-12-09T00:24:44.587Z] The text leading up to this was: [2020-12-09T00:24:44.587Z] -------------------------- [2020-12-09T00:24:44.587Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-09T00:24:44.587Z] |From: Tony Espy [2020-12-09T00:24:44.587Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-09T00:24:44.587Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-09T00:24:44.587Z] | [2020-12-09T00:24:44.587Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-09T00:24:44.587Z] |optimize the snap CI check run for pull requests. When [2020-12-09T00:24:44.587Z] |applied, it essentially strips out everything (apps and [2020-12-09T00:24:44.587Z] |parts) from the snapcraft.yaml file except those required [2020-12-09T00:24:44.587Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-09T00:24:44.587Z] |catch changes to edgex-go that break the snap build. [2020-12-09T00:24:44.587Z] | [2020-12-09T00:24:44.587Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-09T00:24:44.587Z] |to update this patch file, otherwise it may fail to apply, [2020-12-09T00:24:44.587Z] |resulting in a failed snap build CI check in the associated [2020-12-09T00:24:44.587Z] |pull request. [2020-12-09T00:24:44.587Z] | [2020-12-09T00:24:44.587Z] |Note - in addition to applying this patch, the pipeline also [2020-12-09T00:24:44.587Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-09T00:24:44.587Z] |need to build the finally binary .snap file (and it won't [2020-12-09T00:24:44.587Z] |work with the patch applied). This further reduces the build [2020-12-09T00:24:44.587Z] |time. [2020-12-09T00:24:44.587Z] |--- [2020-12-09T00:24:44.587Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-09T00:24:44.587Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-09T00:24:44.587Z] | [2020-12-09T00:24:44.587Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-09T00:24:44.587Z] |index b265277c..d7e1de37 100644 [2020-12-09T00:24:44.587Z] |--- a/snap/snapcraft.yaml [2020-12-09T00:24:44.587Z] |+++ b/snap/snapcraft.yaml [2020-12-09T00:24:44.587Z] -------------------------- [2020-12-09T00:24:44.587Z] patching file snap/snapcraft.yaml [2020-12-09T00:24:44.587Z] Using Plan A... [2020-12-09T00:24:44.587Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-09T00:24:44.587Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-09T00:24:44.587Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-09T00:24:44.587Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-09T00:24:44.587Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-09T00:24:44.587Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-09T00:24:44.587Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-09T00:24:44.587Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-09T00:24:44.587Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-09T00:24:44.587Z] Hmm... Ignoring the trailing garbage. [2020-12-09T00:24:44.587Z] done [2020-12-09T00:24:44.587Z] + sudo snapcraft prime --use-lxd [2020-12-09T00:24:45.977Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-09T00:24:45.977Z] 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-09T00:24:45.977Z] - README.md [2020-12-09T00:24:45.977Z] - snapcraft.yaml.orig [2020-12-09T00:24:45.977Z] [2020-12-09T00:24:45.977Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-09T00:24:46.548Z] Launching a container. [2020-12-09T00:25:01.459Z] Waiting for container to be ready [2020-12-09T00:25:01.459Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-09T00:25:01.459Z] [2020-12-09T00:25:02.846Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-09T00:25:03.109Z] Waiting for network to be ready... [2020-12-09T00:25:03.680Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-09T00:25:03.680Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-09T00:25:04.252Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-09T00:25:04.252Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-09T00:25:04.252Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-09T00:25:04.513Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-09T00:25:04.513Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-09T00:25:04.513Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-09T00:25:04.513Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-09T00:25:04.513Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-09T00:25:04.513Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-09T00:25:04.773Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-09T00:25:04.773Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-09T00:25:04.773Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-09T00:25:04.773Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-09T00:25:04.773Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-09T00:25:04.773Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] [2020-12-09T00:25:05.034Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-09T00:25:05.034Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-09T00:25:05.294Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-09T00:25:05.294Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-09T00:25:05.294Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-09T00:25:05.294Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-09T00:25:05.294Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-09T00:25:05.294Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-09T00:25:05.294Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] [2020-12-09T00:25:05.555Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-09T00:25:08.100Z] Fetched 23.5 MB in 4s (5391 kB/s) [2020-12-09T00:25:08.673Z] Reading package lists... [2020-12-09T00:25:08.935Z] Reading package lists... [2020-12-09T00:25:08.935Z] Building dependency tree... [2020-12-09T00:25:08.935Z] Reading state information... [2020-12-09T00:25:08.935Z] The following additional packages will be installed: [2020-12-09T00:25:08.935Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-09T00:25:08.935Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-09T00:25:08.935Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-09T00:25:08.935Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-09T00:25:08.935Z] Suggested packages: [2020-12-09T00:25:08.935Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-09T00:25:08.935Z] Recommended packages: [2020-12-09T00:25:08.935Z] gnupg libsasl2-modules [2020-12-09T00:25:09.196Z] The following NEW packages will be installed: [2020-12-09T00:25:09.196Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-09T00:25:09.196Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-09T00:25:09.196Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-09T00:25:09.196Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-09T00:25:09.196Z] The following packages will be upgraded: [2020-12-09T00:25:09.196Z] gpg gpg-agent gpgconf libudev1 [2020-12-09T00:25:09.196Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-09T00:25:09.196Z] Need to get 3531 kB of archives. [2020-12-09T00:25:09.196Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-09T00:25:09.196Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-09T00:25:09.196Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-09T00:25:09.196Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-09T00:25:09.196Z] Get:4 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-09T00:25:09.196Z] Get:5 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-09T00:25:09.196Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-09T00:25:09.196Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-09T00:25:09.196Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-09T00:25:09.196Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-09T00:25:09.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-09T00:25:10.028Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-09T00:25:10.028Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-09T00:25:10.028Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-09T00:25:10.028Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-09T00:25:10.028Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-09T00:25:10.028Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-09T00:25:10.028Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-09T00:25:10.028Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-09T00:25:10.028Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-09T00:25:10.028Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-09T00:25:10.289Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-09T00:25:10.289Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-09T00:25:10.289Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-09T00:25:10.289Z] Fetched 3531 kB in 1s (3314 kB/s) [2020-12-09T00:25:10.289Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-09T00:25:10.289Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-09T00:25:10.289Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-09T00:25:10.549Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-09T00:25:10.549Z] Selecting previously unselected package udev. [2020-12-09T00:25:10.549Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-09T00:25:10.549Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-09T00:25:10.549Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-09T00:25:10.810Z] Selecting previously unselected package libfuse2:amd64. [2020-12-09T00:25:10.810Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-09T00:25:10.810Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-09T00:25:11.070Z] Selecting previously unselected package fuse. [2020-12-09T00:25:11.070Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-09T00:25:11.070Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-09T00:25:11.070Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:11.070Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-09T00:25:11.332Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:11.332Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-09T00:25:11.332Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:11.332Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-09T00:25:11.608Z] Selecting previously unselected package libksba8:amd64. [2020-12-09T00:25:11.608Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-09T00:25:11.608Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-09T00:25:11.608Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-09T00:25:11.608Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:11.608Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:11.608Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-09T00:25:11.608Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:11.608Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:11.870Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-09T00:25:11.870Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:11.870Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:11.870Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-09T00:25:11.870Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:11.870Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:11.870Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-09T00:25:11.870Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:11.870Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:12.131Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-09T00:25:12.131Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:12.131Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:12.131Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-09T00:25:12.131Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:12.131Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:12.131Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-09T00:25:12.131Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:12.131Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:12.131Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-09T00:25:12.131Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-09T00:25:12.395Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:12.395Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-09T00:25:12.395Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-09T00:25:12.395Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-09T00:25:12.395Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-09T00:25:12.395Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-09T00:25:12.395Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-09T00:25:12.395Z] Selecting previously unselected package libldap-common. [2020-12-09T00:25:12.395Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-09T00:25:12.395Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-09T00:25:12.395Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-09T00:25:12.395Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-09T00:25:12.395Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-09T00:25:12.656Z] Selecting previously unselected package dirmngr. [2020-12-09T00:25:12.656Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:12.656Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-09T00:25:12.657Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-09T00:25:12.657Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-09T00:25:12.657Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-09T00:25:12.657Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-09T00:25:12.657Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-09T00:25:12.924Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-09T00:25:12.924Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:12.924Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-09T00:25:12.924Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-09T00:25:12.924Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-09T00:25:13.185Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-09T00:25:13.447Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.447Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-09T00:25:13.447Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-09T00:25:13.447Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-09T00:25:13.447Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.447Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.447Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.592Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:25:13.592Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:25:13.592Z] ---> e1d560b1e453 [2020-12-09T00:25:13.592Z] Step 3/27 : WORKDIR /edgex-go [2020-12-09T00:25:13.592Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:25:13.592Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:25:13.592Z] ---> e1d560b1e453 [2020-12-09T00:25:13.592Z] Step 3/23 : WORKDIR /edgex-go [2020-12-09T00:25:13.592Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:25:13.592Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:25:13.592Z] ---> e1d560b1e453 [2020-12-09T00:25:13.592Z] Step 3/24 : WORKDIR /edgex-go [2020-12-09T00:25:13.592Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:25:13.592Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-09T00:25:13.592Z] ---> e1d560b1e453 [2020-12-09T00:25:13.592Z] Step 3/29 : WORKDIR /edgex-go [2020-12-09T00:25:13.592Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:25:13.592Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:25:13.592Z] ---> e1d560b1e453 [2020-12-09T00:25:13.592Z] Step 3/21 : WORKDIR /edgex-go [2020-12-09T00:25:13.592Z] ---> Running in 373b2337f096 [2020-12-09T00:25:13.592Z] ---> Running in f039ed0c3f66 [2020-12-09T00:25:13.592Z] ---> Running in 798e37e5a29b [2020-12-09T00:25:13.592Z] ---> Running in a7069dd78d70 [2020-12-09T00:25:13.592Z] ---> Running in 8e43e9acc7cb [2020-12-09T00:25:13.592Z] Removing intermediate container 8e43e9acc7cb [2020-12-09T00:25:13.592Z] ---> e5dacfdccfdc [2020-12-09T00:25:13.593Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:25:13.593Z] Removing intermediate container f039ed0c3f66 [2020-12-09T00:25:13.593Z] ---> c82fd3de0982 [2020-12-09T00:25:13.593Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:25:13.593Z] Removing intermediate container 798e37e5a29b [2020-12-09T00:25:13.593Z] ---> b25cedda6335 [2020-12-09T00:25:13.593Z] Step 4/29 : RUN apk update && apk add make git [2020-12-09T00:25:13.593Z] ---> Running in 9716313fc089 [2020-12-09T00:25:13.593Z] Removing intermediate container a7069dd78d70 [2020-12-09T00:25:13.593Z] ---> aec4abd21de4 [2020-12-09T00:25:13.593Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:25:13.593Z] Removing intermediate container 373b2337f096 [2020-12-09T00:25:13.593Z] ---> ecb9fc86104f [2020-12-09T00:25:13.593Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:25:13.593Z] ---> Running in 662ce724ccf5 [2020-12-09T00:25:13.593Z] ---> Running in cdde18fe65b1 [2020-12-09T00:25:13.593Z] ---> Running in 2988f945ab3b [2020-12-09T00:25:13.593Z] ---> Running in 5d689017bf34 [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] Removing intermediate container 9716313fc089 [2020-12-09T00:25:13.593Z] ---> aa2f2babea67 [2020-12-09T00:25:13.593Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-09T00:25:13.593Z] ---> Running in d78cfdf894a9 [2020-12-09T00:25:13.593Z] Removing intermediate container 662ce724ccf5 [2020-12-09T00:25:13.593Z] ---> 1ed916fe9c6e [2020-12-09T00:25:13.593Z] Step 5/24 : RUN apk update && apk add make git [2020-12-09T00:25:13.593Z] Removing intermediate container 2988f945ab3b [2020-12-09T00:25:13.593Z] ---> 398ecf3345a0 [2020-12-09T00:25:13.593Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-09T00:25:13.593Z] ---> Running in 407fc15c696a [2020-12-09T00:25:13.593Z] Removing intermediate container 5d689017bf34 [2020-12-09T00:25:13.593Z] ---> cd3d19fe018c [2020-12-09T00:25:13.593Z] Step 5/21 : RUN apk update && apk add make git [2020-12-09T00:25:13.593Z] ---> Running in 56ce5335586f [2020-12-09T00:25:13.593Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:25:13.593Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:25:13.593Z] OK: 12616 distinct packages available [2020-12-09T00:25:13.593Z] ---> Running in 37b8505dd865 [2020-12-09T00:25:13.593Z] OK: 217 MiB in 51 packages [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] Removing intermediate container cdde18fe65b1 [2020-12-09T00:25:13.593Z] ---> 3c67a78cda10 [2020-12-09T00:25:13.593Z] Step 5/29 : COPY go.mod . [2020-12-09T00:25:13.593Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:25:13.593Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:25:13.593Z] OK: 12616 distinct packages available [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:25:13.593Z] ---> d606194eba3d [2020-12-09T00:25:13.593Z] Step 6/29 : RUN go mod download [2020-12-09T00:25:13.593Z] ---> Running in 759350518b89 [2020-12-09T00:25:13.593Z] OK: 217 MiB in 51 packages [2020-12-09T00:25:13.593Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:25:13.593Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:25:13.593Z] OK: 12616 distinct packages available [2020-12-09T00:25:13.593Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:25:13.593Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:25:13.593Z] OK: 12616 distinct packages available [2020-12-09T00:25:13.593Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:25:13.593Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:25:13.593Z] OK: 12616 distinct packages available [2020-12-09T00:25:13.706Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.706Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.706Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.706Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-09T00:25:13.706Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-09T00:25:13.706Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-09T00:25:13.706Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-09T00:25:14.196Z] OK: 217 MiB in 51 packages [2020-12-09T00:25:14.196Z] OK: 217 MiB in 51 packages [2020-12-09T00:25:14.196Z] Removing intermediate container d78cfdf894a9 [2020-12-09T00:25:14.196Z] ---> eb04d556bfec [2020-12-09T00:25:14.196Z] Step 6/27 : COPY go.mod . [2020-12-09T00:25:14.284Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-09T00:25:14.284Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-09T00:25:14.284Z] This means they are not meant to be enabled using systemctl. [2020-12-09T00:25:14.284Z] Possible reasons for having this kind of units are: [2020-12-09T00:25:14.284Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-09T00:25:14.284Z] .wants/ or .requires/ directory. [2020-12-09T00:25:14.284Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-09T00:25:14.284Z] a requirement dependency on it. [2020-12-09T00:25:14.284Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-09T00:25:14.284Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-09T00:25:14.284Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-09T00:25:14.284Z] instance name specified. [2020-12-09T00:25:14.476Z] OK: 217 MiB in 51 packages [2020-12-09T00:25:14.544Z] Reading package lists... [2020-12-09T00:25:14.545Z] Building dependency tree... [2020-12-09T00:25:14.545Z] Reading state information... [2020-12-09T00:25:14.804Z] The following additional packages will be installed: [2020-12-09T00:25:14.804Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-09T00:25:14.804Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-09T00:25:14.804Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-09T00:25:14.804Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-09T00:25:14.804Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-09T00:25:14.804Z] Suggested packages: [2020-12-09T00:25:14.804Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-09T00:25:14.804Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-09T00:25:14.804Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-09T00:25:14.804Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-09T00:25:14.804Z] systemd-container policykit-1 [2020-12-09T00:25:14.804Z] Recommended packages: [2020-12-09T00:25:14.804Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-09T00:25:14.804Z] The following NEW packages will be installed: [2020-12-09T00:25:14.804Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-09T00:25:14.804Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-09T00:25:14.804Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-09T00:25:14.804Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-09T00:25:14.804Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-09T00:25:14.804Z] The following packages will be upgraded: [2020-12-09T00:25:14.804Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-09T00:25:15.065Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-09T00:25:15.065Z] Need to get 35.2 MB of archives. [2020-12-09T00:25:15.065Z] After this operation, 141 MB of additional disk space will be used. [2020-12-09T00:25:15.065Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] [2020-12-09T00:25:15.065Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-09T00:25:15.480Z] ---> 0a64f68d6757 [2020-12-09T00:25:15.480Z] Step 7/27 : RUN go mod download [2020-12-09T00:25:15.480Z] ---> Running in 6145dbf196f1 [2020-12-09T00:25:15.637Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] [2020-12-09T00:25:15.637Z] 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-09T00:25:15.637Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-09T00:25:15.637Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-09T00:25:15.637Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-09T00:25:15.637Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-09T00:25:15.637Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-09T00:25:15.637Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-09T00:25:15.637Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-09T00:25:15.637Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-09T00:25:15.637Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-09T00:25:15.637Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-09T00:25:15.637Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-09T00:25:15.637Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-09T00:25:15.771Z] Removing intermediate container 56ce5335586f [2020-12-09T00:25:15.771Z] ---> 0b7b14c5db57 [2020-12-09T00:25:15.897Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-09T00:25:15.897Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-09T00:25:15.897Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-09T00:25:15.897Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-09T00:25:15.897Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-09T00:25:15.897Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-09T00:25:15.897Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-09T00:25:15.898Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-09T00:25:15.898Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-09T00:25:15.898Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-09T00:25:16.045Z] Step 6/23 : COPY go.mod . [2020-12-09T00:25:16.045Z] Removing intermediate container 407fc15c696a [2020-12-09T00:25:16.045Z] ---> 39ddd94fd6bf [2020-12-09T00:25:16.045Z] Step 6/24 : COPY go.mod . [2020-12-09T00:25:16.157Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-09T00:25:16.157Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-09T00:25:16.157Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-09T00:25:16.157Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-09T00:25:16.322Z] Removing intermediate container 759350518b89 [2020-12-09T00:25:16.322Z] ---> ca0bca2c3d19 [2020-12-09T00:25:16.322Z] Step 7/29 : COPY . . [2020-12-09T00:25:16.322Z] Removing intermediate container 37b8505dd865 [2020-12-09T00:25:16.322Z] ---> 2546b11287b0 [2020-12-09T00:25:16.322Z] Step 6/21 : COPY go.mod . [2020-12-09T00:25:17.100Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-09T00:25:17.100Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2020-12-09T00:25:17.319Z] ---> 5a590b04e0d7 [2020-12-09T00:25:17.319Z] Step 7/23 : RUN go mod download [2020-12-09T00:25:17.319Z] ---> 63712e4e7ac1 [2020-12-09T00:25:17.319Z] Step 7/24 : RUN go mod download [2020-12-09T00:25:17.361Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-09T00:25:17.361Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-09T00:25:17.361Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-09T00:25:17.602Z] ---> Running in d473049af422 [2020-12-09T00:25:17.875Z] ---> daab3c01847f [2020-12-09T00:25:17.875Z] Step 7/21 : RUN go mod download [2020-12-09T00:25:17.875Z] ---> Running in d3729547f832 [2020-12-09T00:25:17.930Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-09T00:25:17.930Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-09T00:25:18.190Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-09T00:25:18.190Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-09T00:25:18.190Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... [2020-12-09T00:25:18.190Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-09T00:25:18.451Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... [2020-12-09T00:25:18.451Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-09T00:25:18.451Z] Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... [2020-12-09T00:25:18.477Z] ---> Running in 99cbaea11c4a [2020-12-09T00:25:18.713Z] Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-09T00:25:18.973Z] Setting up apt (1.6.12ubuntu0.1) ... [2020-12-09T00:25:18.973Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-09T00:25:19.234Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-09T00:25:19.495Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-09T00:25:19.495Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-09T00:25:19.495Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-09T00:25:19.756Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-09T00:25:19.756Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-09T00:25:19.756Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:19.756Z] Selecting previously unselected package libexpat1:amd64. [2020-12-09T00:25:20.018Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-09T00:25:20.018Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-09T00:25:20.018Z] Selecting previously unselected package python3.6-minimal. [2020-12-09T00:25:20.018Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-09T00:25:20.018Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:20.279Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-09T00:25:20.279Z] Checking for services that may need to be restarted...done. [2020-12-09T00:25:20.279Z] Checking for services that may need to be restarted...done. [2020-12-09T00:25:20.279Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:20.466Z] Removing intermediate container 6145dbf196f1 [2020-12-09T00:25:20.466Z] ---> eb683a5869a5 [2020-12-09T00:25:20.466Z] Step 8/27 : COPY . . [2020-12-09T00:25:20.540Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-09T00:25:20.540Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:20.801Z] Selecting previously unselected package python3-minimal. [2020-12-09T00:25:20.801Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-09T00:25:20.801Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-09T00:25:20.801Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-09T00:25:21.063Z] Selecting previously unselected package mime-support. [2020-12-09T00:25:21.063Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-09T00:25:21.063Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-09T00:25:21.325Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-09T00:25:21.325Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-09T00:25:21.325Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-09T00:25:21.325Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-09T00:25:21.325Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-09T00:25:21.325Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:21.586Z] Selecting previously unselected package python3.6. [2020-12-09T00:25:21.586Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-09T00:25:21.586Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:21.848Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-09T00:25:21.848Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-09T00:25:21.848Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-09T00:25:21.848Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-09T00:25:22.109Z] Selecting previously unselected package python3. [2020-12-09T00:25:22.110Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-09T00:25:22.110Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-09T00:25:22.110Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-09T00:25:22.110Z] Selecting previously unselected package multiarch-support. [2020-12-09T00:25:22.110Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-09T00:25:22.110Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-09T00:25:22.110Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-09T00:25:22.369Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-09T00:25:22.369Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-09T00:25:22.369Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-09T00:25:22.369Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-09T00:25:22.369Z] Selecting previously unselected package libbsd0:amd64. [2020-12-09T00:25:22.369Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-09T00:25:22.369Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-09T00:25:22.487Z] Removing intermediate container d473049af422 [2020-12-09T00:25:22.487Z] ---> 0076c3516aa2 [2020-12-09T00:25:22.487Z] Step 8/23 : COPY . . [2020-12-09T00:25:22.630Z] Selecting previously unselected package sudo. [2020-12-09T00:25:22.630Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-09T00:25:22.630Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-09T00:25:22.630Z] Selecting previously unselected package apparmor. [2020-12-09T00:25:22.630Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-09T00:25:22.630Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-09T00:25:22.894Z] Selecting previously unselected package libedit2:amd64. [2020-12-09T00:25:22.894Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-09T00:25:22.894Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-09T00:25:22.894Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-09T00:25:22.894Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-09T00:25:22.894Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:23.124Z] Removing intermediate container d3729547f832 [2020-12-09T00:25:23.124Z] ---> 0778070b0b6c [2020-12-09T00:25:23.124Z] Step 8/24 : COPY . . [2020-12-09T00:25:23.161Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-09T00:25:23.161Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-09T00:25:23.161Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:23.161Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-09T00:25:23.161Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-09T00:25:23.161Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-09T00:25:23.421Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-09T00:25:23.421Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-09T00:25:23.421Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:23.421Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-09T00:25:23.421Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-09T00:25:23.421Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:23.421Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-09T00:25:23.421Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-09T00:25:23.421Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-09T00:25:23.683Z] Selecting previously unselected package openssh-client. [2020-12-09T00:25:23.683Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-09T00:25:23.683Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-09T00:25:23.727Z] Removing intermediate container 99cbaea11c4a [2020-12-09T00:25:23.727Z] ---> bc84c942f881 [2020-12-09T00:25:23.727Z] Step 8/21 : COPY . . [2020-12-09T00:25:23.943Z] Selecting previously unselected package squashfs-tools. [2020-12-09T00:25:23.944Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-09T00:25:23.944Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-09T00:25:23.944Z] Selecting previously unselected package snapd. [2020-12-09T00:25:23.944Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-09T00:25:23.944Z] Unpacking snapd (2.48+18.04) ... [2020-12-09T00:25:25.856Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-09T00:25:25.856Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-09T00:25:26.116Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-09T00:25:26.116Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-09T00:25:26.116Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-09T00:25:26.116Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:26.116Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-09T00:25:26.116Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-09T00:25:26.116Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-09T00:25:27.505Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-09T00:25:27.505Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-09T00:25:27.505Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-09T00:25:27.505Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:27.766Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:27.766Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-09T00:25:28.338Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-09T00:25:28.339Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:28.339Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-09T00:25:28.339Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-09T00:25:28.339Z] running python rtupdate hooks for python3.6... [2020-12-09T00:25:28.339Z] running python post-rtupdate hooks for python3.6... [2020-12-09T00:25:28.339Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-09T00:25:29.725Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-09T00:25:29.990Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-09T00:25:29.990Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-09T00:25:30.252Z] Setting up snapd (2.48+18.04) ... [2020-12-09T00:25:30.512Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-09T00:25:30.772Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-09T00:25:31.032Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-09T00:25:31.032Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-09T00:25:31.293Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-09T00:25:31.293Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-09T00:25:31.556Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-09T00:25:31.556Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-09T00:25:31.817Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-09T00:25:32.078Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-09T00:25:32.078Z] /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-09T00:25:32.078Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-09T00:25:32.078Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-09T00:25:33.469Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-09T00:25:33.469Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-09T00:25:33.469Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-09T00:25:34.410Z] Reading package lists... [2020-12-09T00:25:34.670Z] Reading package lists... [2020-12-09T00:25:34.670Z] Building dependency tree... [2020-12-09T00:25:34.670Z] Reading state information... [2020-12-09T00:25:34.931Z] Calculating upgrade... [2020-12-09T00:25:34.931Z] The following packages will be upgraded: [2020-12-09T00:25:34.931Z] advancecomp base-files bash binutils binutils-common [2020-12-09T00:25:34.931Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-09T00:25:34.931Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-09T00:25:34.931Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-09T00:25:34.931Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-09T00:25:34.931Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-09T00:25:34.931Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-09T00:25:34.931Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-09T00:25:34.931Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-09T00:25:34.931Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-09T00:25:34.931Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-09T00:25:34.931Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-09T00:25:34.931Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-09T00:25:34.931Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-09T00:25:35.192Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-09T00:25:35.192Z] Need to get 63.5 MB of archives. [2020-12-09T00:25:35.192Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-09T00:25:35.192Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-09T00:25:35.192Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-09T00:25:35.192Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-09T00:25:35.192Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-09T00:25:35.192Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-09T00:25:35.192Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-09T00:25:35.192Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-09T00:25:35.193Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-09T00:25:35.193Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-09T00:25:35.193Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-09T00:25:35.193Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-09T00:25:35.193Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-09T00:25:35.193Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-09T00:25:35.193Z] 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-09T00:25:35.193Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-09T00:25:35.193Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-09T00:25:35.193Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-09T00:25:35.454Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-09T00:25:35.454Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-09T00:25:35.454Z] 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-09T00:25:35.454Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-09T00:25:35.454Z] 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-09T00:25:35.454Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-09T00:25:35.454Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-09T00:25:35.454Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-09T00:25:35.454Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-09T00:25:35.454Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-09T00:25:35.454Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-09T00:25:35.454Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-09T00:25:35.454Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-09T00:25:35.454Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-09T00:25:35.454Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-09T00:25:35.454Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-09T00:25:35.454Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-09T00:25:35.454Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-09T00:25:35.454Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-09T00:25:35.454Z] 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-09T00:25:35.454Z] 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-09T00:25:35.454Z] 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-09T00:25:35.454Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-09T00:25:35.454Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-09T00:25:35.454Z] 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-09T00:25:35.454Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-09T00:25:35.454Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-09T00:25:35.454Z] 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-09T00:25:35.454Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-09T00:25:35.454Z] 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-09T00:25:35.715Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-09T00:25:35.715Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-09T00:25:35.715Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-09T00:25:35.715Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-09T00:25:35.715Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-09T00:25:35.715Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-09T00:25:35.715Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-09T00:25:35.975Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-09T00:25:35.975Z] 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-09T00:25:35.975Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-09T00:25:35.975Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-09T00:25:36.236Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-09T00:25:36.236Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-09T00:25:36.236Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-09T00:25:36.236Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-09T00:25:36.236Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-09T00:25:36.236Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-09T00:25:36.236Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-09T00:25:36.497Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-09T00:25:36.497Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-09T00:25:36.497Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-09T00:25:36.497Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-09T00:25:36.497Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-09T00:25:36.497Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-09T00:25:36.497Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-09T00:25:36.497Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-09T00:25:36.497Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-09T00:25:36.497Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-09T00:25:36.497Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-09T00:25:36.497Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-09T00:25:36.497Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-09T00:25:36.758Z] 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-09T00:25:36.758Z] 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-09T00:25:36.758Z] 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-09T00:25:36.758Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-09T00:25:36.758Z] 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-09T00:25:36.758Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-09T00:25:36.758Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-09T00:25:36.758Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-09T00:25:36.758Z] 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-09T00:25:36.758Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-09T00:25:36.758Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-09T00:25:36.758Z] 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-09T00:25:36.758Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-09T00:25:36.758Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-09T00:25:36.758Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-09T00:25:37.020Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-09T00:25:37.020Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-09T00:25:37.020Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-09T00:25:37.280Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-09T00:25:37.280Z] Fetched 63.5 MB in 2s (31.7 MB/s) [2020-12-09T00:25:37.280Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:37.280Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-09T00:25:37.280Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-09T00:25:37.852Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-09T00:25:37.852Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-09T00:25:38.424Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-09T00:25:38.424Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... [2020-12-09T00:25:38.996Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:38.996Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.257Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:39.257Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.257Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:39.257Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.257Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:39.257Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.518Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:39.518Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.518Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:39.518Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.518Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:39.518Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.779Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:25:39.779Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-09T00:25:39.779Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:39.779Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-09T00:25:39.779Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:25:40.040Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-09T00:25:40.040Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:40.040Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:40.040Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:40.040Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:40.040Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:40.302Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-09T00:25:40.302Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:25:40.565Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-09T00:25:40.565Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-09T00:25:40.565Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-09T00:25:41.136Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-09T00:25:41.136Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-09T00:25:41.136Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-09T00:25:41.136Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-09T00:25:41.397Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-09T00:25:41.397Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-09T00:25:41.659Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-09T00:25:41.659Z] Installing new version of config file /etc/issue ... [2020-12-09T00:25:41.659Z] Installing new version of config file /etc/issue.net ... [2020-12-09T00:25:41.659Z] Installing new version of config file /etc/lsb-release ... [2020-12-09T00:25:41.659Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-09T00:25:41.920Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-09T00:25:41.920Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-09T00:25:41.920Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-09T00:25:41.920Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:41.920Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-09T00:25:41.920Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-09T00:25:42.183Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-09T00:25:42.183Z] 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-09T00:25:42.445Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:42.445Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:42.445Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:42.445Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:42.445Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:42.445Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-09T00:25:42.704Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-09T00:25:42.704Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-09T00:25:42.964Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:42.964Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-09T00:25:42.964Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-09T00:25:43.226Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-09T00:25:43.226Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:43.226Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:43.226Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-09T00:25:43.486Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-09T00:25:43.486Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:43.486Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:43.486Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-09T00:25:43.747Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-09T00:25:43.747Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:43.747Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-09T00:25:43.747Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-09T00:25:43.747Z] Setting up grep (3.1-2build1) ... [2020-12-09T00:25:44.009Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:44.009Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-09T00:25:44.009Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-09T00:25:44.009Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-09T00:25:44.271Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:44.271Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-09T00:25:44.271Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-09T00:25:44.271Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-09T00:25:44.560Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:44.560Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-09T00:25:44.560Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-09T00:25:44.820Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-09T00:25:44.820Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-09T00:25:45.081Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-09T00:25:45.081Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-09T00:25:45.654Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-09T00:25:45.654Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:45.654Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-09T00:25:45.654Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-09T00:25:45.933Z] ---> 244a6d93d61f [2020-12-09T00:25:45.933Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-09T00:25:45.933Z] ---> Running in 0fc0ece1ab3c [2020-12-09T00:25:45.933Z] ---> eb3fc8be6484 [2020-12-09T00:25:45.933Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-09T00:25:45.933Z] ---> f1c301afd8ac [2020-12-09T00:25:45.933Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-09T00:25:45.933Z] ---> 6f80d59374f4 [2020-12-09T00:25:45.933Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-09T00:25:45.933Z] ---> Running in 27e1d962795e [2020-12-09T00:25:45.933Z] ---> ca65af13ad91 [2020-12-09T00:25:45.933Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-09T00:25:45.933Z] ---> Running in 5a968b095b5e [2020-12-09T00:25:46.210Z] ---> Running in bee728e56359 [2020-12-09T00:25:46.210Z] ---> Running in a44115bdb5fb [2020-12-09T00:25:46.597Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-09T00:25:46.597Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-09T00:25:46.597Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-09T00:25:46.858Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-09T00:25:46.858Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-09T00:25:46.858Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:46.858Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-09T00:25:46.858Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-09T00:25:47.119Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-09T00:25:47.119Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:47.119Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:47.199Z] 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-09T00:25:47.381Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:47.381Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:47.381Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:47.381Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:47.381Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:47.641Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:47.641Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:47.641Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:47.641Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:47.808Z] 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-09T00:25:47.902Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:47.902Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:47.902Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:47.902Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:48.163Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:48.163Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:48.163Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-09T00:25:48.163Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-09T00:25:48.163Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-09T00:25:48.163Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-09T00:25:48.409Z] 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-09T00:25:48.409Z] 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-09T00:25:48.409Z] 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-09T00:25:48.424Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-09T00:25:48.424Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:48.424Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-09T00:25:48.424Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-09T00:25:48.684Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-09T00:25:48.684Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:48.684Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:48.684Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:48.945Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:48.945Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:48.945Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:48.945Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:49.206Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:49.206Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:49.206Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:49.466Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:49.728Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:25:49.990Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-09T00:25:50.251Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-09T00:25:50.515Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:50.515Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-09T00:25:50.515Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-09T00:25:50.515Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-09T00:25:50.775Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-09T00:25:50.775Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-09T00:25:50.775Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-09T00:25:51.036Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-09T00:25:51.036Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:51.036Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-09T00:25:51.036Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-09T00:25:51.297Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-09T00:25:51.557Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:51.557Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-09T00:25:51.557Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-09T00:25:51.557Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-09T00:25:51.818Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:51.818Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-09T00:25:51.818Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-09T00:25:51.818Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-09T00:25:51.818Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:51.818Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-09T00:25:52.080Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-09T00:25:52.080Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-09T00:25:52.342Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:52.342Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-09T00:25:52.342Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-09T00:25:52.342Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-09T00:25:52.342Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-09T00:25:52.342Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:52.603Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-09T00:25:52.603Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-09T00:25:52.603Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:52.603Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-09T00:25:52.603Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-09T00:25:52.863Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-09T00:25:52.863Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:52.863Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-09T00:25:52.863Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-09T00:25:53.124Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-09T00:25:53.385Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:53.385Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:53.385Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-09T00:25:53.385Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-09T00:25:53.385Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:53.385Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-09T00:25:53.645Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-09T00:25:53.645Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-09T00:25:53.906Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:53.906Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-09T00:25:53.906Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-09T00:25:54.166Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-09T00:25:54.427Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:54.428Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-09T00:25:54.428Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-09T00:25:54.699Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-09T00:25:54.699Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:54.699Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-09T00:25:54.699Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-09T00:25:54.699Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-09T00:25:54.960Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:54.960Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-09T00:25:54.960Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-09T00:25:54.960Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-09T00:25:55.221Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:55.221Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-09T00:25:55.221Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-09T00:25:55.483Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-09T00:25:55.483Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:55.483Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-09T00:25:55.483Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-09T00:25:55.744Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-09T00:25:55.744Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-09T00:25:55.744Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-09T00:25:55.744Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-09T00:25:56.005Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-09T00:25:56.005Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-09T00:25:56.005Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-09T00:25:56.005Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-09T00:25:56.266Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-09T00:25:56.266Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-09T00:25:56.266Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-09T00:25:56.266Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-09T00:25:56.529Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-09T00:25:56.529Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-09T00:25:56.791Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-09T00:25:56.791Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-09T00:25:56.791Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-09T00:25:56.791Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-09T00:25:57.053Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-09T00:25:57.053Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-09T00:25:57.053Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-09T00:25:57.053Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-09T00:25:57.314Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-09T00:25:57.314Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-09T00:25:57.314Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-09T00:25:57.314Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-09T00:25:57.576Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-09T00:25:57.576Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-09T00:25:57.839Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-09T00:25:57.839Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-09T00:25:58.411Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-09T00:25:58.411Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-09T00:25:58.411Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-09T00:25:58.672Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-09T00:25:58.672Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-09T00:25:58.672Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-09T00:25:59.246Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-09T00:25:59.246Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-09T00:25:59.246Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-09T00:25:59.246Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-09T00:25:59.507Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-09T00:25:59.507Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-09T00:25:59.507Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:59.768Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:25:59.768Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:25:59.768Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:00.028Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:26:00.028Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:00.028Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:26:00.028Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:01.022Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:26:01.022Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:02.035Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:26:02.035Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:02.650Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:26:02.650Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:02.929Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:26:02.929Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:03.571Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-09T00:26:03.571Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-09T00:26:03.831Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-09T00:26:03.831Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-09T00:26:03.831Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-09T00:26:03.831Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-09T00:26:04.098Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-09T00:26:04.359Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-09T00:26:04.359Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-09T00:26:04.359Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-09T00:26:04.621Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-09T00:26:04.621Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-09T00:26:04.621Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-09T00:26:04.621Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-09T00:26:04.884Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-09T00:26:04.884Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-09T00:26:04.884Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:04.884Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-09T00:26:04.884Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:05.144Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:05.144Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:05.144Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-09T00:26:05.144Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-09T00:26:05.144Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-09T00:26:05.405Z] [2020-12-09T00:26:05.405Z] Current default time zone: 'Etc/UTC' [2020-12-09T00:26:05.405Z] Local time is now: Wed Dec 9 00:26:05 UTC 2020. [2020-12-09T00:26:05.405Z] Universal Time is now: Wed Dec 9 00:26:05 UTC 2020. [2020-12-09T00:26:05.405Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-09T00:26:05.405Z] [2020-12-09T00:26:05.405Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-09T00:26:05.405Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:05.405Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-09T00:26:05.405Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-09T00:26:05.405Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-09T00:26:05.405Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-09T00:26:05.405Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-09T00:26:05.405Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-09T00:26:05.665Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-09T00:26:05.665Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-09T00:26:05.665Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:05.665Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-09T00:26:05.925Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:05.925Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-09T00:26:05.925Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:05.925Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-09T00:26:05.925Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-09T00:26:05.925Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-09T00:26:05.925Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-09T00:26:05.925Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-09T00:26:05.925Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-09T00:26:06.186Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-09T00:26:06.186Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-09T00:26:08.098Z] Updating certificates in /etc/ssl/certs... [2020-12-09T00:26:08.670Z] 22 added, 17 removed; done. [2020-12-09T00:26:08.670Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-09T00:26:08.670Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-09T00:26:08.670Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-09T00:26:08.670Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-09T00:26:08.670Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-09T00:26:08.931Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:08.931Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-09T00:26:08.931Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:08.931Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:08.931Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:08.931Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:08.931Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:08.931Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-09T00:26:08.931Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-09T00:26:08.931Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-09T00:26:08.931Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-09T00:26:08.931Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-09T00:26:09.194Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:09.194Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-09T00:26:09.194Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-09T00:26:09.194Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-09T00:26:09.194Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-09T00:26:09.194Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-09T00:26:09.459Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-09T00:26:09.459Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-09T00:26:09.459Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-09T00:26:09.459Z] Updating certificates in /etc/ssl/certs... [2020-12-09T00:26:10.029Z] 0 added, 0 removed; done. [2020-12-09T00:26:10.029Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-09T00:26:10.029Z] done. [2020-12-09T00:26:10.601Z] Reading package lists... [2020-12-09T00:26:10.601Z] Building dependency tree... [2020-12-09T00:26:10.601Z] Reading state information... [2020-12-09T00:26:10.861Z] The following NEW packages will be installed: [2020-12-09T00:26:10.861Z] apt-transport-https [2020-12-09T00:26:10.861Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-09T00:26:10.861Z] Need to get 1692 B of archives. [2020-12-09T00:26:10.861Z] After this operation, 153 kB of additional disk space will be used. [2020-12-09T00:26:10.861Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] [2020-12-09T00:26:11.122Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-09T00:26:11.122Z] Fetched 1692 B in 0s (8601 B/s) [2020-12-09T00:26:11.122Z] Selecting previously unselected package apt-transport-https. [2020-12-09T00:26:11.122Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-09T00:26:11.122Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... [2020-12-09T00:26:11.122Z] Unpacking apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-09T00:26:11.122Z] Setting up apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-09T00:26:11.382Z] Waiting for network to be ready... [2020-12-09T00:26:17.998Z] 2020-12-09T00:26:14Z INFO Waiting for automatic snapd restart... [2020-12-09T00:26:17.998Z] snapd 2.48.1 from Canonical* installed [2020-12-09T00:26:18.940Z] "snapd" switched to the "latest/stable" channel [2020-12-09T00:26:18.940Z] [2020-12-09T00:26:21.484Z] core18 20200929 from Canonical* installed [2020-12-09T00:26:21.484Z] "core18" switched to the "latest/stable" channel [2020-12-09T00:26:21.484Z] [2020-12-09T00:26:24.782Z] snapcraft 4.4.4 from Canonical* installed [2020-12-09T00:26:24.782Z] "snapcraft" switched to the "latest/stable" channel [2020-12-09T00:26:24.782Z] [2020-12-09T00:26:28.083Z] 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-09T00:26:28.083Z] - README.md [2020-12-09T00:26:28.083Z] - snapcraft.yaml.orig [2020-12-09T00:26:28.083Z] [2020-12-09T00:26:28.083Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-09T00:26:34.669Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-09T00:26:34.669Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-09T00:26:34.669Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-09T00:26:34.929Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-09T00:26:35.190Z] Fetched 177 kB in 1s (271 kB/s) [2020-12-09T00:26:36.134Z] Reading package lists... [2020-12-09T00:26:36.394Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 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-09T00:26:42.974Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-09T00:26:42.974Z] Reading package lists... [2020-12-09T00:26:42.974Z] Building dependency tree... [2020-12-09T00:26:42.974Z] Reading state information... [2020-12-09T00:26:42.974Z] Suggested packages: [2020-12-09T00:26:42.974Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-09T00:26:42.974Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-09T00:26:42.974Z] Recommended packages: [2020-12-09T00:26:42.974Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-09T00:26:42.974Z] The following NEW packages will be installed: [2020-12-09T00:26:42.974Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-09T00:26:42.974Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-09T00:26:42.974Z] pkg-config zip [2020-12-09T00:26:42.974Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-09T00:26:42.974Z] Need to get 7656 kB of archives. [2020-12-09T00:26:42.974Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-09T00:26:42.974Z] 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-09T00:26:42.974Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-09T00:26:42.974Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-09T00:26:43.236Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-09T00:26:43.236Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-09T00:26:43.236Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-09T00:26:43.236Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-09T00:26:43.236Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-09T00:26:43.497Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-09T00:26:43.497Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-09T00:26:43.497Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-09T00:26:43.497Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-09T00:26:43.497Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-09T00:26:43.758Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-09T00:26:43.758Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-09T00:26:43.758Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-09T00:26:43.758Z] Fetched 7656 kB in 1s (7300 kB/s) [2020-12-09T00:26:44.020Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-09T00:26:44.020Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-09T00:26:44.020Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-09T00:26:44.020Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-09T00:26:44.020Z] Selecting previously unselected package libpsl5:amd64. [2020-12-09T00:26:44.020Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-09T00:26:44.020Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-09T00:26:44.282Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-09T00:26:44.282Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-09T00:26:44.282Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-09T00:26:44.282Z] Selecting previously unselected package librtmp1:amd64. [2020-12-09T00:26:44.282Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-09T00:26:44.282Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-09T00:26:44.544Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-09T00:26:44.544Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-09T00:26:44.544Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-09T00:26:44.544Z] Selecting previously unselected package liberror-perl. [2020-12-09T00:26:44.544Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-09T00:26:44.544Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-09T00:26:44.544Z] Selecting previously unselected package git-man. [2020-12-09T00:26:44.544Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-09T00:26:44.544Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-09T00:26:44.804Z] Selecting previously unselected package git. [2020-12-09T00:26:44.805Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-09T00:26:44.805Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-09T00:26:45.376Z] Selecting previously unselected package libnorm1:amd64. [2020-12-09T00:26:45.376Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-09T00:26:45.376Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-09T00:26:45.638Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-09T00:26:45.638Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-09T00:26:45.638Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-09T00:26:45.638Z] Selecting previously unselected package libsodium23:amd64. [2020-12-09T00:26:45.638Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-09T00:26:45.638Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-09T00:26:45.899Z] Selecting previously unselected package libzmq5:amd64. [2020-12-09T00:26:45.899Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-09T00:26:45.899Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-09T00:26:45.899Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-09T00:26:45.899Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-09T00:26:45.899Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-09T00:26:46.159Z] Selecting previously unselected package pkg-config. [2020-12-09T00:26:46.159Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-09T00:26:46.159Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-09T00:26:46.159Z] Selecting previously unselected package zip. [2020-12-09T00:26:46.159Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-09T00:26:46.159Z] Unpacking zip (3.0-11build1) ... [2020-12-09T00:26:46.419Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-09T00:26:46.419Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-09T00:26:46.419Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-09T00:26:46.419Z] Setting up liberror-perl (0.17025-1) ... [2020-12-09T00:26:46.419Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-09T00:26:46.419Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-09T00:26:46.419Z] No schema files found: doing nothing. [2020-12-09T00:26:46.419Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-09T00:26:46.679Z] Setting up zip (3.0-11build1) ... [2020-12-09T00:26:46.679Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-09T00:26:46.679Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-09T00:26:46.679Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-09T00:26:46.679Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-09T00:26:46.679Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-09T00:26:46.679Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-09T00:26:46.679Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-09T00:26:46.941Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-09T00:26:53.534Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-09T00:26:53.534Z] git set to automatically installed. [2020-12-09T00:26:53.534Z] git-man set to automatically installed. [2020-12-09T00:26:53.534Z] libcurl3-gnutls set to automatically installed. [2020-12-09T00:26:53.534Z] liberror-perl set to automatically installed. [2020-12-09T00:26:53.534Z] libglib2.0-0 set to automatically installed. [2020-12-09T00:26:53.534Z] libnghttp2-14 set to automatically installed. [2020-12-09T00:26:53.534Z] libnorm1 set to automatically installed. [2020-12-09T00:26:53.534Z] libpgm-5.2-0 set to automatically installed. [2020-12-09T00:26:53.534Z] libpsl5 set to automatically installed. [2020-12-09T00:26:53.534Z] librtmp1 set to automatically installed. [2020-12-09T00:26:53.534Z] libsodium23 set to automatically installed. [2020-12-09T00:26:53.534Z] libzmq3-dev set to automatically installed. [2020-12-09T00:26:53.534Z] libzmq5 set to automatically installed. [2020-12-09T00:26:53.534Z] pkg-config set to automatically installed. [2020-12-09T00:26:53.534Z] zip set to automatically installed. [2020-12-09T00:26:55.453Z] snapd is not logged in, snap install commands will use sudo [2020-12-09T00:27:02.042Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-09T00:27:03.427Z] snap "core18" has no updates available [2020-12-09T00:27:03.687Z] Pulling config-common [2020-12-09T00:27:04.626Z] Pulling go-build-helper [2020-12-09T00:27:10.234Z] 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-09T00:27:10.234Z] Removing intermediate container 0fc0ece1ab3c [2020-12-09T00:27:10.234Z] ---> a7ae4fe00cba [2020-12-09T00:27:10.234Z] [2020-12-09T00:27:10.234Z] Step 9/29 : FROM alpine:latest [2020-12-09T00:27:10.234Z] latest: Pulling from library/alpine [2020-12-09T00:27:10.234Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-09T00:27:10.234Z] Status: Downloaded newer image for alpine:latest [2020-12-09T00:27:10.234Z] ---> 2e77e061c27f [2020-12-09T00:27:10.234Z] 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-09T00:27:10.234Z] ---> Running in 48bae4072aac [2020-12-09T00:27:10.234Z] Removing intermediate container 48bae4072aac [2020-12-09T00:27:10.234Z] ---> 78bd6f884769 [2020-12-09T00:27:10.234Z] Step 11/29 : USER root [2020-12-09T00:27:10.234Z] ---> Running in 11a6d075080c [2020-12-09T00:27:10.234Z] Removing intermediate container 11a6d075080c [2020-12-09T00:27:10.234Z] ---> fb0d558d3d2c [2020-12-09T00:27:10.528Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-09T00:27:10.528Z] ---> Running in 64316b9c0440 [2020-12-09T00:27:12.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:12.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:13.400Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:27:13.400Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:27:13.400Z] OK: 12617 distinct packages available [2020-12-09T00:27:14.001Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-09T00:27:14.274Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-09T00:27:14.274Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:27:14.274Z] Executing ca-certificates-20191127-r4.trigger [2020-12-09T00:27:14.547Z] OK: 6 MiB in 16 packages [2020-12-09T00:27:17.962Z] Removing intermediate container 64316b9c0440 [2020-12-09T00:27:17.962Z] ---> dd391b710483 [2020-12-09T00:27:17.962Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-09T00:27:18.570Z] ---> Running in e2892ea3c4be [2020-12-09T00:27:20.030Z] Removing intermediate container e2892ea3c4be [2020-12-09T00:27:20.030Z] ---> 8a0412c74a1b [2020-12-09T00:27:20.030Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-09T00:27:20.656Z] ---> Running in 46cff6ac53f7 [2020-12-09T00:27:21.261Z] Removing intermediate container 5a968b095b5e [2020-12-09T00:27:21.261Z] ---> f594090b1c63 [2020-12-09T00:27:21.261Z] [2020-12-09T00:27:21.261Z] Step 10/24 : FROM alpine:3.10 [2020-12-09T00:27:21.543Z] 3.10: Pulling from library/alpine [2020-12-09T00:27:21.863Z] Removing intermediate container 46cff6ac53f7 [2020-12-09T00:27:21.863Z] ---> 67544e72cd61 [2020-12-09T00:27:21.863Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-09T00:27:22.401Z] ---> Running in af04dc8aaa85 [2020-12-09T00:27:23.634Z] Removing intermediate container 27e1d962795e [2020-12-09T00:27:23.634Z] ---> 9659ccf14eac [2020-12-09T00:27:23.634Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-09T00:27:24.279Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-09T00:27:24.279Z] Status: Downloaded newer image for alpine:3.10 [2020-12-09T00:27:24.279Z] ---> 536a684cf733 [2020-12-09T00:27:24.279Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-09T00:27:24.279Z] ---> Running in a85a49a5483d [2020-12-09T00:27:24.622Z] ---> Running in cfc00f066774 [2020-12-09T00:27:26.582Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-09T00:27:26.582Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-09T00:27:26.582Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-09T00:27:26.582Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-09T00:27:26.582Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-09T00:27:26.582Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-09T00:27:26.582Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-09T00:27:26.582Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-09T00:27:26.582Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] [2020-12-09T00:27:26.582Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-09T00:27:26.582Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-09T00:27:26.582Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-09T00:27:26.582Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-09T00:27:26.582Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-09T00:27:26.582Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-09T00:27:26.582Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-09T00:27:26.582Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-09T00:27:26.582Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-09T00:27:26.582Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-09T00:27:26.582Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-09T00:27:26.582Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-09T00:27:26.582Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-09T00:27:26.582Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-09T00:27:26.582Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-09T00:27:26.582Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-09T00:27:26.582Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] [2020-12-09T00:27:26.582Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-09T00:27:26.582Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-09T00:27:26.582Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-09T00:27:26.582Z] Fetched 279 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-09T00:27:26.582Z] Fetched 122 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-09T00:27:26.582Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-09T00:27:26.582Z] Fetched 8848 B in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-09T00:27:26.582Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-09T00:27:26.582Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-09T00:27:26.582Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-09T00:27:26.582Z] Fetched 214 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-09T00:27:26.582Z] Fetched 155 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-09T00:27:26.582Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-09T00:27:26.582Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-09T00:27:26.582Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-09T00:27:26.582Z] Fetched 499 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-09T00:27:26.582Z] Fetched 111 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-09T00:27:26.582Z] Fetched 240 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-09T00:27:26.582Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-09T00:27:26.582Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-09T00:27:26.582Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-09T00:27:26.582Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-09T00:27:26.582Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-09T00:27:26.582Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-09T00:27:26.582Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-09T00:27:26.582Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-09T00:27:26.582Z] Fetched 8720 B in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-09T00:27:26.582Z] Fetched 137 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-09T00:27:26.582Z] Fetched 119 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-09T00:27:26.582Z] Fetched 109 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-09T00:27:26.582Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-09T00:27:26.582Z] Fetched 645 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-09T00:27:26.582Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-09T00:27:26.582Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-09T00:27:26.582Z] Fetched 368 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-09T00:27:26.582Z] Fetched 187 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-09T00:27:26.582Z] Fetched 175 kB in 0s (0 B/s) [2020-12-09T00:27:26.582Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-09T00:27:27.350Z] Removing intermediate container af04dc8aaa85 [2020-12-09T00:27:27.350Z] ---> b4008d93ddf6 [2020-12-09T00:27:27.350Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-09T00:27:27.626Z] 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-09T00:27:27.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:28.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:28.577Z] Fetched 206 kB in 0s (0 B/s) [2020-12-09T00:27:28.577Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-09T00:27:28.577Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-09T00:27:28.577Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-09T00:27:28.577Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-09T00:27:28.577Z] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-09T00:27:28.577Z] Fetched 159 kB in 0s (0 B/s) [2020-12-09T00:27:28.577Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-09T00:27:28.577Z] Fetched 107 kB in 0s (0 B/s) [2020-12-09T00:27:28.577Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-09T00:27:28.577Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-09T00:27:28.577Z] Pulling static-packages [2020-12-09T00:27:29.148Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-09T00:27:29.148Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-09T00:27:29.148Z] OK: 10169 distinct packages available [2020-12-09T00:27:29.148Z] ---> f790095fd60f [2020-12-09T00:27:29.148Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-09T00:27:29.173Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-09T00:27:29.173Z] Skipping pull go-build-helper (already ran) [2020-12-09T00:27:29.173Z] Skipping pull static-packages (already ran) [2020-12-09T00:27:29.173Z] Building go-build-helper [2020-12-09T00:27:29.755Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-09T00:27:30.029Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-09T00:27:30.029Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-09T00:27:30.029Z] (4/5) Installing curl (7.66.0-r1) [2020-12-09T00:27:30.029Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-09T00:27:30.029Z] Executing busybox-1.30.1-r3.trigger [2020-12-09T00:27:30.029Z] Executing ca-certificates-20191127-r2.trigger [2020-12-09T00:27:30.626Z] OK: 7 MiB in 19 packages [2020-12-09T00:27:30.626Z] ---> 2bc84c16202e [2020-12-09T00:27:30.626Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-09T00:27:32.476Z] Building static-packages [2020-12-09T00:27:32.615Z] ---> 4cfb75f947f2 [2020-12-09T00:27:32.615Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-09T00:27:34.066Z] Removing intermediate container cfc00f066774 [2020-12-09T00:27:34.066Z] ---> 4df8f424e056 [2020-12-09T00:27:34.066Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-09T00:27:34.340Z] ---> Running in 0b8825401ddb [2020-12-09T00:27:34.340Z] Removing intermediate container a85a49a5483d [2020-12-09T00:27:34.340Z] ---> ac820f88055f [2020-12-09T00:27:34.340Z] [2020-12-09T00:27:34.340Z] Step 11/27 : FROM docker:latest [2020-12-09T00:27:34.340Z] ---> 84e3a507c27b [2020-12-09T00:27:34.340Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-09T00:27:34.387Z] Staging go-build-helper [2020-12-09T00:27:34.614Z] ---> af3d9c42a6de [2020-12-09T00:27:34.614Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-09T00:27:34.888Z] ---> Running in 5607c25a2555 [2020-12-09T00:27:35.327Z] Staging static-packages [2020-12-09T00:27:35.503Z] Removing intermediate container 0b8825401ddb [2020-12-09T00:27:35.503Z] ---> 6223a884fba1 [2020-12-09T00:27:35.503Z] Step 13/24 : WORKDIR / [2020-12-09T00:27:35.773Z] ---> Running in 003ca109f409 [2020-12-09T00:27:36.268Z] Pulling go115 [2020-12-09T00:27:37.209Z] ---> e9868bbf78a1 [2020-12-09T00:27:37.209Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-09T00:27:37.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:37.209Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-09T00:27:37.209Z] Skipping pull go115 (already ran) [2020-12-09T00:27:37.209Z] Building go115 [2020-12-09T00:27:37.209Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-09T00:27:37.209Z] Dload Upload Total Spent Left Speed [2020-12-09T00:27:37.485Z] Removing intermediate container 003ca109f409 [2020-12-09T00:27:37.485Z] ---> 50be0a909c25 [2020-12-09T00:27:37.485Z] 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-09T00:27:37.485Z] ---> Running in fb669f8b0901 [2020-12-09T00:27:37.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:39.222Z] (1/2) Installing readline (8.0.4-r0) [2020-12-09T00:27:39.499Z] (2/2) Installing bash (5.0.17-r0) [2020-12-09T00:27:39.791Z] Executing bash-5.0.17-r0.post-install [2020-12-09T00:27:39.791Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:27:39.791Z] OK: 12 MiB in 22 packages [2020-12-09T00:27:39.791Z] ---> 9902a91695fb [2020-12-09T00:27:39.791Z] 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-09T00:27:39.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9.9M 0 0 20.1M 0 0:00:05 --:--:-- 0:00:05 20.0M 40 115M 40 46.9M 0 0 31.5M 0 0:00:03 0:00:01 0:00:02 31.5M 78 115M 78 90.3M 0 0 36.2M 0 0:00:03 0:00:02 0:00:01 36.2M 100 115M 100 115M 0 0 38.2M 0 0:00:03 0:00:03 --:--:-- 38.2M [2020-12-09T00:27:40.416Z] Removing intermediate container bee728e56359 [2020-12-09T00:27:40.416Z] ---> f61950c21f78 [2020-12-09T00:27:40.416Z] [2020-12-09T00:27:40.416Z] Step 10/21 : FROM scratch [2020-12-09T00:27:40.416Z] ---> [2020-12-09T00:27:40.416Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:27:40.566Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-09T00:27:40.691Z] ---> Running in d1ce14a4bf60 [2020-12-09T00:27:41.286Z] ---> 71cc6118e354 [2020-12-09T00:27:41.286Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-09T00:27:41.560Z] Removing intermediate container d1ce14a4bf60 [2020-12-09T00:27:41.560Z] ---> b7d4bd560eeb [2020-12-09T00:27:41.560Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-09T00:27:41.838Z] ---> Running in 9aa169f7f7a6 [2020-12-09T00:27:42.114Z] Removing intermediate container fb669f8b0901 [2020-12-09T00:27:42.114Z] ---> 8118558b03a8 [2020-12-09T00:27:42.114Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-09T00:27:42.114Z] Removing intermediate container 5607c25a2555 [2020-12-09T00:27:42.114Z] ---> 35bd9f15b314 [2020-12-09T00:27:42.114Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-09T00:27:42.391Z] ---> Running in e300aafb3241 [2020-12-09T00:27:42.668Z] Removing intermediate container 9aa169f7f7a6 [2020-12-09T00:27:42.668Z] ---> c9e289c6f53f [2020-12-09T00:27:42.668Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-09T00:27:42.668Z] ---> 2c956377d845 [2020-12-09T00:27:42.668Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-09T00:27:42.944Z] ---> Running in 030b1bea6800 [2020-12-09T00:27:43.542Z] ---> 175c25be9dbc [2020-12-09T00:27:43.542Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-09T00:27:43.822Z] ---> Running in c68142c28847 [2020-12-09T00:27:44.103Z] Removing intermediate container 030b1bea6800 [2020-12-09T00:27:44.103Z] ---> b7e9a5c3ae85 [2020-12-09T00:27:44.103Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-09T00:27:44.769Z] Staging go115 [2020-12-09T00:27:45.094Z] ---> aae736abedbf [2020-12-09T00:27:45.094Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-09T00:27:45.367Z] ---> 8d5151e10616 [2020-12-09T00:27:45.367Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-09T00:27:46.356Z] Removing intermediate container e300aafb3241 [2020-12-09T00:27:46.356Z] ---> 980ff6ac5492 [2020-12-09T00:27:46.356Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-09T00:27:46.629Z] ---> Running in ba1090a85f38 [2020-12-09T00:27:46.910Z] ---> 1cdf7662c825 [2020-12-09T00:27:46.910Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-09T00:27:47.510Z] Removing intermediate container c68142c28847 [2020-12-09T00:27:47.510Z] ---> ab7ddfaa1a76 [2020-12-09T00:27:47.510Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-09T00:27:47.510Z] ---> cbe09c1bfdba [2020-12-09T00:27:47.510Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-09T00:27:47.510Z] Removing intermediate container ba1090a85f38 [2020-12-09T00:27:47.510Z] ---> eab8ac9fe73e [2020-12-09T00:27:47.510Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-09T00:27:47.790Z] ---> Running in 7b8c7999cc2c [2020-12-09T00:27:47.790Z] ---> Running in cd9126fc419b [2020-12-09T00:27:48.384Z] ---> 6ab7a3bacb86 [2020-12-09T00:27:48.384Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-09T00:27:48.662Z] Removing intermediate container cd9126fc419b [2020-12-09T00:27:48.662Z] ---> 54284dab211f [2020-12-09T00:27:48.662Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-09T00:27:48.662Z] ---> Running in b4415edc70b7 [2020-12-09T00:27:48.937Z] ---> f8a753939255 [2020-12-09T00:27:48.937Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-09T00:27:48.937Z] ---> Running in a8da5b983059 [2020-12-09T00:27:49.220Z] ---> Running in 4608c8f8bc23 [2020-12-09T00:27:50.204Z] Removing intermediate container a8da5b983059 [2020-12-09T00:27:50.204Z] ---> c1eb0056390a [2020-12-09T00:27:50.204Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-09T00:27:50.481Z] Removing intermediate container 4608c8f8bc23 [2020-12-09T00:27:50.481Z] ---> 4dd9c1f8baf0 [2020-12-09T00:27:50.481Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:27:50.754Z] ---> Running in e99c5cf1d9ce [2020-12-09T00:27:51.386Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-09T00:27:51.386Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-09T00:27:51.386Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-09T00:27:51.386Z] Fetched 88.7 kB in 0s (0 B/s) [2020-12-09T00:27:51.386Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-09T00:27:51.386Z] Fetched 224 kB in 0s (0 B/s) [2020-12-09T00:27:51.386Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-09T00:27:51.386Z] Fetched 157 kB in 0s (0 B/s) [2020-12-09T00:27:51.386Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-09T00:27:51.386Z] Fetched 221 kB in 0s (0 B/s) [2020-12-09T00:27:51.386Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-09T00:27:51.386Z] Fetched 143 kB in 0s (0 B/s) [2020-12-09T00:27:51.386Z] Pulling edgex-go [2020-12-09T00:27:51.386Z] Pulling version [2020-12-09T00:27:51.752Z] Removing intermediate container e99c5cf1d9ce [2020-12-09T00:27:51.752Z] ---> bda5fc412077 [2020-12-09T00:27:51.752Z] Step 19/21 : LABEL arch=arm64 [2020-12-09T00:27:52.026Z] ---> 683b4906a2f3 [2020-12-09T00:27:52.027Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-09T00:27:52.027Z] ---> Running in d0506987c15f [2020-12-09T00:27:52.304Z] Removing intermediate container 7b8c7999cc2c [2020-12-09T00:27:52.304Z] ---> 82790fe49228 [2020-12-09T00:27:52.304Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-09T00:27:52.304Z] Removing intermediate container b4415edc70b7 [2020-12-09T00:27:52.304Z] ---> 3f4041efce65 [2020-12-09T00:27:52.304Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-09T00:27:52.325Z] Building config-common [2020-12-09T00:27:52.574Z] ---> Running in 1a13b7efb591 [2020-12-09T00:27:52.574Z] ---> Running in 144c2403644f [2020-12-09T00:27:52.574Z] Removing intermediate container d0506987c15f [2020-12-09T00:27:52.574Z] ---> c61102972e51 [2020-12-09T00:27:52.847Z] Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:27:52.847Z] ---> a226e846762f [2020-12-09T00:27:52.847Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-09T00:27:53.119Z] ---> Running in e316a16c2d38 [2020-12-09T00:27:53.119Z] Removing intermediate container 1a13b7efb591 [2020-12-09T00:27:53.119Z] ---> 19c736025bbe [2020-12-09T00:27:53.119Z] Step 26/29 : CMD [ "generate" ] [2020-12-09T00:27:53.119Z] Removing intermediate container 144c2403644f [2020-12-09T00:27:53.119Z] ---> ff04bf2220ad [2020-12-09T00:27:53.119Z] Step 22/24 : LABEL arch=arm64 [2020-12-09T00:27:53.390Z] ---> Running in 51650c0e0596 [2020-12-09T00:27:53.660Z] ---> Running in 53754f89447c [2020-12-09T00:27:53.660Z] Removing intermediate container e316a16c2d38 [2020-12-09T00:27:53.660Z] ---> a9c1e05a45f9 [2020-12-09T00:27:53.660Z] Step 21/21 : LABEL version=0.0.0 [2020-12-09T00:27:53.944Z] ---> Running in fabb57e4c24f [2020-12-09T00:27:53.944Z] ---> d4911e6bbef8 [2020-12-09T00:27:53.944Z] Step 20/27 : RUN apk --no-cache add py3-pipRemoving intermediate container 51650c0e0596 [2020-12-09T00:27:53.944Z] ---> 403df1a6bb7b [2020-12-09T00:27:53.944Z] Step 27/29 : LABEL arch=arm64 [2020-12-09T00:27:53.944Z] [2020-12-09T00:27:54.218Z] Removing intermediate container 53754f89447c [2020-12-09T00:27:54.218Z] ---> 839928508e79 [2020-12-09T00:27:54.218Z] Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:27:54.218Z] ---> Running in bc7598ed5fef [2020-12-09T00:27:54.218Z] ---> Running in 3fa266465649 [2020-12-09T00:27:54.234Z] Skipping build go-build-helper (already ran) [2020-12-09T00:27:54.234Z] Skipping build static-packages (already ran) [2020-12-09T00:27:54.234Z] Skipping build go115 (already ran) [2020-12-09T00:27:54.234Z] Building edgex-go [2020-12-09T00:27:54.495Z] 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-09T00:27:54.496Z] ---> Running in f24db300b7c5 [2020-12-09T00:27:54.497Z] Removing intermediate container fabb57e4c24f [2020-12-09T00:27:54.497Z] ---> ea1a31fcdeea [2020-12-09T00:27:54.497Z] [2020-12-09T00:27:55.097Z] Removing intermediate container bc7598ed5fef [2020-12-09T00:27:55.097Z] ---> c59d936c3ff1 [2020-12-09T00:27:55.097Z] Step 28/29 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:27:55.097Z] Successfully built ea1a31fcdeea [2020-12-09T00:27:55.370Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-09T00:27:55.370Z] Building docker-support-notifications-go [2020-12-09T00:27:55.370Z]  Building docker-support-scheduler-go ... done  ---> Running in c1253ff3677f [2020-12-09T00:27:55.370Z] Removing intermediate container f24db300b7c5 [2020-12-09T00:27:55.370Z] ---> 379e60b574ae [2020-12-09T00:27:55.370Z] Step 24/24 : LABEL version=0.0.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-09T00:27:55.894Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-09T00:27:55.894Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-09T00:27:55.894Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-09T00:27:55.894Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-09T00:27:55.894Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-09T00:27:55.894Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-09T00:27:55.894Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-09T00:27:55.894Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-09T00:27:55.894Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-09T00:27:55.894Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-09T00:27:55.894Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-09T00:27:55.894Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-09T00:27:55.894Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-09T00:27:55.894Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-09T00:27:55.894Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-09T00:27:55.894Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-09T00:27:55.894Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-09T00:27:55.894Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-09T00:27:55.894Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-09T00:27:55.894Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-09T00:27:55.894Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-09T00:27:55.894Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-09T00:27:55.894Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-09T00:27:55.967Z] ---> Running in a338f7f8d761 [2020-12-09T00:27:55.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:55.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:27:56.167Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-09T00:27:56.167Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-09T00:27:56.167Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-09T00:27:56.167Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-09T00:27:56.167Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-09T00:27:56.167Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-09T00:27:56.242Z] Removing intermediate container c1253ff3677f [2020-12-09T00:27:56.242Z] ---> 97e74a61d96b [2020-12-09T00:27:56.242Z] Step 29/29 : LABEL version=0.0.0 [2020-12-09T00:27:56.242Z] ---> Running in 5433cd42f7dd [2020-12-09T00:27:56.427Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-09T00:27:56.516Z] Removing intermediate container a338f7f8d761 [2020-12-09T00:27:56.516Z] ---> 38714d31104a [2020-12-09T00:27:56.516Z] [2020-12-09T00:27:56.794Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-09T00:27:56.794Z] (2/33) Installing expat (2.2.9-r1) [2020-12-09T00:27:56.794Z] (3/33) Installing libffi (3.3-r2) [2020-12-09T00:27:56.794Z] (4/33) Installing gdbm (1.13-r1) [2020-12-09T00:27:56.794Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-09T00:27:56.794Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-09T00:27:56.794Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-09T00:27:57.077Z] Successfully built 38714d31104a [2020-12-09T00:27:57.684Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-09T00:27:57.684Z] Building docker-security-proxy-setup-go [2020-12-09T00:27:58.282Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5433cd42f7dd [2020-12-09T00:27:58.282Z] ---> d72a99b0818c [2020-12-09T00:27:58.282Z] [2020-12-09T00:27:58.878Z] Successfully built d72a99b0818c [2020-12-09T00:27:58.878Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-09T00:27:58.878Z]  Building docker-security-secrets-setup-go ... done Building docker-security-bootstrap-redis-go [2020-12-09T00:27:59.150Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-09T00:27:59.150Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-09T00:27:59.150Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-09T00:27:59.150Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-09T00:27:59.150Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-09T00:27:59.150Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-09T00:27:59.423Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-09T00:27:59.423Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-09T00:27:59.423Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-09T00:27:59.423Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-09T00:27:59.694Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-09T00:27:59.694Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-09T00:27:59.694Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-09T00:27:59.694Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-09T00:27:59.694Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-09T00:27:59.694Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-09T00:27:59.694Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-09T00:27:59.694Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-09T00:27:59.971Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-09T00:27:59.971Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-09T00:27:59.971Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-09T00:27:59.971Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-09T00:27:59.971Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-09T00:27:59.971Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-09T00:27:59.971Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-09T00:27:59.971Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-09T00:27:59.971Z] Removing intermediate container a44115bdb5fb [2020-12-09T00:27:59.971Z] ---> 76376d988ea7 [2020-12-09T00:27:59.971Z] [2020-12-09T00:27:59.971Z] Step 10/23 : FROM alpine [2020-12-09T00:27:59.971Z] ---> 2e77e061c27f [2020-12-09T00:27:59.971Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:28:00.243Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:28:00.243Z] OK: 71 MiB in 55 packages [2020-12-09T00:28:00.515Z] ---> Running in 322b127a8d94 [2020-12-09T00:28:01.978Z] Removing intermediate container 322b127a8d94 [2020-12-09T00:28:01.978Z] ---> 72568fdd806e [2020-12-09T00:28:01.978Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-09T00:28:02.575Z] ---> Running in e06451f2943b [2020-12-09T00:28:03.003Z] 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-09T00:28:04.016Z] Removing intermediate container e06451f2943b [2020-12-09T00:28:04.016Z] ---> e545def82ab6 [2020-12-09T00:28:04.016Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-09T00:28:04.301Z] ---> Running in 91a4acce0b0e [2020-12-09T00:28:05.739Z] Removing intermediate container 91a4acce0b0e [2020-12-09T00:28:05.739Z] ---> 9a53409ac7dc [2020-12-09T00:28:05.739Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:28:06.013Z] ---> Running in 1eb9fb1e5f0c [2020-12-09T00:28:07.202Z] 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-09T00:28:07.455Z] Removing intermediate container 3fa266465649 [2020-12-09T00:28:07.455Z] ---> 60f992a04164 [2020-12-09T00:28:07.455Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-09T00:28:07.770Z] 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-09T00:28:08.473Z] ---> Running in 9e4e5f5bf0e7 [2020-12-09T00:28:08.709Z] 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-09T00:28:09.278Z] 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-09T00:28:09.278Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-09T00:28:09.278Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-09T00:28:09.278Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-09T00:28:09.469Z] Removing intermediate container 1eb9fb1e5f0c [2020-12-09T00:28:09.470Z] ---> 70090f375c41 [2020-12-09T00:28:09.470Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-09T00:28:09.748Z] ---> Running in 62ebe28b5d03 [2020-12-09T00:28:10.661Z] 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-09T00:28:10.661Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-09T00:28:10.661Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-09T00:28:11.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:28:11.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:28:12.042Z] 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-09T00:28:12.610Z] 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-09T00:28:12.610Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-09T00:28:12.791Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-09T00:28:12.791Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-09T00:28:12.791Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-09T00:28:13.070Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-09T00:28:13.070Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-09T00:28:13.349Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:28:13.349Z] OK: 8 MiB in 19 packages [2020-12-09T00:28:13.547Z] 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-09T00:28:13.548Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-09T00:28:14.330Z] Collecting docker-compose==1.23.2 [2020-12-09T00:28:14.330Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-09T00:28:14.933Z] 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-09T00:28:15.335Z] Removing intermediate container 62ebe28b5d03 [2020-12-09T00:28:15.335Z] ---> df797408e5a9 [2020-12-09T00:28:15.335Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-09T00:28:15.505Z] 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-09T00:28:15.608Z] Collecting cached-property<2,>=1.2.0 [2020-12-09T00:28:15.608Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-09T00:28:15.608Z] 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-09T00:28:15.887Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-09T00:28:15.887Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-09T00:28:16.159Z] ---> 0c72edc1457f [2020-12-09T00:28:16.159Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-09T00:28:16.447Z] 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-09T00:28:17.603Z] ---> 855ee66e262b [2020-12-09T00:28:17.603Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-09T00:28:18.363Z] Building version [2020-12-09T00:28:19.071Z] ---> 91742871a971 [2020-12-09T00:28:19.071Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-09T00:28:19.348Z] ---> Running in 325a1c2e87ac [2020-12-09T00:28:19.348Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-09T00:28:19.348Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-09T00:28:20.276Z] Staging config-common [2020-12-09T00:28:20.333Z] Removing intermediate container 325a1c2e87ac [2020-12-09T00:28:20.333Z] ---> af7c49f5be59 [2020-12-09T00:28:20.333Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:28:20.333Z] ---> Running in 8d556215a9ed [2020-12-09T00:28:20.618Z] Collecting PyYAML<4,>=3.10 [2020-12-09T00:28:20.618Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-09T00:28:21.229Z] Removing intermediate container 8d556215a9ed [2020-12-09T00:28:21.229Z] ---> a0236c8f467d [2020-12-09T00:28:21.229Z] Step 21/23 : LABEL arch=arm64 [2020-12-09T00:28:21.229Z] ---> Running in 2b34cca3d246 [2020-12-09T00:28:21.283Z] Skipping stage go-build-helper (already ran) [2020-12-09T00:28:21.283Z] Skipping stage static-packages (already ran) [2020-12-09T00:28:21.283Z] Skipping stage go115 (already ran) [2020-12-09T00:28:21.283Z] Staging edgex-go [2020-12-09T00:28:22.283Z] Staging version [2020-12-09T00:28:22.295Z] Removing intermediate container 2b34cca3d246 [2020-12-09T00:28:22.295Z] ---> f9b806269af9 [2020-12-09T00:28:22.295Z] Step 22/23 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:28:22.571Z] ---> Running in 4c0233b76d82 [2020-12-09T00:28:22.870Z] Priming config-common [2020-12-09T00:28:23.173Z] Removing intermediate container 4c0233b76d82 [2020-12-09T00:28:23.173Z] ---> 2e322d319d7a [2020-12-09T00:28:23.173Z] Step 23/23 : LABEL version=0.0.0 [2020-12-09T00:28:23.445Z] ---> Running in c868666d4d24 [2020-12-09T00:28:23.815Z] Priming go-build-helper [2020-12-09T00:28:24.052Z] Removing intermediate container c868666d4d24 [2020-12-09T00:28:24.052Z] ---> e70f422c70e3 [2020-12-09T00:28:24.052Z] [2020-12-09T00:28:24.647Z] Collecting jsonschema<3,>=2.5.1 [2020-12-09T00:28:24.647Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-09T00:28:24.647Z] Successfully built e70f422c70e3 [2020-12-09T00:28:24.647Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-09T00:28:24.647Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-12-09T00:28:24.757Z] Priming static-packages [2020-12-09T00:28:25.254Z] Collecting texttable<0.10,>=0.9.0 [2020-12-09T00:28:25.254Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-09T00:28:27.272Z] Collecting docopt<0.7,>=0.6.1 [2020-12-09T00:28:27.272Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-09T00:28:27.338Z] Priming go115 [2020-12-09T00:28:27.908Z] Priming edgex-go [2020-12-09T00:28:29.293Z] Priming version [2020-12-09T00:28:29.892Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-09T00:28:29.901Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-09T00:28:29.901Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-09T00:28:30.897Z] Collecting docker<4.0,>=3.6.0 [2020-12-09T00:28:30.897Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-09T00:28:31.172Z] 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-09T00:28:31.445Z] Collecting idna<2.8,>=2.5 [2020-12-09T00:28:31.445Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-12-09T00:28:32.448Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-09T00:28:32.448Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-09T00:28:32.448Z] 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) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-09T00:28:32.739Z] Collecting docker-pycreds>=0.4.0 [2020-12-09T00:28:32.739Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [Pipeline] // stage [Pipeline] } [2020-12-09T00:28:33.023Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-09T00:28:33.023Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-09T00:28:33.023Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-09T00:28:33.023Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-09T00:28:34.017Z] Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, PyYAML, jsonschema, texttable, docopt, websocket-client, docker-pycreds, docker, docker-compose [2020-12-09T00:28:34.312Z] Running setup.py install for dockerpty: started [2020-12-09T00:28:34.312Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:28:34.312Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:28:34.312Z] ---> e1d560b1e453 [2020-12-09T00:28:34.312Z] Step 3/24 : WORKDIR /edgex-go [2020-12-09T00:28:34.312Z] ---> Using cache [2020-12-09T00:28:34.312Z] ---> aec4abd21de4 [2020-12-09T00:28:34.312Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:28:34.312Z] ---> Using cache [2020-12-09T00:28:34.313Z] ---> cd3d19fe018c [2020-12-09T00:28:34.313Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-09T00:28:36.327Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-09T00:28:36.327Z] Attempting uninstall: idna [2020-12-09T00:28:36.327Z] Found existing installation: idna 2.9 [2020-12-09T00:28:36.327Z] Uninstalling idna-2.9: [2020-12-09T00:28:36.602Z] Successfully uninstalled idna-2.9 [2020-12-09T00:28:37.202Z] ---> Running in 7fffaf220e9c [2020-12-09T00:28:37.477Z] Attempting uninstall: urllib3 [2020-12-09T00:28:37.477Z] Found existing installation: urllib3 1.25.9 [2020-12-09T00:28:37.477Z] Uninstalling urllib3-1.25.9: [2020-12-09T00:28:37.754Z] Successfully uninstalled urllib3-1.25.9 [2020-12-09T00:28:38.361Z] Attempting uninstall: requests [2020-12-09T00:28:38.361Z] Found existing installation: requests 2.23.0 [2020-12-09T00:28:38.361Z] Uninstalling requests-2.23.0: [2020-12-09T00:28:38.636Z] Successfully uninstalled requests-2.23.0 [2020-12-09T00:28:38.911Z] Running setup.py install for PyYAML: started [2020-12-09T00:28:39.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:28:39.189Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:28:39.189Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:28:39.189Z] ---> e1d560b1e453 [2020-12-09T00:28:39.189Z] Step 3/21 : WORKDIR /edgex-go [2020-12-09T00:28:39.189Z] ---> Using cache [2020-12-09T00:28:39.189Z] ---> aec4abd21de4 [2020-12-09T00:28:39.189Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:28:39.189Z] ---> Using cache [2020-12-09T00:28:39.189Z] ---> cd3d19fe018c [2020-12-09T00:28:39.189Z] Step 5/21 : RUN apk update && apk add make git [2020-12-09T00:28:39.189Z] ---> Using cache [2020-12-09T00:28:39.189Z] ---> 2546b11287b0 [2020-12-09T00:28:39.189Z] Step 6/21 : COPY go.mod . [2020-12-09T00:28:39.189Z] ---> Using cache [2020-12-09T00:28:39.189Z] ---> daab3c01847f [2020-12-09T00:28:39.189Z] Step 7/21 : RUN go mod download [2020-12-09T00:28:39.189Z] ---> Using cache [2020-12-09T00:28:39.189Z] ---> bc84c942f881 [2020-12-09T00:28:39.189Z] Step 8/21 : COPY . . [2020-12-09T00:28:39.465Z] ---> Using cache [2020-12-09T00:28:39.465Z] ---> ca65af13ad91 [2020-12-09T00:28:39.465Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-09T00:28:40.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:28:41.077Z] ---> Running in 084f4f9ec9d3 [2020-12-09T00:28:41.077Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:28:41.077Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:28:41.077Z] ---> e1d560b1e453 [2020-12-09T00:28:41.077Z] Step 3/22 : WORKDIR /edgex-go [2020-12-09T00:28:41.077Z] ---> Using cache [2020-12-09T00:28:41.077Z] ---> aec4abd21de4 [2020-12-09T00:28:41.077Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:28:41.077Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:28:41.077Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:28:41.077Z] OK: 12616 distinct packages available [2020-12-09T00:28:41.077Z] ---> Using cache [2020-12-09T00:28:41.077Z] ---> cd3d19fe018c [2020-12-09T00:28:41.077Z] Step 5/22 : RUN apk update && apk add make git [2020-12-09T00:28:41.077Z] ---> Using cache [2020-12-09T00:28:41.077Z] ---> 2546b11287b0 [2020-12-09T00:28:41.077Z] Step 6/22 : COPY go.mod . [2020-12-09T00:28:41.077Z] ---> Using cache [2020-12-09T00:28:41.077Z] ---> daab3c01847f [2020-12-09T00:28:41.077Z] Step 7/22 : RUN go mod download [2020-12-09T00:28:41.077Z] ---> Using cache [2020-12-09T00:28:41.077Z] ---> bc84c942f881 [2020-12-09T00:28:41.077Z] Step 8/22 : COPY . . [2020-12-09T00:28:41.077Z] ---> Using cache [2020-12-09T00:28:41.077Z] ---> ca65af13ad91 [2020-12-09T00:28:41.077Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-09T00:28:41.671Z] ---> Running in f302ac76d975 [2020-12-09T00:28:41.957Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-09T00:28:41.957Z] OK: 217 MiB in 51 packages [2020-12-09T00:28:42.557Z] Running setup.py install for texttable: started [2020-12-09T00:28:42.842Z] 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-09T00:28:43.445Z] 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-09T00:28:44.045Z] Removing intermediate container 7fffaf220e9c [2020-12-09T00:28:44.045Z] ---> 086ba0b62388 [2020-12-09T00:28:44.045Z] Step 6/24 : COPY go.mod . [2020-12-09T00:28:45.494Z] Running setup.py install for texttable: finished with status 'done' [2020-12-09T00:28:45.494Z] ---> e6bbe926102b [2020-12-09T00:28:45.494Z] Step 7/24 : RUN go mod download [2020-12-09T00:28:45.494Z] Running setup.py install for docopt: started [2020-12-09T00:28:45.767Z] ---> Running in 406d1ff30c6b [2020-12-09T00:28:48.405Z] Running setup.py install for docopt: finished with status 'done' [2020-12-09T00:28:51.834Z] Removing intermediate container 406d1ff30c6b [2020-12-09T00:28:51.834Z] ---> 921e03f215e2 [2020-12-09T00:28:51.834Z] Step 8/24 : COPY . . [2020-12-09T00:28:52.123Z] 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-09T00:29:00.462Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:29:00.462Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:29:00.462Z] ---> e1d560b1e453 [2020-12-09T00:29:00.462Z] Step 3/22 : WORKDIR /edgex-go [2020-12-09T00:29:00.462Z] ---> Using cache [2020-12-09T00:29:00.462Z] ---> aec4abd21de4 [2020-12-09T00:29:00.462Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:29:00.462Z] ---> Using cache [2020-12-09T00:29:00.462Z] ---> cd3d19fe018c [2020-12-09T00:29:00.462Z] Step 5/22 : RUN apk update && apk add make git [2020-12-09T00:29:00.462Z] ---> Using cache [2020-12-09T00:29:00.462Z] ---> 2546b11287b0 [2020-12-09T00:29:00.462Z] Step 6/22 : COPY go.mod . [2020-12-09T00:29:00.462Z] ---> Using cache [2020-12-09T00:29:00.462Z] ---> daab3c01847f [2020-12-09T00:29:00.462Z] Step 7/22 : RUN go mod download [2020-12-09T00:29:00.462Z] ---> Using cache [2020-12-09T00:29:00.462Z] ---> bc84c942f881 [2020-12-09T00:29:00.462Z] Step 8/22 : COPY . . [2020-12-09T00:29:00.462Z] ---> Using cache [2020-12-09T00:29:00.462Z] ---> ca65af13ad91 [2020-12-09T00:29:00.462Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-09T00:29:01.065Z] Removing intermediate container 9e4e5f5bf0e7 [2020-12-09T00:29:01.065Z] ---> 98f2698d1e73 [2020-12-09T00:29:01.065Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-09T00:29:01.065Z] ---> Running in ea22407eec27 [2020-12-09T00:29:01.352Z] ---> Running in bedf5b7b8c05 [2020-12-09T00:29:04.957Z] 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-09T00:29:04.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:29:04.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:29:06.948Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-09T00:29:06.948Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-09T00:29:06.948Z] (3/3) Installing curl (7.69.1-r1) [2020-12-09T00:29:06.948Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:29:06.948Z] OK: 71 MiB in 58 packages [2020-12-09T00:29:10.393Z] Removing intermediate container bedf5b7b8c05 [2020-12-09T00:29:10.393Z] ---> 173eb864e32b [2020-12-09T00:29:10.393Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-09T00:29:10.393Z] ---> Running in 98f81cfd93f0 [2020-12-09T00:29:11.861Z] Removing intermediate container 98f81cfd93f0 [2020-12-09T00:29:11.861Z] ---> dd9048dff825 [2020-12-09T00:29:11.861Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:29:12.143Z] ---> Running in efbd5dc50624 [2020-12-09T00:29:13.593Z] Removing intermediate container efbd5dc50624 [2020-12-09T00:29:13.593Z] ---> 6060bffb56bc [2020-12-09T00:29:13.593Z] Step 25/27 : LABEL arch=arm64 [2020-12-09T00:29:13.870Z] ---> Running in 91ed1d5303fe [2020-12-09T00:29:14.864Z] Removing intermediate container 91ed1d5303fe [2020-12-09T00:29:14.864Z] ---> 09a6efe18b5f [2020-12-09T00:29:14.864Z] Step 26/27 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:29:15.141Z] ---> Running in fd2ec1af42a9 [2020-12-09T00:29:16.137Z] Removing intermediate container fd2ec1af42a9 [2020-12-09T00:29:16.137Z] ---> 752f529d18a9 [2020-12-09T00:29:16.137Z] Step 27/27 : LABEL version=0.0.0 [2020-12-09T00:29:16.137Z] ---> Running in 5a89740f4969 [2020-12-09T00:29:16.750Z] ---> 0eeec1c8da89 [2020-12-09T00:29:16.750Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-09T00:29:16.750Z] Removing intermediate container 5a89740f4969 [2020-12-09T00:29:16.750Z] ---> 999a5e5cbf49 [2020-12-09T00:29:16.750Z] [2020-12-09T00:29:17.027Z] ---> Running in 5baa995f1838 [2020-12-09T00:29:17.634Z] Successfully built 999a5e5cbf49 [2020-12-09T00:29:17.635Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-09T00:29:17.635Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-12-09T00:29:18.622Z] 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-09T00:29:45.488Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-09T00:29:45.488Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-09T00:29:45.488Z] ---> e1d560b1e453 [2020-12-09T00:29:45.488Z] Step 3/22 : WORKDIR /edgex-go [2020-12-09T00:29:45.488Z] ---> Using cache [2020-12-09T00:29:45.488Z] ---> aec4abd21de4 [2020-12-09T00:29:45.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T00:29:45.488Z] ---> Using cache [2020-12-09T00:29:45.488Z] ---> cd3d19fe018c [2020-12-09T00:29:45.488Z] Step 5/22 : RUN apk update && apk add make git [2020-12-09T00:29:45.488Z] ---> Using cache [2020-12-09T00:29:45.488Z] ---> 2546b11287b0 [2020-12-09T00:29:45.488Z] Step 6/22 : COPY go.mod . [2020-12-09T00:29:45.488Z] ---> Using cache [2020-12-09T00:29:45.488Z] ---> daab3c01847f [2020-12-09T00:29:45.488Z] Step 7/22 : RUN go mod download [2020-12-09T00:29:45.488Z] ---> Using cache [2020-12-09T00:29:45.488Z] ---> bc84c942f881 [2020-12-09T00:29:45.488Z] Step 8/22 : COPY . . [2020-12-09T00:29:45.488Z] ---> Using cache [2020-12-09T00:29:45.488Z] ---> ca65af13ad91 [2020-12-09T00:29:45.488Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-09T00:29:45.488Z] ---> Running in 1d00fe24e441 [2020-12-09T00:29:47.490Z] 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-09T00:30:02.663Z] 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-09T00:30:15.116Z] Removing intermediate container f302ac76d975 [2020-12-09T00:30:15.116Z] ---> 025b63923369 [2020-12-09T00:30:15.116Z] [2020-12-09T00:30:15.116Z] Step 10/22 : FROM alpine:3.10 [2020-12-09T00:30:15.116Z] ---> 536a684cf733 [2020-12-09T00:30:15.116Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-09T00:30:15.116Z] ---> Using cache [2020-12-09T00:30:15.116Z] ---> 4df8f424e056 [2020-12-09T00:30:15.116Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-09T00:30:15.116Z] ---> Running in 770cd17da400 [2020-12-09T00:30:15.116Z] Removing intermediate container 770cd17da400 [2020-12-09T00:30:15.116Z] ---> 9ba104a02fff [2020-12-09T00:30:15.116Z] Step 13/22 : WORKDIR / [2020-12-09T00:30:15.116Z] ---> Running in c5c6fd8e1a4e [2020-12-09T00:30:15.116Z] Removing intermediate container c5c6fd8e1a4e [2020-12-09T00:30:15.116Z] ---> e3ce54f9bcd9 [2020-12-09T00:30:15.116Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-09T00:30:16.634Z] ---> 9a4d810f02f8 [2020-12-09T00:30:16.634Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-09T00:30:19.288Z] ---> 604ddcb18ccc [2020-12-09T00:30:19.288Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-09T00:30:20.744Z] Removing intermediate container 084f4f9ec9d3 [2020-12-09T00:30:20.744Z] ---> 56b191d7b7c5 [2020-12-09T00:30:20.744Z] [2020-12-09T00:30:20.744Z] Step 10/21 : FROM alpine [2020-12-09T00:30:20.744Z] ---> 2e77e061c27f [2020-12-09T00:30:20.744Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-09T00:30:20.744Z] ---> 955e0a700564 [2020-12-09T00:30:20.744Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-09T00:30:20.744Z] ---> Running in 9edf942d4d3c [2020-12-09T00:30:21.745Z] ---> 25819013212e [2020-12-09T00:30:21.745Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-09T00:30:22.027Z] ---> Running in e0d918fbea3b [2020-12-09T00:30:23.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T00:30:23.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T00:30:24.312Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-09T00:30:24.312Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-09T00:30:24.312Z] OK: 12617 distinct packages available [2020-12-09T00:30:25.333Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-09T00:30:25.333Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-09T00:30:25.333Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-09T00:30:25.333Z] (4/4) Installing curl (7.69.1-r1) [2020-12-09T00:30:25.613Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T00:30:25.613Z] Executing ca-certificates-20191127-r4.trigger [2020-12-09T00:30:25.613Z] Removing intermediate container e0d918fbea3b [2020-12-09T00:30:25.613Z] ---> 37a2765689ea [2020-12-09T00:30:25.613Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-09T00:30:25.890Z] OK: 7 MiB in 18 packages [2020-12-09T00:30:25.890Z] ---> Running in ef31ad1e83cd [2020-12-09T00:30:26.495Z] Removing intermediate container ef31ad1e83cd [2020-12-09T00:30:26.495Z] ---> 6b5c8f8a065e [2020-12-09T00:30:26.495Z] Step 20/22 : LABEL arch=arm64 [2020-12-09T00:30:26.775Z] ---> Running in 75d18534d4e0 [2020-12-09T00:30:27.762Z] Removing intermediate container 75d18534d4e0 [2020-12-09T00:30:27.762Z] ---> 2090ab3a9c6a [2020-12-09T00:30:27.762Z] Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:30:28.037Z] ---> Running in 012d20bc2f7d [2020-12-09T00:30:28.637Z] Removing intermediate container 9edf942d4d3c [2020-12-09T00:30:28.637Z] ---> bec00c636738 [2020-12-09T00:30:28.637Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-09T00:30:28.913Z] ---> Running in 9909d5b77389 [2020-12-09T00:30:28.913Z] Removing intermediate container 012d20bc2f7d [2020-12-09T00:30:28.913Z] ---> eced22890017 [2020-12-09T00:30:28.913Z] Step 22/22 : LABEL version=0.0.0 [2020-12-09T00:30:29.188Z] ---> Running in e242d7c3513d [2020-12-09T00:30:29.793Z] Removing intermediate container 9909d5b77389 [2020-12-09T00:30:29.793Z] ---> 7c77fecc6c35 [2020-12-09T00:30:29.793Z] Step 13/21 : WORKDIR /edgex [2020-12-09T00:30:30.072Z] ---> Running in ea3d055929a8 [2020-12-09T00:30:30.072Z] Removing intermediate container e242d7c3513d [2020-12-09T00:30:30.072Z] ---> 2995eda991f6 [2020-12-09T00:30:30.072Z] [2020-12-09T00:30:30.676Z] Removing intermediate container ea3d055929a8 [2020-12-09T00:30:30.676Z] ---> 9b0ef9748f91 [2020-12-09T00:30:30.676Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-09T00:30:30.676Z] Successfully built 2995eda991f6 [2020-12-09T00:30:30.955Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-09T00:30:31.948Z]  Building docker-security-bootstrap-redis-go ... done  ---> b49879eb57f0 [2020-12-09T00:30:31.948Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-09T00:30:33.945Z] ---> 7a7a055a4a88 [2020-12-09T00:30:33.945Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-09T00:30:35.398Z] ---> d2e68afa7772 [2020-12-09T00:30:35.398Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-09T00:30:35.677Z] ---> Running in 1245b88a1232 [2020-12-09T00:30:36.295Z] Removing intermediate container 1245b88a1232 [2020-12-09T00:30:36.295Z] ---> 77391549f7e7 [2020-12-09T00:30:36.295Z] Step 18/21 : CMD ["--init=true"] [2020-12-09T00:30:36.573Z] ---> Running in efc66c0a7b66 [2020-12-09T00:30:37.182Z] Removing intermediate container efc66c0a7b66 [2020-12-09T00:30:37.182Z] ---> 0e02d74ca04f [2020-12-09T00:30:37.182Z] Step 19/21 : LABEL arch=arm64 [2020-12-09T00:30:37.471Z] ---> Running in d17a920e2251 [2020-12-09T00:30:38.081Z] Removing intermediate container d17a920e2251 [2020-12-09T00:30:38.081Z] ---> 26afdf7953e5 [2020-12-09T00:30:38.081Z] Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:30:38.370Z] ---> Running in 3cf81213e505 [2020-12-09T00:30:38.980Z] Removing intermediate container 3cf81213e505 [2020-12-09T00:30:38.980Z] ---> 8e4fcbf1b606 [2020-12-09T00:30:38.980Z] Step 21/21 : LABEL version=0.0.0 [2020-12-09T00:30:39.261Z] ---> Running in 0a4e15943646 [2020-12-09T00:30:39.870Z] Removing intermediate container 0a4e15943646 [2020-12-09T00:30:39.870Z] ---> 50d4fa9e149d [2020-12-09T00:30:39.870Z] [2020-12-09T00:30:40.477Z] Successfully built 50d4fa9e149d [2020-12-09T00:30:40.477Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-09T00:30:55.611Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ea22407eec27 [2020-12-09T00:30:55.611Z] ---> 4edb08659047 [2020-12-09T00:30:55.611Z] [2020-12-09T00:30:55.611Z] Step 10/22 : FROM scratch [2020-12-09T00:30:55.611Z] ---> [2020-12-09T00:30:55.611Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:30:55.611Z] ---> Using cache [2020-12-09T00:30:55.611Z] ---> b7d4bd560eeb [2020-12-09T00:30:55.611Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-09T00:30:55.611Z] ---> Running in 1ca9f91a713c [2020-12-09T00:30:55.611Z] Removing intermediate container 1ca9f91a713c [2020-12-09T00:30:55.611Z] ---> be1ba77baa24 [2020-12-09T00:30:55.611Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-09T00:30:55.611Z] ---> Running in d4aa238fa25d [2020-12-09T00:30:55.886Z] Removing intermediate container d4aa238fa25d [2020-12-09T00:30:55.886Z] ---> 49384d07adf0 [2020-12-09T00:30:55.886Z] Step 14/22 : WORKDIR / [2020-12-09T00:30:56.162Z] ---> Running in 85dff471d826 [2020-12-09T00:30:56.762Z] Removing intermediate container 85dff471d826 [2020-12-09T00:30:56.762Z] ---> 3d254e4b9a82 [2020-12-09T00:30:56.762Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-09T00:30:58.209Z] ---> 9a3909fb122f [2020-12-09T00:30:58.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-09T00:31:00.856Z] ---> 21e4fe06d27d [2020-12-09T00:31:00.856Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-09T00:31:02.304Z] ---> d093dd77a4aa [2020-12-09T00:31:02.304Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-09T00:31:02.304Z] Removing intermediate container 5baa995f1838 [2020-12-09T00:31:02.304Z] ---> b732e3644141 [2020-12-09T00:31:02.304Z] [2020-12-09T00:31:02.304Z] Step 10/24 : FROM scratch [2020-12-09T00:31:02.304Z] ---> [2020-12-09T00:31:02.304Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-09T00:31:02.582Z] ---> Running in 4f0dcbc18e96 [2020-12-09T00:31:02.582Z] ---> Running in 757e051af204 [2020-12-09T00:31:03.577Z] Removing intermediate container 757e051af204 [2020-12-09T00:31:03.578Z] ---> 67e18bae7da9 [2020-12-09T00:31:03.578Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-09T00:31:03.578Z] Removing intermediate container 4f0dcbc18e96 [2020-12-09T00:31:03.578Z] ---> aa0d06bdbcb4 [2020-12-09T00:31:03.578Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:31:03.578Z] ---> Running in 0f3eb165c428 [2020-12-09T00:31:03.578Z] ---> Running in 78e08cb0e8a4 [2020-12-09T00:31:04.181Z] Removing intermediate container 78e08cb0e8a4 [2020-12-09T00:31:04.181Z] ---> a0ade1f613c0 [2020-12-09T00:31:04.181Z] Step 20/22 : LABEL arch=arm64 [2020-12-09T00:31:04.459Z] Removing intermediate container 0f3eb165c428 [2020-12-09T00:31:04.459Z] ---> 1581b2ac8e04 [2020-12-09T00:31:04.459Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-09T00:31:04.459Z] ---> Running in e47751a8de0d [2020-12-09T00:31:04.459Z] ---> Running in 9acecccc67eb [2020-12-09T00:31:05.457Z] Removing intermediate container e47751a8de0d [2020-12-09T00:31:05.457Z] ---> 35221b2e64e6 [2020-12-09T00:31:05.457Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-09T00:31:05.457Z] Removing intermediate container 9acecccc67eb [2020-12-09T00:31:05.457Z] ---> e58e8aa0101f [2020-12-09T00:31:05.457Z] Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:31:05.457Z] ---> Running in 8145a230de2d [2020-12-09T00:31:06.449Z] Removing intermediate container 8145a230de2d [2020-12-09T00:31:06.449Z] ---> 46dd05cbf9e0 [2020-12-09T00:31:06.449Z] Step 22/22 : LABEL version=0.0.0 [2020-12-09T00:31:06.724Z] ---> ae5d1ca86f13 [2020-12-09T00:31:06.724Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-09T00:31:06.724Z] ---> Running in c7070250e11c [2020-12-09T00:31:07.324Z] Removing intermediate container c7070250e11c [2020-12-09T00:31:07.324Z] ---> 8c31422f74b5 [2020-12-09T00:31:07.324Z] [2020-12-09T00:31:07.946Z] Successfully built 8c31422f74b5 [2020-12-09T00:31:07.946Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-09T00:31:07.946Z]  Building docker-core-command-go ... done  ---> e7fefbf1caaa [2020-12-09T00:31:07.946Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-09T00:31:09.400Z] ---> 9b5efddf09f5 [2020-12-09T00:31:09.400Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-09T00:31:10.383Z] ---> 4855c3f1c50b [2020-12-09T00:31:10.383Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-09T00:31:11.372Z] ---> c2e737f178fd [2020-12-09T00:31:11.372Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-09T00:31:12.357Z] ---> 7448c8b0bd75 [2020-12-09T00:31:12.357Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-09T00:31:12.357Z] ---> Running in 73f4d336cc8d [2020-12-09T00:31:12.955Z] Removing intermediate container 73f4d336cc8d [2020-12-09T00:31:12.955Z] ---> 77c172dc1a40 [2020-12-09T00:31:12.955Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:31:13.229Z] ---> Running in 019b6858661c [2020-12-09T00:31:13.828Z] Removing intermediate container 019b6858661c [2020-12-09T00:31:13.828Z] ---> 7abe8cfbb61d [2020-12-09T00:31:13.828Z] Step 22/24 : LABEL arch=arm64 [2020-12-09T00:31:13.828Z] ---> Running in 0c19689a14a4 [2020-12-09T00:31:14.427Z] Removing intermediate container 0c19689a14a4 [2020-12-09T00:31:14.427Z] ---> 0e95550eb088 [2020-12-09T00:31:14.427Z] Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:31:14.703Z] ---> Running in a201bc5f6ffd [2020-12-09T00:31:15.317Z] Removing intermediate container a201bc5f6ffd [2020-12-09T00:31:15.317Z] ---> de07591af490 [2020-12-09T00:31:15.317Z] Step 24/24 : LABEL version=0.0.0 [2020-12-09T00:31:15.595Z] ---> Running in 74f5eb7849b1 [2020-12-09T00:31:16.580Z] Removing intermediate container 74f5eb7849b1 [2020-12-09T00:31:16.580Z] ---> c40456646b5a [2020-12-09T00:31:16.580Z] [2020-12-09T00:31:16.853Z] Successfully built c40456646b5a [2020-12-09T00:31:16.853Z] Removing intermediate container 1d00fe24e441 [2020-12-09T00:31:16.853Z] ---> d9d9b7174878 [2020-12-09T00:31:16.853Z] [2020-12-09T00:31:16.853Z] Step 10/22 : FROM scratch [2020-12-09T00:31:16.853Z] ---> [2020-12-09T00:31:16.853Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-09T00:31:16.853Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-09T00:31:17.125Z]  Building docker-support-notifications-go ... done  ---> Using cache [2020-12-09T00:31:17.125Z] ---> b7d4bd560eeb [2020-12-09T00:31:17.125Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-09T00:31:17.125Z] ---> Running in 7ee6ce4b52e2 [2020-12-09T00:31:17.397Z] Removing intermediate container 7ee6ce4b52e2 [2020-12-09T00:31:17.397Z] ---> 6a641f036132 [2020-12-09T00:31:17.397Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-09T00:31:17.670Z] ---> Running in 6f151d76e23e [2020-12-09T00:31:17.942Z] Removing intermediate container 6f151d76e23e [2020-12-09T00:31:17.942Z] ---> 54a0dc8ec456 [2020-12-09T00:31:17.942Z] Step 14/22 : WORKDIR / [2020-12-09T00:31:18.214Z] ---> Running in ab107951c25b [2020-12-09T00:31:18.806Z] Removing intermediate container ab107951c25b [2020-12-09T00:31:18.806Z] ---> 213fb6c94582 [2020-12-09T00:31:18.806Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-09T00:31:19.401Z] ---> 0595f2ac70a7 [2020-12-09T00:31:19.401Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-09T00:31:20.830Z] ---> 344b1de45191 [2020-12-09T00:31:20.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-09T00:31:21.426Z] ---> b610aa85e59b [2020-12-09T00:31:21.426Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-09T00:31:21.699Z] ---> Running in 34e3111808ee [2020-12-09T00:31:21.969Z] Removing intermediate container 34e3111808ee [2020-12-09T00:31:21.969Z] ---> c24efe6fb402 [2020-12-09T00:31:21.969Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T00:31:22.246Z] ---> Running in 21c66758a033 [2020-12-09T00:31:22.521Z] Removing intermediate container 21c66758a033 [2020-12-09T00:31:22.521Z] ---> fc4fe8f24fac [2020-12-09T00:31:22.521Z] Step 20/22 : LABEL arch=arm64 [2020-12-09T00:31:22.793Z] ---> Running in dca6a459fac2 [2020-12-09T00:31:23.065Z] Removing intermediate container dca6a459fac2 [2020-12-09T00:31:23.065Z] ---> 1c2d0f0e1aec [2020-12-09T00:31:23.065Z] Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 [2020-12-09T00:31:23.336Z] ---> Running in 27ab8b52af48 [2020-12-09T00:31:23.607Z] Removing intermediate container 27ab8b52af48 [2020-12-09T00:31:23.607Z] ---> ac6034a28da2 [2020-12-09T00:31:23.607Z] Step 22/22 : LABEL version=0.0.0 [2020-12-09T00:31:23.879Z] ---> Running in 5a4c9169c3eb [2020-12-09T00:31:24.150Z] Removing intermediate container 5a4c9169c3eb [2020-12-09T00:31:24.150Z] ---> 5930b18c4420 [2020-12-09T00:31:24.150Z] [2020-12-09T00:31:24.743Z] Successfully built 5930b18c4420 [2020-12-09T00:31:24.743Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-09T00:31:24.759Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-09T00:31:24.773Z] $ docker stop --time=1 c343f029dbbc04461ca6188f1288d726e40488619d2d6e68d133fcb33aab5472 [2020-12-09T00:31:26.620Z] $ docker rm -f c343f029dbbc04461ca6188f1288d726e40488619d2d6e68d133fcb33aab5472 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T00:31:27.273Z] + docker images [2020-12-09T00:31:27.273Z] + grep docker [2020-12-09T00:31:27.571Z] docker-core-metadata-go-arm64 latest 5930b18c4420 4 seconds ago 13.6MB [2020-12-09T00:31:27.571Z] docker-support-notifications-go-arm64 latest c40456646b5a 12 seconds ago 12.9MB [2020-12-09T00:31:27.571Z] docker-core-command-go-arm64 latest 8c31422f74b5 21 seconds ago 11.4MB [2020-12-09T00:31:27.571Z] docker-security-proxy-setup-go-arm64 latest 50d4fa9e149d 48 seconds ago 23.4MB [2020-12-09T00:31:27.571Z] docker-security-bootstrap-redis-go-arm64 latest 2995eda991f6 58 seconds ago 15.2MB [2020-12-09T00:31:27.571Z] docker-sys-mgmt-agent-go-arm64 latest 999a5e5cbf49 2 minutes ago 273MB [2020-12-09T00:31:27.571Z] docker-core-data-go-arm64 latest e70f422c70e3 3 minutes ago 22.3MB [2020-12-09T00:31:27.571Z] docker-security-secrets-setup-go-arm64 latest d72a99b0818c 3 minutes ago 22.7MB [2020-12-09T00:31:27.571Z] docker-security-secretstore-setup-go-arm64 latest 38714d31104a 3 minutes ago 23.5MB [2020-12-09T00:31:27.571Z] docker-support-scheduler-go-arm64 latest ea1a31fcdeea 3 minutes ago 11.5MB [2020-12-09T00:31:27.571Z] docker latest 84e3a507c27b 6 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-09T00:31:29.691Z] provisioning config files... [2020-12-09T00:31:29.710Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8633926441131469229tmp [Pipeline] { [Pipeline] sh [2020-12-09T00:31:30.085Z] + set +x [2020-12-09T00:31:30.085Z] + curl -s https://codecov.io/bash [2020-12-09T00:31:30.085Z] + bash -s -- [2020-12-09T00:31:30.659Z] [2020-12-09T00:31:30.659Z] _____ _ [2020-12-09T00:31:30.659Z] / ____| | | [2020-12-09T00:31:30.659Z] | | ___ __| | ___ ___ _____ __ [2020-12-09T00:31:30.659Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-09T00:31:30.659Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-09T00:31:30.659Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-09T00:31:30.659Z] Bash-20201130-cc6d3fe [2020-12-09T00:31:30.659Z] [2020-12-09T00:31:30.659Z] [2020-12-09T00:31:30.659Z] ==> Jenkins CI detected. [2020-12-09T00:31:30.659Z] project root: . [2020-12-09T00:31:30.659Z] --> token set from env [2020-12-09T00:31:30.659Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-09T00:31:30.659Z] ==> Running gcov in . (disable via -X gcov) [2020-12-09T00:31:30.659Z] ==> Python coveragepy not found [2020-12-09T00:31:30.659Z] ==> Searching for coverage reports in: [2020-12-09T00:31:30.659Z] + . [2020-12-09T00:31:30.659Z] -> Found 1 reports [2020-12-09T00:31:30.659Z] ==> Detecting git/mercurial file structure [2020-12-09T00:31:30.659Z] ==> Reading reports [2020-12-09T00:31:30.659Z] + ./coverage.out bytes=569875 [2020-12-09T00:31:30.659Z] ==> Appending adjustments [2020-12-09T00:31:30.659Z] https://docs.codecov.io/docs/fixing-reports [2020-12-09T00:31:33.996Z] + Found adjustments [2020-12-09T00:31:33.997Z] ==> Gzipping contents [2020-12-09T00:31:33.997Z] 88K /tmp/codecov.Bpg9Fx.gz [2020-12-09T00:31:33.997Z] ==> Uploading reports [2020-12-09T00:31:33.997Z] url: https://codecov.io [2020-12-09T00:31:33.997Z] query: branch=PR-2930&commit=35953d63dbb6324954242bc6432706fab40e1eb5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2930%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2930&job=&cmd_args= [2020-12-09T00:31:33.997Z] -> Pinging Codecov [2020-12-09T00:31:33.997Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2930&commit=35953d63dbb6324954242bc6432706fab40e1eb5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2930%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2930&job=&cmd_args= [2020-12-09T00:31:34.258Z] -> Uploading to [2020-12-09T00:31:34.258Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-09/00271124DB129430A58F1EEE437C3FCB/35953d63dbb6324954242bc6432706fab40e1eb5/672af240-43a7-4920-b39e-6ba9ea5581fb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201209T003134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aed549f2d99a43604ecce70e558a018c93c4409c4f495bfd610bb320b30ad819 [2020-12-09T00:31:34.258Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-09T00:31:34.258Z] Dload Upload Total Spent Left Speed [2020-12-09T00:31:34.808Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88059 0 0 100 88059 0 159k --:--:-- --:--:-- --:--:-- 159k [2020-12-09T00:31:34.808Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/35953d63dbb6324954242bc6432706fab40e1eb5 [Pipeline] } [2020-12-09T00:31:34.819Z] 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-09T00:31:36.728Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:31:37.639Z] ---> package-listing.sh [2020-12-09T00:31:37.639Z] ++ facter osfamily [2020-12-09T00:31:37.639Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-09T00:31:37.639Z] + OS_FAMILY=redhat [2020-12-09T00:31:37.639Z] + workspace=/w/workspace/edgex-go/4 [2020-12-09T00:31:37.639Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-09T00:31:37.639Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-09T00:31:37.639Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-09T00:31:37.639Z] + PACKAGES=/tmp/packages_start.txt [2020-12-09T00:31:37.639Z] + '[' /w/workspace/edgex-go/4 ']' [2020-12-09T00:31:37.639Z] + PACKAGES=/tmp/packages_end.txt [2020-12-09T00:31:37.639Z] + case "${OS_FAMILY}" in [2020-12-09T00:31:37.639Z] + rpm -qa [2020-12-09T00:31:37.639Z] + sort [2020-12-09T00:31:42.943Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-09T00:31:42.943Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-09T00:31:42.943Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-09T00:31:42.943Z] + '[' /w/workspace/edgex-go/4 ']' [2020-12-09T00:31:42.943Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-12-09T00:31:42.943Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2020-12-09T00:31:42.957Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-09T00:31:43.243Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:31:43.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T00:31:43.545Z] [2020-12-09T00:31:43.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-09T00:31:43.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T00:31:43.900Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-09T00:31:43.900Z] df20fa9351a1: Pulling fs layer [2020-12-09T00:31:43.900Z] 36b3adc4ff6f: Pulling fs layer [2020-12-09T00:31:43.900Z] 8ad3a11d3b57: Pulling fs layer [2020-12-09T00:31:43.900Z] 46f8f816bc3b: Pulling fs layer [2020-12-09T00:31:43.900Z] 93b61091891f: Pulling fs layer [2020-12-09T00:31:43.900Z] 93b9cdb0e59b: Pulling fs layer [2020-12-09T00:31:43.900Z] 5e14af77c1be: Pulling fs layer [2020-12-09T00:31:43.900Z] 01666e4c0597: Pulling fs layer [2020-12-09T00:31:43.900Z] aa168da1d23b: Pulling fs layer [2020-12-09T00:31:43.900Z] 46f8f816bc3b: Waiting [2020-12-09T00:31:43.900Z] 93b9cdb0e59b: Waiting [2020-12-09T00:31:43.900Z] 01666e4c0597: Waiting [2020-12-09T00:31:43.900Z] 5e14af77c1be: Waiting [2020-12-09T00:31:43.900Z] aa168da1d23b: Waiting [2020-12-09T00:31:43.900Z] 36b3adc4ff6f: Verifying Checksum [2020-12-09T00:31:43.900Z] 36b3adc4ff6f: Download complete [2020-12-09T00:31:44.161Z] 46f8f816bc3b: Verifying Checksum [2020-12-09T00:31:44.161Z] 46f8f816bc3b: Download complete [2020-12-09T00:31:44.161Z] df20fa9351a1: Verifying Checksum [2020-12-09T00:31:44.161Z] df20fa9351a1: Download complete [2020-12-09T00:31:44.430Z] 93b9cdb0e59b: Verifying Checksum [2020-12-09T00:31:44.430Z] 93b9cdb0e59b: Download complete [2020-12-09T00:31:44.430Z] 93b61091891f: Verifying Checksum [2020-12-09T00:31:44.430Z] 93b61091891f: Download complete [2020-12-09T00:31:44.430Z] 5e14af77c1be: Verifying Checksum [2020-12-09T00:31:44.430Z] 5e14af77c1be: Download complete [2020-12-09T00:31:44.430Z] 01666e4c0597: Verifying Checksum [2020-12-09T00:31:44.430Z] 01666e4c0597: Download complete [2020-12-09T00:31:44.692Z] df20fa9351a1: Pull complete [2020-12-09T00:31:44.692Z] 36b3adc4ff6f: Pull complete [2020-12-09T00:31:45.265Z] 8ad3a11d3b57: Download complete [2020-12-09T00:31:45.873Z] 8ad3a11d3b57: Pull complete [2020-12-09T00:31:46.157Z] 46f8f816bc3b: Pull complete [2020-12-09T00:31:46.473Z] 93b61091891f: Pull complete [2020-12-09T00:31:46.783Z] 93b9cdb0e59b: Pull complete [2020-12-09T00:31:46.783Z] 5e14af77c1be: Pull complete [2020-12-09T00:31:47.067Z] 01666e4c0597: Pull complete [2020-12-09T00:31:48.990Z] aa168da1d23b: Verifying Checksum [2020-12-09T00:31:48.990Z] aa168da1d23b: Download complete [2020-12-09T00:32:01.877Z] aa168da1d23b: Pull complete [2020-12-09T00:32:01.877Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-09T00:32:01.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T00:32:01.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-09T00:32:02.070Z] prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container [2020-12-09T00:32:02.122Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-09T00:32:05.857Z] $ docker top 43b5b8682345a82acb899167b4a9f6e8e5b1ea2eaab47299b21e4f62e89a03ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T00:32:06.384Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-09T00:32:06.681Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-09T00:32:06.982Z] + ls /var/log/sa-host [2020-12-09T00:32:06.982Z] + sadf -c /var/log/sa-host/sa09 [2020-12-09T00:32:06.982Z] file_magic: OK [2020-12-09T00:32:06.982Z] HZ: Using current value: 100 [2020-12-09T00:32:06.982Z] file_header: OK [2020-12-09T00:32:06.982Z] 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-09T00:32:06.982Z] Statistics: [2020-12-09T00:32:06.982Z] 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... [2020-12-09T00:32:06.982Z] File successfully converted to sysstat format version 12.2.1 [2020-12-09T00:32:06.982Z] + sadf -c /var/log/sa-host/sa23 [2020-12-09T00:32:06.982Z] file_magic: OK [2020-12-09T00:32:06.982Z] HZ: Using current value: 100 [2020-12-09T00:32:06.982Z] file_header: OK [2020-12-09T00:32:06.982Z] 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-09T00:32:06.982Z] Statistics: [2020-12-09T00:32:06.982Z] Hnuu...uuuununununu... [2020-12-09T00:32:06.982Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-09T00:32:07.635Z] provisioning config files... [2020-12-09T00:32:07.648Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config9222701406893619083tmp [Pipeline] { [Pipeline] echo [2020-12-09T00:32:07.719Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:32:08.017Z] ---> create-netrc.sh [Pipeline] } [2020-12-09T00:32:08.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-09T00:32:08.124Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:32:08.427Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-09T00:32:08.438Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:32:08.735Z] ---> sudo-logs.sh [2020-12-09T00:32:08.735Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-09T00:32:08.745Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:32:09.057Z] ---> job-cost.sh [2020-12-09T00:32:09.057Z] lf-activate-venv: SKIPPING [2020-12-09T00:32:09.057Z] INFO: No Stack... [2020-12-09T00:32:10.442Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-09T00:32:11.012Z] INFO: Archiving Costs [Pipeline] echo [2020-12-09T00:32:11.024Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T00:32:11.317Z] ---> logs-deploy.sh [2020-12-09T00:32:11.317Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2930/4 [2020-12-09T00:32:11.317Z] INFO: archiving workspace using pattern(s): [2020-12-09T00:32:12.704Z] Archives upload complete. [2020-12-09T00:32:12.704Z] INFO: archiving logs to Nexus