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 00:13:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:13:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:13:15 ========================================================= 00:13:15 EdgeX Global Pipelines Version Info 00:13:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:13:17 ------------------- 00:13:17 stable info: 00:13:17 ------------------- 00:13:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:13:17 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:13:17 Message: update stable to v1.0.172 00:13:18 ------------------- 00:13:18 experimental info: 00:13:18 ------------------- 00:13:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:13:18 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:13:18 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:13:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:13:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:13:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:13:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:13:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:13:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:13:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:13:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2930 [Pipeline] echo 00:13:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2930 [Pipeline] echo 00:13:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2930 [Pipeline] echo 00:13:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35953d63dbb6324954242bc6432706fab40e1eb5 [Pipeline] echo 00:13:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35953d6 [Pipeline] echo 00:13:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:13:21 provisioning config files... 00:13:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6320857619853133584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:13:22 ---> docker-login.sh 00:13:22 nexus3.edgexfoundry.org:10001 00:13:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:22 Configure a credential helper to remove this warning. See 00:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:22 00:13:22 Login Succeeded 00:13:22 nexus3.edgexfoundry.org:10002 00:13:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:22 Configure a credential helper to remove this warning. See 00:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:22 00:13:22 Login Succeeded 00:13:22 nexus3.edgexfoundry.org:10003 00:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:23 Configure a credential helper to remove this warning. See 00:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:23 00:13:23 Login Succeeded 00:13:23 nexus3.edgexfoundry.org:10004 00:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:23 Configure a credential helper to remove this warning. See 00:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:23 00:13:23 Login Succeeded 00:13:23 docker.io 00:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:23 Configure a credential helper to remove this warning. See 00:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:23 00:13:23 Login Succeeded 00:13:23 ---> docker-login.sh ends [Pipeline] } 00:13:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:13:24 ++ 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 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/core-command/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo core-command,cmd/core-command/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/core-data/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo core-data,cmd/core-data/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/core-metadata/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo core-metadata,cmd/core-metadata/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/security-proxy-setup/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/security-secrets-setup/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/support-notifications/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo support-notifications,cmd/support-notifications/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/support-scheduler/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:13:24 + for file in '`ls cmd/**/Dockerfile`' 00:13:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:13:24 ++ cut -d/ -f2 00:13:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:13:24 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 00:13:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:25 00:13:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:13:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:26 latest: Pulling from edgex-devops/git-semver 00:13:26 31603596830f: Pulling fs layer 00:13:26 2a8b12db71e7: Pulling fs layer 00:13:26 6ca5941a6612: Pulling fs layer 00:13:26 ecc8261a40a4: Pulling fs layer 00:13:26 2a8b12db71e7: Verifying Checksum 00:13:26 2a8b12db71e7: Download complete 00:13:26 31603596830f: Download complete 00:13:26 ecc8261a40a4: Verifying Checksum 00:13:26 ecc8261a40a4: Download complete 00:13:26 6ca5941a6612: Verifying Checksum 00:13:26 6ca5941a6612: Download complete 00:13:26 31603596830f: Pull complete 00:13:26 2a8b12db71e7: Pull complete 00:13:27 6ca5941a6612: Pull complete 00:13:27 ecc8261a40a4: Pull complete 00:13:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:13:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:13:27 prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container 00:13:27 $ 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 00:13:30 $ docker top 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:13:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:30 [ssh-agent] Looking for ssh-agent implementation... 00:13:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:31 $ docker exec 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent 00:13:31 SSH_AUTH_SOCK=/tmp/ssh-hTns6eFVfzws/agent.12 00:13:31 SSH_AGENT_PID=18 00:13:31 Running ssh-add (command line suppressed) 00:13:31 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5977675980994275853.key (/w/workspace/edgex-go/4@tmp/private_key_5977675980994275853.key) 00:13:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:31 + git tag --points-at HEAD [Pipeline] } 00:13:31 $ docker exec --env ******** --env ******** 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent -k 00:13:31 unset SSH_AUTH_SOCK; 00:13:31 unset SSH_AGENT_PID; 00:13:31 echo Agent pid 18 killed; 00:13:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:13:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:32 [ssh-agent] Looking for ssh-agent implementation... 00:13:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:32 $ docker exec 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent 00:13:32 SSH_AUTH_SOCK=/tmp/ssh-P73z1fXHWKVp/agent.46 00:13:32 SSH_AGENT_PID=51 00:13:32 Running ssh-add (command line suppressed) 00:13:32 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5521954271057540580.key (/w/workspace/edgex-go/4@tmp/private_key_5521954271057540580.key) 00:13:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:33 + git semver init 00:13:33 # -> Open(): unable to determine branch for HEAD 00:13:33 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:13:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:13:33 # $SEMVER_REMOTE_NAME = origin 00:13:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:13:33 # $SEMVER_USER_NAME = edgex-jenkins 00:13:33 # $SEMVER_BRANCH = PR-2930 00:13:33 # $SEMVER_TEMP = /tmp/semver-663239195 00:13:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:13:51 # '/tmp/semver-663239195' -> '/w/workspace/edgex-go/4/.semver' 00:13:51 # -> Force: false 00:13:51 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:13:51 $ docker exec --env ******** --env ******** 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 ssh-agent -k 00:13:51 unset SSH_AUTH_SOCK; 00:13:51 unset SSH_AGENT_PID; 00:13:51 echo Agent pid 51 killed; 00:13:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:13:52 + git semver [Pipeline] } 00:13:52 $ docker stop --time=1 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 00:13:53 $ docker rm -f 95cc0928cd2e9bbcea51b413710aacdee3de9e7aeef985ad99fbd1d047fb5e74 [Pipeline] // withDockerContainer [Pipeline] sh 00:13:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:13:54 Stashed 1 file(s) [Pipeline] echo 00:13:54 [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 00:13:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:13:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:13:56 + sudo service docker restart 00:13:56 + true 00:13:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:13:56 ========================================================= 00:13:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:13:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:13:57 + 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 . 00:14:00 Sending build context to Docker daemon 326.5MB 00:14:00 Step 1/7 : ARG BASE=golang:1.15-alpine 00:14:00 Step 2/7 : FROM ${BASE} 00:14:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:14:00 188c0c94c7c5: Pulling fs layer 00:14:00 0ef7d3d256c8: Pulling fs layer 00:14:00 de9db76c5a1d: Pulling fs layer 00:14:00 bca2f99d35d6: Pulling fs layer 00:14:00 93359f2a8cfa: Pulling fs layer 00:14:00 7c6f9722023f: Pulling fs layer 00:14:00 a35cf1a2eb13: Pulling fs layer 00:14:00 93359f2a8cfa: Waiting 00:14:00 7c6f9722023f: Waiting 00:14:00 bca2f99d35d6: Waiting 00:14:00 de9db76c5a1d: Verifying Checksum 00:14:00 de9db76c5a1d: Download complete 00:14:00 0ef7d3d256c8: Verifying Checksum 00:14:00 0ef7d3d256c8: Download complete 00:14:00 93359f2a8cfa: Verifying Checksum 00:14:00 93359f2a8cfa: Download complete 00:14:00 7c6f9722023f: Verifying Checksum 00:14:00 7c6f9722023f: Download complete 00:14:00 188c0c94c7c5: Verifying Checksum 00:14:00 188c0c94c7c5: Download complete 00:14:00 188c0c94c7c5: Pull complete 00:14:00 0ef7d3d256c8: Pull complete 00:14:00 de9db76c5a1d: Pull complete 00:14:02 a35cf1a2eb13: Verifying Checksum 00:14:02 a35cf1a2eb13: Download complete 00:14:03 bca2f99d35d6: Verifying Checksum 00:14:03 bca2f99d35d6: Download complete 00:14:08 bca2f99d35d6: Pull complete 00:14:08 93359f2a8cfa: Pull complete 00:14:08 7c6f9722023f: Pull complete 00:14:10 Still waiting to schedule task 00:14:10 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 00:14:13 a35cf1a2eb13: Pull complete 00:14:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:14:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:14:13 ---> a62c8e92a672 00:14:13 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 00:14:13 ---> Running in dc81f0890b4f 00:14:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:14:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:14:14 (1/12) Installing libmagic (5.38-r0) 00:14:15 (2/12) Installing file (5.38-r0) 00:14:15 (3/12) Installing libc-dev (0.7.2-r3) 00:14:15 (4/12) Installing g++ (9.3.0-r2) 00:14:19 (5/12) Installing fortify-headers (1.1-r0) 00:14:19 (6/12) Installing patch (2.7.6-r6) 00:14:19 (7/12) Installing build-base (0.5-r2) 00:14:19 (8/12) Installing libsodium (1.0.18-r0) 00:14:19 (9/12) Installing pkgconf (1.7.2-r0) 00:14:19 (10/12) Installing libsodium-dev (1.0.18-r0) 00:14:19 (11/12) Installing libzmq (4.3.3-r0) 00:14:19 (12/12) Installing zeromq-dev (4.3.3-r0) 00:14:19 Executing busybox-1.31.1-r19.trigger 00:14:19 OK: 233 MiB in 51 packages 00:14:24 Removing intermediate container dc81f0890b4f 00:14:24 ---> 156d13d6163c 00:14:24 Step 4/7 : WORKDIR /edgex-go 00:14:24 ---> Running in 1701c9558291 00:14:24 Removing intermediate container 1701c9558291 00:14:24 ---> e3d21c07da5e 00:14:24 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:14:29 latest: Pulling from library/docker 00:14:29 188c0c94c7c5: Already exists 00:14:29 0c7c675703d6: Pulling fs layer 00:14:29 cc8c12a437cb: Pulling fs layer 00:14:29 f092543453df: Pulling fs layer 00:14:29 65b6bc45957d: Pulling fs layer 00:14:29 4de832df471b: Pulling fs layer 00:14:29 79aa7fa92271: Pulling fs layer 00:14:29 4de832df471b: Waiting 00:14:29 65b6bc45957d: Waiting 00:14:29 cc8c12a437cb: Verifying Checksum 00:14:29 cc8c12a437cb: Download complete 00:14:29 65b6bc45957d: Verifying Checksum 00:14:29 65b6bc45957d: Download complete 00:14:29 0c7c675703d6: Verifying Checksum 00:14:29 0c7c675703d6: Download complete 00:14:29 4de832df471b: Verifying Checksum 00:14:29 4de832df471b: Download complete 00:14:29 79aa7fa92271: Verifying Checksum 00:14:29 79aa7fa92271: Download complete 00:14:29 0c7c675703d6: Pull complete 00:14:30 cc8c12a437cb: Pull complete 00:14:30 f092543453df: Verifying Checksum 00:14:30 f092543453df: Download complete 00:14:33 f092543453df: Pull complete 00:14:33 65b6bc45957d: Pull complete 00:14:33 4de832df471b: Pull complete 00:14:33 79aa7fa92271: Pull complete 00:14:33 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 00:14:33 Status: Downloaded newer image for docker:latest 00:14:35 ---> 9b25a44ee43c 00:14:35 Step 6/7 : COPY go.mod . 00:14:35 ---> 96fc2e6fc5db 00:14:35 Step 7/7 : RUN go mod download 00:14:35 ---> Running in 5a742e190635 00:14:57 Removing intermediate container 5a742e190635 00:14:57 ---> f3b7f58d9021 00:14:57 Successfully built f3b7f58d9021 00:14:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:14:58 + docker inspect -f . ci-base-image-x86_64 00:14:58 . [Pipeline] withDockerContainer 00:14:58 prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container 00:14:58 $ 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 00:14:59 $ docker top d1d311b896e977cfaea0af1e37105cd9061187b6de53786047156a1cd2571d64 -eo pid,comm [Pipeline] { [Pipeline] sh 00:14:59 + go version 00:14:59 go version go1.15.5 linux/amd64 [Pipeline] } 00:14:59 $ docker stop --time=1 d1d311b896e977cfaea0af1e37105cd9061187b6de53786047156a1cd2571d64 00:15:00 $ docker rm -f d1d311b896e977cfaea0af1e37105cd9061187b6de53786047156a1cd2571d64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:15:02 + docker inspect -f . ci-base-image-x86_64 00:15:02 . [Pipeline] withDockerContainer 00:15:02 prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container 00:15:03 $ 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 00:15:03 $ docker top 9be56750bc63852156252eacc143eff525c99ef5558d3b2e31c732a69c59009f -eo pid,comm [Pipeline] { [Pipeline] echo 00:15:03 ========================================================= 00:15:03 [edgeXBuildGoParallel] Running Tests and Build... 00:15:03 ========================================================= [Pipeline] sh 00:15:04 + make test 00:15:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:15:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:15:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:15:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:15:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:15:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:15:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:15:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:15:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:15:37 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s 00:15:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:15:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:15:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:15:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:15:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:15:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:15:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements 00:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.369s coverage: 68.5% of statements 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:15:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.151s coverage: 82.3% of statements 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:15:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:15:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:15:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:15:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:15:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements 00:15:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 00:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 00:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.334s coverage: 93.8% of statements 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.024s coverage: 100.0% of statements 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements 00:15:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements 00:15:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.2% of statements 00:15:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 90.2% of statements 00:15:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:15:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements 00:15:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:15:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:15:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 00:15:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 00:15:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 00:15:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 00:15:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 00:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.410s coverage: 55.9% of statements 00:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:15:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15168 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws 00:15:57 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:16:02 using credential edgex-jenkins-ssh 00:16:02 Cloning the remote Git repository 00:16:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:16:02 > git init /w/workspace/edgex-go/4 # timeout=10 00:16:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:16:02 > git --version # timeout=10 00:16:02 > git --version # 'git version 2.17.1' 00:16:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.079s coverage: 86.3% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.151s coverage: 72.2% of statements 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.409s coverage: 72.1% of statements 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.2% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.337s coverage: 84.0% of statements 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.645s coverage: 29.1% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:16:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:16:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:16:09 GO111MODULE=on go vet ./... 00:16:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:16:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:16:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:16:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:17 > 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 00:16:18 Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 35953d63dbb6324954242bc6432706fab40e1eb5 00:16:18 Merge succeeded, producing 35953d63dbb6324954242bc6432706fab40e1eb5 00:16:18 Checking out Revision 35953d63dbb6324954242bc6432706fab40e1eb5 (PR-2930) 00:16:18 > git config core.sparsecheckout # timeout=10 00:16:18 > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 00:16:18 > git remote # timeout=10 00:16:18 > git config --get remote.origin.url # timeout=10 00:16:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:18 > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 00:16:18 > git rev-parse HEAD^{commit} # timeout=10 00:16:18 > git config core.sparsecheckout # timeout=10 00:16:18 > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 00:16:23 Commit message: "feat(security): Change the list certificates algorithm" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:16:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:16:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:16:25 + true+ 00:16:25 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:16:28 provisioning config files... 00:16:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1301767542857878560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:28 ---> docker-login.sh 00:16:28 nexus3.edgexfoundry.org:10001 00:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:29 Configure a credential helper to remove this warning. See 00:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:29 00:16:29 Login Succeeded 00:16:29 nexus3.edgexfoundry.org:10002 00:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:30 Configure a credential helper to remove this warning. See 00:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:30 00:16:30 Login Succeeded 00:16:30 nexus3.edgexfoundry.org:10003 00:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:30 Configure a credential helper to remove this warning. See 00:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:30 00:16:30 Login Succeeded 00:16:30 nexus3.edgexfoundry.org:10004 00:16:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:31 Configure a credential helper to remove this warning. See 00:16:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:31 00:16:31 Login Succeeded 00:16:31 docker.io 00:16:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:31 Configure a credential helper to remove this warning. See 00:16:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:31 00:16:31 Login Succeeded 00:16:31 ---> docker-login.sh ends [Pipeline] } 00:16:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:16:32 ========================================================= 00:16:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:16:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:16:32 + 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 . 00:16:35 Sending build context to Docker daemon 165.7MB 00:16:35 Step 1/7 : ARG BASE=golang:1.15-alpine 00:16:35 Step 2/7 : FROM ${BASE} 00:16:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:16:35 5f621e34cdf4: Pulling fs layer 00:16:35 a4357932f1b6: Pulling fs layer 00:16:35 18c013af1878: Pulling fs layer 00:16:35 00ac8860ef70: Pulling fs layer 00:16:35 63d7cb157983: Pulling fs layer 00:16:35 b116817d02f9: Pulling fs layer 00:16:35 745a02a5169b: Pulling fs layer 00:16:35 63d7cb157983: Waiting 00:16:35 b116817d02f9: Waiting 00:16:35 00ac8860ef70: Waiting 00:16:35 745a02a5169b: Waiting 00:16:35 18c013af1878: Verifying Checksum 00:16:35 a4357932f1b6: Verifying Checksum 00:16:35 a4357932f1b6: Download complete 00:16:35 63d7cb157983: Verifying Checksum 00:16:35 63d7cb157983: Download complete 00:16:36 b116817d02f9: Download complete 00:16:36 5f621e34cdf4: Verifying Checksum 00:16:36 5f621e34cdf4: Download complete 00:16:36 gofmt -l . 00:16:36 [ "`gofmt -l .`" = "" ] 00:16:36 ./bin/test-go-mod-tidy.sh 00:16:36 ./bin/test-attribution-txt.sh [Pipeline] sh 00:16:36 5f621e34cdf4: Pull complete 00:16:37 + ls -al . 00:16:37 total 668 00:16:37 drwxrwxr-x 10 1001 1001 4096 Dec 9 00:16 . 00:16:37 drwxr-xr-x 4 root root 28 Dec 9 00:15 .. 00:16:37 -rw-rw-r-- 1 1001 1001 11 Dec 9 00:13 .dockerignore 00:16:37 drwxrwxr-x 8 1001 1001 179 Dec 9 00:13 .git 00:16:37 drwxrwxr-x 3 1001 1001 125 Dec 9 00:13 .github 00:16:37 -rw-rw-r-- 1 1001 1001 943 Dec 9 00:13 .gitignore 00:16:37 drwx------ 3 1001 1001 47 Dec 9 00:13 .semver 00:16:37 -rw-rw-r-- 1 1001 1001 166 Dec 9 00:13 .sonarcloud.properties 00:16:37 -rw-rw-r-- 1 1001 1001 3804 Dec 9 00:13 CONTRIBUTING.md 00:16:37 -rw-rw-r-- 1 1001 1001 1035 Dec 9 00:13 Dockerfile.build 00:16:37 -rw-rw-r-- 1 1001 1001 863 Dec 9 00:13 Jenkinsfile 00:16:37 -rw-rw-r-- 1 1001 1001 10775 Dec 9 00:13 LICENSE 00:16:37 -rw-rw-r-- 1 1001 1001 6318 Dec 9 00:13 Makefile 00:16:37 -rw-rw-r-- 1 1001 1001 6447 Dec 9 00:13 README.md 00:16:37 -rw-rw-r-- 1 1001 1001 7286 Dec 9 00:13 SECURITY.md 00:16:37 -rw-rw-r-- 1 1001 1001 5 Dec 9 00:13 VERSION 00:16:37 -rw-rw-r-- 1 1001 1001 4131 Dec 9 00:13 ZMQWindows.md 00:16:37 drwxrwxr-x 2 1001 1001 117 Dec 9 00:13 bin 00:16:37 drwxrwxr-x 15 1001 1001 4096 Dec 9 00:13 cmd 00:16:37 -rw-r--r-- 1 root root 569875 Dec 9 00:16 coverage.out 00:16:37 -rw-r--r-- 1 root root 1041 Dec 9 00:16 go.mod 00:16:37 -rw-r--r-- 1 root root 18856 Dec 9 00:16 go.sum 00:16:37 drwxrwxr-x 8 1001 1001 127 Dec 9 00:13 internal 00:16:37 drwxrwxr-x 4 1001 1001 26 Dec 9 00:13 openapi 00:16:37 drwxrwxr-x 4 1001 1001 71 Dec 9 00:13 snap 00:16:37 -rw-rw-r-- 1 1001 1001 168 Dec 9 00:13 version.go [Pipeline] sh 00:16:37 + '[' -e coverage.out ] 00:16:37 + chown 1001:1001 coverage.out [Pipeline] stash 00:16:37 a4357932f1b6: Pull complete 00:16:37 Stashed 1 file(s) [Pipeline] sh 00:16:37 18c013af1878: Pull complete 00:16:37 + make build 00:16:37 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 00:16:38 745a02a5169b: Verifying Checksum 00:16:38 745a02a5169b: Download complete 00:16:40 00ac8860ef70: Verifying Checksum 00:16:40 00ac8860ef70: Download complete 00:16:43 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 00:16:50 00ac8860ef70: Pull complete 00:16:50 63d7cb157983: Pull complete 00:16:50 b116817d02f9: Pull complete 00:16:51 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 00:16:51 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 00:16:53 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 00:16:53 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 00:16:54 745a02a5169b: Pull complete 00:16:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:16:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:16:54 ---> b7e6874047d6 00:16:54 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 00:16:54 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 00:16:56 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 00:16:57 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 00:16:57 ---> Running in 9e6cb59ab6ba 00:16:58 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 00:16:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:16:59 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 00:16:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:17:00 (1/12) Installing libmagic (5.38-r0) 00:17:00 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 00:17:00 (2/12) Installing file (5.38-r0) 00:17:00 (3/12) Installing libc-dev (0.7.2-r3) 00:17:00 (4/12) Installing g++ (9.3.0-r2) 00:17:02 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] } 00:17:03 $ docker stop --time=1 9be56750bc63852156252eacc143eff525c99ef5558d3b2e31c732a69c59009f 00:17:04 $ docker rm -f 9be56750bc63852156252eacc143eff525c99ef5558d3b2e31c732a69c59009f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:17:08 00:17:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:17:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:17:08 latest: Pulling from edgex-devops/edgex-compose 00:17:08 cbdbe7a5bc2a: Pulling fs layer 00:17:08 ca9280d653b3: Pulling fs layer 00:17:08 7e9c9ca2126c: Pulling fs layer 00:17:09 (5/12) Installing fortify-headers (1.1-r0) 00:17:09 (6/12) Installing patch (2.7.6-r6) 00:17:09 (7/12) Installing build-base (0.5-r2) 00:17:09 (8/12) Installing libsodium (1.0.18-r0) 00:17:09 (9/12) Installing pkgconf (1.7.2-r0) 00:17:09 (10/12) Installing libsodium-dev (1.0.18-r0) 00:17:09 (11/12) Installing libzmq (4.3.3-r0) 00:17:09 (12/12) Installing zeromq-dev (4.3.3-r0) 00:17:09 Executing busybox-1.31.1-r19.trigger 00:17:09 OK: 217 MiB in 51 packages 00:17:09 cbdbe7a5bc2a: Verifying Checksum 00:17:09 cbdbe7a5bc2a: Download complete 00:17:09 cbdbe7a5bc2a: Pull complete 00:17:09 ca9280d653b3: Verifying Checksum 00:17:09 ca9280d653b3: Download complete 00:17:10 7e9c9ca2126c: Download complete 00:17:10 ca9280d653b3: Pull complete 00:17:13 Removing intermediate container 9e6cb59ab6ba 00:17:13 ---> b47b899da06f 00:17:13 Step 4/7 : WORKDIR /edgex-go 00:17:13 ---> Running in 53e202f55dfc 00:17:13 Removing intermediate container 53e202f55dfc 00:17:13 ---> 68f02db7c60f 00:17:13 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:17:13 latest: Pulling from library/docker 00:17:13 5f621e34cdf4: Already exists 00:17:14 85db56a05063: Pulling fs layer 00:17:14 ccb67d6aeaaa: Pulling fs layer 00:17:14 de930078acea: Pulling fs layer 00:17:14 d5a9d88a4785: Pulling fs layer 00:17:14 e7f15c1544d5: Pulling fs layer 00:17:14 877c515997d3: Pulling fs layer 00:17:14 d5a9d88a4785: Waiting 00:17:14 e7f15c1544d5: Waiting 00:17:14 877c515997d3: Waiting 00:17:14 85db56a05063: Download complete 00:17:14 d5a9d88a4785: Download complete 00:17:14 e7f15c1544d5: Verifying Checksum 00:17:14 e7f15c1544d5: Download complete 00:17:14 877c515997d3: Verifying Checksum 00:17:14 877c515997d3: Download complete 00:17:15 85db56a05063: Pull complete 00:17:15 ccb67d6aeaaa: Pull complete 00:17:15 de930078acea: Verifying Checksum 00:17:15 de930078acea: Download complete 00:17:17 7e9c9ca2126c: Pull complete 00:17:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:17:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:17:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:17:17 prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container 00:17:17 $ 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 00:17:19 de930078acea: Pull complete 00:17:19 d5a9d88a4785: Pull complete 00:17:19 e7f15c1544d5: Pull complete 00:17:20 877c515997d3: Pull complete 00:17:20 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 00:17:20 Status: Downloaded newer image for docker:latest 00:17:20 $ docker top e906c36bcd6b89a27a844b76eb839c54e802fb479ad8edd3e7faaaac695775ff -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:21 + docker-compose build --help 00:17:21 + grep parallel 00:17:22 --parallel Build images in parallel. [Pipeline] } 00:17:22 $ docker stop --time=1 e906c36bcd6b89a27a844b76eb839c54e802fb479ad8edd3e7faaaac695775ff 00:17:23 $ docker rm -f e906c36bcd6b89a27a844b76eb839c54e802fb479ad8edd3e7faaaac695775ff 00:17:23 ---> f279b00bcc8e 00:17:23 Step 6/7 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:23 ---> 0f6100f99391 00:17:23 Step 7/7 : RUN go mod download 00:17:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:17:24 . [Pipeline] withDockerContainer 00:17:24 ---> Running in 7e0aea8dbc5e 00:17:24 prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container 00:17:24 $ 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 00:17:24 $ docker top 36cb783c505b0dd1ea0761774d547ca1d5176c76150d3481c02160976e241dfa -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:25 + docker-compose -f ./docker-compose-build.yml build --parallel 00:17:26 Building docker-core-command-go ... 00:17:26 Building docker-core-data-go ... 00:17:26 Building docker-core-metadata-go ... 00:17:26 Building docker-security-bootstrap-redis-go ... 00:17:26 Building docker-security-proxy-setup-go ... 00:17:26 Building docker-security-secrets-setup-go ... 00:17:26 Building docker-security-secretstore-setup-go ... 00:17:26 Building docker-support-notifications-go ... 00:17:26 Building docker-support-scheduler-go ... 00:17:26 Building docker-sys-mgmt-agent-go ... 00:17:26 Building docker-core-data-go 00:17:26 Building docker-security-secrets-setup-go 00:17:26 Building docker-security-bootstrap-redis-go 00:17:26 Building docker-sys-mgmt-agent-go 00:17:26 Building docker-security-secretstore-setup-go 00:17:50 Removing intermediate container 7e0aea8dbc5e 00:17:50 ---> e1d560b1e453 00:17:50 Successfully built e1d560b1e453 00:17:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:17:51 + docker inspect -f . ci-base-image-arm64 00:17:51 . [Pipeline] withDockerContainer 00:17:51 prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container 00:17:51 $ 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 00:17:53 $ docker top 426f76f70be5270431fffc89d53457ec215e07b5b6764f1d426a7a3bad103233 -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:54 + go version 00:17:54 go version go1.15.5 linux/arm64 [Pipeline] } 00:17:54 $ docker stop --time=1 426f76f70be5270431fffc89d53457ec215e07b5b6764f1d426a7a3bad103233 00:17:56 $ docker rm -f 426f76f70be5270431fffc89d53457ec215e07b5b6764f1d426a7a3bad103233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:56 + docker inspect -f . ci-base-image-arm64 00:17:56 . [Pipeline] withDockerContainer 00:17:57 prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container 00:17:57 $ 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 00:17:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:17:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:17:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:17:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:17:58 ---> f3b7f58d9021 00:17:58 Step 3/22 : WORKDIR /edgex-go 00:17:58 ---> f3b7f58d9021 00:17:58 Step 3/24 : WORKDIR /edgex-go 00:17:58 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:17:58 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:17:58 ---> f3b7f58d9021 00:17:58 Step 3/27 : WORKDIR /edgex-go 00:17:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:17:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:17:58 ---> f3b7f58d9021 00:17:58 Step 3/23 : WORKDIR /edgex-go 00:17:58 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:17:58 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:17:58 ---> f3b7f58d9021 00:17:58 Step 3/29 : WORKDIR /edgex-go 00:17:58 ---> Running in 5f6d930eeac0 00:17:58 ---> Running in 55d0dda4622e 00:17:58 ---> Running in f15cfd1cc6a4 00:17:58 ---> Running in bb5b4d0d37a6 00:17:58 ---> Running in e99853ccc234 00:17:58 Removing intermediate container 5f6d930eeac0 00:17:58 ---> 9df43cc3122e 00:17:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:58 Removing intermediate container f15cfd1cc6a4 00:17:58 ---> 1630aa001c8b 00:17:58 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:58 Removing intermediate container 55d0dda4622e 00:17:58 ---> fb5b689fcfed 00:17:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:58 Removing intermediate container bb5b4d0d37a6 00:17:58 ---> a776f3485fb8 00:17:58 Step 4/29 : RUN apk update && apk add make git 00:17:58 Removing intermediate container e99853ccc234 00:17:58 ---> c705f322680a 00:17:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:58 ---> Running in 01a165a93699 00:17:58 ---> Running in 2d4165dae57e 00:17:58 ---> Running in c942fc8c60b8 00:17:58 ---> Running in 31844e8d5166 00:17:58 ---> Running in 071da9cb2fdd 00:17:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:58 $ docker top c20c3a3a69ef8b724d8875817d233eedda1854441e515e7ec825b7daaabe6928 -eo pid,comm [Pipeline] { [Pipeline] echo 00:17:58 ========================================================= 00:17:58 [edgeXBuildGoParallel] Running Tests and Build... 00:17:58 ========================================================= [Pipeline] sh 00:17:59 Removing intermediate container c942fc8c60b8 00:17:59 ---> 6558d8f57bbe 00:17:59 Step 5/22 : RUN apk update && apk add make git 00:17:59 Removing intermediate container 01a165a93699 00:17:59 ---> 518100f326bb 00:17:59 Step 5/27 : RUN apk update && apk add make bash git 00:17:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:59 ---> Running in 00755462624e 00:17:59 Removing intermediate container 2d4165dae57e 00:17:59 ---> 230af7a07272 00:17:59 Step 5/24 : RUN apk update && apk add make git 00:17:59 ---> Running in aadeaed37890 00:17:59 Removing intermediate container 071da9cb2fdd 00:17:59 ---> 8500e6b882e4 00:17:59 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:17:59 ---> Running in 156e73e24c95 00:17:59 ---> Running in 7f2be2ccd39f 00:17:59 + make test 00:17:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:17:59 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:17:59 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:17:59 OK: 12745 distinct packages available 00:18:00 OK: 233 MiB in 51 packages 00:18:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:00 Removing intermediate container 31844e8d5166 00:18:00 ---> cab1c12f4105 00:18:00 Step 5/29 : COPY go.mod . 00:18:00 ---> 1b8b3bdc6d69 00:18:00 Step 6/29 : RUN go mod download 00:18:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:01 ---> Running in c7827191ed7c 00:18:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:01 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:18:01 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:18:01 OK: 12745 distinct packages available 00:18:02 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:18:02 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:18:02 OK: 12745 distinct packages available 00:18:02 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:18:02 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:18:02 OK: 12745 distinct packages available 00:18:02 OK: 233 MiB in 51 packages 00:18:02 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:18:02 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:18:02 OK: 12745 distinct packages available 00:18:02 OK: 233 MiB in 51 packages 00:18:02 OK: 233 MiB in 51 packages 00:18:02 OK: 233 MiB in 51 packages 00:18:03 Removing intermediate container aadeaed37890 00:18:03 ---> d78dd9b26a8a 00:18:03 Step 6/27 : COPY go.mod . 00:18:03 Removing intermediate container 7f2be2ccd39f 00:18:03 ---> 409bae3f6318 00:18:03 Step 6/23 : COPY go.mod . 00:18:03 ---> deb018b9e99f 00:18:03 Step 7/27 : RUN go mod download 00:18:03 Removing intermediate container 156e73e24c95 00:18:03 ---> 42abff2101c8 00:18:03 Step 6/24 : COPY go.mod . 00:18:03 ---> Running in 8d2cd9b79fc6 00:18:03 Removing intermediate container c7827191ed7c 00:18:03 ---> e09257606996 00:18:03 Step 7/29 : COPY . . 00:18:03 ---> 8253de778725 00:18:03 Step 7/23 : RUN go mod download 00:18:03 Removing intermediate container 00755462624e 00:18:03 ---> fff21421efc8 00:18:03 Step 6/22 : COPY go.mod . 00:18:04 ---> 9d5508471e2f 00:18:04 Step 7/24 : RUN go mod download 00:18:04 ---> Running in b08cff23e2bd 00:18:04 ---> 7650c38304c6 00:18:04 Step 7/22 : RUN go mod download 00:18:04 ---> Running in 4d0ce3c6314f 00:18:05 ---> Running in 496940ee2cff 00:18:08 Removing intermediate container 8d2cd9b79fc6 00:18:08 ---> 837dc5045b2b 00:18:08 Step 8/27 : COPY . . 00:18:15 Removing intermediate container b08cff23e2bd 00:18:15 ---> 34e35938ccaa 00:18:15 Step 8/23 : COPY . . 00:18:18 Removing intermediate container 496940ee2cff 00:18:18 ---> 6ec861198151 00:18:18 Step 8/22 : COPY . . 00:18:18 Removing intermediate container 4d0ce3c6314f 00:18:18 ---> 965017494ee2 00:18:18 Step 8/24 : COPY . . 00:18:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:18:45 ---> 9649d1eae074 00:18:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:18:45 ---> 1266a0ba8c0a 00:18:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:18:47 ---> Running in f6d35c1cfe62 00:18:47 ---> Running in 9a8d9bb46d29 00:18:49 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 00:18:49 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 00:18:51 ---> 0ea872951ff9 00:18:51 Step 9/23 : RUN make cmd/core-data/core-data 00:18:51 ---> 210b8a888afd 00:18:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:18:51 ---> 6d60807eb6a0 00:18:51 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:18:51 ---> Running in 16870a42e082 00:18:51 ---> Running in 45d635bf56b5 00:18:51 ---> Running in 637bc0935915 00:18:52 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 00:18:52 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 00:18:52 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 00:19:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:19:19 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 00:19:19 Removing intermediate container f6d35c1cfe62 00:19:19 ---> 76ed8c92db7d 00:19:19 00:19:19 Step 9/29 : FROM alpine:latest 00:19:19 latest: Pulling from library/alpine 00:19:19 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:19:19 Status: Downloaded newer image for alpine:latest 00:19:19 ---> d6e46aa2470d 00:19:19 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:19:19 Removing intermediate container 9a8d9bb46d29 00:19:19 ---> ad8c646a7966 00:19:19 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:19:19 ---> Running in 5ef39edfbaad 00:19:19 ---> Running in d6a4cecfe2e4 00:19:19 Removing intermediate container d6a4cecfe2e4 00:19:19 ---> e13fa18534e7 00:19:19 Step 11/29 : USER root 00:19:19 ---> Running in 7d64524c8955 00:19:19 Removing intermediate container 7d64524c8955 00:19:19 ---> 7845f2d00944 00:19:19 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:19:19 ---> Running in 01761fdd697f 00:19:19 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 00:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:21 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:19:21 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:19:21 OK: 12746 distinct packages available 00:19:21 Removing intermediate container 45d635bf56b5 00:19:21 ---> 41017f589d8f 00:19:21 00:19:21 Step 10/22 : FROM alpine:3.10 00:19:21 (1/2) Installing ca-certificates (20191127-r4) 00:19:21 3.10: Pulling from library/alpine 00:19:21 (2/2) Installing dumb-init (1.2.2-r1) 00:19:21 Executing busybox-1.31.1-r19.trigger 00:19:21 Executing ca-certificates-20191127-r4.trigger 00:19:21 OK: 6 MiB in 16 packages 00:19:23 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:19:23 Status: Downloaded newer image for alpine:3.10 00:19:23 ---> be4e4bea2c2e 00:19:23 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:19:24 ---> Running in 492de906f8c2 00:19:24 Removing intermediate container 637bc0935915 00:19:24 ---> d503936cb112 00:19:24 00:19:24 Step 10/24 : FROM alpine:3.10 00:19:24 ---> be4e4bea2c2e 00:19:24 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:19:25 ---> Running in fe182916d320 00:19:25 Removing intermediate container 01761fdd697f 00:19:25 ---> 70dad77ac457 00:19:25 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:19:25 Removing intermediate container 5ef39edfbaad 00:19:25 ---> dad011d21f1e 00:19:25 00:19:25 Step 11/27 : FROM docker:latest 00:19:25 ---> b0757c55a1fd 00:19:25 Step 12/27 : RUN apk add --no-cache bash 00:19:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:19:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:19:25 ---> Running in 093444a4cee3 00:19:25 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:19:25 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:19:25 OK: 10348 distinct packages available 00:19:25 ---> Running in 1517d9388944 00:19:26 (1/5) Installing ca-certificates (20191127-r2) 00:19:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:19:26 (3/5) Installing libcurl (7.66.0-r1) 00:19:26 (4/5) Installing curl (7.66.0-r1) 00:19:26 (5/5) Installing dumb-init (1.2.2-r1) 00:19:26 Executing busybox-1.30.1-r3.trigger 00:19:26 Executing ca-certificates-20191127-r2.trigger 00:19:26 OK: 7 MiB in 19 packages 00:19:27 Removing intermediate container 093444a4cee3 00:19:27 ---> feb06ec8666c 00:19:27 Step 14/29 : WORKDIR $BASE_DIR 00:19:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:19:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:19:27 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.104s 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:19:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:19:28 ---> Running in 934bdeb829d1 00:19:28 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:19:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:19:28 OK: 10348 distinct packages available 00:19:28 (1/2) Installing readline (8.0.4-r0) 00:19:28 (2/2) Installing bash (5.0.17-r0) 00:19:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:19:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:19:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:19:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:19:28 Executing bash-5.0.17-r0.post-install 00:19:28 Executing busybox-1.31.1-r19.trigger 00:19:28 OK: 12 MiB in 22 packages 00:19:28 (1/5) Installing ca-certificates (20191127-r2) 00:19:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:19:28 (3/5) Installing libcurl (7.66.0-r1) 00:19:28 (4/5) Installing curl (7.66.0-r1) 00:19:28 (5/5) Installing dumb-init (1.2.2-r1) 00:19:28 Executing busybox-1.30.1-r3.trigger 00:19:28 Removing intermediate container 934bdeb829d1 00:19:28 ---> a13428d3785d 00:19:28 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:19:28 Executing ca-certificates-20191127-r2.trigger 00:19:28 OK: 7 MiB in 19 packages 00:19:29 ---> Running in b74893560eb3 00:19:29 Removing intermediate container 492de906f8c2 00:19:29 ---> 32ba75cc3c32 00:19:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:19:29 ---> Running in 96cee7934d94 00:19:32 Removing intermediate container 96cee7934d94 00:19:32 ---> 46a494cbad0d 00:19:32 Step 13/22 : WORKDIR / 00:19:32 Removing intermediate container 1517d9388944 00:19:32 ---> 0f496dc6b3e3 00:19:32 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:19:32 ---> Running in 11de5369d6bc 00:19:32 ---> Running in 2219e3840931 00:19:32 Removing intermediate container fe182916d320 00:19:32 ---> 9fd4f6b89cbc 00:19:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:19:32 Removing intermediate container 16870a42e082 00:19:32 ---> 55adafe0608b 00:19:32 00:19:32 Step 10/23 : FROM alpine 00:19:32 ---> d6e46aa2470d 00:19:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:19:32 ---> Running in c1bb0b8f5cbe 00:19:32 ---> Running in ca0ad4623f5a 00:19:32 Removing intermediate container 11de5369d6bc 00:19:32 ---> d5625a9f1568 00:19:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:19:32 Removing intermediate container c1bb0b8f5cbe 00:19:32 ---> 9fa4009ff782 00:19:32 Step 13/24 : WORKDIR / 00:19:32 Removing intermediate container ca0ad4623f5a 00:19:32 ---> 28dc3de5a29b 00:19:32 Step 12/23 : ENV APP_PORT=48080 00:19:33 ---> Running in 6884f9aa3274 00:19:33 Removing intermediate container b74893560eb3 00:19:33 ---> 5aca4a348b37 00:19:33 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:19:33 ---> Running in 6ea941a33ac0 00:19:33 ---> 4a426fe3b783 00:19:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:19:33 Removing intermediate container 6884f9aa3274 00:19:33 ---> deb7dd97c192 00:19:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:19:33 Removing intermediate container 6ea941a33ac0 00:19:33 ---> 38fea32b9db1 00:19:33 Step 13/23 : EXPOSE $APP_PORT 00:19:33 ---> Running in 4973c3f3f0ea 00:19:33 ---> 56bb72677b4e 00:19:33 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:19:34 ---> 067fc38ba1d1 00:19:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:19:34 Removing intermediate container 2219e3840931 00:19:34 ---> 1d40bd66184c 00:19:34 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:19:34 ---> 70bfa3f87a57 00:19:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:19:34 ---> Running in 80a8e2bb47d3 00:19:34 Removing intermediate container 4973c3f3f0ea 00:19:34 ---> 1ca0a4933620 00:19:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:34 ---> 75d87f7a2bbb 00:19:34 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:19:34 ---> 925dbb15e2cf 00:19:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:19:34 ---> Running in 1849929aeee5 00:19:35 ---> ae1c77f21981 00:19:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:19:35 Removing intermediate container 80a8e2bb47d3 00:19:35 ---> c5f3b97052e1 00:19:35 Step 15/27 : ENV APP_PORT=48090 00:19:35 ---> 1ad5a8130e67 00:19:35 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:19:35 ---> Running in 79a76f88dde8 00:19:35 ---> 9b72f0e38e49 00:19:35 Step 18/22 : RUN chmod +x entrypoint.sh 00:19:35 ---> f32f5259939f 00:19:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:19:35 ---> Running in df924bf51018 00:19:35 ---> f01547480566 00:19:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:19:35 Removing intermediate container 79a76f88dde8 00:19:35 ---> dd3bdd3b3b0f 00:19:35 Step 16/27 : EXPOSE $APP_PORT 00:19:36 ---> Running in f84b2619f4ff 00:19:36 ---> 1c3f364c372e 00:19:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:19:36 ---> 6c4fd6538541 00:19:36 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:19:36 Removing intermediate container f84b2619f4ff 00:19:36 ---> c8732c199967 00:19:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:19:36 ---> Running in 7c2a728283af 00:19:36 Removing intermediate container 1849929aeee5 00:19:36 ---> ef3b269ab9c1 00:19:36 Step 15/23 : RUN apk --no-cache add zeromq 00:19:36 ---> Running in c005558007b2 00:19:36 ---> 05e54ec203eb 00:19:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:19:37 ---> dc36c2af048f 00:19:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:19:37 ---> 46116b9e95df 00:19:37 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:19:38 ---> Running in 83580742d7f1 00:19:38 Removing intermediate container df924bf51018 00:19:38 ---> f1d78f09c3e0 00:19:38 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:19:38 ---> 20cdfbd4631f 00:19:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:19:38 ---> Running in 02931f85ce96 00:19:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.212s coverage: 46.6% of statements 00:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:19:38 Removing intermediate container 02931f85ce96 00:19:38 ---> 9ffe9b5d7d94 00:19:38 Step 20/22 : LABEL arch=x86_64 00:19:38 ---> 3a36377005cc 00:19:38 Step 20/27 : RUN apk --no-cache add py3-pip 00:19:38 ---> Running in 5d34c7e895b1 00:19:38 ---> Running in c9a97ab64b1d 00:19:39 Removing intermediate container 7c2a728283af 00:19:39 ---> 32bea1acb50b 00:19:39 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:19:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:39 Removing intermediate container 5d34c7e895b1 00:19:39 ---> 7587a494e20a 00:19:39 Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:19:39 ---> Running in afeb605fa622 00:19:39 ---> 79afa3a55713 00:19:39 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:19:39 ---> Running in d3a9b0b63b63 00:19:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:39 (1/5) Installing libgcc (9.3.0-r2) 00:19:39 Removing intermediate container afeb605fa622 00:19:39 ---> 4e9a1e89e6d7 00:19:39 Step 22/22 : LABEL version=0.0.0 00:19:39 (2/5) Installing libsodium (1.0.18-r0) 00:19:39 (1/33) Installing libbz2 (1.0.8-r1) 00:19:39 (2/33) Installing expat (2.2.9-r1) 00:19:39 (3/33) Installing libffi (3.3-r2) 00:19:39 (4/33) Installing gdbm (1.13-r1) 00:19:39 (5/33) Installing xz-libs (5.2.5-r0) 00:19:39 (6/33) Installing sqlite-libs (3.32.1-r0) 00:19:39 (3/5) Installing libstdc++ (9.3.0-r2) 00:19:39 (7/33) Installing python3 (3.8.5-r0) 00:19:39 Removing intermediate container 83580742d7f1 00:19:39 ---> 482898904da7 00:19:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:19:40 (4/5) Installing libzmq (4.3.3-r0) 00:19:40 (5/5) Installing zeromq (4.3.3-r0) 00:19:40 ---> Running in e3eaba450886 00:19:40 Executing busybox-1.31.1-r19.trigger 00:19:40 OK: 8 MiB in 19 packages 00:19:43 ---> Running in 33de6cec14f5 00:19:43 Removing intermediate container e3eaba450886 00:19:43 ---> 161df42af5c7 00:19:43 00:19:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:19:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:19:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:19:43 (11/33) Installing py3-six (1.15.0-r0) 00:19:43 (12/33) Installing py3-packaging (20.4-r0) 00:19:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:19:43 Removing intermediate container 33de6cec14f5 00:19:43 ---> 217860095669 00:19:43 Step 22/24 : LABEL arch=x86_64 00:19:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:19:44 (15/33) Installing py3-idna (2.9-r0) 00:19:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:19:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:19:44 (18/33) Installing py3-requests (2.23.0-r0) 00:19:44 (19/33) Installing py3-msgpack (1.0.0-r0) 00:19:44 Successfully built 161df42af5c7 00:19:44 (20/33) Installing py3-lockfile (0.12.2-r3) 00:19:44 ---> Running in 523cb6b7dd95 00:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.1% of statements 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.526s coverage: 68.5% of statements 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.647s coverage: 82.3% of statements 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:19:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:19:45 Removing intermediate container c005558007b2 00:19:45 ---> 2c8336678da3 00:19:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:19:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:19:45 Successfully tagged docker-security-bootstrap-redis-go:latest 00:19:45 Building docker-support-scheduler-go 00:19:45  Building docker-security-bootstrap-redis-go ... done (23/33) Installing py3-distlib (0.3.0-r0) 00:19:45 (24/33) Installing py3-distro (1.5.0-r1) 00:19:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:19:45 Removing intermediate container d3a9b0b63b63 00:19:45 ---> ff44d905f19b 00:19:45 Step 24/29 : RUN chmod 755 security-secrets-setup 00:19:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:19:45 Removing intermediate container 523cb6b7dd95 00:19:45 ---> 96b23f0171ab 00:19:45 Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:19:45 (27/33) Installing py3-pytoml (0.1.21-r0) 00:19:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:19:46 (29/33) Installing py3-progress (1.5-r0) 00:19:46 (30/33) Installing py3-toml (0.10.1-r0) 00:19:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:19:47 ---> Running in ad4e5cef926a 00:19:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:19:48 (33/33) Installing py3-pip (20.1.1-r0) 00:19:50 ---> 30aef636ae1b 00:19:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:19:51 Executing busybox-1.31.1-r19.trigger 00:19:51 OK: 71 MiB in 55 packages 00:19:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.189s coverage: 28.6% of statements 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:19:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:19:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:19:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements 00:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:19:52 ---> Running in 3b46e9224612 00:19:53 ---> fa1a9ff687c6 00:19:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:19:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.424s coverage: 97.5% of statements 00:19:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:19:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements 00:19:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:19:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:19:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:19:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:19:55 Removing intermediate container 3b46e9224612 00:19:55 ---> c9c5f08d3cd4 00:19:55 Step 24/24 : LABEL version=0.0.0 00:19:58 ---> Running in 9821484a1ad8 00:19:58 ---> 98d0f4f511e4 00:19:58 Step 19/23 : ENTRYPOINT ["/core-data"] 00:20:00 ---> Running in 0ef75e7f37fe 00:20:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.113s coverage: 93.8% of statements 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:20:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:20:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:20:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:20:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements 00:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:20:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.8% of statements 00:20:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 00:20:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:20:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:20:01 ---> f3b7f58d9021 00:20:01 Step 3/21 : WORKDIR /edgex-go 00:20:01 ---> Using cache 00:20:01 ---> c705f322680a 00:20:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:20:01 ---> Using cache 00:20:01 ---> 8500e6b882e4 00:20:01 Step 5/21 : RUN apk update && apk add make git 00:20:01 Removing intermediate container ad4e5cef926a 00:20:01 ---> abb32c883461 00:20:01 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:20:01 Removing intermediate container 9821484a1ad8 00:20:01 ---> e0ff1a526dfa 00:20:01 00:20:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements 00:20:01 Successfully built e0ff1a526dfa 00:20:02 ---> Running in 44c599a9237a 00:20:02 Successfully tagged docker-security-secretstore-setup-go:latest 00:20:02 Building docker-security-proxy-setup-go 00:20:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.196s coverage: 90.2% of statements 00:20:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:20:03  Building docker-security-secretstore-setup-go ... done  ---> Running in d63f3601a2c7 00:20:03 Removing intermediate container 0ef75e7f37fe 00:20:03 ---> a39b0a010dad 00:20:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:20:03 ---> Running in e75780c3729d 00:20:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 63.5% of statements 00:20:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:20:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:20:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 00:20:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 00:20:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements 00:20:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 00:20:06 Removing intermediate container d63f3601a2c7 00:20:06 ---> 606cfb8803d2 00:20:06 Step 26/29 : CMD [ "generate" ] 00:20:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 00:20:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:08 ---> Running in d00cb58ccdac 00:20:08 Removing intermediate container e75780c3729d 00:20:08 ---> 2ae6222d22fc 00:20:08 Step 21/23 : LABEL arch=x86_64 00:20:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:08 Removing intermediate container c9a97ab64b1d 00:20:08 ---> 85d61907ecb5 00:20:08 Step 21/27 : RUN pip install docker-compose==1.23.2 00:20:09 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:20:09 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:20:09 OK: 12745 distinct packages available 00:20:09 OK: 233 MiB in 51 packages 00:20:10 Removing intermediate container d00cb58ccdac 00:20:10 ---> b0329fd2c9f0 00:20:10 Step 27/29 : LABEL arch=x86_64 00:20:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.820s coverage: 55.9% of statements 00:20:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:20:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:20:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:20:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:20:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:20:10 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:20:11 ---> Running in 88e84638127b 00:20:11 ---> Running in fdbba0ae169b 00:20:12 ---> Running in eeca134b324c 00:20:14 Removing intermediate container 88e84638127b 00:20:14 ---> 451bfcc0fc27 00:20:14 Step 22/23 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:20:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:20:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.020s coverage: 86.3% of statements 00:20:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.310s coverage: 72.2% of statements 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.539s coverage: 72.1% of statements 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.089s coverage: 48.4% of statements 00:20:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:20:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:20:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:20:15 ---> f3b7f58d9021 00:20:15 Step 3/21 : WORKDIR /edgex-go 00:20:15 ---> Using cache 00:20:15 ---> c705f322680a 00:20:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:20:15 ---> Using cache 00:20:15 ---> 8500e6b882e4 00:20:15 Step 5/21 : RUN apk update && apk add make git 00:20:15 ---> Using cache 00:20:15 ---> 56ddf1608de2 00:20:15 Step 6/21 : COPY go.mod . 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.072s coverage: 28.8% of statements 00:20:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:20:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.072s coverage: 96.8% of statements 00:20:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:20:16 Removing intermediate container eeca134b324c 00:20:16 ---> ffbf52312e28 00:20:16 Step 28/29 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:20:16 Removing intermediate container 44c599a9237a 00:20:16 ---> 56ddf1608de2 00:20:16 Step 6/21 : COPY go.mod . 00:20:16 ---> Running in 28c4fe7fdae0 00:20:16 ---> 97566b886aad 00:20:16 Step 7/21 : RUN go mod download 00:20:16 ---> Running in 21d3446776c9 00:20:16 ---> Running in eb9d0654d2a2 00:20:17 ---> 6b643cd7a760 00:20:17 Step 7/21 : RUN go mod download 00:20:17 Removing intermediate container 28c4fe7fdae0 00:20:17 ---> f79d1b41f306 00:20:17 Step 23/23 : LABEL version=0.0.0 00:20:17 Removing intermediate container 21d3446776c9 00:20:17 ---> 2365370b9128 00:20:17 Step 29/29 : LABEL version=0.0.0 00:20:17 ---> Running in cdf6c8346ba2 00:20:17 ---> Running in 3573f3c600a1 00:20:17 ---> Running in 2cf1d756b95f 00:20:17 Removing intermediate container 2cf1d756b95f 00:20:17 ---> 274db3af1ea0 00:20:17 00:20:17 Removing intermediate container 3573f3c600a1 00:20:17 ---> 8e5c701bd4f4 00:20:17 00:20:17 Successfully built 8e5c701bd4f4 00:20:17 Successfully built 274db3af1ea0 00:20:17 Successfully tagged docker-core-data-go:latest 00:20:17 Building docker-core-command-go 00:20:17  Building docker-core-data-go ... done Successfully tagged docker-security-secrets-setup-go:latest 00:20:17 Building docker-support-notifications-go 00:20:18  Building docker-security-secrets-setup-go ... done Removing intermediate container eb9d0654d2a2 00:20:18 ---> dfe920e1b1f2 00:20:18 Step 8/21 : COPY . . 00:20:18 Collecting docker-compose==1.23.2 00:20:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:20:18 Removing intermediate container cdf6c8346ba2 00:20:18 ---> d7f4dcfb1332 00:20:18 Step 8/21 : COPY . . 00:20:18 Collecting dockerpty<0.5,>=0.4.1 00:20:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.2% of statements 00:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.433s coverage: 84.0% of statements 00:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 00:20:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.1% of statements 00:20:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:20:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:20:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 00:20:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:20:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:20:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:20:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements 00:20:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:20:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements 00:20:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:20:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:20:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:20:31 Collecting texttable<0.10,>=0.9.0 00:20:31 Downloading texttable-0.9.1.tar.gz (11 kB) 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.683s coverage: 29.1% of statements 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:20:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 00:20:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 00:20:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 00:20:34 GO111MODULE=on go vet ./... 00:20:40 Collecting docker<4.0,>=3.6.0 00:20:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:20:41 Collecting jsonschema<3,>=2.5.1 00:20:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:20:41 Collecting docopt<0.7,>=0.6.1 00:20:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:20:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:20:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:20:44 ---> f3b7f58d9021 00:20:44 Step 3/22 : WORKDIR /edgex-go 00:20:44 ---> Using cache 00:20:44 ---> c705f322680a 00:20:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:20:44 ---> Using cache 00:20:44 ---> 8500e6b882e4 00:20:44 Step 5/22 : RUN apk update && apk add make git 00:20:44 ---> Using cache 00:20:44 ---> 56ddf1608de2 00:20:44 Step 6/22 : COPY go.mod . 00:20:44 ---> Using cache 00:20:44 ---> 6b643cd7a760 00:20:44 Step 7/22 : RUN go mod download 00:20:44 ---> Using cache 00:20:44 ---> d7f4dcfb1332 00:20:44 Step 8/22 : COPY . . 00:20:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:20:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:20:44 ---> f3b7f58d9021 00:20:44 Step 3/24 : WORKDIR /edgex-go 00:20:44 ---> Using cache 00:20:44 ---> c705f322680a 00:20:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:20:44 ---> Using cache 00:20:44 ---> 8500e6b882e4 00:20:44 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:20:46 Collecting cached-property<2,>=1.2.0 00:20:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:20:49 Collecting PyYAML<4,>=3.10 00:20:49 Downloading PyYAML-3.13.tar.gz (270 kB) 00:20:50 ---> Running in 43c7d4c417a6 00:20:53 Collecting websocket-client<1.0,>=0.32.0 00:20:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:20:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:20:54 Collecting urllib3<1.25,>=1.21.1 00:20:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:20:54 ---> 594da9e13364 00:20:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:20:55 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) 00:20:55 Collecting idna<2.8,>=2.5 00:20:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:20:56 ---> 604be00dd8ac 00:20:56 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:20:56 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) 00:20:57 Collecting docker-pycreds>=0.4.0 00:20:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:58 ---> Running in 097827441b3c 00:20:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:20:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:20:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:20:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:20:59 ---> Running in 977b07eb224a 00:20:59 Installing collected packages: dockerpty, urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, jsonschema, docopt, cached-property, PyYAML, docker-compose 00:20:59 Running setup.py install for dockerpty: started 00:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:59 Running setup.py install for dockerpty: finished with status 'done' 00:20:59 Attempting uninstall: urllib3 00:20:59 Found existing installation: urllib3 1.25.9 00:20:59 Uninstalling urllib3-1.25.9: 00:20:59 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 00:21:00 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:21:00 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:21:00 OK: 12745 distinct packages available 00:21:00 Successfully uninstalled urllib3-1.25.9 00:21:00 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 00:21:00 OK: 233 MiB in 51 packages 00:21:00 Attempting uninstall: idna 00:21:00 Found existing installation: idna 2.9 00:21:00 Uninstalling idna-2.9: 00:21:00 Successfully uninstalled idna-2.9 00:21:01 Attempting uninstall: requests 00:21:01 Found existing installation: requests 2.23.0 00:21:01 Uninstalling requests-2.23.0: 00:21:01 Successfully uninstalled requests-2.23.0 00:21:01 Running setup.py install for texttable: started 00:21:02 Running setup.py install for texttable: finished with status 'done' 00:21:03 Removing intermediate container 43c7d4c417a6 00:21:03 ---> b292410e76de 00:21:03 Step 6/24 : COPY go.mod . 00:21:05 ---> cb0a88476e05 00:21:05 Step 7/24 : RUN go mod download 00:21:05 ---> b9a9d4a91101 00:21:05 Step 9/22 : RUN make cmd/core-command/core-command 00:21:06 ---> Running in 23a2a4e5933e 00:21:06 Running setup.py install for docopt: started 00:21:06 ---> Running in fbc55670dced 00:21:07 Running setup.py install for docopt: finished with status 'done' 00:21:07 Running setup.py install for PyYAML: started 00:21:07 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 00:21:08 Running setup.py install for PyYAML: finished with status 'done' 00:21:08 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 00:21:09 Removing intermediate container 23a2a4e5933e 00:21:09 ---> 92d3088df57b 00:21:09 Step 8/24 : COPY . . 00:21:18 Removing intermediate container fdbba0ae169b 00:21:18 ---> 40cd938e9950 00:21:18 Step 22/27 : RUN apk --no-cache add curl 00:21:23 ---> Running in 4a39705f6aa9 00:21:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:21:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:21:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:21:25 (2/3) Installing libcurl (7.69.1-r1) 00:21:25 (3/3) Installing curl (7.69.1-r1) 00:21:25 Executing busybox-1.31.1-r19.trigger 00:21:25 OK: 72 MiB in 58 packages 00:21:27 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 00:21:29 Removing intermediate container 4a39705f6aa9 00:21:29 ---> 0bcd74bd8d23 00:21:29 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:21:30 ---> Running in b01e2d068f72 00:21:32 Removing intermediate container b01e2d068f72 00:21:32 ---> 23c9af995d89 00:21:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:21:32 ---> 9a839050d780 00:21:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:21:32 ---> Running in 9af0c7c81cb1 00:21:32 ---> Running in 0231a74bb98f 00:21:32 Removing intermediate container 9af0c7c81cb1 00:21:32 ---> 7bfb32f9dde1 00:21:32 Step 25/27 : LABEL arch=x86_64 00:21:34 ---> Running in 54c25d46d249 00:21:34 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 00:21:34 Removing intermediate container 977b07eb224a 00:21:34 ---> 8f562825fd56 00:21:34 00:21:34 Step 10/21 : FROM scratch 00:21:34 ---> 00:21:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:21:37 ---> Running in f24944f01e87 00:21:37 Removing intermediate container 54c25d46d249 00:21:37 ---> ebb84b7e9776 00:21:37 Step 26/27 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:21:39 Removing intermediate container 097827441b3c 00:21:39 ---> 9c380cdab013 00:21:39 00:21:39 Step 10/21 : FROM alpine 00:21:39 ---> Running in 788d5fe2fdfe 00:21:39 ---> d6e46aa2470d 00:21:39 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:21:39 Removing intermediate container f24944f01e87 00:21:39 ---> 5512fa07b92d 00:21:39 Step 12/21 : ENV APP_PORT=48085 00:21:39 Removing intermediate container fbc55670dced 00:21:39 ---> 8c940d9edfbc 00:21:39 00:21:39 Step 10/22 : FROM scratch 00:21:39 ---> 00:21:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:21:39 ---> Running in b648f4958398 00:21:39 ---> Running in de5f9c4b3919 00:21:39 ---> Using cache 00:21:39 ---> 5512fa07b92d 00:21:39 Step 12/22 : ENV APP_PORT=48082 00:21:39 Removing intermediate container 788d5fe2fdfe 00:21:39 ---> dde1bd67a0bf 00:21:39 Step 27/27 : LABEL version=0.0.0 00:21:39 ---> Running in f37105b49d73 00:21:39 ---> Running in 40aff24e81f2 00:21:39 Removing intermediate container b648f4958398 00:21:39 ---> aec48595c957 00:21:39 Step 13/21 : EXPOSE $APP_PORT 00:21:39 ---> Running in afadd1dc2eb3 00:21:39 Removing intermediate container f37105b49d73 00:21:39 ---> 682374725c8f 00:21:39 Step 13/22 : EXPOSE $APP_PORT 00:21:39 ---> Running in bad99d7e9029 00:21:40 Removing intermediate container 40aff24e81f2 00:21:40 ---> 40d0f7c16c8b 00:21:40 00:21:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:21:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:21:40 Removing intermediate container afadd1dc2eb3 00:21:40 ---> d07d8e3d3b6b 00:21:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:21:40 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:21:40 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:21:40 OK: 12746 distinct packages available 00:21:40 Successfully built 40d0f7c16c8b 00:21:40 Successfully tagged docker-sys-mgmt-agent-go:latest 00:21:40  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 00:21:40 Removing intermediate container bad99d7e9029 00:21:40 ---> 0344aa7845bd 00:21:40 Step 14/22 : WORKDIR / 00:21:41 ---> 4c65ba1504fd 00:21:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:21:41 (1/4) Installing ca-certificates (20191127-r4) 00:21:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:21:41 ---> Running in 2ce84e0ae704 00:21:41 (3/4) Installing libcurl (7.69.1-r1) 00:21:41 (4/4) Installing curl (7.69.1-r1) 00:21:41 Executing busybox-1.31.1-r19.trigger 00:21:41 Executing ca-certificates-20191127-r4.trigger 00:21:41 OK: 7 MiB in 18 packages 00:21:42 Removing intermediate container 2ce84e0ae704 00:21:42 ---> 37b4e56104b2 00:21:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:21:42 gofmt -l . 00:21:43 ---> 75dde8660b5a 00:21:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:21:44 [ "`gofmt -l .`" = "" ] 00:21:46 Removing intermediate container de5f9c4b3919 00:21:46 ---> 1ed028120351 00:21:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:21:46 ---> 9040ecf551b9 00:21:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:21:46 ---> 51b6394bc16f 00:21:46 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:21:47 ./bin/test-go-mod-tidy.sh 00:21:47 ---> Running in 44d630c08974 00:21:47 ./bin/test-attribution-txt.sh 00:21:47 ---> Running in 97aa7f8c57e0 00:21:49 Removing intermediate container 44d630c08974 00:21:49 ---> 48e529ee7da0 00:21:49 Step 13/21 : WORKDIR /edgex 00:21:49 ---> 26c50b201153 00:21:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:21:49 ---> Running in 1db5c2b2d09d 00:21:49 Removing intermediate container 97aa7f8c57e0 00:21:49 ---> de65559abd21 00:21:49 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] sh 00:21:52 + ls -al . 00:21:52 total 696 00:21:52 drwxrwxr-x 9 1001 1001 4096 Dec 9 00:21 . 00:21:52 drwxr-xr-x 4 root root 4096 Dec 9 00:17 .. 00:21:52 -rw-rw-r-- 1 1001 1001 11 Dec 9 00:16 .dockerignore 00:21:52 drwxrwxr-x 8 1001 1001 4096 Dec 9 00:16 .git 00:21:52 drwxrwxr-x 3 1001 1001 4096 Dec 9 00:16 .github 00:21:52 -rw-rw-r-- 1 1001 1001 943 Dec 9 00:16 .gitignore 00:21:52 -rw-rw-r-- 1 1001 1001 166 Dec 9 00:16 .sonarcloud.properties 00:21:52 -rw-rw-r-- 1 1001 1001 3804 Dec 9 00:16 CONTRIBUTING.md 00:21:52 -rw-rw-r-- 1 1001 1001 1035 Dec 9 00:16 Dockerfile.build 00:21:52 -rw-rw-r-- 1 1001 1001 863 Dec 9 00:16 Jenkinsfile 00:21:52 -rw-rw-r-- 1 1001 1001 10775 Dec 9 00:16 LICENSE 00:21:52 -rw-rw-r-- 1 1001 1001 6318 Dec 9 00:16 Makefile 00:21:52 -rw-rw-r-- 1 1001 1001 6447 Dec 9 00:16 README.md 00:21:52 -rw-rw-r-- 1 1001 1001 7286 Dec 9 00:16 SECURITY.md 00:21:52 -rw-rw-r-- 1 1001 1001 5 Dec 9 00:13 VERSION 00:21:52 -rw-rw-r-- 1 1001 1001 4131 Dec 9 00:16 ZMQWindows.md 00:21:52 drwxrwxr-x 2 1001 1001 4096 Dec 9 00:16 bin 00:21:52 drwxrwxr-x 15 1001 1001 4096 Dec 9 00:16 cmd 00:21:52 -rw-r--r-- 1 root root 569875 Dec 9 00:20 coverage.out 00:21:52 -rw-r--r-- 1 root root 1041 Dec 9 00:21 go.mod 00:21:52 -rw-r--r-- 1 root root 18856 Dec 9 00:21 go.sum 00:21:52 drwxrwxr-x 8 1001 1001 4096 Dec 9 00:16 internal 00:21:52 drwxrwxr-x 4 1001 1001 4096 Dec 9 00:16 openapi 00:21:52 drwxrwxr-x 4 1001 1001 4096 Dec 9 00:16 snap 00:21:52 -rw-rw-r-- 1 1001 1001 168 Dec 9 00:16 version.go [Pipeline] sh 00:21:52 ---> Running in 1c7029de71c3 00:21:52 ---> b7b6e06966e2 00:21:52 Step 18/22 : ENTRYPOINT ["/core-command"] 00:21:53 + '[' -e coverage.out ] 00:21:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:21:53 Warning: overwriting stash ‘coverage-report’ 00:21:54 Removing intermediate container 1db5c2b2d09d 00:21:54 ---> 5f1fab38ec9b 00:21:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:21:54 Removing intermediate container 1c7029de71c3 00:21:54 ---> 7028ab53f1dc 00:21:54 Step 19/21 : LABEL arch=x86_64 00:21:54 Stashed 1 file(s) [Pipeline] sh 00:21:55 + make build 00:21:55 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 00:21:55 ---> Running in 6b2fc8759dee 00:21:55 ---> Running in 3e273750137e 00:21:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:21:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:21:55 ---> f3b7f58d9021 00:21:55 Step 3/22 : WORKDIR /edgex-go 00:21:55 ---> Using cache 00:21:55 ---> c705f322680a 00:21:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:21:55 ---> Using cache 00:21:55 ---> 8500e6b882e4 00:21:55 Step 5/22 : RUN apk update && apk add make git 00:21:55 ---> Using cache 00:21:55 ---> 56ddf1608de2 00:21:55 Step 6/22 : COPY go.mod . 00:21:55 ---> Using cache 00:21:55 ---> 6b643cd7a760 00:21:55 Step 7/22 : RUN go mod download 00:21:55 ---> Using cache 00:21:55 ---> d7f4dcfb1332 00:21:55 Step 8/22 : COPY . . 00:21:55 ---> Using cache 00:21:55 ---> b9a9d4a91101 00:21:55 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:21:56 ---> 01c7e0451125 00:21:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:21:56 Removing intermediate container 6b2fc8759dee 00:21:56 ---> 95687a9f4358 00:21:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:21:56 ---> Running in 8681599db17b 00:21:57 ---> Running in 9e6d600b2700 00:21:57 Removing intermediate container 3e273750137e 00:21:57 ---> 0c1cd291e0ba 00:21:57 Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:21:58 ---> Running in 96355e8a9f51 00:21:59 ---> ad931c751fd8 00:21:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:21:59 Removing intermediate container 9e6d600b2700 00:21:59 ---> 3e2ae3225a94 00:21:59 Step 20/22 : LABEL arch=x86_64 00:21:59 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 00:22:00 Removing intermediate container 96355e8a9f51 00:22:00 ---> a7ff7895c9f3 00:22:00 Step 21/21 : LABEL version=0.0.0 00:22:00 ---> Running in 8c06d08f7ebd 00:22:00 Removing intermediate container 0231a74bb98f 00:22:00 ---> 2f78cfc27dc7 00:22:00 00:22:00 Step 10/24 : FROM scratch 00:22:00 ---> 00:22:00 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:22:00 ---> e9e927ea1693 00:22:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:22:00 ---> Running in 2a444599eeb2 00:22:00 ---> Running in 63b58937575f 00:22:00 ---> Running in ed99d9101fa5 00:22:00 Removing intermediate container 8c06d08f7ebd 00:22:00 ---> 0740fb7a1e20 00:22:00 Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:22:01 Removing intermediate container 2a444599eeb2 00:22:01 ---> ebc7b23f28c8 00:22:01 00:22:01 ---> Running in f0ff678a1515 00:22:01 Removing intermediate container 63b58937575f 00:22:01 ---> edf16b204498 00:22:01 Step 12/24 : ENV APP_PORT=48060 00:22:01 Successfully built ebc7b23f28c8 00:22:01 ---> Running in 011b6b8a400f 00:22:01 Removing intermediate container ed99d9101fa5 00:22:01 ---> 14c0d8a1bbca 00:22:01 Step 18/21 : CMD ["--init=true"] 00:22:01 Successfully tagged docker-support-scheduler-go:latest 00:22:01  Building docker-support-scheduler-go ... done  ---> Running in 81a2cf9ddca1 00:22:01 Removing intermediate container f0ff678a1515 00:22:01 ---> 19d62d49934e 00:22:01 Step 22/22 : LABEL version=0.0.0 00:22:01 ---> Running in 59e192c7f590 00:22:01 Removing intermediate container 011b6b8a400f 00:22:01 ---> b5ead63f8bae 00:22:01 Step 13/24 : EXPOSE $APP_PORT 00:22:01 ---> Running in 8fb106351ef1 00:22:01 Removing intermediate container 81a2cf9ddca1 00:22:01 ---> 30ad1bed225c 00:22:01 Step 19/21 : LABEL arch=x86_64 00:22:02 Removing intermediate container 59e192c7f590 00:22:02 ---> d948090f8e4c 00:22:02 00:22:02 ---> Running in d5367b196792 00:22:02 Removing intermediate container 8fb106351ef1 00:22:02 ---> 7de348de4c5f 00:22:02 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:22:02 Successfully built d948090f8e4c 00:22:02 Successfully tagged docker-core-command-go:latest 00:22:02  Building docker-core-command-go ... done Removing intermediate container d5367b196792 00:22:02 ---> 5fc61a20770f 00:22:02 Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:22:02 ---> Running in 465ec69084f6 00:22:02 ---> 171c172c065a 00:22:02 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:22:02 Removing intermediate container 465ec69084f6 00:22:02 ---> 7af1df653d5b 00:22:02 Step 21/21 : LABEL version=0.0.0 00:22:03 ---> Running in 0ff3ebd3e25a 00:22:04 Removing intermediate container 0ff3ebd3e25a 00:22:04 ---> c18d0961cc16 00:22:04 00:22:04 ---> ccc4c0504db3 00:22:04 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:22:04 Successfully built c18d0961cc16 00:22:04 Successfully tagged docker-security-proxy-setup-go:latest 00:22:05  Building docker-security-proxy-setup-go ... done  ---> 79cb58ca6603 00:22:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:22:05 ---> 5a4f06a66584 00:22:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:22:06 ---> ccc1c8f150b6 00:22:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:22:06 ---> 3c0f007ee557 00:22:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:22:07 ---> Running in bf5f02bc72f2 00:22:07 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 00:22:07 Removing intermediate container bf5f02bc72f2 00:22:07 ---> 580906b27e8a 00:22:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:22:08 ---> Running in 5a0770e8bc25 00:22:08 Removing intermediate container 5a0770e8bc25 00:22:08 ---> 47c36eacfbd9 00:22:08 Step 22/24 : LABEL arch=x86_64 00:22:08 ---> Running in 73040fe7be4d 00:22:08 Removing intermediate container 73040fe7be4d 00:22:08 ---> 71de0d814871 00:22:08 Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:22:08 ---> Running in 78d2314cac15 00:22:09 Removing intermediate container 78d2314cac15 00:22:09 ---> c5a16c43b210 00:22:09 Step 24/24 : LABEL version=0.0.0 00:22:09 ---> Running in 5a1dc3330ab8 00:22:09 Removing intermediate container 5a1dc3330ab8 00:22:09 ---> 2a91bac1489d 00:22:09 00:22:09 Successfully built 2a91bac1489d 00:22:09 Successfully tagged docker-support-notifications-go:latest 00:22:15  Building docker-support-notifications-go ... done Removing intermediate container 8681599db17b 00:22:15 ---> ba2999ae1fc6 00:22:15 00:22:15 Step 10/22 : FROM scratch 00:22:15 ---> 00:22:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:22:15 ---> Using cache 00:22:15 ---> 5512fa07b92d 00:22:15 Step 12/22 : ENV APP_PORT=48081 00:22:15 ---> Running in 7a0d08462d14 00:22:15 Removing intermediate container 7a0d08462d14 00:22:15 ---> f4884f6ff472 00:22:15 Step 13/22 : EXPOSE $APP_PORT 00:22:15 ---> Running in 2f1e84719293 00:22:15 Removing intermediate container 2f1e84719293 00:22:15 ---> 16a7cd48164b 00:22:15 Step 14/22 : WORKDIR / 00:22:15 ---> Running in eeb0d28f27b1 00:22:15 Removing intermediate container eeb0d28f27b1 00:22:15 ---> 4c2abd969624 00:22:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:22:15 ---> 9a0614f3a9e5 00:22:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:22:16 ---> 1c77c3ed79f3 00:22:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:22:16 ---> 467da54b8773 00:22:16 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:22:16 ---> Running in 6285f44a80e7 00:22:16 Removing intermediate container 6285f44a80e7 00:22:16 ---> 5b8828fe7181 00:22:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:22:16 ---> Running in b41caf8daf75 00:22:16 Removing intermediate container b41caf8daf75 00:22:16 ---> f299494b6a9e 00:22:16 Step 20/22 : LABEL arch=x86_64 00:22:16 ---> Running in 42356eb6e27d 00:22:16 Removing intermediate container 42356eb6e27d 00:22:16 ---> 0ca32ebd49b9 00:22:16 Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:22:17 ---> Running in 02d83632cdb6 00:22:17 Removing intermediate container 02d83632cdb6 00:22:17 ---> b2870133aec7 00:22:17 Step 22/22 : LABEL version=0.0.0 00:22:17 ---> Running in 0eb20f39762d 00:22:17 Removing intermediate container 0eb20f39762d 00:22:17 ---> 0783fea70f80 00:22:17 00:22:17 Successfully built 0783fea70f80 00:22:17 Successfully tagged docker-core-metadata-go:latest 00:22:18  Building docker-core-metadata-go ... done  [Pipeline] } 00:22:18 $ docker stop --time=1 36cb783c505b0dd1ea0761774d547ca1d5176c76150d3481c02160976e241dfa 00:22:20 $ docker rm -f 36cb783c505b0dd1ea0761774d547ca1d5176c76150d3481c02160976e241dfa [Pipeline] // withDockerContainer [Pipeline] sh 00:22:20 + docker images 00:22:20 + grep docker 00:22:20 docker-core-metadata-go latest 0783fea70f80 3 seconds ago 14.5MB 00:22:20 docker-support-notifications-go latest 2a91bac1489d 11 seconds ago 13.6MB 00:22:20 docker-security-proxy-setup-go latest c18d0961cc16 17 seconds ago 24.6MB 00:22:20 docker-core-command-go latest d948090f8e4c 19 seconds ago 12.2MB 00:22:20 docker-support-scheduler-go latest ebc7b23f28c8 20 seconds ago 12.3MB 00:22:20 docker-sys-mgmt-agent-go latest 40d0f7c16c8b 41 seconds ago 293MB 00:22:20 docker-security-secrets-setup-go latest 274db3af1ea0 2 minutes ago 23.9MB 00:22:20 docker-core-data-go latest 8e5c701bd4f4 2 minutes ago 23.7MB 00:22:20 docker-security-secretstore-setup-go latest e0ff1a526dfa 2 minutes ago 24.7MB 00:22:20 docker-security-bootstrap-redis-go latest 161df42af5c7 2 minutes ago 15.8MB 00:22:20 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 00:22:29 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 00:22:35 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 00:22:36 Still waiting to schedule task 00:22:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:22:40 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 00:22:41 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 00:22:48 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 00:22:53 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 00:22:57 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 00:23:01 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 00:23:04 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 00:23:08 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 00:23:12 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] } 00:23:15 $ docker stop --time=1 c20c3a3a69ef8b724d8875817d233eedda1854441e515e7ec825b7daaabe6928 00:23:18 $ docker rm -f c20c3a3a69ef8b724d8875817d233eedda1854441e515e7ec825b7daaabe6928 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:23:20 00:23:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:23:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:23:21 latest: Pulling from edgex-devops/edgex-compose-arm64 00:23:21 29e5d40040c1: Pulling fs layer 00:23:21 1ce36da41761: Pulling fs layer 00:23:21 25b303627fd3: Pulling fs layer 00:23:21 29e5d40040c1: Verifying Checksum 00:23:21 29e5d40040c1: Download complete 00:23:22 29e5d40040c1: Pull complete 00:23:22 1ce36da41761: Verifying Checksum 00:23:22 1ce36da41761: Download complete 00:23:23 1ce36da41761: Pull complete 00:23:23 25b303627fd3: Verifying Checksum 00:23:23 25b303627fd3: Download complete 00:23:33 25b303627fd3: Pull complete 00:23:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:23:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:23:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:23:33 prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container 00:23:33 $ 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 00:23:35 Running on prd-ubuntu18.04-docker-8c-8g-15171 in /w/workspace/edgexfoundry_edgex-go_PR-2930 00:23:37 $ docker top 0cefedd86a9e667cf16c809bfb9a04991982b32ee1064e4b6576f1fc720a1a47 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 00:23:37 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:23:38 + grep parallel 00:23:38 + docker-compose build --help 00:23:39 using credential edgex-jenkins-ssh 00:23:39 Cloning the remote Git repository 00:23:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:23:39 > git init /w/workspace/edgex-go/4 # timeout=10 00:23:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:23:39 > git --version # timeout=10 00:23:40 > git --version # 'git version 2.17.1' 00:23:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:23:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:23:41 --parallel Build images in parallel. [Pipeline] } 00:23:42 $ docker stop --time=1 0cefedd86a9e667cf16c809bfb9a04991982b32ee1064e4b6576f1fc720a1a47 00:23:43 $ docker rm -f 0cefedd86a9e667cf16c809bfb9a04991982b32ee1064e4b6576f1fc720a1a47 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:23:44 . [Pipeline] withDockerContainer 00:23:45 prd-ubuntu18.04-docker-arm64-4c-16g-15168 does not seem to be running inside a container 00:23:45 $ 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 00:23:46 $ docker top c343f029dbbc04461ca6188f1288d726e40488619d2d6e68d133fcb33aab5472 -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:47 + docker-compose -f ./docker-compose-build.yml build --parallel 00:23:51 Building docker-core-command-go ... 00:23:51 Building docker-core-data-go ... 00:23:51 Building docker-core-metadata-go ... 00:23:51 Building docker-security-bootstrap-redis-go ... 00:23:51 Building docker-security-proxy-setup-go ... 00:23:51 Building docker-security-secrets-setup-go ... 00:23:51 Building docker-security-secretstore-setup-go ... 00:23:51 Building docker-support-notifications-go ... 00:23:51 Building docker-support-scheduler-go ... 00:23:51 Building docker-sys-mgmt-agent-go ... 00:23:51 Building docker-sys-mgmt-agent-go 00:23:51 Building docker-security-secrets-setup-go 00:23:51 Building docker-security-secretstore-setup-go 00:23:51 Building docker-support-scheduler-go 00:23:51 Building docker-core-data-go 00:23:55 Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 35953d63dbb6324954242bc6432706fab40e1eb5 00:23:55 Merge succeeded, producing 35953d63dbb6324954242bc6432706fab40e1eb5 00:23:55 Checking out Revision 35953d63dbb6324954242bc6432706fab40e1eb5 (PR-2930) 00:23:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:23:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:23:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:23:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:23:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:23:54 > 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 00:23:55 > git config core.sparsecheckout # timeout=10 00:23:55 > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 00:23:55 > git remote # timeout=10 00:23:55 > git config --get remote.origin.url # timeout=10 00:23:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:23:55 > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 00:23:55 > git rev-parse HEAD^{commit} # timeout=10 00:23:55 > git config core.sparsecheckout # timeout=10 00:23:55 > git checkout -f 35953d63dbb6324954242bc6432706fab40e1eb5 # timeout=10 00:23:59 Commit message: "feat(security): Change the list certificates algorithm" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:24:00 + echo snap-build.sh 00:24:00 snap-build.sh 00:24:00 + SNAP_BASE_DIR=. 00:24:00 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:24:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:24:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:24:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:24:00 + cd /w/workspace/edgex-go/4 00:24:00 + sudo apt-get remove -qy --purge lxd lxd-client 00:24:00 Reading package lists... 00:24:00 Building dependency tree... 00:24:00 Reading state information... 00:24:00 The following packages were automatically installed and are no longer required: 00:24:00 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:24:00 uidmap xdelta3 00:24:00 Use 'sudo apt autoremove' to remove them. 00:24:00 The following packages will be REMOVED: 00:24:00 lxd* lxd-client* 00:24:00 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:24:00 After this operation, 31.7 MB disk space will be freed. 00:24:01 (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.) 00:24:01 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:24:02 Removing lxd dnsmasq configuration 00:24:02 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:24:03 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:24:03 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:24:03 (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.) 00:24:03 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:24:05 Processing triggers for systemd (237-3ubuntu10.42) ... 00:24:05 Processing triggers for ureadahead (0.100.0-21) ... 00:24:06 + sudo snap remove --purge lxd 00:24:06 snap "lxd" is not installed 00:24:06 + sudo groupadd --force --system lxd 00:24:06 ++ whoami 00:24:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:24:06 + newgrp - lxd 00:24:06 + sudo snap install lxd 00:24:14 2020-12-09T00:24:12Z INFO Waiting for automatic snapd restart... 00:24:29 lxd 4.8 from Canonical* installed 00:24:29 + sudo lxd init --auto 00:24:37 + sudo snap install --classic snapcraft 00:24:44 snapcraft 4.4.4 from Canonical* installed 00:24:44 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:24:44 + patch --verbose -p1 00:24:44 Hmm... Looks like a unified diff to me... 00:24:44 The text leading up to this was: 00:24:44 -------------------------- 00:24:44 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:24:44 |From: Tony Espy 00:24:44 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:24:44 |Subject: [PATCH] optimize snap build for pipeline CI check 00:24:44 | 00:24:44 |This patch is used by the EdgeX CI pipeline builds to 00:24:44 |optimize the snap CI check run for pull requests. When 00:24:44 |applied, it essentially strips out everything (apps and 00:24:44 |parts) from the snapcraft.yaml file except those required 00:24:44 |to build edgex-go, as the whole idea of the CI check is to 00:24:44 |catch changes to edgex-go that break the snap build. 00:24:44 | 00:24:44 |In general, anyone updating snapcraft.yaml will also need 00:24:44 |to update this patch file, otherwise it may fail to apply, 00:24:44 |resulting in a failed snap build CI check in the associated 00:24:44 |pull request. 00:24:44 | 00:24:44 |Note - in addition to applying this patch, the pipeline also 00:24:44 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:24:44 |need to build the finally binary .snap file (and it won't 00:24:44 |work with the patch applied). This further reduces the build 00:24:44 |time. 00:24:44 |--- 00:24:44 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:24:44 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:24:44 | 00:24:44 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:24:44 |index b265277c..d7e1de37 100644 00:24:44 |--- a/snap/snapcraft.yaml 00:24:44 |+++ b/snap/snapcraft.yaml 00:24:44 -------------------------- 00:24:44 patching file snap/snapcraft.yaml 00:24:44 Using Plan A... 00:24:44 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:24:44 Hunk #2 succeeded at 81 (offset -3 lines). 00:24:44 Hunk #3 succeeded at 211 (offset -7 lines). 00:24:44 Hunk #4 succeeded at 226 (offset -7 lines). 00:24:44 Hunk #5 succeeded at 234 (offset -7 lines). 00:24:44 Hunk #6 succeeded at 241 (offset -7 lines). 00:24:44 Hunk #7 succeeded at 268 (offset -7 lines). 00:24:44 Hunk #8 succeeded at 302 (offset -7 lines). 00:24:44 Hunk #9 succeeded at 358 (offset -7 lines). 00:24:44 Hmm... Ignoring the trailing garbage. 00:24:44 done 00:24:44 + sudo snapcraft prime --use-lxd 00:24:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:24:45 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: 00:24:45 - README.md 00:24:45 - snapcraft.yaml.orig 00:24:45 00:24:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:24:46 Launching a container. 00:25:01 Waiting for container to be ready 00:25:01 To start your first instance, try: lxc launch ubuntu:18.04 00:25:01 00:25:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:25:03 Waiting for network to be ready... 00:25:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:25:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:25:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:25:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:25:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:25:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:25:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:25:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:25:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:25:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:25:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:25:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:25:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 00:25:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 00:25:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 00:25:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 00:25:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] 00:25:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:25:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:25:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:25:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:25:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 00:25:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 00:25:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:25:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 00:25:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] 00:25:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:25:08 Fetched 23.5 MB in 4s (5391 kB/s) 00:25:08 Reading package lists... 00:25:08 Reading package lists... 00:25:08 Building dependency tree... 00:25:08 Reading state information... 00:25:08 The following additional packages will be installed: 00:25:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:25:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:25:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:25:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:25:08 Suggested packages: 00:25:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:25:08 Recommended packages: 00:25:08 gnupg libsasl2-modules 00:25:09 The following NEW packages will be installed: 00:25:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:25:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:25:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:25:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:25:09 The following packages will be upgraded: 00:25:09 gpg gpg-agent gpgconf libudev1 00:25:09 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:25:09 Need to get 3531 kB of archives. 00:25:09 After this operation, 13.3 MB of additional disk space will be used. 00:25:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:25:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:25:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:25:09 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] 00:25:09 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] 00:25:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:25:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:25:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:25:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:25:09 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:25:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:25:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:25:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:25:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:25:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:25:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:25:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:25:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:25:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:25:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:25:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:25:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:25:10 debconf: delaying package configuration, since apt-utils is not installed 00:25:10 Fetched 3531 kB in 1s (3314 kB/s) 00:25:10 (Reading database ... 12511 files and directories currently installed.) 00:25:10 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:25:10 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:25:10 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:25:10 Selecting previously unselected package udev. 00:25:10 (Reading database ... 12511 files and directories currently installed.) 00:25:10 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:25:10 Unpacking udev (237-3ubuntu10.43) ... 00:25:10 Selecting previously unselected package libfuse2:amd64. 00:25:10 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:25:10 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:25:11 Selecting previously unselected package fuse. 00:25:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:25:11 Unpacking fuse (2.9.7-1ubuntu1) ... 00:25:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:25:11 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:25:11 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:25:11 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:25:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:25:11 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:25:11 Selecting previously unselected package libksba8:amd64. 00:25:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:25:11 Unpacking libksba8:amd64 (1.3.5-2) ... 00:25:11 Selecting previously unselected package libroken18-heimdal:amd64. 00:25:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:25:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:11 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:25:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:11 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:25:11 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:11 Selecting previously unselected package libwind0-heimdal:amd64. 00:25:11 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:11 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:25:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:25:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:12 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:25:12 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:25:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:25:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:12 Selecting previously unselected package libsasl2-modules-db:amd64. 00:25:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:25:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:25:12 Selecting previously unselected package libsasl2-2:amd64. 00:25:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:25:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:25:12 Selecting previously unselected package libldap-common. 00:25:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:25:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:25:12 Selecting previously unselected package libldap-2.4-2:amd64. 00:25:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:25:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:25:12 Selecting previously unselected package dirmngr. 00:25:12 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:25:12 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:25:12 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:25:12 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:25:12 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:25:12 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:25:12 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:25:12 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:25:12 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:12 Setting up libksba8:amd64 (1.3.5-2) ... 00:25:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:25:12 Setting up udev (237-3ubuntu10.43) ... 00:25:13 invoke-rc.d: policy-rc.d denied execution of start. 00:25:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Processing triggers for systemd (237-3ubuntu10) ... 00:25:13 Setting up fuse (2.9.7-1ubuntu1) ... 00:25:13 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:25:13 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:25:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:25:13 ---> e1d560b1e453 00:25:13 Step 3/27 : WORKDIR /edgex-go 00:25:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:25:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:25:13 ---> e1d560b1e453 00:25:13 Step 3/23 : WORKDIR /edgex-go 00:25:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:25:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:25:13 ---> e1d560b1e453 00:25:13 Step 3/24 : WORKDIR /edgex-go 00:25:13 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:25:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:25:13 ---> e1d560b1e453 00:25:13 Step 3/29 : WORKDIR /edgex-go 00:25:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:25:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:25:13 ---> e1d560b1e453 00:25:13 Step 3/21 : WORKDIR /edgex-go 00:25:13 ---> Running in 373b2337f096 00:25:13 ---> Running in f039ed0c3f66 00:25:13 ---> Running in 798e37e5a29b 00:25:13 ---> Running in a7069dd78d70 00:25:13 ---> Running in 8e43e9acc7cb 00:25:13 Removing intermediate container 8e43e9acc7cb 00:25:13 ---> e5dacfdccfdc 00:25:13 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:25:13 Removing intermediate container f039ed0c3f66 00:25:13 ---> c82fd3de0982 00:25:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:25:13 Removing intermediate container 798e37e5a29b 00:25:13 ---> b25cedda6335 00:25:13 Step 4/29 : RUN apk update && apk add make git 00:25:13 ---> Running in 9716313fc089 00:25:13 Removing intermediate container a7069dd78d70 00:25:13 ---> aec4abd21de4 00:25:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:25:13 Removing intermediate container 373b2337f096 00:25:13 ---> ecb9fc86104f 00:25:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:25:13 ---> Running in 662ce724ccf5 00:25:13 ---> Running in cdde18fe65b1 00:25:13 ---> Running in 2988f945ab3b 00:25:13 ---> Running in 5d689017bf34 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:13 Removing intermediate container 9716313fc089 00:25:13 ---> aa2f2babea67 00:25:13 Step 5/27 : RUN apk update && apk add make bash git 00:25:13 ---> Running in d78cfdf894a9 00:25:13 Removing intermediate container 662ce724ccf5 00:25:13 ---> 1ed916fe9c6e 00:25:13 Step 5/24 : RUN apk update && apk add make git 00:25:13 Removing intermediate container 2988f945ab3b 00:25:13 ---> 398ecf3345a0 00:25:13 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:25:13 ---> Running in 407fc15c696a 00:25:13 Removing intermediate container 5d689017bf34 00:25:13 ---> cd3d19fe018c 00:25:13 Step 5/21 : RUN apk update && apk add make git 00:25:13 ---> Running in 56ce5335586f 00:25:13 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:25:13 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:25:13 OK: 12616 distinct packages available 00:25:13 ---> Running in 37b8505dd865 00:25:13 OK: 217 MiB in 51 packages 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:13 Removing intermediate container cdde18fe65b1 00:25:13 ---> 3c67a78cda10 00:25:13 Step 5/29 : COPY go.mod . 00:25:13 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:25:13 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:25:13 OK: 12616 distinct packages available 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:13 ---> d606194eba3d 00:25:13 Step 6/29 : RUN go mod download 00:25:13 ---> Running in 759350518b89 00:25:13 OK: 217 MiB in 51 packages 00:25:13 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:25:13 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:25:13 OK: 12616 distinct packages available 00:25:13 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:25:13 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:25:13 OK: 12616 distinct packages available 00:25:13 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:25:13 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:25:13 OK: 12616 distinct packages available 00:25:13 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:25:13 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:25:13 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:25:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:25:14 OK: 217 MiB in 51 packages 00:25:14 OK: 217 MiB in 51 packages 00:25:14 Removing intermediate container d78cfdf894a9 00:25:14 ---> eb04d556bfec 00:25:14 Step 6/27 : COPY go.mod . 00:25:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:25:14 settings in the [Install] section, and DefaultInstance for template units). 00:25:14 This means they are not meant to be enabled using systemctl. 00:25:14 Possible reasons for having this kind of units are: 00:25:14 1) A unit may be statically enabled by being symlinked from another unit's 00:25:14 .wants/ or .requires/ directory. 00:25:14 2) A unit's purpose may be to act as a helper for some other unit which has 00:25:14 a requirement dependency on it. 00:25:14 3) A unit may be started when needed via activation (socket, path, timer, 00:25:14 D-Bus, udev, scripted systemctl call, ...). 00:25:14 4) In case of template units, the unit is meant to be enabled with some 00:25:14 instance name specified. 00:25:14 OK: 217 MiB in 51 packages 00:25:14 Reading package lists... 00:25:14 Building dependency tree... 00:25:14 Reading state information... 00:25:14 The following additional packages will be installed: 00:25:14 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:25:14 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:25:14 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:25:14 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:25:14 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:25:14 Suggested packages: 00:25:14 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:25:14 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:25:14 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:25:14 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:25:14 systemd-container policykit-1 00:25:14 Recommended packages: 00:25:14 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:25:14 The following NEW packages will be installed: 00:25:14 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:25:14 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:25:14 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:25:14 multiarch-support openssh-client python3 python3-minimal python3.6 00:25:14 python3.6-minimal snapd squashfs-tools sudo 00:25:14 The following packages will be upgraded: 00:25:14 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:25:15 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:25:15 Need to get 35.2 MB of archives. 00:25:15 After this operation, 141 MB of additional disk space will be used. 00:25:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] 00:25:15 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:25:15 ---> 0a64f68d6757 00:25:15 Step 7/27 : RUN go mod download 00:25:15 ---> Running in 6145dbf196f1 00:25:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] 00:25:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:25:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:25:15 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:25:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:25:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:25:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:25:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:25:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 00:25:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:25:15 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:25:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:25:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:25:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:25:15 Removing intermediate container 56ce5335586f 00:25:15 ---> 0b7b14c5db57 00:25:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:25:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:25:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:25:15 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:25:15 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:25:15 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:25:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:25:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:25:15 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:25:15 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:25:16 Step 6/23 : COPY go.mod . 00:25:16 Removing intermediate container 407fc15c696a 00:25:16 ---> 39ddd94fd6bf 00:25:16 Step 6/24 : COPY go.mod . 00:25:16 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:25:16 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:25:16 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:25:16 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:25:16 Removing intermediate container 759350518b89 00:25:16 ---> ca0bca2c3d19 00:25:16 Step 7/29 : COPY . . 00:25:16 Removing intermediate container 37b8505dd865 00:25:16 ---> 2546b11287b0 00:25:16 Step 6/21 : COPY go.mod . 00:25:17 debconf: delaying package configuration, since apt-utils is not installed 00:25:17 Fetched 35.2 MB in 2s (15.3 MB/s) 00:25:17 ---> 5a590b04e0d7 00:25:17 Step 7/23 : RUN go mod download 00:25:17 ---> 63712e4e7ac1 00:25:17 Step 7/24 : RUN go mod download 00:25:17 (Reading database ... 12757 files and directories currently installed.) 00:25:17 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:25:17 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:25:17 ---> Running in d473049af422 00:25:17 ---> daab3c01847f 00:25:17 Step 7/21 : RUN go mod download 00:25:17 ---> Running in d3729547f832 00:25:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:25:17 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:25:18 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:25:18 (Reading database ... 12757 files and directories currently installed.) 00:25:18 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... 00:25:18 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... 00:25:18 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... 00:25:18 (Reading database ... 12757 files and directories currently installed.) 00:25:18 Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... 00:25:18 ---> Running in 99cbaea11c4a 00:25:18 Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... 00:25:18 Setting up apt (1.6.12ubuntu0.1) ... 00:25:18 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:25:19 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:25:19 (Reading database ... 12764 files and directories currently installed.) 00:25:19 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:25:19 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:25:19 Selecting previously unselected package libpython3.6-minimal:amd64. 00:25:19 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:25:19 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:25:19 Selecting previously unselected package libexpat1:amd64. 00:25:20 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:25:20 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:25:20 Selecting previously unselected package python3.6-minimal. 00:25:20 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:25:20 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:25:20 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:25:20 Checking for services that may need to be restarted...done. 00:25:20 Checking for services that may need to be restarted...done. 00:25:20 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:25:20 Removing intermediate container 6145dbf196f1 00:25:20 ---> eb683a5869a5 00:25:20 Step 8/27 : COPY . . 00:25:20 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:25:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:25:20 Selecting previously unselected package python3-minimal. 00:25:20 (Reading database ... 13012 files and directories currently installed.) 00:25:20 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:25:20 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:25:21 Selecting previously unselected package mime-support. 00:25:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:25:21 Unpacking mime-support (3.60ubuntu1) ... 00:25:21 Selecting previously unselected package libmpdec2:amd64. 00:25:21 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:25:21 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:25:21 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:25:21 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:25:21 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:25:21 Selecting previously unselected package python3.6. 00:25:21 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:25:21 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:25:21 Selecting previously unselected package libpython3-stdlib:amd64. 00:25:21 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:25:21 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:25:21 Setting up python3-minimal (3.6.7-1~18.04) ... 00:25:22 Selecting previously unselected package python3. 00:25:22 (Reading database ... 13442 files and directories currently installed.) 00:25:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:25:22 Unpacking python3 (3.6.7-1~18.04) ... 00:25:22 Selecting previously unselected package multiarch-support. 00:25:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 00:25:22 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 00:25:22 Setting up multiarch-support (2.27-3ubuntu1.3) ... 00:25:22 Selecting previously unselected package liblzo2-2:amd64. 00:25:22 (Reading database ... 13479 files and directories currently installed.) 00:25:22 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:25:22 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:25:22 Selecting previously unselected package libbsd0:amd64. 00:25:22 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:25:22 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:25:22 Removing intermediate container d473049af422 00:25:22 ---> 0076c3516aa2 00:25:22 Step 8/23 : COPY . . 00:25:22 Selecting previously unselected package sudo. 00:25:22 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:25:22 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:25:22 Selecting previously unselected package apparmor. 00:25:22 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:25:22 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:25:22 Selecting previously unselected package libedit2:amd64. 00:25:22 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:25:22 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:25:22 Selecting previously unselected package libkrb5support0:amd64. 00:25:22 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:25:22 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:25:23 Removing intermediate container d3729547f832 00:25:23 ---> 0778070b0b6c 00:25:23 Step 8/24 : COPY . . 00:25:23 Selecting previously unselected package libk5crypto3:amd64. 00:25:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:25:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:25:23 Selecting previously unselected package libkeyutils1:amd64. 00:25:23 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:25:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:25:23 Selecting previously unselected package libkrb5-3:amd64. 00:25:23 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:25:23 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:25:23 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:25:23 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:25:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:25:23 Selecting previously unselected package libssl1.0.0:amd64. 00:25:23 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:25:23 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:25:23 Selecting previously unselected package openssh-client. 00:25:23 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:25:23 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:25:23 Removing intermediate container 99cbaea11c4a 00:25:23 ---> bc84c942f881 00:25:23 Step 8/21 : COPY . . 00:25:23 Selecting previously unselected package squashfs-tools. 00:25:23 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:25:23 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:25:23 Selecting previously unselected package snapd. 00:25:23 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:25:23 Unpacking snapd (2.48+18.04) ... 00:25:25 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:25:25 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:25:26 Setting up mime-support (3.60ubuntu1) ... 00:25:26 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:25:26 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:25:26 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:25:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:25:26 Setting up systemd (237-3ubuntu10.43) ... 00:25:26 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:25:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:25:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:25:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:25:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:25:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:25:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:25:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:25:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:25:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:25:28 Setting up python3 (3.6.7-1~18.04) ... 00:25:28 running python rtupdate hooks for python3.6... 00:25:28 running python post-rtupdate hooks for python3.6... 00:25:28 Setting up apparmor (2.12-4ubuntu5.1) ... 00:25:29 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:25:29 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:25:29 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:25:30 Setting up snapd (2.48+18.04) ... 00:25:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:25:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:25:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:25:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:25:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:25:31 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:25:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:25:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:25:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:25:32 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:25:32 /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' 00:25:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:25:32 Processing triggers for systemd (237-3ubuntu10.43) ... 00:25:33 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:25:33 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:25:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:25:34 Reading package lists... 00:25:34 Reading package lists... 00:25:34 Building dependency tree... 00:25:34 Reading state information... 00:25:34 Calculating upgrade... 00:25:34 The following packages will be upgraded: 00:25:34 advancecomp base-files bash binutils binutils-common 00:25:34 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:25:34 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:25:34 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:25:34 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:25:34 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:25:34 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:25:34 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:25:34 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:25:34 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:25:34 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:25:34 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:25:34 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:25:34 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:25:35 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:25:35 Need to get 63.5 MB of archives. 00:25:35 After this operation, 5191 kB of additional disk space will be used. 00:25:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] 00:25:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 00:25:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:25:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:25:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:25:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:25:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:25:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:25:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:25:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:25:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:25:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:25:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:25:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:25:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:25:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:25:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:25:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:25:35 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:25:35 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:25:35 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:25:35 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:25:35 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:25:35 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:25:35 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:25:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:25:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:25:35 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:25:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:25:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:25:35 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:25:35 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:25:35 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:25:35 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:25:35 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:25:35 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:25:35 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:25:35 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:25:35 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:25:35 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:25:35 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:25:35 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:25:35 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:25:35 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:25:35 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:25:35 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:25:35 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] 00:25:35 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:25:35 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:25:35 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:25:35 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:25:35 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:25:35 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:25:35 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:25:35 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:25:35 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:25:35 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:25:35 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:25:36 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:25:36 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:25:36 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:25:36 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:25:36 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:25:36 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:25:36 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:25:36 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:25:36 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:25:36 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:25:36 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:25:36 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:25:36 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:25:36 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:25:36 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:25:36 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:25:36 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:25:36 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 00:25:36 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:25:36 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:25:36 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:25:36 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] 00:25:36 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:25:36 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:25:36 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] 00:25:36 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:25:36 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:25:36 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:25:36 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:25:36 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:25:36 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:25:36 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] 00:25:36 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:25:36 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:25:36 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:25:37 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:25:37 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:25:37 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:25:37 debconf: delaying package configuration, since apt-utils is not installed 00:25:37 Fetched 63.5 MB in 2s (31.7 MB/s) 00:25:37 (Reading database ... 13912 files and directories currently installed.) 00:25:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:25:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:25:37 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:25:37 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:25:38 Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... 00:25:38 Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... 00:25:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:39 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:39 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:39 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:39 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:39 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:25:39 (Reading database ... 13911 files and directories currently installed.) 00:25:39 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:39 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:25:39 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:25:40 (Reading database ... 13911 files and directories currently installed.) 00:25:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:25:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:25:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:25:40 (Reading database ... 13911 files and directories currently installed.) 00:25:40 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:25:40 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:25:41 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:25:41 (Reading database ... 13911 files and directories currently installed.) 00:25:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:25:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:25:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:25:41 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:25:41 Setting up base-files (10.1ubuntu2.10) ... 00:25:41 Installing new version of config file /etc/issue ... 00:25:41 Installing new version of config file /etc/issue.net ... 00:25:41 Installing new version of config file /etc/lsb-release ... 00:25:41 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:25:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:25:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:25:41 Removing obsolete conffile /etc/default/motd-news ... 00:25:41 (Reading database ... 13912 files and directories currently installed.) 00:25:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:25:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:25:42 Setting up bash (4.4.18-2ubuntu1.2) ... 00:25:42 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 00:25:42 (Reading database ... 13912 files and directories currently installed.) 00:25:42 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:42 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:25:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:25:42 (Reading database ... 13912 files and directories currently installed.) 00:25:42 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:25:42 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:25:42 Setting up tar (1.29b-2ubuntu0.1) ... 00:25:42 (Reading database ... 13912 files and directories currently installed.) 00:25:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:25:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:25:43 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:25:43 (Reading database ... 13912 files and directories currently installed.) 00:25:43 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:25:43 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:25:43 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:25:43 (Reading database ... 13912 files and directories currently installed.) 00:25:43 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:25:43 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:25:43 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:25:43 (Reading database ... 13912 files and directories currently installed.) 00:25:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:25:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:25:43 Setting up grep (3.1-2build1) ... 00:25:44 (Reading database ... 13912 files and directories currently installed.) 00:25:44 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:25:44 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:25:44 Setting up login (1:4.5-1ubuntu2) ... 00:25:44 (Reading database ... 13912 files and directories currently installed.) 00:25:44 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:25:44 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:25:44 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:25:44 (Reading database ... 13912 files and directories currently installed.) 00:25:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:25:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:25:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:25:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:25:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:25:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:25:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:25:45 (Reading database ... 13912 files and directories currently installed.) 00:25:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:25:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:25:45 ---> 244a6d93d61f 00:25:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:25:45 ---> Running in 0fc0ece1ab3c 00:25:45 ---> eb3fc8be6484 00:25:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:25:45 ---> f1c301afd8ac 00:25:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:25:45 ---> 6f80d59374f4 00:25:45 Step 9/23 : RUN make cmd/core-data/core-data 00:25:45 ---> Running in 27e1d962795e 00:25:45 ---> ca65af13ad91 00:25:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:25:45 ---> Running in 5a968b095b5e 00:25:46 ---> Running in bee728e56359 00:25:46 ---> Running in a44115bdb5fb 00:25:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:25:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:25:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:25:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:25:46 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:25:46 (Reading database ... 13912 files and directories currently installed.) 00:25:46 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:25:46 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:25:47 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:25:47 (Reading database ... 13912 files and directories currently installed.) 00:25:47 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:47 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 00:25:47 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:25:47 (Reading database ... 13912 files and directories currently installed.) 00:25:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:25:47 (Reading database ... 13912 files and directories currently installed.) 00:25:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:47 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:47 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 00:25:47 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:25:47 (Reading database ... 13912 files and directories currently installed.) 00:25:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:48 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:25:48 (Reading database ... 13912 files and directories currently installed.) 00:25:48 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:25:48 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:25:48 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:25:48 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:25:48 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 00:25:48 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 00:25:48 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 00:25:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:25:48 (Reading database ... 13912 files and directories currently installed.) 00:25:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:25:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:25:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:25:48 (Reading database ... 13912 files and directories currently installed.) 00:25:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:25:48 (Reading database ... 13912 files and directories currently installed.) 00:25:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:49 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:25:49 (Reading database ... 13912 files and directories currently installed.) 00:25:49 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:49 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:25:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:25:50 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:25:50 (Reading database ... 13912 files and directories currently installed.) 00:25:50 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 00:25:50 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:25:50 Setting up libc-bin (2.27-3ubuntu1.3) ... 00:25:50 (Reading database ... 13912 files and directories currently installed.) 00:25:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:25:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:25:51 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:25:51 (Reading database ... 13914 files and directories currently installed.) 00:25:51 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:25:51 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:25:51 Setting up debconf (1.5.66ubuntu1) ... 00:25:51 (Reading database ... 13914 files and directories currently installed.) 00:25:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:25:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:25:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:25:51 (Reading database ... 13914 files and directories currently installed.) 00:25:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:25:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:25:51 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:25:51 (Reading database ... 13914 files and directories currently installed.) 00:25:51 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:25:52 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:25:52 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:25:52 (Reading database ... 13914 files and directories currently installed.) 00:25:52 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:25:52 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:25:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:25:52 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:25:52 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:25:52 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:25:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:25:52 (Reading database ... 13914 files and directories currently installed.) 00:25:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:25:52 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:25:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:25:52 (Reading database ... 13914 files and directories currently installed.) 00:25:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:25:52 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:25:53 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:25:53 (Reading database ... 13914 files and directories currently installed.) 00:25:53 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:25:53 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:25:53 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:25:53 (Reading database ... 13914 files and directories currently installed.) 00:25:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:25:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:25:53 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:25:53 (Reading database ... 13914 files and directories currently installed.) 00:25:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:25:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:25:54 Setting up passwd (1:4.5-1ubuntu2) ... 00:25:54 (Reading database ... 13914 files and directories currently installed.) 00:25:54 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:25:54 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:25:54 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:25:54 (Reading database ... 13914 files and directories currently installed.) 00:25:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:25:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:25:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:25:54 (Reading database ... 13914 files and directories currently installed.) 00:25:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:25:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:25:54 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:25:55 (Reading database ... 13914 files and directories currently installed.) 00:25:55 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:25:55 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:25:55 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:25:55 (Reading database ... 13914 files and directories currently installed.) 00:25:55 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:25:55 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:25:55 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:25:55 (Reading database ... 13914 files and directories currently installed.) 00:25:55 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:25:55 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:25:56 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:25:56 (Reading database ... 13915 files and directories currently installed.) 00:25:56 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:25:56 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:25:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:25:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:25:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:25:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:25:56 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:25:56 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:25:56 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:25:56 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:25:56 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:25:56 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:25:57 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:25:57 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:25:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:25:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:25:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:25:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:25:57 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:25:57 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:25:57 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:25:57 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:25:57 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:25:57 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:25:58 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:25:58 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:25:58 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:25:58 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:25:58 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:25:58 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:25:59 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:25:59 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:25:59 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:25:59 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:25:59 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:25:59 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:25:59 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:25:59 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:25:59 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:25:59 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:00 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:26:00 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:00 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:26:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:01 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:26:01 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:02 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:26:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:02 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:26:02 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:26:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:03 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:26:03 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:26:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:26:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:26:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:26:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:26:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:26:04 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:26:04 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:26:04 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:26:04 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:26:04 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:26:04 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:26:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:26:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:26:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:26:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:26:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:05 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:05 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:05 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:26:05 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:26:05 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:26:05 00:26:05 Current default time zone: 'Etc/UTC' 00:26:05 Local time is now: Wed Dec 9 00:26:05 UTC 2020. 00:26:05 Universal Time is now: Wed Dec 9 00:26:05 UTC 2020. 00:26:05 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:26:05 00:26:05 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:26:05 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:05 Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... 00:26:05 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:26:05 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:26:05 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:26:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:26:05 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:26:05 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:26:05 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:26:05 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:05 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:26:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:26:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:26:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:05 Setting up patch (2.7.6-2ubuntu1.1) ... 00:26:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:26:05 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:26:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:26:05 Installing new version of config file /etc/ssl/openssl.cnf ... 00:26:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:26:06 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:26:06 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:26:08 Updating certificates in /etc/ssl/certs... 00:26:08 22 added, 17 removed; done. 00:26:08 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:26:08 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:26:08 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:26:08 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:26:08 Setting up pkgbinarymangler (138.18.04.1) ... 00:26:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:26:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:26:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:26:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:26:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:26:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:26:08 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:26:08 Setting up perl (5.26.1-6ubuntu0.5) ... 00:26:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:26:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:26:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:26:08 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:26:09 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:26:09 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:26:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:26:09 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:26:09 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:26:09 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:26:09 Processing triggers for systemd (237-3ubuntu10.43) ... 00:26:09 Processing triggers for mime-support (3.60ubuntu1) ... 00:26:09 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:26:09 Updating certificates in /etc/ssl/certs... 00:26:10 0 added, 0 removed; done. 00:26:10 Running hooks in /etc/ca-certificates/update.d... 00:26:10 done. 00:26:10 Reading package lists... 00:26:10 Building dependency tree... 00:26:10 Reading state information... 00:26:10 The following NEW packages will be installed: 00:26:10 apt-transport-https 00:26:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:26:10 Need to get 1692 B of archives. 00:26:10 After this operation, 153 kB of additional disk space will be used. 00:26:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] 00:26:11 debconf: delaying package configuration, since apt-utils is not installed 00:26:11 Fetched 1692 B in 0s (8601 B/s) 00:26:11 Selecting previously unselected package apt-transport-https. 00:26:11 (Reading database ... 13929 files and directories currently installed.) 00:26:11 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... 00:26:11 Unpacking apt-transport-https (1.6.12ubuntu0.1) ... 00:26:11 Setting up apt-transport-https (1.6.12ubuntu0.1) ... 00:26:11 Waiting for network to be ready... 00:26:17 2020-12-09T00:26:14Z INFO Waiting for automatic snapd restart... 00:26:17 snapd 2.48.1 from Canonical* installed 00:26:18 "snapd" switched to the "latest/stable" channel 00:26:18 00:26:21 core18 20200929 from Canonical* installed 00:26:21 "core18" switched to the "latest/stable" channel 00:26:21 00:26:24 snapcraft 4.4.4 from Canonical* installed 00:26:24 "snapcraft" switched to the "latest/stable" channel 00:26:24 00:26:28 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: 00:26:28 - README.md 00:26:28 - snapcraft.yaml.orig 00:26:28 00:26:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:26:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:26:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:26:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:26:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:26:35 Fetched 177 kB in 1s (271 kB/s) 00:26:36 Reading package lists... 00:26:36 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 00:26:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:26:42 Reading package lists... 00:26:42 Building dependency tree... 00:26:42 Reading state information... 00:26:42 Suggested packages: 00:26:42 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:26:42 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:26:42 Recommended packages: 00:26:42 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:26:42 The following NEW packages will be installed: 00:26:42 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:26:42 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:26:42 pkg-config zip 00:26:42 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:26:42 Need to get 7656 kB of archives. 00:26:42 After this operation, 43.7 MB of additional disk space will be used. 00:26:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:26:42 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:26:42 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:26:43 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:26:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:26:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:26:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:26:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:26:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:26:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:26:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 00:26:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:26:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:26:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:26:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:26:43 debconf: delaying package configuration, since apt-utils is not installed 00:26:43 Fetched 7656 kB in 1s (7300 kB/s) 00:26:44 Selecting previously unselected package libglib2.0-0:amd64. 00:26:44 (Reading database ... 13933 files and directories currently installed.) 00:26:44 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:26:44 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:26:44 Selecting previously unselected package libpsl5:amd64. 00:26:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:26:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:26:44 Selecting previously unselected package libnghttp2-14:amd64. 00:26:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:26:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:26:44 Selecting previously unselected package librtmp1:amd64. 00:26:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:26:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:26:44 Selecting previously unselected package libcurl3-gnutls:amd64. 00:26:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 00:26:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:26:44 Selecting previously unselected package liberror-perl. 00:26:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:26:44 Unpacking liberror-perl (0.17025-1) ... 00:26:44 Selecting previously unselected package git-man. 00:26:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:26:44 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:26:44 Selecting previously unselected package git. 00:26:44 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:26:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:26:45 Selecting previously unselected package libnorm1:amd64. 00:26:45 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:26:45 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:26:45 Selecting previously unselected package libpgm-5.2-0:amd64. 00:26:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:26:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:26:45 Selecting previously unselected package libsodium23:amd64. 00:26:45 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:26:45 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:26:45 Selecting previously unselected package libzmq5:amd64. 00:26:45 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:26:45 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:26:45 Selecting previously unselected package libzmq3-dev:amd64. 00:26:45 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:26:45 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:26:46 Selecting previously unselected package pkg-config. 00:26:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:26:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:26:46 Selecting previously unselected package zip. 00:26:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:26:46 Unpacking zip (3.0-11build1) ... 00:26:46 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:26:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:26:46 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:26:46 Setting up liberror-perl (0.17025-1) ... 00:26:46 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:26:46 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:26:46 No schema files found: doing nothing. 00:26:46 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:26:46 Setting up zip (3.0-11build1) ... 00:26:46 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:26:46 Setting up libsodium23:amd64 (1.0.16-2) ... 00:26:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:26:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:26:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:26:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:26:46 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:26:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:26:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:26:53 git set to automatically installed. 00:26:53 git-man set to automatically installed. 00:26:53 libcurl3-gnutls set to automatically installed. 00:26:53 liberror-perl set to automatically installed. 00:26:53 libglib2.0-0 set to automatically installed. 00:26:53 libnghttp2-14 set to automatically installed. 00:26:53 libnorm1 set to automatically installed. 00:26:53 libpgm-5.2-0 set to automatically installed. 00:26:53 libpsl5 set to automatically installed. 00:26:53 librtmp1 set to automatically installed. 00:26:53 libsodium23 set to automatically installed. 00:26:53 libzmq3-dev set to automatically installed. 00:26:53 libzmq5 set to automatically installed. 00:26:53 pkg-config set to automatically installed. 00:26:53 zip set to automatically installed. 00:26:55 snapd is not logged in, snap install commands will use sudo 00:27:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:27:03 snap "core18" has no updates available 00:27:03 Pulling config-common 00:27:04 Pulling go-build-helper 00:27:10 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 00:27:10 Removing intermediate container 0fc0ece1ab3c 00:27:10 ---> a7ae4fe00cba 00:27:10 00:27:10 Step 9/29 : FROM alpine:latest 00:27:10 latest: Pulling from library/alpine 00:27:10 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:27:10 Status: Downloaded newer image for alpine:latest 00:27:10 ---> 2e77e061c27f 00:27:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:27:10 ---> Running in 48bae4072aac 00:27:10 Removing intermediate container 48bae4072aac 00:27:10 ---> 78bd6f884769 00:27:10 Step 11/29 : USER root 00:27:10 ---> Running in 11a6d075080c 00:27:10 Removing intermediate container 11a6d075080c 00:27:10 ---> fb0d558d3d2c 00:27:10 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:27:10 ---> Running in 64316b9c0440 00:27:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:13 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:27:13 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:27:13 OK: 12617 distinct packages available 00:27:14 (1/2) Installing ca-certificates (20191127-r4) 00:27:14 (2/2) Installing dumb-init (1.2.2-r1) 00:27:14 Executing busybox-1.31.1-r19.trigger 00:27:14 Executing ca-certificates-20191127-r4.trigger 00:27:14 OK: 6 MiB in 16 packages 00:27:17 Removing intermediate container 64316b9c0440 00:27:17 ---> dd391b710483 00:27:17 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:27:18 ---> Running in e2892ea3c4be 00:27:20 Removing intermediate container e2892ea3c4be 00:27:20 ---> 8a0412c74a1b 00:27:20 Step 14/29 : WORKDIR $BASE_DIR 00:27:20 ---> Running in 46cff6ac53f7 00:27:21 Removing intermediate container 5a968b095b5e 00:27:21 ---> f594090b1c63 00:27:21 00:27:21 Step 10/24 : FROM alpine:3.10 00:27:21 3.10: Pulling from library/alpine 00:27:21 Removing intermediate container 46cff6ac53f7 00:27:21 ---> 67544e72cd61 00:27:21 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:27:22 ---> Running in af04dc8aaa85 00:27:23 Removing intermediate container 27e1d962795e 00:27:23 ---> 9659ccf14eac 00:27:23 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:27:24 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:27:24 Status: Downloaded newer image for alpine:3.10 00:27:24 ---> 536a684cf733 00:27:24 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:27:24 ---> Running in a85a49a5483d 00:27:24 ---> Running in cfc00f066774 00:27:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:27:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:27:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:27:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:27:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 00:27:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 00:27:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] 00:27:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] 00:27:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] 00:27:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:27:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:27:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:27:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:27:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:27:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:27:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:27:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:27:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:27:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:27:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:27:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:27:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 00:27:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 00:27:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:27:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] 00:27:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] 00:27:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:27:26 Fetched 23.5 MB in 0s (0 B/s) 00:27:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:27:26 Fetched 96.5 kB in 0s (0 B/s) 00:27:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:27:26 Fetched 279 kB in 0s (0 B/s) 00:27:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:27:26 Fetched 122 kB in 0s (0 B/s) 00:27:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:27:26 Fetched 77.8 kB in 0s (0 B/s) 00:27:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:27:26 Fetched 8848 B in 0s (0 B/s) 00:27:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:27:26 Fetched 47.8 kB in 0s (0 B/s) 00:27:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:27:26 Fetched 45.6 kB in 0s (0 B/s) 00:27:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:27:26 Fetched 14.8 kB in 0s (0 B/s) 00:27:26 Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 00:27:26 Fetched 214 kB in 0s (0 B/s) 00:27:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:27:26 Fetched 155 kB in 0s (0 B/s) 00:27:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:27:26 Fetched 50.6 kB in 0s (0 B/s) 00:27:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:27:26 Fetched 14.8 kB in 0s (0 B/s) 00:27:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:27:26 Fetched 41.8 kB in 0s (0 B/s) 00:27:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:27:26 Fetched 499 kB in 0s (0 B/s) 00:27:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:27:26 Fetched 111 kB in 0s (0 B/s) 00:27:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:27:26 Fetched 240 kB in 0s (0 B/s) 00:27:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:27:26 Fetched 29.3 kB in 0s (0 B/s) 00:27:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:27:26 Fetched 85.5 kB in 0s (0 B/s) 00:27:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:27:26 Fetched 24.5 kB in 0s (0 B/s) 00:27:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:27:26 Fetched 49.2 kB in 0s (0 B/s) 00:27:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:27:26 Fetched 54.2 kB in 0s (0 B/s) 00:27:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:27:26 Fetched 30.8 kB in 0s (0 B/s) 00:27:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:27:26 Fetched 17.0 kB in 0s (0 B/s) 00:27:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:27:26 Fetched 85.9 kB in 0s (0 B/s) 00:27:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:27:26 Fetched 8720 B in 0s (0 B/s) 00:27:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:27:26 Fetched 137 kB in 0s (0 B/s) 00:27:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:27:26 Fetched 119 kB in 0s (0 B/s) 00:27:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:27:26 Fetched 109 kB in 0s (0 B/s) 00:27:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:27:26 Fetched 11.1 kB in 0s (0 B/s) 00:27:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:27:26 Fetched 645 kB in 0s (0 B/s) 00:27:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:27:26 Fetched 41.3 kB in 0s (0 B/s) 00:27:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:27:26 Fetched 17.9 kB in 0s (0 B/s) 00:27:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:27:26 Fetched 368 kB in 0s (0 B/s) 00:27:26 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:27:26 Fetched 187 kB in 0s (0 B/s) 00:27:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:27:26 Fetched 175 kB in 0s (0 B/s) 00:27:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:27:27 Removing intermediate container af04dc8aaa85 00:27:27 ---> b4008d93ddf6 00:27:27 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:27:27 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 00:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:27:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:27:28 Fetched 206 kB in 0s (0 B/s) 00:27:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:27:28 Fetched 1301 kB in 0s (0 B/s) 00:27:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:27:28 Fetched 36.2 kB in 0s (0 B/s) 00:27:28 Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 00:27:28 Fetched 159 kB in 0s (0 B/s) 00:27:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:27:28 Fetched 107 kB in 0s (0 B/s) 00:27:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:27:28 Fetched 48.7 kB in 0s (0 B/s) 00:27:28 Pulling static-packages 00:27:29 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:27:29 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:27:29 OK: 10169 distinct packages available 00:27:29 ---> f790095fd60f 00:27:29 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:27:29 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:27:29 Skipping pull go-build-helper (already ran) 00:27:29 Skipping pull static-packages (already ran) 00:27:29 Building go-build-helper 00:27:29 (1/5) Installing ca-certificates (20191127-r2) 00:27:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:27:30 (3/5) Installing libcurl (7.66.0-r1) 00:27:30 (4/5) Installing curl (7.66.0-r1) 00:27:30 (5/5) Installing dumb-init (1.2.2-r1) 00:27:30 Executing busybox-1.30.1-r3.trigger 00:27:30 Executing ca-certificates-20191127-r2.trigger 00:27:30 OK: 7 MiB in 19 packages 00:27:30 ---> 2bc84c16202e 00:27:30 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:27:32 Building static-packages 00:27:32 ---> 4cfb75f947f2 00:27:32 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:27:34 Removing intermediate container cfc00f066774 00:27:34 ---> 4df8f424e056 00:27:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:27:34 ---> Running in 0b8825401ddb 00:27:34 Removing intermediate container a85a49a5483d 00:27:34 ---> ac820f88055f 00:27:34 00:27:34 Step 11/27 : FROM docker:latest 00:27:34 ---> 84e3a507c27b 00:27:34 Step 12/27 : RUN apk add --no-cache bash 00:27:34 Staging go-build-helper 00:27:34 ---> af3d9c42a6de 00:27:34 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:27:34 ---> Running in 5607c25a2555 00:27:35 Staging static-packages 00:27:35 Removing intermediate container 0b8825401ddb 00:27:35 ---> 6223a884fba1 00:27:35 Step 13/24 : WORKDIR / 00:27:35 ---> Running in 003ca109f409 00:27:36 Pulling go115 00:27:37 ---> e9868bbf78a1 00:27:37 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:27:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:37 'edgex-go' has dependencies that need to be staged: go115 00:27:37 Skipping pull go115 (already ran) 00:27:37 Building go115 00:27:37 % Total % Received % Xferd Average Speed Time Time Time Current 00:27:37 Dload Upload Total Spent Left Speed 00:27:37 Removing intermediate container 003ca109f409 00:27:37 ---> 50be0a909c25 00:27:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:27:37 ---> Running in fb669f8b0901 00:27:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:39 (1/2) Installing readline (8.0.4-r0) 00:27:39 (2/2) Installing bash (5.0.17-r0) 00:27:39 Executing bash-5.0.17-r0.post-install 00:27:39 Executing busybox-1.31.1-r19.trigger 00:27:39 OK: 12 MiB in 22 packages 00:27:39 ---> 9902a91695fb 00:27:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:27:39 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 00:27:40 Removing intermediate container bee728e56359 00:27:40 ---> f61950c21f78 00:27:40 00:27:40 Step 10/21 : FROM scratch 00:27:40 ---> 00:27:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:27:40 go1.15.2.linux-amd64.tar.gz: OK 00:27:40 ---> Running in d1ce14a4bf60 00:27:41 ---> 71cc6118e354 00:27:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:27:41 Removing intermediate container d1ce14a4bf60 00:27:41 ---> b7d4bd560eeb 00:27:41 Step 12/21 : ENV APP_PORT=48085 00:27:41 ---> Running in 9aa169f7f7a6 00:27:42 Removing intermediate container fb669f8b0901 00:27:42 ---> 8118558b03a8 00:27:42 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:27:42 Removing intermediate container 5607c25a2555 00:27:42 ---> 35bd9f15b314 00:27:42 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:27:42 ---> Running in e300aafb3241 00:27:42 Removing intermediate container 9aa169f7f7a6 00:27:42 ---> c9e289c6f53f 00:27:42 Step 13/21 : EXPOSE $APP_PORT 00:27:42 ---> 2c956377d845 00:27:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:27:42 ---> Running in 030b1bea6800 00:27:43 ---> 175c25be9dbc 00:27:43 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:27:43 ---> Running in c68142c28847 00:27:44 Removing intermediate container 030b1bea6800 00:27:44 ---> b7e9a5c3ae85 00:27:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:27:44 Staging go115 00:27:45 ---> aae736abedbf 00:27:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:27:45 ---> 8d5151e10616 00:27:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:27:46 Removing intermediate container e300aafb3241 00:27:46 ---> 980ff6ac5492 00:27:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:27:46 ---> Running in ba1090a85f38 00:27:46 ---> 1cdf7662c825 00:27:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:27:47 Removing intermediate container c68142c28847 00:27:47 ---> ab7ddfaa1a76 00:27:47 Step 24/29 : RUN chmod 755 security-secrets-setup 00:27:47 ---> cbe09c1bfdba 00:27:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:27:47 Removing intermediate container ba1090a85f38 00:27:47 ---> eab8ac9fe73e 00:27:47 Step 15/27 : ENV APP_PORT=48090 00:27:47 ---> Running in 7b8c7999cc2c 00:27:47 ---> Running in cd9126fc419b 00:27:48 ---> 6ab7a3bacb86 00:27:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:27:48 Removing intermediate container cd9126fc419b 00:27:48 ---> 54284dab211f 00:27:48 Step 16/27 : EXPOSE $APP_PORT 00:27:48 ---> Running in b4415edc70b7 00:27:48 ---> f8a753939255 00:27:48 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:27:48 ---> Running in a8da5b983059 00:27:49 ---> Running in 4608c8f8bc23 00:27:50 Removing intermediate container a8da5b983059 00:27:50 ---> c1eb0056390a 00:27:50 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:27:50 Removing intermediate container 4608c8f8bc23 00:27:50 ---> 4dd9c1f8baf0 00:27:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:27:50 ---> Running in e99c5cf1d9ce 00:27:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:27:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:27:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:27:51 Fetched 88.7 kB in 0s (0 B/s) 00:27:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:27:51 Fetched 224 kB in 0s (0 B/s) 00:27:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:27:51 Fetched 157 kB in 0s (0 B/s) 00:27:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:27:51 Fetched 221 kB in 0s (0 B/s) 00:27:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:27:51 Fetched 143 kB in 0s (0 B/s) 00:27:51 Pulling edgex-go 00:27:51 Pulling version 00:27:51 Removing intermediate container e99c5cf1d9ce 00:27:51 ---> bda5fc412077 00:27:51 Step 19/21 : LABEL arch=arm64 00:27:52 ---> 683b4906a2f3 00:27:52 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:27:52 ---> Running in d0506987c15f 00:27:52 Removing intermediate container 7b8c7999cc2c 00:27:52 ---> 82790fe49228 00:27:52 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:27:52 Removing intermediate container b4415edc70b7 00:27:52 ---> 3f4041efce65 00:27:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:27:52 Building config-common 00:27:52 ---> Running in 1a13b7efb591 00:27:52 ---> Running in 144c2403644f 00:27:52 Removing intermediate container d0506987c15f 00:27:52 ---> c61102972e51 00:27:52 Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:27:52 ---> a226e846762f 00:27:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:27:53 ---> Running in e316a16c2d38 00:27:53 Removing intermediate container 1a13b7efb591 00:27:53 ---> 19c736025bbe 00:27:53 Step 26/29 : CMD [ "generate" ] 00:27:53 Removing intermediate container 144c2403644f 00:27:53 ---> ff04bf2220ad 00:27:53 Step 22/24 : LABEL arch=arm64 00:27:53 ---> Running in 51650c0e0596 00:27:53 ---> Running in 53754f89447c 00:27:53 Removing intermediate container e316a16c2d38 00:27:53 ---> a9c1e05a45f9 00:27:53 Step 21/21 : LABEL version=0.0.0 00:27:53 ---> Running in fabb57e4c24f 00:27:53 ---> d4911e6bbef8 00:27:53 Step 20/27 : RUN apk --no-cache add py3-pipRemoving intermediate container 51650c0e0596 00:27:53 ---> 403df1a6bb7b 00:27:53 Step 27/29 : LABEL arch=arm64 00:27:53 00:27:54 Removing intermediate container 53754f89447c 00:27:54 ---> 839928508e79 00:27:54 Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:27:54 ---> Running in bc7598ed5fef 00:27:54 ---> Running in 3fa266465649 00:27:54 Skipping build go-build-helper (already ran) 00:27:54 Skipping build static-packages (already ran) 00:27:54 Skipping build go115 (already ran) 00:27:54 Building edgex-go 00:27:54 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 00:27:54 ---> Running in f24db300b7c5 00:27:54 Removing intermediate container fabb57e4c24f 00:27:54 ---> ea1a31fcdeea 00:27:54 00:27:55 Removing intermediate container bc7598ed5fef 00:27:55 ---> c59d936c3ff1 00:27:55 Step 28/29 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:27:55 Successfully built ea1a31fcdeea 00:27:55 Successfully tagged docker-support-scheduler-go-arm64:latest 00:27:55 Building docker-support-notifications-go 00:27:55  Building docker-support-scheduler-go ... done  ---> Running in c1253ff3677f 00:27:55 Removing intermediate container f24db300b7c5 00:27:55 ---> 379e60b574ae 00:27:55 Step 24/24 : LABEL version=0.0.0 00:27:55 go: downloading github.com/gorilla/mux v1.8.0 00:27:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 00:27:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:27:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 00:27:55 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:27:55 go: downloading github.com/pelletier/go-toml v1.2.0 00:27:55 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:27:55 go: downloading github.com/google/uuid v1.1.2 00:27:55 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 00:27:55 go: downloading github.com/go-kit/kit v0.8.0 00:27:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:27:55 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 00:27:55 go: downloading github.com/pkg/errors v0.8.1 00:27:55 go: downloading github.com/imdario/mergo v0.3.11 00:27:55 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:27:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:27:55 go: downloading gopkg.in/yaml.v2 v2.4.0 00:27:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:27:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:27:55 go: downloading github.com/hashicorp/consul/api v1.1.0 00:27:55 go: downloading github.com/x448/float16 v0.8.4 00:27:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:27:55 go: downloading github.com/BurntSushi/toml v0.3.1 00:27:55 go: downloading github.com/leodido/go-urn v1.2.0 00:27:55 go: downloading github.com/go-playground/universal-translator v0.17.0 00:27:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:27:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:27:55 go: downloading github.com/pebbe/zmq4 v1.0.0 00:27:55 go: downloading github.com/go-playground/locales v0.13.0 00:27:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:27:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:27:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:27:55 go: downloading github.com/hashicorp/serf v0.8.2 00:27:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:27:55 ---> Running in a338f7f8d761 00:27:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:27:56 go: downloading github.com/mitchellh/copystructure v1.0.0 00:27:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:27:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:27:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:27:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:27:56 Removing intermediate container c1253ff3677f 00:27:56 ---> 97e74a61d96b 00:27:56 Step 29/29 : LABEL version=0.0.0 00:27:56 ---> Running in 5433cd42f7dd 00:27:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:27:56 Removing intermediate container a338f7f8d761 00:27:56 ---> 38714d31104a 00:27:56 00:27:56 (1/33) Installing libbz2 (1.0.8-r1) 00:27:56 (2/33) Installing expat (2.2.9-r1) 00:27:56 (3/33) Installing libffi (3.3-r2) 00:27:56 (4/33) Installing gdbm (1.13-r1) 00:27:56 (5/33) Installing xz-libs (5.2.5-r0) 00:27:56 (6/33) Installing sqlite-libs (3.32.1-r0) 00:27:56 (7/33) Installing python3 (3.8.5-r0) 00:27:57 Successfully built 38714d31104a 00:27:57 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:27:57 Building docker-security-proxy-setup-go 00:27:58  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5433cd42f7dd 00:27:58 ---> d72a99b0818c 00:27:58 00:27:58 Successfully built d72a99b0818c 00:27:58 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:27:58  Building docker-security-secrets-setup-go ... done Building docker-security-bootstrap-redis-go 00:27:59 (8/33) Installing py3-appdirs (1.4.4-r1) 00:27:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:27:59 (10/33) Installing py3-parsing (2.4.7-r0) 00:27:59 (11/33) Installing py3-six (1.15.0-r0) 00:27:59 (12/33) Installing py3-packaging (20.4-r0) 00:27:59 (13/33) Installing py3-setuptools (47.0.0-r0) 00:27:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:27:59 (15/33) Installing py3-idna (2.9-r0) 00:27:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:27:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:27:59 (18/33) Installing py3-requests (2.23.0-r0) 00:27:59 (19/33) Installing py3-msgpack (1.0.0-r0) 00:27:59 (20/33) Installing py3-lockfile (0.12.2-r3) 00:27:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:27:59 (22/33) Installing py3-colorama (0.4.3-r0) 00:27:59 (23/33) Installing py3-distlib (0.3.0-r0) 00:27:59 (24/33) Installing py3-distro (1.5.0-r1) 00:27:59 (25/33) Installing py3-webencodings (0.5.1-r3) 00:27:59 (26/33) Installing py3-html5lib (1.0.1-r4) 00:27:59 (27/33) Installing py3-pytoml (0.1.21-r0) 00:27:59 (28/33) Installing py3-pep517 (0.8.2-r0) 00:27:59 (29/33) Installing py3-progress (1.5-r0) 00:27:59 (30/33) Installing py3-toml (0.10.1-r0) 00:27:59 (31/33) Installing py3-retrying (1.3.3-r0) 00:27:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:27:59 (33/33) Installing py3-pip (20.1.1-r0) 00:27:59 Removing intermediate container a44115bdb5fb 00:27:59 ---> 76376d988ea7 00:27:59 00:27:59 Step 10/23 : FROM alpine 00:27:59 ---> 2e77e061c27f 00:27:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:28:00 Executing busybox-1.31.1-r19.trigger 00:28:00 OK: 71 MiB in 55 packages 00:28:00 ---> Running in 322b127a8d94 00:28:01 Removing intermediate container 322b127a8d94 00:28:01 ---> 72568fdd806e 00:28:01 Step 12/23 : ENV APP_PORT=48080 00:28:02 ---> Running in e06451f2943b 00:28:03 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 00:28:04 Removing intermediate container e06451f2943b 00:28:04 ---> e545def82ab6 00:28:04 Step 13/23 : EXPOSE $APP_PORT 00:28:04 ---> Running in 91a4acce0b0e 00:28:05 Removing intermediate container 91a4acce0b0e 00:28:05 ---> 9a53409ac7dc 00:28:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:06 ---> Running in 1eb9fb1e5f0c 00:28:07 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 00:28:07 Removing intermediate container 3fa266465649 00:28:07 ---> 60f992a04164 00:28:07 Step 21/27 : RUN pip install docker-compose==1.23.2 00:28:07 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 00:28:08 ---> Running in 9e4e5f5bf0e7 00:28:08 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 00:28:09 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 00:28:09 go: downloading github.com/stretchr/testify v1.5.1 00:28:09 go: downloading github.com/davecgh/go-spew v1.1.1 00:28:09 go: downloading github.com/pmezard/go-difflib v1.0.0 00:28:09 Removing intermediate container 1eb9fb1e5f0c 00:28:09 ---> 70090f375c41 00:28:09 Step 15/23 : RUN apk --no-cache add zeromq 00:28:09 ---> Running in 62ebe28b5d03 00:28:10 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 00:28:10 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:28:10 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:12 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 00:28:12 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 00:28:12 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:28:12 (1/5) Installing libgcc (9.3.0-r2) 00:28:12 (2/5) Installing libsodium (1.0.18-r0) 00:28:12 (3/5) Installing libstdc++ (9.3.0-r2) 00:28:13 (4/5) Installing libzmq (4.3.3-r0) 00:28:13 (5/5) Installing zeromq (4.3.3-r0) 00:28:13 Executing busybox-1.31.1-r19.trigger 00:28:13 OK: 8 MiB in 19 packages 00:28:13 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 00:28:13 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:28:14 Collecting docker-compose==1.23.2 00:28:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:28:14 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 00:28:15 Removing intermediate container 62ebe28b5d03 00:28:15 ---> df797408e5a9 00:28:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:28:15 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 00:28:15 Collecting cached-property<2,>=1.2.0 00:28:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:28:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:28:15 Collecting dockerpty<0.5,>=0.4.1 00:28:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:28:16 ---> 0c72edc1457f 00:28:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:28:16 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 00:28:17 ---> 855ee66e262b 00:28:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:28:18 Building version 00:28:19 ---> 91742871a971 00:28:19 Step 19/23 : ENTRYPOINT ["/core-data"] 00:28:19 ---> Running in 325a1c2e87ac 00:28:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:28:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:28:20 Staging config-common 00:28:20 Removing intermediate container 325a1c2e87ac 00:28:20 ---> af7c49f5be59 00:28:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:20 ---> Running in 8d556215a9ed 00:28:20 Collecting PyYAML<4,>=3.10 00:28:20 Downloading PyYAML-3.13.tar.gz (270 kB) 00:28:21 Removing intermediate container 8d556215a9ed 00:28:21 ---> a0236c8f467d 00:28:21 Step 21/23 : LABEL arch=arm64 00:28:21 ---> Running in 2b34cca3d246 00:28:21 Skipping stage go-build-helper (already ran) 00:28:21 Skipping stage static-packages (already ran) 00:28:21 Skipping stage go115 (already ran) 00:28:21 Staging edgex-go 00:28:22 Staging version 00:28:22 Removing intermediate container 2b34cca3d246 00:28:22 ---> f9b806269af9 00:28:22 Step 22/23 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:28:22 ---> Running in 4c0233b76d82 00:28:22 Priming config-common 00:28:23 Removing intermediate container 4c0233b76d82 00:28:23 ---> 2e322d319d7a 00:28:23 Step 23/23 : LABEL version=0.0.0 00:28:23 ---> Running in c868666d4d24 00:28:23 Priming go-build-helper 00:28:24 Removing intermediate container c868666d4d24 00:28:24 ---> e70f422c70e3 00:28:24 00:28:24 Collecting jsonschema<3,>=2.5.1 00:28:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:28:24 Successfully built e70f422c70e3 00:28:24 Successfully tagged docker-core-data-go-arm64:latest 00:28:24  Building docker-core-data-go ... done Building docker-core-command-go 00:28:24 Priming static-packages 00:28:25 Collecting texttable<0.10,>=0.9.0 00:28:25 Downloading texttable-0.9.1.tar.gz (11 kB) 00:28:27 Collecting docopt<0.7,>=0.6.1 00:28:27 Downloading docopt-0.6.2.tar.gz (25 kB) 00:28:27 Priming go115 00:28:27 Priming edgex-go 00:28:29 Priming version 00:28:29 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:28:29 Collecting websocket-client<1.0,>=0.32.0 00:28:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:28:30 Collecting docker<4.0,>=3.6.0 00:28:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:28:31 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) 00:28:31 Collecting idna<2.8,>=2.5 00:28:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 00:28:32 Collecting urllib3<1.25,>=1.21.1 00:28:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:28:32 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] } 00:28:32 Collecting docker-pycreds>=0.4.0 00:28:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [Pipeline] // stage [Pipeline] } 00:28:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:28:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:28:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:28:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:28:34 Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, PyYAML, jsonschema, texttable, docopt, websocket-client, docker-pycreds, docker, docker-compose 00:28:34 Running setup.py install for dockerpty: started 00:28:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:28:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:28:34 ---> e1d560b1e453 00:28:34 Step 3/24 : WORKDIR /edgex-go 00:28:34 ---> Using cache 00:28:34 ---> aec4abd21de4 00:28:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:34 ---> Using cache 00:28:34 ---> cd3d19fe018c 00:28:34 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:28:36 Running setup.py install for dockerpty: finished with status 'done' 00:28:36 Attempting uninstall: idna 00:28:36 Found existing installation: idna 2.9 00:28:36 Uninstalling idna-2.9: 00:28:36 Successfully uninstalled idna-2.9 00:28:37 ---> Running in 7fffaf220e9c 00:28:37 Attempting uninstall: urllib3 00:28:37 Found existing installation: urllib3 1.25.9 00:28:37 Uninstalling urllib3-1.25.9: 00:28:37 Successfully uninstalled urllib3-1.25.9 00:28:38 Attempting uninstall: requests 00:28:38 Found existing installation: requests 2.23.0 00:28:38 Uninstalling requests-2.23.0: 00:28:38 Successfully uninstalled requests-2.23.0 00:28:38 Running setup.py install for PyYAML: started 00:28:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:28:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:28:39 ---> e1d560b1e453 00:28:39 Step 3/21 : WORKDIR /edgex-go 00:28:39 ---> Using cache 00:28:39 ---> aec4abd21de4 00:28:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:39 ---> Using cache 00:28:39 ---> cd3d19fe018c 00:28:39 Step 5/21 : RUN apk update && apk add make git 00:28:39 ---> Using cache 00:28:39 ---> 2546b11287b0 00:28:39 Step 6/21 : COPY go.mod . 00:28:39 ---> Using cache 00:28:39 ---> daab3c01847f 00:28:39 Step 7/21 : RUN go mod download 00:28:39 ---> Using cache 00:28:39 ---> bc84c942f881 00:28:39 Step 8/21 : COPY . . 00:28:39 ---> Using cache 00:28:39 ---> ca65af13ad91 00:28:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:28:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:41 ---> Running in 084f4f9ec9d3 00:28:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:28:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:28:41 ---> e1d560b1e453 00:28:41 Step 3/22 : WORKDIR /edgex-go 00:28:41 ---> Using cache 00:28:41 ---> aec4abd21de4 00:28:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:41 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 00:28:41 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 00:28:41 OK: 12616 distinct packages available 00:28:41 ---> Using cache 00:28:41 ---> cd3d19fe018c 00:28:41 Step 5/22 : RUN apk update && apk add make git 00:28:41 ---> Using cache 00:28:41 ---> 2546b11287b0 00:28:41 Step 6/22 : COPY go.mod . 00:28:41 ---> Using cache 00:28:41 ---> daab3c01847f 00:28:41 Step 7/22 : RUN go mod download 00:28:41 ---> Using cache 00:28:41 ---> bc84c942f881 00:28:41 Step 8/22 : COPY . . 00:28:41 ---> Using cache 00:28:41 ---> ca65af13ad91 00:28:41 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:28:41 ---> Running in f302ac76d975 00:28:41 Running setup.py install for PyYAML: finished with status 'done' 00:28:41 OK: 217 MiB in 51 packages 00:28:42 Running setup.py install for texttable: started 00:28:42 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 00:28:43 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 00:28:44 Removing intermediate container 7fffaf220e9c 00:28:44 ---> 086ba0b62388 00:28:44 Step 6/24 : COPY go.mod . 00:28:45 Running setup.py install for texttable: finished with status 'done' 00:28:45 ---> e6bbe926102b 00:28:45 Step 7/24 : RUN go mod download 00:28:45 Running setup.py install for docopt: started 00:28:45 ---> Running in 406d1ff30c6b 00:28:48 Running setup.py install for docopt: finished with status 'done' 00:28:51 Removing intermediate container 406d1ff30c6b 00:28:51 ---> 921e03f215e2 00:28:51 Step 8/24 : COPY . . 00:28:52 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 00:29:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:29:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:29:00 ---> e1d560b1e453 00:29:00 Step 3/22 : WORKDIR /edgex-go 00:29:00 ---> Using cache 00:29:00 ---> aec4abd21de4 00:29:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:00 ---> Using cache 00:29:00 ---> cd3d19fe018c 00:29:00 Step 5/22 : RUN apk update && apk add make git 00:29:00 ---> Using cache 00:29:00 ---> 2546b11287b0 00:29:00 Step 6/22 : COPY go.mod . 00:29:00 ---> Using cache 00:29:00 ---> daab3c01847f 00:29:00 Step 7/22 : RUN go mod download 00:29:00 ---> Using cache 00:29:00 ---> bc84c942f881 00:29:00 Step 8/22 : COPY . . 00:29:00 ---> Using cache 00:29:00 ---> ca65af13ad91 00:29:00 Step 9/22 : RUN make cmd/core-command/core-command 00:29:01 Removing intermediate container 9e4e5f5bf0e7 00:29:01 ---> 98f2698d1e73 00:29:01 Step 22/27 : RUN apk --no-cache add curl 00:29:01 ---> Running in ea22407eec27 00:29:01 ---> Running in bedf5b7b8c05 00:29:04 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 00:29:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:29:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:29:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:29:06 (2/3) Installing libcurl (7.69.1-r1) 00:29:06 (3/3) Installing curl (7.69.1-r1) 00:29:06 Executing busybox-1.31.1-r19.trigger 00:29:06 OK: 71 MiB in 58 packages 00:29:10 Removing intermediate container bedf5b7b8c05 00:29:10 ---> 173eb864e32b 00:29:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:29:10 ---> Running in 98f81cfd93f0 00:29:11 Removing intermediate container 98f81cfd93f0 00:29:11 ---> dd9048dff825 00:29:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:29:12 ---> Running in efbd5dc50624 00:29:13 Removing intermediate container efbd5dc50624 00:29:13 ---> 6060bffb56bc 00:29:13 Step 25/27 : LABEL arch=arm64 00:29:13 ---> Running in 91ed1d5303fe 00:29:14 Removing intermediate container 91ed1d5303fe 00:29:14 ---> 09a6efe18b5f 00:29:14 Step 26/27 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:29:15 ---> Running in fd2ec1af42a9 00:29:16 Removing intermediate container fd2ec1af42a9 00:29:16 ---> 752f529d18a9 00:29:16 Step 27/27 : LABEL version=0.0.0 00:29:16 ---> Running in 5a89740f4969 00:29:16 ---> 0eeec1c8da89 00:29:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:29:16 Removing intermediate container 5a89740f4969 00:29:16 ---> 999a5e5cbf49 00:29:16 00:29:17 ---> Running in 5baa995f1838 00:29:17 Successfully built 999a5e5cbf49 00:29:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:29:17  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 00:29:18 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 00:29:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:29:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:29:45 ---> e1d560b1e453 00:29:45 Step 3/22 : WORKDIR /edgex-go 00:29:45 ---> Using cache 00:29:45 ---> aec4abd21de4 00:29:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:45 ---> Using cache 00:29:45 ---> cd3d19fe018c 00:29:45 Step 5/22 : RUN apk update && apk add make git 00:29:45 ---> Using cache 00:29:45 ---> 2546b11287b0 00:29:45 Step 6/22 : COPY go.mod . 00:29:45 ---> Using cache 00:29:45 ---> daab3c01847f 00:29:45 Step 7/22 : RUN go mod download 00:29:45 ---> Using cache 00:29:45 ---> bc84c942f881 00:29:45 Step 8/22 : COPY . . 00:29:45 ---> Using cache 00:29:45 ---> ca65af13ad91 00:29:45 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:29:45 ---> Running in 1d00fe24e441 00:29:47 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 00:30:02 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 00:30:15 Removing intermediate container f302ac76d975 00:30:15 ---> 025b63923369 00:30:15 00:30:15 Step 10/22 : FROM alpine:3.10 00:30:15 ---> 536a684cf733 00:30:15 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:30:15 ---> Using cache 00:30:15 ---> 4df8f424e056 00:30:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:30:15 ---> Running in 770cd17da400 00:30:15 Removing intermediate container 770cd17da400 00:30:15 ---> 9ba104a02fff 00:30:15 Step 13/22 : WORKDIR / 00:30:15 ---> Running in c5c6fd8e1a4e 00:30:15 Removing intermediate container c5c6fd8e1a4e 00:30:15 ---> e3ce54f9bcd9 00:30:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:30:16 ---> 9a4d810f02f8 00:30:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:30:19 ---> 604ddcb18ccc 00:30:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:30:20 Removing intermediate container 084f4f9ec9d3 00:30:20 ---> 56b191d7b7c5 00:30:20 00:30:20 Step 10/21 : FROM alpine 00:30:20 ---> 2e77e061c27f 00:30:20 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:30:20 ---> 955e0a700564 00:30:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:30:20 ---> Running in 9edf942d4d3c 00:30:21 ---> 25819013212e 00:30:21 Step 18/22 : RUN chmod +x entrypoint.sh 00:30:22 ---> Running in e0d918fbea3b 00:30:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:24 v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:30:24 v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:30:24 OK: 12617 distinct packages available 00:30:25 (1/4) Installing ca-certificates (20191127-r4) 00:30:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:30:25 (3/4) Installing libcurl (7.69.1-r1) 00:30:25 (4/4) Installing curl (7.69.1-r1) 00:30:25 Executing busybox-1.31.1-r19.trigger 00:30:25 Executing ca-certificates-20191127-r4.trigger 00:30:25 Removing intermediate container e0d918fbea3b 00:30:25 ---> 37a2765689ea 00:30:25 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:30:25 OK: 7 MiB in 18 packages 00:30:25 ---> Running in ef31ad1e83cd 00:30:26 Removing intermediate container ef31ad1e83cd 00:30:26 ---> 6b5c8f8a065e 00:30:26 Step 20/22 : LABEL arch=arm64 00:30:26 ---> Running in 75d18534d4e0 00:30:27 Removing intermediate container 75d18534d4e0 00:30:27 ---> 2090ab3a9c6a 00:30:27 Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:30:28 ---> Running in 012d20bc2f7d 00:30:28 Removing intermediate container 9edf942d4d3c 00:30:28 ---> bec00c636738 00:30:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:30:28 ---> Running in 9909d5b77389 00:30:28 Removing intermediate container 012d20bc2f7d 00:30:28 ---> eced22890017 00:30:28 Step 22/22 : LABEL version=0.0.0 00:30:29 ---> Running in e242d7c3513d 00:30:29 Removing intermediate container 9909d5b77389 00:30:29 ---> 7c77fecc6c35 00:30:29 Step 13/21 : WORKDIR /edgex 00:30:30 ---> Running in ea3d055929a8 00:30:30 Removing intermediate container e242d7c3513d 00:30:30 ---> 2995eda991f6 00:30:30 00:30:30 Removing intermediate container ea3d055929a8 00:30:30 ---> 9b0ef9748f91 00:30:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:30:30 Successfully built 2995eda991f6 00:30:30 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:30:31  Building docker-security-bootstrap-redis-go ... done  ---> b49879eb57f0 00:30:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:30:33 ---> 7a7a055a4a88 00:30:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:30:35 ---> d2e68afa7772 00:30:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:30:35 ---> Running in 1245b88a1232 00:30:36 Removing intermediate container 1245b88a1232 00:30:36 ---> 77391549f7e7 00:30:36 Step 18/21 : CMD ["--init=true"] 00:30:36 ---> Running in efc66c0a7b66 00:30:37 Removing intermediate container efc66c0a7b66 00:30:37 ---> 0e02d74ca04f 00:30:37 Step 19/21 : LABEL arch=arm64 00:30:37 ---> Running in d17a920e2251 00:30:38 Removing intermediate container d17a920e2251 00:30:38 ---> 26afdf7953e5 00:30:38 Step 20/21 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:30:38 ---> Running in 3cf81213e505 00:30:38 Removing intermediate container 3cf81213e505 00:30:38 ---> 8e4fcbf1b606 00:30:38 Step 21/21 : LABEL version=0.0.0 00:30:39 ---> Running in 0a4e15943646 00:30:39 Removing intermediate container 0a4e15943646 00:30:39 ---> 50d4fa9e149d 00:30:39 00:30:40 Successfully built 50d4fa9e149d 00:30:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:30:55  Building docker-security-proxy-setup-go ... done Removing intermediate container ea22407eec27 00:30:55 ---> 4edb08659047 00:30:55 00:30:55 Step 10/22 : FROM scratch 00:30:55 ---> 00:30:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:30:55 ---> Using cache 00:30:55 ---> b7d4bd560eeb 00:30:55 Step 12/22 : ENV APP_PORT=48082 00:30:55 ---> Running in 1ca9f91a713c 00:30:55 Removing intermediate container 1ca9f91a713c 00:30:55 ---> be1ba77baa24 00:30:55 Step 13/22 : EXPOSE $APP_PORT 00:30:55 ---> Running in d4aa238fa25d 00:30:55 Removing intermediate container d4aa238fa25d 00:30:55 ---> 49384d07adf0 00:30:55 Step 14/22 : WORKDIR / 00:30:56 ---> Running in 85dff471d826 00:30:56 Removing intermediate container 85dff471d826 00:30:56 ---> 3d254e4b9a82 00:30:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:30:58 ---> 9a3909fb122f 00:30:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:31:00 ---> 21e4fe06d27d 00:31:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:31:02 ---> d093dd77a4aa 00:31:02 Step 18/22 : ENTRYPOINT ["/core-command"] 00:31:02 Removing intermediate container 5baa995f1838 00:31:02 ---> b732e3644141 00:31:02 00:31:02 Step 10/24 : FROM scratch 00:31:02 ---> 00:31:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:31:02 ---> Running in 4f0dcbc18e96 00:31:02 ---> Running in 757e051af204 00:31:03 Removing intermediate container 757e051af204 00:31:03 ---> 67e18bae7da9 00:31:03 Step 12/24 : ENV APP_PORT=48060 00:31:03 Removing intermediate container 4f0dcbc18e96 00:31:03 ---> aa0d06bdbcb4 00:31:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:03 ---> Running in 0f3eb165c428 00:31:03 ---> Running in 78e08cb0e8a4 00:31:04 Removing intermediate container 78e08cb0e8a4 00:31:04 ---> a0ade1f613c0 00:31:04 Step 20/22 : LABEL arch=arm64 00:31:04 Removing intermediate container 0f3eb165c428 00:31:04 ---> 1581b2ac8e04 00:31:04 Step 13/24 : EXPOSE $APP_PORT 00:31:04 ---> Running in e47751a8de0d 00:31:04 ---> Running in 9acecccc67eb 00:31:05 Removing intermediate container e47751a8de0d 00:31:05 ---> 35221b2e64e6 00:31:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:31:05 Removing intermediate container 9acecccc67eb 00:31:05 ---> e58e8aa0101f 00:31:05 Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:31:05 ---> Running in 8145a230de2d 00:31:06 Removing intermediate container 8145a230de2d 00:31:06 ---> 46dd05cbf9e0 00:31:06 Step 22/22 : LABEL version=0.0.0 00:31:06 ---> ae5d1ca86f13 00:31:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:31:06 ---> Running in c7070250e11c 00:31:07 Removing intermediate container c7070250e11c 00:31:07 ---> 8c31422f74b5 00:31:07 00:31:07 Successfully built 8c31422f74b5 00:31:07 Successfully tagged docker-core-command-go-arm64:latest 00:31:07  Building docker-core-command-go ... done  ---> e7fefbf1caaa 00:31:07 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:31:09 ---> 9b5efddf09f5 00:31:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:31:10 ---> 4855c3f1c50b 00:31:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:31:11 ---> c2e737f178fd 00:31:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:31:12 ---> 7448c8b0bd75 00:31:12 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:31:12 ---> Running in 73f4d336cc8d 00:31:12 Removing intermediate container 73f4d336cc8d 00:31:12 ---> 77c172dc1a40 00:31:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:13 ---> Running in 019b6858661c 00:31:13 Removing intermediate container 019b6858661c 00:31:13 ---> 7abe8cfbb61d 00:31:13 Step 22/24 : LABEL arch=arm64 00:31:13 ---> Running in 0c19689a14a4 00:31:14 Removing intermediate container 0c19689a14a4 00:31:14 ---> 0e95550eb088 00:31:14 Step 23/24 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:31:14 ---> Running in a201bc5f6ffd 00:31:15 Removing intermediate container a201bc5f6ffd 00:31:15 ---> de07591af490 00:31:15 Step 24/24 : LABEL version=0.0.0 00:31:15 ---> Running in 74f5eb7849b1 00:31:16 Removing intermediate container 74f5eb7849b1 00:31:16 ---> c40456646b5a 00:31:16 00:31:16 Successfully built c40456646b5a 00:31:16 Removing intermediate container 1d00fe24e441 00:31:16 ---> d9d9b7174878 00:31:16 00:31:16 Step 10/22 : FROM scratch 00:31:16 ---> 00:31:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:31:16 Successfully tagged docker-support-notifications-go-arm64:latest 00:31:17  Building docker-support-notifications-go ... done  ---> Using cache 00:31:17 ---> b7d4bd560eeb 00:31:17 Step 12/22 : ENV APP_PORT=48081 00:31:17 ---> Running in 7ee6ce4b52e2 00:31:17 Removing intermediate container 7ee6ce4b52e2 00:31:17 ---> 6a641f036132 00:31:17 Step 13/22 : EXPOSE $APP_PORT 00:31:17 ---> Running in 6f151d76e23e 00:31:17 Removing intermediate container 6f151d76e23e 00:31:17 ---> 54a0dc8ec456 00:31:17 Step 14/22 : WORKDIR / 00:31:18 ---> Running in ab107951c25b 00:31:18 Removing intermediate container ab107951c25b 00:31:18 ---> 213fb6c94582 00:31:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:31:19 ---> 0595f2ac70a7 00:31:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:31:20 ---> 344b1de45191 00:31:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:31:21 ---> b610aa85e59b 00:31:21 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:31:21 ---> Running in 34e3111808ee 00:31:21 Removing intermediate container 34e3111808ee 00:31:21 ---> c24efe6fb402 00:31:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:22 ---> Running in 21c66758a033 00:31:22 Removing intermediate container 21c66758a033 00:31:22 ---> fc4fe8f24fac 00:31:22 Step 20/22 : LABEL arch=arm64 00:31:22 ---> Running in dca6a459fac2 00:31:23 Removing intermediate container dca6a459fac2 00:31:23 ---> 1c2d0f0e1aec 00:31:23 Step 21/22 : LABEL git_sha=35953d63dbb6324954242bc6432706fab40e1eb5 00:31:23 ---> Running in 27ab8b52af48 00:31:23 Removing intermediate container 27ab8b52af48 00:31:23 ---> ac6034a28da2 00:31:23 Step 22/22 : LABEL version=0.0.0 00:31:23 ---> Running in 5a4c9169c3eb 00:31:24 Removing intermediate container 5a4c9169c3eb 00:31:24 ---> 5930b18c4420 00:31:24 00:31:24 Successfully built 5930b18c4420 00:31:24 Successfully tagged docker-core-metadata-go-arm64:latest 00:31:24  Building docker-core-metadata-go ... done  [Pipeline] } 00:31:24 $ docker stop --time=1 c343f029dbbc04461ca6188f1288d726e40488619d2d6e68d133fcb33aab5472 00:31:26 $ docker rm -f c343f029dbbc04461ca6188f1288d726e40488619d2d6e68d133fcb33aab5472 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:27 + docker images 00:31:27 + grep docker 00:31:27 docker-core-metadata-go-arm64 latest 5930b18c4420 4 seconds ago 13.6MB 00:31:27 docker-support-notifications-go-arm64 latest c40456646b5a 12 seconds ago 12.9MB 00:31:27 docker-core-command-go-arm64 latest 8c31422f74b5 21 seconds ago 11.4MB 00:31:27 docker-security-proxy-setup-go-arm64 latest 50d4fa9e149d 48 seconds ago 23.4MB 00:31:27 docker-security-bootstrap-redis-go-arm64 latest 2995eda991f6 58 seconds ago 15.2MB 00:31:27 docker-sys-mgmt-agent-go-arm64 latest 999a5e5cbf49 2 minutes ago 273MB 00:31:27 docker-core-data-go-arm64 latest e70f422c70e3 3 minutes ago 22.3MB 00:31:27 docker-security-secrets-setup-go-arm64 latest d72a99b0818c 3 minutes ago 22.7MB 00:31:27 docker-security-secretstore-setup-go-arm64 latest 38714d31104a 3 minutes ago 23.5MB 00:31:27 docker-support-scheduler-go-arm64 latest ea1a31fcdeea 3 minutes ago 11.5MB 00:31:27 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 00:31:29 provisioning config files... 00:31:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8633926441131469229tmp [Pipeline] { [Pipeline] sh 00:31:30 + set +x 00:31:30 + curl -s https://codecov.io/bash 00:31:30 + bash -s -- 00:31:30 00:31:30 _____ _ 00:31:30 / ____| | | 00:31:30 | | ___ __| | ___ ___ _____ __ 00:31:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:31:30 | |___| (_) | (_| | __/ (_| (_) \ V / 00:31:30 \_____\___/ \__,_|\___|\___\___/ \_/ 00:31:30 Bash-20201130-cc6d3fe 00:31:30 00:31:30 00:31:30 ==> Jenkins CI detected. 00:31:30 project root: . 00:31:30 --> token set from env 00:31:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:31:30 ==> Running gcov in . (disable via -X gcov) 00:31:30 ==> Python coveragepy not found 00:31:30 ==> Searching for coverage reports in: 00:31:30 + . 00:31:30 -> Found 1 reports 00:31:30 ==> Detecting git/mercurial file structure 00:31:30 ==> Reading reports 00:31:30 + ./coverage.out bytes=569875 00:31:30 ==> Appending adjustments 00:31:30 https://docs.codecov.io/docs/fixing-reports 00:31:33 + Found adjustments 00:31:33 ==> Gzipping contents 00:31:33 88K /tmp/codecov.Bpg9Fx.gz 00:31:33 ==> Uploading reports 00:31:33 url: https://codecov.io 00:31:33 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= 00:31:33 -> Pinging Codecov 00:31:33 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= 00:31:34 -> Uploading to 00:31:34 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 00:31:34 % Total % Received % Xferd Average Speed Time Time Time Current 00:31:34 Dload Upload Total Spent Left Speed 00:31:34 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 00:31:34 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/35953d63dbb6324954242bc6432706fab40e1eb5 [Pipeline] } 00:31:34 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 00:31:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:31:37 ---> package-listing.sh 00:31:37 ++ facter osfamily 00:31:37 ++ tr '[:upper:]' '[:lower:]' 00:31:37 + OS_FAMILY=redhat 00:31:37 + workspace=/w/workspace/edgex-go/4 00:31:37 + START_PACKAGES=/tmp/packages_start.txt 00:31:37 + END_PACKAGES=/tmp/packages_end.txt 00:31:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:31:37 + PACKAGES=/tmp/packages_start.txt 00:31:37 + '[' /w/workspace/edgex-go/4 ']' 00:31:37 + PACKAGES=/tmp/packages_end.txt 00:31:37 + case "${OS_FAMILY}" in 00:31:37 + rpm -qa 00:31:37 + sort 00:31:42 + '[' -f /tmp/packages_start.txt ']' 00:31:42 + '[' -f /tmp/packages_end.txt ']' 00:31:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:31:42 + '[' /w/workspace/edgex-go/4 ']' 00:31:42 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:31:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:31:42 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 00:31:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:31:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:31:43 00:31:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:31:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:31:43 alpine: Pulling from edgex-lftools-log-publisher 00:31:43 df20fa9351a1: Pulling fs layer 00:31:43 36b3adc4ff6f: Pulling fs layer 00:31:43 8ad3a11d3b57: Pulling fs layer 00:31:43 46f8f816bc3b: Pulling fs layer 00:31:43 93b61091891f: Pulling fs layer 00:31:43 93b9cdb0e59b: Pulling fs layer 00:31:43 5e14af77c1be: Pulling fs layer 00:31:43 01666e4c0597: Pulling fs layer 00:31:43 aa168da1d23b: Pulling fs layer 00:31:43 46f8f816bc3b: Waiting 00:31:43 93b9cdb0e59b: Waiting 00:31:43 01666e4c0597: Waiting 00:31:43 5e14af77c1be: Waiting 00:31:43 aa168da1d23b: Waiting 00:31:43 36b3adc4ff6f: Verifying Checksum 00:31:43 36b3adc4ff6f: Download complete 00:31:44 46f8f816bc3b: Verifying Checksum 00:31:44 46f8f816bc3b: Download complete 00:31:44 df20fa9351a1: Verifying Checksum 00:31:44 df20fa9351a1: Download complete 00:31:44 93b9cdb0e59b: Verifying Checksum 00:31:44 93b9cdb0e59b: Download complete 00:31:44 93b61091891f: Verifying Checksum 00:31:44 93b61091891f: Download complete 00:31:44 5e14af77c1be: Verifying Checksum 00:31:44 5e14af77c1be: Download complete 00:31:44 01666e4c0597: Verifying Checksum 00:31:44 01666e4c0597: Download complete 00:31:44 df20fa9351a1: Pull complete 00:31:44 36b3adc4ff6f: Pull complete 00:31:45 8ad3a11d3b57: Download complete 00:31:45 8ad3a11d3b57: Pull complete 00:31:46 46f8f816bc3b: Pull complete 00:31:46 93b61091891f: Pull complete 00:31:46 93b9cdb0e59b: Pull complete 00:31:46 5e14af77c1be: Pull complete 00:31:47 01666e4c0597: Pull complete 00:31:48 aa168da1d23b: Verifying Checksum 00:31:48 aa168da1d23b: Download complete 00:32:01 aa168da1d23b: Pull complete 00:32:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:32:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:32:02 prd-centos7-docker-4c-2g-15167 does not seem to be running inside a container 00:32:02 $ 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 00:32:05 $ docker top 43b5b8682345a82acb899167b4a9f6e8e5b1ea2eaab47299b21e4f62e89a03ef -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:06 + touch /tmp/pre-build-complete [Pipeline] sh 00:32:06 + mkdir -p /var/log/sa [Pipeline] sh 00:32:06 + ls /var/log/sa-host 00:32:06 + sadf -c /var/log/sa-host/sa09 00:32:06 file_magic: OK 00:32:06 HZ: Using current value: 100 00:32:06 file_header: OK 00:32:06 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 00:32:06 Statistics: 00:32:06 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... 00:32:06 File successfully converted to sysstat format version 12.2.1 00:32:06 + sadf -c /var/log/sa-host/sa23 00:32:06 file_magic: OK 00:32:06 HZ: Using current value: 100 00:32:06 file_header: OK 00:32:06 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 00:32:06 Statistics: 00:32:06 Hnuu...uuuununununu... 00:32:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:32:07 provisioning config files... 00:32:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config9222701406893619083tmp [Pipeline] { [Pipeline] echo 00:32:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:32:08 ---> create-netrc.sh [Pipeline] } 00:32:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:32:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:32:08 ---> python-tools-install.sh [Pipeline] echo 00:32:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:32:08 ---> sudo-logs.sh 00:32:08 Archiving 'sudo' log.. [Pipeline] echo 00:32:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:32:09 ---> job-cost.sh 00:32:09 lf-activate-venv: SKIPPING 00:32:09 INFO: No Stack... 00:32:10 INFO: Retrieving Pricing Info for: v1-standard-2 00:32:11 INFO: Archiving Costs [Pipeline] echo 00:32:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:32:11 ---> logs-deploy.sh 00:32:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2930/4 00:32:11 INFO: archiving workspace using pattern(s): 00:32:12 Archives upload complete. 00:32:12 INFO: archiving logs to Nexus 00:32:14 ---> uname -a: 00:32:14 Linux prd-centos7-docker-4c-2g-15167.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:32:14 00:32:14 00:32:14 ---> lscpu: 00:32:14 Architecture: x86_64 00:32:14 CPU op-mode(s): 32-bit, 64-bit 00:32:14 Byte Order: Little Endian 00:32:14 Address sizes: 40 bits physical, 48 bits virtual 00:32:14 CPU(s): 4 00:32:14 On-line CPU(s) list: 0-3 00:32:14 Thread(s) per core: 1 00:32:14 Core(s) per socket: 1 00:32:14 Socket(s): 4 00:32:14 NUMA node(s): 1 00:32:14 Vendor ID: GenuineIntel 00:32:14 CPU family: 6 00:32:14 Model: 44 00:32:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:32:14 Stepping: 1 00:32:14 CPU MHz: 2933.438 00:32:14 BogoMIPS: 5866.87 00:32:14 Virtualization: VT-x 00:32:14 Hypervisor vendor: KVM 00:32:14 Virtualization type: full 00:32:14 L1d cache: 128 KiB 00:32:14 L1i cache: 128 KiB 00:32:14 L2 cache: 16 MiB 00:32:14 L3 cache: 64 MiB 00:32:14 NUMA node0 CPU(s): 0-3 00:32:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:32:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:32:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:32:14 Vulnerability Meltdown: Mitigation; PTI 00:32:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:32:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:32:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:32:14 Vulnerability Srbds: Not affected 00:32:14 Vulnerability Tsx async abort: Not affected 00:32:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:32:14 00:32:14 00:32:14 ---> nproc: 00:32:14 4 00:32:14 00:32:14 00:32:14 ---> df -h: 00:32:14 Filesystem Size Used Available Use% Mounted on 00:32:14 overlay 50.0G 13.2G 36.8G 26% / 00:32:14 tmpfs 64.0M 0 64.0M 0% /dev 00:32:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:32:14 shm 64.0M 0 64.0M 0% /dev/shm 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/4@tmp 00:32:14 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/4 00:32:14 00:32:14 00:32:14 ---> free -m: 00:32:14 total used free shared buff/cache available 00:32:14 Mem: 1837 672 144 0 1020 1078 00:32:14 Swap: 1023 106 917 00:32:14 00:32:14 00:32:14 ---> ip addr: 00:32:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:32:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:32:14 inet 127.0.0.1/8 scope host lo 00:32:14 valid_lft forever preferred_lft forever 00:32:14 inet6 ::1/128 scope host 00:32:14 valid_lft forever preferred_lft forever 00:32:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:32:14 link/ether fa:16:3e:31:8c:31 brd ff:ff:ff:ff:ff:ff 00:32:14 inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 00:32:14 valid_lft 85224sec preferred_lft 85224sec 00:32:14 inet6 fe80::f816:3eff:fe31:8c31/64 scope link 00:32:14 valid_lft forever preferred_lft forever 00:32:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:32:14 link/ether 02:42:96:de:3c:38 brd ff:ff:ff:ff:ff:ff 00:32:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:32:14 valid_lft forever preferred_lft forever 00:32:14 inet6 fe80::42:96ff:fede:3c38/64 scope link 00:32:14 valid_lft forever preferred_lft forever 00:32:14 00:32:14 00:32:14 ---> sar -b -r -n DEV: 00:32:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) 00:32:14 00:32:14 00:12:25 LINUX RESTART (4 CPU) 00:32:14 00:32:14 00:13:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:32:14 00:14:01 131.53 51.18 80.35 0.00 8684.83 29432.67 0.00 00:32:14 00:15:01 268.48 67.86 200.62 0.00 4028.74 54925.91 0.00 00:32:14 00:16:01 219.18 114.22 104.96 0.00 4044.31 13468.91 0.00 00:32:14 00:17:01 147.00 78.45 68.56 0.00 3399.20 12576.56 0.00 00:32:14 00:18:01 970.79 693.16 277.63 0.00 96517.57 168177.76 0.00 00:32:14 00:19:01 2237.14 1913.91 323.23 0.00 148927.06 156249.01 0.00 00:32:14 00:20:02 928.51 623.87 304.64 0.00 39773.49 61237.35 0.00 00:32:14 00:21:01 2720.11 2352.68 367.43 0.00 166159.65 188031.04 0.00 00:32:14 00:22:01 1341.92 1001.00 340.93 0.00 74030.66 85876.89 0.00 00:32:14 00:23:01 96.90 32.63 64.27 0.00 3142.09 7932.38 0.00 00:32:14 00:24:01 1.35 1.15 0.20 0.00 29.30 2.01 0.00 00:32:14 00:25:01 0.30 0.03 0.27 0.00 0.67 3.18 0.00 00:32:14 00:26:02 0.30 0.00 0.30 0.00 0.00 2.91 0.00 00:32:14 00:27:01 0.29 0.00 0.29 0.00 0.00 3.22 0.00 00:32:14 00:28:01 2.18 1.90 0.28 0.00 55.88 3.50 0.00 00:32:14 00:29:01 1.08 0.12 0.97 0.00 1.86 16.37 0.00 00:32:14 00:30:01 0.93 0.32 0.62 0.00 5.20 7.06 0.00 00:32:14 00:31:01 0.53 0.03 0.50 0.00 0.40 6.01 0.00 00:32:14 00:32:01 138.36 64.16 74.20 0.00 5430.73 15855.77 0.00 00:32:14 Average: 484.80 368.32 116.48 0.00 29183.60 41794.70 0.00 00:32:14 00:32:14 00:13:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:32:14 00:14:01 108776 0 620588 32.98 2596 1149584 1320864 45.08 702028 858360 49124 00:32:14 00:15:01 315496 0 687516 36.54 1252 877280 1128864 38.53 503524 789564 8 00:32:14 00:16:01 270768 0 778764 41.39 600 831412 1465904 50.03 663984 664508 1460 00:32:14 00:17:01 139544 0 773176 41.09 584 968240 1439828 49.14 672696 781480 18028 00:32:14 00:18:01 328592 0 725676 38.57 100 827176 2016212 68.81 591488 744776 4528 00:32:14 00:19:01 140476 0 1087476 57.80 100 653492 3765016 128.49 770512 703240 37484 00:32:14 00:20:02 516280 0 727836 38.68 100 637328 1602600 54.69 474024 631176 72 00:32:14 00:21:01 80240 0 739692 39.31 100 1061512 2135008 72.86 710020 845828 19256 00:32:14 00:22:01 440016 0 651656 34.63 100 789772 1609100 54.92 497688 699876 1140 00:32:14 00:23:01 663908 0 587220 31.21 100 630316 1211816 41.36 456892 521852 16 00:32:14 00:24:01 665496 0 585600 31.12 100 630348 1187220 40.52 455788 521596 12 00:32:14 00:25:01 665644 0 585468 31.12 100 630332 1187268 40.52 455976 521604 8 00:32:14 00:26:02 667200 0 583896 31.03 100 630348 1175888 40.13 455448 521196 8 00:32:14 00:27:01 667124 0 583968 31.04 100 630352 1175888 40.13 455340 521200 8 00:32:14 00:28:01 665384 0 584688 31.07 100 631372 1175972 40.13 456076 521576 24 00:32:14 00:29:01 664684 0 585376 31.11 100 631384 1176032 40.14 456740 521616 8 00:32:14 00:30:01 664040 0 586012 31.15 100 631392 1176132 40.14 456992 521772 20 00:32:14 00:31:01 664000 0 586044 31.15 100 631400 1176180 40.14 457324 521784 12 00:32:14 00:32:01 246712 0 632580 33.62 100 1002152 1187988 40.54 491852 864564 70264 00:32:14 Average: 451283 0 668065 35.51 344 761852 1490199 50.86 536021 646188 10604 00:32:14 00:32:14 00:13:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:32:14 00:14:01 eth0 1643.41 1486.95 6233.75 183.59 0.00 0.00 0.00 0.00 00:32:14 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:14:01 docker0 879.40 851.82 71.70 2769.35 0.00 0.00 0.00 0.00 00:32:14 00:15:01 eth0 666.45 530.89 4622.83 50.69 0.00 0.00 0.00 0.00 00:32:14 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:15:01 docker0 173.50 202.50 12.32 835.16 0.00 0.00 0.00 0.00 00:32:14 00:16:01 vethdc6921c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:32:14 00:16:01 eth0 53.03 38.17 31.11 69.93 0.00 0.00 0.00 0.00 00:32:14 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:17:01 vethdc6921c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:17:01 eth0 23.97 12.68 20.29 10.85 0.00 0.00 0.00 0.00 00:32:14 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:18:01 veth2ba2c5a 4.47 5.99 0.32 25.20 0.00 0.00 0.00 0.00 00:32:14 00:18:01 veth51007f2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:18:01 eth0 228.94 182.43 1830.96 80.36 0.00 0.00 0.00 0.00 00:32:14 00:18:01 vethe51a725 2.18 6.19 0.14 29.29 0.00 0.00 0.00 0.00 00:32:14 00:19:01 vethddb9686 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:32:14 00:19:01 veth1f72fe6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:32:14 00:19:01 eth0 25.83 13.68 27.46 10.46 0.00 0.00 0.00 0.00 00:32:14 00:19:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:32:14 00:20:02 veth579af92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:20:02 vethcc27fc6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:20:02 eth0 130.82 77.81 566.24 69.91 0.00 0.00 0.00 0.00 00:32:14 00:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:21:01 veth3d37a8e 4.76 5.18 0.57 20.42 0.00 0.00 0.00 0.00 00:32:14 00:21:01 vetha7602e2 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:32:14 00:21:01 vethfc7eed6 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:21:01 eth0 73.21 51.55 111.92 81.29 0.00 0.00 0.00 0.00 00:32:14 00:22:01 eth0 73.89 49.00 110.47 73.91 0.00 0.00 0.00 0.00 00:32:14 00:22:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:32:14 00:22:01 vethf2a1abe 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:32:14 00:22:01 veth27980e8 0.00 0.91 0.00 0.04 0.00 0.00 0.00 0.00 00:32:14 00:23:01 eth0 17.99 9.34 14.80 7.15 0.00 0.00 0.00 0.00 00:32:14 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:23:01 docker0 1099.40 1159.04 86.06 4298.77 0.00 0.00 0.00 0.00 00:32:14 00:24:01 eth0 2.13 0.85 0.70 0.44 0.00 0.00 0.00 0.00 00:32:14 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:25:01 eth0 0.62 0.38 0.30 0.21 0.00 0.00 0.00 0.00 00:32:14 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:26:02 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:32:14 00:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:27:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:28:01 eth0 0.22 0.13 0.08 0.04 0.00 0.00 0.00 0.00 00:32:14 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:29:01 eth0 0.65 0.45 0.41 0.23 0.00 0.00 0.00 0.00 00:32:14 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:30:01 eth0 1.85 0.40 0.40 0.17 0.00 0.00 0.00 0.00 00:32:14 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:31:01 eth0 3.00 0.95 0.96 0.60 0.00 0.00 0.00 0.00 00:32:14 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:32:01 eth0 270.72 236.09 2180.23 67.91 0.00 0.00 0.00 0.00 00:32:14 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 Average: eth0 166.92 139.48 820.84 37.01 0.00 0.00 0.00 0.00 00:32:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:32:14 Average: docker0 58.04 61.18 4.54 226.92 0.00 0.00 0.00 0.00 00:32:14 00:32:14 00:32:14 ---> sar -P ALL: 00:32:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) 00:32:14 00:32:14 00:12:25 LINUX RESTART (4 CPU) 00:32:14 00:32:14 00:13:02 CPU %user %nice %system %iowait %steal %idle 00:32:14 00:14:01 all 16.31 0.00 7.22 1.86 0.12 74.49 00:32:14 00:14:01 0 22.45 0.00 10.42 3.28 0.09 63.77 00:32:14 00:14:01 1 17.34 0.00 6.08 0.97 0.14 75.48 00:32:14 00:14:01 2 13.68 0.00 6.16 0.79 0.18 79.19 00:32:14 00:14:01 3 11.80 0.00 6.25 2.41 0.09 79.45 00:32:14 00:15:01 all 12.05 0.00 8.94 5.27 0.23 73.51 00:32:14 00:15:01 0 11.92 0.00 9.46 4.53 0.24 73.85 00:32:14 00:15:01 1 12.69 0.00 8.14 4.98 0.22 73.98 00:32:14 00:15:01 2 11.79 0.00 9.26 5.90 0.21 72.85 00:32:14 00:15:01 3 11.79 0.00 8.91 5.69 0.26 73.36 00:32:14 00:16:01 all 60.32 0.00 13.03 4.98 0.07 21.60 00:32:14 00:16:01 0 62.63 0.00 12.09 3.38 0.07 21.83 00:32:14 00:16:01 1 61.70 0.00 12.77 2.83 0.07 22.63 00:32:14 00:16:01 2 58.22 0.00 13.94 7.69 0.07 20.09 00:32:14 00:16:01 3 58.69 0.00 13.31 6.05 0.09 21.86 00:32:14 00:17:01 all 43.93 0.00 12.21 3.75 0.06 40.05 00:32:14 00:17:01 0 43.64 0.00 11.23 3.78 0.05 41.30 00:32:14 00:17:01 1 40.43 0.00 12.61 4.58 0.07 42.31 00:32:14 00:17:01 2 41.15 0.00 12.08 2.75 0.05 43.97 00:32:14 00:17:01 3 50.55 0.00 12.94 3.91 0.05 32.55 00:32:14 00:18:01 all 20.76 0.00 20.62 8.60 0.09 49.93 00:32:14 00:18:01 0 22.57 0.00 19.19 10.49 0.09 47.67 00:32:14 00:18:01 1 20.27 0.00 20.96 6.65 0.10 52.02 00:32:14 00:18:01 2 18.95 0.00 21.18 7.73 0.07 52.08 00:32:14 00:18:01 3 21.25 0.00 21.16 9.53 0.10 47.96 00:32:14 00:19:01 all 29.60 0.00 21.54 28.53 0.08 20.26 00:32:14 00:19:01 0 29.46 0.00 20.00 27.63 0.09 22.83 00:32:14 00:19:01 1 30.00 0.00 21.16 29.10 0.05 19.69 00:32:14 00:19:01 2 29.45 0.00 21.63 29.13 0.07 19.72 00:32:14 00:19:01 3 29.48 0.00 23.38 28.24 0.10 18.79 00:32:14 00:20:02 all 36.00 0.00 16.07 24.33 0.06 23.54 00:32:14 00:20:02 0 36.97 0.00 15.79 20.89 0.05 26.29 00:32:14 00:20:02 1 35.44 0.00 17.07 28.08 0.07 19.34 00:32:14 00:20:02 2 36.42 0.00 16.20 26.84 0.05 20.48 00:32:14 00:20:02 3 35.16 0.00 15.19 21.51 0.07 28.07 00:32:14 00:21:01 all 19.45 0.00 21.72 34.40 0.08 24.35 00:32:14 00:21:01 0 19.03 0.00 20.05 32.25 0.07 28.60 00:32:14 00:21:01 1 18.23 0.00 22.91 33.11 0.11 25.65 00:32:14 00:21:01 2 20.61 0.00 21.64 35.33 0.09 22.33 00:32:14 00:21:01 3 19.92 0.00 22.29 36.96 0.07 20.76 00:32:14 00:22:01 all 48.35 0.00 19.09 21.72 0.06 10.79 00:32:14 00:22:01 0 47.54 0.00 17.30 21.47 0.05 13.64 00:32:14 00:22:01 1 48.76 0.00 18.47 19.72 0.05 13.00 00:32:14 00:22:01 2 47.83 0.00 20.51 23.45 0.07 8.14 00:32:14 00:22:01 3 49.26 0.00 20.08 22.25 0.05 8.36 00:32:14 00:23:01 all 11.57 0.00 3.78 2.24 0.01 82.40 00:32:14 00:23:01 0 11.88 0.00 4.13 1.77 0.02 82.20 00:32:14 00:23:01 1 11.51 0.00 3.55 2.03 0.02 82.90 00:32:14 00:23:01 2 11.58 0.00 3.61 2.14 0.00 82.66 00:32:14 00:23:01 3 11.32 0.00 3.81 3.02 0.02 81.84 00:32:14 00:24:01 all 0.16 0.00 0.05 0.03 0.00 99.76 00:32:14 00:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:32:14 00:24:01 1 0.53 0.00 0.05 0.00 0.00 99.42 00:32:14 00:24:01 2 0.03 0.00 0.07 0.00 0.00 99.90 00:32:14 00:24:01 3 0.05 0.00 0.05 0.12 0.00 99.78 00:32:14 00:32:14 00:24:01 CPU %user %nice %system %iowait %steal %idle 00:32:14 00:25:01 all 0.22 0.00 0.21 0.00 0.00 99.56 00:32:14 00:25:01 0 0.05 0.00 0.13 0.02 0.00 99.80 00:32:14 00:25:01 1 0.60 0.00 0.32 0.00 0.00 99.09 00:32:14 00:25:01 2 0.12 0.00 0.23 0.00 0.02 99.63 00:32:14 00:25:01 3 0.10 0.00 0.17 0.00 0.00 99.73 00:32:14 00:26:02 all 0.15 0.00 0.02 0.00 0.00 99.83 00:32:14 00:26:02 0 0.02 0.00 0.02 0.00 0.00 99.97 00:32:14 00:26:02 1 0.50 0.00 0.02 0.00 0.00 99.48 00:32:14 00:26:02 2 0.05 0.00 0.02 0.00 0.00 99.93 00:32:14 00:26:02 3 0.03 0.00 0.03 0.00 0.02 99.92 00:32:14 00:27:01 all 0.17 0.00 0.04 0.00 0.00 99.79 00:32:14 00:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:32:14 00:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 00:32:14 00:27:01 2 0.54 0.00 0.07 0.00 0.00 99.39 00:32:14 00:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:32:14 00:28:01 all 0.15 0.00 0.05 0.02 0.00 99.78 00:32:14 00:28:01 0 0.00 0.00 0.05 0.00 0.00 99.95 00:32:14 00:28:01 1 0.02 0.00 0.02 0.02 0.00 99.95 00:32:14 00:28:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:32:14 00:28:01 3 0.07 0.00 0.12 0.07 0.00 99.75 00:32:14 00:29:01 all 0.09 0.00 0.05 0.00 0.00 99.86 00:32:14 00:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:32:14 00:29:01 1 0.03 0.00 0.03 0.02 0.00 99.92 00:32:14 00:29:01 2 0.28 0.00 0.07 0.00 0.00 99.65 00:32:14 00:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:32:14 00:30:01 all 0.05 0.00 0.03 0.01 0.00 99.91 00:32:14 00:30:01 0 0.08 0.00 0.02 0.02 0.00 99.88 00:32:14 00:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:32:14 00:30:01 2 0.05 0.00 0.05 0.02 0.00 99.88 00:32:14 00:30:01 3 0.03 0.00 0.03 0.02 0.00 99.92 00:32:14 00:31:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:32:14 00:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:32:14 00:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:32:14 00:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:32:14 00:31:01 3 0.47 0.00 0.03 0.00 0.00 99.50 00:32:14 00:32:01 all 6.77 0.00 4.42 2.90 0.20 85.70 00:32:14 00:32:01 0 5.91 0.00 4.08 2.27 0.19 87.56 00:32:14 00:32:01 1 6.32 0.00 4.57 7.16 0.24 81.71 00:32:14 00:32:01 2 6.04 0.00 4.57 0.79 0.22 88.38 00:32:14 00:32:01 3 8.81 0.00 4.46 1.40 0.17 85.15 00:32:14 Average: all 15.94 0.00 7.73 7.17 0.06 69.11 00:32:14 Average: 0 16.38 0.00 7.48 6.83 0.05 69.26 00:32:14 Average: 1 15.86 0.00 7.72 7.21 0.06 69.16 00:32:14 Average: 2 15.48 0.00 7.84 7.36 0.06 69.26 00:32:14 Average: 3 16.05 0.00 7.87 7.26 0.06 68.76 00:32:14 00:32:14 00:32:14