Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f45820c759195af053ef8c95cf26484da39a40fc+57027b830a506e4aebc0dcaa3e3cd565868e69a4 (d733ab046f906e3b6d59f70a47bb520740a78254) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16208 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 Merge succeeded, producing 9de74e28842b0d181f1712cd781cae03bb1b8cd8 Checking out Revision 9de74e28842b0d181f1712cd781cae03bb1b8cd8 (PR-2908) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9de74e28842b0d181f1712cd781cae03bb1b8cd8 # timeout=10 Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" > git rev-list --no-walk f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:40 ========================================================= 00:31:40 EdgeX Global Pipelines Version Info 00:31:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:42 ------------------- 00:31:42 stable info: 00:31:42 ------------------- 00:31:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:42 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:42 Message: update stable to v1.0.172 00:31:43 ------------------- 00:31:43 experimental info: 00:31:43 ------------------- 00:31:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:43 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:43 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9de74e28842b0d181f1712cd781cae03bb1b8cd8 [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9de74e2 [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:46 provisioning config files... 00:31:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config2051073020837115726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:47 ---> docker-login.sh 00:31:47 nexus3.edgexfoundry.org:10001 00:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:47 Configure a credential helper to remove this warning. See 00:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:47 00:31:47 Login Succeeded 00:31:47 nexus3.edgexfoundry.org:10002 00:31:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:48 Configure a credential helper to remove this warning. See 00:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:48 00:31:48 Login Succeeded 00:31:48 nexus3.edgexfoundry.org:10003 00:31:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:48 Configure a credential helper to remove this warning. See 00:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:48 00:31:48 Login Succeeded 00:31:48 nexus3.edgexfoundry.org:10004 00:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:49 Configure a credential helper to remove this warning. See 00:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:49 00:31:49 Login Succeeded 00:31:49 docker.io 00:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:50 Configure a credential helper to remove this warning. See 00:31:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:50 00:31:50 Login Succeeded 00:31:50 ---> docker-login.sh ends [Pipeline] } 00:31:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:50 ++ 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:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/core-command/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo core-command,cmd/core-command/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/core-data/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo core-data,cmd/core-data/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/core-metadata/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/support-notifications/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/support-scheduler/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:50 + for file in '`ls cmd/**/Dockerfile`' 00:31:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:50 ++ cut -d/ -f2 00:31:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:50 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:31:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:51 00:31:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:52 latest: Pulling from edgex-devops/git-semver 00:31:52 31603596830f: Pulling fs layer 00:31:52 2a8b12db71e7: Pulling fs layer 00:31:52 6ca5941a6612: Pulling fs layer 00:31:52 ecc8261a40a4: Pulling fs layer 00:31:52 ecc8261a40a4: Waiting 00:31:52 2a8b12db71e7: Verifying Checksum 00:31:52 2a8b12db71e7: Download complete 00:31:52 31603596830f: Verifying Checksum 00:31:52 31603596830f: Download complete 00:31:52 ecc8261a40a4: Verifying Checksum 00:31:52 ecc8261a40a4: Download complete 00:31:53 6ca5941a6612: Verifying Checksum 00:31:53 6ca5941a6612: Download complete 00:31:53 31603596830f: Pull complete 00:31:53 2a8b12db71e7: Pull complete 00:31:55 6ca5941a6612: Pull complete 00:31:55 ecc8261a40a4: Pull complete 00:31:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:55 prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container 00:31:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:58 $ docker top d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:59 [ssh-agent] Looking for ssh-agent implementation... 00:31:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:59 $ docker exec d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent 00:32:00 SSH_AUTH_SOCK=/tmp/ssh-sZKL5GmvzqMA/agent.11 00:32:00 SSH_AGENT_PID=16 00:32:00 Running ssh-add (command line suppressed) 00:32:00 Identity added: /w/workspace/edgex-go/18@tmp/private_key_8350093222500606322.key (/w/workspace/edgex-go/18@tmp/private_key_8350093222500606322.key) 00:32:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:01 + git tag --points-at HEAD [Pipeline] } 00:32:01 $ docker exec --env ******** --env ******** d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent -k 00:32:01 unset SSH_AUTH_SOCK; 00:32:01 unset SSH_AGENT_PID; 00:32:01 echo Agent pid 16 killed; 00:32:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:01 [ssh-agent] Looking for ssh-agent implementation... 00:32:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:01 $ docker exec d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent 00:32:02 SSH_AUTH_SOCK=/tmp/ssh-HsSBbVHMb9Xv/agent.47 00:32:02 SSH_AGENT_PID=52 00:32:02 Running ssh-add (command line suppressed) 00:32:02 Identity added: /w/workspace/edgex-go/18@tmp/private_key_5541587277873339583.key (/w/workspace/edgex-go/18@tmp/private_key_5541587277873339583.key) 00:32:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:03 + git semver init 00:32:03 # -> Open(): unable to determine branch for HEAD 00:32:03 # $GIT_DIR = /w/workspace/edgex-go/18/.git 00:32:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 00:32:03 # $SEMVER_REMOTE_NAME = origin 00:32:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:03 # $SEMVER_USER_NAME = edgex-jenkins 00:32:03 # $SEMVER_BRANCH = PR-2908 00:32:03 # $SEMVER_TEMP = /tmp/semver-871733532 00:32:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:50 # '/tmp/semver-871733532' -> '/w/workspace/edgex-go/18/.semver' 00:32:50 # -> Force: false 00:32:50 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 00:32:50 $ docker exec --env ******** --env ******** d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 ssh-agent -k 00:32:50 unset SSH_AUTH_SOCK; 00:32:50 unset SSH_AGENT_PID; 00:32:50 echo Agent pid 52 killed; 00:32:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:51 + git semver [Pipeline] } 00:32:51 $ docker stop --time=1 d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 00:32:53 $ docker rm -f d314978315e8a1889d2963a59495a39b486543b418ddd38d6c9bf63d84ab6596 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:54 Stashed 1 file(s) [Pipeline] echo 00:32: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:32:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:56 + sudo service docker restart 00:32:56 + true 00:32:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:57 ========================================================= 00:32:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32: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:33:04 Sending build context to Docker daemon 326.5MB 00:33:04 Step 1/7 : ARG BASE=golang:1.15-alpine 00:33:04 Step 2/7 : FROM ${BASE} 00:33:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:04 188c0c94c7c5: Pulling fs layer 00:33:04 0ef7d3d256c8: Pulling fs layer 00:33:04 de9db76c5a1d: Pulling fs layer 00:33:04 bca2f99d35d6: Pulling fs layer 00:33:04 93359f2a8cfa: Pulling fs layer 00:33:04 7c6f9722023f: Pulling fs layer 00:33:04 a35cf1a2eb13: Pulling fs layer 00:33:04 bca2f99d35d6: Waiting 00:33:04 93359f2a8cfa: Waiting 00:33:04 7c6f9722023f: Waiting 00:33:04 a35cf1a2eb13: Waiting 00:33:04 de9db76c5a1d: Download complete 00:33:04 0ef7d3d256c8: Verifying Checksum 00:33:04 0ef7d3d256c8: Download complete 00:33:04 93359f2a8cfa: Verifying Checksum 00:33:04 93359f2a8cfa: Download complete 00:33:04 7c6f9722023f: Verifying Checksum 00:33:04 7c6f9722023f: Download complete 00:33:05 188c0c94c7c5: Verifying Checksum 00:33:05 188c0c94c7c5: Download complete 00:33:06 188c0c94c7c5: Pull complete 00:33:07 0ef7d3d256c8: Pull complete 00:33:07 de9db76c5a1d: Pull complete 00:33:10 Still waiting to schedule task 00:33:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:10 a35cf1a2eb13: Verifying Checksum 00:33:10 a35cf1a2eb13: Download complete 00:33:10 bca2f99d35d6: Verifying Checksum 00:33:10 bca2f99d35d6: Download complete 00:33:21 bca2f99d35d6: Pull complete 00:33:21 93359f2a8cfa: Pull complete 00:33:21 7c6f9722023f: Pull complete 00:33:29 a35cf1a2eb13: Pull complete 00:33:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:29 ---> a62c8e92a672 00:33:29 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:33:29 ---> Running in f5427ac901ff 00:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:31 (1/12) Installing libmagic (5.38-r0) 00:33:31 (2/12) Installing file (5.38-r0) 00:33:32 (3/12) Installing libc-dev (0.7.2-r3) 00:33:32 (4/12) Installing g++ (9.3.0-r2) 00:33:37 (5/12) Installing fortify-headers (1.1-r0) 00:33:37 (6/12) Installing patch (2.7.6-r6) 00:33:37 (7/12) Installing build-base (0.5-r2) 00:33:37 (8/12) Installing libsodium (1.0.18-r0) 00:33:37 (9/12) Installing pkgconf (1.7.2-r0) 00:33:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:37 (11/12) Installing libzmq (4.3.3-r0) 00:33:37 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:37 Executing busybox-1.31.1-r19.trigger 00:33:37 OK: 233 MiB in 51 packages 00:33:41 Removing intermediate container f5427ac901ff 00:33:41 ---> 2956c5493be0 00:33:41 Step 4/7 : WORKDIR /edgex-go 00:33:41 ---> Running in af0ad999879a 00:33:41 Removing intermediate container af0ad999879a 00:33:41 ---> 35a1de6888f2 00:33:41 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:42 latest: Pulling from library/docker 00:33:42 05e7bc50f07f: Pulling fs layer 00:33:42 6db28d0fdbf6: Pulling fs layer 00:33:42 292df0bc6bf3: Pulling fs layer 00:33:42 a3104fdc50d0: Pulling fs layer 00:33:42 a8e67d69e12c: Pulling fs layer 00:33:42 a3104fdc50d0: Waiting 00:33:42 a8e67d69e12c: Waiting 00:33:42 1ede2b221ee4: Pulling fs layer 00:33:42 fc74c0d5b799: Pulling fs layer 00:33:42 1ede2b221ee4: Waiting 00:33:42 fc74c0d5b799: Waiting 00:33:42 292df0bc6bf3: Verifying Checksum 00:33:42 292df0bc6bf3: Download complete 00:33:43 6db28d0fdbf6: Verifying Checksum 00:33:43 6db28d0fdbf6: Download complete 00:33:43 05e7bc50f07f: Verifying Checksum 00:33:43 05e7bc50f07f: Download complete 00:33:43 a8e67d69e12c: Verifying Checksum 00:33:43 a8e67d69e12c: Download complete 00:33:43 1ede2b221ee4: Verifying Checksum 00:33:43 1ede2b221ee4: Download complete 00:33:43 fc74c0d5b799: Verifying Checksum 00:33:43 fc74c0d5b799: Download complete 00:33:43 05e7bc50f07f: Pull complete 00:33:44 6db28d0fdbf6: Pull complete 00:33:44 292df0bc6bf3: Pull complete 00:33:44 a3104fdc50d0: Verifying Checksum 00:33:44 a3104fdc50d0: Download complete 00:33:50 a3104fdc50d0: Pull complete 00:33:50 a8e67d69e12c: Pull complete 00:33:50 1ede2b221ee4: Pull complete 00:33:50 fc74c0d5b799: Pull complete 00:33:50 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 00:33:50 Status: Downloaded newer image for docker:latest 00:33:53 ---> f8da08a4e3af 00:33:53 Step 6/7 : COPY go.mod . 00:33:53 ---> dc96801cd292 00:33:53 Step 7/7 : RUN go mod download 00:33:53 ---> Running in 8946861c7928 00:34:20 Removing intermediate container 8946861c7928 00:34:20 ---> 739f5760d20a 00:34:20 Successfully built 739f5760d20a 00:34:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:21 + docker inspect -f . ci-base-image-x86_64 00:34:21 . [Pipeline] withDockerContainer 00:34:21 prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container 00:34:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:22 $ docker top 90882e5401555d2bd35b92caf1faa3605d10695ef7383d89f79142c4f0d0d587 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:23 + go version 00:34:23 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:23 $ docker stop --time=1 90882e5401555d2bd35b92caf1faa3605d10695ef7383d89f79142c4f0d0d587 00:34:25 $ docker rm -f 90882e5401555d2bd35b92caf1faa3605d10695ef7383d89f79142c4f0d0d587 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:26 + docker inspect -f . ci-base-image-x86_64 00:34:26 . [Pipeline] withDockerContainer 00:34:27 prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container 00:34:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:28 $ docker top 5607892b32da052f06f2d044adec29ae5eafe9c43f5fc58dc87de486ddf4bfb2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:28 ========================================================= 00:34:28 [edgeXBuildGoParallel] Running Tests and Build... 00:34:28 ========================================================= [Pipeline] sh 00:34:29 + make test 00:34:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:48 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.080s 00:35:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.6% of statements 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.446s coverage: 27.1% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.209s coverage: 70.5% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.652s coverage: 83.7% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.715s coverage: 28.6% of statements 00:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.124s coverage: 100.0% of statements 00:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:35:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.213s coverage: 97.5% of statements 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.696s coverage: 93.8% of statements 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.101s coverage: 58.8% of statements 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.110s coverage: 0.1% of statements 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.154s coverage: 87.2% of statements 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.206s coverage: 84.2% of statements 00:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.348s coverage: 91.4% of statements 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.412s coverage: 63.5% of statements 00:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 00:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 00:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.776s coverage: 55.9% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.845s coverage: 86.3% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.133s coverage: 72.2% of statements 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.789s coverage: 72.1% of statements 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.056s coverage: 82.4% of statements 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.149s coverage: 48.4% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.158s coverage: 28.8% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.310s coverage: 37.0% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.647s coverage: 84.0% of statements 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.165s coverage: 47.1% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.102s coverage: 100.0% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.255s coverage: 29.1% of statements 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.095s coverage: 100.0% of statements 00:36:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 00:36:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 00:36:19 GO111MODULE=on go vet ./... 00:36:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16216 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 00:36:26 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 00:36:32 using credential edgex-jenkins-ssh 00:36:32 Cloning the remote Git repository 00:36:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:32 > git init /w/workspace/edgex-go/18 # timeout=10 00:36:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:32 > git --version # timeout=10 00:36:32 > git --version # 'git version 2.17.1' 00:36:32 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:51 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc 00:36:52 Merge succeeded, producing 44af47fa19f2f1b50e1259fce6178d93b74cc923 00:36:52 Checking out Revision 44af47fa19f2f1b50e1259fce6178d93b74cc923 (PR-2908) 00:36:51 > git config core.sparsecheckout # timeout=10 00:36:51 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 00:36:51 > git remote # timeout=10 00:36:51 > git config --get remote.origin.url # timeout=10 00:36:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:51 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 00:36:52 > git rev-parse HEAD^{commit} # timeout=10 00:36:52 > git config core.sparsecheckout # timeout=10 00:36:52 > git checkout -f 44af47fa19f2f1b50e1259fce6178d93b74cc923 # timeout=10 00:36:56 Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" 00:36:56 > git rev-list --no-walk f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:58 + sudo service docker restart 00:36:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:01 provisioning config files... 00:37:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4920870040767522737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:01 ---> docker-login.sh 00:37:01 nexus3.edgexfoundry.org:10001 00:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:02 Configure a credential helper to remove this warning. See 00:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:02 00:37:02 Login Succeeded 00:37:02 nexus3.edgexfoundry.org:10002 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 nexus3.edgexfoundry.org:10003 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 nexus3.edgexfoundry.org:10004 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:04 Configure a credential helper to remove this warning. See 00:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:04 00:37:04 Login Succeeded 00:37:04 docker.io 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:05 Configure a credential helper to remove this warning. See 00:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:05 00:37:05 Login Succeeded 00:37:05 ---> docker-login.sh ends [Pipeline] } 00:37:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:05 ========================================================= 00:37:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:06 + 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:37:09 Sending build context to Docker daemon 165.7MB 00:37:09 Step 1/7 : ARG BASE=golang:1.15-alpine 00:37:09 Step 2/7 : FROM ${BASE} 00:37:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:09 5f621e34cdf4: Pulling fs layer 00:37:09 a4357932f1b6: Pulling fs layer 00:37:09 18c013af1878: Pulling fs layer 00:37:09 00ac8860ef70: Pulling fs layer 00:37:09 63d7cb157983: Pulling fs layer 00:37:09 b116817d02f9: Pulling fs layer 00:37:09 745a02a5169b: Pulling fs layer 00:37:09 00ac8860ef70: Waiting 00:37:09 63d7cb157983: Waiting 00:37:09 b116817d02f9: Waiting 00:37:09 745a02a5169b: Waiting 00:37:09 18c013af1878: Verifying Checksum 00:37:09 18c013af1878: Download complete 00:37:09 a4357932f1b6: Verifying Checksum 00:37:09 63d7cb157983: Download complete 00:37:09 5f621e34cdf4: Verifying Checksum 00:37:09 5f621e34cdf4: Download complete 00:37:09 b116817d02f9: Verifying Checksum 00:37:09 b116817d02f9: Download complete 00:37:09 5f621e34cdf4: Pull complete 00:37:10 a4357932f1b6: Pull complete 00:37:10 18c013af1878: Pull complete 00:37:11 745a02a5169b: Verifying Checksum 00:37:11 745a02a5169b: Download complete 00:37:12 00ac8860ef70: Download complete 00:37:17 gofmt -l . 00:37:17 [ "`gofmt -l .`" = "" ] 00:37:17 ./bin/test-go-mod-tidy.sh 00:37:17 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:17 + ls -al . 00:37:17 total 664 00:37:17 drwxrwxr-x 10 1001 1001 4096 Dec 16 00:37 . 00:37:17 drwxr-xr-x 4 root root 30 Dec 16 00:34 .. 00:37:17 -rw-rw-r-- 1 1001 1001 11 Dec 16 00:31 .dockerignore 00:37:17 drwxrwxr-x 8 1001 1001 179 Dec 16 00:31 .git 00:37:17 drwxrwxr-x 3 1001 1001 125 Dec 16 00:31 .github 00:37:17 -rw-rw-r-- 1 1001 1001 943 Dec 16 00:31 .gitignore 00:37:17 drwx------ 3 1001 1001 47 Dec 16 00:32 .semver 00:37:17 -rw-rw-r-- 1 1001 1001 166 Dec 16 00:31 .sonarcloud.properties 00:37:17 -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:31 CONTRIBUTING.md 00:37:17 -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:31 Dockerfile.build 00:37:17 -rw-rw-r-- 1 1001 1001 863 Dec 16 00:31 Jenkinsfile 00:37:17 -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:31 LICENSE 00:37:17 -rw-rw-r-- 1 1001 1001 6318 Dec 16 00:31 Makefile 00:37:17 -rw-rw-r-- 1 1001 1001 6447 Dec 16 00:31 README.md 00:37:17 -rw-rw-r-- 1 1001 1001 7286 Dec 16 00:31 SECURITY.md 00:37:17 -rw-rw-r-- 1 1001 1001 5 Dec 16 00:32 VERSION 00:37:17 -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:31 ZMQWindows.md 00:37:17 drwxrwxr-x 2 1001 1001 117 Dec 16 00:31 bin 00:37:17 drwxrwxr-x 15 1001 1001 4096 Dec 16 00:31 cmd 00:37:17 -rw-r--r-- 1 root root 568194 Dec 16 00:36 coverage.out 00:37:17 -rw-r--r-- 1 root root 1041 Dec 16 00:37 go.mod 00:37:17 -rw-r--r-- 1 root root 18746 Dec 16 00:37 go.sum 00:37:17 drwxrwxr-x 8 1001 1001 127 Dec 16 00:31 internal 00:37:17 drwxrwxr-x 4 1001 1001 26 Dec 16 00:31 openapi 00:37:17 drwxrwxr-x 4 1001 1001 71 Dec 16 00:31 snap 00:37:17 -rw-rw-r-- 1 1001 1001 168 Dec 16 00:31 version.go [Pipeline] sh 00:37:18 + '[' -e coverage.out ] 00:37:18 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:18 Stashed 1 file(s) [Pipeline] sh 00:37:19 + make build 00:37:19 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:37:22 00ac8860ef70: Pull complete 00:37:22 63d7cb157983: Pull complete 00:37:23 b116817d02f9: Pull complete 00:37:26 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:37:26 745a02a5169b: Pull complete 00:37:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:26 ---> b7e6874047d6 00:37:26 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:37:30 ---> Running in a99e8845420e 00:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:34 (1/12) Installing libmagic (5.38-r0) 00:37:35 (2/12) Installing file (5.38-r0) 00:37:35 (3/12) Installing libc-dev (0.7.2-r3) 00:37:35 (4/12) Installing g++ (9.3.0-r2) 00:37:42 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:37:44 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:37:50 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:37:50 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:37:53 (5/12) Installing fortify-headers (1.1-r0) 00:37:53 (6/12) Installing patch (2.7.6-r6) 00:37:53 (7/12) Installing build-base (0.5-r2) 00:37:53 (8/12) Installing libsodium (1.0.18-r0) 00:37:53 (9/12) Installing pkgconf (1.7.2-r0) 00:37:53 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:53 (11/12) Installing libzmq (4.3.3-r0) 00:37:53 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:53 Executing busybox-1.31.1-r19.trigger 00:37:53 OK: 217 MiB in 51 packages 00:37: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:37:56 Removing intermediate container a99e8845420e 00:37:56 ---> 91109c3de5c1 00:37:56 Step 4/7 : WORKDIR /edgex-go 00:37:56 ---> Running in b47f5c130722 00:37:57 Removing intermediate container b47f5c130722 00:37:57 ---> 406e99551e10 00:37:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:57 latest: Pulling from library/docker 00:37:57 a3cc7d3b244e: Pulling fs layer 00:37:57 02a3295e0d61: Pulling fs layer 00:37:57 0f4f2e6d8100: Pulling fs layer 00:37:57 065c9533d613: Pulling fs layer 00:37:57 9fce0df16b8b: Pulling fs layer 00:37:57 e3faa53604c1: Pulling fs layer 00:37:57 04b5adaa2053: Pulling fs layer 00:37:57 e3faa53604c1: Waiting 00:37:57 065c9533d613: Waiting 00:37:57 9fce0df16b8b: Waiting 00:37:57 0f4f2e6d8100: Verifying Checksum 00:37:57 0f4f2e6d8100: Download complete 00:37:57 02a3295e0d61: Verifying Checksum 00:37:57 02a3295e0d61: Download complete 00:37:57 a3cc7d3b244e: Verifying Checksum 00:37:58 e3faa53604c1: Verifying Checksum 00:37:58 e3faa53604c1: Download complete 00:37:58 9fce0df16b8b: Verifying Checksum 00:37:58 9fce0df16b8b: Download complete 00:37:58 04b5adaa2053: Verifying Checksum 00:37:58 04b5adaa2053: Download complete 00:37:58 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:37:58 a3cc7d3b244e: Pull complete 00:37:59 02a3295e0d61: Pull complete 00:37:59 065c9533d613: Download complete 00:37:59 0f4f2e6d8100: Pull complete 00:38:01 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:38:03 065c9533d613: Pull complete 00:38:03 9fce0df16b8b: Pull complete 00:38:03 e3faa53604c1: Pull complete 00:38:04 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:38:04 04b5adaa2053: Pull complete 00:38:04 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 00:38:04 Status: Downloaded newer image for docker:latest 00:38:07 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:38:07 ---> 6e5a85537c8e 00:38:07 Step 6/7 : COPY go.mod . 00:38:08 ---> 318eb5c7e07b 00:38:08 Step 7/7 : RUN go mod download 00:38:08 ---> Running in 5bac1c8a7398 00:38:09 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:38:11 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:38:13 $ docker stop --time=1 5607892b32da052f06f2d044adec29ae5eafe9c43f5fc58dc87de486ddf4bfb2 00:38:15 $ docker rm -f 5607892b32da052f06f2d044adec29ae5eafe9c43f5fc58dc87de486ddf4bfb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:19 00:38:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:38:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:19 latest: Pulling from edgex-devops/edgex-compose 00:38:19 cbdbe7a5bc2a: Pulling fs layer 00:38:19 ca9280d653b3: Pulling fs layer 00:38:19 7e9c9ca2126c: Pulling fs layer 00:38:20 cbdbe7a5bc2a: Verifying Checksum 00:38:20 cbdbe7a5bc2a: Download complete 00:38:21 ca9280d653b3: Verifying Checksum 00:38:21 ca9280d653b3: Download complete 00:38:21 cbdbe7a5bc2a: Pull complete 00:38:23 ca9280d653b3: Pull complete 00:38:23 7e9c9ca2126c: Verifying Checksum 00:38:23 7e9c9ca2126c: Download complete 00:38:33 7e9c9ca2126c: Pull complete 00:38:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:38:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:38:34 prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container 00:38:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:35 Removing intermediate container 5bac1c8a7398 00:38:35 ---> c940ce6c505b 00:38:35 Successfully built c940ce6c505b 00:38:35 Successfully tagged ci-base-image-arm64:latest 00:38:37 $ docker top 3644bf22abcf0d51c45c383dd65a37f1897acca5fa4a030ab8be58ef2044b1cb -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:38:37 + docker-compose build --help 00:38:37 + grep parallel 00:38:37 + docker inspect -f . ci-base-image-arm64 00:38:37 . [Pipeline] withDockerContainer 00:38:38 prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container 00:38:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:39 --parallel Build images in parallel. 00:38:39 $ docker top 155537b64f32687c1c9edac6f8b3f698f4f98f2d95880316b13e4d3de9085333 -eo pid,comm [Pipeline] { [Pipeline] } 00:38:40 $ docker stop --time=1 3644bf22abcf0d51c45c383dd65a37f1897acca5fa4a030ab8be58ef2044b1cb 00:38:42 $ docker rm -f 3644bf22abcf0d51c45c383dd65a37f1897acca5fa4a030ab8be58ef2044b1cb [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:42 . [Pipeline] withDockerContainer 00:38:42 + go version 00:38:42 go version go1.15.5 linux/arm64 00:38:42 prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container 00:38:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:44 $ docker top 7732d21ed4ad9e554b37516cd9593fca518b16b2faa5c230d8d3fda9a686b5c0 -eo pid,comm [Pipeline] { [Pipeline] } 00:38:44 $ docker stop --time=1 155537b64f32687c1c9edac6f8b3f698f4f98f2d95880316b13e4d3de9085333 00:38:46 $ docker rm -f 155537b64f32687c1c9edac6f8b3f698f4f98f2d95880316b13e4d3de9085333 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:47 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:47 + docker inspect -f . ci-base-image-arm64 00:38:47 . [Pipeline] withDockerContainer 00:38:47 prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container 00:38:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:48 Building docker-core-command-go ... 00:38:48 Building docker-core-data-go ... 00:38:48 Building docker-core-metadata-go ... 00:38:48 Building docker-security-bootstrap-redis-go ... 00:38:48 Building docker-security-proxy-setup-go ... 00:38:48 Building docker-security-secrets-setup-go ... 00:38:48 Building docker-security-secretstore-setup-go ... 00:38:48 Building docker-support-notifications-go ... 00:38:48 Building docker-support-scheduler-go ... 00:38:48 Building docker-sys-mgmt-agent-go ... 00:38:48 Building docker-security-secretstore-setup-go 00:38:48 Building docker-core-metadata-go 00:38:48 Building docker-security-proxy-setup-go 00:38:48 Building docker-sys-mgmt-agent-go 00:38:48 Building docker-core-data-go 00:38:49 $ docker top 0ecc77064a7a66e151eb2d93d8ffe7a9afad44bbf0a93d2ef2798696b0b5580e -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:49 ========================================================= 00:38:49 [edgeXBuildGoParallel] Running Tests and Build... 00:38:49 ========================================================= [Pipeline] sh 00:38:50 + make test 00:38:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:45 ---> 739f5760d20a 00:39:45 Step 3/24 : WORKDIR /edgex-go 00:39:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:45 ---> 739f5760d20a 00:39:45 Step 3/22 : WORKDIR /edgex-go 00:39:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:45 ---> 739f5760d20a 00:39:45 Step 3/23 : WORKDIR /edgex-go 00:39:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:45 ---> 739f5760d20a 00:39:45 Step 3/21 : WORKDIR /edgex-go 00:39:45 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:45 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:39:45 ---> 739f5760d20a 00:39:45 Step 3/27 : WORKDIR /edgex-go 00:39:45 ---> Running in a4677bc38dfc 00:39:45 ---> Running in fb787b1ab15c 00:39:45 ---> Running in ce72a9885531 00:39:45 ---> Running in ebbe86f33e3c 00:39:45 ---> Running in e4dc76551ad1 00:39:45 Removing intermediate container ebbe86f33e3c 00:39:45 ---> 2ff1ba53aa50 00:39:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:45 Removing intermediate container ce72a9885531 00:39:45 ---> 22446e80e6dc 00:39:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:45 Removing intermediate container a4677bc38dfc 00:39:45 ---> d7e1b2a84e7d 00:39:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:45 Removing intermediate container e4dc76551ad1 00:39:45 ---> bc26c9413662 00:39:45 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:45 Removing intermediate container fb787b1ab15c 00:39:45 ---> cdfb994a508d 00:39:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:45 ---> Running in e141bcdbfa09 00:39:45 ---> Running in 956d6c6eafbd 00:39:45 ---> Running in db510b906a19 00:39:45 ---> Running in cc93a2adfead 00:39:45 ---> Running in 250da672c7e5 00:39:48 Removing intermediate container cc93a2adfead 00:39:48 ---> cf2fa3cdbabd 00:39:48 Step 5/22 : RUN apk update && apk add make git 00:39:48 Removing intermediate container db510b906a19 00:39:48 ---> 36c7722f59b1 00:39:48 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:39:48 ---> Running in 5726106ba642 00:39:48 ---> Running in 23b413329b3b 00:39:48 Removing intermediate container 956d6c6eafbd 00:39:48 ---> 739450fcabde 00:39:48 Step 5/24 : RUN apk update && apk add make git 00:39:48 Removing intermediate container e141bcdbfa09 00:39:48 ---> 78a1b528a4eb 00:39:48 Step 5/21 : RUN apk update && apk add make git 00:39:48 Removing intermediate container 250da672c7e5 00:39:48 ---> e2e6a542276f 00:39:48 Step 5/27 : RUN apk update && apk add make bash git 00:39:48 ---> Running in 1551f5357caf 00:39:48 ---> Running in 435dbc4a64bf 00:39:48 ---> Running in 45af5944cd00 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:53 OK: 12750 distinct packages available 00:39:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:53 OK: 12750 distinct packages available 00:39:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:53 OK: 12750 distinct packages available 00:39:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:53 OK: 12750 distinct packages available 00:39:53 OK: 233 MiB in 51 packages 00:39:53 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:53 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:53 OK: 12750 distinct packages available 00:39:54 OK: 233 MiB in 51 packages 00:39:54 OK: 233 MiB in 51 packages 00:39:54 OK: 233 MiB in 51 packages 00:39:54 OK: 233 MiB in 51 packages 00:39:55 Removing intermediate container 23b413329b3b 00:39:55 ---> 4cee8c433b63 00:39:55 Step 6/22 : COPY go.mod . 00:39:55 Removing intermediate container 435dbc4a64bf 00:39:55 ---> db46cb667055 00:39:55 Step 6/21 : COPY go.mod . 00:39:55 Removing intermediate container 1551f5357caf 00:39:55 ---> 483de6ffefec 00:39:55 Step 6/24 : COPY go.mod . 00:39:55 Removing intermediate container 45af5944cd00 00:39:55 ---> 8ff961215fe0 00:39:55 Step 6/27 : COPY go.mod . 00:39:55 Removing intermediate container 5726106ba642 00:39:55 ---> 9c1185929802 00:39:55 Step 6/23 : COPY go.mod . 00:39:55 ---> b27b376d1ec8 00:39:55 Step 7/22 : RUN go mod download 00:39:55 ---> 8b0f3ae18eb8 00:39:55 Step 7/21 : RUN go mod download 00:39:55 ---> Running in 86d24e69d8d0 00:39:55 ---> Running in ddd356662c25 00:39:55 ---> bc920c85be8a 00:39:55 Step 7/27 : RUN go mod download 00:39:56 ---> 46be14b56569 00:39:56 Step 7/24 : RUN go mod download 00:39:56 ---> Running in 6fc8a1d38ba0 00:39:56 ---> Running in 07c4e0e5908a 00:39:56 ---> dd2976195091 00:39:56 Step 7/23 : RUN go mod download 00:39:56 ---> Running in 312811a79851 00:40:00 Removing intermediate container 312811a79851 00:40:00 ---> e2ec17e34fe1 00:40:00 Step 8/23 : COPY . . 00:40:00 Removing intermediate container 07c4e0e5908a 00:40:00 ---> 6a350ae7ad80 00:40:00 Step 8/24 : COPY . . 00:40:00 Removing intermediate container 6fc8a1d38ba0 00:40:00 ---> 63c18d6a5398 00:40:00 Step 8/27 : COPY . . 00:40:00 Removing intermediate container ddd356662c25 00:40:00 ---> bfe4d44ab4fd 00:40:00 Step 8/21 : COPY . . 00:40:00 Removing intermediate container 86d24e69d8d0 00:40:00 ---> fd1c02eb2400 00:40:00 Step 8/22 : COPY . . 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.075s 00:40:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.299s coverage: 46.6% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.550s coverage: 71.3% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 83.7% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.269s coverage: 28.6% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.183s coverage: 100.0% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.333s coverage: 86.7% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.437s coverage: 97.5% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:58 ---> b187144b087f 00:40:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:40:58 ---> 0500d7b731df 00:40:58 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:40:58 ---> 70d0988adf12 00:40:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:58 ---> 520a4cce95a8 00:40:58 Step 9/23 : RUN make cmd/core-data/core-data 00:40:58 ---> 3cce53a26dbb 00:40:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:40:58 ---> Running in ca587fc91dce 00:40:58 ---> Running in 602063972bfd 00:40:58 ---> Running in f9ca872995db 00:40:58 ---> Running in fc45f5a95427 00:40:58 ---> Running in cabec1f893e9 00:40:59 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:40: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:40: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:40: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:40:59 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:41:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.985s coverage: 93.8% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.157s coverage: 75.5% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 80.8% of statements 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.4% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.629s coverage: 63.5% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 91.3% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.851s coverage: 55.9% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:41:39 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:41:39 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:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.227s coverage: 86.3% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.623s coverage: 72.2% of statements 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.543s coverage: 72.1% of statements 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.093s coverage: 82.4% of statements 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.099s coverage: 28.8% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.079s coverage: 96.8% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.402s coverage: 37.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.610s coverage: 84.0% of statements 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.056s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.814s coverage: 29.1% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 00:41:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:41:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:45 GO111MODULE=on go vet ./... 00:41:50 Removing intermediate container 602063972bfd 00:41:50 ---> 13488c54638c 00:41:50 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:41:50 ---> Running in 97b646035a39 00:41:50 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:41:53 Removing intermediate container f9ca872995db 00:41:53 ---> 6cd0ba6bcfe6 00:41:53 00:41:53 Step 10/24 : FROM alpine:3.10 00:41:53 3.10: Pulling from library/alpine 00:41:53 Removing intermediate container cabec1f893e9 00:41:53 ---> c82beac349a4 00:41:53 00:41:53 Step 10/21 : FROM alpine 00:41:54 latest: Pulling from library/alpine 00:41:54 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:41:54 Status: Downloaded newer image for alpine:latest 00:41:54 ---> b14afc6dfb98 00:41:54 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:41:54 ---> Running in 478483a9005e 00:41:55 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:41:55 Status: Downloaded newer image for alpine:3.10 00:41:55 ---> be4e4bea2c2e 00:41:55 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:41:55 ---> Running in b69b0e604842 00:41:55 Removing intermediate container 97b646035a39 00:41:55 ---> 31b6bcfc6eb7 00:41:55 00:41:55 Step 11/27 : FROM docker:latest 00:41:55 ---> 0c995d0d3006 00:41:55 Step 12/27 : RUN apk add --no-cache bash 00:41:56 ---> Running in 712b8d7d8185 00:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:56 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:41:56 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:41:56 OK: 12747 distinct packages available 00:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:41:57 (1/4) Installing ca-certificates (20191127-r4) 00:41:57 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:41:57 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:41:57 OK: 10350 distinct packages available 00:41:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:57 (3/4) Installing libcurl (7.69.1-r3) 00:41:57 (4/4) Installing curl (7.69.1-r3) 00:41:57 Executing busybox-1.31.1-r19.trigger 00:41:57 Executing ca-certificates-20191127-r4.trigger 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:57 OK: 7 MiB in 18 packages 00:41:58 (1/5) Installing ca-certificates (20191127-r2) 00:41:58 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:41:58 (3/5) Installing libcurl (7.66.0-r3) 00:41:58 (4/5) Installing curl (7.66.0-r3) 00:41:58 (5/5) Installing dumb-init (1.2.2-r1) 00:41:58 Executing busybox-1.30.1-r3.trigger 00:41:58 Executing ca-certificates-20191127-r2.trigger 00:41:58 (1/2) Installing readline (8.0.4-r0) 00:41:58 (2/2) Installing bash (5.0.17-r0) 00:41:58 Executing bash-5.0.17-r0.post-install 00:41:58 OK: 7 MiB in 19 packages 00:41:59 Executing busybox-1.31.1-r19.trigger 00:41:59 OK: 12 MiB in 22 packages 00:42:02 Removing intermediate container ca587fc91dce 00:42:02 ---> c0d34318a781 00:42:02 00:42:02 Step 10/22 : FROM scratch 00:42:02 ---> 00:42:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:03 ---> Running in 9294ed942d94 00:42:03 Removing intermediate container 478483a9005e 00:42:03 ---> bf8c545a2807 00:42:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:03 Removing intermediate container 712b8d7d8185 00:42:03 ---> 45bdc07c50aa 00:42:03 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:42:03 Removing intermediate container b69b0e604842 00:42:03 ---> dd56a8340285 00:42:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:03 ---> Running in ed05305b4bb7 00:42:03 ---> Running in 629f282fbeac 00:42:03 ---> Running in 2f4513c7dba9 00:42:03 Removing intermediate container 9294ed942d94 00:42:03 ---> 588576b67f12 00:42:03 Step 12/22 : ENV APP_PORT=48081 00:42:04 ---> Running in 78099a84e33a 00:42:04 Removing intermediate container ed05305b4bb7 00:42:04 ---> d967933cb01d 00:42:04 Step 13/21 : WORKDIR /edgex 00:42:05 Removing intermediate container 2f4513c7dba9 00:42:05 ---> d060c9636908 00:42:05 Step 13/24 : WORKDIR / 00:42:05 ---> Running in 4a6b97a4322d 00:42:05 Removing intermediate container 78099a84e33a 00:42:05 ---> 31f29c1ae6ed 00:42:05 Step 13/22 : EXPOSE $APP_PORT 00:42:05 ---> Running in 800eaf0c0208 00:42:05 ---> Running in 69f4687fda9e 00:42:06 Removing intermediate container 4a6b97a4322d 00:42:06 ---> c216a4319ad0 00:42:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:42:07 Removing intermediate container 800eaf0c0208 00:42:07 ---> 605377f2e8ce 00:42:07 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:42:07 Removing intermediate container 69f4687fda9e 00:42:07 ---> aa7b38051585 00:42:07 Step 14/22 : WORKDIR / 00:42:07 ---> Running in 1ba1c21b9faa 00:42:08 Removing intermediate container fc45f5a95427 00:42:08 ---> fc2c9a1b5e42 00:42:08 00:42:08 Step 10/23 : FROM alpine 00:42:08 ---> b14afc6dfb98 00:42:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:08 ---> Running in 2ad44a5df4fa 00:42:08 Removing intermediate container 1ba1c21b9faa 00:42:08 ---> f301ca8d9375 00:42:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:42:08 Removing intermediate container 629f282fbeac 00:42:08 ---> a9e01155b2be 00:42:08 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:42:08 ---> ca22f8941897 00:42:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:42:08 ---> 8e2f0b3797a3 00:42:08 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:42:08 ---> Running in 2d4d5d347f0b 00:42:08 Removing intermediate container 2ad44a5df4fa 00:42:08 ---> 7aebda140fea 00:42:08 Step 12/23 : ENV APP_PORT=48080 00:42:08 ---> Running in ec5e92af900f 00:42:09 ---> 86c782abe4dd 00:42:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:42:09 Removing intermediate container 2d4d5d347f0b 00:42:09 ---> e341c9826172 00:42:09 Step 15/27 : ENV APP_PORT=48090 00:42:09 ---> 672fbc6b5d4f 00:42:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:42:09 ---> Running in 0d40eb35e5a9 00:42:09 Removing intermediate container ec5e92af900f 00:42:09 ---> d94234472fb4 00:42:09 Step 13/23 : EXPOSE $APP_PORT 00:42:09 ---> 77d2ddc68c39 00:42:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:42:09 ---> Running in 4bbd7041b820 00:42:09 Removing intermediate container 0d40eb35e5a9 00:42:09 ---> f27f0ce4e666 00:42:09 Step 16/27 : EXPOSE $APP_PORT 00:42:09 Removing intermediate container 4bbd7041b820 00:42:09 ---> 1b50cf780b09 00:42:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:09 ---> Running in 4c821a869cd6 00:42:09 ---> 5163e80989c7 00:42:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:42:09 ---> Running in 7b566d8afd60 00:42:10 ---> 289774c6057c 00:42:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:42:10 ---> 0148308c7e02 00:42:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:42:10 Removing intermediate container 4c821a869cd6 00:42:10 ---> 23409da644c9 00:42:10 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:42:10 ---> Running in 9b0c38807ef0 00:42:10 ---> 16044bbbc5b3 00:42:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:42:11 Removing intermediate container 9b0c38807ef0 00:42:11 ---> 79a991ede2a5 00:42:11 Step 18/21 : CMD ["--init=true"] 00:42:11 ---> c90aef007508 00:42:11 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:42:11 ---> Running in 04f19022f479 00:42:11 ---> Running in 7a79d631870d 00:42:11 ---> fc9dc9713878 00:42:11 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:42:11 ---> 7b5da5fdcdff 00:42:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:42:12 Removing intermediate container 04f19022f479 00:42:12 ---> 6ee69431ae08 00:42:12 Step 19/21 : LABEL arch=x86_64 00:42:12 Removing intermediate container 7b566d8afd60 00:42:12 ---> dc3013172a8a 00:42:12 Step 15/23 : RUN apk --no-cache add zeromq 00:42:12 Removing intermediate container 7a79d631870d 00:42:12 ---> e5852915dcdd 00:42:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:12 ---> Running in 48d7e36257b3 00:42:12 ---> Running in 208b1d77cef5 00:42:12 ---> Running in 0ec307d065f9 00:42:12 ---> 6d79ffaa1cff 00:42:12 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:42:12 ---> ef65ff72745e 00:42:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:42:12 Removing intermediate container 48d7e36257b3 00:42:12 ---> cae758e0dba3 00:42:12 Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:42:13 Removing intermediate container 0ec307d065f9 00:42:13 ---> a594809de8b2 00:42:13 Step 20/22 : LABEL arch=x86_64 00:42:13 ---> Running in ab74cca6e299 00:42:13 ---> Running in 49697f06b4a5 00:42:13 ---> Running in 00a9025e5971 00:42:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:13 ---> e9842b86ee37 00:42:13 Step 20/27 : RUN apk --no-cache add py3-pip 00:42:13 ---> Running in 6a1af4532121 00:42:14 Removing intermediate container 49697f06b4a5 00:42:14 ---> 5c4e402a05f7 00:42:14 Step 21/21 : LABEL version=0.0.0 00:42:14 Removing intermediate container 00a9025e5971 00:42:14 ---> 1e67367cdb9c 00:42:14 Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:42:14 ---> Running in 23202275ca92 00:42:14 ---> Running in 79b58d5207ed 00:42:14 Removing intermediate container 23202275ca92 00:42:14 ---> 3176daec4353 00:42:14 00:42:14 Removing intermediate container 79b58d5207ed 00:42:14 ---> 66022d4aecae 00:42:14 Step 22/22 : LABEL version=0.0.0 00:42:14 ---> Running in d6af61b5153a 00:42:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:15 Successfully built 3176daec4353 00:42:15 Successfully tagged docker-security-proxy-setup-go:latest 00:42:15 Removing intermediate container d6af61b5153a 00:42:15 ---> 24a88065bde7 00:42:15 00:42:15 Building docker-support-scheduler-go 00:42:15  Building docker-security-proxy-setup-go ... done Removing intermediate container ab74cca6e299 00:42:15 ---> f1b33ad79f7f 00:42:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:42:15 ---> Running in 77223cb46357 00:42:15 Successfully built 24a88065bde7 00:42:15 Successfully tagged docker-core-metadata-go:latest 00:42:15  Building docker-core-metadata-go ... done Building docker-support-notifications-go 00:42:15 (1/33) Installing libbz2 (1.0.8-r1) 00:42:15 (2/33) Installing expat (2.2.9-r1) 00:42:15 (3/33) Installing libffi (3.3-r2) 00:42:15 (4/33) Installing gdbm (1.13-r1) 00:42:16 Removing intermediate container 77223cb46357 00:42:16 ---> 55ec2f860c29 00:42:16 Step 22/24 : LABEL arch=x86_64 00:42:16 (5/33) Installing xz-libs (5.2.5-r0) 00:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:16 ---> Running in e25bbe6e7560 00:42:16 (6/33) Installing sqlite-libs (3.32.1-r0) 00:42:16 Removing intermediate container e25bbe6e7560 00:42:16 ---> 6ecd2e423ebc 00:42:16 Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:42:16 (7/33) Installing python3 (3.8.5-r0) 00:42:16 ---> Running in 9467033acd5a 00:42:17 Removing intermediate container 9467033acd5a 00:42:17 ---> 71ae9cc8a4de 00:42:17 Step 24/24 : LABEL version=0.0.0 00:42:17 ---> Running in dafa1fba55c4 00:42:20 (1/5) Installing libgcc (9.3.0-r2) 00:42:20 (2/5) Installing libsodium (1.0.18-r0) 00:42:20 (3/5) Installing libstdc++ (9.3.0-r2) 00:42:21 (4/5) Installing libzmq (4.3.3-r0) 00:42:23 (5/5) Installing zeromq (4.3.3-r0) 00:42:23 Executing busybox-1.31.1-r19.trigger 00:42:23 OK: 8 MiB in 19 packages 00:42:25 Removing intermediate container dafa1fba55c4 00:42:25 ---> ee89a86b61f0 00:42:25 00:42:25 (8/33) Installing py3-appdirs (1.4.4-r1) 00:42:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:42:25 (10/33) Installing py3-parsing (2.4.7-r0) 00:42:25 (11/33) Installing py3-six (1.15.0-r0) 00:42:25 (12/33) Installing py3-packaging (20.4-r0) 00:42:26 (13/33) Installing py3-setuptools (47.0.0-r0) 00:42:26 (14/33) Installing py3-chardet (3.0.4-r4) 00:42:26 (15/33) Installing py3-idna (2.9-r0) 00:42:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:42:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:42:27 Successfully built ee89a86b61f0 00:42:27 Successfully tagged docker-security-secretstore-setup-go:latest 00:42:27 Building docker-core-command-go 00:42:27  Building docker-security-secretstore-setup-go ... done (18/33) Installing py3-requests (2.23.0-r0) 00:42:27 (19/33) Installing py3-msgpack (1.0.0-r0) 00:42:27 (20/33) Installing py3-lockfile (0.12.2-r3) 00:42:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:42:27 (22/33) Installing py3-colorama (0.4.3-r0) 00:42:27 (23/33) Installing py3-distlib (0.3.0-r0) 00:42:28 (24/33) Installing py3-distro (1.5.0-r1) 00:42:28 (25/33) Installing py3-webencodings (0.5.1-r3) 00:42:28 (26/33) Installing py3-html5lib (1.0.1-r4) 00:42:29 Removing intermediate container 208b1d77cef5 00:42:29 ---> a38a2d9c73ab 00:42:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:42:29 (27/33) Installing py3-pytoml (0.1.21-r0) 00:42:29 (28/33) Installing py3-pep517 (0.8.2-r0) 00:42:29 (29/33) Installing py3-progress (1.5-r0) 00:42:29 (30/33) Installing py3-toml (0.10.1-r0) 00:42:29 (31/33) Installing py3-retrying (1.3.3-r0) 00:42:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:42:30 (33/33) Installing py3-pip (20.1.1-r0) 00:42:30 Executing busybox-1.31.1-r19.trigger 00:42:30 OK: 71 MiB in 55 packages 00:42:32 ---> 0e4935db7840 00:42:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:42:35 ---> 4a11acc6826d 00:42:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:42:36 ---> 165d1d2b8f95 00:42:36 Step 19/23 : ENTRYPOINT ["/core-data"] 00:42:37 ---> Running in 036bb78c5570 00:42:37 Removing intermediate container 036bb78c5570 00:42:37 ---> 4b174847b55d 00:42:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:39 ---> Running in a25037229509 00:42:40 Removing intermediate container a25037229509 00:42:40 ---> 0b3af13c51a9 00:42:40 Step 21/23 : LABEL arch=x86_64 00:42:40 ---> Running in 93cf5bd46b9c 00:42:41 Removing intermediate container 93cf5bd46b9c 00:42:41 ---> c9b7edb9a0e5 00:42:41 Step 22/23 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:42:41 ---> Running in 0b3c69583841 00:42:43 Removing intermediate container 0b3c69583841 00:42:43 ---> 81a78ee0b3fe 00:42:43 Step 23/23 : LABEL version=0.0.0 00:42:43 ---> Running in f58ae734b246 00:42:45 Removing intermediate container f58ae734b246 00:42:45 ---> a314e9993de9 00:42:45 00:42:46 Successfully built a314e9993de9 00:42:46 Successfully tagged docker-core-data-go:latest 00:42:46  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 00:42:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:42:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:42:52 ---> 739f5760d20a 00:42:52 Step 3/24 : WORKDIR /edgex-go 00:42:52 ---> Using cache 00:42:52 ---> cdfb994a508d 00:42:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:52 ---> Using cache 00:42:52 ---> cf2fa3cdbabd 00:42:52 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:42:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:42:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:42:52 ---> 739f5760d20a 00:42:52 Step 3/21 : WORKDIR /edgex-go 00:42:52 ---> Using cache 00:42:52 ---> cdfb994a508d 00:42:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:52 ---> Using cache 00:42:52 ---> cf2fa3cdbabd 00:42:52 Step 5/21 : RUN apk update && apk add make git 00:42:52 ---> Using cache 00:42:52 ---> 4cee8c433b63 00:42:52 Step 6/21 : COPY go.mod . 00:42:52 ---> Using cache 00:42:52 ---> b27b376d1ec8 00:42:52 Step 7/21 : RUN go mod download 00:42:52 ---> Using cache 00:42:52 ---> fd1c02eb2400 00:42:52 Step 8/21 : COPY . . 00:42:52 ---> Using cache 00:42:52 ---> b187144b087f 00:42:52 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:42:52 ---> Running in abd58f09d752 00:42:52 ---> Running in 4c53266761fd 00:42:57 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:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:59 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:42:59 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:42:59 OK: 12750 distinct packages available 00:42:59 OK: 233 MiB in 51 packages 00:43:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 739f5760d20a 00:43:03 Step 3/22 : WORKDIR /edgex-go 00:43:03 ---> Using cache 00:43:03 ---> cdfb994a508d 00:43:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:03 ---> Using cache 00:43:03 ---> cf2fa3cdbabd 00:43:03 Step 5/22 : RUN apk update && apk add make git 00:43:03 ---> Using cache 00:43:03 ---> 4cee8c433b63 00:43:03 Step 6/22 : COPY go.mod . 00:43:03 ---> Using cache 00:43:03 ---> b27b376d1ec8 00:43:03 Step 7/22 : RUN go mod download 00:43:03 ---> Using cache 00:43:03 ---> fd1c02eb2400 00:43:03 Step 8/22 : COPY . . 00:43:03 ---> Using cache 00:43:03 ---> b187144b087f 00:43:03 Step 9/22 : RUN make cmd/core-command/core-command 00:43:04 Removing intermediate container 4c53266761fd 00:43:04 ---> d9ef8e9690c6 00:43:04 Step 6/24 : COPY go.mod . 00:43:04 ---> Running in 6a63a43ad24e 00:43:05 ---> 50d916c6189a 00:43:05 Step 7/24 : RUN go mod download 00:43:06 ---> Running in 888fa40ca935 00:43:06 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:43:07 gofmt -l . 00:43:07 [ "`gofmt -l .`" = "" ] 00:43:07 ./bin/test-go-mod-tidy.sh 00:43:07 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:08 + ls -al . 00:43:08 total 692 00:43:08 drwxrwxr-x 9 1001 1001 4096 Dec 16 00:43 . 00:43:08 drwxr-xr-x 4 root root 4096 Dec 16 00:38 .. 00:43:08 -rw-rw-r-- 1 1001 1001 11 Dec 16 00:36 .dockerignore 00:43:08 drwxrwxr-x 8 1001 1001 4096 Dec 16 00:36 .git 00:43:08 drwxrwxr-x 3 1001 1001 4096 Dec 16 00:36 .github 00:43:08 -rw-rw-r-- 1 1001 1001 943 Dec 16 00:36 .gitignore 00:43:08 -rw-rw-r-- 1 1001 1001 166 Dec 16 00:36 .sonarcloud.properties 00:43:08 -rw-rw-r-- 1 1001 1001 3804 Dec 16 00:36 CONTRIBUTING.md 00:43:08 -rw-rw-r-- 1 1001 1001 1035 Dec 16 00:36 Dockerfile.build 00:43:08 -rw-rw-r-- 1 1001 1001 863 Dec 16 00:36 Jenkinsfile 00:43:08 -rw-rw-r-- 1 1001 1001 10775 Dec 16 00:36 LICENSE 00:43:08 -rw-rw-r-- 1 1001 1001 6318 Dec 16 00:36 Makefile 00:43:08 -rw-rw-r-- 1 1001 1001 6447 Dec 16 00:36 README.md 00:43:08 -rw-rw-r-- 1 1001 1001 7286 Dec 16 00:36 SECURITY.md 00:43:08 -rw-rw-r-- 1 1001 1001 5 Dec 16 00:32 VERSION 00:43:08 -rw-rw-r-- 1 1001 1001 4131 Dec 16 00:36 ZMQWindows.md 00:43:08 drwxrwxr-x 2 1001 1001 4096 Dec 16 00:36 bin 00:43:08 drwxrwxr-x 15 1001 1001 4096 Dec 16 00:36 cmd 00:43:08 -rw-r--r-- 1 root root 568194 Dec 16 00:41 coverage.out 00:43:08 -rw-r--r-- 1 root root 1041 Dec 16 00:43 go.mod 00:43:08 -rw-r--r-- 1 root root 18746 Dec 16 00:43 go.sum 00:43:08 drwxrwxr-x 8 1001 1001 4096 Dec 16 00:36 internal 00:43:08 drwxrwxr-x 4 1001 1001 4096 Dec 16 00:36 openapi 00:43:08 drwxrwxr-x 4 1001 1001 4096 Dec 16 00:36 snap 00:43:08 -rw-rw-r-- 1 1001 1001 168 Dec 16 00:36 version.go [Pipeline] sh 00:43:08 Removing intermediate container 6a1af4532121 00:43:08 ---> 83492df61ca0 00:43:08 Step 21/27 : RUN pip install docker-compose==1.23.2 00:43:09 + '[' -e coverage.out ] 00:43:09 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:09 Warning: overwriting stash ‘coverage-report’ 00:43:09 ---> Running in 2644c2e72f10 00:43:10 Stashed 1 file(s) [Pipeline] sh 00:43:11 + make build 00:43:11 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:43:14 Removing intermediate container 888fa40ca935 00:43:14 ---> 4f6979101d96 00:43:14 Step 8/24 : COPY . . 00:43:23 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:43:33 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:43:33 ---> 739f5760d20a 00:43:33 Step 3/29 : WORKDIR /edgex-go 00:43:33 ---> Using cache 00:43:33 ---> cdfb994a508d 00:43:33 Step 4/29 : RUN apk update && apk add make git 00:43:33 Collecting docker-compose==1.23.2 00:43:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:43:33 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:43:33 ---> Running in f94f121c739f 00:43:33 Collecting texttable<0.10,>=0.9.0 00:43:33 Downloading texttable-0.9.1.tar.gz (11 kB) 00:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:36 Collecting PyYAML<4,>=3.10 00:43:36 Downloading PyYAML-3.13.tar.gz (270 kB) 00:43:36 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:36 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:36 OK: 12750 distinct packages available 00:43:37 OK: 233 MiB in 51 packages 00:43:38 Collecting websocket-client<1.0,>=0.32.0 00:43:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:43:40 Collecting docker<4.0,>=3.6.0 00:43:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:43:42 Collecting cached-property<2,>=1.2.0 00:43:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:43:42 Collecting jsonschema<3,>=2.5.1 00:43:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:43:43 Removing intermediate container f94f121c739f 00:43:43 ---> f853bcc6cc22 00:43:43 Step 5/29 : COPY go.mod . 00:43:43 Collecting docopt<0.7,>=0.6.1 00:43:43 Downloading docopt-0.6.2.tar.gz (25 kB) 00:43:44 Collecting dockerpty<0.5,>=0.4.1 00:43:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:43:44 ---> 1dc63a0a4966 00:43:44 Step 6/29 : RUN go mod download 00:43:45 ---> Running in 7f97e432bdd4 00:43:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:43:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:43:47 Collecting docker-pycreds>=0.4.0 00:43:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:43:48 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:43:49 Collecting urllib3<1.25,>=1.21.1 00:43:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:43:51 Collecting idna<2.8,>=2.5 00:43:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:43:51 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:43:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:43:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:43:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:43:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:43:51 Removing intermediate container abd58f09d752 00:43:51 ---> 05b948991e1c 00:43:51 00:43:51 Step 10/21 : FROM scratch 00:43:51 ---> 00:43:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:51 Installing collected packages: texttable, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, dockerpty, docker-compose 00:43:51 Running setup.py install for texttable: started 00:43:51 Removing intermediate container 6a63a43ad24e 00:43:51 ---> e9d17997dde2 00:43:51 00:43:51 Step 10/22 : FROM scratch 00:43:51 ---> 00:43:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:51 ---> Using cache 00:43:51 ---> 588576b67f12 00:43:51 Step 12/21 : ENV APP_PORT=48085 00:43:51 ---> Using cache 00:43:51 ---> 588576b67f12 00:43:51 Step 12/22 : ENV APP_PORT=48082 00:43:51 ---> Running in 515a0d2265fe 00:43:51 ---> Running in b5e3c9e4afb0 00:43:52 Running setup.py install for texttable: finished with status 'done' 00:43:52 Running setup.py install for PyYAML: started 00:43:53 Removing intermediate container 7f97e432bdd4 00:43:53 ---> f2f80bb319d9 00:43:53 Step 7/29 : COPY . . 00:43:53 Removing intermediate container b5e3c9e4afb0 00:43:53 ---> 34af9f7def0a 00:43:53 Step 13/21 : EXPOSE $APP_PORT 00:43:53 Removing intermediate container 515a0d2265fe 00:43:53 ---> 637205ce1b87 00:43:53 Step 13/22 : EXPOSE $APP_PORT 00:43:54 ---> Running in 96dc78aa1786 00:43:54 Running setup.py install for PyYAML: finished with status 'done' 00:43:55 ---> Running in d0053796dfaa 00:43:56 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:43:56 Attempting uninstall: urllib3 00:43:56 Found existing installation: urllib3 1.25.9 00:43:56 Uninstalling urllib3-1.25.9: 00:43:56 Removing intermediate container 96dc78aa1786 00:43:56 ---> 9e1efb82c693 00:43:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:43:58 Successfully uninstalled urllib3-1.25.9 00:43:58 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:43:58 Removing intermediate container d0053796dfaa 00:43:58 ---> 7f6cf4e1da38 00:43:58 Step 14/22 : WORKDIR / 00:44:00 ---> 4f033dbd6131 00:44:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:44:00 ---> Running in 287d1988deee 00:44:01 Attempting uninstall: idna 00:44:01 Found existing installation: idna 2.9 00:44:01 Uninstalling idna-2.9: 00:44:01 Successfully uninstalled idna-2.9 00:44:03 Attempting uninstall: requests 00:44:03 Found existing installation: requests 2.23.0 00:44:03 Uninstalling requests-2.23.0: 00:44:03 Removing intermediate container 287d1988deee 00:44:03 ---> 6f860457d432 00:44:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:44:03 Successfully uninstalled requests-2.23.0 00:44:03 ---> ed807e2bbe59 00:44:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:44:03 ---> 3398557316e1 00:44:03 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:04 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:44:05 ---> 564a972c301b 00:44:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:44:05 ---> Running in 9a338f4dd0ac 00:44:05 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:44:05 ---> 0392c8989df4 00:44:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:44:05 Running setup.py install for docopt: started 00:44:06 ---> Running in bda861cdb599 00:44:06 ---> b1d796b74a2b 00:44:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:44:08 Running setup.py install for docopt: finished with status 'done' 00:44:08 Removing intermediate container bda861cdb599 00:44:08 ---> a94bbeb18593 00:44:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:08 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:44:08 Running setup.py install for dockerpty: started 00:44:09 ---> b897e04adfb0 00:44:09 Step 18/22 : ENTRYPOINT ["/core-command"] 00:44:09 ---> Running in b757a6a82b2f 00:44:09 ---> Running in 7122468e980c 00:44:09 Running setup.py install for dockerpty: finished with status 'done' 00:44:10 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:44:10 Removing intermediate container b757a6a82b2f 00:44:10 ---> 98187da51445 00:44:10 Step 19/21 : LABEL arch=x86_64 00:44:11 Removing intermediate container 7122468e980c 00:44:11 ---> 4651b660a53e 00:44:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:11 ---> Running in 365414a4e799 00:44:11 ---> Running in bf1e19aabb5d 00:44:12 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:44:12 Removing intermediate container 365414a4e799 00:44:12 ---> 416950a0f474 00:44:12 Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:44:12 Removing intermediate container bf1e19aabb5d 00:44:12 ---> 32da404f7ca3 00:44:12 Step 20/22 : LABEL arch=x86_64 00:44:13 ---> Running in f3c6696fe05e 00:44:13 ---> Running in 4444dde35ef9 00:44:15 Removing intermediate container f3c6696fe05e 00:44:15 ---> 0d86697ed488 00:44:15 Step 21/21 : LABEL version=0.0.0 00:44:15 Removing intermediate container 4444dde35ef9 00:44:15 ---> 7e18243fee4f 00:44:15 Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:44:16 ---> Running in ff7d655a163e 00:44:16 ---> Running in d3b822877f48 00:44:17 Removing intermediate container ff7d655a163e 00:44:17 ---> bfdc367b3eab 00:44:17 Step 22/22 : LABEL version=0.0.0 00:44:17 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:44:17 Removing intermediate container d3b822877f48 00:44:17 ---> 3fb0227b36ab 00:44:17 00:44:17 ---> Running in c4a066a420bb 00:44:19 Successfully built 3fb0227b36ab 00:44:19 Successfully tagged docker-support-scheduler-go:latest 00:44:19  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 00:44:20 Removing intermediate container 2644c2e72f10 00:44:20 ---> 72321ee9520e 00:44:20 Step 22/27 : RUN apk --no-cache add curl 00:44:21 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:44:21 Removing intermediate container c4a066a420bb 00:44:21 ---> 4274bcc2b4d9 00:44:21 00:44:21 ---> Running in 94e5a113182e 00:44:24 Successfully built 4274bcc2b4d9 00:44:24 Successfully tagged docker-core-command-go:latest 00:44:25 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:44:25  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:44:26 (2/3) Installing libcurl (7.69.1-r3) 00:44:26 (3/3) Installing curl (7.69.1-r3) 00:44:26 Executing busybox-1.31.1-r19.trigger 00:44:26 OK: 72 MiB in 58 packages 00:44:30 ---> dffd1e6853a3 00:44:30 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:44:30 Removing intermediate container 94e5a113182e 00:44:30 ---> f258d4bcab33 00:44:30 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:44:30 ---> Running in 28630688a5b6 00:44:30 ---> Running in 3bb57df63f3e 00:44:30 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:44:31 Removing intermediate container 3bb57df63f3e 00:44:31 ---> ff4475bd1374 00:44:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:32 ---> Running in 6b5091844f79 00:44:32 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:44:32 Removing intermediate container 6b5091844f79 00:44:32 ---> ab6b88b4e744 00:44:32 Step 25/27 : LABEL arch=x86_64 00:44:32 ---> Running in 681239f5a21c 00:44:33 Removing intermediate container 681239f5a21c 00:44:33 ---> ee5700e4beeb 00:44:33 Step 26/27 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:44:33 ---> Running in a45c76c5607f 00:44:33 Removing intermediate container a45c76c5607f 00:44:33 ---> 24d6d264fcbf 00:44:33 Step 27/27 : LABEL version=0.0.0 00:44:34 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:44:34 ---> Running in 700cc52079f8 00:44:35 Removing intermediate container 700cc52079f8 00:44:35 ---> df8def09be0b 00:44:35 00:44:37 Successfully built df8def09be0b 00:44:37 Successfully tagged docker-sys-mgmt-agent-go:latest 00:44:38 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:44:42 $ docker stop --time=1 0ecc77064a7a66e151eb2d93d8ffe7a9afad44bbf0a93d2ef2798696b0b5580e 00:44:44 $ docker rm -f 0ecc77064a7a66e151eb2d93d8ffe7a9afad44bbf0a93d2ef2798696b0b5580e 00:44:46  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9a338f4dd0ac 00:44:46 ---> d63a0e1771da 00:44:46 00:44:46 Step 10/24 : FROM scratch 00:44:46 ---> 00:44:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:46 00:44:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:47 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:47 29e5d40040c1: Pulling fs layer 00:44:47 1ce36da41761: Pulling fs layer 00:44:47 25b303627fd3: Pulling fs layer 00:44:47 29e5d40040c1: Verifying Checksum 00:44:47 29e5d40040c1: Download complete 00:44:48 1ce36da41761: Verifying Checksum 00:44:48 1ce36da41761: Download complete 00:44:48 29e5d40040c1: Pull complete 00:44:50 1ce36da41761: Pull complete 00:44:50 25b303627fd3: Verifying Checksum 00:44:50 25b303627fd3: Download complete 00:44:50 ---> Running in f8f840f4497d 00:44:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:51 ---> 739f5760d20a 00:44:51 Step 3/22 : WORKDIR /edgex-go 00:44:51 ---> Using cache 00:44:51 ---> cdfb994a508d 00:44:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:51 ---> Using cache 00:44:51 ---> cf2fa3cdbabd 00:44:51 Step 5/22 : RUN apk update && apk add make git 00:44:51 ---> Using cache 00:44:51 ---> 4cee8c433b63 00:44:51 Step 6/22 : COPY go.mod . 00:44:51 ---> Using cache 00:44:51 ---> b27b376d1ec8 00:44:51 Step 7/22 : RUN go mod download 00:44:51 ---> Using cache 00:44:51 ---> fd1c02eb2400 00:44:51 Step 8/22 : COPY . . 00:44:51 ---> Using cache 00:44:51 ---> b187144b087f 00:44:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:52 Removing intermediate container f8f840f4497d 00:44:52 ---> 41f202ad8e76 00:44:52 Step 12/24 : ENV APP_PORT=48060 00:44:52 ---> Running in 62f24e462c07 00:44:52 ---> Running in f255df2e50a2 00:44:52 Removing intermediate container f255df2e50a2 00:44:52 ---> 8e9e6024cf0a 00:44:52 Step 13/24 : EXPOSE $APP_PORT 00:44:52 ---> Running in fd025aa62e30 00:44:53 Removing intermediate container fd025aa62e30 00:44:53 ---> 8dcacd7ef82d 00:44:53 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:44:53 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:44:54 ---> 14a584517448 00:44:54 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:44:55 Removing intermediate container 28630688a5b6 00:44:55 ---> e489afeb0108 00:44:55 00:44:55 Step 9/29 : FROM alpine:latest 00:44:55 ---> b14afc6dfb98 00:44:55 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:44:55 ---> b5436b63c908 00:44:55 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:44:55 ---> Running in e1fc7c3eaaf0 00:44:56 Removing intermediate container e1fc7c3eaaf0 00:44:56 ---> c46518ee472c 00:44:56 Step 11/29 : USER root 00:44:56 ---> Running in 1d325d60fdbe 00:44:56 ---> 193e078f5d4a 00:44:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:44:56 Removing intermediate container 1d325d60fdbe 00:44:56 ---> 1d47eb26c211 00:44:56 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:44:56 ---> Running in 250f9dc7c41a 00:44:57 ---> ff178c03d63f 00:44:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:59 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:44:59 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:44:59 OK: 12747 distinct packages available 00:45:00 (1/2) Installing ca-certificates (20191127-r4) 00:45:00 (2/2) Installing dumb-init (1.2.2-r1) 00:45:00 Executing busybox-1.31.1-r19.trigger 00:45:00 Executing ca-certificates-20191127-r4.trigger 00:45:00 25b303627fd3: Pull complete 00:45:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:00 OK: 6 MiB in 16 packages 00:45:00 ---> 3b4ce583fa2a 00:45:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:45:00 prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container 00:45:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:01 ---> 11303d8a1581 00:45:01 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:45:01 ---> Running in 7a1b7f8fdb6a 00:45:02 Removing intermediate container 7a1b7f8fdb6a 00:45:02 ---> ef3d03c0876a 00:45:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:02 Removing intermediate container 250f9dc7c41a 00:45:02 ---> 422de5f265c5 00:45:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:45:02 ---> Running in ab6611d7aa72 00:45:02 ---> Running in f707d2c50c87 00:45:02 Removing intermediate container ab6611d7aa72 00:45:02 ---> 1366339052b1 00:45:02 Step 22/24 : LABEL arch=x86_64 00:45:02 Removing intermediate container f707d2c50c87 00:45:02 ---> 5e946432924d 00:45:02 Step 14/29 : WORKDIR $BASE_DIR 00:45:02 ---> Running in bb03f914a9bf 00:45:02 ---> Running in 5a4e165249ef 00:45:03 Removing intermediate container bb03f914a9bf 00:45:03 ---> 8b1c1c9535db 00:45:03 Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:45:03 Removing intermediate container 5a4e165249ef 00:45:03 ---> a7579e1a24c3 00:45:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:45:03 ---> Running in 3139194f8116 00:45:03 ---> Running in 766b98f81845 00:45:04 $ docker top 0db2bf3b7b6d9af3745466e43a301a4fb56a18490f3df3152ad2745188ca4e68 -eo pid,comm 00:45:04 Removing intermediate container 3139194f8116 00:45:04 ---> a6cde8dda1a6 00:45:04 Step 24/24 : LABEL version=0.0.0 00:45:04 ---> Running in d08493472396 [Pipeline] { 00:45:04 Removing intermediate container d08493472396 00:45:04 ---> 604958aab6cc 00:45:04 [Pipeline] sh 00:45:05 Successfully built 604958aab6cc 00:45:05 Successfully tagged docker-support-notifications-go:latest 00:45:05 + docker-compose build --help 00:45:05 + grep parallel 00:45:05  Building docker-support-notifications-go ... done Removing intermediate container 766b98f81845 00:45:05 ---> 5937217c225f 00:45:05 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:45:06 ---> 100f00a90dfd 00:45:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:45:07 ---> 7e39cae68f3f 00:45:07 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:45:07 ---> 76ac102d5db0 00:45:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:45:08 ---> 560f981609ae 00:45:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:45:09 ---> 843f58c0a200 00:45:09 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:45:09 ---> Running in 5ba539948f45 00:45:09 --parallel Build images in parallel. [Pipeline] } 00:45:10 $ docker stop --time=1 0db2bf3b7b6d9af3745466e43a301a4fb56a18490f3df3152ad2745188ca4e68 00:45:11 Removing intermediate container 62f24e462c07 00:45:11 ---> 4716aea1c0c4 00:45:11 00:45:11 Step 10/22 : FROM alpine:3.10 00:45:11 ---> be4e4bea2c2e 00:45:11 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:45:11 ---> Using cache 00:45:11 ---> dd56a8340285 00:45:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:45:11 ---> Running in 2066ff9d7929 00:45:11 Removing intermediate container 5ba539948f45 00:45:11 ---> e498afbd67f3 00:45:11 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:45:11 Removing intermediate container 2066ff9d7929 00:45:11 ---> 91279aa56256 00:45:11 Step 13/22 : WORKDIR / 00:45:11 ---> Running in 4b093b79add9 00:45:11 ---> 626741b0e86e 00:45:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:45:11 ---> Running in ade8c6fbab4c 00:45:11 Removing intermediate container 4b093b79add9 00:45:11 ---> b93c555c059b 00:45:11 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:45:12 $ docker rm -f 0db2bf3b7b6d9af3745466e43a301a4fb56a18490f3df3152ad2745188ca4e68 [Pipeline] // withDockerContainer [Pipeline] writeFile 00:45:12 ---> 509f60ccb172 00:45:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:12 . [Pipeline] withDockerContainer 00:45:13 prd-ubuntu18.04-docker-arm64-4c-16g-16216 does not seem to be running inside a container 00:45:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:13 ---> ea7a75052d83 00:45:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:45:13 Removing intermediate container ade8c6fbab4c 00:45:13 ---> 5b183c313e4b 00:45:13 Step 24/29 : RUN chmod 755 security-secrets-setup 00:45:13 ---> Running in 89a1cfe020a3 00:45:13 ---> eb73a9953f7b 00:45:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:45:14 $ docker top 0db14384d1a8fa6354fc84402cd6cf0f4ef02ec9f743f71a4af1aabc384c0075 -eo pid,comm 00:45:14 ---> fe8a7abf078a 00:45:14 Step 18/22 : RUN chmod +x entrypoint.sh 00:45:14 ---> Running in 1df073ed1a3b [Pipeline] { [Pipeline] sh 00:45:15 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:15 Removing intermediate container 89a1cfe020a3 00:45:15 ---> ad71102f49af 00:45:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:45:16 ---> Running in 673f9c0b6a69 00:45:16 Removing intermediate container 673f9c0b6a69 00:45:16 ---> 8d229686da63 00:45:16 Step 26/29 : CMD [ "generate" ] 00:45:16 ---> Running in a7948ebe9d69 00:45:16 Removing intermediate container 1df073ed1a3b 00:45:16 ---> f1439282aa6e 00:45:16 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:45:17 ---> Running in 55e29a002147 00:45:17 Removing intermediate container a7948ebe9d69 00:45:17 ---> ed2e76216681 00:45:17 Step 27/29 : LABEL arch=x86_64 00:45:17 ---> Running in 7f8bcecb4806 00:45:17 Removing intermediate container 55e29a002147 00:45:17 ---> 4b5aa3b4ec8f 00:45:17 Step 20/22 : LABEL arch=x86_64 00:45:17 ---> Running in 353e0a6b22c4 00:45:17 Removing intermediate container 7f8bcecb4806 00:45:17 ---> 15609e6e2723 00:45:17 Step 28/29 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:45:17 ---> Running in 6491116efe65 00:45:17 Removing intermediate container 353e0a6b22c4 00:45:17 ---> 76412eca9a1c 00:45:17 Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:45:17 ---> Running in e6a632ae83b8 00:45:17 Removing intermediate container 6491116efe65 00:45:17 ---> 81e9ac839672 00:45:17 Step 29/29 : LABEL version=0.0.0 00:45:17 ---> Running in ec19daf4b124 00:45:17 Removing intermediate container e6a632ae83b8 00:45:17 ---> 012422c5b253 00:45:17 Step 22/22 : LABEL version=0.0.0 00:45:17 ---> Running in 3ca6a40173cb 00:45:18 Removing intermediate container ec19daf4b124 00:45:18 ---> 03c37d52ba71 00:45:18 00:45:18 Removing intermediate container 3ca6a40173cb 00:45:18 ---> 2d40693e4d34 00:45:18 00:45:18 Successfully built 03c37d52ba71 00:45:18 Successfully tagged docker-security-secrets-setup-go:latest 00:45:18  Building docker-security-secrets-setup-go ... done Successfully built 2d40693e4d34 00:45:18 Successfully tagged docker-security-bootstrap-redis-go:latest 00:45:19  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } 00:45:19 $ docker stop --time=1 7732d21ed4ad9e554b37516cd9593fca518b16b2faa5c230d8d3fda9a686b5c0 00:45:20 Building docker-core-command-go ... 00:45:20 Building docker-core-data-go ... 00:45:20 Building docker-core-metadata-go ... 00:45:20 Building docker-security-bootstrap-redis-go ... 00:45:20 Building docker-security-proxy-setup-go ... 00:45:20 Building docker-security-secrets-setup-go ... 00:45:20 Building docker-security-secretstore-setup-go ... 00:45:20 Building docker-support-notifications-go ... 00:45:20 Building docker-support-scheduler-go ... 00:45:20 Building docker-sys-mgmt-agent-go ... 00:45:20 Building docker-core-command-go 00:45:20 Building docker-sys-mgmt-agent-go 00:45:20 Building docker-support-notifications-go 00:45:20 Building docker-security-secretstore-setup-go 00:45:20 Building docker-support-scheduler-go 00:45:21 $ docker rm -f 7732d21ed4ad9e554b37516cd9593fca518b16b2faa5c230d8d3fda9a686b5c0 [Pipeline] // withDockerContainer [Pipeline] sh 00:45:22 + grep docker 00:45:22 + docker images 00:45:22 docker-security-secrets-setup-go latest 03c37d52ba71 4 seconds ago 23.9MB 00:45:22 docker-security-bootstrap-redis-go latest 2d40693e4d34 4 seconds ago 15.8MB 00:45:22 docker-support-notifications-go latest 604958aab6cc 18 seconds ago 13.6MB 00:45:22 docker-sys-mgmt-agent-go latest df8def09be0b 48 seconds ago 313MB 00:45:22 docker-core-command-go latest 4274bcc2b4d9 About a minute ago 12.2MB 00:45:22 docker-support-scheduler-go latest 3fb0227b36ab About a minute ago 12.3MB 00:45:22 docker-core-data-go latest a314e9993de9 2 minutes ago 23.7MB 00:45:22 docker-security-secretstore-setup-go latest ee89a86b61f0 3 minutes ago 24.7MB 00:45:22 docker-core-metadata-go latest 24a88065bde7 3 minutes ago 14.5MB 00:45:22 docker-security-proxy-setup-go latest 3176daec4353 3 minutes ago 24.6MB 00:45:22 docker latest 0c995d0d3006 2 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:45:37 Still waiting to schedule task 00:45:37 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:46:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> c940ce6c505b 00:46:28 Step 3/24 : WORKDIR /edgex-go 00:46:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> c940ce6c505b 00:46:28 Step 3/22 : WORKDIR /edgex-go 00:46:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> c940ce6c505b 00:46:28 Step 3/21 : WORKDIR /edgex-go 00:46:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> c940ce6c505b 00:46:28 Step 3/24 : WORKDIR /edgex-go 00:46:29 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:46:29 ---> c940ce6c505b 00:46:29 Step 3/27 : WORKDIR /edgex-go 00:46:34 ---> Running in 9223dcfcfb99 00:46:34 ---> Running in f7d0eeb96698 00:46:34 ---> Running in 2854d1f45ac7 00:46:34 ---> Running in 5add1cda7be8 00:46:34 ---> Running in c2bb1f7af106 00:46:34 Removing intermediate container 2854d1f45ac7 00:46:34 ---> 155e138688da 00:46:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:34 Removing intermediate container f7d0eeb96698 00:46:34 ---> a9002f7a4ea8 00:46:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:34 Removing intermediate container 9223dcfcfb99 00:46:34 ---> a75dd6f7e8cb 00:46:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:34 Removing intermediate container c2bb1f7af106 00:46:34 ---> 7da55f4ae3f9 00:46:34 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:34 Removing intermediate container 5add1cda7be8 00:46:34 ---> 382a90739373 00:46:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:34 ---> Running in 9e9471a310a8 00:46:34 ---> Running in 08c336e1ebee 00:46:34 ---> Running in 44b2ddd267a5 00:46:34 ---> Running in 2213a2146169 00:46:34 ---> Running in 329a2dae5462 00:46:39 Removing intermediate container 08c336e1ebee 00:46:39 ---> 47787eb5a8ef 00:46:39 Step 5/21 : RUN apk update && apk add make git 00:46:39 ---> Running in ed9a3952fe88 00:46:39 Removing intermediate container 9e9471a310a8 00:46:39 ---> d1424090846e 00:46:39 Step 5/22 : RUN apk update && apk add make git 00:46:39 ---> Running in f8774b997c25 00:46:39 Removing intermediate container 329a2dae5462 00:46:39 ---> 84ecbbdb41d8 00:46:39 Step 5/24 : RUN apk update && apk add make git 00:46:39 Removing intermediate container 2213a2146169 00:46:39 ---> 51cef773baca 00:46:39 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:46:39 Removing intermediate container 44b2ddd267a5 00:46:39 ---> 4183ad5209ee 00:46:39 Step 5/27 : RUN apk update && apk add make bash git 00:46:39 ---> Running in a2f54f0bede1 00:46:39 ---> Running in 51c09db5303a 00:46:39 ---> Running in 145966a67cae 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:42 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:42 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:42 OK: 12620 distinct packages available 00:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:42 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:42 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:42 OK: 12620 distinct packages available 00:46:43 OK: 217 MiB in 51 packages 00:46:43 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:43 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:43 OK: 217 MiB in 51 packages 00:46:43 OK: 12620 distinct packages available 00:46:43 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:43 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:43 OK: 12620 distinct packages available 00:46:44 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:44 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:44 OK: 12620 distinct packages available 00:46:44 OK: 217 MiB in 51 packages 00:46:45 OK: 217 MiB in 51 packages 00:46:45 OK: 217 MiB in 51 packages 00:46:46 Removing intermediate container ed9a3952fe88 00:46:46 ---> 17d792e7016f 00:46:46 Step 6/21 : COPY go.mod . 00:46:46 Removing intermediate container f8774b997c25 00:46:46 ---> 96030affea13 00:46:46 Step 6/22 : COPY go.mod . 00:46:47 Removing intermediate container a2f54f0bede1 00:46:47 ---> 45c269b3c47b 00:46:47 Step 6/24 : COPY go.mod . 00:46:47 Removing intermediate container 51c09db5303a 00:46:47 ---> b61c24723795 00:46:47 Removing intermediate container 145966a67cae 00:46:47 ---> 32f765a994e3 00:46:47 Step 6/27 : COPY go.mod . 00:46:47 Step 6/24 : COPY go.mod . 00:46:47 ---> 7beb4527ec9e 00:46:47 Step 7/21 : RUN go mod download 00:46:47 ---> f50805455c51 00:46:47 Step 7/22 : RUN go mod download 00:46:47 ---> Running in 1993a0e4cc39 00:46:47 ---> Running in c5040aec0ed8 00:46:48 ---> df5e5647d8d0 00:46:48 Step 7/24 : RUN go mod download 00:46:48 ---> 02104d2fb58b 00:46:48 Step 7/24 : RUN go mod download 00:46:48 ---> Running in fc8fb487fc6f 00:46:48 ---> f8503c69fc5c 00:46:48 Step 7/27 : RUN go mod download 00:46:48 ---> Running in b409b9883f97 00:46:49 ---> Running in 3a8610f94566 00:46:53 Removing intermediate container c5040aec0ed8 00:46:53 ---> ed52057f2c5d 00:46:53 Step 8/21 : COPY . . 00:46:53 Removing intermediate container 1993a0e4cc39 00:46:53 ---> ff8694bba49c 00:46:53 Step 8/22 : COPY . . 00:46:53 Removing intermediate container fc8fb487fc6f 00:46:53 ---> 3aabe89a8f20 00:46:53 Step 8/24 : COPY . . 00:46:53 Removing intermediate container b409b9883f97 00:46:53 ---> 29a1f04e4b30 00:46:53 Step 8/24 : COPY . . 00:46:54 Removing intermediate container 3a8610f94566 00:46:54 ---> 310dfe0f3b11 00:46:54 Step 8/27 : COPY . . 00:47:21 ---> 0773d21fb652 00:47:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:21 ---> 5054d227f2d9 00:47:21 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:21 ---> Running in b6110fcbb3a3 00:47:21 ---> 3bda29bc03f3 00:47:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:21 ---> c3700169d906 00:47:21 Step 9/22 : RUN make cmd/core-command/core-command 00:47:21 ---> d4f07f85c94d 00:47:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:47:21 ---> Running in bb63849212c5 00:47:21 ---> Running in c3afd1132ac4 00:47:21 ---> Running in 0d97643f602b 00:47:21 ---> Running in ef80bf9cf212 00:47:22 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:47:22 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:47:22 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:47:23 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:47:23 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:48:00 Running on prd-ubuntu18.04-docker-8c-8g-16224 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 00:48:00 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 00:48:02 using credential edgex-jenkins-ssh 00:48:02 Cloning the remote Git repository 00:48:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:48:02 > git init /w/workspace/edgex-go/18 # timeout=10 00:48:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:48:02 > git --version # timeout=10 00:48:02 > git --version # 'git version 2.17.1' 00:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:48:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:48:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:48:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:48:10 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc 00:48:11 Merge succeeded, producing 01fb6aed044f906baffe8a7306392864b51c0ee2 00:48:11 Checking out Revision 01fb6aed044f906baffe8a7306392864b51c0ee2 (PR-2908) 00:48:10 > git config core.sparsecheckout # timeout=10 00:48:10 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 00:48:10 > git remote # timeout=10 00:48:10 > git config --get remote.origin.url # timeout=10 00:48:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:10 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 00:48:11 > git rev-parse HEAD^{commit} # timeout=10 00:48:11 > git config core.sparsecheckout # timeout=10 00:48:11 > git checkout -f 01fb6aed044f906baffe8a7306392864b51c0ee2 # timeout=10 00:48:14 Commit message: "Merge commit '57027b830a506e4aebc0dcaa3e3cd565868e69a4' into HEAD" 00:48:14 > git rev-list --no-walk f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:48:15 + echo snap-build.sh 00:48:15 snap-build.sh 00:48:15 + SNAP_BASE_DIR=. 00:48:15 + '[' '!' -z /w/workspace/edgex-go/18 ']' 00:48:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/18 00:48:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' 00:48:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/18] 00:48:15 + cd /w/workspace/edgex-go/18 00:48:15 + sudo apt-get remove -qy --purge lxd lxd-client 00:48:15 Reading package lists... 00:48:16 Building dependency tree... 00:48:16 Reading state information... 00:48:16 The following packages were automatically installed and are no longer required: 00:48:16 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:48:16 uidmap xdelta3 00:48:16 Use 'sudo apt autoremove' to remove them. 00:48:16 The following packages will be REMOVED: 00:48:16 lxd* lxd-client* 00:48:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:48:16 After this operation, 31.7 MB disk space will be freed. 00:48:17 (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:48:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:48:18 Removing lxd dnsmasq configuration 00:48:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:48:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:48:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:48:19 (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:48:19 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:48:21 Processing triggers for systemd (237-3ubuntu10.42) ... 00:48:21 Processing triggers for ureadahead (0.100.0-21) ... 00:48:22 + sudo snap remove --purge lxd 00:48:22 snap "lxd" is not installed 00:48:22 + sudo groupadd --force --system lxd 00:48:22 ++ whoami 00:48:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:48:22 + newgrp - lxd 00:48:23 + sudo snap install lxd 00:48:31 2020-12-16T00:48:29Z INFO Waiting for automatic snapd restart... 00:48:45 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:48:46 lxd 4.9 from Canonical* installed 00:48:46 + sudo lxd init --auto 00:48:54 + sudo snap install --classic snapcraft 00:48:59 snapcraft 4.4.4 from Canonical* installed 00:48:59 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:48:59 + patch --verbose -p1 00:48:59 Hmm... Looks like a unified diff to me... 00:48:59 The text leading up to this was: 00:48:59 -------------------------- 00:48:59 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:48:59 |From: Tony Espy 00:48:59 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:48:59 |Subject: [PATCH] optimize snap build for pipeline CI check 00:48:59 | 00:48:59 |This patch is used by the EdgeX CI pipeline builds to 00:48:59 |optimize the snap CI check run for pull requests. When 00:48:59 |applied, it essentially strips out everything (apps and 00:48:59 |parts) from the snapcraft.yaml file except those required 00:48:59 |to build edgex-go, as the whole idea of the CI check is to 00:48:59 |catch changes to edgex-go that break the snap build. 00:48:59 | 00:48:59 |In general, anyone updating snapcraft.yaml will also need 00:48:59 |to update this patch file, otherwise it may fail to apply, 00:48:59 |resulting in a failed snap build CI check in the associated 00:48:59 |pull request. 00:48:59 | 00:48:59 |Note - in addition to applying this patch, the pipeline also 00:48:59 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:48:59 |need to build the finally binary .snap file (and it won't 00:48:59 |work with the patch applied). This further reduces the build 00:48:59 |time. 00:48:59 |--- 00:48:59 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:48:59 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:48:59 | 00:48:59 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:48:59 |index b265277c..d7e1de37 100644 00:48:59 |--- a/snap/snapcraft.yaml 00:48:59 |+++ b/snap/snapcraft.yaml 00:48:59 -------------------------- 00:48:59 patching file snap/snapcraft.yaml 00:48:59 Using Plan A... 00:48:59 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:48:59 Hunk #2 succeeded at 81 (offset -3 lines). 00:48:59 Hunk #3 succeeded at 209 (offset -9 lines). 00:48:59 Hunk #4 succeeded at 224 (offset -9 lines). 00:48:59 Hunk #5 succeeded at 232 (offset -9 lines). 00:48:59 Hunk #6 succeeded at 239 (offset -9 lines). 00:48:59 Hunk #7 succeeded at 266 (offset -9 lines). 00:48:59 Hunk #8 succeeded at 300 (offset -9 lines). 00:48:59 Hunk #9 succeeded at 356 (offset -9 lines). 00:48:59 Hmm... Ignoring the trailing garbage. 00:48:59 done 00:48:59 + sudo snapcraft prime --use-lxd 00:49:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:49:01 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:49:01 - README.md 00:49:01 - snapcraft.yaml.orig 00:49:01 00:49:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:49:02 Launching a container. 00:49:07 Removing intermediate container 0d97643f602b 00:49:07 ---> 90385be7a520 00:49:07 00:49:07 Step 10/24 : FROM alpine:3.10 00:49:07 3.10: Pulling from library/alpine 00:49:07 Removing intermediate container bb63849212c5 00:49:07 ---> c47cba8c6da7 00:49:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:07 ---> Running in f52b67bc4bc0 00:49:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:49:07 Status: Downloaded newer image for alpine:3.10 00:49:07 ---> 536a684cf733 00:49:07 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:07 ---> Running in dfcec1b9fd3e 00:49:07 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:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:09 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:09 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:09 OK: 10171 distinct packages available 00:49:10 (1/5) Installing ca-certificates (20191127-r2) 00:49:10 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:10 (3/5) Installing libcurl (7.66.0-r3) 00:49:10 (4/5) Installing curl (7.66.0-r3) 00:49:10 (5/5) Installing dumb-init (1.2.2-r1) 00:49:10 Executing busybox-1.30.1-r3.trigger 00:49:10 Executing ca-certificates-20191127-r2.trigger 00:49:10 OK: 7 MiB in 19 packages 00:49:14 Removing intermediate container dfcec1b9fd3e 00:49:14 ---> eafd50d0d7ed 00:49:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:14 Removing intermediate container f52b67bc4bc0 00:49:14 ---> c5d6e6acb779 00:49:14 00:49:14 Step 11/27 : FROM docker:latest 00:49:14 ---> 0c09fb3ff9b5 00:49:14 Step 12/27 : RUN apk add --no-cache bash 00:49:14 ---> Running in 5c3e808a6fff 00:49:14 ---> Running in 57946e2b9cc7 00:49:14 Waiting for container to be ready 00:49:14 To start your first instance, try: lxc launch ubuntu:18.04 00:49:14 00:49:15 Removing intermediate container 5c3e808a6fff 00:49:15 ---> 635995df3b40 00:49:15 Step 13/24 : WORKDIR / 00:49:15 ---> Running in fb90efc3aaa5 00:49:15 Removing intermediate container fb90efc3aaa5 00:49:15 ---> 9fda41addab4 00:49:15 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:49:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:17 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:49:17 Waiting for network to be ready... 00:49:17 ---> 251ef1405d4f 00:49:17 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:49:17 (1/2) Installing readline (8.0.4-r0) 00:49:17 (2/2) Installing bash (5.0.17-r0) 00:49:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:49:17 Executing bash-5.0.17-r0.post-install 00:49:17 Executing busybox-1.31.1-r19.trigger 00:49:17 OK: 12 MiB in 22 packages 00:49:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:49:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:49:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:49:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:49:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:49:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:49:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:49:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:49:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:49:18 ---> 798afc1a613d 00:49:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:49:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:49:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:49:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:49:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:49:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:49:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:49:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:49:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:49:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:49:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:49:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:49:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:49:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:49:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:49:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:49:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:49:20 Removing intermediate container 57946e2b9cc7 00:49:20 ---> 7686d7facaea 00:49:20 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:49:20 ---> 018b59d0fb1f 00:49:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:20 ---> Running in b7b55e9afaab 00:49:22 Fetched 23.5 MB in 5s (4908 kB/s) 00:49:23 ---> 4fa2c281c6c1 00:49:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:23 Reading package lists... 00:49:24 Reading package lists... 00:49:24 Building dependency tree... 00:49:24 Reading state information... 00:49:24 The following additional packages will be installed: 00:49:24 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:49:24 Suggested packages: 00:49:24 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:49:24 Recommended packages: 00:49:24 gnupg libsasl2-modules 00:49:24 The following NEW packages will be installed: 00:49:24 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:49:24 The following packages will be upgraded: 00:49:24 gpg gpg-agent gpgconf libudev1 00:49:24 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:49:24 Need to get 3531 kB of archives. 00:49:24 After this operation, 13.3 MB of additional disk space will be used. 00:49:24 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:49:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:49:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:49:25 ---> a66a9936022f 00:49:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:49:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:49:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 00:49:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 00:49:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:49:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:49:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:49:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:49:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:49:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:49:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:49:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:49:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:49:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:49:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:49:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:49:25 Removing intermediate container ef80bf9cf212 00:49:25 ---> b37dc866cdac 00:49:25 00:49:25 Step 10/22 : FROM scratch 00:49:25 ---> 00:49:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:25 Removing intermediate container b7b55e9afaab 00:49:25 ---> 2497320a5850 00:49:25 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:25 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:49:25 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:49:25 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:49:25 debconf: delaying package configuration, since apt-utils is not installed 00:49:25 Fetched 3531 kB in 1s (3492 kB/s) 00:49:25 (Reading database ... 12511 files and directories currently installed.) 00:49:25 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:49:25 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:25 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:49:25 ---> Running in 30fd4d1b38ca 00:49:25 Removing intermediate container b6110fcbb3a3 00:49:25 ---> ed470cd0bf43 00:49:25 00:49:25 Step 10/21 : FROM scratch 00:49:25 ---> 00:49:25 Selecting previously unselected package udev. 00:49:25 (Reading database ... 12511 files and directories currently installed.) 00:49:25 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:49:25 Unpacking udev (237-3ubuntu10.43) ... 00:49:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Removing intermediate container c3afd1132ac4 00:49:25 ---> 6be2782e61eb 00:49:25 00:49:25 Step 10/24 : FROM scratch 00:49:25 ---> 00:49:25 00:49:25 ---> Running in 48b6f1659f8c 00:49:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:49:26 Selecting previously unselected package libfuse2:amd64. 00:49:26 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:49:26 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:26 Selecting previously unselected package fuse. 00:49:26 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:49:26 Unpacking fuse (2.9.7-1ubuntu1) ... 00:49:26 ---> Running in 5fc548379887 00:49:26 ---> Running in b49ec925d21b 00:49:26 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:26 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:26 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:26 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:26 Removing intermediate container 30fd4d1b38ca 00:49:26 ---> 47834fdd9b7a 00:49:26 Step 12/22 : ENV APP_PORT=48082 00:49:26 ---> e7bc0b6e5d36 00:49:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:26 Removing intermediate container 48b6f1659f8c 00:49:26 ---> 119b14e1707f 00:49:26 Step 15/27 : ENV APP_PORT=48090 00:49:26 ---> Running in 1f42d0d77474 00:49:26 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:26 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:26 Selecting previously unselected package libksba8:amd64. 00:49:26 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:49:26 Unpacking libksba8:amd64 (1.3.5-2) ... 00:49:26 ---> Running in b930a66a8447 00:49:26 ---> Running in 35eaf83a45c8 00:49:26 Selecting previously unselected package libroken18-heimdal:amd64. 00:49:26 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:26 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:26 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:49:26 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:26 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:26 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:49:26 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:26 Removing intermediate container b49ec925d21b 00:49:26 ---> 0a728afe8076 00:49:26 Step 12/24 : ENV APP_PORT=48060 00:49:26 Removing intermediate container 5fc548379887 00:49:26 ---> e3e674e0d3c5 00:49:26 Step 12/21 : ENV APP_PORT=48085 00:49:26 ---> Running in 437e594fef52 00:49:26 ---> Running in 2505549b72d7 00:49:27 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:27 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:49:27 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:27 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:27 Selecting previously unselected package libwind0-heimdal:amd64. 00:49:27 Removing intermediate container 1f42d0d77474 00:49:27 ---> ada9187a079a 00:49:27 Step 13/22 : EXPOSE $APP_PORT 00:49:27 Removing intermediate container 35eaf83a45c8 00:49:27 ---> cf716704ce9a 00:49:27 Step 16/27 : EXPOSE $APP_PORT 00:49:27 ---> Running in 415abce1b809 00:49:27 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:27 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:27 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:49:27 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:27 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:27 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:49:27 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:27 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:27 ---> Running in c88771728dae 00:49:27 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:49:27 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:27 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:27 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:49:27 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:27 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:27 Selecting previously unselected package libsasl2-modules-db:amd64. 00:49:27 Removing intermediate container 2505549b72d7 00:49:27 ---> 630765542b46 00:49:27 Step 13/21 : EXPOSE $APP_PORT 00:49:27 Removing intermediate container 437e594fef52 00:49:27 ---> 98a534a7da2d 00:49:27 Step 13/24 : EXPOSE $APP_PORT 00:49:27 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:49:27 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:27 Selecting previously unselected package libsasl2-2:amd64. 00:49:27 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:49:27 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:27 Selecting previously unselected package libldap-common. 00:49:27 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:49:27 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:27 Selecting previously unselected package libldap-2.4-2:amd64. 00:49:27 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:49:28 ---> Running in e6a40715b036 00:49:28 ---> Running in 85b7433f312b 00:49:28 Removing intermediate container 415abce1b809 00:49:28 ---> 172024347556 00:49:28 Step 14/22 : WORKDIR / 00:49:28 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:28 Selecting previously unselected package dirmngr. 00:49:28 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:28 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:49:28 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:28 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:49:28 ---> Running in 7143831158f6 00:49:28 Removing intermediate container c88771728dae 00:49:28 ---> f8d03e0cdf01 00:49:28 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:28 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:28 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:28 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:28 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:49:28 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:28 Setting up libksba8:amd64 (1.3.5-2) ... 00:49:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:28 Setting up udev (237-3ubuntu10.43) ... 00:49:28 Removing intermediate container 85b7433f312b 00:49:28 ---> 31d7854ffac5 00:49:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:49:28 Removing intermediate container e6a40715b036 00:49:28 ---> 2bb413109d94 00:49:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:29 invoke-rc.d: policy-rc.d denied execution of start. 00:49:29 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Processing triggers for systemd (237-3ubuntu10) ... 00:49:29 Setting up fuse (2.9.7-1ubuntu1) ... 00:49:29 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:49:29 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Removing intermediate container 7143831158f6 00:49:29 ---> aab13fde3b0d 00:49:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:29 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:29 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:49:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:29 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:49:29 settings in the [Install] section, and DefaultInstance for template units). 00:49:29 This means they are not meant to be enabled using systemctl. 00:49:29 Possible reasons for having this kind of units are: 00:49:29 1) A unit may be statically enabled by being symlinked from another unit's 00:49:29 .wants/ or .requires/ directory. 00:49:29 2) A unit's purpose may be to act as a helper for some other unit which has 00:49:29 a requirement dependency on it. 00:49:29 3) A unit may be started when needed via activation (socket, path, timer, 00:49:29 D-Bus, udev, scripted systemctl call, ...). 00:49:29 4) In case of template units, the unit is meant to be enabled with some 00:49:29 instance name specified. 00:49:30 Reading package lists... 00:49:30 Removing intermediate container b930a66a8447 00:49:30 ---> 7e0d824939c9 00:49:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:30 ---> 8ec3b39ee2c5 00:49:30 ---> eaeb2798a325 00:49:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificatesStep 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:30 00:49:30 ---> 9bfe2ee4cbce 00:49:30 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:30 Building dependency tree... 00:49:30 Reading state information... 00:49:30 The following additional packages will be installed: 00:49:30 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:49:30 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:49:30 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:49:30 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:49:30 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:49:30 Suggested packages: 00:49:30 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:49:30 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:49:30 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:49:30 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:49:30 systemd-container policykit-1 00:49:30 Recommended packages: 00:49:30 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:49:30 The following NEW packages will be installed: 00:49:30 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:49:30 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:49:30 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:49:30 multiarch-support openssh-client python3 python3-minimal python3.6 00:49:30 python3.6-minimal snapd squashfs-tools sudo 00:49:30 The following packages will be upgraded: 00:49:30 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:49:30 ---> Running in d71b44856671 00:49:30 ---> c7bacf557994 00:49:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:30 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:49:30 Need to get 35.2 MB of archives. 00:49:30 After this operation, 141 MB of additional disk space will be used. 00:49:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:49:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:49:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:49:30 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:49:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:49:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:49:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:49:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:49:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:49:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:49:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:49:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:49:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:49:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:49:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:49:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:49:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:49:31 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:49:31 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:49:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:49:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:49:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:49:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:49:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 00:49:31 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:49:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:49:31 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:49:31 Removing intermediate container d71b44856671 00:49:31 ---> b8a684072037 00:49:31 Step 22/24 : LABEL arch=arm64 00:49:31 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:49:31 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:49:31 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:49:31 ---> 1d16d3270203 00:49:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:31 ---> Running in 42e8e0d5e374 00:49:32 ---> c9965b8c5fa4 00:49:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:49:32 ---> fc47d759480b 00:49:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:32 ---> 6e0c3beeff6c 00:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:32 Removing intermediate container 42e8e0d5e374 00:49:32 ---> e772f195f517 00:49:32 Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:49:32 ---> Running in 49a2502203c3 00:49:32 debconf: delaying package configuration, since apt-utils is not installed 00:49:32 Fetched 35.2 MB in 2s (16.0 MB/s) 00:49:32 (Reading database ... 12757 files and directories currently installed.) 00:49:32 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:49:32 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:33 ---> f0332d8ed500 00:49:33 Step 20/27 : RUN apk --no-cache add py3-pip 00:49:33 Removing intermediate container 49a2502203c3 00:49:33 ---> ee85cc072834 00:49:33 Step 24/24 : LABEL version=0.0.0 00:49:33 ---> Running in 1d088cb3dca0 00:49:33 ---> a7588e34e37a 00:49:33 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:49:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:33 ---> 4c0499bcfebc 00:49:33 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:33 ---> Running in 35b941390133 00:49:33 ---> Running in 6ec57be86e74 00:49:33 ---> Running in dc432b0b35f5 00:49:33 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:49:33 (Reading database ... 12757 files and directories currently installed.) 00:49:33 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:49:33 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:34 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:49:34 (Reading database ... 12757 files and directories currently installed.) 00:49:34 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:49:34 ---> 33546a0feeb5 00:49:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:49:34 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:34 Removing intermediate container 35b941390133 00:49:34 ---> 3d4999c8d8ad 00:49:34 00:49:34 Removing intermediate container 6ec57be86e74 00:49:34 ---> b8b83a542afa 00:49:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:34 Setting up apt (1.6.12ubuntu0.2) ... 00:49:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:49:34 Removing intermediate container dc432b0b35f5 00:49:34 ---> 340a2f89cee7 00:49:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:34 ---> Running in 3948c78a3b5d 00:49:34 ---> Running in 36e44618ed4c 00:49:35 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:49:35 Successfully built 3d4999c8d8ad 00:49:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:35  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 00:49:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:35 (Reading database ... 12764 files and directories currently installed.) 00:49:35 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:49:35 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:49:35 ---> 14e0fe964331 00:49:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:35 Removing intermediate container 3948c78a3b5d 00:49:35 ---> 5d171b70633f 00:49:35 Step 19/21 : LABEL arch=arm64 00:49:35 Selecting previously unselected package libpython3.6-minimal:amd64. 00:49:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:35 Selecting previously unselected package libexpat1:amd64. 00:49:35 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:49:35 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:35 ---> Running in 6112c74e6714 00:49:35 Removing intermediate container 36e44618ed4c 00:49:35 ---> 5ed9ee1025bf 00:49:35 Step 20/22 : LABEL arch=arm64 00:49:35 Selecting previously unselected package python3.6-minimal. 00:49:35 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:35 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:36 (1/33) Installing libbz2 (1.0.8-r1) 00:49:36 (2/33) Installing expat (2.2.9-r1) 00:49:36 (3/33) Installing libffi (3.3-r2) 00:49:36 (4/33) Installing gdbm (1.13-r1) 00:49:36 (5/33) Installing xz-libs (5.2.5-r0) 00:49:36 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:36 ---> Running in e75a6efafa12 00:49:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:49:36 Checking for services that may need to be restarted...done. 00:49:36 Checking for services that may need to be restarted...done. 00:49:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:36 (7/33) Installing python3 (3.8.5-r0) 00:49:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:36 Removing intermediate container 6112c74e6714 00:49:36 ---> 2203ce0afc5e 00:49:36 Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:49:36 Selecting previously unselected package python3-minimal. 00:49:36 (Reading database ... 13012 files and directories currently installed.) 00:49:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:49:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:49:36 Selecting previously unselected package mime-support. 00:49:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:49:36 Unpacking mime-support (3.60ubuntu1) ... 00:49:37 Selecting previously unselected package libmpdec2:amd64. 00:49:37 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:49:37 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:49:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:37 ---> Running in 93ace9967dc7 00:49:37 Removing intermediate container e75a6efafa12 00:49:37 ---> 5e2e8f7770ca 00:49:37 Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:49:37 Selecting previously unselected package python3.6. 00:49:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:37 Selecting previously unselected package libpython3-stdlib:amd64. 00:49:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:49:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:37 Setting up python3-minimal (3.6.7-1~18.04) ... 00:49:38 Selecting previously unselected package python3. 00:49:38 (Reading database ... 13442 files and directories currently installed.) 00:49:38 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:49:38 Unpacking python3 (3.6.7-1~18.04) ... 00:49:38 ---> 8e033d348253 00:49:38 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:38 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:38 (11/33) Installing py3-six (1.15.0-r0) 00:49:38 Selecting previously unselected package multiarch-support. 00:49:38 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 00:49:38 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 00:49:38 Setting up multiarch-support (2.27-3ubuntu1.3) ... 00:49:38 Selecting previously unselected package liblzo2-2:amd64. 00:49:38 (Reading database ... 13479 files and directories currently installed.) 00:49:38 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:49:38 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:49:38 (12/33) Installing py3-packaging (20.4-r0) 00:49:38 ---> Running in 122d8157878e 00:49:38 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:38 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:38 (15/33) Installing py3-idna (2.9-r0) 00:49:38 Selecting previously unselected package libbsd0:amd64. 00:49:38 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:49:38 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:38 Selecting previously unselected package sudo. 00:49:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:49:38 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:49:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:38 (18/33) Installing py3-requests (2.23.0-r0) 00:49:38 Removing intermediate container 93ace9967dc7 00:49:38 ---> 57e289284700 00:49:38 Step 21/21 : LABEL version=0.0.0 00:49:38 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:38 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:38 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:38 Selecting previously unselected package apparmor. 00:49:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:49:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:49:38 Selecting previously unselected package libedit2:amd64. 00:49:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:49:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:49:39 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:39 (24/33) Installing py3-distro (1.5.0-r1) 00:49:39 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:39 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:39 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:39 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:39 (29/33) Installing py3-progress (1.5-r0) 00:49:39 (30/33) Installing py3-toml (0.10.1-r0) 00:49:39 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:39 ---> Running in 01780b46de1a 00:49:39 (33/33) Installing py3-pip (20.1.1-r0) 00:49:39 Selecting previously unselected package libkrb5support0:amd64. 00:49:39 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:49:39 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:39 Selecting previously unselected package libk5crypto3:amd64. 00:49:39 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:49:39 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:39 Selecting previously unselected package libkeyutils1:amd64. 00:49:39 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:49:39 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:39 Removing intermediate container 122d8157878e 00:49:39 ---> fbbc69bb8445 00:49:39 Step 22/22 : LABEL version=0.0.0 00:49:39 Executing busybox-1.31.1-r19.trigger 00:49:39 OK: 71 MiB in 55 packages 00:49:39 Selecting previously unselected package libkrb5-3:amd64. 00:49:39 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:49:39 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:49:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:49:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:39 ---> 4940ea44c720 00:49:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:49:39 Selecting previously unselected package libssl1.0.0:amd64. 00:49:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:49:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:39 ---> Running in 318426cbc48c 00:49:39 ---> Running in 27d4aaf04ea9 00:49:40 Removing intermediate container 01780b46de1a 00:49:40 ---> 3fd686ed4db0 00:49:40 00:49:40 Selecting previously unselected package openssh-client. 00:49:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:49:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:40 Selecting previously unselected package squashfs-tools. 00:49:40 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:49:40 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:40 Selecting previously unselected package snapd. 00:49:40 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:49:40 Unpacking snapd (2.48+18.04) ... 00:49:40 Successfully built 3fd686ed4db0 00:49:41 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:41  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:49:41 Removing intermediate container 27d4aaf04ea9 00:49:41 ---> 125050bc48ef 00:49:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:41 Removing intermediate container 318426cbc48c 00:49:41 ---> 6829879c9ead 00:49:41 00:49:41 ---> Running in 1e3de1462bd4 00:49:41 Successfully built 6829879c9ead 00:49:41 Successfully tagged docker-core-command-go-arm64:latest 00:49:41  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 00:49:42 Removing intermediate container 1e3de1462bd4 00:49:42 ---> d4ce208ce376 00:49:42 Step 22/24 : LABEL arch=arm64 00:49:42 ---> Running in f5021a75d9aa 00:49:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:49:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:43 Setting up mime-support (3.60ubuntu1) ... 00:49:43 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:49:43 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:43 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:43 Setting up systemd (237-3ubuntu10.43) ... 00:49:43 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:49:43 Removing intermediate container f5021a75d9aa 00:49:43 ---> 9516ca4de2db 00:49:43 Step 23/24 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:49:43 ---> Running in 91bf016a9697 00:49:43 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:43 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:49:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:44 Removing intermediate container 91bf016a9697 00:49:44 ---> 134ce864c377 00:49:44 Step 24/24 : LABEL version=0.0.0 00:49:44 ---> Running in 0ecce496b466 00:49:44 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:44 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:44 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:44 Setting up python3 (3.6.7-1~18.04) ... 00:49:44 running python rtupdate hooks for python3.6... 00:49:44 running python post-rtupdate hooks for python3.6... 00:49:44 Setting up apparmor (2.12-4ubuntu5.1) ... 00:49:45 Removing intermediate container 0ecce496b466 00:49:45 ---> 350ae8ed7043 00:49:45 00:49:46 Successfully built 350ae8ed7043 00:49:46 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:46  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go 00:49:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:49:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:46 Setting up snapd (2.48+18.04) ... 00:49:46 Removing intermediate container 1d088cb3dca0 00:49:46 ---> 83969c26a4f2 00:49:46 Step 21/27 : RUN pip install docker-compose==1.23.2 00:49:47 ---> Running in 5288adf2b339 00:49:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:49:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:49:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:49:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:49:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:48 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:49:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:49:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:49:49 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:49:49 /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:49:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:49 Processing triggers for systemd (237-3ubuntu10.43) ... 00:49:50 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:49:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:50 Fetched 88.7 kB in 1s (162 kB/s) 00:49:52 Reading package lists... 00:49:52 Reading package lists... 00:49:52 Building dependency tree... 00:49:52 Reading state information... 00:49:52 Calculating upgrade... 00:49:52 The following packages will be upgraded: 00:49:52 advancecomp base-files bash binutils binutils-common 00:49:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:49:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:49:52 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:49:52 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:49:52 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:49:52 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:49:52 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:49:52 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:49:52 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:49:52 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:49:52 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:49:52 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:49:52 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:49:52 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:49:52 Need to get 63.5 MB of archives. 00:49:52 After this operation, 5191 kB of additional disk space will be used. 00:49:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:49:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:49:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:49:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:49:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:49:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:49:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:49:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:49:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:49:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:49:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:49:52 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 00:49:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:49:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:49:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:49:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:49:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:49:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:49:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:49:53 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:49:53 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:49:53 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:49:53 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:49:53 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:49:53 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:49:53 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:49:53 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:49:53 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:49:53 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:49:53 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:49:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:49:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:49:53 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:49:53 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:49:53 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:49:53 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:49:53 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:49:53 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:49:53 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:49:53 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:49:53 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:49:53 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:49:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:49:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:49:53 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:49:53 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:49:53 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:49:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:49:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:49:53 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:49:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:49:53 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:49:53 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:49:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:49:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:49:53 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:49:53 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:49:53 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:49:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:49:53 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:49:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:49:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:49:53 Collecting docker-compose==1.23.2 00:49:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:53 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:49:53 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:49:53 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:49:53 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:49:53 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:49:53 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:49:53 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:49:53 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:49:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:49:53 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:49:53 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:49:53 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:49:53 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:49:53 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 00:49:53 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:49:53 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:49:53 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:49:53 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:49:53 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:49:53 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:49:53 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:49:53 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:49:54 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:49:54 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:49:54 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:49:54 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:49:54 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:49:54 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:49:54 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:49:54 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:49:54 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:49:54 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:49:54 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:49:54 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:49:54 debconf: delaying package configuration, since apt-utils is not installed 00:49:54 Fetched 63.5 MB in 2s (40.1 MB/s) 00:49:54 Collecting docopt<0.7,>=0.6.1 00:49:54 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:54 (Reading database ... 13912 files and directories currently installed.) 00:49:54 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:49:54 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:49:55 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:49:55 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:49:55 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:49:55 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:49:56 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:56 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:56 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:56 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:56 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:56 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Collecting jsonschema<3,>=2.5.1 00:49:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:57 (Reading database ... 13911 files and directories currently installed.) 00:49:57 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:49:57 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:49:57 (Reading database ... 13911 files and directories currently installed.) 00:49:57 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:58 Collecting websocket-client<1.0,>=0.32.0 00:49:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:58 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:49:58 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:58 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:58 (Reading database ... 13911 files and directories currently installed.) 00:49:58 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:49:58 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:49:58 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:49:59 Collecting docker<4.0,>=3.6.0 00:49:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:59 (Reading database ... 13911 files and directories currently installed.) 00:49:59 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:49:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:49:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:49:59 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:49:59 Setting up base-files (10.1ubuntu2.10) ... 00:49:59 Installing new version of config file /etc/issue ... 00:49:59 Installing new version of config file /etc/issue.net ... 00:49:59 Installing new version of config file /etc/lsb-release ... 00:49:59 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:49:59 Collecting texttable<0.10,>=0.9.0 00:49:59 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:49:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:49:59 Removing obsolete conffile /etc/default/motd-news ... 00:49:59 (Reading database ... 13912 files and directories currently installed.) 00:49:59 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:49:59 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:50:00 Setting up bash (4.4.18-2ubuntu1.2) ... 00:50:00 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:50:00 (Reading database ... 13912 files and directories currently installed.) 00:50:00 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:00 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:50:00 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:50:00 (Reading database ... 13912 files and directories currently installed.) 00:50:00 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:50:00 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:50:00 Setting up tar (1.29b-2ubuntu0.1) ... 00:50:00 (Reading database ... 13912 files and directories currently installed.) 00:50:00 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:50:00 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:01 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:50:01 (Reading database ... 13912 files and directories currently installed.) 00:50:01 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:01 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:01 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:01 (Reading database ... 13912 files and directories currently installed.) 00:50:01 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:01 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:01 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:50:01 (Reading database ... 13912 files and directories currently installed.) 00:50:01 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:50:01 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:50:01 Setting up grep (3.1-2build1) ... 00:50:02 (Reading database ... 13912 files and directories currently installed.) 00:50:02 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:50:02 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:50:02 Setting up login (1:4.5-1ubuntu2) ... 00:50:02 Collecting cached-property<2,>=1.2.0 00:50:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:02 (Reading database ... 13912 files and directories currently installed.) 00:50:02 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:02 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:02 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:50:02 (Reading database ... 13912 files and directories currently installed.) 00:50:02 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:03 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:03 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:03 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:03 Collecting PyYAML<4,>=3.10 00:50:03 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:03 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:03 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:50:03 (Reading database ... 13912 files and directories currently installed.) 00:50:03 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:50:03 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:04 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:50:04 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:50:05 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:50:05 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:50:05 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:50:05 (Reading database ... 13912 files and directories currently installed.) 00:50:05 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:50:05 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:50:05 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:50:05 (Reading database ... 13912 files and directories currently installed.) 00:50:05 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:05 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:05 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:05 (Reading database ... 13912 files and directories currently installed.) 00:50:05 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:05 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:05 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:05 (Reading database ... 13912 files and directories currently installed.) 00:50:05 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:05 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:05 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:05 (Reading database ... 13912 files and directories currently installed.) 00:50:05 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:05 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:06 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:06 (Reading database ... 13912 files and directories currently installed.) 00:50:06 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:06 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:06 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:06 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:06 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:06 (Reading database ... 13912 files and directories currently installed.) 00:50:06 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:06 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:06 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:06 (Reading database ... 13912 files and directories currently installed.) 00:50:06 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:06 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:06 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:06 (Reading database ... 13912 files and directories currently installed.) 00:50:06 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:06 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:50:06 (Reading database ... 13912 files and directories currently installed.) 00:50:06 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:07 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:07 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:50:07 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:50:08 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:50:08 (Reading database ... 13912 files and directories currently installed.) 00:50:08 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 00:50:08 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:50:08 Setting up libc-bin (2.27-3ubuntu1.3) ... 00:50:08 (Reading database ... 13912 files and directories currently installed.) 00:50:08 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:50:08 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:08 Collecting dockerpty<0.5,>=0.4.1 00:50:08 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:50:08 (Reading database ... 13914 files and directories currently installed.) 00:50:08 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:50:08 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:50:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:09 Setting up debconf (1.5.66ubuntu1) ... 00:50:09 (Reading database ... 13914 files and directories currently installed.) 00:50:09 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:50:09 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:09 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:09 (Reading database ... 13914 files and directories currently installed.) 00:50:09 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:50:09 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:09 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:09 (Reading database ... 13914 files and directories currently installed.) 00:50:09 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:50:09 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:10 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:10 (Reading database ... 13914 files and directories currently installed.) 00:50:10 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:10 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:10 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:50:10 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:50:10 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:10 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:10 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:10 (Reading database ... 13914 files and directories currently installed.) 00:50:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:50:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:50:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:50:10 (Reading database ... 13914 files and directories currently installed.) 00:50:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:50:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:11 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:11 (Reading database ... 13914 files and directories currently installed.) 00:50:11 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:11 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:11 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:11 (Reading database ... 13914 files and directories currently installed.) 00:50:11 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:50:11 Collecting docker-pycreds>=0.4.0 00:50:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:11 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:50:11 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:50:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:50:11 (Reading database ... 13914 files and directories currently installed.) 00:50:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:50:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:50:12 Setting up passwd (1:4.5-1ubuntu2) ... 00:50:12 (Reading database ... 13914 files and directories currently installed.) 00:50:12 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:12 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:12 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:50:12 (Reading database ... 13914 files and directories currently installed.) 00:50:12 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:50:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:50:12 Collecting urllib3<1.25,>=1.21.1 00:50:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:50:12 (Reading database ... 13914 files and directories currently installed.) 00:50:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:50:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:50:12 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:50:13 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:50:13 (Reading database ... 13914 files and directories currently installed.) 00:50:13 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:50:13 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:50:13 Collecting idna<2.8,>=2.5 00:50:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:50:13 (Reading database ... 13914 files and directories currently installed.) 00:50:13 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:50:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:50:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:50:13 (Reading database ... 13914 files and directories currently installed.) 00:50:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:50:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:50:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:50:13 (Reading database ... 13915 files and directories currently installed.) 00:50:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:14 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:50:14 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:50:14 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:50:14 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:50:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:50:14 Installing collected packages: docopt, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, PyYAML, dockerpty, docker-compose 00:50:14 Running setup.py install for docopt: started 00:50:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:50:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:50:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:50:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:50:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:50:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:50:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:50:15 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:50:15 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:50:15 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:50:15 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:50:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:50:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:50:15 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:50:15 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:50:16 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:50:16 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:50:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:50:17 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:50:17 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:17 Running setup.py install for docopt: finished with status 'done' 00:50:17 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:17 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:18 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:18 Attempting uninstall: urllib3 00:50:18 Found existing installation: urllib3 1.25.9 00:50:18 Uninstalling urllib3-1.25.9: 00:50:18 Successfully uninstalled urllib3-1.25.9 00:50:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:20 Attempting uninstall: idna 00:50:20 Found existing installation: idna 2.9 00:50:20 Uninstalling idna-2.9: 00:50:20 Successfully uninstalled idna-2.9 00:50:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:21 ---> c940ce6c505b 00:50:21 Step 3/22 : WORKDIR /edgex-go 00:50:21 ---> Using cache 00:50:21 ---> 7da55f4ae3f9 00:50:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:21 ---> Using cache 00:50:21 ---> 4183ad5209ee 00:50:21 Step 5/22 : RUN apk update && apk add make git 00:50:21 Attempting uninstall: requests 00:50:21 Found existing installation: requests 2.23.0 00:50:21 Uninstalling requests-2.23.0: 00:50:22 Successfully uninstalled requests-2.23.0 00:50:22 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:22 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:22 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:22 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:22 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:50:22 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:22 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:50:22 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:50:23 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:50:23 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:23 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:23 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:23 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:23 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:50:23 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:50:23 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:23 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:23 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:23 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:23 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:23 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:50:23 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:50:23 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:50:23 00:50:23 Current default time zone: 'Etc/UTC' 00:50:24 Local time is now: Wed Dec 16 00:50:23 UTC 2020. 00:50:24 Universal Time is now: Wed Dec 16 00:50:23 UTC 2020. 00:50:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:50:24 00:50:24 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:50:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:24 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:50:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:50:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:50:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:50:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:50:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:50:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:50:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:50:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:50:24 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:24 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:50:24 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:24 Setting up patch (2.7.6-2ubuntu1.1) ... 00:50:24 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:50:24 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:50:24 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:50:24 Installing new version of config file /etc/ssl/openssl.cnf ... 00:50:24 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:50:24 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:50:24 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:25 Running setup.py install for texttable: started 00:50:25 ---> Running in 529f6f50d99c 00:50:26 Updating certificates in /etc/ssl/certs... 00:50:27 22 added, 17 removed; done. 00:50:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:50:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:50:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:50:27 Setting up pkgbinarymangler (138.18.04.1) ... 00:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:27 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:27 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:50:27 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:27 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:27 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:50:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:28 Running setup.py install for texttable: finished with status 'done' 00:50:28 Setting up perl (5.26.1-6ubuntu0.5) ... 00:50:28 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:50:28 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:50:28 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:50:28 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:50:28 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:50:28 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:50:28 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:50:28 Running setup.py install for PyYAML: started 00:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:50:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:50:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:50:28 Processing triggers for systemd (237-3ubuntu10.43) ... 00:50:28 Processing triggers for mime-support (3.60ubuntu1) ... 00:50:28 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:28 Updating certificates in /etc/ssl/certs... 00:50:29 0 added, 0 removed; done. 00:50:29 Running hooks in /etc/ca-certificates/update.d... 00:50:29 done. 00:50:29 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:29 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:29 OK: 12620 distinct packages available 00:50:29 Reading package lists... 00:50:30 Building dependency tree... 00:50:30 Reading state information... 00:50:30 The following NEW packages will be installed: 00:50:30 apt-transport-https 00:50:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:50:30 Need to get 1696 B of archives. 00:50:30 After this operation, 153 kB of additional disk space will be used. 00:50:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:50:30 debconf: delaying package configuration, since apt-utils is not installed 00:50:30 Fetched 1696 B in 0s (26.3 kB/s) 00:50:30 Selecting previously unselected package apt-transport-https. 00:50:30 (Reading database ... 13929 files and directories currently installed.) 00:50:30 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:50:30 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:50:30 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:50:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:30 ---> c940ce6c505b 00:50:30 Step 3/23 : WORKDIR /edgex-go 00:50:30 ---> Using cache 00:50:30 ---> 7da55f4ae3f9 00:50:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:30 ---> Using cache 00:50:30 ---> 4183ad5209ee 00:50:30 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:50:30 OK: 217 MiB in 51 packages 00:50:30 Waiting for network to be ready... 00:50:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:31 ---> c940ce6c505b 00:50:31 Step 3/22 : WORKDIR /edgex-go 00:50:31 ---> Using cache 00:50:31 ---> 7da55f4ae3f9 00:50:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:31 ---> Using cache 00:50:31 ---> 4183ad5209ee 00:50:31 Step 5/22 : RUN apk update && apk add make git 00:50:31 ---> Running in 9cad97cd4826 00:50:31 ---> Running in df198564b254 00:50:31 Running setup.py install for PyYAML: finished with status 'done' 00:50:31 Running setup.py install for dockerpty: started 00:50:33 Removing intermediate container 529f6f50d99c 00:50:33 ---> 583f6284563b 00:50:33 Step 6/22 : COPY go.mod . 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:33 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:50:33 ---> c940ce6c505b 00:50:33 Step 3/29 : WORKDIR /edgex-go 00:50:33 ---> Using cache 00:50:33 ---> 7da55f4ae3f9 00:50:33 Step 4/29 : RUN apk update && apk add make git 00:50:33 ---> Running in 4ce288238e53 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:34 ---> 41d50e2b712f 00:50:34 Step 7/22 : RUN go mod download 00:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:34 ---> Running in 53273a728349 00:50:34 Running setup.py install for dockerpty: finished with status 'done' 00:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:35 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:35 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:35 OK: 12620 distinct packages available 00:50:35 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:35 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:35 OK: 12620 distinct packages available 00:50:36 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:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:36 OK: 217 MiB in 51 packages 00:50:36 OK: 217 MiB in 51 packages 00:50:37 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:37 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:37 OK: 12620 distinct packages available 00:50:37 2020-12-16T00:50:34Z INFO Waiting for automatic snapd restart... 00:50:37 snapd 2.48.1 from Canonical* installed 00:50:38 "snapd" switched to the "latest/stable" channel 00:50:38 00:50:38 OK: 217 MiB in 51 packages 00:50:38 Removing intermediate container 9cad97cd4826 00:50:38 ---> a1ae2b737c0f 00:50:38 Step 6/23 : COPY go.mod . 00:50:38 Removing intermediate container 53273a728349 00:50:38 ---> 1b9c1660f256 00:50:38 Removing intermediate container df198564b254 00:50:38 Step 8/22 : COPY . . 00:50:38 ---> 5649c19ea1f9 00:50:38 Step 6/22 : COPY go.mod . 00:50:39 ---> 59caf21967a1 00:50:39 Step 7/23 : RUN go mod download 00:50:40 ---> Running in fe617efa2566 00:50:40 ---> 5d1b45490381 00:50:40 Step 7/22 : RUN go mod download 00:50:40 Removing intermediate container 4ce288238e53 00:50:40 ---> 0e0bf43d47b1 00:50:40 Step 5/29 : COPY go.mod . 00:50:41 ---> Running in 8f06971ae8d2 00:50:41 Removing intermediate container 5288adf2b339 00:50:41 ---> 818654f6e64b 00:50:41 Step 22/27 : RUN apk --no-cache add curl 00:50:41 ---> 20c407162848 00:50:41 Step 6/29 : RUN go mod download 00:50:42 core18 20200929 from Canonical* installed 00:50:42 ---> Running in b266ba76df2d 00:50:42 ---> Running in 045d9e2ac5cf 00:50:43 "core18" switched to the "latest/stable" channel 00:50:43 00:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:45 Removing intermediate container fe617efa2566 00:50:45 ---> 501170a46dd0 00:50:45 Step 8/23 : COPY . . 00:50:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:45 (2/3) Installing libcurl (7.69.1-r3) 00:50:45 (3/3) Installing curl (7.69.1-r3) 00:50:45 Executing busybox-1.31.1-r19.trigger 00:50:46 OK: 71 MiB in 58 packages 00:50:46 Removing intermediate container 8f06971ae8d2 00:50:46 ---> 224972ab3436 00:50:46 Step 8/22 : COPY . . 00:50:48 Removing intermediate container b266ba76df2d 00:50:48 ---> d94319dcc307 00:50:48 Step 7/29 : COPY . . 00:50:48 snapcraft 4.4.4 from Canonical* installed 00:50:48 "snapcraft" switched to the "latest/stable" channel 00:50:48 00:50:48 Removing intermediate container 045d9e2ac5cf 00:50:48 ---> c02dd1a02db2 00:50:48 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:49 ---> Running in f542d694dae6 00:50:50 Removing intermediate container f542d694dae6 00:50:50 ---> 9ab0f3eebc39 00:50:50 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:52 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:50:52 - README.md 00:50:52 - snapcraft.yaml.orig 00:50:52 00:50:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:50:52 ---> Running in 97b8e0427e55 00:50:54 Removing intermediate container 97b8e0427e55 00:50:54 ---> 24ed4532783b 00:50:54 Step 25/27 : LABEL arch=arm64 00:50:56 ---> Running in 2d0c18bfcabc 00:50:57 Removing intermediate container 2d0c18bfcabc 00:50:57 ---> 4206df598183 00:50:57 Step 26/27 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:50:58 ---> Running in 85f4942a27f1 00:50:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:50:59 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:50:59 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:50:59 Fetched 88.7 kB in 0s (213 kB/s) 00:51:00 Removing intermediate container 85f4942a27f1 00:51:00 ---> 6d66119a3ca1 00:51:00 Step 27/27 : LABEL version=0.0.0 00:51:00 Reading package lists... 00:51:00 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:51:00 ---> Running in bd35b4807676 00:51:00 ---> bb8b6d538b59 00:51:00 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:51:02 ---> Running in 2b4e0702da1e 00:51:02 Removing intermediate container bd35b4807676 00:51:02 ---> f0fc939904d9 00:51:02 00:51:03 Successfully built f0fc939904d9 00:51:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:03  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 00:51:04 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:51:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:07 Reading package lists... 00:51:07 Building dependency tree... 00:51:07 Reading state information... 00:51:07 Suggested packages: 00:51:07 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:51:07 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:51:07 Recommended packages: 00:51:07 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:51:07 The following NEW packages will be installed: 00:51:07 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:51:07 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:51:07 pkg-config zip 00:51:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:51:07 Need to get 7655 kB of archives. 00:51:07 After this operation, 43.7 MB of additional disk space will be used. 00:51:07 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:51:07 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:51:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:51:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:51:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:51:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:51:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:51:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:51:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:51:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:51:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:51:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:51:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:51:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:51:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:51:07 debconf: delaying package configuration, since apt-utils is not installed 00:51:07 Fetched 7655 kB in 1s (10.4 MB/s) 00:51:07 Selecting previously unselected package libglib2.0-0:amd64. 00:51:07 (Reading database ... 13933 files and directories currently installed.) 00:51:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:51:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:51:08 Selecting previously unselected package libpsl5:amd64. 00:51:08 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:51:08 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:51:08 Selecting previously unselected package libnghttp2-14:amd64. 00:51:08 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:51:08 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:51:08 Selecting previously unselected package librtmp1:amd64. 00:51:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:51:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:51:08 Selecting previously unselected package libcurl3-gnutls:amd64. 00:51:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:51:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:51:08 Selecting previously unselected package liberror-perl. 00:51:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:51:08 Unpacking liberror-perl (0.17025-1) ... 00:51:08 Selecting previously unselected package git-man. 00:51:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:51:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:51:08 Selecting previously unselected package git. 00:51:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:51:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:51:09 Selecting previously unselected package libnorm1:amd64. 00:51:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:51:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:51:09 Selecting previously unselected package libpgm-5.2-0:amd64. 00:51:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:51:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:51:10 Selecting previously unselected package libsodium23:amd64. 00:51:10 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:51:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:51:10 Selecting previously unselected package libzmq5:amd64. 00:51:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:51:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:51:10 Selecting previously unselected package libzmq3-dev:amd64. 00:51:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:51:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:51:10 Selecting previously unselected package pkg-config. 00:51:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:51:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:51:10 Selecting previously unselected package zip. 00:51:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:51:10 Unpacking zip (3.0-11build1) ... 00:51:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:51:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:51:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:51:10 Setting up liberror-perl (0.17025-1) ... 00:51:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:51:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:51:10 No schema files found: doing nothing. 00:51:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:51:10 Setting up zip (3.0-11build1) ... 00:51:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:51:10 Setting up libsodium23:amd64 (1.0.16-2) ... 00:51:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:51:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:51:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:51:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:51:11 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:51:11 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:51:11 ---> 23119e8e0c85 00:51:11 Step 9/23 : RUN make cmd/core-data/core-data 00:51:11 ---> 084da17698a4 00:51:11 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:51:11 ---> Running in f2b30662fcda 00:51:11 ---> Running in 56b2d66579cd 00:51:11 ---> 95406ccc63ea 00:51:11 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:51:12 ---> Running in 1f41bd4ab5f2 00:51:14 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:51:14 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:51:14 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:51:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:17 git set to automatically installed. 00:51:17 git-man set to automatically installed. 00:51:17 libcurl3-gnutls set to automatically installed. 00:51:17 liberror-perl set to automatically installed. 00:51:17 libglib2.0-0 set to automatically installed. 00:51:17 libnghttp2-14 set to automatically installed. 00:51:17 libnorm1 set to automatically installed. 00:51:17 libpgm-5.2-0 set to automatically installed. 00:51:17 libpsl5 set to automatically installed. 00:51:17 librtmp1 set to automatically installed. 00:51:17 libsodium23 set to automatically installed. 00:51:17 libzmq3-dev set to automatically installed. 00:51:17 libzmq5 set to automatically installed. 00:51:17 pkg-config set to automatically installed. 00:51:17 zip set to automatically installed. 00:51:19 snapd is not logged in, snap install commands will use sudo 00:51:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:25 snap "core18" has no updates available 00:51:26 Pulling config-common 00:51:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:51:27 ---> c940ce6c505b 00:51:27 Step 3/21 : WORKDIR /edgex-go 00:51:27 ---> Using cache 00:51:27 ---> 7da55f4ae3f9 00:51:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:27 ---> Using cache 00:51:27 ---> 4183ad5209ee 00:51:27 Step 5/21 : RUN apk update && apk add make git 00:51:27 ---> Using cache 00:51:27 ---> 5649c19ea1f9 00:51:27 Step 6/21 : COPY go.mod . 00:51:27 ---> Using cache 00:51:27 ---> 5d1b45490381 00:51:27 Step 7/21 : RUN go mod download 00:51:27 ---> Using cache 00:51:27 ---> 224972ab3436 00:51:27 Step 8/21 : COPY . . 00:51:27 ---> Using cache 00:51:27 ---> 95406ccc63ea 00:51:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:51:27 Pulling go-build-helper 00:51:28 ---> Running in 42912d782013 00:51:30 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:51:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:51:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:51:54 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:51:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:51:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:51:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:51:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:51:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:51:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:51:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:51:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:51:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:51:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:51:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:51:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:51:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:51:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:51:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:51:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:51:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:51:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:51:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:51:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:51:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:51:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:51:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:51:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:51:54 Fetched 23.5 MB in 0s (0 B/s) 00:51:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:51:54 Fetched 96.5 kB in 0s (0 B/s) 00:51:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:51:54 Fetched 279 kB in 0s (0 B/s) 00:51:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:51:54 Fetched 122 kB in 0s (0 B/s) 00:51:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:51:54 Fetched 77.8 kB in 0s (0 B/s) 00:51:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:51:54 Fetched 8848 B in 0s (0 B/s) 00:51:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:51:54 Fetched 47.8 kB in 0s (0 B/s) 00:51:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:51:54 Fetched 45.6 kB in 0s (0 B/s) 00:51:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:51:54 Fetched 14.8 kB in 0s (0 B/s) 00:51:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:51:54 Fetched 214 kB in 0s (0 B/s) 00:51:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:51:54 Fetched 155 kB in 0s (0 B/s) 00:51:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:51:54 Fetched 50.6 kB in 0s (0 B/s) 00:51:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:51:54 Fetched 14.8 kB in 0s (0 B/s) 00:51:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:51:54 Fetched 41.8 kB in 0s (0 B/s) 00:51:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:51:54 Fetched 499 kB in 0s (0 B/s) 00:51:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:51:54 Fetched 111 kB in 0s (0 B/s) 00:51:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:51:54 Fetched 240 kB in 0s (0 B/s) 00:51:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:51:54 Fetched 29.3 kB in 0s (0 B/s) 00:51:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:51:54 Fetched 85.5 kB in 0s (0 B/s) 00:51:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:51:54 Fetched 24.5 kB in 0s (0 B/s) 00:51:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:51:54 Fetched 49.2 kB in 0s (0 B/s) 00:51:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:51:54 Fetched 54.2 kB in 0s (0 B/s) 00:51:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:51:54 Fetched 30.8 kB in 0s (0 B/s) 00:51:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:51:54 Fetched 17.0 kB in 0s (0 B/s) 00:51:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:51:54 Fetched 85.9 kB in 0s (0 B/s) 00:51:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:51:54 Fetched 8720 B in 0s (0 B/s) 00:51:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:51:54 Fetched 137 kB in 0s (0 B/s) 00:51:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:51:54 Fetched 119 kB in 0s (0 B/s) 00:51:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:51:54 Fetched 109 kB in 0s (0 B/s) 00:51:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:51:54 Fetched 11.1 kB in 0s (0 B/s) 00:51:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:51:54 Fetched 645 kB in 0s (0 B/s) 00:51:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:51:54 Fetched 41.3 kB in 0s (0 B/s) 00:51:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:51:54 Fetched 17.9 kB in 0s (0 B/s) 00:51:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:51:54 Fetched 368 kB in 0s (0 B/s) 00:51:54 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:51:54 Fetched 187 kB in 0s (0 B/s) 00:51:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:51:54 Fetched 175 kB in 0s (0 B/s) 00:51:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:51:55 Fetched 206 kB in 0s (0 B/s) 00:51:55 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:51:55 Fetched 1301 kB in 0s (0 B/s) 00:51:55 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:51:55 Fetched 36.2 kB in 0s (0 B/s) 00:51:55 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:51:55 Fetched 159 kB in 0s (0 B/s) 00:51:55 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:51:55 Fetched 107 kB in 0s (0 B/s) 00:51:55 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:51:55 Fetched 48.7 kB in 0s (0 B/s) 00:51:55 Pulling static-packages 00:51:56 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:51:56 Skipping pull go-build-helper (already ran) 00:51:56 Skipping pull static-packages (already ran) 00:51:56 Building go-build-helper 00:52:00 Building static-packages 00:52:03 Staging go-build-helper 00:52:04 Staging static-packages 00:52:05 Pulling go115 00:52:06 'edgex-go' has dependencies that need to be staged: go115 00:52:06 Skipping pull go115 (already ran) 00:52:06 Building go115 00:52:06 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:06 Dload Upload Total Spent Left Speed 00:52:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 18.2M 0 0 25.4M 0 0:00:04 --:--:-- 0:00:04 25.3M 46 115M 46 53.8M 0 0 31.3M 0 0:00:03 0:00:01 0:00:02 31.2M 78 115M 78 90.7M 0 0 33.3M 0 0:00:03 0:00:02 0:00:01 33.3M 100 115M 100 115M 0 0 33.6M 0 0:00:03 0:00:03 --:--:-- 33.6M 00:52:10 go1.15.2.linux-amd64.tar.gz: OK 00:52:16 Staging go115 00:52:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:52:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:52:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:52:21 Fetched 0 B in 0s (0 B/s) 00:52:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:52:21 Fetched 224 kB in 0s (0 B/s) 00:52:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:52:21 Fetched 157 kB in 0s (0 B/s) 00:52:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:52:21 Fetched 221 kB in 0s (0 B/s) 00:52:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:52:21 Fetched 143 kB in 0s (0 B/s) 00:52:21 Pulling edgex-go 00:52:23 Pulling version 00:52:24 Building config-common 00:52:27 Skipping build go-build-helper (already ran) 00:52:27 Skipping build static-packages (already ran) 00:52:27 Skipping build go115 (already ran) 00:52:27 Building edgex-go 00:52:28 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:52:29 go: downloading github.com/gorilla/mux v1.8.0 00:52:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.128 00:52:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:52:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 00:52:29 go: downloading github.com/google/uuid v1.1.2 00:52:29 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:52:29 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 00:52:29 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:52:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:52:29 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 00:52:29 go: downloading github.com/BurntSushi/toml v0.3.1 00:52:29 go: downloading gopkg.in/yaml.v2 v2.4.0 00:52:29 go: downloading github.com/pkg/errors v0.8.1 00:52:29 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:52:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:52:29 go: downloading github.com/go-kit/kit v0.8.0 00:52:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:52:29 go: downloading github.com/pelletier/go-toml v1.2.0 00:52:29 go: downloading github.com/pebbe/zmq4 v1.0.0 00:52:29 go: downloading github.com/imdario/mergo v0.3.11 00:52:29 go: downloading github.com/x448/float16 v0.8.4 00:52:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:52:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:52:29 go: downloading github.com/hashicorp/consul/api v1.1.0 00:52:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:52:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:52:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:52:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:52:29 go: downloading github.com/mitchellh/copystructure v1.0.0 00:52:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:52:29 go: downloading github.com/hashicorp/serf v0.8.2 00:52:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:52:29 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:52:29 go: downloading github.com/go-playground/universal-translator v0.17.0 00:52:29 go: downloading github.com/leodido/go-urn v1.2.0 00:52:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:52:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:52:29 go: downloading github.com/go-playground/locales v0.13.0 00:52:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:52:29 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:52:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:52:38 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:52:43 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:52:43 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:52:45 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:52:45 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:52:45 go: downloading github.com/stretchr/testify v1.5.1 00:52:45 go: downloading github.com/davecgh/go-spew v1.1.1 00:52:45 go: downloading github.com/pmezard/go-difflib v1.0.0 00:52:47 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:52:47 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:52:47 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:52:48 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:52:49 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:52:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:52:50 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:52:50 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:52: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:52:52 Removing intermediate container 56b2d66579cd 00:52:52 ---> 280d0d469be6 00:52:52 00:52:52 Step 9/29 : FROM alpine:latest 00:52:52 latest: Pulling from library/alpine 00:52:52 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:52:52 Status: Downloaded newer image for alpine:latest 00:52:52 ---> dd36a01c3f31 00:52:52 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:52:52 ---> Running in 70a5aa66d266 00:52:52 Removing intermediate container 70a5aa66d266 00:52:52 ---> f2bc78083641 00:52:52 Step 11/29 : USER root 00:52:52 ---> Running in 654966b6c29b 00:52:52 Removing intermediate container 654966b6c29b 00:52:52 ---> 6fa01aab0b38 00:52:52 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:52:52 ---> Running in 2de5cf084b0a 00:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:52 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:52 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:52 OK: 12617 distinct packages available 00:52:52 (1/2) Installing ca-certificates (20191127-r4) 00:52:52 (2/2) Installing dumb-init (1.2.2-r1) 00:52:52 Executing busybox-1.31.1-r19.trigger 00:52:52 Executing ca-certificates-20191127-r4.trigger 00:52:52 OK: 6 MiB in 16 packages 00:52:52 Removing intermediate container 1f41bd4ab5f2 00:52:52 ---> 35c922971b05 00:52:52 00:52:52 Step 10/22 : FROM alpine:3.10 00:52:52 ---> 536a684cf733 00:52:52 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:52:52 ---> Using cache 00:52:52 ---> eafd50d0d7ed 00:52:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:52:52 ---> Running in ff8d6ec56bcd 00:52:52 Removing intermediate container 2de5cf084b0a 00:52:52 ---> 0c9d073f3be2 00:52:52 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:52:52 ---> Running in 95905f77d618 00:52:52 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:52:52 Removing intermediate container ff8d6ec56bcd 00:52:52 ---> 2d878363f486 00:52:52 Step 13/22 : WORKDIR / 00:52:52 ---> Running in 0024c824081b 00:52:52 Removing intermediate container 95905f77d618 00:52:52 ---> 2857d52f5e68 00:52:52 Step 14/29 : WORKDIR $BASE_DIR 00:52:52 ---> Running in 1c978112d633 00:52:52 Removing intermediate container 0024c824081b 00:52:52 ---> 6be916cdc927 00:52:52 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:52:52 Removing intermediate container 1c978112d633 00:52:52 ---> a8b0d38ceb08 00:52:52 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:52:52 ---> Running in d02181610bea 00:52:52 ---> e0509abd90b5 00:52:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:52:53 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:52:53 ---> b044e5720484 00:52:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:52:54 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:52:54 Removing intermediate container d02181610bea 00:52:54 ---> 15c07bb71174 00:52:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:52:55 ---> 1f9ca4d0f5af 00:52:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:52:56 ---> 4d3034ac817e 00:52:56 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:56 Building version 00:52:56 ---> d86e5aa0af74 00:52:56 Step 18/22 : RUN chmod +x entrypoint.sh 00:52:57 ---> Running in 13738bf6f295 00:52:58 ---> 70db57368892 00:52:58 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:52:59 Staging config-common 00:52:59 ---> b52ce5b02179 00:52:59 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:53:00 Skipping stage go-build-helper (already ran) 00:53:00 Skipping stage static-packages (already ran) 00:53:00 Skipping stage go115 (already ran) 00:53:00 Staging edgex-go 00:53:01 Staging version 00:53:01 Removing intermediate container 13738bf6f295 00:53:01 ---> af899fded527 00:53:01 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:53:01 ---> 43f95fdf161b 00:53:01 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:53:01 ---> Running in dc287fbc3323 00:53:02 Removing intermediate container dc287fbc3323 00:53:02 ---> 92ffb760151f 00:53:02 Step 20/22 : LABEL arch=arm64 00:53:02 ---> Running in 93c6d64fa0c9 00:53:02 ---> dbbe2768b9bc 00:53:02 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:53:03 Priming config-common 00:53:03 ---> Running in 8bef899554bc 00:53:03 Removing intermediate container 93c6d64fa0c9 00:53:03 ---> 296bcb8b6e99 00:53:03 Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:53:03 Priming go-build-helper 00:53:04 ---> Running in 16ac29d6f53e 00:53:04 Priming static-packages 00:53:05 Removing intermediate container 16ac29d6f53e 00:53:05 ---> 405689143e52 00:53:05 Step 22/22 : LABEL version=0.0.0 00:53:05 ---> Running in 0bb812958ce9 00:53:07 Removing intermediate container 0bb812958ce9 00:53:07 ---> b830e78e5312 00:53:07 00:53:07 Removing intermediate container 42912d782013 00:53:07 ---> 30b2b2c73fe0 00:53:07 00:53:07 Step 10/21 : FROM alpine 00:53:07 ---> dd36a01c3f31 00:53:07 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:53:07 Priming go115 00:53:07 ---> Running in fff32edbb13e 00:53:07 Successfully built b830e78e5312 00:53:08 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:53:08  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 8bef899554bc 00:53:08 ---> 5e1f1da9d2d8 00:53:08 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:53:08 Priming edgex-go 00:53:09 ---> b192c12517d2 00:53:09 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:53:09 ---> Running in 565dc1a993c4 00:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:10 Priming version 00:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:11 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:53:11 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:53:11 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:53:11 OK: 12617 distinct packages available 00:53:11 (1/4) Installing ca-certificates (20191127-r4) 00:53:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:53:12 (3/4) Installing libcurl (7.69.1-r3) 00:53:12 (4/4) Installing curl (7.69.1-r3) 00:53:12 Executing busybox-1.31.1-r19.trigger 00:53:12 Executing ca-certificates-20191127-r4.trigger 00:53:12 OK: 7 MiB in 18 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:53:14 Removing intermediate container 565dc1a993c4 00:53:14 ---> baffa0354da5 00:53:14 Step 24/29 : RUN chmod 755 security-secrets-setup 00:53:14 ---> Running in 27d6706b4465 00:53:15 Removing intermediate container 2b4e0702da1e 00:53:15 ---> 3667ac9738cb 00:53:15 00:53:15 Step 10/22 : FROM scratch 00:53:15 ---> 00:53:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:15 Removing intermediate container fff32edbb13e 00:53:15 ---> c93b07308fc1 00:53:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:53:15 ---> Using cache 00:53:15 ---> e3e674e0d3c5 00:53:15 Step 12/22 : ENV APP_PORT=48081 00:53:15 ---> Running in 7327a34e6519 00:53:15 ---> Running in 002d27be0463 00:53:16 Removing intermediate container 7327a34e6519 00:53:16 ---> 6bf772b4d0f1 00:53:16 Step 13/21 : WORKDIR /edgex 00:53:16 ---> Running in 0f97d9236e42 00:53:16 Removing intermediate container 002d27be0463 00:53:16 ---> 988e822101dd 00:53:16 Step 13/22 : EXPOSE $APP_PORT 00:53:16 ---> Running in a26c15ebb162 00:53:17 Removing intermediate container 0f97d9236e42 00:53:17 ---> d633d6e2c10d 00:53:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:53:17 Removing intermediate container a26c15ebb162 00:53:17 ---> ae53e4d100af 00:53:17 Step 14/22 : WORKDIR / 00:53:17 ---> Running in 00e40a70e289 00:53:17 ---> 8e600c7f20db 00:53:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:53:17 Removing intermediate container 00e40a70e289 00:53:17 ---> dfe7cd15bc67 00:53:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:53:18 Removing intermediate container 27d6706b4465 00:53:18 ---> 7c8f7d0b524f 00:53:18 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:53:18 ---> Running in 58bb2635742d 00:53:19 Removing intermediate container 58bb2635742d 00:53:19 ---> d63f83a73090 00:53:19 Step 26/29 : CMD [ "generate" ] 00:53:19 ---> a2cf96ffc008 00:53:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:19 ---> Running in fcd533e1c42f 00:53:19 ---> 633083e1b1b5 00:53:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:53:20 Removing intermediate container fcd533e1c42f 00:53:20 ---> 88f67d817c44 00:53:20 Step 27/29 : LABEL arch=arm64 00:53:20 ---> Running in 1ccf088c6b07 00:53:21 Removing intermediate container 1ccf088c6b07 00:53:21 ---> ddb205c5f5a2 00:53:21 Step 28/29 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:53:21 ---> 90731f61bbc8 00:53:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:53:21 ---> Running in 47750378cebf 00:53:21 ---> 563a05aeadcc 00:53:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:21 ---> Running in 571436fb4c08 00:53:22 Removing intermediate container 47750378cebf 00:53:22 ---> 72eb8e5ffa4b 00:53:22 Step 29/29 : LABEL version=0.0.0 00:53:22 ---> Running in 4f5e66568978 00:53:22 Removing intermediate container 571436fb4c08 00:53:22 ---> c873f3e28446 00:53:22 Step 18/21 : CMD ["--init=true"] 00:53:22 ---> b6fc9d562e0f 00:53:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:53:23 ---> Running in fa8c5c80c9c3 00:53:23 ---> Running in 28a890bed3c2 00:53:23 Removing intermediate container 4f5e66568978 00:53:23 ---> b727b5fa45b0 00:53:23 00:53:23 Removing intermediate container fa8c5c80c9c3 00:53:23 ---> cbd53afc9f90 00:53:23 Step 19/21 : LABEL arch=arm64 00:53:23 Successfully built b727b5fa45b0 00:53:23 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:53:23  Building docker-security-secrets-setup-go ... done Removing intermediate container 28a890bed3c2 00:53:23 ---> 99f779eed244 00:53:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:24 ---> Running in 0557b2ec917d 00:53:24 ---> Running in fd91b3d8169f 00:53:24 Removing intermediate container 0557b2ec917d 00:53:24 ---> 80df85f083e7 00:53:24 Step 20/21 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:53:24 Removing intermediate container fd91b3d8169f 00:53:24 ---> b1daf0416fd2 00:53:24 Step 20/22 : LABEL arch=arm64 00:53:24 ---> Running in a3701f2f7288 00:53:25 ---> Running in d11792fb2c94 00:53:25 Removing intermediate container a3701f2f7288 00:53:25 ---> a0af2ea94078 00:53:25 Step 21/21 : LABEL version=0.0.0 00:53:25 Removing intermediate container d11792fb2c94 00:53:25 ---> 4319593a4e40 00:53:25 Step 21/22 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:53:25 ---> Running in a5f3a55b7147 00:53:25 ---> Running in 7df3d1a82377 00:53:26 Removing intermediate container a5f3a55b7147 00:53:26 ---> 0894e43978d4 00:53:26 00:53:26 Removing intermediate container 7df3d1a82377 00:53:26 ---> ce355be8b278 00:53:26 Step 22/22 : LABEL version=0.0.0 00:53:26 Successfully built 0894e43978d4 00:53:26 ---> Running in c865c644991f 00:53:26 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:53:27  Building docker-security-proxy-setup-go ... done Removing intermediate container c865c644991f 00:53:27 ---> 4347cc8f0cb3 00:53:27 00:53:27 Successfully built 4347cc8f0cb3 00:53:27 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:29  Building docker-core-metadata-go ... done Removing intermediate container f2b30662fcda 00:53:29 ---> 64b8cbedafc6 00:53:29 00:53:29 Step 10/23 : FROM alpine 00:53:29 ---> dd36a01c3f31 00:53:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:29 ---> Running in c365ef91f13c 00:53:30 Removing intermediate container c365ef91f13c 00:53:30 ---> 2b7ff00ef150 00:53:30 Step 12/23 : ENV APP_PORT=48080 00:53:30 ---> Running in f24d84e01045 00:53:30 Removing intermediate container f24d84e01045 00:53:30 ---> 93dd8e98bd8a 00:53:30 Step 13/23 : EXPOSE $APP_PORT 00:53:30 ---> Running in f9cbfccb0789 00:53:31 Removing intermediate container f9cbfccb0789 00:53:31 ---> 1b00c7038d11 00:53:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:31 ---> Running in 49c454b1c48b 00:53:34 Removing intermediate container 49c454b1c48b 00:53:34 ---> 6b1af9f3eafc 00:53:34 Step 15/23 : RUN apk --no-cache add zeromq 00:53:34 ---> Running in 32ccbc63407f 00:53:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:36 (1/5) Installing libgcc (9.3.0-r2) 00:53:36 (2/5) Installing libsodium (1.0.18-r0) 00:53:36 (3/5) Installing libstdc++ (9.3.0-r2) 00:53:37 (4/5) Installing libzmq (4.3.3-r0) 00:53:37 (5/5) Installing zeromq (4.3.3-r0) 00:53:37 Executing busybox-1.31.1-r19.trigger 00:53:37 OK: 8 MiB in 19 packages 00:53:38 Removing intermediate container 32ccbc63407f 00:53:38 ---> 7478a3739c28 00:53:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:53:39 ---> 53e465b968a3 00:53:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:40 ---> c986fdc6d0a4 00:53:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:41 ---> 528adc8eb7ec 00:53:41 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:41 ---> Running in eb1de7ef411f 00:53:42 Removing intermediate container eb1de7ef411f 00:53:42 ---> 24a1b6618040 00:53:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:42 ---> Running in ddfc62bea253 00:53:42 Removing intermediate container ddfc62bea253 00:53:42 ---> 64d9e0191e6d 00:53:42 Step 21/23 : LABEL arch=arm64 00:53:42 ---> Running in 1ab96b729bc0 00:53:43 Removing intermediate container 1ab96b729bc0 00:53:43 ---> ceb093325740 00:53:43 Step 22/23 : LABEL git_sha=9de74e28842b0d181f1712cd781cae03bb1b8cd8 00:53:43 ---> Running in 7d450f2421fb 00:53:44 Removing intermediate container 7d450f2421fb 00:53:44 ---> 74c8a6971060 00:53:44 Step 23/23 : LABEL version=0.0.0 00:53:44 ---> Running in 98689e6d3282 00:53:44 Removing intermediate container 98689e6d3282 00:53:44 ---> cf24cd44e614 00:53:44 00:53:44 Successfully built cf24cd44e614 00:53:44 Successfully tagged docker-core-data-go-arm64:latest 00:53:45  Building docker-core-data-go ... done  [Pipeline] } 00:53:45 $ docker stop --time=1 0db14384d1a8fa6354fc84402cd6cf0f4ef02ec9f743f71a4af1aabc384c0075 00:53:47 $ docker rm -f 0db14384d1a8fa6354fc84402cd6cf0f4ef02ec9f743f71a4af1aabc384c0075 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:48 + docker images 00:53:48 + grep docker 00:53:48 docker-core-data-go-arm64 latest cf24cd44e614 4 seconds ago 22.3MB 00:53:48 docker-core-metadata-go-arm64 latest 4347cc8f0cb3 22 seconds ago 13.6MB 00:53:48 docker-security-proxy-setup-go-arm64 latest 0894e43978d4 23 seconds ago 23.4MB 00:53:48 docker-security-secrets-setup-go-arm64 latest b727b5fa45b0 25 seconds ago 22.7MB 00:53:48 docker-security-bootstrap-redis-go-arm64 latest b830e78e5312 42 seconds ago 15.2MB 00:53:48 docker-sys-mgmt-agent-go-arm64 latest f0fc939904d9 2 minutes ago 300MB 00:53:48 docker-support-notifications-go-arm64 latest 350ae8ed7043 4 minutes ago 12.9MB 00:53:48 docker-core-command-go-arm64 latest 6829879c9ead 4 minutes ago 11.4MB 00:53:48 docker-support-scheduler-go-arm64 latest 3fd686ed4db0 4 minutes ago 11.5MB 00:53:48 docker-security-secretstore-setup-go-arm64 latest 3d4999c8d8ad 4 minutes ago 23.5MB 00:53:48 docker latest 0c09fb3ff9b5 3 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:53:52 provisioning config files... 00:53:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config8975498376156901841tmp [Pipeline] { [Pipeline] sh 00:53:52 + set +x 00:53:52 + curl -s https://codecov.io/bash 00:53:52 + bash -s -- 00:53:53 00:53:53 _____ _ 00:53:53 / ____| | | 00:53:53 | | ___ __| | ___ ___ _____ __ 00:53:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:53 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:53 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:53 Bash-20201130-cc6d3fe 00:53:53 00:53:53 00:53:53 ==> Jenkins CI detected. 00:53:53 project root: . 00:53:53 --> token set from env 00:53:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:53 ==> Running gcov in . (disable via -X gcov) 00:53:53 ==> Python coveragepy not found 00:53:53 ==> Searching for coverage reports in: 00:53:53 + . 00:53:53 -> Found 1 reports 00:53:53 ==> Detecting git/mercurial file structure 00:53:53 ==> Reading reports 00:53:53 + ./coverage.out bytes=568194 00:53:53 ==> Appending adjustments 00:53:53 https://docs.codecov.io/docs/fixing-reports 00:53:58 + Found adjustments 00:53:58 ==> Gzipping contents 00:53:58 88K /tmp/codecov.6rXKaN.gz 00:53:58 ==> Uploading reports 00:53:58 url: https://codecov.io 00:53:58 query: branch=PR-2908&commit=9de74e28842b0d181f1712cd781cae03bb1b8cd8&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 00:53:58 -> Pinging Codecov 00:53:58 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=9de74e28842b0d181f1712cd781cae03bb1b8cd8&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 00:53:58 -> Uploading to 00:53:58 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/9de74e28842b0d181f1712cd781cae03bb1b8cd8/7e06d972-953d-4ff7-8024-6c80880cbed2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T005358Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23dcf4f7a4313e922e886f981feedc4490138b255a674dccbf2a4afb7cd28bbd 00:53:58 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:58 Dload Upload Total Spent Left Speed 00:53:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88048 0 0 100 88048 0 147k --:--:-- --:--:-- --:--:-- 147k 100 88048 0 0 100 88048 0 147k --:--:-- --:--:-- --:--:-- 147k 00:53:59 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9de74e28842b0d181f1712cd781cae03bb1b8cd8 [Pipeline] } 00:53:59 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:54:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:02 ---> package-listing.sh 00:54:02 ++ facter osfamily 00:54:02 ++ tr '[:upper:]' '[:lower:]' 00:54:02 + OS_FAMILY=redhat 00:54:02 + workspace=/w/workspace/edgex-go/18 00:54:02 + START_PACKAGES=/tmp/packages_start.txt 00:54:02 + END_PACKAGES=/tmp/packages_end.txt 00:54:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:02 + PACKAGES=/tmp/packages_start.txt 00:54:02 + '[' /w/workspace/edgex-go/18 ']' 00:54:02 + PACKAGES=/tmp/packages_end.txt 00:54:02 + case "${OS_FAMILY}" in 00:54:02 + rpm -qa 00:54:02 + sort 00:54:08 + '[' -f /tmp/packages_start.txt ']' 00:54:08 + '[' -f /tmp/packages_end.txt ']' 00:54:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:08 + '[' /w/workspace/edgex-go/18 ']' 00:54:08 + mkdir -p /w/workspace/edgex-go/18/archives/ 00:54:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo 00:54:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:09 00:54:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:09 alpine: Pulling from edgex-lftools-log-publisher 00:54:09 df20fa9351a1: Pulling fs layer 00:54:09 36b3adc4ff6f: Pulling fs layer 00:54:09 8ad3a11d3b57: Pulling fs layer 00:54:09 46f8f816bc3b: Pulling fs layer 00:54:09 93b61091891f: Pulling fs layer 00:54:09 93b9cdb0e59b: Pulling fs layer 00:54:09 5e14af77c1be: Pulling fs layer 00:54:09 01666e4c0597: Pulling fs layer 00:54:09 93b61091891f: Waiting 00:54:09 aa168da1d23b: Pulling fs layer 00:54:09 5e14af77c1be: Waiting 00:54:09 01666e4c0597: Waiting 00:54:09 aa168da1d23b: Waiting 00:54:09 93b9cdb0e59b: Waiting 00:54:09 46f8f816bc3b: Waiting 00:54:09 36b3adc4ff6f: Verifying Checksum 00:54:09 36b3adc4ff6f: Download complete 00:54:09 46f8f816bc3b: Verifying Checksum 00:54:09 46f8f816bc3b: Download complete 00:54:10 df20fa9351a1: Verifying Checksum 00:54:10 df20fa9351a1: Download complete 00:54:10 93b9cdb0e59b: Verifying Checksum 00:54:10 93b9cdb0e59b: Download complete 00:54:10 5e14af77c1be: Download complete 00:54:10 01666e4c0597: Verifying Checksum 00:54:10 01666e4c0597: Download complete 00:54:10 93b61091891f: Verifying Checksum 00:54:10 93b61091891f: Download complete 00:54:10 8ad3a11d3b57: Verifying Checksum 00:54:10 8ad3a11d3b57: Download complete 00:54:10 df20fa9351a1: Pull complete 00:54:11 36b3adc4ff6f: Pull complete 00:54:12 8ad3a11d3b57: Pull complete 00:54:12 46f8f816bc3b: Pull complete 00:54:13 93b61091891f: Pull complete 00:54:13 93b9cdb0e59b: Pull complete 00:54:15 aa168da1d23b: Verifying Checksum 00:54:15 aa168da1d23b: Download complete 00:54:15 5e14af77c1be: Pull complete 00:54:15 01666e4c0597: Pull complete 00:54:31 aa168da1d23b: Pull complete 00:54:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:31 prd-centos7-docker-4c-2g-16208 does not seem to be running inside a container 00:54:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:54:34 $ docker top 877afffa0bcb54c7001f3ee9b4386c7bf6df23d305b0e424876ef6b76f865b83 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:35 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:35 + mkdir -p /var/log/sa [Pipeline] sh 00:54:36 + ls /var/log/sa-host 00:54:36 + sadf -c /var/log/sa-host/sa16 00:54:36 file_magic: OK 00:54:36 HZ: Using current value: 100 00:54:36 file_header: OK 00:54:36 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:54:36 Statistics: 00:54:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:36 File successfully converted to sysstat format version 12.2.1 00:54:36 + sadf -c /var/log/sa-host/sa23 00:54:36 file_magic: OK 00:54:36 HZ: Using current value: 100 00:54:36 file_header: OK 00:54:36 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:54:36 Statistics: 00:54:36 Hnuu...uuuununununu... 00:54:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:36 provisioning config files... 00:54:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4426276680952041261tmp [Pipeline] { [Pipeline] echo 00:54:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:36 ---> create-netrc.sh [Pipeline] } 00:54:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:37 ---> python-tools-install.sh [Pipeline] echo 00:54:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:38 ---> sudo-logs.sh 00:54:38 Archiving 'sudo' log.. [Pipeline] echo 00:54:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:39 ---> job-cost.sh 00:54:39 lf-activate-venv: SKIPPING 00:54:39 INFO: No Stack... 00:54:40 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:40 INFO: Archiving Costs [Pipeline] echo 00:54:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:40 ---> logs-deploy.sh 00:54:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/18 00:54:40 INFO: archiving workspace using pattern(s): 00:54:43 Archives upload complete. 00:54:43 INFO: archiving logs to Nexus 00:54:44 ---> uname -a: 00:54:44 Linux prd-centos7-docker-4c-2g-16208.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:54:44 00:54:44 00:54:44 ---> lscpu: 00:54:44 Architecture: x86_64 00:54:44 CPU op-mode(s): 32-bit, 64-bit 00:54:44 Byte Order: Little Endian 00:54:44 Address sizes: 40 bits physical, 48 bits virtual 00:54:44 CPU(s): 4 00:54:44 On-line CPU(s) list: 0-3 00:54:44 Thread(s) per core: 1 00:54:44 Core(s) per socket: 1 00:54:44 Socket(s): 4 00:54:44 NUMA node(s): 1 00:54:44 Vendor ID: GenuineIntel 00:54:44 CPU family: 6 00:54:44 Model: 44 00:54:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:44 Stepping: 1 00:54:44 CPU MHz: 2933.438 00:54:44 BogoMIPS: 5866.87 00:54:44 Virtualization: VT-x 00:54:44 Hypervisor vendor: KVM 00:54:44 Virtualization type: full 00:54:44 L1d cache: 128 KiB 00:54:44 L1i cache: 128 KiB 00:54:44 L2 cache: 16 MiB 00:54:44 L3 cache: 64 MiB 00:54:44 NUMA node0 CPU(s): 0-3 00:54:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:44 Vulnerability Meltdown: Mitigation; PTI 00:54:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:44 Vulnerability Srbds: Not affected 00:54:44 Vulnerability Tsx async abort: Not affected 00:54:44 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:54:44 00:54:44 00:54:44 ---> nproc: 00:54:44 4 00:54:44 00:54:44 00:54:44 ---> df -h: 00:54:44 Filesystem Size Used Available Use% Mounted on 00:54:44 overlay 50.0G 11.0G 39.0G 22% / 00:54:44 tmpfs 64.0M 0 64.0M 0% /dev 00:54:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:44 shm 64.0M 0 64.0M 0% /dev/shm 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/18@tmp 00:54:44 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/18 00:54:44 00:54:44 00:54:44 ---> free -m: 00:54:44 total used free shared buff/cache available 00:54:44 Mem: 1837 675 161 0 999 1075 00:54:44 Swap: 1023 94 929 00:54:44 00:54:44 00:54:44 ---> ip addr: 00:54:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:44 inet 127.0.0.1/8 scope host lo 00:54:44 valid_lft forever preferred_lft forever 00:54:44 inet6 ::1/128 scope host 00:54:44 valid_lft forever preferred_lft forever 00:54:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:44 link/ether fa:16:3e:d4:e4:be brd ff:ff:ff:ff:ff:ff 00:54:44 inet 10.30.122.121/23 brd 10.30.123.255 scope global dynamic eth0 00:54:44 valid_lft 84954sec preferred_lft 84954sec 00:54:44 inet6 fe80::f816:3eff:fed4:e4be/64 scope link 00:54:44 valid_lft forever preferred_lft forever 00:54:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:44 link/ether 02:42:3f:42:1a:c5 brd ff:ff:ff:ff:ff:ff 00:54:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:44 valid_lft forever preferred_lft forever 00:54:44 inet6 fe80::42:3fff:fe42:1ac5/64 scope link 00:54:44 valid_lft forever preferred_lft forever 00:54:44 00:54:44 00:54:44 ---> sar -b -r -n DEV: 00:54:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 00:54:44 00:54:44 00:30:26 LINUX RESTART (4 CPU) 00:54:44 00:54:44 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:44 00:32:02 90.14 39.77 50.37 0.00 7763.94 9159.10 0.00 00:54:44 00:33:01 86.24 57.95 28.29 0.00 4760.01 15142.21 0.00 00:54:44 00:34:01 176.66 39.30 137.36 0.00 2430.39 48834.14 0.00 00:54:44 00:35:01 220.23 109.57 110.66 0.00 4630.46 15439.54 0.00 00:54:44 00:36:01 89.41 33.01 56.41 0.00 1186.24 6579.33 0.00 00:54:44 00:37:02 103.02 47.39 55.64 0.00 1663.36 4972.42 0.00 00:54:44 00:38:01 64.44 38.07 26.37 0.00 2057.30 5982.38 0.00 00:54:44 00:39:02 174.44 38.46 135.98 0.00 13878.36 76382.83 0.00 00:54:44 00:40:07 1196.67 1006.73 189.94 0.00 92891.60 103738.84 0.00 00:54:44 00:41:01 2107.52 1854.13 253.39 0.00 138974.68 149679.08 0.00 00:54:44 00:42:01 187.08 71.74 115.34 0.00 9787.10 22753.57 0.00 00:54:44 00:43:02 1135.25 778.44 356.81 0.00 87925.18 118536.18 0.00 00:54:44 00:44:03 1360.11 1110.44 249.68 0.00 67284.42 74145.88 0.00 00:54:44 00:45:01 1135.62 862.83 272.80 0.00 56051.54 62082.38 0.00 00:54:44 00:46:01 86.50 25.30 61.20 0.00 3382.71 5171.46 0.00 00:54:44 00:47:02 0.20 0.00 0.20 0.00 0.00 1.95 0.00 00:54:44 00:48:01 0.32 0.02 0.30 0.00 0.54 3.32 0.00 00:54:44 00:49:01 0.55 0.28 0.27 0.00 3.99 2.76 0.00 00:54:44 00:50:01 0.55 0.28 0.27 0.00 4.80 3.80 0.00 00:54:44 00:51:01 0.25 0.00 0.25 0.00 0.00 2.46 0.00 00:54:44 00:52:01 0.25 0.07 0.18 0.00 0.67 1.67 0.00 00:54:44 00:53:01 0.57 0.27 0.30 0.00 2.26 3.16 0.00 00:54:44 00:54:01 8.67 8.39 0.28 0.00 902.26 21.42 0.00 00:54:44 Average: 353.24 261.98 91.26 0.00 21338.91 31099.93 0.00 00:54:44 00:54:44 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:44 00:32:02 142908 0 632892 33.64 2620 1103124 1428844 48.76 471816 1062852 44 00:54:44 00:33:01 112304 0 654376 34.78 2620 1112244 1495592 51.04 630856 932492 43972 00:54:44 00:34:01 72036 0 725024 38.53 1384 1083100 1532508 52.30 610744 945236 36008 00:54:44 00:35:01 109940 0 854652 45.42 808 916144 1760384 60.08 702540 788320 22272 00:54:44 00:36:01 313472 0 765912 40.71 432 801728 1687516 57.59 641388 644620 59440 00:54:44 00:37:02 281112 0 764728 40.64 432 835272 1647436 56.22 626796 684020 49320 00:54:44 00:38:01 214164 0 734828 39.05 404 932148 1360916 46.45 623760 753120 75048 00:54:44 00:39:02 65796 0 705876 37.52 144 1109728 1279484 43.67 722480 851036 95656 00:54:44 00:40:07 79788 0 842048 44.75 0 959708 2405484 82.10 714052 870412 71268 00:54:44 00:41:01 738560 0 765544 40.69 0 377440 2437392 83.18 389240 503776 84 00:54:44 00:42:01 185864 0 896208 47.63 0 799472 1833296 62.57 710200 732688 2780 00:54:44 00:43:02 78664 0 786420 41.80 0 1016460 2227696 76.03 760656 808608 20240 00:54:44 00:44:03 83560 0 742004 39.44 0 1055980 1918592 65.48 565636 999124 25504 00:54:44 00:45:01 483908 0 694508 36.91 0 703128 1720468 58.72 478764 684248 2336 00:54:44 00:46:01 754168 0 587024 31.20 0 540352 1231192 42.02 384740 517056 8 00:54:44 00:47:02 759004 0 582168 30.94 0 540372 1194792 40.78 382328 515644 8 00:54:44 00:48:01 759856 0 581324 30.90 0 540364 1186568 40.50 381800 515492 8 00:54:44 00:49:01 759392 0 581764 30.92 0 540388 1186772 40.50 382440 515628 12 00:54:44 00:50:01 759992 0 581156 30.89 0 540396 1186568 40.50 381936 515772 12 00:54:44 00:51:01 759908 0 581232 30.89 0 540404 1186568 40.50 381812 515772 8 00:54:44 00:52:01 759596 0 581536 30.91 0 540412 1186676 40.50 382036 515796 8 00:54:44 00:53:01 759832 0 581292 30.89 0 540420 1186568 40.50 381828 515812 12 00:54:44 00:54:01 724268 0 591840 31.46 0 565436 1203948 41.09 400384 530868 108 00:54:44 Average: 424265 0 687581 36.54 385 769314 1542837 52.65 526445 692104 21920 00:54:44 00:54:44 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:44 00:32:02 vethcd9b451 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 00:54:44 00:32:02 eth0 621.94 399.04 3651.65 100.18 0.00 0.00 0.00 0.00 00:54:44 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:32:02 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:33:01 eth0 765.41 1048.57 2729.08 102.28 0.00 0.00 0.00 0.00 00:54:44 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:33:01 docker0 1030.75 735.57 78.53 2702.30 0.00 0.00 0.00 0.00 00:54:44 00:34:01 eth0 635.30 414.83 4833.83 41.31 0.00 0.00 0.00 0.00 00:54:44 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:34:01 veth57ea4b5 60.95 100.03 5.76 404.71 0.00 0.00 0.00 0.00 00:54:44 00:34:01 docker0 101.49 166.89 7.23 764.10 0.00 0.00 0.00 0.00 00:54:44 00:35:01 veth8029084 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:35:01 eth0 51.34 32.59 97.92 72.62 0.00 0.00 0.00 0.00 00:54:44 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:35:01 docker0 2.97 15.30 0.27 71.24 0.00 0.00 0.00 0.00 00:54:44 00:36:01 veth8029084 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:36:01 eth0 28.45 20.39 21.43 11.84 0.00 0.00 0.00 0.00 00:54:44 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:37:02 veth8029084 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:37:02 eth0 15.41 10.46 10.93 6.00 0.00 0.00 0.00 0.00 00:54:44 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:38:01 veth8029084 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:38:01 eth0 34.98 27.77 20.94 71.85 0.00 0.00 0.00 0.00 00:54:44 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:39:02 vetha218343 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:39:02 eth0 185.95 141.32 1677.28 22.58 0.00 0.00 0.00 0.00 00:54:44 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:40:07 vetha218343 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:40:07 eth0 46.62 27.09 146.98 51.72 0.00 0.00 0.00 0.00 00:54:44 00:40:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:40:07 docker0 9.85 24.29 0.52 134.05 0.00 0.00 0.00 0.00 00:54:44 00:41:01 vetha218343 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:41:01 veth34919f6 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:41:01 veth589ada8 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:41:01 veth6d68daf 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:42:01 vetha218343 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:42:01 veth45d3087 4.12 6.18 0.28 33.22 0.00 0.00 0.00 0.00 00:54:44 00:42:01 vethf6624ea 6.18 4.12 33.22 0.28 0.00 0.00 0.00 0.00 00:54:44 00:42:01 eth0 2462.23 2152.49 13407.09 495.29 0.00 0.00 0.00 0.00 00:54:44 00:43:02 vetha218343 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:43:02 vethe009c0f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:43:02 eth0 170.34 103.18 415.35 89.65 0.00 0.00 0.00 0.00 00:54:44 00:43:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:54:44 00:44:03 vetha218343 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:44:03 vethbcadf7d 4.35 4.61 0.54 20.12 0.00 0.00 0.00 0.00 00:54:44 00:44:03 eth0 45.50 33.71 78.18 16.52 0.00 0.00 0.00 0.00 00:54:44 00:44:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:45:01 vetha218343 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:45:01 eth0 69.98 51.85 105.63 75.46 0.00 0.00 0.00 0.00 00:54:44 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:45:01 veth5cfd536 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:44 00:46:01 eth0 35.09 28.59 17.31 66.42 0.00 0.00 0.00 0.00 00:54:44 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:46:01 docker0 1215.72 1084.29 90.22 4253.08 0.00 0.00 0.00 0.00 00:54:44 00:47:02 eth0 0.45 0.40 0.47 0.10 0.00 0.00 0.00 0.00 00:54:44 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:48:01 eth0 0.59 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:54:44 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:49:01 eth0 1.40 0.60 0.59 0.40 0.00 0.00 0.00 0.00 00:54:44 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:50:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:44 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:51:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:52:01 eth0 0.58 0.35 0.37 0.19 0.00 0.00 0.00 0.00 00:54:44 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:53:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:54:44 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:54:01 eth0 8.89 5.89 8.86 4.58 0.00 0.00 0.00 0.00 00:54:44 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 Average: eth0 120.75 103.27 610.19 32.58 0.00 0.00 0.00 0.00 00:54:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:44 Average: docker0 53.01 47.28 3.93 185.46 0.00 0.00 0.00 0.00 00:54:44 00:54:44 00:54:44 ---> sar -P ALL: 00:54:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 00:54:44 00:54:44 00:30:26 LINUX RESTART (4 CPU) 00:54:44 00:54:44 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:54:44 00:32:02 all 14.84 0.00 6.03 2.11 15.19 61.83 00:54:44 00:32:02 0 11.86 0.00 6.83 1.33 17.88 62.10 00:54:44 00:32:02 1 17.49 0.00 5.98 3.26 15.20 58.08 00:54:44 00:32:02 2 16.75 0.00 5.44 2.17 12.64 63.01 00:54:44 00:32:02 3 13.34 0.00 5.89 1.73 15.04 64.01 00:54:44 00:33:01 all 7.31 0.00 3.00 0.71 11.70 77.28 00:54:44 00:33:01 0 6.94 0.00 3.49 0.35 12.95 76.27 00:54:44 00:33:01 1 3.22 0.00 2.16 0.36 11.34 82.91 00:54:44 00:33:01 2 12.26 0.00 4.06 1.06 11.58 71.04 00:54:44 00:33:01 3 7.03 0.00 2.36 1.08 10.94 78.60 00:54:44 00:34:01 all 6.83 0.00 5.75 1.92 21.73 63.76 00:54:44 00:34:01 0 6.97 0.00 6.55 1.79 22.79 61.90 00:54:44 00:34:01 1 5.51 0.00 4.80 2.18 21.24 66.27 00:54:44 00:34:01 2 7.73 0.00 6.05 2.27 21.68 62.27 00:54:44 00:34:01 3 7.18 0.00 5.65 1.44 21.22 64.51 00:54:44 00:35:01 all 20.44 0.00 8.46 5.78 22.19 43.13 00:54:44 00:35:01 0 15.51 0.00 7.07 4.51 24.78 48.13 00:54:44 00:35:01 1 20.69 0.00 9.15 7.53 20.89 41.74 00:54:44 00:35:01 2 19.94 0.00 8.56 5.15 21.99 44.36 00:54:44 00:35:01 3 26.08 0.00 9.14 5.98 20.95 37.85 00:54:44 00:36:01 all 41.60 0.00 12.71 2.61 24.80 18.27 00:54:44 00:36:01 0 37.37 0.00 12.31 1.23 26.15 22.95 00:54:44 00:36:01 1 44.47 0.00 13.49 2.94 22.81 16.29 00:54:44 00:36:01 2 40.14 0.00 11.94 2.02 26.27 19.62 00:54:44 00:36:01 3 44.57 0.00 13.12 4.32 23.93 14.06 00:54:44 00:37:02 all 39.82 0.00 13.82 3.45 25.76 17.15 00:54:44 00:37:02 0 37.04 0.00 12.92 3.09 27.16 19.78 00:54:44 00:37:02 1 42.13 0.00 14.74 3.54 24.73 14.85 00:54:44 00:37:02 2 39.55 0.00 13.19 3.57 24.82 18.87 00:54:44 00:37:02 3 40.61 0.00 14.45 3.61 26.31 15.02 00:54:44 00:38:01 all 19.86 0.00 9.90 1.56 20.55 48.13 00:54:44 00:38:01 0 18.34 0.00 9.73 2.08 21.99 47.86 00:54:44 00:38:01 1 19.32 0.00 9.30 2.47 19.65 49.26 00:54:44 00:38:01 2 20.41 0.00 10.24 0.80 20.36 48.19 00:54:44 00:38:01 3 21.42 0.00 10.34 0.87 20.20 47.18 00:54:44 00:39:02 all 8.12 0.00 8.70 1.80 19.84 61.54 00:54:44 00:39:02 0 9.24 0.00 8.57 1.14 20.20 60.85 00:54:44 00:39:02 1 7.43 0.00 8.46 1.45 19.45 63.21 00:54:44 00:39:02 2 8.18 0.00 8.64 1.20 19.23 62.75 00:54:44 00:39:02 3 7.66 0.00 9.15 3.43 20.47 59.29 00:54:44 00:40:07 all 14.49 0.00 16.05 10.23 28.61 30.62 00:54:44 00:40:07 0 12.59 0.00 14.70 10.31 29.26 33.14 00:54:44 00:40:07 1 14.08 0.00 16.33 11.34 29.18 29.07 00:54:44 00:40:07 2 15.76 0.00 16.00 9.38 27.87 30.99 00:54:44 00:40:07 3 15.58 0.00 17.22 9.87 28.09 29.25 00:54:44 00:41:01 all 13.07 0.00 15.58 20.68 26.43 24.24 00:54:44 00:41:01 0 11.66 0.00 14.63 19.14 26.70 27.86 00:54:44 00:41:01 1 15.74 0.00 17.77 20.96 25.10 20.42 00:54:44 00:41:01 2 12.35 0.00 14.29 21.43 27.18 24.75 00:54:44 00:41:01 3 12.66 0.00 15.72 21.24 26.67 23.72 00:54:44 00:42:01 all 69.02 0.00 15.04 3.84 8.39 3.71 00:54:44 00:42:01 0 69.05 0.00 13.55 4.12 9.49 3.79 00:54:44 00:42:01 1 71.27 0.00 15.76 2.56 7.51 2.90 00:54:44 00:42:01 2 67.27 0.00 15.78 4.08 8.28 4.58 00:54:44 00:42:01 3 68.48 0.00 15.10 4.61 8.25 3.56 00:54:44 00:54:44 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:54:44 00:43:02 all 14.52 0.00 18.62 19.47 22.44 24.95 00:54:44 00:43:02 0 13.16 0.00 16.97 17.09 23.06 29.72 00:54:44 00:43:02 1 14.95 0.00 18.83 19.11 21.95 25.16 00:54:44 00:43:02 2 14.55 0.00 19.39 22.81 22.28 20.96 00:54:44 00:43:02 3 15.47 0.00 19.31 18.93 22.44 23.85 00:54:44 00:44:03 all 39.36 0.00 19.01 13.55 16.89 11.19 00:54:44 00:44:03 0 38.54 0.00 18.58 13.88 17.55 11.46 00:54:44 00:44:03 1 40.85 0.00 19.27 13.34 15.72 10.81 00:54:44 00:44:03 2 37.64 0.00 19.44 14.38 17.02 11.52 00:54:44 00:44:03 3 40.42 0.00 18.76 12.58 17.26 10.97 00:54:44 00:45:01 all 37.64 0.00 19.27 12.73 17.79 12.57 00:54:44 00:45:01 0 37.22 0.00 20.16 11.97 17.37 13.28 00:54:44 00:45:01 1 37.17 0.00 19.23 14.57 18.42 10.61 00:54:44 00:45:01 2 38.20 0.00 18.65 12.21 16.98 13.97 00:54:44 00:45:01 3 37.97 0.00 19.05 12.14 18.41 12.43 00:54:44 00:46:01 all 6.14 0.00 4.58 1.48 4.68 83.13 00:54:44 00:46:01 0 6.83 0.00 5.33 1.96 4.32 81.57 00:54:44 00:46:01 1 5.75 0.00 4.20 1.38 5.03 83.64 00:54:44 00:46:01 2 5.94 0.00 4.39 1.54 4.64 83.49 00:54:44 00:46:01 3 6.03 0.00 4.40 1.04 4.72 83.81 00:54:44 00:47:02 all 0.10 0.00 0.06 0.00 0.30 99.54 00:54:44 00:47:02 0 0.02 0.00 0.07 0.00 0.12 99.80 00:54:44 00:47:02 1 0.32 0.00 0.05 0.00 0.37 99.27 00:54:44 00:47:02 2 0.02 0.00 0.07 0.00 0.25 99.67 00:54:44 00:47:02 3 0.03 0.00 0.05 0.00 0.48 99.44 00:54:44 00:48:01 all 0.14 0.00 0.20 0.00 0.79 98.87 00:54:44 00:48:01 0 0.07 0.00 0.20 0.00 0.58 99.15 00:54:44 00:48:01 1 0.35 0.00 0.10 0.00 0.89 98.65 00:54:44 00:48:01 2 0.07 0.00 0.08 0.00 1.14 98.71 00:54:44 00:48:01 3 0.07 0.00 0.41 0.00 0.54 98.98 00:54:44 00:49:01 all 0.12 0.00 0.05 0.02 0.30 99.51 00:54:44 00:49:01 0 0.00 0.00 0.00 0.02 0.17 99.82 00:54:44 00:49:01 1 0.35 0.00 0.08 0.02 0.27 99.29 00:54:44 00:49:01 2 0.08 0.00 0.05 0.00 0.53 99.34 00:54:44 00:49:01 3 0.03 0.00 0.08 0.03 0.25 99.60 00:54:44 00:50:01 all 0.13 0.00 0.07 0.01 0.29 99.51 00:54:44 00:50:01 0 0.02 0.00 0.03 0.00 0.20 99.75 00:54:44 00:50:01 1 0.38 0.00 0.07 0.00 0.30 99.25 00:54:44 00:50:01 2 0.07 0.00 0.07 0.03 0.15 99.68 00:54:44 00:50:01 3 0.05 0.00 0.10 0.00 0.52 99.34 00:54:44 00:51:01 all 0.11 0.00 0.04 0.00 0.22 99.63 00:54:44 00:51:01 0 0.05 0.00 0.05 0.00 0.50 99.40 00:54:44 00:51:01 1 0.02 0.00 0.03 0.00 0.07 99.88 00:54:44 00:51:01 2 0.02 0.00 0.03 0.00 0.10 99.85 00:54:44 00:51:01 3 0.37 0.00 0.03 0.00 0.22 99.38 00:54:44 00:52:01 all 0.12 0.00 0.03 0.00 0.20 99.65 00:54:44 00:52:01 0 0.03 0.00 0.02 0.00 0.27 99.68 00:54:44 00:52:01 1 0.02 0.00 0.03 0.00 0.25 99.70 00:54:44 00:52:01 2 0.03 0.00 0.02 0.00 0.17 99.78 00:54:44 00:52:01 3 0.38 0.00 0.05 0.00 0.13 99.43 00:54:44 00:53:01 all 0.12 0.00 0.04 0.01 0.22 99.62 00:54:44 00:53:01 0 0.38 0.00 0.02 0.00 0.33 99.27 00:54:44 00:53:01 1 0.03 0.00 0.05 0.00 0.05 99.87 00:54:44 00:53:01 2 0.03 0.00 0.03 0.03 0.08 99.82 00:54:44 00:53:01 3 0.03 0.00 0.05 0.00 0.40 99.52 00:54:44 00:54:44 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:54:44 00:54:01 all 1.14 0.00 0.78 0.25 1.18 96.66 00:54:44 00:54:01 0 2.13 0.00 1.17 0.18 1.12 95.40 00:54:44 00:54:01 1 1.42 0.00 0.94 0.67 1.06 95.91 00:54:44 00:54:01 2 0.58 0.00 0.50 0.07 0.88 97.97 00:54:44 00:54:01 3 0.41 0.00 0.53 0.08 1.65 97.32 00:54:44 Average: all 14.56 0.00 7.42 4.22 12.36 61.44 00:54:44 Average: 0 13.79 0.00 7.26 3.92 13.04 61.99 00:54:44 Average: 1 14.80 0.00 7.51 4.44 11.99 61.26 00:54:44 Average: 2 14.71 0.00 7.40 4.30 12.17 61.42 00:54:44 Average: 3 14.94 0.00 7.52 4.23 12.22 61.10 00:54:44 00:54:44 00:54:44