Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at f7cba1f5bd7f0f50faed19509b697065ec7e4bcf rather than 108ae0d4ae03c90ab95014966195d2ca5fafaa44 Obtained Jenkinsfile from f7cba1f5bd7f0f50faed19509b697065ec7e4bcf 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22454 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 108ae0d4ae03c90ab95014966195d2ca5fafaa44 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 108ae0d4ae03c90ab95014966195d2ca5fafaa44 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing e113d058b8807d039cc24b5843098dac9bff2d33 Checking out Revision e113d058b8807d039cc24b5843098dac9bff2d33 (PR-3030) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e113d058b8807d039cc24b5843098dac9bff2d33 # timeout=10 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:10:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 7ac4f19a7a29b8a1b18362b3f7a0e0988f680bf7 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:11:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:11:00 ========================================================= 15:11:00 EdgeX Global Pipelines Version Info 15:11:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:11:02 ------------------- 15:11:02 stable info: 15:11:02 ------------------- 15:11:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:11:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:11:02 Message: update stable to v1.0.179 15:11:03 ------------------- 15:11:03 experimental info: 15:11:03 ------------------- 15:11:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:11:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:11:03 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:11:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:11:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:11:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:11:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:11:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:11:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:11:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:11:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e113d058b8807d039cc24b5843098dac9bff2d33 [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e113d05 [Pipeline] echo 15:11:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:11:06 provisioning config files... 15:11:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config2365787663802787333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:11:06 ---> docker-login.sh 15:11:06 nexus3.edgexfoundry.org:10001 15:11:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:06 Configure a credential helper to remove this warning. See 15:11:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:06 15:11:06 Login Succeeded 15:11:06 nexus3.edgexfoundry.org:10002 15:11:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:06 Configure a credential helper to remove this warning. See 15:11:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:06 15:11:06 Login Succeeded 15:11:06 nexus3.edgexfoundry.org:10003 15:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:07 Configure a credential helper to remove this warning. See 15:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:07 15:11:07 Login Succeeded 15:11:07 nexus3.edgexfoundry.org:10004 15:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:07 Configure a credential helper to remove this warning. See 15:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:07 15:11:07 Login Succeeded 15:11:07 docker.io 15:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:07 Configure a credential helper to remove this warning. See 15:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:07 15:11:07 Login Succeeded 15:11:07 ---> docker-login.sh ends [Pipeline] } 15:11:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:08 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/core-command/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo core-command,cmd/core-command/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/core-data/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo core-data,cmd/core-data/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/core-metadata/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo core-metadata,cmd/core-metadata/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/security-bootstrapper/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/security-proxy-setup/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/support-notifications/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo support-notifications,cmd/support-notifications/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/support-scheduler/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:11:08 + for file in '`ls cmd/**/Dockerfile`' 15:11:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:11:08 ++ cut -d/ -f2 15:11:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:11:08 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-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 15:11:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:11:09 15:11:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:11:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:11:09 latest: Pulling from edgex-devops/git-semver 15:11:09 31603596830f: Pulling fs layer 15:11:09 2a8b12db71e7: Pulling fs layer 15:11:09 6ca5941a6612: Pulling fs layer 15:11:09 ecc8261a40a4: Pulling fs layer 15:11:09 ecc8261a40a4: Waiting 15:11:09 2a8b12db71e7: Verifying Checksum 15:11:09 2a8b12db71e7: Download complete 15:11:09 31603596830f: Verifying Checksum 15:11:09 31603596830f: Download complete 15:11:09 6ca5941a6612: Verifying Checksum 15:11:09 6ca5941a6612: Download complete 15:11:09 ecc8261a40a4: Download complete 15:11:09 31603596830f: Pull complete 15:11:09 2a8b12db71e7: Pull complete 15:11:10 6ca5941a6612: Pull complete 15:11:11 ecc8261a40a4: Pull complete 15:11:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:11:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:11:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:11:11 prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container 15:11:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:10004/edgex-devops/git-semver:latest cat 15:11:13 $ docker top e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:11:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:14 [ssh-agent] Looking for ssh-agent implementation... 15:11:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:14 $ docker exec e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent 15:11:14 SSH_AUTH_SOCK=/tmp/ssh-VIfj31tW6aMC/agent.12 15:11:14 SSH_AGENT_PID=18 15:11:14 Running ssh-add (command line suppressed) 15:11:14 Identity added: /w/workspace/edgex-go/23@tmp/private_key_4426679403068818830.key (/w/workspace/edgex-go/23@tmp/private_key_4426679403068818830.key) 15:11:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:14 + git tag --points-at HEAD [Pipeline] } 15:11:14 $ docker exec --env ******** --env ******** e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent -k 15:11:15 unset SSH_AUTH_SOCK; 15:11:15 unset SSH_AGENT_PID; 15:11:15 echo Agent pid 18 killed; 15:11:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:11:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:15 [ssh-agent] Looking for ssh-agent implementation... 15:11:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:15 $ docker exec e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent 15:11:15 SSH_AUTH_SOCK=/tmp/ssh-6cgBFwQ1vbyc/agent.48 15:11:15 SSH_AGENT_PID=53 15:11:15 Running ssh-add (command line suppressed) 15:11:15 Identity added: /w/workspace/edgex-go/23@tmp/private_key_6073628404654876711.key (/w/workspace/edgex-go/23@tmp/private_key_6073628404654876711.key) 15:11:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:16 + git semver init 15:11:16 # -> Open(): unable to determine branch for HEAD 15:11:16 # $GIT_DIR = /w/workspace/edgex-go/23/.git 15:11:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 15:11:16 # $SEMVER_REMOTE_NAME = origin 15:11:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:11:16 # $SEMVER_USER_NAME = edgex-jenkins 15:11:16 # $SEMVER_BRANCH = PR-3030 15:11:16 # $SEMVER_TEMP = /tmp/semver-769549583 15:11:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:11:34 # '/tmp/semver-769549583' -> '/w/workspace/edgex-go/23/.semver' 15:11:34 # -> Force: false 15:11:34 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 15:11:34 $ docker exec --env ******** --env ******** e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent -k 15:11:34 unset SSH_AUTH_SOCK; 15:11:34 unset SSH_AGENT_PID; 15:11:34 echo Agent pid 53 killed; 15:11:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:35 + git semver [Pipeline] } 15:11:35 $ docker stop --time=1 e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 15:11:37 $ docker rm -f e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 [Pipeline] // withDockerContainer [Pipeline] sh 15:11:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:11:38 Stashed 1 file(s) [Pipeline] echo 15:11:38 [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 15:11:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:11:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:11:40 + sudo service docker restart 15:11:40 + true 15:11:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:11:40 ========================================================= 15:11:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:11:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:11:41 + 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 . 15:11:44 Sending build context to Docker daemon 327.1MB 15:11:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:11:44 Step 2/6 : FROM ${BASE} 15:11:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:11:44 188c0c94c7c5: Pulling fs layer 15:11:44 0ef7d3d256c8: Pulling fs layer 15:11:44 de9db76c5a1d: Pulling fs layer 15:11:44 bca2f99d35d6: Pulling fs layer 15:11:44 93359f2a8cfa: Pulling fs layer 15:11:44 7c6f9722023f: Pulling fs layer 15:11:44 a35cf1a2eb13: Pulling fs layer 15:11:44 bca2f99d35d6: Waiting 15:11:44 93359f2a8cfa: Waiting 15:11:44 a35cf1a2eb13: Waiting 15:11:44 7c6f9722023f: Waiting 15:11:44 de9db76c5a1d: Verifying Checksum 15:11:44 de9db76c5a1d: Download complete 15:11:44 0ef7d3d256c8: Download complete 15:11:44 93359f2a8cfa: Verifying Checksum 15:11:44 93359f2a8cfa: Download complete 15:11:44 7c6f9722023f: Verifying Checksum 15:11:44 7c6f9722023f: Download complete 15:11:44 188c0c94c7c5: Verifying Checksum 15:11:44 188c0c94c7c5: Download complete 15:11:45 188c0c94c7c5: Pull complete 15:11:45 0ef7d3d256c8: Pull complete 15:11:45 de9db76c5a1d: Pull complete 15:11:46 a35cf1a2eb13: Verifying Checksum 15:11:46 a35cf1a2eb13: Download complete 15:11:46 bca2f99d35d6: Verifying Checksum 15:11:46 bca2f99d35d6: Download complete 15:11:52 bca2f99d35d6: Pull complete 15:11:52 93359f2a8cfa: Pull complete 15:11:52 7c6f9722023f: Pull complete 15:11:54 Still waiting to schedule task 15:11:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:11:56 a35cf1a2eb13: Pull complete 15:11:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:11:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:11:57 ---> a62c8e92a672 15:11:57 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:11:57 ---> Running in 783b4c82b7bb 15:11:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:11:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:11:59 (1/12) Installing libmagic (5.38-r0) 15:11:59 (2/12) Installing file (5.38-r0) 15:11:59 (3/12) Installing libc-dev (0.7.2-r3) 15:11:59 (4/12) Installing g++ (9.3.0-r2) 15:12:12 (5/12) Installing fortify-headers (1.1-r0) 15:12:12 (6/12) Installing patch (2.7.6-r6) 15:12:12 (7/12) Installing build-base (0.5-r2) 15:12:12 (8/12) Installing libsodium (1.0.18-r0) 15:12:12 (9/12) Installing pkgconf (1.7.2-r0) 15:12:12 (10/12) Installing libsodium-dev (1.0.18-r0) 15:12:12 (11/12) Installing libzmq (4.3.3-r0) 15:12:12 (12/12) Installing zeromq-dev (4.3.3-r0) 15:12:12 Executing busybox-1.31.1-r19.trigger 15:12:12 OK: 233 MiB in 51 packages 15:12:14 Removing intermediate container 783b4c82b7bb 15:12:14 ---> a61d07c4a2a8 15:12:14 Step 4/6 : WORKDIR /edgex-go 15:12:14 ---> Running in 44027ee35087 15:12:14 Removing intermediate container 44027ee35087 15:12:14 ---> 5041954694ab 15:12:14 Step 5/6 : COPY go.mod . 15:12:15 ---> 60b53c4a98bf 15:12:15 Step 6/6 : RUN go mod download 15:12:15 ---> Running in 77de4fe0f6de 15:12:37 Removing intermediate container 77de4fe0f6de 15:12:37 ---> c4cd62fc2c81 15:12:37 Successfully built c4cd62fc2c81 15:12:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:12:37 + docker inspect -f . ci-base-image-x86_64 15:12:37 . [Pipeline] withDockerContainer 15:12:37 prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container 15:12:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:12:38 $ docker top 08ebe7ad611849af34c938eea356c8a3cbc8053fa8b176855e652556424ae7f6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:12:39 + go version 15:12:39 go version go1.15.5 linux/amd64 [Pipeline] } 15:12:39 $ docker stop --time=1 08ebe7ad611849af34c938eea356c8a3cbc8053fa8b176855e652556424ae7f6 15:12:40 $ docker rm -f 08ebe7ad611849af34c938eea356c8a3cbc8053fa8b176855e652556424ae7f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:41 + docker inspect -f . ci-base-image-x86_64 15:12:41 . [Pipeline] withDockerContainer 15:12:41 prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container 15:12:41 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:12:42 $ docker top 9c3197ba6944fbf20c267968765d2fe0d58cc49c17623f108cfaebbf23b8c394 -eo pid,comm [Pipeline] { [Pipeline] echo 15:12:42 ========================================================= 15:12:42 [edgeXBuildGoParallel] Running Tests and Build... 15:12:42 ========================================================= [Pipeline] sh 15:12:42 + make test 15:12:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:12:51 ? github.com/edgexfoundry/edgex-go [no test files] 15:13:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:13:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:13:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:13:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:13:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:13:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:13:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:13:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:13:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:13:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:13:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:13:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:13:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:13:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:13:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements 15:13:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:13:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:13:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:13:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:13:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 82.3% of statements 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements 15:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 15:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:13:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 15:13:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:13:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 15:13:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:13:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 15:13:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:13:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:13:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:13:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 92.8% of statements 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.125s coverage: 0.1% of statements 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 43.8% of statements 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements 15:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements 15:13:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22455 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 15:13:29 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 15:13:35 using credential edgex-jenkins-ssh 15:13:35 Cloning the remote Git repository 15:13:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:13:35 > git init /w/workspace/edgex-go/23 # timeout=10 15:13:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:13:35 > git --version # timeout=10 15:13:35 > git --version # 'git version 2.17.1' 15:13:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:13:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.247s coverage: 84.0% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.097s coverage: 47.1% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.681s coverage: 29.1% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:13:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 15:13:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:13:43 GO111MODULE=on go vet ./... 15:13:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:13:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:13:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:13:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:13:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:13:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:13:52 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 108ae0d4ae03c90ab95014966195d2ca5fafaa44 15:13:53 Merge succeeded, producing 898c5d5af11fa1c283b1d1897a3226651797e3e5 15:13:53 Checking out Revision 898c5d5af11fa1c283b1d1897a3226651797e3e5 (PR-3030) 15:13:52 > git config core.sparsecheckout # timeout=10 15:13:52 > git checkout -f 108ae0d4ae03c90ab95014966195d2ca5fafaa44 # timeout=10 15:13:53 > git remote # timeout=10 15:13:53 > git config --get remote.origin.url # timeout=10 15:13:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:13:53 > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 15:13:53 > git rev-parse HEAD^{commit} # timeout=10 15:13:53 > git config core.sparsecheckout # timeout=10 15:13:53 > git checkout -f 898c5d5af11fa1c283b1d1897a3226651797e3e5 # timeout=10 15:13:58 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" 15:13:58 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 15:13:58 > git rev-list --no-walk 7ac4f19a7a29b8a1b18362b3f7a0e0988f680bf7 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:13:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:14:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:14:00 + sudo service docker+ restart 15:14:00 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:14:03 provisioning config files... 15:14:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config6553276568388495131tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:14:03 ---> docker-login.sh 15:14:03 nexus3.edgexfoundry.org:10001 15:14:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:05 Configure a credential helper to remove this warning. See 15:14:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:05 15:14:05 Login Succeeded 15:14:05 nexus3.edgexfoundry.org:10002 15:14:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:05 Configure a credential helper to remove this warning. See 15:14:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:05 15:14:05 Login Succeeded 15:14:05 nexus3.edgexfoundry.org:10003 15:14:06 gofmt -l . 15:14:06 [ "`gofmt -l .`" = "" ] 15:14:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:06 ./bin/test-go-mod-tidy.sh 15:14:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:06 Configure a credential helper to remove this warning. See 15:14:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:06 15:14:06 Login Succeeded 15:14:06 nexus3.edgexfoundry.org:10004 15:14:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:06 ./bin/test-attribution-txt.sh 15:14:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:06 Configure a credential helper to remove this warning. See 15:14:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:06 15:14:06 Login Succeeded 15:14:06 docker.io 15:14:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 15:14:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:07 Configure a credential helper to remove this warning. See 15:14:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:07 15:14:07 Login Succeeded 15:14:07 ---> docker-login.sh ends [Pipeline] } 15:14:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 15:14:07 + ls -al . 15:14:07 total 668 15:14:07 drwxrwxr-x 10 1001 1001 4096 Jan 23 15:14 . 15:14:07 drwxr-xr-x 4 root root 30 Jan 23 15:12 .. 15:14:07 -rw-rw-r-- 1 1001 1001 11 Jan 23 15:10 .dockerignore 15:14:07 drwxrwxr-x 8 1001 1001 179 Jan 23 15:10 .git 15:14:07 drwxrwxr-x 3 1001 1001 125 Jan 23 15:10 .github 15:14:07 -rw-rw-r-- 1 1001 1001 872 Jan 23 15:10 .gitignore 15:14:07 drwx------ 3 1001 1001 47 Jan 23 15:11 .semver 15:14:07 -rw-rw-r-- 1 1001 1001 166 Jan 23 15:10 .sonarcloud.properties 15:14:07 -rw-rw-r-- 1 1001 1001 7859 Jan 23 15:10 Attribution.txt 15:14:07 -rw-rw-r-- 1 1001 1001 3804 Jan 23 15:10 CONTRIBUTING.md 15:14:07 -rw-rw-r-- 1 1001 1001 931 Jan 23 15:10 Dockerfile.build 15:14:07 -rw-rw-r-- 1 1001 1001 863 Jan 23 15:10 Jenkinsfile 15:14:07 -rw-rw-r-- 1 1001 1001 10775 Jan 23 15:10 LICENSE 15:14:07 -rw-rw-r-- 1 1001 1001 6001 Jan 23 15:10 Makefile 15:14:07 -rw-rw-r-- 1 1001 1001 6524 Jan 23 15:10 README.md 15:14:07 -rw-rw-r-- 1 1001 1001 6755 Jan 23 15:10 SECURITY.md 15:14:07 -rw-rw-r-- 1 1001 1001 5 Jan 23 15:11 VERSION 15:14:07 -rw-rw-r-- 1 1001 1001 4131 Jan 23 15:10 ZMQWindows.md 15:14:07 drwxrwxr-x 2 1001 1001 117 Jan 23 15:10 bin 15:14:07 drwxrwxr-x 15 1001 1001 4096 Jan 23 15:10 cmd 15:14:07 -rw-r--r-- 1 root root 564700 Jan 23 15:13 coverage.out 15:14:07 -rw-r--r-- 1 root root 1053 Jan 23 15:14 go.mod 15:14:07 -rw-r--r-- 1 root root 18878 Jan 23 15:14 go.sum 15:14:07 drwxrwxr-x 8 1001 1001 127 Jan 23 15:10 internal 15:14:07 drwxrwxr-x 4 1001 1001 26 Jan 23 15:10 openapi 15:14:07 drwxrwxr-x 4 1001 1001 71 Jan 23 15:10 snap 15:14:07 -rw-rw-r-- 1 1001 1001 168 Jan 23 15:10 version.go [Pipeline] sh [Pipeline] echo 15:14:08 ========================================================= 15:14:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:14:08 ========================================================= 15:14:08 + '[' -e coverage.out ] 15:14:08 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] isUnix [Pipeline] sh 15:14:08 Stashed 1 file(s) [Pipeline] sh 15:14:08 + 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 . 15:14:08 + make build 15:14:08 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 15:14:11 Sending build context to Docker daemon 165.9MB 15:14:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:14:11 Step 2/6 : FROM ${BASE} 15:14:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:14:11 5f621e34cdf4: Pulling fs layer 15:14:11 a4357932f1b6: Pulling fs layer 15:14:11 18c013af1878: Pulling fs layer 15:14:11 00ac8860ef70: Pulling fs layer 15:14:11 63d7cb157983: Pulling fs layer 15:14:11 b116817d02f9: Pulling fs layer 15:14:11 745a02a5169b: Pulling fs layer 15:14:11 00ac8860ef70: Waiting 15:14:11 63d7cb157983: Waiting 15:14:11 b116817d02f9: Waiting 15:14:11 745a02a5169b: Waiting 15:14:11 18c013af1878: Verifying Checksum 15:14:11 18c013af1878: Download complete 15:14:11 a4357932f1b6: Verifying Checksum 15:14:11 a4357932f1b6: Download complete 15:14:11 63d7cb157983: Verifying Checksum 15:14:11 63d7cb157983: Download complete 15:14:11 b116817d02f9: Download complete 15:14:11 5f621e34cdf4: Verifying Checksum 15:14:11 5f621e34cdf4: Download complete 15:14:11 5f621e34cdf4: Pull complete 15:14:12 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 15:14:12 a4357932f1b6: Pull complete 15:14:12 18c013af1878: Pull complete 15:14:13 745a02a5169b: Verifying Checksum 15:14:13 745a02a5169b: Download complete 15:14:14 00ac8860ef70: Verifying Checksum 15:14:14 00ac8860ef70: Download complete 15:14:18 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 15:14:20 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 15:14:21 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 15:14: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 15:14:23 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 15:14:24 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 15:14:24 00ac8860ef70: Pull complete 15:14:25 63d7cb157983: Pull complete 15:14:25 b116817d02f9: Pull complete 15:14: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 15:14:27 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 15:14:27 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 15:14:28 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 15:14:29 745a02a5169b: Pull complete 15:14:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:14:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:14:29 ---> b7e6874047d6 15:14:29 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:14:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 15:14:31 $ docker stop --time=1 9c3197ba6944fbf20c267968765d2fe0d58cc49c17623f108cfaebbf23b8c394 15:14:32 ---> Running in bee648b7055b 15:14:33 $ docker rm -f 9c3197ba6944fbf20c267968765d2fe0d58cc49c17623f108cfaebbf23b8c394 [Pipeline] // withDockerContainer [Pipeline] } 15:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:14:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:14:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:14:35 15:14:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:14:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:14:35 latest: Pulling from edgex-devops/edgex-compose 15:14:35 cbdbe7a5bc2a: Pulling fs layer 15:14:35 ca9280d653b3: Pulling fs layer 15:14:35 7e9c9ca2126c: Pulling fs layer 15:14:35 cbdbe7a5bc2a: Verifying Checksum 15:14:35 cbdbe7a5bc2a: Download complete 15:14:35 (1/12) Installing libmagic (5.38-r0) 15:14:35 cbdbe7a5bc2a: Pull complete 15:14:35 ca9280d653b3: Verifying Checksum 15:14:35 ca9280d653b3: Download complete 15:14:36 (2/12) Installing file (5.38-r0) 15:14:36 (3/12) Installing libc-dev (0.7.2-r3) 15:14:36 (4/12) Installing g++ (9.3.0-r2) 15:14:36 7e9c9ca2126c: Download complete 15:14:36 ca9280d653b3: Pull complete 15:14:45 7e9c9ca2126c: Pull complete 15:14:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:14:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:14:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:14:45 prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container 15:14:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:14:46 $ docker top f659476ef0947ae846ba6bf481536c502180d010b714899da61e8a6d5482ba79 -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:46 + docker-compose build --help 15:14:46 + grep parallel 15:14:47 --parallel Build images in parallel. [Pipeline] } 15:14:47 $ docker stop --time=1 f659476ef0947ae846ba6bf481536c502180d010b714899da61e8a6d5482ba79 15:14:48 (5/12) Installing fortify-headers (1.1-r0) 15:14:48 (6/12) Installing patch (2.7.6-r6) 15:14:48 (7/12) Installing build-base (0.5-r2) 15:14:48 (8/12) Installing libsodium (1.0.18-r0) 15:14:48 (9/12) Installing pkgconf (1.7.2-r0) 15:14:49 (10/12) Installing libsodium-dev (1.0.18-r0) 15:14:49 (11/12) Installing libzmq (4.3.3-r0) 15:14:49 $ docker rm -f f659476ef0947ae846ba6bf481536c502180d010b714899da61e8a6d5482ba79 [Pipeline] // withDockerContainer 15:14:49 (12/12) Installing zeromq-dev (4.3.3-r0) 15:14:49 Executing busybox-1.31.1-r19.trigger 15:14:49 OK: 217 MiB in 51 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:14:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:14:49 . [Pipeline] withDockerContainer 15:14:49 prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container 15:14:50 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:14:50 $ docker top d2a3d64d7f95fce3e01ebc945631e9c9d117a1b225ac5ceb48c77661fc2a239e -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:51 + docker-compose -f ./docker-compose-build.yml build --parallel 15:14:52 Building docker-core-command-go ... 15:14:52 Building docker-core-data-go ... 15:14:52 Building docker-core-metadata-go ... 15:14:52 Building docker-security-bootstrapper-go ... 15:14:52 Building docker-security-proxy-setup-go ... 15:14:52 Building docker-security-secretstore-setup-go ... 15:14:52 Building docker-support-notifications-go ... 15:14:52 Building docker-support-scheduler-go ... 15:14:52 Building docker-sys-mgmt-agent-go ... 15:14:52 Building docker-security-secretstore-setup-go 15:14:52 Building docker-core-metadata-go 15:14:52 Building docker-security-bootstrapper-go 15:14:52 Building docker-sys-mgmt-agent-go 15:14:52 Building docker-core-data-go 15:14:53 Removing intermediate container bee648b7055b 15:14:53 ---> ba3dd800737b 15:14:53 Step 4/6 : WORKDIR /edgex-go 15:14:53 ---> Running in f9bff3214f97 15:14:53 Removing intermediate container f9bff3214f97 15:14:53 ---> 279bbc07d357 15:14:53 Step 5/6 : COPY go.mod . 15:14:54 ---> 598532b70cfb 15:14:54 Step 6/6 : RUN go mod download 15:14:54 ---> Running in b2526825f010 15:15:21 Removing intermediate container b2526825f010 15:15:21 ---> 4144104b4055 15:15:21 Successfully built 4144104b4055 15:15:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:15:21 + docker inspect -f . ci-base-image-arm64 15:15:21 . [Pipeline] withDockerContainer 15:15:22 prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container 15:15:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:15:23 $ docker top bfecce9556107988126530a8a094ea4de554edd33836524770a0784ae5db6a0c -eo pid,comm [Pipeline] { [Pipeline] sh 15:15:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:15:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:15:24 ---> c4cd62fc2c81 15:15:24 Step 3/23 : WORKDIR /edgex-go 15:15:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:15:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:15:24 ---> c4cd62fc2c81 15:15:24 Step 3/24 : WORKDIR /edgex-go 15:15:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:15:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:15:24 ---> c4cd62fc2c81 15:15:24 Step 3/26 : WORKDIR /edgex-go 15:15:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:15:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:15:24 ---> c4cd62fc2c81 15:15:24 Step 3/23 : WORKDIR /edgex-go 15:15:24 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:15:24 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:15:24 ---> c4cd62fc2c81 15:15:24 Step 3/33 : WORKDIR /edgex-go 15:15:24 ---> Running in 0da74a6603f6 15:15:24 ---> Running in aa7fbef63428 15:15:24 ---> Running in f5329393e3a1 15:15:24 ---> Running in 8cedc44807ee 15:15:24 ---> Running in d89eb356e065 15:15:24 + go version 15:15:24 go version go1.15.5 linux/arm64 [Pipeline] } 15:15:24 $ docker stop --time=1 bfecce9556107988126530a8a094ea4de554edd33836524770a0784ae5db6a0c 15:15:25 Removing intermediate container f5329393e3a1 15:15:25 ---> 4b3572441fe4 15:15:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:15:25 Removing intermediate container d89eb356e065 15:15:25 ---> c2dd85e26bbd 15:15:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:15:25 Removing intermediate container 0da74a6603f6 15:15:25 ---> c036deadc48f 15:15:25 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:15:25 Removing intermediate container aa7fbef63428 15:15:25 ---> fd2e482a8e3c 15:15:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:15:25 Removing intermediate container 8cedc44807ee 15:15:25 ---> ca6efac9446c 15:15:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:15:25 ---> Running in af32a009a408 15:15:25 ---> Running in 50ab0f647b36 15:15:25 ---> Running in ce8e0c1018f0 15:15:25 ---> Running in 7aac05ead655 15:15:25 ---> Running in fa65d158d88e 15:15:26 $ docker rm -f bfecce9556107988126530a8a094ea4de554edd33836524770a0784ae5db6a0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:15:27 Removing intermediate container ce8e0c1018f0 15:15:27 ---> 7f14a2def92a 15:15:27 Step 5/23 : RUN apk add --update --no-cache make git 15:15:27 Removing intermediate container 50ab0f647b36 15:15:27 ---> 437713d98a50 15:15:27 Step 5/33 : RUN apk add --update --no-cache make git 15:15:27 ---> Running in 59bffa331b1b 15:15:27 ---> Running in b2d00efc2cc7 15:15:27 + docker inspect -f . ci-base-image-arm64 15:15:27 . [Pipeline] withDockerContainer 15:15:27 Removing intermediate container af32a009a408 15:15:27 ---> 8f4862da5e1e 15:15:27 Step 5/24 : RUN apk add --update --no-cache make git 15:15:27 Removing intermediate container 7aac05ead655 15:15:27 ---> 87dcd3dc1615 15:15:27 Step 5/26 : RUN apk add --update --no-cache make bash git 15:15:27 Removing intermediate container fa65d158d88e 15:15:27 ---> 0a57feee023a 15:15:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:15:27 prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container 15:15: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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:15:28 ---> Running in a5df0f4a3845 15:15:28 ---> Running in 10130eb1d6c8 15:15:28 ---> Running in 1fb698fb8e39 15:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:29 $ docker top 43947d67386d1308d4f13e14237b4af82387a0ed731d5271ac2ac032938b7d1a -eo pid,comm 15:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 15:15:29 ========================================================= 15:15:29 [edgeXBuildGoParallel] Running Tests and Build... 15:15:29 ========================================================= [Pipeline] sh 15:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:15:30 OK: 233 MiB in 51 packages 15:15:30 OK: 233 MiB in 51 packages 15:15:30 OK: 233 MiB in 51 packages 15:15:30 + make test 15:15:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:15:30 OK: 233 MiB in 51 packages 15:15:30 OK: 233 MiB in 51 packages 15:15:30 Removing intermediate container 59bffa331b1b 15:15:30 ---> 7dae47269dd4 15:15:30 Step 6/23 : COPY go.mod . 15:15:31 Removing intermediate container b2d00efc2cc7 15:15:31 ---> 35d64c3c4f76 15:15:31 Step 6/33 : COPY go.mod . 15:15:31 Removing intermediate container a5df0f4a3845 15:15:31 ---> c2d2e76a7bed 15:15:31 Step 6/24 : COPY go.mod . 15:15:31 ---> 7de736fee0d9 15:15:31 Step 7/23 : RUN go mod download 15:15:31 Removing intermediate container 10130eb1d6c8 15:15:31 ---> 68e95df3b443 15:15:31 Step 6/26 : COPY go.mod . 15:15:31 ---> Running in 5d914c15592d 15:15:31 ---> f7d132fb2473 15:15:31 Step 7/33 : RUN go mod download 15:15:31 Removing intermediate container 1fb698fb8e39 15:15:31 ---> 8c6708a45cd6 15:15:31 Step 6/23 : COPY go.mod . 15:15:31 ---> Running in 0fef9978f061 15:15:31 ---> 3db857b2b76f 15:15:31 Step 7/26 : RUN go mod download 15:15:31 ---> 375998aa44f9 15:15:31 Step 7/24 : RUN go mod download 15:15:32 ---> c0c219976ece 15:15:32 Step 7/23 : RUN go mod download 15:15:32 ---> Running in 6da06db0b04e 15:15:32 ---> Running in 559318ee4031 15:15:32 ---> Running in 6c2af645efeb 15:15:33 Removing intermediate container 5d914c15592d 15:15:33 ---> a02f07498ed9 15:15:33 Step 8/23 : COPY . . 15:15:34 Removing intermediate container 0fef9978f061 15:15:34 ---> 10cbec855453 15:15:34 Step 8/33 : COPY . . 15:15:35 Removing intermediate container 6da06db0b04e 15:15:35 ---> 0f59730578b8 15:15:35 Step 8/24 : COPY . . 15:15:40 Removing intermediate container 559318ee4031 15:15:40 ---> 72ba6a7a3a88 15:15:40 Step 8/26 : COPY . . 15:15:40 Removing intermediate container 6c2af645efeb 15:15:40 ---> dba352bdf97f 15:15:40 Step 8/23 : COPY . . 15:15:52 ? github.com/edgexfoundry/edgex-go [no test files] 15:16:13 ---> da787be388b3 15:16:13 ---> 497a7236bf6f 15:16:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:16:13 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 15:16:13 ---> Running in c5e488349e65 15:16:13 ---> Running in a1096ea685dd 15:16:13 ---> e526299d9b16 15:16:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:16:13 ---> 018326431546 15:16:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:16:13 ---> 2cd1c73728ab 15:16:13 Step 9/23 : RUN make cmd/core-data/core-data 15:16:14 ---> Running in d3d52dd6ceea 15:16:14 ---> Running in 1ccca49ceb6e 15:16:14 ---> Running in 7cc683fc55af 15:16:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:16:15 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 15:16:15 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 15:16:15 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 15:16:15 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 15:16:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:16:41 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 15:16:42 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 15:16:46 Removing intermediate container d3d52dd6ceea 15:16:46 ---> b28b86717a2b 15:16:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:16:46 ---> Running in 90b11aac3b9e 15:16:47 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 15:16:48 Removing intermediate container 7cc683fc55af 15:16:48 ---> 82968f79219f 15:16:48 15:16:48 Step 10/24 : FROM alpine:3.12 15:16:48 3.12: Pulling from library/alpine 15:16:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:16:50 Status: Downloaded newer image for alpine:3.12 15:16:50 ---> 389fef711851 15:16:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:16:53 ---> Running in 7793b86f572f 15:16:53 Removing intermediate container 90b11aac3b9e 15:16:53 ---> 034d0f16c39e 15:16:53 15:16:53 Step 11/26 : FROM docker:20.10.0 15:16:53 20.10.0: Pulling from library/docker 15:16:53 Removing intermediate container c5e488349e65 15:16:53 ---> 23b0604bf221 15:16:53 15:16:53 Step 10/33 : FROM alpine:3.12 15:16:53 ---> 389fef711851 15:16:53 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 15:16:53 Removing intermediate container a1096ea685dd 15:16:53 ---> 013ed659c366 15:16:53 15:16:53 Step 10/23 : FROM alpine:3.12 15:16:53 ---> 389fef711851 15:16:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:16:53 ---> Running in 96918d41deec 15:16:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:16:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:16:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:16:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:16:54 ---> Running in 36ca91fd9f79 15:16:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:16:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:16:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:16:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:16:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:16:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:54 (1/5) Installing ca-certificates (20191127-r4) 15:16:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:16:54 (3/5) Installing libcurl (7.69.1-r3) 15:16:54 (4/5) Installing curl (7.69.1-r3) 15:16:54 (5/5) Installing dumb-init (1.2.2-r1) 15:16:54 (1/3) Installing dumb-init (1.2.2-r1) 15:16:54 (2/3) Installing openssl (1.1.1i-r0) 15:16:54 Executing busybox-1.31.1-r19.trigger 15:16:54 Executing ca-certificates-20191127-r4.trigger 15:16:54 (3/3) Installing su-exec (0.2-r1) 15:16:54 Executing busybox-1.31.1-r19.trigger 15:16:54 OK: 6 MiB in 17 packages 15:16:54 (1/1) Installing dumb-init (1.2.2-r1) 15:16:55 Executing busybox-1.31.1-r19.trigger 15:16:55 OK: 7 MiB in 19 packages 15:16:55 OK: 6 MiB in 15 packages 15:16:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:16:57 Removing intermediate container 1ccca49ceb6e 15:16:57 ---> afbffcec571e 15:16:57 15:16:57 Step 10/23 : FROM alpine:3.12 15:16:57 ---> 389fef711851 15:16:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:16:57 ---> Running in d2ed2721b2c6 15:16:58 Removing intermediate container d2ed2721b2c6 15:16:58 ---> 4c38079b5b77 15:16:58 Step 12/23 : ENV APP_PORT=48080 15:16:59 Removing intermediate container 96918d41deec 15:16:59 ---> 670560cef61e 15:16:59 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:16:59 Removing intermediate container 7793b86f572f 15:16:59 ---> d2daabc11bbc 15:16:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:16:59 Removing intermediate container 36ca91fd9f79 15:16:59 ---> db619f164421 15:16:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:16:59 ---> Running in 40ccfbbe825b 15:16:59 ---> Running in 1091e02770c2 15:16:59 ---> Running in 81d5c8eea3d6 15:16:59 ---> Running in 70e9b70b3114 15:17:00 Removing intermediate container 1091e02770c2 15:17:00 ---> af537a9fd57d 15:17:00 Step 13/23 : EXPOSE $APP_PORT 15:17:00 Removing intermediate container 40ccfbbe825b 15:17:00 ---> f5cfd6ad9ffb 15:17:00 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 15:17:00 Removing intermediate container 70e9b70b3114 15:17:00 ---> d0966b9b18b0 15:17:00 Step 13/23 : ENV APP_PORT=48081 15:17:00 ---> Running in 8c1b0525f583 15:17:00 Removing intermediate container 81d5c8eea3d6 15:17:00 ---> c31ad0710255 15:17:00 Step 13/24 : WORKDIR / 15:17:00 ---> Running in 91cf79be50d3 15:17:00 ---> Running in 678d935b0d82 15:17:00 ---> Running in c585f7bc31e8 15:17:00 Removing intermediate container 8c1b0525f583 15:17:00 ---> 5e9edc4cce90 15:17:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:00 ---> Running in cc9ffa1bcd38 15:17:00 Removing intermediate container 91cf79be50d3 15:17:00 ---> abffcb28e123 15:17:00 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 15:17:00 Removing intermediate container 678d935b0d82 15:17:00 ---> 36afb278d136 15:17:00 Step 14/23 : EXPOSE $APP_PORT 15:17:00 Removing intermediate container c585f7bc31e8 15:17:00 ---> 7f59d0760cdf 15:17:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:17:01 ---> Running in 8c2d0a7219c6 15:17:01 ---> Running in cc4426909e45 15:17:01 ---> 199aed8218d7 15:17:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:17:01 Removing intermediate container cc4426909e45 15:17:01 ---> 045cddec0d40 15:17:01 Step 15/23 : WORKDIR / 15:17:02 ---> Running in e1589b0eea20 15:17:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:17:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:17:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:17:02 Connecting to github.com (140.82.113.3:443) 15:17:02  ---> d3b4c6573c0f 15:17:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:17:02 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.106.124:443) 15:17:03 Removing intermediate container e1589b0eea20 15:17:03 ---> dfa9ee2f0163 15:17:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:17:03 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 15:17:03 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 15:17:03 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 15:17:03 dockerize 15:17:03 ---> 7d80b1421120 15:17:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:17:03 Removing intermediate container cc9ffa1bcd38 15:17:03 ---> f37e94cdfd21 15:17:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:17:03 ---> 0c2ffe49e1fe 15:17:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:17:03 ---> Running in a17ba39469dc 15:17:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:17:03 Status: Downloaded newer image for docker:20.10.0 15:17:03 ---> aefe523efa57 15:17:03 Step 12/26 : RUN apk add --no-cache bash 15:17:04 ---> Running in b374cbc83be5 15:17:04 ---> 7f6671b54e91 15:17:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:17:04 ---> 659f2bf9b33b 15:17:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:17:04 Removing intermediate container 8c2d0a7219c6 15:17:04 ---> c0014fe55438 15:17:04 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 15:17:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:04 ---> Running in 7e3c23bf32cc 15:17:04 ---> 160fa3e74528 15:17:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:17:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:05 ---> Running in cc70fe5a9c2e 15:17:05 ---> 3387ded06fdb 15:17:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:17:05 Removing intermediate container 7e3c23bf32cc 15:17:05 ---> d17e0f0d3404 15:17:05 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:17:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:05 ---> Running in 2f44186f0a9d 15:17:05 Removing intermediate container cc70fe5a9c2e 15:17:05 ---> 1b9e65772947 15:17:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:17:05 (1/2) Installing readline (8.0.4-r0) 15:17:05 ---> 01ac3c3f9d99 15:17:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:17:05 (2/2) Installing bash (5.0.17-r0) 15:17:05 Executing bash-5.0.17-r0.post-install 15:17:05 Executing busybox-1.31.1-r19.trigger 15:17:05 OK: 12 MiB in 22 packages 15:17:05 ---> Running in 20d5d71ec589 15:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:05 ---> Running in aaa1b0b889f9 15:17:05 Removing intermediate container 2f44186f0a9d 15:17:05 ---> c5d48f5eba7c 15:17:05 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 15:17:05 Removing intermediate container 20d5d71ec589 15:17:05 ---> 2a4c2feb6bb4 15:17:05 Step 21/23 : LABEL arch=x86_64 15:17:05 ---> Running in 16503d815cc4 15:17:06 ---> Running in 55831d57a7a3 15:17:06 (1/6) Installing dumb-init (1.2.2-r1) 15:17:06 (2/6) Installing libgcc (9.3.0-r2) 15:17:06 (3/6) Installing libsodium (1.0.18-r0) 15:17:06 Removing intermediate container 55831d57a7a3 15:17:06 ---> e2af177b1fff 15:17:06 Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:17:06 (4/6) Installing libstdc++ (9.3.0-r2) 15:17:06 ---> Running in 20fa6bc4d3a0 15:17:06 Removing intermediate container b374cbc83be5 15:17:06 ---> 4ba8e77ea341 15:17:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:17:06 ---> Running in fddea933a815 15:17:06 (5/6) Installing libzmq (4.3.3-r0) 15:17:06 Move dockerize executable 15:17:06 (6/6) Installing zeromq (4.3.3-r0) 15:17:06 Removing intermediate container 20fa6bc4d3a0 15:17:06 ---> 7f3780689758 15:17:06 Step 23/23 : LABEL version=0.0.0 15:17:06 Executing busybox-1.31.1-r19.trigger 15:17:07 OK: 8 MiB in 20 packages 15:17:07 Removing intermediate container fddea933a815 15:17:07 ---> 12e4c9ec7d1c 15:17:07 Step 14/26 : ENV APP_PORT=48090 15:17:07 ---> Running in 7b9dd7e0e328 15:17:07 ---> Running in 0fc4250acca2 15:17:07 Removing intermediate container aaa1b0b889f9 15:17:07 ---> 7ed0421a070e 15:17:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:17:07 Removing intermediate container 7b9dd7e0e328 15:17:07 ---> 8b5dda649cfc 15:17:07 15:17:07 ---> Running in 38d37b71536c 15:17:07 Successfully built 8b5dda649cfc 15:17:07 Successfully tagged docker-core-metadata-go:latest 15:17:08  Building docker-core-metadata-go ... done Building docker-core-command-go 15:17:08 Removing intermediate container 0fc4250acca2 15:17:08 ---> 1365880d9514 15:17:08 Step 15/26 : EXPOSE $APP_PORT 15:17:08 Removing intermediate container 16503d815cc4 15:17:08 ---> 9b3f9437a405 15:17:08 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 15:17:08 Removing intermediate container 38d37b71536c 15:17:08 ---> 6f8facd24b7a 15:17:08 Step 22/24 : LABEL arch=x86_64 15:17:08 ---> Running in b67e793d0715 15:17:08 ---> Running in daaba11a6028 15:17:08 Removing intermediate container a17ba39469dc 15:17:08 ---> 0e4b7fa4bc74 15:17:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:17:08 ---> Running in df3e0f630ff0 15:17:08 Removing intermediate container b67e793d0715 15:17:08 ---> b6254f7ac4cb 15:17:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:17:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 46.6% of statements 15:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:17:09 Removing intermediate container daaba11a6028 15:17:09 ---> 5c711293a78f 15:17:09 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:17:10 Removing intermediate container df3e0f630ff0 15:17:10 ---> 8b75fe926501 15:17:10 Step 23/24 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:17:13 ---> 0d4a889b0bd9 15:17:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:17:13 ---> c436aeb98eda 15:17:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:17:13 ---> Running in 07d9b4a0b946 15:17:14 ---> f467d97cec5f 15:17:14 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:17:15 ---> Running in 1604858b7b11 15:17:15 ---> b261152decf8 15:17:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:17:16 Removing intermediate container 07d9b4a0b946 15:17:16 ---> bf6691ffd0c6 15:17:16 Step 24/24 : LABEL version=0.0.0 15:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.1% of statements 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 65.8% of statements 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.328s coverage: 82.3% of statements 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:17:17 ---> d3339744e770 15:17:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:17:18 ---> ce027427e1e4 15:17:18 Step 19/23 : ENTRYPOINT ["/core-data"] 15:17:18 ---> Running in ebad4d8d05cb 15:17:19 ---> Running in d0b809b45ff1 15:17:19 ---> a513723514e2 15:17:19 Step 19/26 : RUN apk --no-cache add py3-pip 15:17:20 Removing intermediate container ebad4d8d05cb 15:17:20 ---> 16558396076b 15:17:20 15:17:20 Successfully built 16558396076b 15:17:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:17:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:17:21 ---> Running in a1674aa708e1 15:17:21 ---> c4cd62fc2c81 15:17:21 Step 3/23 : WORKDIR /edgex-go 15:17:21 Successfully tagged docker-security-secretstore-setup-go:latest 15:17:21 Building docker-security-proxy-setup-go 15:17:21  Building docker-security-secretstore-setup-go ... done  ---> Using cache 15:17:21 ---> fd2e482a8e3c 15:17:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:21 ---> Using cache 15:17:21 ---> 87dcd3dc1615 15:17:21 Step 5/23 : RUN apk add --update --no-cache make git 15:17:22 Removing intermediate container d0b809b45ff1 15:17:22 ---> 00e1cacc8f1e 15:17:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:17:22 ---> Running in d567895f3daf 15:17:22 ---> Running in acafaa2f7360 15:17:23 Removing intermediate container 1604858b7b11 15:17:23 ---> 7c975e025f62 15:17:23 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:17:23 Removing intermediate container acafaa2f7360 15:17:23 ---> fd0c04c6ac8b 15:17:23 Step 21/23 : LABEL arch=x86_64 15:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.314s coverage: 97.5% of statements 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:17:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:24 (1/33) Installing libbz2 (1.0.8-r1) 15:17:24 (2/33) Installing expat (2.2.9-r1) 15:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements 15:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:17:24 (3/33) Installing libffi (3.3-r2) 15:17:24 (4/33) Installing gdbm (1.13-r1) 15:17:24 (5/33) Installing xz-libs (5.2.5-r0) 15:17:24 (6/33) Installing sqlite-libs (3.32.1-r0) 15:17:25 (7/33) Installing python3 (3.8.5-r0) 15:17:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:26 OK: 233 MiB in 51 packages 15:17:26 ---> 78271805af09 15:17:26 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:17:26 ---> Running in d2cd5cdfaf8c 15:17:31 (8/33) Installing py3-appdirs (1.4.4-r1) 15:17:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:17:31 (10/33) Installing py3-parsing (2.4.7-r0) 15:17:31 (11/33) Installing py3-six (1.15.0-r0) 15:17:31 (12/33) Installing py3-packaging (20.4-r0) 15:17:32 Removing intermediate container d2cd5cdfaf8c 15:17:32 ---> 5e34889c486e 15:17:32 Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:17:32 (13/33) Installing py3-setuptools (47.0.0-r0) 15:17:32 (14/33) Installing py3-chardet (3.0.4-r4) 15:17:33 ---> 6312dd7b1733 15:17:33 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.320s coverage: 92.8% of statements 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 43.8% of statements 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements 15:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 15:17:33 (15/33) Installing py3-idna (2.9-r0) 15:17:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:17:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:17:35 (18/33) Installing py3-requests (2.23.0-r0) 15:17:35 (19/33) Installing py3-msgpack (1.0.0-r0) 15:17:35 (20/33) Installing py3-lockfile (0.12.2-r3) 15:17:35 ---> Running in 3abe5626a34f 15:17:35 Removing intermediate container d567895f3daf 15:17:35 ---> 5d50563617fc 15:17:35 Step 6/23 : COPY go.mod .(21/33) Installing py3-cachecontrol (0.12.6-r0) 15:17:35 15:17:35 (22/33) Installing py3-colorama (0.4.3-r0) 15:17:35 (23/33) Installing py3-distlib (0.3.0-r0) 15:17:35 (24/33) Installing py3-distro (1.5.0-r1) 15:17:36 (25/33) Installing py3-webencodings (0.5.1-r3) 15:17:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:17:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:17:36 ---> c4cd62fc2c81 15:17:36 Step 3/21 : WORKDIR /edgex-go 15:17:36 ---> Using cache 15:17:36 ---> fd2e482a8e3c 15:17:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:36 ---> Using cache 15:17:36 ---> 87dcd3dc1615 15:17:36 Step 5/21 : RUN apk add --update --no-cache make git 15:17:36 ---> Using cache 15:17:36 ---> 5d50563617fc 15:17:36 Step 6/21 : COPY go.mod . 15:17:36 (26/33) Installing py3-html5lib (1.0.1-r4) 15:17:37 ---> 2395b0edb5a8 15:17:37 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 15:17:37 (27/33) Installing py3-pytoml (0.1.21-r0) 15:17:37 (28/33) Installing py3-pep517 (0.8.2-r0) 15:17:37 (29/33) Installing py3-progress (1.5-r0) 15:17:37 (30/33) Installing py3-toml (0.10.1-r0) 15:17:37 Removing intermediate container 3abe5626a34f 15:17:37 ---> d0722f97f16b 15:17:37 Step 23/23 : LABEL version=0.0.0 15:17:37 (31/33) Installing py3-retrying (1.3.3-r0) 15:17:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:17:37 ---> 761880418099 15:17:37 Step 7/23 : RUN go mod download 15:17:37 (33/33) Installing py3-pip (20.1.1-r0) 15:17:37 ---> 891f97515d56 15:17:37 Step 7/21 : RUN go mod download 15:17:38 Executing busybox-1.31.1-r19.trigger 15:17:38 OK: 71 MiB in 55 packages 15:17:38 ---> Running in 24aea616463a 15:17:38 ---> Running in c04b1ee70ca4 15:17:38 ---> Running in 09f3c7dad2c6 15:17:38 ---> 8f934ba23766 15:17:38 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:17:39 Removing intermediate container 24aea616463a 15:17:39 ---> ac1c7d46aad4 15:17:39 15:17:39 ---> bcf8eb473de4 15:17:39 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 15:17:39 Successfully built ac1c7d46aad4 15:17:39 Successfully tagged docker-core-data-go:latest 15:17:39 Building docker-support-scheduler-go 15:17:40  Building docker-core-data-go ... done  ---> Running in e8a346faadad 15:17:40 Removing intermediate container e8a346faadad 15:17:40 ---> 0bac80b7b312 15:17:40 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:17:41 ---> 7af3e0dd773b 15:17:41 Step 28/33 : RUN chmod +x /entrypoint.sh 15:17:41 ---> Running in c9895cf2bf55 15:17:45 Removing intermediate container c04b1ee70ca4 15:17:45 ---> 549f3a5672d9 15:17:45 Step 8/23 : COPY . . 15:17:45 Removing intermediate container 09f3c7dad2c6 15:17:45 ---> d8f089a6e783 15:17:45 Step 8/21 : COPY . . 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 63.5% of statements 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 15:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 15:17:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 15:17:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 15:17:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.796s coverage: 68.9% of statements 15:17:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:17:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:17:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:17:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:17:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.426s coverage: 37.0% of statements 15:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.628s coverage: 84.0% of statements 15:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.108s coverage: 100.0% of statements 15:17:58 Removing intermediate container c9895cf2bf55 15:17:58 ---> 04ae53df540e 15:17:58 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:18:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:18:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:01 ---> c4cd62fc2c81 15:18:01 Step 3/22 : WORKDIR /edgex-go 15:18:01 ---> Using cache 15:18:01 ---> fd2e482a8e3c 15:18:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:01 ---> Using cache 15:18:01 ---> 87dcd3dc1615 15:18:01 Step 5/22 : RUN apk add --update --no-cache make git 15:18:01 ---> Using cache 15:18:01 ---> 5d50563617fc 15:18:01 Step 6/22 : COPY go.mod . 15:18:01 ---> Using cache 15:18:01 ---> 891f97515d56 15:18:01 Step 7/22 : RUN go mod download 15:18:01 ---> Using cache 15:18:01 ---> d8f089a6e783 15:18:01 Step 8/22 : COPY . . 15:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.418s coverage: 47.1% of statements 15:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 15:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 15:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:18:05 ---> Running in 4e1cd461e284 15:18:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.072s coverage: 29.1% of statements 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:18:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:18:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:18:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:18:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:18:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:18:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:18:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 15:18:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 15:18:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 15:18:09 Removing intermediate container 4e1cd461e284 15:18:09 ---> a38cd16ef01c 15:18:09 Step 30/33 : CMD ["gate"] 15:18:09 GO111MODULE=on go vet ./... 15:18:14 ---> Running in acc0ffc95b96 15:18:16 Removing intermediate container a1674aa708e1 15:18:16 ---> 603748909f19 15:18:16 Step 20/26 : RUN pip install docker-compose==1.23.2 15:18:21 Removing intermediate container acc0ffc95b96 15:18:21 ---> f1d1f45b7a72 15:18:21 Step 31/33 : LABEL arch=x86_64 15:18:21 ---> Running in 0c210f836bfd 15:18:25 ---> Running in 892b685910ee 15:18:28 ---> 04f198e6ba7b 15:18:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:18:28 ---> 5b8c525932c0 15:18:28 Step 9/23 : RUN make cmd/core-command/core-command 15:18:29 Removing intermediate container 892b685910ee 15:18:29 ---> 91d1ff064c6c 15:18:29 Step 32/33 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:18:29 ---> Running in c9ac766a0517 15:18:29 ---> Running in 70f020f34af4 15:18:29 ---> 6c2e5574dbb1 15:18:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:18:29 ---> Running in 5fc81bd9db91 15:18:29 ---> Running in 028432ef07f8 15:18:30 Removing intermediate container 5fc81bd9db91 15:18:30 ---> e2ef54793395 15:18:30 Step 33/33 : LABEL version=0.0.0 15:18:30 ---> Running in d6716e30564d 15:18:30 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 15:18:30 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 15:18: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 15:18:30 Removing intermediate container d6716e30564d 15:18:30 ---> 1f386e6153c6 15:18:30 15:18:30 Successfully built 1f386e6153c6 15:18:30 Successfully tagged docker-security-bootstrapper-go:latest 15:18:30 Building docker-support-notifications-go 15:18:31  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 15:18:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:18:31 Collecting jsonschema<3,>=2.5.1 15:18:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:18:32 Collecting dockerpty<0.5,>=0.4.1 15:18:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:18:35 Collecting websocket-client<1.0,>=0.32.0 15:18:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:18:37 Collecting docker<4.0,>=3.6.0 15:18:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:18:37 Collecting PyYAML<4,>=3.10 15:18:37 Downloading PyYAML-3.13.tar.gz (270 kB) 15:18:39 Collecting cached-property<2,>=1.2.0 15:18:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:18:39 Collecting texttable<0.10,>=0.9.0 15:18:39 Downloading texttable-0.9.1.tar.gz (11 kB) 15:18:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:18:42 Collecting docopt<0.7,>=0.6.1 15:18:42 Downloading docopt-0.6.2.tar.gz (25 kB) 15:18:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:18:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:18:43 Collecting docker-pycreds>=0.4.0 15:18:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:18:44 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) 15:18:44 Collecting idna<2.8,>=2.5 15:18:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:18:44 Collecting urllib3<1.25,>=1.21.1 15:18:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:18:45 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) 15:18:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:18:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:18:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:18:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:18:45 Installing collected packages: jsonschema, dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, cached-property, texttable, docopt, docker-compose 15:18:45 Running setup.py install for dockerpty: started 15:18:47 Running setup.py install for dockerpty: finished with status 'done' 15:18:47 Attempting uninstall: idna 15:18:47 Found existing installation: idna 2.9 15:18:47 Uninstalling idna-2.9: 15:18:47 Successfully uninstalled idna-2.9 15:18:48 Attempting uninstall: urllib3 15:18:48 Found existing installation: urllib3 1.25.9 15:18:48 Uninstalling urllib3-1.25.9: 15:18:49 Successfully uninstalled urllib3-1.25.9 15:18:49 Attempting uninstall: requests 15:18:49 Found existing installation: requests 2.23.0 15:18:49 Uninstalling requests-2.23.0: 15:18:49 Successfully uninstalled requests-2.23.0 15:18:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:18:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:51 ---> c4cd62fc2c81 15:18:51 Step 3/22 : WORKDIR /edgex-go 15:18:51 ---> Using cache 15:18:51 ---> fd2e482a8e3c 15:18:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:51 ---> Using cache 15:18:51 ---> 87dcd3dc1615 15:18:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:18:52 Running setup.py install for PyYAML: started 15:18:52 ---> Running in 1808aee2a3a2 15:18:53 Running setup.py install for PyYAML: finished with status 'done' 15:18:53 Running setup.py install for texttable: started 15:18:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:54 Running setup.py install for texttable: finished with status 'done' 15:18:54 Running setup.py install for docopt: started 15:18:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:18:54 Running setup.py install for docopt: finished with status 'done' 15:18:55 OK: 233 MiB in 51 packages 15:18:55 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 15:18:55 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 15:18:56 Removing intermediate container 1808aee2a3a2 15:18:56 ---> 7eae60c8da05 15:18:56 Step 6/22 : COPY go.mod . 15:18:58 ---> 0c8b32e88cb5 15:18:58 Step 7/22 : RUN go mod download 15:19:00 ---> Running in 559c7a6b6265 15:19:00 Removing intermediate container 0c210f836bfd 15:19:00 ---> ebd8302a2342 15:19:00 Step 21/26 : RUN apk --no-cache add curl 15:19:01 Removing intermediate container 028432ef07f8 15:19:01 ---> 418a12429cf7 15:19:01 15:19:01 Step 10/22 : FROM alpine:3.12 15:19:01 ---> 389fef711851 15:19:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:19:01 ---> Using cache 15:19:01 ---> db619f164421 15:19:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:19:01 ---> Using cache 15:19:01 ---> d0966b9b18b0 15:19:01 Step 13/22 : ENV APP_PORT=48085 15:19:03 ---> Running in 9bddbcd940f1 15:19:03 ---> Running in 1e203ce5f2c5 15:19:03 Removing intermediate container 70f020f34af4 15:19:03 ---> dfeab58bbf16 15:19:03 15:19:03 Step 10/23 : FROM alpine:3.12 15:19:03 ---> 389fef711851 15:19:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:19:03 ---> Using cache 15:19:03 ---> db619f164421 15:19:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:19:03 ---> Using cache 15:19:03 ---> d0966b9b18b0 15:19:03 Step 13/23 : ENV APP_PORT=48082 15:19:04 Removing intermediate container c9ac766a0517 15:19:04 ---> 0c143a1dbe60 15:19:04 15:19:04 Step 10/21 : FROM alpine:3.12 15:19:04 ---> 389fef711851 15:19:04 Step 11/21 : RUN apk add --update --no-cache curl 15:19:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:19:04 ---> Running in 4f939969f38f 15:19:04 ---> Running in d7fa123bd79c 15:19:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:19:04 Removing intermediate container 1e203ce5f2c5 15:19:04 ---> 69511ed546fa 15:19:04 Step 14/22 : EXPOSE $APP_PORT 15:19:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:19:04 (2/3) Installing libcurl (7.69.1-r3) 15:19:04 (3/3) Installing curl (7.69.1-r3) 15:19:04 Executing busybox-1.31.1-r19.trigger 15:19:04 OK: 72 MiB in 58 packages 15:19:04 ---> Running in 5123065899d2 15:19:04 Removing intermediate container 4f939969f38f 15:19:04 ---> 6fb92ff27576 15:19:04 Step 14/23 : EXPOSE $APP_PORT 15:19:05 ---> Running in 78a75321d3ea 15:19:05 Removing intermediate container 5123065899d2 15:19:05 ---> 637c1b58ba4d 15:19:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:19:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:19:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:19:05 Removing intermediate container 78a75321d3ea 15:19:05 ---> b3ff97b0e8f6 15:19:05 Step 15/23 : WORKDIR / 15:19:05 (1/4) Installing ca-certificates (20191127-r4) 15:19:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:19:05 (3/4) Installing libcurl (7.69.1-r3) 15:19:05 (4/4) Installing curl (7.69.1-r3) 15:19:05 Executing busybox-1.31.1-r19.trigger 15:19:05 Executing ca-certificates-20191127-r4.trigger 15:19:05 OK: 7 MiB in 18 packages 15:19:06 ---> Running in c0b1ab00e1dd 15:19:06 Removing intermediate container 559c7a6b6265 15:19:06 ---> 530a1438d74a 15:19:06 Step 8/22 : COPY . . 15:19:06 ---> 3407804fd7f5 15:19:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:19:06 Removing intermediate container 9bddbcd940f1 15:19:06 ---> 11910d6507e8 15:19:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:19:07 ---> Running in 43351839c8c5 15:19:07 Removing intermediate container c0b1ab00e1dd 15:19:07 ---> 2d0cc5a3d725 15:19:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:19:09 ---> 3cbab188707e 15:19:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:19:10 Removing intermediate container d7fa123bd79c 15:19:10 ---> ee33af63dd60 15:19:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:19:12 ---> 5753c7965009 15:19:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:19:12 Removing intermediate container 43351839c8c5 15:19:12 ---> e658ceafd338 15:19:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:13 ---> a8aa88bc84af 15:19:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:19:13 ---> Running in 652b610cf8c6 15:19:15 ---> Running in ac5664458a14 15:19:16 ---> Running in 9c93f00d7c0a 15:19:16 ---> aae1365c8455 15:19:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:19:17 Removing intermediate container 652b610cf8c6 15:19:17 ---> e0c9aaf60d70 15:19:17 Step 13/21 : WORKDIR /edgex 15:19:17 gofmt -l . 15:19:18 [ "`gofmt -l .`" = "" ] 15:19:19 Removing intermediate container ac5664458a14 15:19:19 ---> f8a230bbc249 15:19:19 Step 24/26 : LABEL arch=x86_64 15:19:19 Removing intermediate container 9c93f00d7c0a 15:19:19 ---> 1a6b06994aee 15:19:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:19 ---> Running in 7c5b1b8315ac 15:19:19 ---> 8611523c55b4 15:19:19 Step 19/23 : ENTRYPOINT ["/core-command"] 15:19:20 ---> Running in 3c97189c90da 15:19:20 ---> Running in d3ee079b5e99 15:19:21 ./bin/test-go-mod-tidy.sh 15:19:21 ---> Running in 452c27ce8281 15:19:21 Removing intermediate container 7c5b1b8315ac 15:19:21 ---> 6aea98450cc9 15:19:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:19:22 ./bin/test-attribution-txt.sh 15:19:23 Removing intermediate container 3c97189c90da 15:19:23 ---> b78567b6258b 15:19:23 Step 20/22 : LABEL arch=x86_64 15:19:23 Removing intermediate container d3ee079b5e99 15:19:23 ---> 58eeb7ee85a4 15:19:23 Step 25/26 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [Pipeline] sh 15:19:23 Removing intermediate container 452c27ce8281 15:19:23 ---> e74b09565e01 15:19:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:23 ---> c907c83b0041 15:19:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:19:24 ---> Running in 22ac449f5dff 15:19:24 ---> Running in 8df9ef2d50c5 15:19:24 ---> Running in 574b5eeb4cd6 15:19:24 ---> 9c8d7e030a24 15:19:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:19:24 + ls -al . 15:19:24 total 696 15:19:24 drwxrwxr-x 9 1001 1001 4096 Jan 23 15:19 . 15:19:24 drwxr-xr-x 4 root root 4096 Jan 23 15:15 .. 15:19:24 -rw-rw-r-- 1 1001 1001 11 Jan 23 15:13 .dockerignore 15:19:24 drwxrwxr-x 8 1001 1001 4096 Jan 23 15:13 .git 15:19:24 drwxrwxr-x 3 1001 1001 4096 Jan 23 15:13 .github 15:19:24 -rw-rw-r-- 1 1001 1001 872 Jan 23 15:13 .gitignore 15:19:24 -rw-rw-r-- 1 1001 1001 166 Jan 23 15:13 .sonarcloud.properties 15:19:24 -rw-rw-r-- 1 1001 1001 7859 Jan 23 15:13 Attribution.txt 15:19:24 -rw-rw-r-- 1 1001 1001 3804 Jan 23 15:13 CONTRIBUTING.md 15:19:24 -rw-rw-r-- 1 1001 1001 931 Jan 23 15:13 Dockerfile.build 15:19:24 -rw-rw-r-- 1 1001 1001 863 Jan 23 15:13 Jenkinsfile 15:19:24 -rw-rw-r-- 1 1001 1001 10775 Jan 23 15:13 LICENSE 15:19:24 -rw-rw-r-- 1 1001 1001 6001 Jan 23 15:13 Makefile 15:19:24 -rw-rw-r-- 1 1001 1001 6524 Jan 23 15:13 README.md 15:19:24 -rw-rw-r-- 1 1001 1001 6755 Jan 23 15:13 SECURITY.md 15:19:24 -rw-rw-r-- 1 1001 1001 5 Jan 23 15:11 VERSION 15:19:24 -rw-rw-r-- 1 1001 1001 4131 Jan 23 15:13 ZMQWindows.md 15:19:24 drwxrwxr-x 2 1001 1001 4096 Jan 23 15:13 bin 15:19:24 drwxrwxr-x 15 1001 1001 4096 Jan 23 15:13 cmd 15:19:24 -rw-r--r-- 1 root root 564700 Jan 23 15:18 coverage.out 15:19:24 -rw-r--r-- 1 root root 1053 Jan 23 15:19 go.mod 15:19:24 -rw-r--r-- 1 root root 18878 Jan 23 15:19 go.sum 15:19:24 drwxrwxr-x 8 1001 1001 4096 Jan 23 15:13 internal 15:19:24 drwxrwxr-x 4 1001 1001 4096 Jan 23 15:13 openapi 15:19:24 drwxrwxr-x 4 1001 1001 4096 Jan 23 15:13 snap 15:19:24 -rw-rw-r-- 1 1001 1001 168 Jan 23 15:13 version.go [Pipeline] sh 15:19:24 ---> Running in 009a4c312a4a 15:19:24 Removing intermediate container 22ac449f5dff 15:19:24 ---> fc577bfb2590 15:19:24 Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:19:24 Removing intermediate container 574b5eeb4cd6 15:19:24 ---> 9311feaf4462 15:19:24 Step 21/23 : LABEL arch=x86_64 15:19:24 Removing intermediate container 8df9ef2d50c5 15:19:24 ---> 78b7b3b6e01e 15:19:24 Step 26/26 : LABEL version=0.0.0 15:19:24 ---> d6bc742ff5bd 15:19:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:19:24 ---> Running in 3da233c22a07 15:19:24 ---> Running in b0b1b02a3bdc 15:19:24 ---> Running in 7e4e489e48c3 15:19:24 + '[' -e coverage.out ] 15:19:24 + chown 1001:1001 coverage.out [Pipeline] stash 15:19:24 Warning: overwriting stash ‘coverage-report’ 15:19:25 Removing intermediate container 3da233c22a07 15:19:25 ---> 91048f714624 15:19:25 Step 22/22 : LABEL version=0.0.0 15:19:25 Removing intermediate container b0b1b02a3bdc 15:19:25 ---> 95cbd75dcef1 15:19:25 15:19:25 ---> 675c62ed9352 15:19:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:19:25 Removing intermediate container 7e4e489e48c3 15:19:25 ---> afdb08598eee 15:19:25 Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:19:25 ---> Running in fbbb5364abd5 15:19:25 ---> Running in 6f5200dd846d 15:19:25 ---> Running in 6b95d0bcde50 15:19:25 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 15:19:25 Successfully built 95cbd75dcef1 15:19:25 Successfully tagged docker-sys-mgmt-agent-go:latest 15:19:25  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6f5200dd846d 15:19:25 ---> 95a94c4f1d4c 15:19:25 Step 18/21 : CMD ["--init=true"] 15:19:25 Removing intermediate container fbbb5364abd5 15:19:25 ---> 441200a7c80e 15:19:25 15:19:25 Removing intermediate container 6b95d0bcde50 15:19:25 ---> c7a9d6f86817 15:19:25 Step 23/23 : LABEL version=0.0.0 15:19:25 ---> Running in c9a321ff2c22 15:19:25 ---> Running in 444d35b65b3a 15:19:25 Successfully built 441200a7c80e 15:19:25 Successfully tagged docker-support-scheduler-go:latest 15:19:25  Building docker-support-scheduler-go ... done Removing intermediate container c9a321ff2c22 15:19:25 ---> 52975f8a0112 15:19:25 Step 19/21 : LABEL arch=x86_64 15:19:25 Removing intermediate container 444d35b65b3a 15:19:25 ---> ba133d39c212 15:19:25 15:19:26 Stashed 1 file(s) [Pipeline] sh 15:19:26 ---> Running in 17da8a7b60c7 15:19:26 Successfully built ba133d39c212 15:19:26 Successfully tagged docker-core-command-go:latest 15:19:26  Building docker-core-command-go ... done Removing intermediate container 17da8a7b60c7 15:19:26 ---> d98fda8659cd 15:19:26 Step 20/21 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:19:26 + make build 15:19:26 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 15:19:27 ---> Running in 0fc038859fd0 15:19:27 Removing intermediate container 0fc038859fd0 15:19:27 ---> e6b468456c8f 15:19:27 Step 21/21 : LABEL version=0.0.0 15:19:27 ---> Running in da632498df5d 15:19:27 Removing intermediate container da632498df5d 15:19:27 ---> 0b49318eea66 15:19:27 15:19:28 Successfully built 0b49318eea66 15:19:28 Successfully tagged docker-security-proxy-setup-go:latest 15:19:36  Building docker-security-proxy-setup-go ... done Removing intermediate container 009a4c312a4a 15:19:36 ---> 52882dc59131 15:19:36 15:19:36 Step 10/22 : FROM alpine:3.12 15:19:36 ---> 389fef711851 15:19:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:19:36 ---> Running in 306c9cf66af9 15:19:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:19:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:19:36 (1/2) Installing ca-certificates (20191127-r4) 15:19:36 (2/2) Installing dumb-init (1.2.2-r1) 15:19:36 Executing busybox-1.31.1-r19.trigger 15:19:36 Executing ca-certificates-20191127-r4.trigger 15:19:36 OK: 6 MiB in 16 packages 15:19:37 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 15:19:37 Removing intermediate container 306c9cf66af9 15:19:37 ---> 0baf17211029 15:19:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:19:37 ---> Running in 154d5004e59b 15:19:38 Removing intermediate container 154d5004e59b 15:19:38 ---> a48bb8430351 15:19:38 Step 13/22 : ENV APP_PORT=48060 15:19:38 ---> Running in 0048fa87c073 15:19:38 Removing intermediate container 0048fa87c073 15:19:38 ---> 896e8a4b0745 15:19:38 Step 14/22 : EXPOSE $APP_PORT 15:19:38 ---> Running in da160972841f 15:19:38 Removing intermediate container da160972841f 15:19:38 ---> 336027795f46 15:19:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:19:38 ---> 93a77eb7f759 15:19:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:19:39 ---> 0247ec9a38ce 15:19:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:19:40 ---> 237b1e7d81cc 15:19:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:19:40 ---> Running in 095364f3c41f 15:19:40 Removing intermediate container 095364f3c41f 15:19:40 ---> 539b01a6ea49 15:19:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:40 ---> Running in ffacec6fea1d 15:19:41 Removing intermediate container ffacec6fea1d 15:19:41 ---> 74eb34d16f00 15:19:41 Step 20/22 : LABEL arch=x86_64 15:19:41 ---> Running in 88e702910e2c 15:19:41 Removing intermediate container 88e702910e2c 15:19:41 ---> f14d3bd91d9c 15:19:41 Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:19:41 ---> Running in 26874c16dc3c 15:19:41 Removing intermediate container 26874c16dc3c 15:19:41 ---> e32694ea1acd 15:19:41 Step 22/22 : LABEL version=0.0.0 15:19:41 ---> Running in 7c4d6dcf307e 15:19:41 Removing intermediate container 7c4d6dcf307e 15:19:41 ---> 0933276875d2 15:19:41 15:19:41 Successfully built 0933276875d2 15:19:41 Successfully tagged docker-support-notifications-go:latest 15:19:42  Building docker-support-notifications-go ... done  [Pipeline] } 15:19:42 $ docker stop --time=1 d2a3d64d7f95fce3e01ebc945631e9c9d117a1b225ac5ceb48c77661fc2a239e 15:19:44 $ docker rm -f d2a3d64d7f95fce3e01ebc945631e9c9d117a1b225ac5ceb48c77661fc2a239e [Pipeline] // withDockerContainer [Pipeline] sh 15:19:44 + docker images 15:19:44 + grep docker 15:19:45 docker-support-notifications-go latest 0933276875d2 4 seconds ago 16.9MB 15:19:45 docker-security-proxy-setup-go latest 0b49318eea66 18 seconds ago 24.4MB 15:19:45 docker-core-command-go latest ba133d39c212 20 seconds ago 16.3MB 15:19:45 docker-support-scheduler-go latest 441200a7c80e 20 seconds ago 16.4MB 15:19:45 docker-sys-mgmt-agent-go latest 95cbd75dcef1 21 seconds ago 313MB 15:19:45 docker-security-bootstrapper-go latest 1f386e6153c6 About a minute ago 41.5MB 15:19:45 docker-core-data-go latest ac1c7d46aad4 2 minutes ago 22.3MB 15:19:45 docker-security-secretstore-setup-go latest 16558396076b 2 minutes ago 24.6MB 15:19:45 docker-core-metadata-go latest 8b5dda649cfc 2 minutes ago 18.8MB 15:19:45 docker 20.10.0 aefe523efa57 6 weeks 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 15:19:59 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 15:20:01 Still waiting to schedule task 15:20:01 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:20:03 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 15:20: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 15:20:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:20:16 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 15:20:19 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 15:20:22 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 15:20:27 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 15:20:30 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 15:20:33 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 15:20:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 15:20:42 $ docker stop --time=1 43947d67386d1308d4f13e14237b4af82387a0ed731d5271ac2ac032938b7d1a 15:20:45 $ docker rm -f 43947d67386d1308d4f13e14237b4af82387a0ed731d5271ac2ac032938b7d1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:20:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:20:47 15:20:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:20:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:20:47 latest: Pulling from edgex-devops/edgex-compose-arm64 15:20:47 29e5d40040c1: Pulling fs layer 15:20:47 1ce36da41761: Pulling fs layer 15:20:47 25b303627fd3: Pulling fs layer 15:20:48 29e5d40040c1: Verifying Checksum 15:20:48 29e5d40040c1: Download complete 15:20:48 Running on prd-ubuntu18.04-docker-8c-8g-22456 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 15:20:48 Running in /w/workspace/edgex-go/23 [Pipeline] { 15:20:48 1ce36da41761: Verifying Checksum 15:20:48 1ce36da41761: Download complete [Pipeline] checkout 15:20:48 29e5d40040c1: Pull complete 15:20:50 1ce36da41761: Pull complete 15:20:50 25b303627fd3: Download complete 15:20:50 using credential edgex-jenkins-ssh 15:20:50 Cloning the remote Git repository 15:20:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:20:50 > git init /w/workspace/edgex-go/23 # timeout=10 15:20:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:20:50 > git --version # timeout=10 15:20:50 > git --version # 'git version 2.17.1' 15:20:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:20:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:20:58 Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 108ae0d4ae03c90ab95014966195d2ca5fafaa44 15:20:58 Merge succeeded, producing bff190ef4a020a31896028665434aebb86399cbe 15:20:58 Checking out Revision bff190ef4a020a31896028665434aebb86399cbe (PR-3030) 15:20:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:20:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:20:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:20:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:20:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:20:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:20:58 > git config core.sparsecheckout # timeout=10 15:20:58 > git checkout -f 108ae0d4ae03c90ab95014966195d2ca5fafaa44 # timeout=10 15:20:58 > git remote # timeout=10 15:20:58 > git config --get remote.origin.url # timeout=10 15:20:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:20:58 > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 15:20:58 > git rev-parse HEAD^{commit} # timeout=10 15:20:58 > git config core.sparsecheckout # timeout=10 15:20:58 > git checkout -f bff190ef4a020a31896028665434aebb86399cbe # timeout=10 15:21:00 25b303627fd3: Pull complete 15:21:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:21:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:21:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:21:00 prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container 15:21:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:21:02 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" 15:21:02 First time build. Skipping changelog. 15:21:02 > git rev-list --no-walk 7ac4f19a7a29b8a1b18362b3f7a0e0988f680bf7 # timeout=10 15:21:03 $ docker top e89330f6e13187a79688c51524ae3ff00acd6a76151b4e43ac63c8270577df46 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:04 + docker-compose build --help 15:21:04 + grep parallel 15:21:04 + echo snap-build.sh 15:21:04 snap-build.sh 15:21:04 + SNAP_BASE_DIR=. 15:21:04 + '[' '!' -z /w/workspace/edgex-go/23 ']' 15:21:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/23 15:21:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' 15:21:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/23] 15:21:04 + cd /w/workspace/edgex-go/23 15:21:04 + sudo apt-get remove -qy --purge lxd lxd-client 15:21:04 Reading package lists... 15:21:05 Building dependency tree... 15:21:05 Reading state information... 15:21:05 The following packages were automatically installed and are no longer required: 15:21:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:21:05 uidmap xdelta3 15:21:05 Use 'sudo apt autoremove' to remove them. 15:21:05 The following packages will be REMOVED: 15:21:05 lxd* lxd-client* 15:21:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:21:05 After this operation, 31.7 MB disk space will be freed. 15:21:06 (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.) 15:21:06 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:21:07 Removing lxd dnsmasq configuration 15:21:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:21:08 --parallel Build images in parallel. [Pipeline] } 15:21:08 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:21:08 $ docker stop --time=1 e89330f6e13187a79688c51524ae3ff00acd6a76151b4e43ac63c8270577df46 15:21:09 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:21:09 (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.) 15:21:09 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:21:10 $ docker rm -f e89330f6e13187a79688c51524ae3ff00acd6a76151b4e43ac63c8270577df46 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:10 Processing triggers for systemd (237-3ubuntu10.42) ... 15:21:10 Processing triggers for ureadahead (0.100.0-21) ... 15:21:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:21:11 . [Pipeline] withDockerContainer 15:21:11 prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container 15:21:11 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:21:12 + sudo snap remove --purge lxd 15:21:12 snap "lxd" is not installed 15:21:12 + sudo groupadd --force --system lxd 15:21:12 ++ whoami 15:21:12 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:21:12 + newgrp - lxd 15:21:12 + sudo snap install lxd 15:21:12 $ docker top 9ded660f1418cd5acaa1c15e9857b5edf4a53ebc7a98f0a2c293e94759e63420 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:13 + docker-compose -f ./docker-compose-build.yml build --parallel 15:21:18 Building docker-core-command-go ... 15:21:18 Building docker-core-data-go ... 15:21:18 Building docker-core-metadata-go ... 15:21:18 Building docker-security-bootstrapper-go ... 15:21:18 Building docker-security-proxy-setup-go ... 15:21:18 Building docker-security-secretstore-setup-go ... 15:21:18 Building docker-support-notifications-go ... 15:21:18 Building docker-support-scheduler-go ... 15:21:18 Building docker-sys-mgmt-agent-go ... 15:21:18 Building docker-sys-mgmt-agent-go 15:21:18 Building docker-support-notifications-go 15:21:18 Building docker-core-command-go 15:21:18 Building docker-security-secretstore-setup-go 15:21:18 Building docker-security-bootstrapper-go 15:21:22 2021-01-23T15:21:19Z INFO Waiting for automatic snapd restart... 15:21:37 lxd 4.10 from Canonical* installed 15:21:37 + sudo lxd init --auto 15:21:47 + sudo snap install --classic snapcraft 15:21:54 snapcraft 4.4.4 from Canonical* installed 15:21:54 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:21:54 + patch --verbose -p1 15:21:54 Hmm... Looks like a unified diff to me... 15:21:54 The text leading up to this was: 15:21:54 -------------------------- 15:21:54 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:21:54 |From: Tony Espy 15:21:54 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:21:54 |Subject: [PATCH] optimize snap build for pipeline CI check 15:21:54 | 15:21:54 |This patch is used by the EdgeX CI pipeline builds to 15:21:54 |optimize the snap CI check run for pull requests. When 15:21:54 |applied, it essentially strips out everything (apps and 15:21:54 |parts) from the snapcraft.yaml file except those required 15:21:54 |to build edgex-go, as the whole idea of the CI check is to 15:21:54 |catch changes to edgex-go that break the snap build. 15:21:54 | 15:21:54 |In general, anyone updating snapcraft.yaml will also need 15:21:54 |to update this patch file, otherwise it may fail to apply, 15:21:54 |resulting in a failed snap build CI check in the associated 15:21:54 |pull request. 15:21:54 | 15:21:54 |Note - in addition to applying this patch, the pipeline also 15:21:54 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:21:54 |need to build the finally binary .snap file (and it won't 15:21:54 |work with the patch applied). This further reduces the build 15:21:54 |time. 15:21:54 |--- 15:21:54 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:21:54 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:21:54 | 15:21:54 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:21:54 |index 1e537489..faf42425 100644 15:21:54 |--- a/snap/snapcraft.yaml 15:21:54 |+++ b/snap/snapcraft.yaml 15:21:54 -------------------------- 15:21:54 patching file snap/snapcraft.yaml 15:21:54 Using Plan A... 15:21:54 Hunk #1 succeeded at 73. 15:21:54 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 15:21:54 Hunk #3 succeeded at 214 (offset -1 lines). 15:21:54 Hunk #4 succeeded at 222 (offset -1 lines). 15:21:54 Hunk #5 succeeded at 229 (offset -1 lines). 15:21:54 Hunk #6 succeeded at 256 (offset -1 lines). 15:21:54 Hunk #7 succeeded at 290 (offset -1 lines). 15:21:54 Hunk #8 succeeded at 342. 15:21:54 Hmm... Ignoring the trailing garbage. 15:21:54 done 15:21:54 + sudo snapcraft prime --use-lxd 15:21:54 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:21:54 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: 15:21:54 - README.md 15:21:54 - snapcraft.yaml.orig 15:21:54 15:21:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:21:54 Launching a container. 15:22:07 Waiting for container to be ready 15:22:07 To start your first instance, try: lxc launch ubuntu:18.04 15:22:07 15:22:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:22:10 Waiting for network to be ready... 15:22:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:22:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 15:22:10 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:22:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 15:22:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:22:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:22:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 15:22:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 15:22:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 15:22:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 15:22:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:22:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:22:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:22:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:22:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:22:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:22:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:22:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:22:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:22:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 15:22:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 15:22:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 15:22:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 15:22:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 15:22:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 15:22:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 15:22:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 15:22:14 Fetched 23.8 MB in 4s (5794 kB/s) 15:22:15 Reading package lists... 15:22:15 Reading package lists... 15:22:15 Building dependency tree... 15:22:15 Reading state information... 15:22:15 The following additional packages will be installed: 15:22:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:22:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:22:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:22:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:22:15 Suggested packages: 15:22:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:22:15 Recommended packages: 15:22:15 gnupg libsasl2-modules 15:22:15 The following NEW packages will be installed: 15:22:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:22:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:22:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:22:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:22:15 The following packages will be upgraded: 15:22:15 gpg gpg-agent gpgconf libudev1 15:22:16 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 15:22:16 Need to get 3533 kB of archives. 15:22:16 After this operation, 13.3 MB of additional disk space will be used. 15:22:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:22:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:22:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:22:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:22:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:22:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 15:22:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 15:22:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:22:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:22:16 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:22:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:22:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:22:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:22:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:22:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:22:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:22:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:22:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:22:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:22:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:22:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:22:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:22:17 debconf: delaying package configuration, since apt-utils is not installed 15:22:17 Fetched 3533 kB in 1s (3119 kB/s) 15:22:17 (Reading database ... 12511 files and directories currently installed.) 15:22:17 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:22:17 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:22:17 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:22:17 Selecting previously unselected package udev. 15:22:17 (Reading database ... 12511 files and directories currently installed.) 15:22:17 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:22:17 Unpacking udev (237-3ubuntu10.44) ... 15:22:18 Selecting previously unselected package libfuse2:amd64. 15:22:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:22:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:22:18 Selecting previously unselected package fuse. 15:22:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:22:18 Unpacking fuse (2.9.7-1ubuntu1) ... 15:22:18 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:22:18 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:22:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:22:18 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:22:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:22:18 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:22:18 Selecting previously unselected package libksba8:amd64. 15:22:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:22:18 Unpacking libksba8:amd64 (1.3.5-2) ... 15:22:18 Selecting previously unselected package libroken18-heimdal:amd64. 15:22:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:22:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:22:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:22:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:19 Selecting previously unselected package libwind0-heimdal:amd64. 15:22:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:22:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:22:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:22:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:22:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:22:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:19 Selecting previously unselected package libsasl2-modules-db:amd64. 15:22:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:22:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:22:19 Selecting previously unselected package libsasl2-2:amd64. 15:22:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:22:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:22:19 Selecting previously unselected package libldap-common. 15:22:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 15:22:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:22:19 Selecting previously unselected package libldap-2.4-2:amd64. 15:22:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 15:22:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:22:20 Selecting previously unselected package dirmngr. 15:22:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:22:20 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:22:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:22:20 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:22:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:22:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:22:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:22:20 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:22:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:20 Setting up libksba8:amd64 (1.3.5-2) ... 15:22:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:22:20 Setting up udev (237-3ubuntu10.44) ... 15:22:21 invoke-rc.d: policy-rc.d denied execution of start. 15:22:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Processing triggers for systemd (237-3ubuntu10) ... 15:22:21 Setting up fuse (2.9.7-1ubuntu1) ... 15:22:21 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:22:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:22:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:22:21 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:22:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:22:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:22:22 settings in the [Install] section, and DefaultInstance for template units). 15:22:22 This means they are not meant to be enabled using systemctl. 15:22:22 Possible reasons for having this kind of units are: 15:22:22 1) A unit may be statically enabled by being symlinked from another unit's 15:22:22 .wants/ or .requires/ directory. 15:22:22 2) A unit's purpose may be to act as a helper for some other unit which has 15:22:22 a requirement dependency on it. 15:22:22 3) A unit may be started when needed via activation (socket, path, timer, 15:22:22 D-Bus, udev, scripted systemctl call, ...). 15:22:22 4) In case of template units, the unit is meant to be enabled with some 15:22:22 instance name specified. 15:22:22 Reading package lists... 15:22:22 Building dependency tree... 15:22:22 Reading state information... 15:22:22 The following additional packages will be installed: 15:22:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:22:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:22:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:22:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:22:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:22:22 Suggested packages: 15:22:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:22:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:22:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:22:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:22:22 systemd-container policykit-1 15:22:22 Recommended packages: 15:22:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:22:22 The following NEW packages will be installed: 15:22:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:22:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:22:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:22:22 multiarch-support openssh-client python3 python3-minimal python3.6 15:22:22 python3.6-minimal snapd squashfs-tools sudo 15:22:22 The following packages will be upgraded: 15:22:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:22:22 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 15:22:22 Need to get 35.2 MB of archives. 15:22:22 After this operation, 141 MB of additional disk space will be used. 15:22:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:22:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:22:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:22:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:22:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:22:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:22:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:22:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:22:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:22:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:22:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:22:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:22:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:22:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:22:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:22:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:22:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:22:23 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:22:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:22:23 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:22:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:22:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:22:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:22:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:22:23 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:22:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 15:22:23 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:22:23 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:22:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:22:23 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 15:22:25 debconf: delaying package configuration, since apt-utils is not installed 15:22:25 Fetched 35.2 MB in 2s (14.5 MB/s) 15:22:25 (Reading database ... 12757 files and directories currently installed.) 15:22:25 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:22:25 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:22:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:22:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:22:25 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:22:26 (Reading database ... 12757 files and directories currently installed.) 15:22:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:22:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:22:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:22:26 (Reading database ... 12757 files and directories currently installed.) 15:22:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:22:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:22:26 Setting up apt (1.6.12ubuntu0.2) ... 15:22:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:22:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:22:27 (Reading database ... 12764 files and directories currently installed.) 15:22:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:22:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:22:27 Selecting previously unselected package libpython3.6-minimal:amd64. 15:22:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:22:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:22:28 Selecting previously unselected package libexpat1:amd64. 15:22:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:22:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:22:28 Selecting previously unselected package python3.6-minimal. 15:22:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:22:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:22:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:22:28 Checking for services that may need to be restarted...done. 15:22:28 Checking for services that may need to be restarted...done. 15:22:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:22:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:22:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:22:29 Selecting previously unselected package python3-minimal. 15:22:29 (Reading database ... 13012 files and directories currently installed.) 15:22:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:22:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:22:29 Selecting previously unselected package mime-support. 15:22:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:22:29 Unpacking mime-support (3.60ubuntu1) ... 15:22:29 Selecting previously unselected package libmpdec2:amd64. 15:22:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:22:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:22:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:22:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:22:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:22:29 Selecting previously unselected package python3.6. 15:22:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:22:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:22:30 Selecting previously unselected package libpython3-stdlib:amd64. 15:22:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:22:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:22:30 Setting up python3-minimal (3.6.7-1~18.04) ... 15:22:30 Selecting previously unselected package python3. 15:22:30 (Reading database ... 13442 files and directories currently installed.) 15:22:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:22:30 Unpacking python3 (3.6.7-1~18.04) ... 15:22:30 Selecting previously unselected package multiarch-support. 15:22:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:22:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:22:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:22:30 Selecting previously unselected package liblzo2-2:amd64. 15:22:30 (Reading database ... 13479 files and directories currently installed.) 15:22:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:22:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:22:30 Selecting previously unselected package libbsd0:amd64. 15:22:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:22:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:22:30 Selecting previously unselected package sudo. 15:22:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 15:22:30 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 15:22:30 Selecting previously unselected package apparmor. 15:22:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:22:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:22:31 Selecting previously unselected package libedit2:amd64. 15:22:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:22:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:22:31 Selecting previously unselected package libkrb5support0:amd64. 15:22:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:22:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:22:31 Selecting previously unselected package libk5crypto3:amd64. 15:22:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:22:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:22:31 Selecting previously unselected package libkeyutils1:amd64. 15:22:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:22:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:22:31 Selecting previously unselected package libkrb5-3:amd64. 15:22:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:22:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:22:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:22:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:22:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:22:31 Selecting previously unselected package libssl1.0.0:amd64. 15:22:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:22:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:22:31 Selecting previously unselected package openssh-client. 15:22:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:22:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:22:32 Selecting previously unselected package squashfs-tools. 15:22:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:22:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:22:32 Selecting previously unselected package snapd. 15:22:32 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 15:22:32 Unpacking snapd (2.48+18.04) ... 15:22:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:22:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:22:34 Setting up mime-support (3.60ubuntu1) ... 15:22:34 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 15:22:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:22:34 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:22:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:22:34 Setting up systemd (237-3ubuntu10.44) ... 15:22:34 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:22:35 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:22:35 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:22:35 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:22:35 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:22:35 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:22:35 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:22:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:22:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:22:36 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:22:36 Setting up python3 (3.6.7-1~18.04) ... 15:22:36 running python rtupdate hooks for python3.6... 15:22:36 running python post-rtupdate hooks for python3.6... 15:22:36 Setting up apparmor (2.12-4ubuntu5.1) ... 15:22:37 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:22:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:22:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:22:38 Setting up snapd (2.48+18.04) ... 15:22:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:22:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:22:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:22:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:22:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:22:39 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:22:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:22:39 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:22:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:22:39 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:39 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:22:39 ---> 4144104b4055 15:22:39 Step 3/33 : WORKDIR /edgex-go 15:22:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:22:39 ---> 4144104b4055 15:22:39 Step 3/23 : WORKDIR /edgex-go 15:22:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:22:39 ---> 4144104b4055 15:22:39 Step 3/22 : WORKDIR /edgex-go 15:22:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:22:39 ---> 4144104b4055 15:22:39 Step 3/26 : WORKDIR /edgex-go 15:22:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:22:39 ---> 4144104b4055 15:22:39 Step 3/24 : WORKDIR /edgex-go 15:22:39 ---> Running in dd3131bd175e 15:22:39 ---> Running in 052631c44514 15:22:39 ---> Running in a4f3c2450d11 15:22:39 ---> Running in 84eb914b1f55 15:22:39 ---> Running in 51cfe46cd92c 15:22:39 Removing intermediate container 052631c44514 15:22:39 ---> 79044d2a2390 15:22:39 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:39 Removing intermediate container dd3131bd175e 15:22:39 ---> 5c93f0dadaf3 15:22:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:39 Removing intermediate container a4f3c2450d11 15:22:39 ---> 3d5682580d57 15:22:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:39 Removing intermediate container 84eb914b1f55 15:22:39 ---> 07397d82eb18 15:22:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:39 Removing intermediate container 51cfe46cd92c 15:22:39 ---> 0cb5266c2b14 15:22:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:39 ---> Running in 48a41db64f45 15:22:39 ---> Running in 994989d9f4a1 15:22:39 ---> Running in 4a67e7928082 15:22:39 ---> Running in 041125fd4708 15:22:39 ---> Running in 7f6516be2d91 15:22:39 Removing intermediate container 48a41db64f45 15:22:39 ---> c29cbb77ed5a 15:22:39 Step 5/33 : RUN apk add --update --no-cache make git 15:22:39 ---> Running in 7185a352788e 15:22:39 Removing intermediate container 994989d9f4a1 15:22:39 ---> 2b2c9f1e4d54 15:22:39 Step 5/26 : RUN apk add --update --no-cache make bash git 15:22:39 Removing intermediate container 4a67e7928082 15:22:39 ---> 613b1bd3ab01 15:22:39 Step 5/24 : RUN apk add --update --no-cache make git 15:22:39 Removing intermediate container 041125fd4708 15:22:39 ---> 86dc153d6bed 15:22:39 Step 5/23 : RUN apk add --update --no-cache make git 15:22:39 ---> Running in 48b64053aab0 15:22:39 ---> Running in 8679ba5e5347 15:22:39 ---> Running in 6276fcaaa924 15:22:39 Removing intermediate container 7f6516be2d91 15:22:39 ---> beb49f91bf78 15:22:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:22:39 ---> Running in 3172f79441a8 15:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:40 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:22:40 /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' 15:22:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:22:40 Processing triggers for systemd (237-3ubuntu10.44) ... 15:22:40 OK: 217 MiB in 51 packages 15:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:40 OK: 217 MiB in 51 packages 15:22:41 OK: 217 MiB in 51 packages 15:22:41 OK: 217 MiB in 51 packages 15:22:41 OK: 217 MiB in 51 packages 15:22:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:22:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:22:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:22:41 Removing intermediate container 7185a352788e 15:22:41 ---> 4f64983d4099 15:22:41 Step 6/33 : COPY go.mod . 15:22:42 Removing intermediate container 48b64053aab0 15:22:42 ---> af64db017c1e 15:22:42 Step 6/26 : COPY go.mod . 15:22:42 Reading package lists... 15:22:42 Reading package lists... 15:22:42 ---> 022dfd18b0e7 15:22:42 Step 7/33 : RUN go mod download 15:22:42 Building dependency tree... 15:22:42 Reading state information... 15:22:42 ---> Running in 643d96e88640 15:22:42 Removing intermediate container 6276fcaaa924 15:22:42 ---> a1e1a4d8ab79 15:22:42 Step 6/23 : COPY go.mod . 15:22:43 Calculating upgrade... 15:22:43 The following packages will be upgraded: 15:22:43 advancecomp base-files bash binutils binutils-common 15:22:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:22:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:22:43 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 15:22:43 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 15:22:43 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 15:22:43 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 15:22:43 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 15:22:43 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 15:22:43 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 15:22:43 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 15:22:43 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 15:22:43 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 15:22:43 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 15:22:43 ubuntu-keyring util-linux 15:22:43 Removing intermediate container 3172f79441a8 15:22:43 ---> a9bfac80644d 15:22:43 Step 6/22 : COPY go.mod . 15:22:43 ---> bc710d029106 15:22:43 Step 7/26 : RUN go mod download 15:22:43 Removing intermediate container 8679ba5e5347 15:22:43 ---> 09a5a71f1bdb 15:22:43 Step 6/24 : COPY go.mod . 15:22:43 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:22:43 Need to get 63.7 MB of archives. 15:22:43 After this operation, 5203 kB of additional disk space will be used. 15:22:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:22:43 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:22:43 ---> Running in 517af3a3f9b8 15:22:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:22:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:22:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:22:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:22:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:22:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:22:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:22:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:22:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:22:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:22:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:22:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:22:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:22:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:22:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:22:44 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:22:44 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 15:22:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:22:44 ---> 0bafcd0dac66 15:22:44 Step 7/23 : RUN go mod download 15:22:44 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:22:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:22:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:22:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:22:44 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:22:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:22:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:22:44 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:22:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:22:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:22:44 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:22:44 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:22:44 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:22:44 ---> 1aa44709fc9e 15:22:44 Step 7/22 : RUN go mod download 15:22:44 ---> 24237a074e80 15:22:44 Step 7/24 : RUN go mod download 15:22:44 ---> Running in c9df1cefc1c3 15:22:44 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:22:44 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:22:44 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:22:44 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:22:44 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:22:44 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:22:44 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:22:44 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:22:44 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:22:44 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:22:44 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:22:44 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:22:44 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:22:44 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:22:44 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:22:44 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:22:44 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:22:44 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:22:44 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:22:44 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:22:44 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:22:44 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:22:44 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:22:44 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:22:44 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:22:45 ---> Running in a5d7a1d23081 15:22:45 ---> Running in 5974e46526ce 15:22:45 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:22:45 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:22:45 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:22:45 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:22:45 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:22:45 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:22:45 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:22:45 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:22:45 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:22:45 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:22:45 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:22:45 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:22:45 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:22:45 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:22:45 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:22:45 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 15:22:45 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:22:45 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:22:45 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:22:45 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 15:22:45 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:22:45 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:22:45 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:22:45 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:22:45 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:22:45 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:22:45 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:22:45 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:22:45 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:22:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:22:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:22:46 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:22:46 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:22:46 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:22:46 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:22:46 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:22:46 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:22:46 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:22:46 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:22:46 debconf: delaying package configuration, since apt-utils is not installed 15:22:46 Fetched 63.7 MB in 3s (19.0 MB/s) 15:22:46 (Reading database ... 13912 files and directories currently installed.) 15:22:46 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:22:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:22:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:22:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:22:47 Removing intermediate container 643d96e88640 15:22:47 ---> 6ca040f0f688 15:22:47 Step 8/33 : COPY . . 15:22:47 Removing intermediate container 517af3a3f9b8 15:22:47 ---> 836515d7a466 15:22:47 Step 8/26 : COPY . . 15:22:47 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 15:22:47 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 15:22:48 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:48 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:48 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:48 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:48 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:48 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:48 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:49 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:49 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:49 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:49 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:49 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:49 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:22:49 (Reading database ... 13911 files and directories currently installed.) 15:22:49 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:49 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:22:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:22:50 (Reading database ... 13911 files and directories currently installed.) 15:22:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:22:50 Removing intermediate container c9df1cefc1c3 15:22:50 ---> 10a747743368 15:22:50 Step 8/23 : COPY . . 15:22:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:22:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:22:50 (Reading database ... 13911 files and directories currently installed.) 15:22:50 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:22:50 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:22:51 Removing intermediate container 5974e46526ce 15:22:51 ---> aa8fdb376aa8 15:22:51 Step 8/22 : COPY . . 15:22:51 Removing intermediate container a5d7a1d23081 15:22:51 ---> 649e097cab98 15:22:51 Step 8/24 : COPY . . 15:22:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:22:51 (Reading database ... 13911 files and directories currently installed.) 15:22:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:22:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:22:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:22:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:22:51 Setting up base-files (10.1ubuntu2.10) ... 15:22:51 Installing new version of config file /etc/issue ... 15:22:51 Installing new version of config file /etc/issue.net ... 15:22:51 Installing new version of config file /etc/lsb-release ... 15:22:51 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:22:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:22:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:22:52 Removing obsolete conffile /etc/default/motd-news ... 15:22:52 (Reading database ... 13912 files and directories currently installed.) 15:22:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:22:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:22:52 Setting up bash (4.4.18-2ubuntu1.2) ... 15:22:52 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 15:22:52 (Reading database ... 13912 files and directories currently installed.) 15:22:52 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:22:52 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:22:52 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:22:52 (Reading database ... 13912 files and directories currently installed.) 15:22:52 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:22:52 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:22:53 Setting up tar (1.29b-2ubuntu0.2) ... 15:22:53 (Reading database ... 13912 files and directories currently installed.) 15:22:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:22:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:22:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:22:53 (Reading database ... 13912 files and directories currently installed.) 15:22:53 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:22:53 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:22:53 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:22:54 (Reading database ... 13912 files and directories currently installed.) 15:22:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:22:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:22:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:22:54 (Reading database ... 13912 files and directories currently installed.) 15:22:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:22:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:22:54 Setting up grep (3.1-2build1) ... 15:22:54 (Reading database ... 13912 files and directories currently installed.) 15:22:54 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:22:54 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:22:54 Setting up login (1:4.5-1ubuntu2) ... 15:22:54 (Reading database ... 13912 files and directories currently installed.) 15:22:54 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:22:54 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:22:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:22:55 (Reading database ... 13912 files and directories currently installed.) 15:22:55 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:22:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:22:55 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:22:55 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:22:55 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:22:55 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:22:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:22:56 (Reading database ... 13912 files and directories currently installed.) 15:22:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:22:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:22:57 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:22:57 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:22:57 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:22:57 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:22:57 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:22:57 (Reading database ... 13912 files and directories currently installed.) 15:22:57 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:22:57 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:22:57 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:22:57 (Reading database ... 13912 files and directories currently installed.) 15:22:57 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:22:57 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:22:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:22:58 (Reading database ... 13912 files and directories currently installed.) 15:22:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:22:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:22:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:22:58 (Reading database ... 13912 files and directories currently installed.) 15:22:58 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:22:58 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:22:58 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:22:58 (Reading database ... 13912 files and directories currently installed.) 15:22:58 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:22:58 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:22:58 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:22:58 (Reading database ... 13912 files and directories currently installed.) 15:22:58 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:22:58 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:22:58 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:22:58 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:22:58 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:22:59 (Reading database ... 13912 files and directories currently installed.) 15:22:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:22:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:22:59 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:22:59 (Reading database ... 13912 files and directories currently installed.) 15:22:59 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:22:59 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:22:59 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:22:59 (Reading database ... 13912 files and directories currently installed.) 15:22:59 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:22:59 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:22:59 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:23:00 (Reading database ... 13912 files and directories currently installed.) 15:23:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:23:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:23:00 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:23:00 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:23:00 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:23:01 (Reading database ... 13912 files and directories currently installed.) 15:23:01 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:23:01 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:23:01 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:23:01 (Reading database ... 13912 files and directories currently installed.) 15:23:01 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:23:01 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:23:01 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:23:01 (Reading database ... 13914 files and directories currently installed.) 15:23:01 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:23:01 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:23:01 Setting up debconf (1.5.66ubuntu1) ... 15:23:02 (Reading database ... 13914 files and directories currently installed.) 15:23:02 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:23:02 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:23:02 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:23:02 (Reading database ... 13914 files and directories currently installed.) 15:23:02 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:23:02 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:23:02 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:23:02 (Reading database ... 13914 files and directories currently installed.) 15:23:02 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:23:02 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:23:02 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:23:03 (Reading database ... 13914 files and directories currently installed.) 15:23:03 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:23:03 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:23:03 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:23:03 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:23:03 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:23:03 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:23:03 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:23:03 (Reading database ... 13914 files and directories currently installed.) 15:23:03 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:23:03 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:23:04 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:23:04 (Reading database ... 13914 files and directories currently installed.) 15:23:04 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:23:04 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:23:04 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:23:04 (Reading database ... 13914 files and directories currently installed.) 15:23:04 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:23:04 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:23:04 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:23:04 (Reading database ... 13914 files and directories currently installed.) 15:23:04 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:23:04 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:23:05 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:23:05 (Reading database ... 13914 files and directories currently installed.) 15:23:05 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:23:05 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:23:05 Setting up passwd (1:4.5-1ubuntu2) ... 15:23:05 (Reading database ... 13914 files and directories currently installed.) 15:23:05 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:23:05 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:23:05 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:23:05 (Reading database ... 13914 files and directories currently installed.) 15:23:05 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:23:05 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:23:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:23:06 (Reading database ... 13914 files and directories currently installed.) 15:23:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:23:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:23:06 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:23:06 (Reading database ... 13914 files and directories currently installed.) 15:23:06 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:23:06 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:23:06 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:23:06 (Reading database ... 13914 files and directories currently installed.) 15:23:06 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:23:06 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:23:06 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:23:06 (Reading database ... 13914 files and directories currently installed.) 15:23:06 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:23:06 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:23:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:23:07 (Reading database ... 13914 files and directories currently installed.) 15:23:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:23:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:23:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:23:07 (Reading database ... 13915 files and directories currently installed.) 15:23:07 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:23:07 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:23:07 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:23:07 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:23:07 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:23:07 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:23:08 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 15:23:08 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 15:23:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:23:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:23:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:23:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:23:08 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:23:08 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:23:08 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:23:08 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:23:08 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:23:08 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:23:09 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:23:09 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:23:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:23:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:23:09 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 15:23:09 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 15:23:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:23:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:23:10 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:23:10 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:23:10 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:23:10 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:23:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:23:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:23:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:23:11 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:23:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:23:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:23:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:12 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:12 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:13 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:13 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:14 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:14 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:15 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:23:15 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:23:15 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:23:15 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:23:15 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:23:15 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:23:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:23:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:23:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:23:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:23:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:23:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:23:16 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:23:16 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:23:16 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:23:16 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:23:16 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:16 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:23:16 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:16 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:16 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:16 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:23:16 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:23:17 Setting up tzdata (2020f-0ubuntu0.18.04) ... 15:23:17 15:23:17 Current default time zone: 'Etc/UTC' 15:23:17 Local time is now: Sat Jan 23 15:23:16 UTC 2021. 15:23:17 Universal Time is now: Sat Jan 23 15:23:16 UTC 2021. 15:23:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:23:17 15:23:17 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:23:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:17 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 15:23:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:23:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:23:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:23:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:23:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:23:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:23:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:23:17 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:17 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:23:17 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:23:17 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:23:17 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:17 Setting up patch (2.7.6-2ubuntu1.1) ... 15:23:17 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:23:17 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:23:17 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:23:17 Installing new version of config file /etc/ssl/openssl.cnf ... 15:23:17 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:23:17 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:23:17 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 15:23:18 ---> 90f164767d41 15:23:18 Step 9/23 : RUN make cmd/core-command/core-command 15:23:18 ---> 7aeca510bac4 15:23:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:23:18 ---> 8f32dd189cf1 15:23:18 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 15:23:18 ---> 4fb71c96ccdb 15:23:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:23:18 ---> Running in f62df11b357a 15:23:18 ---> Running in 8aca42c59e3e 15:23:18 ---> Running in c50b15b5aacb 15:23:18 ---> Running in c1d0b37f8350 15:23:18 ---> 9b981584996f 15:23:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:23:18 ---> Running in c5a10ae033ee 15:23:18 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 15:23:18 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 15:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:23:18 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 15:23:19 Updating certificates in /etc/ssl/certs... 15:23:20 22 added, 17 removed; done. 15:23:20 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:23:20 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:23:20 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:23:20 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:23:20 Setting up pkgbinarymangler (138.18.04.1) ... 15:23:20 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:23:20 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:23:20 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:23:21 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:23:21 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:23:21 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:23:21 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:23:21 Setting up perl (5.26.1-6ubuntu0.5) ... 15:23:21 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:23:21 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:23:21 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:23:21 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:23:21 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:23:21 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:23:21 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:23:21 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:23:21 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:23:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:23:21 Processing triggers for systemd (237-3ubuntu10.44) ... 15:23:21 Processing triggers for mime-support (3.60ubuntu1) ... 15:23:21 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 15:23:21 Updating certificates in /etc/ssl/certs... 15:23:22 0 added, 0 removed; done. 15:23:22 Running hooks in /etc/ca-certificates/update.d... 15:23:22 done. 15:23:22 Reading package lists... 15:23:22 Building dependency tree... 15:23:22 Reading state information... 15:23:23 The following NEW packages will be installed: 15:23:23 apt-transport-https 15:23:23 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:23:23 Need to get 1696 B of archives. 15:23:23 After this operation, 153 kB of additional disk space will be used. 15:23:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:23:23 debconf: delaying package configuration, since apt-utils is not installed 15:23:23 Fetched 1696 B in 0s (29.8 kB/s) 15:23:23 Selecting previously unselected package apt-transport-https. 15:23:23 (Reading database ... 13929 files and directories currently installed.) 15:23:23 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:23:23 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:23:23 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:23:23 Waiting for network to be ready... 15:23:30 2021-01-23T15:23:26Z INFO Waiting for automatic snapd restart... 15:23:30 snapd 2.48.2 from Canonical* installed 15:23:30 "snapd" switched to the "latest/stable" channel 15:23:30 15:23:33 core18 20201210 from Canonical* installed 15:23:33 "core18" switched to the "latest/stable" channel 15:23:33 15:23:36 snapcraft 4.4.4 from Canonical* installed 15:23:36 "snapcraft" switched to the "latest/stable" channel 15:23:36 15:23:40 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: 15:23:40 - README.md 15:23:40 - snapcraft.yaml.orig 15:23:40 15:23:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:23:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:23:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:23:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:23:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:23:47 Reading package lists... 15:23:47 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 15:23:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:23:54 Reading package lists... 15:23:54 Building dependency tree... 15:23:54 Reading state information... 15:23:54 Suggested packages: 15:23:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:23:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:23:54 Recommended packages: 15:23:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:23:54 The following NEW packages will be installed: 15:23:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:23:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:23:54 pkg-config zip 15:23:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:23:54 Need to get 7655 kB of archives. 15:23:54 After this operation, 43.7 MB of additional disk space will be used. 15:23:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:23:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:23:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:23:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:23:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:23:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:23:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:23:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:23:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:23:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:23:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:23:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:23:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:23:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:23:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:23:55 debconf: delaying package configuration, since apt-utils is not installed 15:23:55 Fetched 7655 kB in 1s (10.3 MB/s) 15:23:55 Selecting previously unselected package libglib2.0-0:amd64. 15:23:55 (Reading database ... 13933 files and directories currently installed.) 15:23:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:23:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:23:55 Selecting previously unselected package libpsl5:amd64. 15:23:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:23:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:23:55 Selecting previously unselected package libnghttp2-14:amd64. 15:23:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:23:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:23:55 Selecting previously unselected package librtmp1:amd64. 15:23:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:23:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:23:55 Selecting previously unselected package libcurl3-gnutls:amd64. 15:23:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:23:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:23:55 Selecting previously unselected package liberror-perl. 15:23:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:23:55 Unpacking liberror-perl (0.17025-1) ... 15:23:56 Selecting previously unselected package git-man. 15:23:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:23:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:23:56 Selecting previously unselected package git. 15:23:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:23:56 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:23:57 Selecting previously unselected package libnorm1:amd64. 15:23:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:23:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:23:57 Selecting previously unselected package libpgm-5.2-0:amd64. 15:23:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:23:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:23:57 Selecting previously unselected package libsodium23:amd64. 15:23:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:23:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:23:57 Selecting previously unselected package libzmq5:amd64. 15:23:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:23:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:23:57 Selecting previously unselected package libzmq3-dev:amd64. 15:23:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:23:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:23:57 Selecting previously unselected package pkg-config. 15:23:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:23:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:23:57 Selecting previously unselected package zip. 15:23:57 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:23:57 Unpacking zip (3.0-11build1) ... 15:23:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:23:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:23:57 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:23:57 Setting up liberror-perl (0.17025-1) ... 15:23:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:23:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:23:58 No schema files found: doing nothing. 15:23:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:23:58 Setting up zip (3.0-11build1) ... 15:23:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:23:58 Setting up libsodium23:amd64 (1.0.16-2) ... 15:23:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:23:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:23:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:23:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:23:58 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:23:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:24:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:24:04 git set to automatically installed. 15:24:04 git-man set to automatically installed. 15:24:04 libcurl3-gnutls set to automatically installed. 15:24:04 liberror-perl set to automatically installed. 15:24:04 libglib2.0-0 set to automatically installed. 15:24:04 libnghttp2-14 set to automatically installed. 15:24:04 libnorm1 set to automatically installed. 15:24:04 libpgm-5.2-0 set to automatically installed. 15:24:04 libpsl5 set to automatically installed. 15:24:04 librtmp1 set to automatically installed. 15:24:04 libsodium23 set to automatically installed. 15:24:04 libzmq3-dev set to automatically installed. 15:24:04 libzmq5 set to automatically installed. 15:24:04 pkg-config set to automatically installed. 15:24:04 zip set to automatically installed. 15:24:06 snapd is not logged in, snap install commands will use sudo 15:24:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:24:13 snap "core18" has no updates available 15:24:14 Pulling config-common 15:24:15 Pulling go-build-helper 15:24:37 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:24:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:24:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:24:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 15:24:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:24:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:24:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:24:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:24:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:24:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:24:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:24:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 15:24:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:24:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:24:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 15:24:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 15:24:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 15:24:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 15:24:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:24:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 15:24:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 15:24:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 15:24:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 15:24:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 15:24:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 15:24:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 15:24:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 15:24:37 Fetched 23.8 MB in 0s (0 B/s) 15:24:37 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:24:37 Fetched 96.5 kB in 0s (0 B/s) 15:24:37 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:24:37 Fetched 279 kB in 0s (0 B/s) 15:24:37 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:24:37 Fetched 122 kB in 0s (0 B/s) 15:24:37 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:24:37 Fetched 77.8 kB in 0s (0 B/s) 15:24:37 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:24:37 Fetched 8848 B in 0s (0 B/s) 15:24:37 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:24:37 Fetched 47.8 kB in 0s (0 B/s) 15:24:37 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:24:37 Fetched 45.6 kB in 0s (0 B/s) 15:24:37 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:24:37 Fetched 15.0 kB in 0s (0 B/s) 15:24:37 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:24:37 Fetched 214 kB in 0s (0 B/s) 15:24:37 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 15:24:37 Fetched 155 kB in 0s (0 B/s) 15:24:37 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:24:37 Fetched 50.6 kB in 0s (0 B/s) 15:24:37 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:24:37 Fetched 14.8 kB in 0s (0 B/s) 15:24:37 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:24:37 Fetched 41.8 kB in 0s (0 B/s) 15:24:37 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:24:37 Fetched 499 kB in 0s (0 B/s) 15:24:37 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:24:37 Fetched 111 kB in 0s (0 B/s) 15:24:37 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:24:37 Fetched 240 kB in 0s (0 B/s) 15:24:37 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:24:37 Fetched 29.3 kB in 0s (0 B/s) 15:24:37 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:24:37 Fetched 85.5 kB in 0s (0 B/s) 15:24:37 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:24:37 Fetched 24.5 kB in 0s (0 B/s) 15:24:37 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:24:37 Fetched 49.2 kB in 0s (0 B/s) 15:24:37 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:24:37 Fetched 54.2 kB in 0s (0 B/s) 15:24:37 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:24:37 Fetched 30.8 kB in 0s (0 B/s) 15:24:37 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 15:24:37 Fetched 17.0 kB in 0s (0 B/s) 15:24:37 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:24:37 Fetched 85.9 kB in 0s (0 B/s) 15:24:37 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:24:37 Fetched 8720 B in 0s (0 B/s) 15:24:37 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:24:37 Fetched 137 kB in 0s (0 B/s) 15:24:37 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:24:37 Fetched 119 kB in 0s (0 B/s) 15:24:37 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:24:37 Fetched 109 kB in 0s (0 B/s) 15:24:37 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:24:37 Fetched 11.1 kB in 0s (0 B/s) 15:24:37 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:24:37 Fetched 645 kB in 0s (0 B/s) 15:24:37 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:24:37 Fetched 41.3 kB in 0s (0 B/s) 15:24:37 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:24:37 Fetched 17.9 kB in 0s (0 B/s) 15:24:37 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:24:37 Fetched 368 kB in 0s (0 B/s) 15:24:37 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:24:37 Fetched 187 kB in 0s (0 B/s) 15:24:37 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:24:37 Fetched 175 kB in 0s (0 B/s) 15:24:37 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:24: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 15:24:39 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 15:24:40 Fetched 206 kB in 0s (0 B/s) 15:24:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:24:40 Fetched 1301 kB in 0s (0 B/s) 15:24:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:24:40 Fetched 36.2 kB in 0s (0 B/s) 15:24:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:24:40 Fetched 159 kB in 0s (0 B/s) 15:24:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:24:40 Fetched 107 kB in 0s (0 B/s) 15:24:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:24:40 Fetched 48.7 kB in 0s (0 B/s) 15:24:40 Pulling static-packages 15:24:40 'go115' has dependencies that need to be staged: static-packages go-build-helper 15:24:40 Skipping pull go-build-helper (already ran) 15:24:40 Skipping pull static-packages (already ran) 15:24:40 Building go-build-helper 15:24:44 Building static-packages 15:24:45 Staging go-build-helper 15:24:46 Staging static-packages 15:24:47 Pulling go115 15:24:48 'edgex-go' has dependencies that need to be staged: go115 15:24:48 Skipping pull go115 (already ran) 15:24:48 Building go115 15:24:48 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:48 Dload Upload Total Spent Left Speed 15:24:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2767k 0 0 11.3M 0 0:00:10 --:--:-- 0:00:10 11.3M 49 115M 49 57.5M 0 0 46.7M 0 0:00:02 0:00:01 0:00:01 46.7M 100 115M 100 115M 0 0 51.7M 0 0:00:02 0:00:02 --:--:-- 51.7M 15:24:51 go1.15.2.linux-amd64.tar.gz: OK 15:24:52 Removing intermediate container c5a10ae033ee 15:24:52 ---> 99e0f4b69c71 15:24:52 15:24:52 Step 10/24 : FROM alpine:3.12 15:24:52 3.12: Pulling from library/alpine 15:24:52 Removing intermediate container c50b15b5aacb 15:24:52 ---> e5b7d6e7c46c 15:24:52 15:24:52 Step 10/22 : FROM alpine:3.12 15:24:52 Removing intermediate container 8aca42c59e3e 15:24:52 ---> 44fd24a82eb8 15:24:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:24:52 Removing intermediate container f62df11b357a 15:24:52 ---> 83ee672ebaad 15:24:52 15:24:52 Step 10/23 : FROM alpine:3.12 15:24:52 3.12: Pulling from library/alpine 15:24:52 3.12: Pulling from library/alpine 15:24:52 ---> Running in 181cab9fd9eb 15:24:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:24:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:24:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:24:53 Status: Downloaded newer image for alpine:3.12 15:24:53 ---> afeebe901d6b 15:24:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:24:53 Status: Image is up to date for alpine:3.12 15:24:53 ---> afeebe901d6b 15:24:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:24:53 Status: Image is up to date for alpine:3.12 15:24:53 ---> afeebe901d6b 15:24:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:24:54 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 15:24:54 ---> Running in ff9a20187000 15:24:54 ---> Running in 740840366f3b 15:24:54 ---> Running in aa448c13c777 15:24:55 Removing intermediate container c1d0b37f8350 15:24:55 ---> 6c1adf3152ae 15:24:55 15:24:55 Step 10/33 : FROM alpine:3.12 15:24:55 ---> afeebe901d6b 15:24:55 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 15:24:55 Staging go115 15:24:55 ---> Running in 9f0788fb2c99 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:24:57 (1/2) Installing ca-certificates (20191127-r4) 15:24:57 (2/2) Installing dumb-init (1.2.2-r1) 15:24:57 Executing busybox-1.31.1-r19.trigger 15:24:58 Executing ca-certificates-20191127-r4.trigger 15:24:58 (1/5) Installing ca-certificates (20191127-r4) 15:24:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:24:58 (3/5) Installing libcurl (7.69.1-r3) 15:24:58 (4/5) Installing curl (7.69.1-r3) 15:24:58 (5/5) Installing dumb-init (1.2.2-r1) 15:24:58 Executing busybox-1.31.1-r19.trigger 15:24:58 Executing ca-certificates-20191127-r4.trigger 15:24:58 (1/1) Installing dumb-init (1.2.2-r1) 15:24:58 Executing busybox-1.31.1-r19.trigger 15:24:58 OK: 5 MiB in 15 packages 15:24:58 OK: 6 MiB in 16 packages 15:24:58 (1/3) Installing dumb-init (1.2.2-r1) 15:24:58 (2/3) Installing openssl (1.1.1i-r0) 15:24:58 (3/3) Installing su-exec (0.2-r1) 15:24:58 Executing busybox-1.31.1-r19.trigger 15:24:58 OK: 6 MiB in 17 packages 15:24:58 OK: 7 MiB in 19 packages 15:24:58 Removing intermediate container 181cab9fd9eb 15:24:58 ---> 714f8107e28d 15:24:58 15:24:58 Step 11/26 : FROM docker:20.10.0 15:24:58 20.10.0: Pulling from library/docker 15:25:00 Removing intermediate container aa448c13c777 15:25:00 ---> dc3f23c0f74f 15:25:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:25:00 Removing intermediate container 9f0788fb2c99 15:25:00 ---> ae9dd0a1a377 15:25:00 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:25:00 ---> Running in ee9f8a9ba9d0 15:25:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:25:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:25:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:25:00 Fetched 0 B in 0s (0 B/s) 15:25:00 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:25:00 Fetched 224 kB in 0s (0 B/s) 15:25:00 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:25:00 Fetched 157 kB in 0s (0 B/s) 15:25:00 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:25:00 Fetched 221 kB in 0s (0 B/s) 15:25:00 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:25:00 Fetched 143 kB in 0s (0 B/s) 15:25:00 Pulling edgex-go 15:25:01 ---> Running in a9ea21f814bf 15:25:01 Removing intermediate container ff9a20187000 15:25:01 ---> a2ce3f6f8273 15:25:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:25:01 Removing intermediate container 740840366f3b 15:25:01 ---> 961af15580f4 15:25:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:25:01 Pulling version 15:25:01 ---> Running in a2627d1aa598 15:25:01 ---> Running in 7cae8d604917 15:25:01 Removing intermediate container ee9f8a9ba9d0 15:25:01 ---> da3cb9445b5b 15:25:01 Step 13/23 : ENV APP_PORT=48082 15:25:02 Removing intermediate container a9ea21f814bf 15:25:02 ---> 4f7642adc7f6 15:25:02 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 15:25:02 ---> Running in 6c1d2dc3fa57 15:25:02 Removing intermediate container a2627d1aa598 15:25:02 ---> 97cc0f407bfd 15:25:02 Step 13/22 : ENV APP_PORT=48060 15:25:02 ---> Running in df3dd8455b5d 15:25:02 Removing intermediate container 7cae8d604917 15:25:02 ---> b8f8257109a4 15:25:02 Step 13/24 : WORKDIR / 15:25:02 Building config-common 15:25:02 ---> Running in 3537ad34c344 15:25:02 ---> Running in 499c380fd131 15:25:02 Removing intermediate container 6c1d2dc3fa57 15:25:02 ---> 73bdfa23d66a 15:25:02 Step 14/23 : EXPOSE $APP_PORT 15:25:03 Removing intermediate container df3dd8455b5d 15:25:03 ---> a1a9f48e89ab 15:25:03 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 15:25:03 ---> Running in 5a9c8222e064 15:25:03 ---> Running in af504b1cd891 15:25:03 Removing intermediate container 3537ad34c344 15:25:03 ---> 52b00978e86f 15:25:03 Step 14/22 : EXPOSE $APP_PORT 15:25:03 Removing intermediate container 499c380fd131 15:25:03 ---> de6273fd448b 15:25:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:25:03 ---> Running in 46fee3ba4752 15:25:03 Removing intermediate container 5a9c8222e064 15:25:03 ---> 1d71e99b77bb 15:25:03 Step 15/23 : WORKDIR / 15:25:04 Skipping build go-build-helper (already ran) 15:25:04 Skipping build static-packages (already ran) 15:25:04 Skipping build go115 (already ran) 15:25:04 Building edgex-go 15:25:04 ---> Running in 9b7b03d204b8 15:25:04 Removing intermediate container 46fee3ba4752 15:25:04 ---> f9d4f830f5c0 15:25:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:25:04 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 15:25:05 Connecting to github.com (140.82.114.4:443) 15:25:05  ---> 8646fab9a519 15:25:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:25:05 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.37.60:443) 15:25:05 Removing intermediate container 9b7b03d204b8 15:25:05 ---> 7c77bbafe894 15:25:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:25:05 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 15:25:05  ---> 5c3e685bb432 15:25:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:25:05 dockerize-alpine-lin 78% |************************* | 2293k 0:00:00 ETA 15:25:05  ---> 74b4a001e323 15:25:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:25:06 ---> fe850ae91741 15:25:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:25:06 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 15:25:06 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 15:25:06 dockerize 15:25:07 go: downloading github.com/gorilla/mux v1.8.0 15:25:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 15:25:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 15:25:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 15:25:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:25:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:25:07 go: downloading github.com/pebbe/zmq4 v1.2.2 15:25:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 15:25:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 15:25:07 go: downloading github.com/pelletier/go-toml v1.2.0 15:25:07 go: downloading github.com/x448/float16 v0.8.4 15:25:07 go: downloading gopkg.in/yaml.v2 v2.4.0 15:25:07 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:25:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:25:07 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:25:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:25:07 go: downloading github.com/google/uuid v1.1.5 15:25:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:25:07 go: downloading github.com/BurntSushi/toml v0.3.1 15:25:07 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:25:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 15:25:07 go: downloading github.com/imdario/mergo v0.3.11 15:25:07 go: downloading github.com/go-playground/universal-translator v0.17.0 15:25:07 go: downloading github.com/leodido/go-urn v1.2.0 15:25:07 go: downloading github.com/pkg/errors v0.8.1 15:25:07 go: downloading github.com/go-kit/kit v0.8.0 15:25:07 go: downloading github.com/hashicorp/consul/api v1.1.0 15:25:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:25:07 go: downloading github.com/go-playground/locales v0.13.0 15:25:07 go: downloading github.com/hashicorp/serf v0.8.2 15:25:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:25:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:25:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:25:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:25:07 go: downloading github.com/mitchellh/copystructure v1.0.0 15:25:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:25:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:25:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:25:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:25:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:25:08 ---> 3b378d9a77d5 15:25:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:25:08 ---> 0999e55af9e0 15:25:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:25:09 ---> 07d175d1b33a 15:25:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:25:09 Removing intermediate container af504b1cd891 15:25:09 ---> 7c0d81c0c2d6 15:25:09 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 15:25:10 ---> Running in 6b2eb2a83474 15:25:10 ---> fd8617775642 15:25:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:25:10 ---> bd1247f4fd6c 15:25:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:25:10 ---> 13962c6be31e 15:25:10 Step 19/23 : ENTRYPOINT ["/core-command"] 15:25:11 ---> Running in 4baabb87a49f 15:25:11 Removing intermediate container 6b2eb2a83474 15:25:11 ---> Running in b0e00b80539d 15:25:11 ---> 364465aaf048 15:25:11 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:25:12 ---> 5605e7476e03 15:25:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:25:12 Removing intermediate container 4baabb87a49f 15:25:12 ---> 463f0528ddde 15:25:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:25:12 ---> Running in 6b32ad19f023 15:25:12 Removing intermediate container b0e00b80539d 15:25:12 ---> c2381926c059 15:25:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:25:12 ---> Running in a8a5135217d3 15:25:13 ---> Running in 4802b42cdc53 15:25:13 ---> de9aea359ee8 15:25:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:25:13 Removing intermediate container 6b32ad19f023 15:25:13 ---> 611e5c786640 15:25:13 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 15:25:13 Removing intermediate container a8a5135217d3 15:25:13 ---> 8e9c354a9c10 15:25:13 Step 20/22 : LABEL arch=arm64 15:25:13 ---> Running in 1bf0c5583252 15:25:13 ---> Running in d1144dd57b1f 15:25:13 ---> Running in fb753d592212 15:25:13 Removing intermediate container 4802b42cdc53 15:25:13 ---> db9307fb71b4 15:25:13 Step 21/23 : LABEL arch=arm64 15:25:14 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 15:25:14 ---> Running in e034c41ec303 15:25:14 Removing intermediate container fb753d592212 15:25:14 ---> 896cfb408020 15:25:14 Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:25:14 ---> Running in 63f9086dbc1a 15:25:14 Removing intermediate container e034c41ec303 15:25:14 ---> 7b1e6cb93786 15:25:14 Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:25:15 ---> Running in e26f7c266c48 15:25:15 Move dockerize executable 15:25:15 Removing intermediate container 63f9086dbc1a 15:25:15 ---> 8a8e70747dfa 15:25:15 Step 22/22 : LABEL version=0.0.0 15:25:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:25:15 Status: Downloaded newer image for docker:20.10.0 15:25:15 ---> eeaf43b92773 15:25:15 Step 12/26 : RUN apk add --no-cache bash 15:25:15 ---> Running in 781862f0db2d 15:25:16 Removing intermediate container e26f7c266c48 15:25:16 ---> 20623ad8ef53 15:25:16 Step 23/23 : LABEL version=0.0.0 15:25:16 ---> Running in c2f4b8f41c51 15:25:16 ---> Running in f89ee9414f18 15:25:16 Removing intermediate container 781862f0db2d 15:25:16 ---> 267a497a527d 15:25:16 15:25:16 Removing intermediate container f89ee9414f18 15:25:16 ---> 80aaff2dc250 15:25:16 15:25:17 Successfully built 267a497a527d 15:25:17 Successfully tagged docker-support-notifications-go-arm64:latest 15:25:17  Building docker-support-notifications-go ... done Building docker-core-data-go 15:25:17 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 15:25:17 Successfully built 80aaff2dc250 15:25:17 Successfully tagged docker-core-command-go-arm64:latest 15:25:17  Building docker-core-command-go ... done Building docker-support-scheduler-go 15:25:17 Removing intermediate container d1144dd57b1f 15:25:17 ---> b769ab1b4926 15:25:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:25:18 Removing intermediate container 1bf0c5583252 15:25:18 ---> bca07ad6ed29 15:25:18 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} ---> Running in d083627d1d5a 15:25:18 15:25:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:25:18 ---> Running in 1899fa6554c1 15:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:25:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:25:18 Removing intermediate container d083627d1d5a 15:25:18 ---> e79cc3e83548 15:25:18 Step 22/24 : LABEL arch=arm64 15:25:18 ---> Running in 826e3a95d67a 15:25:18 Removing intermediate container 1899fa6554c1 15:25:18 ---> a0ef42089c19 15:25:18 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:25:19 (1/2) Installing readline (8.0.4-r0) 15:25:19 (2/2) Installing bash (5.0.17-r0) 15:25:19 Executing bash-5.0.17-r0.post-install 15:25:19 Executing busybox-1.31.1-r19.trigger 15:25:19 OK: 12 MiB in 22 packages 15:25:19 Removing intermediate container 826e3a95d67a 15:25:19 ---> 4285257d163e 15:25:19 Step 23/24 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:25:19 ---> Running in 1652086664d1 15:25:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:25:19 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 15:25:19 go: downloading github.com/stretchr/testify v1.6.1 15:25:20 ---> 92b0b907ba18 15:25:20 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:25:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:25:20 go: downloading github.com/pmezard/go-difflib v1.0.0 15:25:20 go: downloading github.com/davecgh/go-spew v1.1.1 15:25:21 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 15:25:21 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:25:21 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:25:22 ---> Running in 47dc21ef0c48 15:25:22 Removing intermediate container 1652086664d1 15:25:22 ---> 858865f26ee0 15:25:22 Step 24/24 : LABEL version=0.0.0 15:25:22 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 15:25:23 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 15:25:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:25:23 ---> Running in c1905e463345 15:25:23 Removing intermediate container c2f4b8f41c51 15:25:23 ---> 6f91ef46c18e 15:25:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:25:24 ---> Running in a9c9fad0685a 15:25:24 Removing intermediate container c1905e463345 15:25:24 ---> 51b8a8ed831a 15:25:24 15:25:25 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 15:25:25 Successfully built 51b8a8ed831a 15:25:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:25:25  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 15:25:25 Removing intermediate container a9c9fad0685a 15:25:25 ---> 3ec2f6509fde 15:25:25 Step 14/26 : ENV APP_PORT=48090 15:25:25 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 15:25:26 ---> Running in 4fbd5cde8af9 15:25:26 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 15:25:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:25:26 Removing intermediate container 4fbd5cde8af9 15:25:26 ---> e4da467f41a1 15:25:26 Step 15/26 : EXPOSE $APP_PORT 15:25:26 Removing intermediate container 47dc21ef0c48 15:25:26 ---> 25ea1da6d042 15:25:26 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:25:27 ---> Running in 0e46ff1885e0 15:25:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:25:27 go: downloading github.com/lib/pq v1.9.0 15:25:27 Removing intermediate container 0e46ff1885e0 15:25:27 ---> d7203b1d86eb 15:25:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:25:28 ---> 1006483be3da 15:25:28 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:25:29 ---> 8fdb035dfba2 15:25:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:25:29 ---> 6cd8bd0831c2 15:25:29 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:25:30 Building version 15:25:30 ---> 32eed375e2fa 15:25:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:25:31 ---> 16105ff131fe 15:25:31 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 15:25:32 Staging config-common 15:25:32 Skipping stage go-build-helper (already ran) 15:25:32 Skipping stage static-packages (already ran) 15:25:32 Skipping stage go115 (already ran) 15:25:32 Staging edgex-go 15:25:33 ---> 32f9604c011d 15:25:33 Step 19/26 : RUN apk --no-cache add py3-pip 15:25:33 ---> 871bc0ef3967 15:25:33 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:25:33 ---> Running in 17973c9b1811 15:25:33 Staging version 15:25:34 Priming config-common 15:25:35 ---> 46045cb1c577 15:25:35 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 15:25:35 Priming go-build-helper 15:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:25:35 ---> Running in 7da8cf976bc6 15:25:36 Priming static-packages 15:25:36 (1/33) Installing libbz2 (1.0.8-r1) 15:25:36 (2/33) Installing expat (2.2.9-r1) 15:25:36 (3/33) Installing libffi (3.3-r2) 15:25:36 (4/33) Installing gdbm (1.13-r1) 15:25:36 (5/33) Installing xz-libs (5.2.5-r0) 15:25:36 (6/33) Installing sqlite-libs (3.32.1-r0) 15:25:36 (7/33) Installing python3 (3.8.5-r0) 15:25:37 Removing intermediate container 7da8cf976bc6 15:25:37 ---> 2e175dbbff99 15:25:37 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:25:38 (8/33) Installing py3-appdirs (1.4.4-r1) 15:25:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:25:38 (10/33) Installing py3-parsing (2.4.7-r0) 15:25:38 (11/33) Installing py3-six (1.15.0-r0) 15:25:38 (12/33) Installing py3-packaging (20.4-r0) 15:25:38 (13/33) Installing py3-setuptools (47.0.0-r0) 15:25:38 (14/33) Installing py3-chardet (3.0.4-r4) 15:25:38 (15/33) Installing py3-idna (2.9-r0) 15:25:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:25:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:25:38 Priming go115 15:25:38 (18/33) Installing py3-requests (2.23.0-r0) 15:25:38 (19/33) Installing py3-msgpack (1.0.0-r0) 15:25:38 (20/33) Installing py3-lockfile (0.12.2-r3) 15:25:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:25:38 (22/33) Installing py3-colorama (0.4.3-r0) 15:25:38 (23/33) Installing py3-distlib (0.3.0-r0) 15:25:39 (24/33) Installing py3-distro (1.5.0-r1) 15:25:39 (25/33) Installing py3-webencodings (0.5.1-r3) 15:25:39 (26/33) Installing py3-html5lib (1.0.1-r4) 15:25:39 (27/33) Installing py3-pytoml (0.1.21-r0) 15:25:39 (28/33) Installing py3-pep517 (0.8.2-r0) 15:25:39 (29/33) Installing py3-progress (1.5-r0) 15:25:39 (30/33) Installing py3-toml (0.10.1-r0) 15:25:39 (31/33) Installing py3-retrying (1.3.3-r0) 15:25:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:25:39 (33/33) Installing py3-pip (20.1.1-r0) 15:25:39 Executing busybox-1.31.1-r19.trigger 15:25:39 OK: 71 MiB in 55 packages 15:25:39 ---> 2d90a09c87ca 15:25:39 Step 28/33 : RUN chmod +x /entrypoint.sh 15:25:39 Priming edgex-go 15:25:40 Priming version 15:25:41 ---> Running in 487031f74703 15:25:41 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:25:45 Removing intermediate container 487031f74703 15:25:45 ---> ff59b6a25da2 15:25:45 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:25:46 ---> Running in cfca3a97a97e 15:25:47 Removing intermediate container cfca3a97a97e 15:25:47 ---> be601c031969 15:25:47 Step 30/33 : CMD ["gate"] 15:25:48 ---> Running in 06aa5545aaee 15:25:49 Removing intermediate container 06aa5545aaee 15:25:49 ---> d931eb95a418 15:25:49 Step 31/33 : LABEL arch=arm64 15:25:49 Removing intermediate container 17973c9b1811 15:25:49 ---> f483de20950d 15:25:49 Step 20/26 : RUN pip install docker-compose==1.23.2 15:25:50 ---> Running in 812d69158d73 15:25:50 ---> Running in 4c0d428e67f7 15:25:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:25:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:25:51 ---> 4144104b4055 15:25:51 Step 3/22 : WORKDIR /edgex-go 15:25:51 ---> Using cache 15:25:51 ---> 0cb5266c2b14 15:25:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:25:51 ---> Using cache 15:25:51 ---> beb49f91bf78 15:25:51 Step 5/22 : RUN apk add --update --no-cache make git 15:25:51 Removing intermediate container 812d69158d73 15:25:51 ---> 0e4cbe944f18 15:25:51 Step 32/33 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:25:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:25:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:25:52 ---> 4144104b4055 15:25:52 Step 3/23 : WORKDIR /edgex-go 15:25:52 ---> Using cache 15:25:52 ---> 0cb5266c2b14 15:25:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:25:52 ---> Using cache 15:25:52 ---> beb49f91bf78 15:25:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:25:52 ---> Running in 10384e3fd20c 15:25:52 ---> Running in f629ecfd9f35 15:25:52 ---> Running in 9d265b9e32f2 15:25:54 Removing intermediate container 9d265b9e32f2 15:25:54 ---> 7b9c8b546f95 15:25:54 Step 33/33 : LABEL version=0.0.0 15:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:25:55 ---> Running in 4e47f85d9dab 15:25:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:25:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:25:56 Removing intermediate container 4e47f85d9dab 15:25:56 ---> d485e7f98934 15:25:56 15:25:56 OK: 217 MiB in 51 packages 15:25:56 OK: 217 MiB in 51 packages 15:25:56 Successfully built d485e7f98934 15:25:56 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:25:56  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 15:25:57 Collecting docker-compose==1.23.2 15:25:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:25:58 Removing intermediate container 10384e3fd20c 15:25:58 ---> 62e40307494b 15:25:58 Step 6/22 : COPY go.mod . 15:25: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) 15:25:58 Removing intermediate container f629ecfd9f35 15:25:58 ---> 9d293520ca25 15:25:58 Step 6/23 : COPY go.mod . 15:25:58 Collecting jsonschema<3,>=2.5.1 15:25:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:26:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:26:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:26:00 ---> 4144104b4055 15:26:00 Step 3/21 : WORKDIR /edgex-go 15:26:00 ---> Using cache 15:26:00 ---> 0cb5266c2b14 15:26:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:00 ---> Using cache 15:26:00 ---> beb49f91bf78 15:26:00 Step 5/21 : RUN apk add --update --no-cache make git 15:26:00 ---> Using cache 15:26:00 ---> 62e40307494b 15:26:00 Step 6/21 : COPY go.mod . 15:26:00 ---> Using cache 15:26:00 ---> 047bd10e1795 15:26:00 Step 7/21 : RUN go mod download 15:26:00 Collecting websocket-client<1.0,>=0.32.0 15:26:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:26:00 ---> 047bd10e1795 15:26:00 Step 7/22 : RUN go mod download 15:26:00 ---> Running in 6b7e825ebce2 15:26:01 ---> 1f648b24a824 15:26:01 Step 7/23 : RUN go mod download 15:26:01 Collecting cached-property<2,>=1.2.0 15:26:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:26:01 ---> Running in a301a664648b 15:26:01 ---> Running in 0b3c56783a06 15:26:02 Collecting docker<4.0,>=3.6.0 15:26:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:26:03 Collecting docopt<0.7,>=0.6.1 15:26:03 Downloading docopt-0.6.2.tar.gz (25 kB) 15:26:06 Removing intermediate container 6b7e825ebce2 15:26:06 ---> 0befe49ac3f4 15:26:06 Step 8/21 : COPY . . 15:26:06 Removing intermediate container a301a664648b 15:26:06 ---> e6250faabf50 15:26:06 Step 8/22 : COPY . . 15:26:06 Collecting PyYAML<4,>=3.10 15:26:06 Downloading PyYAML-3.13.tar.gz (270 kB) 15:26:07 Removing intermediate container 0b3c56783a06 15:26:07 ---> f04205e13b66 15:26:07 Step 8/23 : COPY . . 15:26:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:26:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:26:13 Collecting dockerpty<0.5,>=0.4.1 15:26:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:26:15 Collecting texttable<0.10,>=0.9.0 15:26:15 Downloading texttable-0.9.1.tar.gz (11 kB) 15:26:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:26:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:26:17 ---> 4144104b4055 15:26:17 Step 3/23 : WORKDIR /edgex-go 15:26:17 ---> Using cache 15:26:17 ---> 0cb5266c2b14 15:26:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:17 ---> Using cache 15:26:17 ---> beb49f91bf78 15:26:17 Step 5/23 : RUN apk add --update --no-cache make git 15:26:17 ---> Using cache 15:26:17 ---> 62e40307494b 15:26:17 Step 6/23 : COPY go.mod . 15:26:17 ---> Using cache 15:26:17 ---> 047bd10e1795 15:26:17 Step 7/23 : RUN go mod download 15:26:17 ---> Using cache 15:26:17 ---> e6250faabf50 15:26:17 Step 8/23 : COPY . . 15:26:17 Collecting docker-pycreds>=0.4.0 15:26:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:26:17 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) 15:26:17 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) 15:26:17 Collecting idna<2.8,>=2.5 15:26:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:26:18 Collecting urllib3<1.25,>=1.21.1 15:26:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:26:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:26:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:26:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:26:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:26:19 Installing collected packages: jsonschema, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, dockerpty, texttable, docker-compose 15:26:20 Attempting uninstall: idna 15:26:20 Found existing installation: idna 2.9 15:26:20 Uninstalling idna-2.9: 15:26:21 Successfully uninstalled idna-2.9 15:26:21 Attempting uninstall: urllib3 15:26:21 Found existing installation: urllib3 1.25.9 15:26:21 Uninstalling urllib3-1.25.9: 15:26:21 Successfully uninstalled urllib3-1.25.9 15:26:22 Attempting uninstall: requests 15:26:22 Found existing installation: requests 2.23.0 15:26:22 Uninstalling requests-2.23.0: 15:26:22 Successfully uninstalled requests-2.23.0 15:26:23 Running setup.py install for docopt: started 15:26:25 Running setup.py install for docopt: finished with status 'done' 15:26:25 Running setup.py install for PyYAML: started 15:26:28 Running setup.py install for PyYAML: finished with status 'done' 15:26:28 Running setup.py install for dockerpty: started 15:26:30 Running setup.py install for dockerpty: finished with status 'done' 15:26:30 Running setup.py install for texttable: started 15:26:33 Running setup.py install for texttable: finished with status 'done' 15:26:34 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 15:26:39 ---> f899b0e4370a 15:26:39 Step 9/23 : RUN make cmd/core-data/core-data 15:26:39 ---> 737231dce5cf 15:26:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:26:39 ---> 5918f4d5cdd0 15:26:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:26:39 ---> ad08c4f63323 15:26:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:26:39 ---> Running in 152752e92de1 15:26:39 ---> Running in f98407a8e20a 15:26:39 ---> Running in f575159c2bd0 15:26:39 ---> Running in e4e326a56aab 15:26:40 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 15:26:41 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 15:26:41 Removing intermediate container 4c0d428e67f7 15:26:41 ---> 7762cce1cbf0 15:26:41 Step 21/26 : RUN apk --no-cache add curl 15:26:41 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 15:26:41 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 15:26:41 ---> Running in 917341225de9 15:26:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:26:43 (2/3) Installing libcurl (7.69.1-r3) 15:26:43 (3/3) Installing curl (7.69.1-r3) 15:26:43 Executing busybox-1.31.1-r19.trigger 15:26:43 OK: 71 MiB in 58 packages 15:26:45 Removing intermediate container 917341225de9 15:26:45 ---> 3e5e0a0b0c05 15:26:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:26:45 ---> Running in 3791c27a9307 15:26:46 Removing intermediate container 3791c27a9307 15:26:46 ---> de98d765e621 15:26:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:26:46 ---> Running in 0f36e8bb49e5 15:26:47 Removing intermediate container 0f36e8bb49e5 15:26:47 ---> f37c299abe04 15:26:47 Step 24/26 : LABEL arch=arm64 15:26:47 ---> Running in 6ebbe220ee9c 15:26:48 Removing intermediate container 6ebbe220ee9c 15:26:48 ---> ffdcd8a13134 15:26:48 Step 25/26 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:26:48 ---> Running in cf2482802536 15:26:49 Removing intermediate container cf2482802536 15:26:49 ---> af9f34ded6c7 15:26:49 Step 26/26 : LABEL version=0.0.0 15:26:49 ---> Running in 051c027fec65 15:26:50 Removing intermediate container 051c027fec65 15:26:50 ---> 5afb776aba19 15:26:50 15:26:50 Successfully built 5afb776aba19 15:26:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:27:47  Building docker-sys-mgmt-agent-go ... done 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 15:28:05 Removing intermediate container e4e326a56aab 15:28:05 ---> 7915896453f1 15:28:05 15:28:05 Step 10/22 : FROM alpine:3.12 15:28:05 ---> afeebe901d6b 15:28:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:28:05 ---> Using cache 15:28:05 ---> dc3f23c0f74f 15:28:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:28:05 ---> Using cache 15:28:05 ---> da3cb9445b5b 15:28:05 Step 13/22 : ENV APP_PORT=48085 15:28:05 Removing intermediate container f98407a8e20a 15:28:05 ---> 591e070736e0 15:28:05 15:28:05 Step 10/21 : FROM alpine:3.12 15:28:05 ---> afeebe901d6b 15:28:05 Step 11/21 : RUN apk add --update --no-cache curl 15:28:05 ---> Running in a04372828fef 15:28:05 ---> Running in 774956476e0e 15:28:05 Removing intermediate container a04372828fef 15:28:05 ---> 964e3c035124 15:28:05 Step 14/22 : EXPOSE $APP_PORT 15:28:05 ---> Running in e10098142d57 15:28:05 Removing intermediate container e10098142d57 15:28:05 ---> 3d97b26df786 15:28:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:28:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:28:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:28:06 ---> 29571054ee19 15:28:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:28:06 (1/4) Installing ca-certificates (20191127-r4) 15:28:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:28:06 (3/4) Installing libcurl (7.69.1-r3) 15:28:06 (4/4) Installing curl (7.69.1-r3) 15:28:06 Executing busybox-1.31.1-r19.trigger 15:28:06 Executing ca-certificates-20191127-r4.trigger 15:28:06 OK: 7 MiB in 18 packages 15:28:08 ---> 5ce082656e5f 15:28:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:28:09 Removing intermediate container 774956476e0e 15:28:09 ---> 6c01d104e5a1 15:28:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:28:09 ---> Running in 1e0e83e20fd9 15:28:09 ---> 6f610e560f18 15:28:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:28:09 ---> Running in f725bdf46b08 15:28:09 Removing intermediate container 1e0e83e20fd9 15:28:09 ---> 0f3f4801ed44 15:28:09 Step 13/21 : WORKDIR /edgex 15:28:10 ---> Running in 1995cda85c22 15:28:10 Removing intermediate container f725bdf46b08 15:28:10 ---> 67e27a9db826 15:28:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:28:10 ---> Running in 59788ee4cba4 15:28:10 Removing intermediate container 1995cda85c22 15:28:10 ---> 40b5520ec7fb 15:28:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:28:11 Removing intermediate container 59788ee4cba4 15:28:11 ---> f03ed1bb76d2 15:28:11 Step 20/22 : LABEL arch=arm64 15:28:11 ---> Running in 843cf3c61cab 15:28:11 ---> f90ab84d53e8 15:28:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:28:12 Removing intermediate container 843cf3c61cab 15:28:12 ---> 0e62cfdb76ae 15:28:12 Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:28:12 ---> Running in a39bac13e2a2 15:28:12 Removing intermediate container a39bac13e2a2 15:28:12 ---> 0d558b0947ef 15:28:12 Step 22/22 : LABEL version=0.0.0 15:28:13 ---> Running in 6520447ac58d 15:28:13 ---> 549281789341 15:28:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:28:13 Removing intermediate container 6520447ac58d 15:28:13 ---> 92b9a9596acd 15:28:13 15:28:14 Successfully built 92b9a9596acd 15:28:14 Successfully tagged docker-support-scheduler-go-arm64:latest 15:28:15  Building docker-support-scheduler-go ... done  ---> 1e4be4a33a83 15:28:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:28:16 ---> Running in ec11714cb59c 15:28:17 Removing intermediate container ec11714cb59c 15:28:17 ---> 9032e7e9c4e4 15:28:17 Step 18/21 : CMD ["--init=true"] 15:28:17 ---> Running in 60de26facdd5 15:28:18 Removing intermediate container 60de26facdd5 15:28:18 ---> 58887af894b7 15:28:18 Step 19/21 : LABEL arch=arm64 15:28:18 Removing intermediate container f575159c2bd0 15:28:18 ---> adbccedc130b 15:28:18 15:28:18 Step 10/23 : FROM alpine:3.12 15:28:18 ---> afeebe901d6b 15:28:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:28:18 ---> Using cache 15:28:18 ---> dc3f23c0f74f 15:28:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:28:18 ---> Using cache 15:28:18 ---> da3cb9445b5b 15:28:18 Step 13/23 : ENV APP_PORT=48081 15:28:18 ---> Running in c1255607899c 15:28:18 ---> Running in 67a232ae14a3 15:28:19 Removing intermediate container c1255607899c 15:28:19 ---> 6df8c981eb3c 15:28:19 Step 20/21 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:28:19 Removing intermediate container 67a232ae14a3 15:28:19 ---> 3cdef67221ea 15:28:19 Step 14/23 : EXPOSE $APP_PORT 15:28:19 ---> Running in b43bdc0a4d81 15:28:19 ---> Running in 07d9dbff4b62 15:28:20 Removing intermediate container b43bdc0a4d81 15:28:20 ---> 7e5e7a76aa8f 15:28:20 Step 21/21 : LABEL version=0.0.0 15:28:20 Removing intermediate container 07d9dbff4b62 15:28:20 ---> e0d039879402 15:28:20 Step 15/23 : WORKDIR / 15:28:20 ---> Running in 025d0fdf64d6 15:28:20 ---> Running in 87bb2e3e1a97 15:28:20 Removing intermediate container 87bb2e3e1a97 15:28:20 ---> 4b08a6e436c4 15:28:20 15:28:20 Removing intermediate container 025d0fdf64d6 15:28:20 ---> 2faab7c214d7 15:28:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:28:21 Successfully built 4b08a6e436c4 15:28:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:28:22  Building docker-security-proxy-setup-go ... done  ---> 983094b1d602 15:28:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:28:23 ---> 677504b1448d 15:28:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:28:23 Removing intermediate container 152752e92de1 15:28:23 ---> 6bfb0ccf56fa 15:28:23 15:28:23 Step 10/23 : FROM alpine:3.12 15:28:23 ---> afeebe901d6b 15:28:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:28:24 ---> Running in 337bf9c4f094 15:28:24 ---> d3fea8b03922 15:28:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:28:24 ---> Running in 09c506b8e1a9 15:28:24 Removing intermediate container 337bf9c4f094 15:28:24 ---> ebe405b0348c 15:28:24 Step 12/23 : ENV APP_PORT=48080 15:28:25 ---> Running in fcdbd05d0d27 15:28:25 Removing intermediate container 09c506b8e1a9 15:28:25 ---> c0a4ca6fef39 15:28:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:28:25 ---> Running in 564be211fe7a 15:28:25 Removing intermediate container fcdbd05d0d27 15:28:25 ---> c80a7478b87b 15:28:25 Step 13/23 : EXPOSE $APP_PORT 15:28:25 ---> Running in 6faae66ae1f5 15:28:25 Removing intermediate container 564be211fe7a 15:28:25 ---> 30b4182193dc 15:28:25 Step 21/23 : LABEL arch=arm64 15:28:26 ---> Running in 6a1682aaf48f 15:28:26 Removing intermediate container 6faae66ae1f5 15:28:26 ---> f28f1782dc93 15:28:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:26 ---> Running in a9a250d4ed52 15:28:26 Removing intermediate container 6a1682aaf48f 15:28:26 ---> 82147a363a9d 15:28:26 Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:28:26 ---> Running in a9c3aa6d0ca7 15:28:27 Removing intermediate container a9c3aa6d0ca7 15:28:27 ---> 4cb0e2e469a1 15:28:27 Step 23/23 : LABEL version=0.0.0 15:28:27 ---> Running in 6b51f15defcf 15:28:27 Removing intermediate container 6b51f15defcf 15:28:27 ---> f8f17e5ce87c 15:28:27 15:28:28 Successfully built f8f17e5ce87c 15:28:28 Successfully tagged docker-core-metadata-go-arm64:latest 15:28:28  Building docker-core-metadata-go ... done Removing intermediate container a9a250d4ed52 15:28:28 ---> db654c0af0a7 15:28:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:28:28 ---> Running in c21737161115 15:28:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:28:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:28:31 (1/6) Installing dumb-init (1.2.2-r1) 15:28:31 (2/6) Installing libgcc (9.3.0-r2) 15:28:31 (3/6) Installing libsodium (1.0.18-r0) 15:28:31 (4/6) Installing libstdc++ (9.3.0-r2) 15:28:32 (5/6) Installing libzmq (4.3.3-r0) 15:28:32 (6/6) Installing zeromq (4.3.3-r0) 15:28:32 Executing busybox-1.31.1-r19.trigger 15:28:32 OK: 8 MiB in 20 packages 15:28:33 Removing intermediate container c21737161115 15:28:33 ---> 5f72e1d58656 15:28:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:28:34 ---> 261c4820241d 15:28:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:28:35 ---> 8ad722e02330 15:28:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:28:36 ---> 69bc1a3928c8 15:28:36 Step 19/23 : ENTRYPOINT ["/core-data"] 15:28:36 ---> Running in 6f672fd4cdf8 15:28:36 Removing intermediate container 6f672fd4cdf8 15:28:36 ---> fe2081ceb1c5 15:28:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:28:37 ---> Running in cece31316a9f 15:28:37 Removing intermediate container cece31316a9f 15:28:37 ---> 0749bf04e042 15:28:37 Step 21/23 : LABEL arch=arm64 15:28:37 ---> Running in 3c280be06079 15:28:38 Removing intermediate container 3c280be06079 15:28:38 ---> 820089344f5a 15:28:38 Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 15:28:38 ---> Running in 4ef918b1d3ab 15:28:39 Removing intermediate container 4ef918b1d3ab 15:28:39 ---> 552e25d16890 15:28:39 Step 23/23 : LABEL version=0.0.0 15:28:39 ---> Running in 2067cf1d4645 15:28:39 Removing intermediate container 2067cf1d4645 15:28:39 ---> a3cdc8c90aa6 15:28:39 15:28:39 Successfully built a3cdc8c90aa6 15:28:39 Successfully tagged docker-core-data-go-arm64:latest 15:28:40  Building docker-core-data-go ... done  [Pipeline] } 15:28:40 $ docker stop --time=1 9ded660f1418cd5acaa1c15e9857b5edf4a53ebc7a98f0a2c293e94759e63420 15:28:42 $ docker rm -f 9ded660f1418cd5acaa1c15e9857b5edf4a53ebc7a98f0a2c293e94759e63420 [Pipeline] // withDockerContainer [Pipeline] sh 15:28:42 + docker images 15:28:42 + grep docker 15:28:43 docker-core-data-go-arm64 latest a3cdc8c90aa6 3 seconds ago 21MB 15:28:43 docker-core-metadata-go-arm64 latest f8f17e5ce87c 15 seconds ago 17.7MB 15:28:43 docker-security-proxy-setup-go-arm64 latest 4b08a6e436c4 22 seconds ago 23.2MB 15:28:43 docker-support-scheduler-go-arm64 latest 92b9a9596acd 29 seconds ago 15.5MB 15:28:43 docker-sys-mgmt-agent-go-arm64 latest 5afb776aba19 About a minute ago 300MB 15:28:43 docker-security-bootstrapper-go-arm64 latest d485e7f98934 2 minutes ago 40.3MB 15:28:43 docker-security-secretstore-setup-go-arm64 latest 51b8a8ed831a 3 minutes ago 23.4MB 15:28:43 docker-core-command-go-arm64 latest 80aaff2dc250 3 minutes ago 15.4MB 15:28:43 docker-support-notifications-go-arm64 latest 267a497a527d 3 minutes ago 16MB 15:28:43 docker 20.10.0 eeaf43b92773 6 weeks 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 15:28:45 provisioning config files... 15:28:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config5258719684188590701tmp [Pipeline] { [Pipeline] sh 15:28:45 + set +x 15:28:45 + curl -s https://codecov.io/bash 15:28:45 + bash -s -- 15:28:46 15:28:46 _____ _ 15:28:46 / ____| | | 15:28:46 | | ___ __| | ___ ___ _____ __ 15:28:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:28:46 | |___| (_) | (_| | __/ (_| (_) \ V / 15:28:46 \_____\___/ \__,_|\___|\___\___/ \_/ 15:28:46 Bash-20210115-cec3c92 15:28:46 15:28:46 15:28:46 ==> git version 2.24.3 found 15:28:46 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:28:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:28:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:28:46 ==> Jenkins CI detected. 15:28:46 project root: . 15:28:46 --> token set from env 15:28:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:28:46 ==> Running gcov in . (disable via -X gcov) 15:28:46 ==> Python coveragepy not found 15:28:46 ==> Searching for coverage reports in: 15:28:46 + . 15:28:46 -> Found 1 reports 15:28:46 ==> Detecting git/mercurial file structure 15:28:46 ==> Reading reports 15:28:46 + ./coverage.out bytes=564700 15:28:46 ==> Appending adjustments 15:28:46 https://docs.codecov.io/docs/fixing-reports 15:28:49 + Found adjustments 15:28:49 ==> Gzipping contents 15:28:49 84K /tmp/codecov.chGLht.gz 15:28:49 ==> Uploading reports 15:28:49 url: https://codecov.io 15:28:49 query: branch=PR-3030&commit=e113d058b8807d039cc24b5843098dac9bff2d33&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 15:28:49 -> Pinging Codecov 15:28:49 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=e113d058b8807d039cc24b5843098dac9bff2d33&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 15:28:49 -> Uploading to 15:28:49 https://storage.googleapis.com/codecov/v4/raw/2021-01-23/00271124DB129430A58F1EEE437C3FCB/e113d058b8807d039cc24b5843098dac9bff2d33/340b11a5-7750-4437-bddd-80146dd6aeec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210123%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210123T152849Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5580060d714a94379bd843cbae33953860f7f0412e3b192817b2ad3cf499a4b8 15:28:49 % Total % Received % Xferd Average Speed Time Time Time Current 15:28:49 Dload Upload Total Spent Left Speed 15:28:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85587 0 0 100 85587 0 169k --:--:-- --:--:-- --:--:-- 170k 15:28:50 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e113d058b8807d039cc24b5843098dac9bff2d33 [Pipeline] } 15:28:50 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 15:28:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:28:53 ---> package-listing.sh 15:28:53 ++ facter osfamily 15:28:53 ++ tr '[:upper:]' '[:lower:]' 15:28:53 + OS_FAMILY=redhat 15:28:53 + workspace=/w/workspace/edgex-go/23 15:28:53 + START_PACKAGES=/tmp/packages_start.txt 15:28:53 + END_PACKAGES=/tmp/packages_end.txt 15:28:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:28:53 + PACKAGES=/tmp/packages_start.txt 15:28:53 + '[' /w/workspace/edgex-go/23 ']' 15:28:53 + PACKAGES=/tmp/packages_end.txt 15:28:53 + case "${OS_FAMILY}" in 15:28:53 + rpm -qa 15:28:53 + sort 15:28:58 + '[' -f /tmp/packages_start.txt ']' 15:28:58 + '[' -f /tmp/packages_end.txt ']' 15:28:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:28:58 + '[' /w/workspace/edgex-go/23 ']' 15:28:58 + mkdir -p /w/workspace/edgex-go/23/archives/ 15:28:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo 15:28:58 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:28:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:28:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:28:59 15:28:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:28:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:28:59 alpine: Pulling from edgex-lftools-log-publisher 15:28:59 df20fa9351a1: Pulling fs layer 15:28:59 36b3adc4ff6f: Pulling fs layer 15:28:59 8ad3a11d3b57: Pulling fs layer 15:28:59 46f8f816bc3b: Pulling fs layer 15:28:59 93b61091891f: Pulling fs layer 15:28:59 93b9cdb0e59b: Pulling fs layer 15:28:59 5e14af77c1be: Pulling fs layer 15:28:59 01666e4c0597: Pulling fs layer 15:28:59 aa168da1d23b: Pulling fs layer 15:28:59 46f8f816bc3b: Waiting 15:28:59 93b61091891f: Waiting 15:28:59 93b9cdb0e59b: Waiting 15:28:59 01666e4c0597: Waiting 15:28:59 aa168da1d23b: Waiting 15:28:59 5e14af77c1be: Waiting 15:28:59 36b3adc4ff6f: Verifying Checksum 15:28:59 36b3adc4ff6f: Download complete 15:28:59 46f8f816bc3b: Verifying Checksum 15:28:59 df20fa9351a1: Download complete 15:28:59 93b9cdb0e59b: Verifying Checksum 15:28:59 93b9cdb0e59b: Download complete 15:28:59 93b61091891f: Verifying Checksum 15:28:59 93b61091891f: Download complete 15:28:59 5e14af77c1be: Verifying Checksum 15:28:59 5e14af77c1be: Download complete 15:28:59 01666e4c0597: Verifying Checksum 15:28:59 01666e4c0597: Download complete 15:29:00 8ad3a11d3b57: Verifying Checksum 15:29:00 8ad3a11d3b57: Download complete 15:29:00 df20fa9351a1: Pull complete 15:29:00 36b3adc4ff6f: Pull complete 15:29:01 8ad3a11d3b57: Pull complete 15:29:01 aa168da1d23b: Verifying Checksum 15:29:01 aa168da1d23b: Download complete 15:29:02 46f8f816bc3b: Pull complete 15:29:03 93b61091891f: Pull complete 15:29:03 93b9cdb0e59b: Pull complete 15:29:03 5e14af77c1be: Pull complete 15:29:03 01666e4c0597: Pull complete 15:29:22 aa168da1d23b: Pull complete 15:29:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:29:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:29:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:29:22 prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container 15:29:22 $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:29:25 $ docker top 75ae59ed4575c1f641d70d74e006dbd147f9250fb4ce1ca3be120e84a5d7a34c -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:25 + touch /tmp/pre-build-complete [Pipeline] sh 15:29:26 + mkdir -p /var/log/sa [Pipeline] sh 15:29:26 + ls /var/log/sa-host 15:29:26 + sadf -c /var/log/sa-host/sa23 15:29:26 file_magic: OK 15:29:26 HZ: Using current value: 100 15:29:26 file_header: OK 15:29:26 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 15:29:26 Statistics: 15:29:26 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... 15:29:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:29:26 provisioning config files... 15:29:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config988272478093285216tmp [Pipeline] { [Pipeline] echo 15:29:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:29:27 ---> create-netrc.sh [Pipeline] } 15:29:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:29:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:29:27 ---> python-tools-install.sh [Pipeline] echo 15:29:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:29:27 ---> sudo-logs.sh 15:29:27 Archiving 'sudo' log.. [Pipeline] echo 15:29:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:29:28 ---> job-cost.sh 15:29:28 lf-activate-venv: SKIPPING 15:29:28 INFO: No Stack... 15:29:29 INFO: Retrieving Pricing Info for: v1-standard-2 15:29:29 INFO: Archiving Costs [Pipeline] echo 15:29:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:29:29 ---> logs-deploy.sh 15:29:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/23 15:29:29 INFO: archiving workspace using pattern(s): 15:29:31 Archives upload complete. 15:29:31 INFO: archiving logs to Nexus 15:29:32 ---> uname -a: 15:29:32 Linux prd-centos7-docker-4c-2g-22454.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:29:32 15:29:32 15:29:32 ---> lscpu: 15:29:32 Architecture: x86_64 15:29:32 CPU op-mode(s): 32-bit, 64-bit 15:29:32 Byte Order: Little Endian 15:29:32 Address sizes: 40 bits physical, 48 bits virtual 15:29:32 CPU(s): 4 15:29:32 On-line CPU(s) list: 0-3 15:29:32 Thread(s) per core: 1 15:29:32 Core(s) per socket: 1 15:29:32 Socket(s): 4 15:29:32 NUMA node(s): 1 15:29:32 Vendor ID: GenuineIntel 15:29:32 CPU family: 6 15:29:32 Model: 44 15:29:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:29:32 Stepping: 1 15:29:32 CPU MHz: 2933.438 15:29:32 BogoMIPS: 5866.87 15:29:32 Virtualization: VT-x 15:29:32 Hypervisor vendor: KVM 15:29:32 Virtualization type: full 15:29:32 L1d cache: 128 KiB 15:29:32 L1i cache: 128 KiB 15:29:32 L2 cache: 16 MiB 15:29:32 L3 cache: 64 MiB 15:29:32 NUMA node0 CPU(s): 0-3 15:29:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:29:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:29:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:29:32 Vulnerability Meltdown: Mitigation; PTI 15:29:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:29:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:29:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:29:32 Vulnerability Srbds: Not affected 15:29:32 Vulnerability Tsx async abort: Not affected 15:29:32 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 15:29:32 15:29:32 15:29:32 ---> nproc: 15:29:32 4 15:29:32 15:29:32 15:29:32 ---> df -h: 15:29:32 Filesystem Size Used Available Use% Mounted on 15:29:32 overlay 50.0G 13.0G 37.0G 26% / 15:29:32 tmpfs 64.0M 0 64.0M 0% /dev 15:29:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:29:32 shm 64.0M 0 64.0M 0% /dev/shm 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/23@tmp 15:29:32 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/23 15:29:32 15:29:32 15:29:32 ---> free -m: 15:29:32 total used free shared buff/cache available 15:29:32 Mem: 1837 680 149 0 1007 1070 15:29:32 Swap: 1023 64 959 15:29:32 15:29:32 15:29:32 ---> ip addr: 15:29:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:29:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:29:32 inet 127.0.0.1/8 scope host lo 15:29:32 valid_lft forever preferred_lft forever 15:29:32 inet6 ::1/128 scope host 15:29:32 valid_lft forever preferred_lft forever 15:29:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:29:32 link/ether fa:16:3e:24:e8:05 brd ff:ff:ff:ff:ff:ff 15:29:32 inet 10.30.122.31/23 brd 10.30.123.255 scope global dynamic eth0 15:29:32 valid_lft 85247sec preferred_lft 85247sec 15:29:32 inet6 fe80::f816:3eff:fe24:e805/64 scope link 15:29:32 valid_lft forever preferred_lft forever 15:29:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:29:32 link/ether 02:42:b0:f4:6d:89 brd ff:ff:ff:ff:ff:ff 15:29:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:29:32 valid_lft forever preferred_lft forever 15:29:32 inet6 fe80::42:b0ff:fef4:6d89/64 scope link 15:29:32 valid_lft forever preferred_lft forever 15:29:32 15:29:32 15:29:32 ---> sar -b -r -n DEV: 15:29:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/23/21 _x86_64_ (4 CPU) 15:29:32 15:29:32 15:10:07 LINUX RESTART (4 CPU) 15:29:32 15:29:32 15:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:29:32 15:12:01 201.74 83.57 118.17 0.00 9409.17 47077.50 0.00 15:29:32 15:13:02 231.07 84.08 146.99 0.00 3526.41 21033.62 0.00 15:29:32 15:14:01 174.57 75.05 99.53 0.00 2752.60 11050.30 0.00 15:29:32 15:15:01 202.09 60.35 141.73 0.00 12872.50 75863.92 0.00 15:29:32 15:16:02 2791.41 2438.63 352.78 0.00 182989.39 205113.11 0.00 15:29:32 15:17:02 1022.92 775.84 247.08 0.00 49771.79 75399.97 0.00 15:29:32 15:18:01 2351.04 1990.80 360.24 0.00 115887.68 135873.06 0.00 15:29:32 15:19:02 1936.26 1627.62 308.64 0.00 94404.35 107274.44 0.00 15:29:32 15:20:01 770.01 581.37 188.63 0.00 35673.56 39873.47 0.00 15:29:32 15:21:01 5.76 0.58 5.18 0.00 19.18 157.13 0.00 15:29:32 15:22:01 1.50 1.27 0.23 0.00 100.72 2.03 0.00 15:29:32 15:23:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 15:29:32 15:24:01 0.28 0.00 0.28 0.00 0.00 2.80 0.00 15:29:32 15:25:01 0.32 0.02 0.30 0.00 0.53 3.66 0.00 15:29:32 15:26:01 2.33 2.11 0.22 0.00 161.60 2.60 0.00 15:29:32 15:27:01 0.92 0.12 0.80 0.00 2.00 15.89 0.00 15:29:32 15:28:01 1.78 1.55 0.23 0.00 25.58 2.86 0.00 15:29:32 15:29:02 74.46 65.59 8.87 0.00 5382.65 2075.58 0.00 15:29:32 Average: 544.81 434.68 110.12 0.00 28647.94 40196.45 0.00 15:29:32 15:29:32 15:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:29:32 15:12:01 102436 0 659136 35.03 2052 1117920 1418660 48.42 567016 969696 23488 15:29:32 15:13:02 192360 0 696172 37.00 1492 991520 1607648 54.87 580260 832640 44128 15:29:32 15:14:01 251444 0 814952 43.31 564 814584 1647216 56.22 667828 674184 60032 15:29:32 15:15:01 77200 0 685732 36.45 200 1118412 1255472 42.85 717648 832764 12976 15:29:32 15:16:02 76636 0 813000 43.21 0 991908 2322564 79.27 747500 828504 54568 15:29:32 15:17:02 154868 0 715016 38.00 0 1011660 1933596 65.99 544188 929256 14540 15:29:32 15:18:01 324428 0 722644 38.41 0 834472 1804732 61.59 526176 796316 3072 15:29:32 15:19:02 381400 0 641880 34.11 0 858264 1355820 46.27 505496 752940 14720 15:29:32 15:20:01 554920 0 592080 31.47 0 734544 1197124 40.86 384632 710280 20 15:29:32 15:21:01 558916 0 587624 31.23 0 735004 1171972 40.00 382156 709732 16 15:29:32 15:22:01 557280 0 586216 31.16 0 738048 1165732 39.78 381540 712332 12 15:29:32 15:23:01 557500 0 585988 31.14 0 738056 1165732 39.78 381796 712332 8 15:29:32 15:24:01 557432 0 586044 31.15 0 738068 1165732 39.78 381804 712332 8 15:29:32 15:25:01 556620 0 586868 31.19 0 738056 1165852 39.79 382192 712332 8 15:29:32 15:26:01 549056 0 590348 31.38 0 742140 1165840 39.79 388392 713188 16 15:29:32 15:27:01 549380 0 590016 31.36 0 742148 1165732 39.78 387800 713232 8 15:29:32 15:28:01 549140 0 590252 31.37 0 742152 1165732 39.78 387688 713988 20 15:29:32 15:29:02 202864 0 626096 33.28 0 1052584 1360800 46.44 455448 984388 89052 15:29:32 Average: 375216 0 648337 34.46 239 857752 1401998 47.85 487198 778358 17594 15:29:32 15:29:32 15:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:29:32 15:12:01 veth96fc133 9.86 16.16 0.65 99.29 0.00 0.00 0.00 0.00 15:29:32 15:12:01 eth0 1117.10 1367.86 6041.30 155.35 0.00 0.00 0.00 0.00 15:29:32 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:12:01 docker0 1046.25 739.55 79.65 2817.54 0.00 0.00 0.00 0.00 15:29:32 15:13:02 veth2582d29 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:29:32 15:13:02 eth0 205.49 167.43 760.08 24.60 0.00 0.00 0.00 0.00 15:29:32 15:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:13:02 docker0 149.30 174.10 11.00 731.44 0.00 0.00 0.00 0.00 15:29:32 15:14:01 veth2582d29 0.54 0.54 0.04 0.04 0.00 0.00 0.00 0.00 15:29:32 15:14:01 eth0 31.31 23.36 20.64 63.59 0.00 0.00 0.00 0.00 15:29:32 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:14:01 docker0 0.54 0.54 0.04 0.04 0.00 0.00 0.00 0.00 15:29:32 15:15:01 veth501bd87 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:29:32 15:15:01 eth0 211.53 175.84 1701.81 78.12 0.00 0.00 0.00 0.00 15:29:32 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:16:02 veth501bd87 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 15:29:32 15:16:02 eth0 46.10 21.79 160.19 9.08 0.00 0.00 0.00 0.00 15:29:32 15:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:16:02 docker0 11.79 27.26 0.66 144.71 0.00 0.00 0.00 0.00 15:29:32 15:17:02 veth501bd87 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 15:29:32 15:17:02 veth42e76f5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:17:02 eth0 163.38 132.22 1399.40 70.09 0.00 0.00 0.00 0.00 15:29:32 15:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:18:01 veth501bd87 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:29:32 15:18:01 eth0 123.71 65.61 528.26 21.49 0.00 0.00 0.00 0.00 15:29:32 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:18:01 docker0 1248.83 1031.68 93.60 4267.17 0.00 0.00 0.00 0.00 15:29:32 15:19:02 veth1638a31 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:19:02 veth501bd87 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:19:02 eth0 74.76 51.62 85.30 76.98 0.00 0.00 0.00 0.00 15:29:32 15:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:20:01 eth0 69.80 46.56 139.01 69.24 0.00 0.00 0.00 0.00 15:29:32 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:20:01 docker0 1276.99 1067.67 95.68 4472.91 0.00 0.00 0.00 0.00 15:29:32 15:21:01 eth0 1.58 0.67 0.83 0.28 0.00 0.00 0.00 0.00 15:29:32 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:22:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:29:32 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:23:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:29:32 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:24:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:29:32 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:25:01 eth0 0.98 0.33 0.32 0.20 0.00 0.00 0.00 0.00 15:29:32 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:26:01 eth0 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 15:29:32 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:27:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:29:32 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:29:02 eth0 188.53 152.19 2169.61 17.67 0.00 0.00 0.00 0.00 15:29:32 15:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 15:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 Average: eth0 123.36 121.54 718.33 32.44 0.00 0.00 0.00 0.00 15:29:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:29:32 Average: docker0 69.94 58.48 5.24 245.00 0.00 0.00 0.00 0.00 15:29:32 15:29:32 15:29:32 ---> sar -P ALL: 15:29:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/23/21 _x86_64_ (4 CPU) 15:29:32 15:29:32 15:10:07 LINUX RESTART (4 CPU) 15:29:32 15:29:32 15:11:02 CPU %user %nice %system %iowait %steal %idle 15:29:32 15:12:01 all 16.36 0.00 9.39 2.17 0.07 72.02 15:29:32 15:12:01 0 20.72 0.00 12.43 3.30 0.07 63.47 15:29:32 15:12:01 1 13.49 0.00 8.42 1.85 0.07 76.16 15:29:32 15:12:01 2 13.17 0.00 8.34 2.29 0.05 76.14 15:29:32 15:12:01 3 18.10 0.00 8.39 1.23 0.07 72.21 15:29:32 15:13:02 all 23.12 0.00 8.72 6.33 0.06 61.77 15:29:32 15:13:02 0 22.39 0.00 9.59 7.20 0.10 60.72 15:29:32 15:13:02 1 22.78 0.00 8.22 4.98 0.05 63.97 15:29:32 15:13:02 2 23.75 0.00 8.62 7.13 0.05 60.46 15:29:32 15:13:02 3 23.56 0.00 8.45 6.03 0.05 61.91 15:29:32 15:14:01 all 57.36 0.00 16.05 4.29 0.08 22.22 15:29:32 15:14:01 0 56.97 0.00 15.87 5.98 0.07 21.11 15:29:32 15:14:01 1 60.25 0.00 15.75 4.49 0.05 19.45 15:29:32 15:14:01 2 55.59 0.00 16.68 4.80 0.10 22.82 15:29:32 15:14:01 3 56.61 0.00 15.90 1.86 0.09 25.54 15:29:32 15:15:01 all 27.35 0.00 14.25 5.74 0.07 52.59 15:29:32 15:15:01 0 27.49 0.00 13.72 5.99 0.05 52.75 15:29:32 15:15:01 1 27.14 0.00 14.59 5.18 0.09 53.00 15:29:32 15:15:01 2 27.48 0.00 14.31 6.43 0.07 51.71 15:29:32 15:15:01 3 27.28 0.00 14.37 5.36 0.07 52.92 15:29:32 15:16:02 all 21.74 0.00 28.73 23.63 0.14 25.76 15:29:32 15:16:02 0 21.72 0.00 28.27 23.95 0.19 25.87 15:29:32 15:16:02 1 20.84 0.00 28.26 23.10 0.14 27.66 15:29:32 15:16:02 2 21.93 0.00 29.31 25.28 0.12 23.35 15:29:32 15:16:02 3 22.47 0.00 29.10 22.15 0.12 26.16 15:29:32 15:17:02 all 56.31 0.00 18.35 12.30 0.08 12.96 15:29:32 15:17:02 0 57.21 0.00 18.22 11.77 0.09 12.72 15:29:32 15:17:02 1 56.59 0.00 16.44 12.74 0.07 14.16 15:29:32 15:17:02 2 55.82 0.00 19.15 13.37 0.11 11.56 15:29:32 15:17:02 3 55.62 0.00 19.60 11.34 0.05 13.39 15:29:32 15:18:01 all 13.98 0.00 20.57 32.14 0.11 33.19 15:29:32 15:18:01 0 13.43 0.00 20.92 28.25 0.12 37.27 15:29:32 15:18:01 1 13.46 0.00 17.96 30.37 0.12 38.09 15:29:32 15:18:01 2 14.40 0.00 20.85 38.16 0.12 26.47 15:29:32 15:18:01 3 14.66 0.00 22.58 31.77 0.09 30.90 15:29:32 15:19:02 all 38.42 0.00 20.05 24.23 0.12 17.18 15:29:32 15:19:02 0 38.82 0.00 20.79 21.36 0.14 18.89 15:29:32 15:19:02 1 38.33 0.00 18.58 23.27 0.10 19.72 15:29:32 15:19:02 2 37.39 0.00 20.92 23.90 0.10 17.68 15:29:32 15:19:02 3 39.16 0.00 19.91 28.37 0.12 12.45 15:29:32 15:20:01 all 13.86 0.00 10.34 12.62 0.09 63.08 15:29:32 15:20:01 0 14.20 0.00 10.28 11.36 0.07 64.09 15:29:32 15:20:01 1 13.83 0.00 10.32 12.58 0.09 63.18 15:29:32 15:20:01 2 13.56 0.00 10.36 13.47 0.12 62.49 15:29:32 15:20:01 3 13.86 0.00 10.41 13.07 0.09 62.57 15:29:32 15:21:01 all 0.16 0.00 0.06 0.00 0.00 99.78 15:29:32 15:21:01 0 0.03 0.00 0.07 0.02 0.00 99.88 15:29:32 15:21:01 1 0.55 0.00 0.08 0.00 0.00 99.37 15:29:32 15:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:29:32 15:21:01 3 0.03 0.00 0.08 0.00 0.00 99.88 15:29:32 15:22:01 all 0.16 0.00 0.03 0.00 0.00 99.80 15:29:32 15:22:01 0 0.07 0.00 0.03 0.00 0.00 99.90 15:29:32 15:22:01 1 0.52 0.00 0.03 0.02 0.00 99.43 15:29:32 15:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:29:32 15:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:29:32 15:29:32 15:22:01 CPU %user %nice %system %iowait %steal %idle 15:29:32 15:23:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:29:32 15:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:29:32 15:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:29:32 15:23:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:29:32 15:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:29:32 15:24:01 all 0.17 0.00 0.03 0.00 0.01 99.79 15:29:32 15:24:01 0 0.07 0.00 0.03 0.00 0.02 99.88 15:29:32 15:24:01 1 0.38 0.00 0.03 0.00 0.02 99.57 15:29:32 15:24:01 2 0.17 0.00 0.02 0.00 0.00 99.82 15:29:32 15:24:01 3 0.07 0.00 0.05 0.00 0.00 99.88 15:29:32 15:25:01 all 0.15 0.00 0.03 0.00 0.00 99.81 15:29:32 15:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:29:32 15:25:01 1 0.53 0.00 0.03 0.00 0.00 99.43 15:29:32 15:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:29:32 15:25:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:29:32 15:26:01 all 0.16 0.00 0.07 0.03 0.00 99.74 15:29:32 15:26:01 0 0.03 0.00 0.05 0.02 0.00 99.90 15:29:32 15:26:01 1 0.53 0.00 0.05 0.00 0.00 99.42 15:29:32 15:26:01 2 0.03 0.00 0.13 0.12 0.00 99.72 15:29:32 15:26:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:29:32 15:27:01 all 0.13 0.00 0.03 0.00 0.00 99.84 15:29:32 15:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:29:32 15:27:01 1 0.45 0.00 0.08 0.00 0.00 99.47 15:29:32 15:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:29:32 15:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:29:32 15:28:01 all 0.08 0.00 0.03 0.06 0.00 99.82 15:29:32 15:28:01 0 0.07 0.00 0.02 0.10 0.00 99.82 15:29:32 15:28:01 1 0.08 0.00 0.05 0.00 0.00 99.87 15:29:32 15:28:01 2 0.15 0.00 0.03 0.15 0.00 99.67 15:29:32 15:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:29:32 15:29:02 all 2.87 0.00 1.88 1.92 0.01 93.32 15:29:32 15:29:02 0 2.56 0.00 1.99 1.21 0.02 94.22 15:29:32 15:29:02 1 4.18 0.00 2.34 4.95 0.00 88.53 15:29:32 15:29:02 2 2.27 0.00 1.70 1.04 0.02 94.97 15:29:32 15:29:02 3 2.48 0.00 1.47 0.50 0.02 95.53 15:29:32 Average: all 14.84 0.00 8.08 6.82 0.05 70.22 15:29:32 Average: 0 15.04 0.00 8.30 6.56 0.05 70.05 15:29:32 Average: 1 14.94 0.00 7.70 6.73 0.04 70.59 15:29:32 Average: 2 14.47 0.00 8.18 7.39 0.05 69.91 15:29:32 Average: 3 14.89 0.00 8.15 6.58 0.04 70.33 15:29:32 15:29:32 15:29:32