Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54ab13574731e9cbb3c910d7576150a69cb8d63b+43abde9ba23a76d4b5d84ad674fe94457f4f4498 (f298942a93a5dbd8efa2ec9638584c367e7f3cc8) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1231 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/82 [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/82 # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b Merge succeeded, producing 54ab13574731e9cbb3c910d7576150a69cb8d63b Checking out Revision 54ab13574731e9cbb3c910d7576150a69cb8d63b (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 11a7fb3ae213d8a451820eae10c648eda954c939 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:55:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:55:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:55:04 ========================================================= 18:55:04 EdgeX Global Pipelines Version Info 18:55:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:55:05 ------------------- 18:55:05 stable info: 18:55:05 ------------------- 18:55:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:55:05 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:55:05 Message: update stable to v1.0.186 18:55:06 ------------------- 18:55:06 experimental info: 18:55:06 ------------------- 18:55:06 Commited By: **** collab-it+edgex@linuxfoundation.org 18:55:06 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 18:55:06 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54ab135 [Pipeline] echo 18:55:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:55:07 provisioning config files... 18:55:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/82@tmp/config6581012671318867905tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:08 ---> docker-login.sh 18:55:08 nexus3.edgexfoundry.org:10001 18:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:08 Configure a credential helper to remove this warning. See 18:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:08 18:55:08 Login Succeeded 18:55:08 nexus3.edgexfoundry.org:10002 18:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:08 Configure a credential helper to remove this warning. See 18:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:08 18:55:08 Login Succeeded 18:55:08 nexus3.edgexfoundry.org:10003 18:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:09 Configure a credential helper to remove this warning. See 18:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:09 18:55:09 Login Succeeded 18:55:09 nexus3.edgexfoundry.org:10004 18:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:09 Configure a credential helper to remove this warning. See 18:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:09 18:55:09 Login Succeeded 18:55:09 docker.io 18:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:09 Configure a credential helper to remove this warning. See 18:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:09 18:55:09 Login Succeeded 18:55:09 ---> docker-login.sh ends [Pipeline] } 18:55:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:55:10 ++ 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 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/core-command/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo core-command,cmd/core-command/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/core-data/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo core-data,cmd/core-data/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/core-metadata/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo core-metadata,cmd/core-metadata/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/security-bootstrapper/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/security-proxy-setup/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/support-notifications/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo support-notifications,cmd/support-notifications/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/support-scheduler/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:55:10 + for file in '`ls cmd/**/Dockerfile`' 18:55:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:55:10 ++ cut -d/ -f2 18:55:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:55:10 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 18:55:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:10 18:55:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:55:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:11 latest: Pulling from edgex-devops/git-semver 18:55:11 31603596830f: Pulling fs layer 18:55:11 2a8b12db71e7: Pulling fs layer 18:55:11 6ca5941a6612: Pulling fs layer 18:55:11 ecc8261a40a4: Pulling fs layer 18:55:11 ecc8261a40a4: Waiting 18:55:11 2a8b12db71e7: Verifying Checksum 18:55:11 2a8b12db71e7: Download complete 18:55:11 31603596830f: Verifying Checksum 18:55:11 31603596830f: Download complete 18:55:11 6ca5941a6612: Verifying Checksum 18:55:11 6ca5941a6612: Download complete 18:55:11 ecc8261a40a4: Verifying Checksum 18:55:11 ecc8261a40a4: Download complete 18:55:11 31603596830f: Pull complete 18:55:11 2a8b12db71e7: Pull complete 18:55:12 6ca5941a6612: Pull complete 18:55:13 ecc8261a40a4: Pull complete 18:55:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:55:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:55:13 prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container 18:55:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:55:15 $ docker top d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:55:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:16 [ssh-agent] Looking for ssh-agent implementation... 18:55:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:16 $ docker exec d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent 18:55:16 SSH_AUTH_SOCK=/tmp/ssh-ADdmFoq8CGck/agent.12 18:55:16 SSH_AGENT_PID=17 18:55:16 Running ssh-add (command line suppressed) 18:55:16 Identity added: /w/workspace/edgex-go/82@tmp/private_key_5320007466193881545.key (/w/workspace/edgex-go/82@tmp/private_key_5320007466193881545.key) 18:55:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:17 + git tag --points-at HEAD [Pipeline] } 18:55:17 $ docker exec --env ******** --env ******** d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent -k 18:55:17 unset SSH_AUTH_SOCK; 18:55:17 unset SSH_AGENT_PID; 18:55:17 echo Agent pid 17 killed; 18:55:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:55:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:17 [ssh-agent] Looking for ssh-agent implementation... 18:55:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:17 $ docker exec d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent 18:55:17 SSH_AUTH_SOCK=/tmp/ssh-2ekEXzGgGgew/agent.46 18:55:17 SSH_AGENT_PID=51 18:55:17 Running ssh-add (command line suppressed) 18:55:17 Identity added: /w/workspace/edgex-go/82@tmp/private_key_6676792301028288486.key (/w/workspace/edgex-go/82@tmp/private_key_6676792301028288486.key) 18:55:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:18 + git semver init 18:55:18 # -> Open(): unable to determine branch for HEAD 18:55:18 # $GIT_DIR = /w/workspace/edgex-go/82/.git 18:55:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/82 18:55:18 # $SEMVER_REMOTE_NAME = origin 18:55:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:55:18 # $SEMVER_USER_NAME = edgex-jenkins 18:55:18 # $SEMVER_BRANCH = PR-3234 18:55:18 # $SEMVER_TEMP = /tmp/semver-301194567 18:55:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:55:50 # '/tmp/semver-301194567' -> '/w/workspace/edgex-go/82/.semver' 18:55:50 # -> Force: false 18:55:50 # $SEMVER_DIR = /w/workspace/edgex-go/82/.semver [Pipeline] } 18:55:50 $ docker exec --env ******** --env ******** d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent -k 18:55:50 unset SSH_AUTH_SOCK; 18:55:50 unset SSH_AGENT_PID; 18:55:50 echo Agent pid 51 killed; 18:55:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:55:51 + git semver [Pipeline] } 18:55:51 $ docker stop --time=1 d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 18:55:52 $ docker rm -f d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 [Pipeline] // withDockerContainer [Pipeline] sh 18:55:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:55:54 Stashed 1 file(s) [Pipeline] echo 18:55:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:55:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:55:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:55:55 + sudo service docker restart 18:55:55 + true 18:55:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:55:55 ========================================================= 18:55:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:55:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:55:56 + 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 . 18:56:00 Sending build context to Docker daemon 329.6MB 18:56:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:56:00 Step 2/6 : FROM ${BASE} 18:56:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:56:00 188c0c94c7c5: Pulling fs layer 18:56:00 0ef7d3d256c8: Pulling fs layer 18:56:00 de9db76c5a1d: Pulling fs layer 18:56:00 bca2f99d35d6: Pulling fs layer 18:56:00 93359f2a8cfa: Pulling fs layer 18:56:00 7c6f9722023f: Pulling fs layer 18:56:00 a35cf1a2eb13: Pulling fs layer 18:56:00 93359f2a8cfa: Waiting 18:56:00 7c6f9722023f: Waiting 18:56:00 a35cf1a2eb13: Waiting 18:56:00 bca2f99d35d6: Waiting 18:56:00 de9db76c5a1d: Verifying Checksum 18:56:00 de9db76c5a1d: Download complete 18:56:00 0ef7d3d256c8: Verifying Checksum 18:56:00 0ef7d3d256c8: Download complete 18:56:00 93359f2a8cfa: Verifying Checksum 18:56:00 93359f2a8cfa: Download complete 18:56:00 7c6f9722023f: Verifying Checksum 18:56:00 7c6f9722023f: Download complete 18:56:00 188c0c94c7c5: Download complete 18:56:00 188c0c94c7c5: Pull complete 18:56:02 a35cf1a2eb13: Download complete 18:56:02 0ef7d3d256c8: Pull complete 18:56:02 de9db76c5a1d: Pull complete 18:56:03 bca2f99d35d6: Verifying Checksum 18:56:03 bca2f99d35d6: Download complete 18:56:09 Still waiting to schedule task 18:56:09 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1227’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1230’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1233’ is offline 18:56:09 bca2f99d35d6: Pull complete 18:56:09 93359f2a8cfa: Pull complete 18:56:09 7c6f9722023f: Pull complete 18:56:13 a35cf1a2eb13: Pull complete 18:56:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:56:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:56:13 ---> a62c8e92a672 18:56:13 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 18:56:13 ---> Running in f4368c278391 18:56:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:15 (1/12) Installing libmagic (5.38-r0) 18:56:16 (2/12) Installing file (5.38-r0) 18:56:16 (3/12) Installing libc-dev (0.7.2-r3) 18:56:16 (4/12) Installing g++ (9.3.0-r2) 18:56:20 (5/12) Installing fortify-headers (1.1-r0) 18:56:20 (6/12) Installing patch (2.7.6-r6) 18:56:21 (7/12) Installing build-base (0.5-r2) 18:56:21 (8/12) Installing libsodium (1.0.18-r0) 18:56:21 (9/12) Installing pkgconf (1.7.2-r0) 18:56:21 (10/12) Installing libsodium-dev (1.0.18-r0) 18:56:21 (11/12) Installing libzmq (4.3.3-r0) 18:56:21 (12/12) Installing zeromq-dev (4.3.3-r0) 18:56:21 Executing busybox-1.31.1-r19.trigger 18:56:21 OK: 233 MiB in 51 packages 18:56:25 Removing intermediate container f4368c278391 18:56:25 ---> 23a21c905b01 18:56:25 Step 4/6 : WORKDIR /edgex-go 18:56:25 ---> Running in 2a6787fa9326 18:56:25 Removing intermediate container 2a6787fa9326 18:56:25 ---> b1c9d9cd8c97 18:56:25 Step 5/6 : COPY go.mod . 18:56:25 ---> 9d59badcf036 18:56:25 Step 6/6 : RUN go mod download 18:56:25 ---> Running in d88e3f293cc2 18:56:52 Removing intermediate container d88e3f293cc2 18:56:52 ---> b992490ec920 18:56:52 Successfully built b992490ec920 18:56:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:56:52 + docker inspect -f . ci-base-image-x86_64 18:56:52 . [Pipeline] withDockerContainer 18:56:52 prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container 18:56:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:56:53 $ docker top 472c6b630886603270be5488bf616dd307588391819faab2490a2285aab01eab -eo pid,comm [Pipeline] { [Pipeline] sh 18:56:54 + go version 18:56:54 go version go1.15.5 linux/amd64 [Pipeline] } 18:56:54 $ docker stop --time=1 472c6b630886603270be5488bf616dd307588391819faab2490a2285aab01eab 18:56:55 $ docker rm -f 472c6b630886603270be5488bf616dd307588391819faab2490a2285aab01eab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:56:56 + docker inspect -f . ci-base-image-x86_64 18:56:56 . [Pipeline] withDockerContainer 18:56:56 prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container 18:56:56 $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:56:58 $ docker top 3cd6131f82b55ed6f1b7f0213b00bf232a2e9af350e87fffedbfb784e5859216 -eo pid,comm [Pipeline] { [Pipeline] echo 18:56:58 ========================================================= 18:56:58 [edgeXBuildGoParallel] Running Tests and Build... 18:56:58 ========================================================= [Pipeline] sh 18:56:58 + make test 18:56:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:57:08 ? github.com/edgexfoundry/edgex-go [no test files] 18:57:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:57:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:57:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:57:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:57:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:57:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:57:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:57:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:57:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:57:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 45.9% of statements 18:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:57:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:57:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.045s coverage: 19.8% of statements 18:57:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements 18:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.1% of statements 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements 18:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.173s coverage: 82.9% of statements 18:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.090s coverage: 78.9% of statements 18:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:57:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.448s coverage: 28.6% of statements 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:57:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:57:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:57:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.181s coverage: 86.7% of statements 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:57:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.183s coverage: 97.5% of statements 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:57:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:57:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:57:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.531s coverage: 93.0% of statements 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:57:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:57:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements 18:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 18:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 18:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 18:57:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 18:58:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.071s coverage: 94.4% of statements 18:58:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 18:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.358s coverage: 81.9% of statements 18:58:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.120s coverage: 92.9% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 64.4% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 69.0% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 38.4% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.172s coverage: 47.0% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:58:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 88.6% of statements 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:58:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 28.7% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.156s coverage: 99.0% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.086s coverage: 64.6% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.139s coverage: 95.6% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:58:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 18:58:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements 18:58:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 18:58:23 GO111MODULE=on go vet ./... 18:59:02 gofmt -l . 18:59:02 [ "`gofmt -l .`" = "" ] 18:59:02 ./bin/test-go-mod-tidy.sh 18:59:02 ./bin/test-attribution-txt.sh [Pipeline] sh 18:59:03 + ls -al . 18:59:03 total 812 18:59:03 drwxrwxr-x 10 1001 1001 4096 Apr 20 18:58 . 18:59:03 drwxr-xr-x 4 root root 30 Apr 20 18:56 .. 18:59:03 -rw-rw-r-- 1 1001 1001 11 Apr 20 18:54 .dockerignore 18:59:03 drwxrwxr-x 8 1001 1001 179 Apr 20 18:55 .git 18:59:03 drwxrwxr-x 3 1001 1001 125 Apr 20 18:54 .github 18:59:03 -rw-rw-r-- 1 1001 1001 818 Apr 20 18:54 .gitignore 18:59:03 drwx------ 3 1001 1001 60 Apr 20 18:55 .semver 18:59:03 -rw-rw-r-- 1 1001 1001 166 Apr 20 18:54 .sonarcloud.properties 18:59:03 -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:54 Attribution.txt 18:59:03 -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:54 CONTRIBUTING.md 18:59:03 -rw-rw-r-- 1 1001 1001 931 Apr 20 18:54 Dockerfile.build 18:59:03 -rw-rw-r-- 1 1001 1001 863 Apr 20 18:54 Jenkinsfile 18:59:03 -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:54 LICENSE 18:59:03 -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:54 Makefile 18:59:03 -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:54 README.md 18:59:03 -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:54 SECURITY.md 18:59:03 -rw-rw-r-- 1 1001 1001 5 Apr 20 18:55 VERSION 18:59:03 -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:54 ZMQWindows.md 18:59:03 drwxrwxr-x 2 1001 1001 117 Apr 20 18:54 bin 18:59:03 drwxrwxr-x 14 1001 1001 4096 Apr 20 18:54 cmd 18:59:03 -rw-r--r-- 1 root root 703598 Apr 20 18:58 coverage.out 18:59:03 -rw-r--r-- 1 root root 1060 Apr 20 18:58 go.mod 18:59:03 -rw-r--r-- 1 root root 22075 Apr 20 18:58 go.sum 18:59:03 drwxrwxr-x 8 1001 1001 127 Apr 20 18:54 internal 18:59:03 drwxrwxr-x 4 1001 1001 26 Apr 20 18:54 openapi 18:59:03 drwxrwxr-x 4 1001 1001 71 Apr 20 18:54 snap 18:59:03 -rw-rw-r-- 1 1001 1001 168 Apr 20 18:54 version.go [Pipeline] sh 18:59:03 + '[' -e coverage.out ] 18:59:03 + chown 1001:1001 coverage.out [Pipeline] stash 18:59:03 Stashed 1 file(s) [Pipeline] sh 18:59:04 + make build 18:59: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 18:59:09 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 18:59:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1234 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 18:59:13 Running in /w/workspace/edgex-go/82 [Pipeline] { [Pipeline] checkout 18:59: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 18:59:19 using credential edgex-jenkins-ssh 18:59:19 Cloning the remote Git repository 18:59:19 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 18:59:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:59:19 > git init /w/workspace/edgex-go/82 # timeout=10 18:59:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:59:19 > git --version # timeout=10 18:59:19 > git --version # 'git version 2.17.1' 18:59:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:59: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 18:59:21 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 18:59: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 18:59:25 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 18:59:26 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 18:59:28 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 18:59:29 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 18:59: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] } 18:59:32 $ docker stop --time=1 3cd6131f82b55ed6f1b7f0213b00bf232a2e9af350e87fffedbfb784e5859216 18:59:34 $ docker rm -f 3cd6131f82b55ed6f1b7f0213b00bf232a2e9af350e87fffedbfb784e5859216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:59:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:36 18:59:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:59:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:36 latest: Pulling from edgex-devops/edgex-compose 18:59:36 cbdbe7a5bc2a: Pulling fs layer 18:59:36 ca9280d653b3: Pulling fs layer 18:59:36 7e9c9ca2126c: Pulling fs layer 18:59:36 cbdbe7a5bc2a: Verifying Checksum 18:59:36 cbdbe7a5bc2a: Download complete 18:59:36 ca9280d653b3: Verifying Checksum 18:59:36 ca9280d653b3: Download complete 18:59:36 cbdbe7a5bc2a: Pull complete 18:59:37 7e9c9ca2126c: Verifying Checksum 18:59:37 7e9c9ca2126c: Download complete 18:59:37 ca9280d653b3: Pull complete 18:59:46 7e9c9ca2126c: Pull complete 18:59:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:59:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:59:46 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b 18:59:46 prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container 18:59:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:59:46 Merge succeeded, producing 54ab13574731e9cbb3c910d7576150a69cb8d63b 18:59:46 Checking out Revision 54ab13574731e9cbb3c910d7576150a69cb8d63b (PR-3234) 18:59:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:59:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:59:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:59:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:59:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:59:46 > git config core.sparsecheckout # timeout=10 18:59:46 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 18:59:46 > git remote # timeout=10 18:59:46 > git config --get remote.origin.url # timeout=10 18:59:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:46 > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 18:59:46 > git rev-parse HEAD^{commit} # timeout=10 18:59:46 > git config core.sparsecheckout # timeout=10 18:59:46 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 18:59:49 $ docker top 19245f61b0bdd0f8945f4c08ce24f04949e21d9a28e379823f4e9be679229d43 -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:49 + docker-compose build --help 18:59:49 + grep parallel 18:59:50 --parallel Build images in parallel. [Pipeline] } 18:59:50 $ docker stop --time=1 19245f61b0bdd0f8945f4c08ce24f04949e21d9a28e379823f4e9be679229d43 18:59:51 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 18:59:52 $ docker rm -f 19245f61b0bdd0f8945f4c08ce24f04949e21d9a28e379823f4e9be679229d43 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 18:59:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:59:52 . [Pipeline] withDockerContainer 18:59:53 prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container 18:59:53 $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:59:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 18:59:54 $ docker top 8571fa66b2bc5d6fc71899d407ed4783e8bc5b9d5e6fbf30334f0bfc2ac7b967 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:59:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:59:54 + docker-compose -f ./docker-compose-build.yml build --parallel 18:59:54 + sudo service docker restart 18:59:54 + true 18:59:55 Building docker-core-command-go ... 18:59:55 Building docker-core-data-go ... 18:59:55 Building docker-core-metadata-go ... 18:59:55 Building docker-security-bootstrapper-go ... 18:59:55 Building docker-security-proxy-setup-go ... 18:59:55 Building docker-security-secretstore-setup-go ... 18:59:55 Building docker-support-notifications-go ... 18:59:55 Building docker-support-scheduler-go ... 18:59:55 Building docker-sys-mgmt-agent-go ... 18:59:55 Building docker-core-data-go 18:59:55 Building docker-support-scheduler-go 18:59:55 Building docker-security-bootstrapper-go 18:59:55 Building docker-support-notifications-go 18:59:55 Building docker-security-proxy-setup-go [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:59:56 provisioning config files... 18:59:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/82@tmp/config2731291647277348612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:59:57 ---> docker-login.sh 18:59:57 nexus3.edgexfoundry.org:10001 18:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:58 Configure a credential helper to remove this warning. See 18:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:58 18:59:58 Login Succeeded 18:59:58 nexus3.edgexfoundry.org:10002 18:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:59 Configure a credential helper to remove this warning. See 18:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:59 18:59:59 Login Succeeded 18:59:59 nexus3.edgexfoundry.org:10003 18:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:59 Configure a credential helper to remove this warning. See 18:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:59 18:59:59 Login Succeeded 18:59:59 nexus3.edgexfoundry.org:10004 18:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:00:00 Configure a credential helper to remove this warning. See 19:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:00:00 19:00:00 Login Succeeded 19:00:00 docker.io 19:00:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:00:00 Configure a credential helper to remove this warning. See 19:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:00:00 19:00:00 Login Succeeded 19:00:00 ---> docker-login.sh ends [Pipeline] } 19:00:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:00:01 ========================================================= 19:00:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:00:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:00:01 + 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 . 19:00:04 Sending build context to Docker daemon 167.4MB 19:00:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:00:04 Step 2/6 : FROM ${BASE} 19:00:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:00:04 5f621e34cdf4: Pulling fs layer 19:00:04 a4357932f1b6: Pulling fs layer 19:00:04 18c013af1878: Pulling fs layer 19:00:04 00ac8860ef70: Pulling fs layer 19:00:04 63d7cb157983: Pulling fs layer 19:00:04 b116817d02f9: Pulling fs layer 19:00:04 745a02a5169b: Pulling fs layer 19:00:04 00ac8860ef70: Waiting 19:00:04 63d7cb157983: Waiting 19:00:04 b116817d02f9: Waiting 19:00:04 745a02a5169b: Waiting 19:00:04 18c013af1878: Verifying Checksum 19:00:04 18c013af1878: Download complete 19:00:04 a4357932f1b6: Download complete 19:00:04 63d7cb157983: Verifying Checksum 19:00:04 63d7cb157983: Download complete 19:00:04 5f621e34cdf4: Verifying Checksum 19:00:04 5f621e34cdf4: Download complete 19:00:04 5f621e34cdf4: Pull complete 19:00:05 a4357932f1b6: Pull complete 19:00:05 18c013af1878: Pull complete 19:00:06 745a02a5169b: Download complete 19:00:07 00ac8860ef70: Verifying Checksum 19:00:07 00ac8860ef70: Download complete 19:00:17 00ac8860ef70: Pull complete 19:00:17 63d7cb157983: Pull complete 19:00:17 b116817d02f9: Pull complete 19:00:21 745a02a5169b: Pull complete 19:00:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:00:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:00:21 ---> b7e6874047d6 19:00:21 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 19:00:24 ---> Running in 20108699c9fe 19:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:27 (1/12) Installing libmagic (5.38-r0) 19:00:27 (2/12) Installing file (5.38-r0) 19:00:27 (3/12) Installing libc-dev (0.7.2-r3) 19:00:27 (4/12) Installing g++ (9.3.0-r2) 19:00:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:34 ---> b992490ec920 19:00:34 Step 3/22 : WORKDIR /edgex-go 19:00:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:34 ---> b992490ec920 19:00:34 Step 3/22 : WORKDIR /edgex-go 19:00:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:00:34 ---> b992490ec920 19:00:34 Step 3/21 : WORKDIR /edgex-go 19:00:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:34 19:00:34 Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:34 19:00:34 ---> b992490ec920 19:00:34 ---> b992490ec920 19:00:34 Step 3/31 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 19:00:34 19:00:34 ---> Running in d65384b295af 19:00:34 ---> Running in b27c79736b3e 19:00:34 ---> Running in 8c003befadad 19:00:34 ---> Running in 60d1c63339f0 19:00:34 ---> Running in 5a8db6e3be09 19:00:34 Removing intermediate container 8c003befadad 19:00:34 ---> 34132577af3d 19:00:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:34 Removing intermediate container 5a8db6e3be09 19:00:34 ---> a8bbd9fdc3ef 19:00:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:34 Removing intermediate container b27c79736b3e 19:00:34 ---> 923bd083f9d3 19:00:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:34 Removing intermediate container d65384b295af 19:00:34 ---> bb34d3ba277e 19:00:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:34 Removing intermediate container 60d1c63339f0 19:00:34 ---> 75f3821b8988 19:00:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:34 ---> Running in 0961bd387571 19:00:34 ---> Running in 4514190af02b 19:00:34 ---> Running in dab6bc114292 19:00:34 ---> Running in 0f1cb0601a9e 19:00:34 ---> Running in e00a32e94ad1 19:00:37 Removing intermediate container 0961bd387571 19:00:37 ---> 495c834a13f7 19:00:37 Step 5/21 : RUN apk add --update --no-cache make git 19:00:37 ---> Running in 8e99e95bb0f8 19:00:37 Removing intermediate container dab6bc114292 19:00:37 ---> 54d4480b9656 19:00:37 Step 5/31 : RUN apk add --update --no-cache make git 19:00:37 Removing intermediate container 4514190af02b 19:00:37 ---> 62a1709b888f 19:00:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:00:37 ---> Running in 41373849c9e2 19:00:37 Removing intermediate container e00a32e94ad1 19:00:37 ---> a9916a210dc0 19:00:37 Step 5/22 : RUN apk add --update --no-cache make git 19:00:37 ---> Running in 917423eb636b 19:00:37 Removing intermediate container 0f1cb0601a9e 19:00:37 ---> aa2d1e1168a5 19:00:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:00:37 ---> Running in b37a582d34ba 19:00:37 ---> Running in 0473c53fb185 19:00:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:39 OK: 233 MiB in 51 packages 19:00:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:39 OK: 233 MiB in 51 packages 19:00:39 OK: 233 MiB in 51 packages 19:00:40 OK: 233 MiB in 51 packages 19:00:40 OK: 233 MiB in 51 packages 19:00:40 Removing intermediate container 8e99e95bb0f8 19:00:40 ---> 4eea2248f3b2 19:00:40 Step 6/21 : COPY go.mod . 19:00:40 Removing intermediate container 917423eb636b 19:00:40 ---> 7bcfa5658805 19:00:40 Step 6/22 : COPY go.mod . 19:00:40 Removing intermediate container 41373849c9e2 19:00:40 ---> d7ab58d584e0 19:00:40 Step 6/31 : COPY go.mod . 19:00:40 ---> 45f28f282f9b 19:00:40 Step 7/21 : RUN go mod download 19:00:40 ---> Running in 13af48049799 19:00:40 ---> 04529b79a356 19:00:40 Step 7/22 : RUN go mod download 19:00:41 ---> d9d3012da62e 19:00:41 Step 7/31 : RUN go mod download 19:00:41 ---> Running in 812e22f9194d 19:00:41 ---> Running in 4e49e19d332d 19:00:41 Removing intermediate container b37a582d34ba 19:00:41 ---> 3004ec95f7cf 19:00:41 Step 6/22 : COPY go.mod . 19:00:41 Removing intermediate container 0473c53fb185 19:00:41 ---> 57ad39646177 19:00:41 Step 6/23 : COPY go.mod . 19:00:41 ---> 9dc1dd02db8a 19:00:41 Step 7/22 : RUN go mod download 19:00:41 ---> d0b04953702c 19:00:41 Step 7/23 : RUN go mod download 19:00:41 ---> Running in 7c34d4b5a34d 19:00:41 ---> Running in 16a1295cace4 19:00:43 Removing intermediate container 4e49e19d332d 19:00:43 ---> 4d585f837b97 19:00:43 Step 8/31 : COPY . . 19:00:43 Removing intermediate container 812e22f9194d 19:00:43 ---> 1a78dd3bf4e3 19:00:43 Step 8/22 : COPY . . 19:00:43 Removing intermediate container 13af48049799 19:00:43 ---> dabee56c2260 19:00:43 Step 8/21 : COPY . . 19:00:45 (5/12) Installing fortify-headers (1.1-r0) 19:00:45 (6/12) Installing patch (2.7.6-r6) 19:00:45 (7/12) Installing build-base (0.5-r2) 19:00:45 (8/12) Installing libsodium (1.0.18-r0) 19:00:45 (9/12) Installing pkgconf (1.7.2-r0) 19:00:45 (10/12) Installing libsodium-dev (1.0.18-r0) 19:00:45 (11/12) Installing libzmq (4.3.3-r0) 19:00:45 (12/12) Installing zeromq-dev (4.3.3-r0) 19:00:45 Executing busybox-1.31.1-r19.trigger 19:00:45 OK: 217 MiB in 51 packages 19:00:47 Removing intermediate container 16a1295cace4 19:00:47 ---> 012496e41288 19:00:47 Step 8/22 : COPY . . 19:00:47 Removing intermediate container 7c34d4b5a34d 19:00:47 ---> e3fcbf799745 19:00:47 Step 8/23 : COPY . . 19:00:48 Removing intermediate container 20108699c9fe 19:00:48 ---> 5fa42fff0030 19:00:48 Step 4/6 : WORKDIR /edgex-go 19:00:48 ---> Running in c14466c79487 19:00:48 Removing intermediate container c14466c79487 19:00:48 ---> 3b630c2fb279 19:00:48 Step 5/6 : COPY go.mod . 19:00:49 ---> 8873f7c25f45 19:00:49 Step 6/6 : RUN go mod download 19:00:49 ---> Running in 9700b27d0b42 19:01:16 Removing intermediate container 9700b27d0b42 19:01:16 ---> 0054b1b66495 19:01:16 Successfully built 0054b1b66495 19:01:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:01:16 + docker inspect -f . ci-base-image-arm64 19:01:16 . [Pipeline] withDockerContainer 19:01:17 prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container 19:01:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:01:18 $ docker top f4d953e708422be16ee3496323e4eb9b962fd73ceb3d0f73258b8051ae896761 -eo pid,comm [Pipeline] { [Pipeline] sh 19:01:19 + go version 19:01:19 go version go1.15.5 linux/arm64 [Pipeline] } 19:01:19 $ docker stop --time=1 f4d953e708422be16ee3496323e4eb9b962fd73ceb3d0f73258b8051ae896761 19:01:21 $ docker rm -f f4d953e708422be16ee3496323e4eb9b962fd73ceb3d0f73258b8051ae896761 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:01:22 + docker inspect -f . ci-base-image-arm64 19:01:22 . [Pipeline] withDockerContainer 19:01:22 prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container 19:01:22 $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:01:24 $ docker top cf56efced1c7fb3f043108a171df5d6b23aeb04b3d780aa479df3123f1e20662 -eo pid,comm [Pipeline] { [Pipeline] echo 19:01:24 ========================================================= 19:01:24 [edgeXBuildGoParallel] Running Tests and Build... 19:01:24 ========================================================= [Pipeline] sh 19:01:25 + make test 19:01:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:01:34 ---> acdede6fa408 19:01:34 ---> 1985bad505f2 19:01:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:01:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:01:34 ---> fcc1a4e5f296 19:01:34 Step 9/23 : RUN make cmd/core-data/core-data 19:01:34 ---> 012e043f9145 19:01:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:01:34 ---> 6dda07fdbffb 19:01:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:01:34 ---> Running in 69c84d1e9cd3 19:01:34 ---> Running in d92650513b0f 19:01:34 ---> Running in c2ad3dbc1be2 19:01:34 ---> Running in adab94064da5 19:01:34 ---> Running in 63cde8e1100f 19:01:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:01:34 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 19:01:34 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 19:01:34 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 19:01:34 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 19:01:47 ? github.com/edgexfoundry/edgex-go [no test files] 19:02:07 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 19:02:12 Removing intermediate container 69c84d1e9cd3 19:02:12 ---> f4a88cf60f04 19:02:12 19:02:12 Step 10/31 : FROM alpine:3.12 19:02:12 3.12: Pulling from library/alpine 19:02:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:02:13 Status: Downloaded newer image for alpine:3.12 19:02:13 ---> 13621d1b12d4 19:02:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:02:14 ---> Running in 9f0d4ec5fd79 19:02:19 Removing intermediate container 9f0d4ec5fd79 19:02:19 ---> d4de09dea5e4 19:02:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:02:19 Removing intermediate container adab94064da5 19:02:19 ---> bfbf4c92f88b 19:02:19 19:02:19 Step 10/21 : FROM alpine:3.12 19:02:19 ---> 13621d1b12d4 19:02:19 Step 11/21 : RUN apk add --update --no-cache curl 19:02:19 Removing intermediate container 63cde8e1100f 19:02:19 ---> 044e425bf15d 19:02:19 19:02:19 Step 10/22 : FROM alpine:3.12 19:02:19 ---> 13621d1b12d4 19:02:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:02:19 Removing intermediate container c2ad3dbc1be2 19:02:19 ---> aa182aa275dc 19:02:19 19:02:19 Step 10/22 : FROM alpine:3.12 19:02:19 ---> 13621d1b12d4 19:02:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:02:19 ---> Running in 71ab87f2cb34 19:02:20 ---> Running in 16b0862b4c6c 19:02:20 ---> Running in 1aecb6e30969 19:02:20 ---> Running in cda670d98f04 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:21 (1/2) Installing dumb-init (1.2.2-r1) 19:02:21 (2/2) Installing su-exec (0.2-r1) 19:02:21 Executing busybox-1.31.1-r20.trigger 19:02:21 OK: 6 MiB in 16 packages 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:21 (1/4) Installing ca-certificates (20191127-r4) 19:02:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:02:21 (3/4) Installing libcurl (7.76.1-r0) 19:02:21 (1/1) Installing dumb-init (1.2.2-r1) 19:02:21 Executing busybox-1.31.1-r20.trigger 19:02:21 OK: 6 MiB in 15 packages 19:02:21 (4/4) Installing curl (7.76.1-r0) 19:02:21 Executing busybox-1.31.1-r20.trigger 19:02:21 Executing ca-certificates-20191127-r4.trigger 19:02:21 OK: 7 MiB in 18 packages 19:02:21 (1/2) Installing ca-certificates (20191127-r4) 19:02:22 (2/2) Installing dumb-init (1.2.2-r1) 19:02:22 Executing busybox-1.31.1-r20.trigger 19:02:22 Executing ca-certificates-20191127-r4.trigger 19:02:22 OK: 6 MiB in 16 packages 19:02:24 Removing intermediate container d92650513b0f 19:02:24 ---> 99144ca22626 19:02:24 19:02:24 Step 10/23 : FROM alpine:3.12 19:02:24 ---> 13621d1b12d4 19:02:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:24 Removing intermediate container 71ab87f2cb34 19:02:24 ---> 926cd0cc11c0 19:02:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:02:24 ---> Running in 2c813e1ecf19 19:02:25 ---> Running in b821eb7b0747 19:02:25 Removing intermediate container 1aecb6e30969 19:02:25 ---> 44ee1c91925e 19:02:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:02:25 Removing intermediate container 16b0862b4c6c 19:02:25 ---> 02b91c6fd266 19:02:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:02:25 Removing intermediate container 2c813e1ecf19 19:02:25 ---> e522bd083e1e 19:02:25 Step 12/23 : ENV APP_PORT=48080 19:02:25 ---> Running in 81bcae68ed16 19:02:25 Removing intermediate container cda670d98f04 19:02:25 ---> 688b46ba2d23 19:02:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:02:25 Removing intermediate container b821eb7b0747 19:02:25 ---> 87bd129552ac 19:02:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:02:25 ---> Running in 2d17ec71be11 19:02:25 ---> Running in 71699a87835d 19:02:25 ---> Running in a4d5cb60c1a6 19:02:25 ---> Running in b85aedf13c09 19:02:25 Removing intermediate container 81bcae68ed16 19:02:25 ---> 5a238fa72056 19:02:25 Step 13/22 : ENV APP_PORT=48085 19:02:25 ---> Running in 2dde0cb8f80c 19:02:25 Removing intermediate container 71699a87835d 19:02:25 ---> 6cdb47731999 19:02:25 Step 13/23 : EXPOSE $APP_PORT 19:02:26 Removing intermediate container 2d17ec71be11 19:02:26 ---> 38f0ebb36889 19:02:26 Step 13/21 : WORKDIR /edgex 19:02:26 Removing intermediate container a4d5cb60c1a6 19:02:26 ---> d0cbe7ceea38 19:02:26 Step 13/22 : ENV APP_PORT=48060 19:02:26 Removing intermediate container b85aedf13c09 19:02:26 ---> 853c0f02638d 19:02:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:02:26 ---> Running in 0d9510522075 19:02:26 ---> Running in c26b02d250f4 19:02:26 ---> Running in 6560c90d0ec3 19:02:26 ---> Running in a90410b328c9 19:02:26 Removing intermediate container 2dde0cb8f80c 19:02:26 ---> 16aa89dd19b2 19:02:26 Step 14/22 : EXPOSE $APP_PORT 19:02:27 ---> Running in 1bbad1167796 19:02:27 Removing intermediate container 0d9510522075 19:02:27 ---> 50c597dea9a1 19:02:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:02:27 Removing intermediate container c26b02d250f4 19:02:27 ---> 2d9503ed9fd4 19:02:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:02:27 Removing intermediate container 6560c90d0ec3 19:02:27 ---> f3a42a628a33 19:02:27 Step 14/22 : EXPOSE $APP_PORT 19:02:27 ---> Running in 50016150da88 19:02:27 ---> Running in 99844eda6033 19:02:27 Removing intermediate container 1bbad1167796 19:02:27 ---> b91d5cd50df6 19:02:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:27 ---> 23107b319c18 19:02:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:02:28 Removing intermediate container 99844eda6033 19:02:28 ---> cf7fa7fda783 19:02:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:28 ---> 5bf1a02b3730 19:02:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:02:28 ---> 8fa05cc8573e 19:02:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:02:28 ---> 2691228b7938 19:02:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:02:28 Removing intermediate container a90410b328c9 19:02:28 ---> 5f370d071ffc 19:02:28 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:02:28 ---> Running in bdce2dbb329c 19:02:29 ---> b5c13b86f1e9 19:02:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:02:29 ---> cd29c31deb9c 19:02:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:02:29 Removing intermediate container 50016150da88 19:02:29 ---> 5bdfd99614e1 19:02:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:02:29 ---> 98a3a48a4da8 19:02:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:02:29 Removing intermediate container bdce2dbb329c 19:02:29 ---> 8c4ce12f5535 19:02:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:02:29 ---> Running in b0d1b36de423 19:02:29 ---> Running in db01750b9fa3 19:02:29 ---> 262f19cf0ac3 19:02:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:02:30 ---> Running in 5cfbfdff68d6 19:02:30 Removing intermediate container db01750b9fa3 19:02:30 ---> 577109e2047d 19:02:30 Step 18/21 : CMD ["--init=true"] 19:02:30 ---> 77abf3828e5c 19:02:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:02:30 ---> d616115b4aa5 19:02:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:02:30 ---> Running in b831b1ce5464 19:02:30 ---> Running in cba4cb306dc8 19:02:30 ---> Running in 4e0d2ac745dd 19:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:30 Removing intermediate container 5cfbfdff68d6 19:02:30 ---> 2c80f8f2e512 19:02:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:31 ---> Running in 991895b6c3d6 19:02:31 Removing intermediate container b831b1ce5464 19:02:31 ---> c0581aa07637 19:02:31 Step 19/21 : LABEL arch=x86_64 19:02:31 Removing intermediate container cba4cb306dc8 19:02:31 ---> afb946b1c3f3 19:02:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:31 ---> Running in 11baae2aed8f 19:02:31 ---> Running in 96551bcad3ae 19:02:31 Removing intermediate container 991895b6c3d6 19:02:31 ---> 11816d05c8f4 19:02:31 Step 20/22 : LABEL arch=x86_64 19:02:31 Removing intermediate container 11baae2aed8f 19:02:31 ---> 5dddbb7867c7 19:02:31 Step 20/21 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:02:31 ---> Running in 6f3b3ef5efd5 19:02:31 ---> Running in 9695363c6a26 19:02:31 Removing intermediate container 96551bcad3ae 19:02:31 ---> 48f24172e28b 19:02:31 Step 20/22 : LABEL arch=x86_64 19:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:31 Removing intermediate container 6f3b3ef5efd5 19:02:31 ---> 52e25f61045e 19:02:31 Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:02:31 ---> Running in 5737f40c6b3f 19:02:32 ---> Running in f9c5b10c870d 19:02:32 (1/6) Installing dumb-init (1.2.2-r1) 19:02:32 Removing intermediate container 9695363c6a26 19:02:32 ---> 58bae41928b4 19:02:32 Step 21/21 : LABEL version=0.0.0 19:02:32 (2/6) Installing libgcc (9.3.0-r2) 19:02:32 Removing intermediate container 5737f40c6b3f 19:02:32 ---> b989df0b3e65 19:02:32 Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:02:32 (3/6) Installing libsodium (1.0.18-r0) 19:02:32 (4/6) Installing libstdc++ (9.3.0-r2) 19:02:32 Removing intermediate container f9c5b10c870d 19:02:32 ---> 37e284cc8e36 19:02:32 Step 22/22 : LABEL version=0.0.0 19:02:32 ---> Running in b451b75be86e 19:02:32 ---> Running in 73eb79e233e7 19:02:32 (5/6) Installing libzmq (4.3.3-r0) 19:02:32 ---> Running in 96cea29fa552 19:02:32 Removing intermediate container 4e0d2ac745dd 19:02:32 ---> 222010c2d632 19:02:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:32 (6/6) Installing zeromq (4.3.3-r0) 19:02:32 Removing intermediate container b451b75be86e 19:02:32 ---> 865b2c6c0660 19:02:32 19:02:32 Executing busybox-1.31.1-r20.trigger 19:02:32 OK: 8 MiB in 20 packages 19:02:32 Removing intermediate container 73eb79e233e7 19:02:32 ---> f0c560b2dc4e 19:02:32 Step 22/22 : LABEL version=0.0.0 19:02:32 Removing intermediate container 96cea29fa552 19:02:32 ---> 07525d0314b6 19:02:32 19:02:33 Successfully built 865b2c6c0660 19:02:33 Successfully built 07525d0314b6 19:02:33 ---> f56128abc38f 19:02:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:02:33 ---> Running in 2dda4182d5d5 19:02:33 Successfully tagged docker-security-proxy-setup-go:latest 19:02:33  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 19:02:33 Successfully tagged docker-support-scheduler-go:latest 19:02:33  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 19:02:33 Removing intermediate container 2dda4182d5d5 19:02:33 ---> 0bbc660d9972 19:02:33 19:02:33 Removing intermediate container b0d1b36de423 19:02:33 ---> b5ebc8502fa4 19:02:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:33 Successfully built 0bbc660d9972 19:02:33 Successfully tagged docker-support-notifications-go:latest 19:02:33 Building docker-core-metadata-go 19:02:33  Building docker-support-notifications-go ... done  ---> 9827e4d946c8 19:02:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:02:33 ---> ab5081e76977 19:02:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:02:34 ---> 9e1966b8efd7 19:02:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:02:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:02:35 ---> e1bab38003f8 19:02:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:02:35 ---> 25fd33c6d955 19:02:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:02:37 ---> 10b815e1062e 19:02:37 Step 19/23 : ENTRYPOINT ["/core-data"] 19:02:37 ---> d76016d72dcd 19:02:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:02:37 ---> Running in fd966f06f1f9 19:02:42 ---> Running in e1ad8274bb55 19:02:42 Removing intermediate container fd966f06f1f9 19:02:42 ---> 36384475cdb7 19:02:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:02:44 ---> Running in 9132a84395c4 19:02:44 Removing intermediate container e1ad8274bb55 19:02:44 ---> 5c31f7b544b9 19:02:44 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:02:44 Removing intermediate container 9132a84395c4 19:02:44 ---> ba32efc88368 19:02:44 Step 21/23 : LABEL arch=x86_64 19:02:44 ---> Running in ce1e5ce95540 19:02:44 ---> 4dd2cac59b5a 19:02:44 Step 26/31 : RUN chmod +x /entrypoint.sh 19:02:45 Removing intermediate container ce1e5ce95540 19:02:45 ---> 014147dbdb98 19:02:45 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:02:45 ---> Running in ce478160dd24 19:02:45 ---> Running in b7efe7745561 19:02:48 Removing intermediate container b7efe7745561 19:02:48 ---> 675c29e9bae6 19:02:48 Step 23/23 : LABEL version=0.0.0 19:02:49 ---> Running in 02874a88347d 19:02:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:02:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:02:53 Removing intermediate container 02874a88347d 19:02:53 ---> 684e76c1db5a 19:02:53 19:02:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:02:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:02:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:02:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:02:53 Successfully built 684e76c1db5a 19:02:53 Successfully tagged docker-core-data-go:latest 19:02:53  Building docker-core-data-go ... done Building docker-core-command-go 19:02:53 Removing intermediate container ce478160dd24 19:02:53 ---> d17a8f377ffe 19:02:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:02:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:02:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:02:58 ---> Running in 4f0721ff52d2 19:02:58 Removing intermediate container 4f0721ff52d2 19:02:58 ---> 8c689977cde4 19:02:58 Step 28/31 : CMD ["gate"] 19:02:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:02:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:02:59 ---> b992490ec920 19:02:59 Step 3/23 : WORKDIR /edgex-go 19:02:59 ---> Using cache 19:02:59 ---> 75f3821b8988 19:02:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:02:59 ---> Using cache 19:02:59 ---> a9916a210dc0 19:02:59 Step 5/23 : RUN apk add --update --no-cache make bash git 19:02:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:02:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:02:59 ---> b992490ec920 19:02:59 Step 3/23 : WORKDIR /edgex-go 19:02:59 ---> Using cache 19:02:59 ---> 75f3821b8988 19:02:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:02:59 ---> Using cache 19:02:59 ---> a9916a210dc0 19:02:59 Step 5/23 : RUN apk add --update --no-cache make git 19:02:59 ---> Using cache 19:02:59 ---> 3004ec95f7cf 19:02:59 Step 6/23 : COPY go.mod . 19:02:59 ---> Using cache 19:02:59 ---> 9dc1dd02db8a 19:02:59 Step 7/23 : RUN go mod download 19:02:59 ---> Using cache 19:02:59 ---> 012496e41288 19:02:59 Step 8/23 : COPY . . 19:02:59 ---> Using cache 19:02:59 ---> acdede6fa408 19:02:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:03:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:03:00 ---> b992490ec920 19:03:00 Step 3/24 : WORKDIR /edgex-go 19:03:00 ---> Using cache 19:03:00 ---> 75f3821b8988 19:03:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:00 ---> Using cache 19:03:00 ---> a9916a210dc0 19:03:00 Step 5/24 : RUN apk add --update --no-cache make git 19:03:00 ---> Using cache 19:03:00 ---> 3004ec95f7cf 19:03:00 Step 6/24 : COPY go.mod . 19:03:00 ---> Using cache 19:03:00 ---> 9dc1dd02db8a 19:03:00 Step 7/24 : RUN go mod download 19:03:00 ---> Using cache 19:03:00 ---> 012496e41288 19:03:00 Step 8/24 : COPY . . 19:03:00 ---> Using cache 19:03:00 ---> acdede6fa408 19:03:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:03:02 ---> Running in edd268d35c46 19:03:02 ---> Running in 49a51bde26b8 19:03:02 ---> Running in 77d4dcd1852c 19:03:02 ---> Running in 1013f34c2cb5 19:03:04 Removing intermediate container 77d4dcd1852c 19:03:04 ---> 889d9c388821 19:03:04 Step 29/31 : LABEL arch=x86_64 19:03:04 ---> Running in 51bfbf146238 19:03:05 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 19:03:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:03:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:03:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:03:05 Removing intermediate container 51bfbf146238 19:03:05 ---> dd1b163cd531 19:03:05 Step 30/31 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:03:05 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 19:03:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:06 ---> Running in faae2eba1a6f 19:03:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:07 OK: 233 MiB in 51 packages 19:03:07 Removing intermediate container faae2eba1a6f 19:03:07 ---> 2880b32fb395 19:03:07 Step 31/31 : LABEL version=0.0.0 19:03:07 ---> Running in 1ae49d4b1f53 19:03:09 Removing intermediate container 1ae49d4b1f53 19:03:09 ---> adcd7c344813 19:03:09 19:03:10 Removing intermediate container 49a51bde26b8 19:03:10 ---> 69a0fc86d56f 19:03:10 Step 6/23 : COPY go.mod . 19:03:10 Successfully built adcd7c344813 19:03:10 Successfully tagged docker-security-bootstrapper-go:latest 19:03:11  Building docker-security-bootstrapper-go ... done  ---> 5d5d11aee62b 19:03:11 Step 7/23 : RUN go mod download 19:03:11 ---> Running in 5d88bde75460 19:03:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:03:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.190s coverage: 19.8% of statements 19:03:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.202s coverage: 100.0% of statements 19:03:17 Removing intermediate container 5d88bde75460 19:03:17 ---> a0f7fb94c7c8 19:03:17 Step 8/23 : COPY . . 19:03:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:03:17 ---> b992490ec920 19:03:17 Step 3/23 : WORKDIR /edgex-go 19:03:17 ---> Using cache 19:03:17 ---> 75f3821b8988 19:03:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:17 ---> Using cache 19:03:17 ---> a9916a210dc0 19:03:17 Step 5/23 : RUN apk add --update --no-cache make git 19:03:17 ---> Using cache 19:03:17 ---> 3004ec95f7cf 19:03:17 Step 6/23 : COPY go.mod . 19:03:17 ---> Using cache 19:03:17 ---> 9dc1dd02db8a 19:03:17 Step 7/23 : RUN go mod download 19:03:17 ---> Using cache 19:03:17 ---> 012496e41288 19:03:17 Step 8/23 : COPY . . 19:03:17 ---> Using cache 19:03:17 ---> acdede6fa408 19:03:17 Step 9/23 : RUN make cmd/core-command/core-command 19:03:18 ---> Running in 952e2732196b 19:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.151s coverage: 100.0% of statements 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:03:19 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 19:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.296s coverage: 71.3% of statements 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.9% of statements 19:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.213s coverage: 78.9% of statements 19:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.115s coverage: 28.6% of statements 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.225s coverage: 100.0% of statements 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.137s coverage: 100.0% of statements 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.386s coverage: 97.5% of statements 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.248s coverage: 78.3% of statements 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:03:35 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 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.197s coverage: 93.0% of statements 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.9% of statements 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.190s coverage: 47.1% of statements 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.142s coverage: 79.5% of statements 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.153s coverage: 94.1% of statements 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.141s coverage: 96.3% of statements 19:03:40 ---> 0a403a3356d2 19:03:40 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.157s coverage: 87.5% of statements 19:03:40 ---> Running in 700bd98fdf6b 19:03:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:03:44 Removing intermediate container 1013f34c2cb5 19:03:44 ---> 980af77c8865 19:03:44 19:03:44 Step 10/24 : FROM alpine:3.12 19:03:44 ---> 13621d1b12d4 19:03:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:03:46 ---> Running in e4169ef0c83c 19:03:46 Removing intermediate container edd268d35c46 19:03:46 ---> 4d5a11582f76 19:03:46 19:03:46 Step 10/23 : FROM alpine:3.12 19:03:46 ---> 13621d1b12d4 19:03:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:03:46 ---> Using cache 19:03:46 ---> 44ee1c91925e 19:03:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:46 ---> Using cache 19:03:46 ---> 5a238fa72056 19:03:46 Step 13/23 : ENV APP_PORT=48081 19:03:46 ---> Running in 378228bf0ff6 19:03:46 Removing intermediate container 378228bf0ff6 19:03:46 ---> 8a5f1f94d12b 19:03:46 Step 14/23 : EXPOSE $APP_PORT 19:03:46 ---> Running in da23d00b575e 19:03:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:47 (1/6) Installing ca-certificates (20191127-r4) 19:03:47 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:03:47 (3/6) Installing libcurl (7.76.1-r0) 19:03:47 (4/6) Installing curl (7.76.1-r0) 19:03:47 (5/6) Installing dumb-init (1.2.2-r1) 19:03:47 (6/6) Installing su-exec (0.2-r1) 19:03:47 Executing busybox-1.31.1-r20.trigger 19:03:47 Executing ca-certificates-20191127-r4.trigger 19:03:47 OK: 7 MiB in 20 packages 19:03:47 Removing intermediate container da23d00b575e 19:03:47 ---> d720c08a164f 19:03:47 Step 15/23 : WORKDIR / 19:03:51 ---> Running in 147aafda66b5 19:03:51 Removing intermediate container 952e2732196b 19:03:51 ---> 9d2b76b63bf4 19:03:51 19:03:51 Step 10/23 : FROM alpine:3.12 19:03:51 ---> 13621d1b12d4 19:03:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:03:51 ---> Using cache 19:03:51 ---> 44ee1c91925e 19:03:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:51 ---> Using cache 19:03:51 ---> 5a238fa72056 19:03:51 Step 13/23 : ENV APP_PORT=48082 19:03:51 Removing intermediate container 147aafda66b5 19:03:51 ---> 26052246f865 19:03:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:51 ---> Running in 2de3e49c90cc 19:03:52 Removing intermediate container e4169ef0c83c 19:03:52 ---> 5e67619cc8ef 19:03:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:03:52 ---> f3acb1791102 19:03:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:03:52 Removing intermediate container 2de3e49c90cc 19:03:52 ---> 4a3d93212b76 19:03:52 Step 14/23 : EXPOSE $APP_PORT 19:03:52 ---> Running in e3640795b4b6 19:03:52 ---> Running in bee792f6145f 19:03:53 Removing intermediate container e3640795b4b6 19:03:53 ---> 80783eb7cd75 19:03:53 Step 13/24 : WORKDIR / 19:03:53 Removing intermediate container bee792f6145f 19:03:53 ---> e9d5b7fad210 19:03:53 Step 15/23 : WORKDIR / 19:03:53 ---> Running in dd1899891281 19:03:53 ---> Running in cf437f1caebd 19:03:53 ---> 54a0d89c20be 19:03:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:03:53 Removing intermediate container cf437f1caebd 19:03:53 ---> 6f1dac984c0a 19:03:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:53 Removing intermediate container dd1899891281 19:03:53 ---> 7242e16ec4f9 19:03:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:03:54 ---> db135ab424d9 19:03:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:03:54 ---> 3bbbf3e18cda 19:03:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:03:54 ---> 72ff501c3977 19:03:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:03:54 ---> Running in a9cc09ce7691 19:03:54 ---> 34aa1139b04d 19:03:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:03:54 Removing intermediate container a9cc09ce7691 19:03:54 ---> c836a07611d3 19:03:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:54 ---> Running in 160cbfc789a3 19:03:54 ---> b03bc1c97ea5 19:03:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:03:55 ---> b27e27f59499 19:03:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:03:55 Removing intermediate container 160cbfc789a3 19:03:55 ---> 44b03ed640c2 19:03:55 Step 21/23 : LABEL arch=x86_64 19:03:55 ---> Running in 81e108426788 19:03:55 ---> 5eba88ddedad 19:03:55 Step 19/23 : ENTRYPOINT ["/core-command"] 19:03:55 ---> Running in 5df713b92eb1 19:03:55 Removing intermediate container 81e108426788 19:03:55 ---> 59a24266bec3 19:03:55 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:03:55 ---> 0b5ae2ee93dd 19:03:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:03:55 ---> Running in 70ea913e158f 19:03:55 Removing intermediate container 5df713b92eb1 19:03:55 ---> df441c3bfeb5 19:03:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.165s coverage: 94.4% of statements 19:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements 19:03:55 ---> Running in a811fd0688fe 19:03:55 Removing intermediate container 70ea913e158f 19:03:55 ---> c99f639c2aea 19:03:55 Step 23/23 : LABEL version=0.0.0 19:03:56 ---> Running in 2e9264014420 19:03:56 Removing intermediate container a811fd0688fe 19:03:56 ---> 8f5d3aad4146 19:03:56 Step 21/23 : LABEL arch=x86_64 19:03:58 ---> 948b470d34c1 19:03:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:03:58 ---> Running in 670ce2a0ebd9 19:03:58 Removing intermediate container 2e9264014420 19:03:58 ---> 9222c7874d1d 19:03:58 19:03:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.433s coverage: 81.9% of statements 19:03:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:03:58 Removing intermediate container 700bd98fdf6b 19:03:58 ---> 4412c31abab4 19:03:58 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:03:58 ---> Running in 2cd1e62e4e60 19:03:58 Successfully built 9222c7874d1d 19:03:58 Removing intermediate container 670ce2a0ebd9 19:03:58 ---> b1b45d7303c8 19:03:58 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:03:58 Successfully tagged docker-core-metadata-go:latest 19:03:58  Building docker-core-metadata-go ... done  ---> e15cf5588022 19:03:58 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/ 19:03:59 ---> Running in 7965999432b4 19:03:59 ---> Running in 00557421bfac 19:03:59 Removing intermediate container 7965999432b4 19:03:59 ---> 4a206a82211a 19:03:59 Step 23/23 : LABEL version=0.0.0 19:03:59 ---> Running in 2d99ebce7b15 19:03:59 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 19:03:59 Removing intermediate container 2d99ebce7b15 19:03:59 ---> 163dd362835e 19:03:59 19:03:59 Successfully built 163dd362835e 19:03:59 Successfully tagged docker-core-command-go:latest 19:04:00  Building docker-core-command-go ... done Removing intermediate container 00557421bfac 19:04:00 ---> 986325d1cca5 19:04:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:04:00 ---> Running in 59b6ca578b5e 19:04:00 Removing intermediate container 59b6ca578b5e 19:04:00 ---> 39d6bab1ebe1 19:04:00 Step 22/24 : LABEL arch=x86_64 19:04:00 ---> Running in 7a97c85c7349 19:04:00 Removing intermediate container 2cd1e62e4e60 19:04:00 ---> 07dc4784f5ad 19:04:00 19:04:00 Step 11/23 : FROM docker:20.10.0 19:04:00 20.10.0: Pulling from library/docker 19:04:00 Removing intermediate container 7a97c85c7349 19:04:00 ---> 88e768720fe8 19:04:00 Step 23/24 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:04:00 ---> Running in 867d1c9bdc12 19:04:00 Removing intermediate container 867d1c9bdc12 19:04:00 ---> b596e5328560 19:04:00 Step 24/24 : LABEL version=0.0.0 19:04:01 ---> Running in cd67fa44c6b2 19:04:02 Removing intermediate container cd67fa44c6b2 19:04:02 ---> 3f68a08a296e 19:04:02 19:04:02 Successfully built 3f68a08a296e 19:04:02 Successfully tagged docker-security-secretstore-setup-go:latest 19:04:05  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:04:05 Status: Downloaded newer image for docker:20.10.0 19:04:05 ---> aefe523efa57 19:04:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:04:05 ---> Running in 48eabca5c65f 19:04:05 Removing intermediate container 48eabca5c65f 19:04:05 ---> 1ad5badd9947 19:04:05 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:04:05 ---> Running in 0655e9bcbf9d 19:04:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:06 (1/39) Installing readline (8.0.4-r0) 19:04:06 (2/39) Installing bash (5.0.17-r0) 19:04:06 Executing bash-5.0.17-r0.post-install 19:04:06 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:04:06 (4/39) Installing libcurl (7.76.1-r0) 19:04:06 (5/39) Installing curl (7.76.1-r0) 19:04:06 (6/39) Installing dumb-init (1.2.2-r1) 19:04:06 (7/39) Installing libbz2 (1.0.8-r1) 19:04:06 (8/39) Installing expat (2.2.9-r1) 19:04:06 (9/39) Installing libffi (3.3-r2) 19:04:06 (10/39) Installing gdbm (1.13-r1) 19:04:06 (11/39) Installing xz-libs (5.2.5-r0) 19:04:06 (12/39) Installing sqlite-libs (3.32.1-r0) 19:04:06 (13/39) Installing python3 (3.8.8-r0) 19:04:07 (14/39) Installing py3-appdirs (1.4.4-r1) 19:04:07 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:04:07 (16/39) Installing py3-parsing (2.4.7-r0) 19:04:07 (17/39) Installing py3-six (1.15.0-r0) 19:04:07 (18/39) Installing py3-packaging (20.4-r0) 19:04:07 (19/39) Installing py3-setuptools (47.0.0-r0) 19:04:07 (20/39) Installing py3-chardet (3.0.4-r4) 19:04:07 (21/39) Installing py3-idna (2.9-r0) 19:04:07 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:04:07 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:04:07 (24/39) Installing py3-requests (2.23.0-r0) 19:04:07 (25/39) Installing py3-msgpack (1.0.0-r0) 19:04:07 (26/39) Installing py3-lockfile (0.12.2-r3) 19:04:07 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:04:07 (28/39) Installing py3-colorama (0.4.3-r0) 19:04:07 (29/39) Installing py3-distlib (0.3.0-r0) 19:04:07 (30/39) Installing py3-distro (1.5.0-r1) 19:04:07 (31/39) Installing py3-webencodings (0.5.1-r3) 19:04:07 (32/39) Installing py3-html5lib (1.0.1-r4) 19:04:07 (33/39) Installing py3-pytoml (0.1.21-r0) 19:04:07 (34/39) Installing py3-pep517 (0.8.2-r0) 19:04:07 (35/39) Installing py3-progress (1.5-r0) 19:04:07 (36/39) Installing py3-toml (0.10.1-r0) 19:04:07 (37/39) Installing py3-retrying (1.3.3-r0) 19:04:07 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:04:07 (39/39) Installing py3-pip (20.1.1-r0) 19:04:07 Executing busybox-1.31.1-r19.trigger 19:04:07 OK: 72 MiB in 59 packages 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.191s coverage: 92.9% of statements 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.143s coverage: 75.5% of statements 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.148s coverage: 80.8% of statements 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.195s coverage: 87.2% of statements 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 84.6% of statements 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.6% of statements 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.530s coverage: 64.4% of statements 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 19:04:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 19:04:08 Collecting docker-compose==1.23.2 19:04:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:04:09 Collecting docopt<0.7,>=0.6.1 19:04:09 Downloading docopt-0.6.2.tar.gz (25 kB) 19:04:09 Collecting cached-property<2,>=1.2.0 19:04:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:04:09 Collecting jsonschema<3,>=2.5.1 19:04:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:04:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:04:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:04:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 19:04:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 19:04:10 Collecting docker<4.0,>=3.6.0 19:04:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:04:10 Collecting PyYAML<4,>=3.10 19:04:10 Downloading PyYAML-3.13.tar.gz (270 kB) 19:04:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:04:12 Collecting websocket-client<1.0,>=0.32.0 19:04:12 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:04:12 Collecting dockerpty<0.5,>=0.4.1 19:04:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:04:12 Collecting texttable<0.10,>=0.9.0 19:04:12 Downloading texttable-0.9.1.tar.gz (11 kB) 19:04:13 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) 19:04:13 Collecting urllib3<1.25,>=1.21.1 19:04:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:04:13 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) 19:04:13 Collecting idna<2.8,>=2.5 19:04:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:04:13 Collecting docker-pycreds>=0.4.0 19:04:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:04:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:04:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:04:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:04:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:04:13 Installing collected packages: docopt, cached-property, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, texttable, docker-compose 19:04:13 Running setup.py install for docopt: started 19:04:14 Running setup.py install for docopt: finished with status 'done' 19:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.837s coverage: 69.0% of statements 19:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:04:14 Attempting uninstall: urllib3 19:04:14 Found existing installation: urllib3 1.25.9 19:04:14 Uninstalling urllib3-1.25.9: 19:04:14 Successfully uninstalled urllib3-1.25.9 19:04:14 Attempting uninstall: idna 19:04:14 Found existing installation: idna 2.9 19:04:14 Uninstalling idna-2.9: 19:04:14 Successfully uninstalled idna-2.9 19:04:14 Attempting uninstall: requests 19:04:14 Found existing installation: requests 2.23.0 19:04:14 Uninstalling requests-2.23.0: 19:04:14 Successfully uninstalled requests-2.23.0 19:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.433s coverage: 38.4% of statements 19:04:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:04:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements 19:04:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 19:04:15 Running setup.py install for PyYAML: started 19:04:15 Running setup.py install for PyYAML: finished with status 'done' 19:04:15 Running setup.py install for dockerpty: started 19:04:16 Running setup.py install for dockerpty: finished with status 'done' 19:04:16 Running setup.py install for texttable: started 19:04:16 Running setup.py install for texttable: finished with status 'done' 19:04:16 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.58.0 19:04:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.474s coverage: 47.0% of statements 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:04:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.154s coverage: 100.0% of statements 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:04:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:04:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.133s coverage: 9.6% of statements 19:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:04:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.500s coverage: 88.6% of statements 19:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:04:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:04:29 Removing intermediate container 0655e9bcbf9d 19:04:29 ---> e4ffa36254de 19:04:29 Step 14/23 : ENV APP_PORT=48090 19:04:29 ---> Running in d89f80ebf752 19:04:29 Removing intermediate container d89f80ebf752 19:04:29 ---> 3ad845bc4c02 19:04:29 Step 15/23 : EXPOSE $APP_PORT 19:04:29 ---> Running in 7264950febb2 19:04:29 Removing intermediate container 7264950febb2 19:04:29 ---> 49b1314a5183 19:04:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:04:29 ---> e838010f1b9e 19:04:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:04:29 ---> 0af0110bfe3d 19:04:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:04:29 ---> 20cf71904f87 19:04:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:04:29 ---> Running in 09dc47ecabb2 19:04:29 Removing intermediate container 09dc47ecabb2 19:04:29 ---> a1e120ebdce1 19:04:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:29 ---> Running in ff8cb4479b49 19:04:29 Removing intermediate container ff8cb4479b49 19:04:29 ---> 75f4cd1e5216 19:04:29 Step 21/23 : LABEL arch=x86_64 19:04:29 ---> Running in dc6176b12ab1 19:04:30 Removing intermediate container dc6176b12ab1 19:04:30 ---> 46a718e4953f 19:04:30 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:04:30 ---> Running in a663fe63952f 19:04:30 Removing intermediate container a663fe63952f 19:04:30 ---> 4010fd716baa 19:04:30 Step 23/23 : LABEL version=0.0.0 19:04:30 ---> Running in a05d720a6601 19:04:30 Removing intermediate container a05d720a6601 19:04:30 ---> 0b96bfe2687e 19:04:30 19:04:30 Successfully built 0b96bfe2687e 19:04:30 Successfully tagged docker-sys-mgmt-agent-go:latest 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.421s coverage: 28.7% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.239s coverage: 99.0% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.161s coverage: 64.6% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.342s coverage: 95.6% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:04:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:04:30 $ docker stop --time=1 8571fa66b2bc5d6fc71899d407ed4783e8bc5b9d5e6fbf30334f0bfc2ac7b967 19:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.091s coverage: 100.0% of statements 19:04:32 $ docker rm -f 8571fa66b2bc5d6fc71899d407ed4783e8bc5b9d5e6fbf30334f0bfc2ac7b967 [Pipeline] // withDockerContainer [Pipeline] sh 19:04:33 + docker images 19:04:33 + grep docker 19:04:33 docker-sys-mgmt-agent-go latest 0b96bfe2687e 3 seconds ago 312MB 19:04:33 docker-security-secretstore-setup-go latest 3f68a08a296e 32 seconds ago 26.3MB 19:04:33 docker-core-command-go latest 163dd362835e 34 seconds ago 17.5MB 19:04:33 docker-core-metadata-go latest 9222c7874d1d 35 seconds ago 19.2MB 19:04:33 docker-security-bootstrapper-go latest adcd7c344813 About a minute ago 19.3MB 19:04:33 docker-core-data-go latest 684e76c1db5a About a minute ago 22.9MB 19:04:33 docker-support-notifications-go latest 0bbc660d9972 2 minutes ago 18.2MB 19:04:33 docker-security-proxy-setup-go latest 865b2c6c0660 2 minutes ago 26MB 19:04:33 docker-support-scheduler-go latest 07525d0314b6 2 minutes ago 17.7MB 19:04:33 docker 20.10.0 aefe523efa57 4 months 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] } 19:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements 19:04:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:04:34 GO111MODULE=on go vet ./... 19:04:48 Still waiting to schedule task 19:04:48 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 19:05:56 gofmt -l . 19:05:56 [ "`gofmt -l .`" = "" ] 19:05:56 ./bin/test-go-mod-tidy.sh 19:05:57 ./bin/test-attribution-txt.sh [Pipeline] sh 19:05:59 + ls -al . 19:05:59 total 840 19:05:59 drwxrwxr-x 9 1001 1001 4096 Apr 20 19:05 . 19:05:59 drwxr-xr-x 4 root root 4096 Apr 20 19:01 .. 19:05:59 -rw-rw-r-- 1 1001 1001 11 Apr 20 18:59 .dockerignore 19:05:59 drwxrwxr-x 8 1001 1001 4096 Apr 20 18:59 .git 19:05:59 drwxrwxr-x 3 1001 1001 4096 Apr 20 18:59 .github 19:05:59 -rw-rw-r-- 1 1001 1001 818 Apr 20 18:59 .gitignore 19:05:59 -rw-rw-r-- 1 1001 1001 166 Apr 20 18:59 .sonarcloud.properties 19:05:59 -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:59 Attribution.txt 19:05:59 -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:59 CONTRIBUTING.md 19:05:59 -rw-rw-r-- 1 1001 1001 931 Apr 20 18:59 Dockerfile.build 19:05:59 -rw-rw-r-- 1 1001 1001 863 Apr 20 18:59 Jenkinsfile 19:05:59 -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:59 LICENSE 19:05:59 -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:59 Makefile 19:05:59 -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:59 README.md 19:05:59 -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:59 SECURITY.md 19:05:59 -rw-rw-r-- 1 1001 1001 5 Apr 20 18:55 VERSION 19:05:59 -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:59 ZMQWindows.md 19:05:59 drwxrwxr-x 2 1001 1001 4096 Apr 20 18:59 bin 19:05:59 drwxrwxr-x 14 1001 1001 4096 Apr 20 18:59 cmd 19:05:59 -rw-r--r-- 1 root root 703598 Apr 20 19:04 coverage.out 19:05:59 -rw-r--r-- 1 root root 1060 Apr 20 19:05 go.mod 19:05:59 -rw-r--r-- 1 root root 22075 Apr 20 19:05 go.sum 19:05:59 drwxrwxr-x 8 1001 1001 4096 Apr 20 18:59 internal 19:05:59 drwxrwxr-x 4 1001 1001 4096 Apr 20 18:59 openapi 19:05:59 drwxrwxr-x 4 1001 1001 4096 Apr 20 18:59 snap 19:05:59 -rw-rw-r-- 1 1001 1001 168 Apr 20 18:59 version.go [Pipeline] sh 19:06:00 + '[' -e coverage.out ] 19:06:00 + chown 1001:1001 coverage.out [Pipeline] stash 19:06:00 Warning: overwriting stash ‘coverage-report’ 19:06:01 Stashed 1 file(s) [Pipeline] sh 19:06:02 + make build 19:06:02 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 19:06: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 19:06:41 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 19:06:46 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 19:06: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 19:06:55 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 19:07:01 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 19:07:06 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 19:07:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:07:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:07:17 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 19:07:23 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] } 19:07:29 $ docker stop --time=1 cf56efced1c7fb3f043108a171df5d6b23aeb04b3d780aa479df3123f1e20662 19:07:32 $ docker rm -f cf56efced1c7fb3f043108a171df5d6b23aeb04b3d780aa479df3123f1e20662 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:07:34 19:07:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:07:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:07:34 latest: Pulling from edgex-devops/edgex-compose-arm64 19:07:34 29e5d40040c1: Pulling fs layer 19:07:34 1ce36da41761: Pulling fs layer 19:07:34 25b303627fd3: Pulling fs layer 19:07:34 29e5d40040c1: Download complete 19:07:35 1ce36da41761: Verifying Checksum 19:07:35 1ce36da41761: Download complete 19:07:35 29e5d40040c1: Pull complete 19:07:36 1ce36da41761: Pull complete 19:07:37 25b303627fd3: Download complete 19:07:37 Running on prd-ubuntu18.04-docker-8c-8g-1241 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:07:37 Running in /w/workspace/edgex-go/82 [Pipeline] { [Pipeline] checkout 19:07:40 using credential edgex-jenkins-ssh 19:07:40 Cloning the remote Git repository 19:07:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:07:40 > git init /w/workspace/edgex-go/82 # timeout=10 19:07:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:07:40 > git --version # timeout=10 19:07:40 > git --version # 'git version 2.17.1' 19:07:40 using GIT_SSH to set credentials SSH Credentials for GitHub 19:07:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:07:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:07:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:07:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:07:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:07:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:07:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:07:45 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b 19:07:45 Merge succeeded, producing 54ab13574731e9cbb3c910d7576150a69cb8d63b 19:07:45 Checking out Revision 54ab13574731e9cbb3c910d7576150a69cb8d63b (PR-3234) 19:07:45 > git config core.sparsecheckout # timeout=10 19:07:45 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 19:07:45 > git remote # timeout=10 19:07:45 > git config --get remote.origin.url # timeout=10 19:07:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:07:45 > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 19:07:45 > git rev-parse HEAD^{commit} # timeout=10 19:07:45 > git config core.sparsecheckout # timeout=10 19:07:45 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 19:07:47 25b303627fd3: Pull complete 19:07:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:07:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:07:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:07:47 prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container 19:07:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:07:49 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 19:07:50 $ docker top e960da189951295bd3a0c665adac356b93232a54d9b92b67800a574074e6c03a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:51 + grep parallel 19:07:51 + docker-compose build --help 19:07:51 + echo snap-build.sh 19:07:51 snap-build.sh 19:07:51 + SNAP_BASE_DIR=. 19:07:51 + '[' '!' -z /w/workspace/edgex-go/82 ']' 19:07:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/82 19:07:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/82]' 19:07:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/82] 19:07:51 + cd /w/workspace/edgex-go/82 19:07:51 + sudo apt-get remove -qy --purge lxd lxd-client 19:07:51 Reading package lists... 19:07:51 Building dependency tree... 19:07:51 Reading state information... 19:07:51 The following packages were automatically installed and are no longer required: 19:07:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:07:51 uidmap xdelta3 19:07:51 Use 'sudo apt autoremove' to remove them. 19:07:51 The following packages will be REMOVED: 19:07:51 lxd* lxd-client* 19:07:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:07:52 After this operation, 31.7 MB disk space will be freed. 19:07:53 (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.) 19:07:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:07:54 Removing lxd dnsmasq configuration 19:07:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:07:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:07:54 --parallel Build images in parallel. [Pipeline] } 19:07:54 $ docker stop --time=1 e960da189951295bd3a0c665adac356b93232a54d9b92b67800a574074e6c03a 19:07:55 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:07:55 (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.) 19:07:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:07:56 $ docker rm -f e960da189951295bd3a0c665adac356b93232a54d9b92b67800a574074e6c03a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:57 Processing triggers for systemd (237-3ubuntu10.42) ... 19:07:57 Processing triggers for ureadahead (0.100.0-21) ... 19:07:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:07:57 . [Pipeline] withDockerContainer 19:07:57 prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container 19:07:57 $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:07:58 + sudo snap remove --purge lxd 19:07:58 snap "lxd" is not installed 19:07:58 + sudo groupadd --force --system lxd 19:07:58 ++ whoami 19:07:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:07:58 + newgrp - lxd 19:07:58 + sudo snap install lxd 19:07:59 $ docker top 2c56d05eca84de9f80ee26bb8928177a6435ff2689e8303715c16e5894a34945 -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:00 + docker-compose -f ./docker-compose-build.yml build --parallel 19:08:04 Building docker-core-command-go ... 19:08:04 Building docker-core-data-go ... 19:08:04 Building docker-core-metadata-go ... 19:08:04 Building docker-security-bootstrapper-go ... 19:08:04 Building docker-security-proxy-setup-go ... 19:08:04 Building docker-security-secretstore-setup-go ... 19:08:04 Building docker-support-notifications-go ... 19:08:04 Building docker-support-scheduler-go ... 19:08:04 Building docker-sys-mgmt-agent-go ... 19:08:04 Building docker-security-secretstore-setup-go 19:08:04 Building docker-security-proxy-setup-go 19:08:04 Building docker-core-metadata-go 19:08:04 Building docker-support-notifications-go 19:08:04 Building docker-support-scheduler-go 19:08:07 2021-04-20T19:08:04Z INFO Waiting for automatic snapd restart... 19:08:25 lxd 4.13 from Canonical* installed 19:08:25 + sudo lxd init --auto 19:08:31 + sudo snap install --classic snapcraft 19:08:40 snapcraft 4.6.2 from Canonical* installed 19:08:40 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:08:40 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:08:40 % Total % Received % Xferd Average Speed Time Time Time Current 19:08:40 Dload Upload Total Spent Left Speed 19:08:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3894 0 --:--:-- --:--:-- --:--:-- 3870 19:08:40 100 3325k 100 3325k 0 0 9808k 0 --:--:-- --:--:-- --:--:-- 9808k 19:08:40 ./yq_linux_amd64 19:08:40 + sudo snapcraft prime --use-lxd 19:08:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:08: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: 19:08:40 - README.md 19:08:40 19:08:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:08:41 Launching a container. 19:08:53 Waiting for container to be ready 19:08:53 To start your first instance, try: lxc launch ubuntu:18.04 19:08:53 19:08:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:08:57 Waiting for network to be ready... 19:08:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:08:57 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:08:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 19:08:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 19:08:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:08:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:08:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 19:08:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 19:08:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 19:08:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 19:08:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:08:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:08:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:08:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:08:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:08:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:08:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:08:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:08:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:08:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 19:08:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 19:09:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:09:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:09:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 19:09:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 19:09:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 19:09:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 19:09:02 Fetched 24.4 MB in 5s (5387 kB/s) 19:09:03 Reading package lists... 19:09:03 Reading package lists... 19:09:03 Building dependency tree... 19:09:03 Reading state information... 19:09:03 The following additional packages will be installed: 19:09:03 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:09:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:09:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:09:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:09:03 Suggested packages: 19:09:03 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:09:03 Recommended packages: 19:09:03 gnupg libsasl2-modules 19:09:03 The following NEW packages will be installed: 19:09:03 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:09:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:09:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:09:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:09:03 The following packages will be upgraded: 19:09:03 gpg gpg-agent gpgconf libudev1 19:09:03 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 19:09:03 Need to get 3529 kB of archives. 19:09:03 After this operation, 13.3 MB of additional disk space will be used. 19:09:03 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 19:09:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:09:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:09:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 19:09:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:09:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:09:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:09:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:09:04 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:09:04 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:09:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:09:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:09:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:09:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:09:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:09:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:09:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:09:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:09:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:09:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:09:04 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:09:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:09:04 debconf: delaying package configuration, since apt-utils is not installed 19:09:04 Fetched 3529 kB in 1s (3376 kB/s) 19:09:04 (Reading database ... 12511 files and directories currently installed.) 19:09:04 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 19:09:05 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:09:05 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 19:09:05 Selecting previously unselected package udev. 19:09:05 (Reading database ... 12511 files and directories currently installed.) 19:09:05 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 19:09:05 Unpacking udev (237-3ubuntu10.46) ... 19:09:05 Selecting previously unselected package libfuse2:amd64. 19:09:05 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:09:05 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:09:05 Selecting previously unselected package fuse. 19:09:05 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:09:05 Unpacking fuse (2.9.7-1ubuntu1) ... 19:09:05 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:09:05 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:09:05 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:09:05 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:09:06 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:09:06 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:09:06 Selecting previously unselected package libksba8:amd64. 19:09:06 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:09:06 Unpacking libksba8:amd64 (1.3.5-2) ... 19:09:06 Selecting previously unselected package libroken18-heimdal:amd64. 19:09:06 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:06 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:06 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:09:06 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:06 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:06 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:09:06 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:06 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:06 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:09:06 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:06 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:07 Selecting previously unselected package libwind0-heimdal:amd64. 19:09:07 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:07 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:07 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:09:07 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:07 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:07 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:09:07 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:07 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:07 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:09:07 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:07 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:07 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:09:07 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:09:07 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:07 Selecting previously unselected package libsasl2-modules-db:amd64. 19:09:07 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:09:07 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:09:07 Selecting previously unselected package libsasl2-2:amd64. 19:09:07 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:09:07 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:09:07 Selecting previously unselected package libldap-common. 19:09:07 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:09:07 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:09:07 Selecting previously unselected package libldap-2.4-2:amd64. 19:09:07 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:09:07 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:09:07 Selecting previously unselected package dirmngr. 19:09:07 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:09:07 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:09:07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:09:07 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:09:08 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:09:08 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:09:08 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:09:08 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:09:08 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Setting up libksba8:amd64 (1.3.5-2) ... 19:09:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:09:08 Setting up udev (237-3ubuntu10.46) ... 19:09:08 invoke-rc.d: policy-rc.d denied execution of start. 19:09:08 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Processing triggers for systemd (237-3ubuntu10) ... 19:09:08 Setting up fuse (2.9.7-1ubuntu1) ... 19:09:08 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:09:08 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:08 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:09:09 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:09:09 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:09:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:09:09 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:09:09 settings in the [Install] section, and DefaultInstance for template units). 19:09:09 This means they are not meant to be enabled using systemctl. 19:09:09 Possible reasons for having this kind of units are: 19:09:09 1) A unit may be statically enabled by being symlinked from another unit's 19:09:09 .wants/ or .requires/ directory. 19:09:09 2) A unit's purpose may be to act as a helper for some other unit which has 19:09:09 a requirement dependency on it. 19:09:09 3) A unit may be started when needed via activation (socket, path, timer, 19:09:09 D-Bus, udev, scripted systemctl call, ...). 19:09:09 4) In case of template units, the unit is meant to be enabled with some 19:09:09 instance name specified. 19:09:09 Reading package lists... 19:09:09 Building dependency tree... 19:09:09 Reading state information... 19:09:10 The following additional packages will be installed: 19:09:10 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:09:10 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:09:10 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:09:10 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:09:10 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:09:10 Suggested packages: 19:09:10 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:09:10 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:09:10 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:09:10 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:09:10 systemd-container policykit-1 19:09:10 Recommended packages: 19:09:10 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:09:10 The following NEW packages will be installed: 19:09:10 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:09:10 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:09:10 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:09:10 multiarch-support openssh-client python3 python3-minimal python3.6 19:09:10 python3.6-minimal snapd squashfs-tools sudo 19:09:10 The following packages will be upgraded: 19:09:10 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:09:10 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 19:09:10 Need to get 35.2 MB of archives. 19:09:10 After this operation, 141 MB of additional disk space will be used. 19:09:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 19:09:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:09:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:09:10 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 19:09:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:09:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:09:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:09:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:09:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:09:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:09:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:09:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:09:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:09:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:09:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:09:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:09:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:09:11 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 19:09:11 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 19:09:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 19:09:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:09:11 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:09:11 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:09:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:09:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:09:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:09:11 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:09:11 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:09:11 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:09:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:09:11 debconf: delaying package configuration, since apt-utils is not installed 19:09:11 Fetched 35.2 MB in 1s (26.8 MB/s) 19:09:11 (Reading database ... 12757 files and directories currently installed.) 19:09:11 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 19:09:11 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:09:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 19:09:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:09:12 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 19:09:12 (Reading database ... 12757 files and directories currently installed.) 19:09:12 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 19:09:12 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 19:09:13 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 19:09:13 (Reading database ... 12757 files and directories currently installed.) 19:09:13 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 19:09:13 Unpacking apt (1.6.13) over (1.6.1) ... 19:09:13 Setting up apt (1.6.13) ... 19:09:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:09:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:09:13 (Reading database ... 12764 files and directories currently installed.) 19:09:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:09:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:09:14 Selecting previously unselected package libpython3.6-minimal:amd64. 19:09:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:09:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:09:14 Selecting previously unselected package libexpat1:amd64. 19:09:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:09:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:09:14 Selecting previously unselected package python3.6-minimal. 19:09:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:09:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:09:15 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 19:09:16 Checking for services that may need to be restarted...done. 19:09:16 Checking for services that may need to be restarted...done. 19:09:16 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:09:16 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:09:16 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:09:16 Selecting previously unselected package python3-minimal. 19:09:16 (Reading database ... 13012 files and directories currently installed.) 19:09:16 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:09:16 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:09:16 Selecting previously unselected package mime-support. 19:09:16 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:09:16 Unpacking mime-support (3.60ubuntu1) ... 19:09:16 Selecting previously unselected package libmpdec2:amd64. 19:09:16 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:09:16 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:09:16 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:09:16 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:09:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:09:17 Selecting previously unselected package python3.6. 19:09:17 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:09:17 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:09:17 Selecting previously unselected package libpython3-stdlib:amd64. 19:09:17 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:09:17 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:09:17 Setting up python3-minimal (3.6.7-1~18.04) ... 19:09:17 Selecting previously unselected package python3. 19:09:17 (Reading database ... 13442 files and directories currently installed.) 19:09:17 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:09:17 Unpacking python3 (3.6.7-1~18.04) ... 19:09:17 Selecting previously unselected package multiarch-support. 19:09:17 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:09:17 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:09:17 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:09:17 Selecting previously unselected package liblzo2-2:amd64. 19:09:17 (Reading database ... 13479 files and directories currently installed.) 19:09:17 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:09:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:09:17 Selecting previously unselected package libbsd0:amd64. 19:09:17 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:09:17 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:09:18 Selecting previously unselected package sudo. 19:09:18 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:09:18 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:09:18 Selecting previously unselected package apparmor. 19:09:18 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:09:18 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:09:18 Selecting previously unselected package libedit2:amd64. 19:09:18 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:09:18 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:09:18 Selecting previously unselected package libkrb5support0:amd64. 19:09:18 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:09:18 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:09:18 Selecting previously unselected package libk5crypto3:amd64. 19:09:18 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:09:18 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:09:18 Selecting previously unselected package libkeyutils1:amd64. 19:09:18 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:09:18 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:09:18 Selecting previously unselected package libkrb5-3:amd64. 19:09:18 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:09:18 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:09:18 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:09:18 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:09:18 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:09:19 Selecting previously unselected package libssl1.0.0:amd64. 19:09:19 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:09:19 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:09:19 Selecting previously unselected package openssh-client. 19:09:19 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:09:19 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:09:19 Selecting previously unselected package squashfs-tools. 19:09:19 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:09:19 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:09:19 Selecting previously unselected package snapd. 19:09:19 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:09:19 Unpacking snapd (2.48.3+18.04) ... 19:09:21 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:09:21 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:09:21 Setting up mime-support (3.60ubuntu1) ... 19:09:21 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:09:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:09:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:09:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:09:21 Setting up systemd (237-3ubuntu10.46) ... 19:09:21 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:09:22 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:09:22 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:09:22 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:09:22 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:09:22 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:09:22 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:09:23 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:09:23 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:09:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:09:23 Setting up python3 (3.6.7-1~18.04) ... 19:09:23 running python rtupdate hooks for python3.6... 19:09:23 running python post-rtupdate hooks for python3.6... 19:09:23 Setting up apparmor (2.12-4ubuntu5.1) ... 19:09:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:09:25 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:09:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:09:25 Setting up snapd (2.48.3+18.04) ... 19:09:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:09:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:09:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:09:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:09:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:09:26 ---> 0054b1b66495 19:09:26 Step 3/24 : WORKDIR /edgex-go 19:09:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:09:26 ---> 0054b1b66495 19:09:26 Step 3/22 : WORKDIR /edgex-go 19:09:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:09:26 ---> 0054b1b66495 19:09:26 Step 3/22 : WORKDIR /edgex-go 19:09:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:09:26 19:09:26 ---> 0054b1b66495 19:09:26 ---> 0054b1b66495 19:09:26 Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 19:09:26 19:09:26 ---> Running in c9b3adc015d6 19:09:26 ---> Running in 07f9cdea3bb2 19:09:26 ---> Running in bd9be8146af9 19:09:26 ---> Running in 09f98c7832ff 19:09:26 ---> Running in 534dfcfc9d69 19:09:26 Removing intermediate container 09f98c7832ff 19:09:26 ---> df3679c601bb 19:09:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:26 Removing intermediate container c9b3adc015d6 19:09:26 ---> 8e8fda40893e 19:09:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:26 Removing intermediate container 534dfcfc9d69 19:09:26 ---> a82dc7ced247 19:09:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:26 Removing intermediate container bd9be8146af9 19:09:26 ---> bce2bf1ccf85 19:09:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:26 Removing intermediate container 07f9cdea3bb2 19:09:26 ---> 69732a3ca622 19:09:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:26 ---> Running in 415245d6aca5 19:09:26 ---> Running in d5dc74adaa9e 19:09:26 ---> Running in ef768e8ada2b 19:09:26 ---> Running in a22aa7b8ddd6 19:09:26 ---> Running in 442fb71a7a68 19:09:26 Removing intermediate container 415245d6aca5 19:09:26 ---> 80fe095ab1ce 19:09:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:09:26 ---> Running in 4a3cf1b29eca 19:09:26 Removing intermediate container d5dc74adaa9e 19:09:26 ---> 9e32b3ae9bc4 19:09:26 Step 5/21 : RUN apk add --update --no-cache make git 19:09:26 ---> Running in 46ba9a05b1fa 19:09:26 Removing intermediate container a22aa7b8ddd6 19:09:26 ---> 30ea075f86f7 19:09:26 Step 5/24 : RUN apk add --update --no-cache make git 19:09:26 Removing intermediate container 442fb71a7a68 19:09:26 ---> 82124ab97dd2 19:09:26 Step 5/23 : RUN apk add --update --no-cache make git 19:09:26 Removing intermediate container ef768e8ada2b 19:09:26 ---> afd168bef5dc 19:09:26 Step 5/22 : RUN apk add --update --no-cache make git 19:09:26 ---> Running in 349281a3b306 19:09:26 ---> Running in 5da443a4e251 19:09:26 ---> Running in 152e9cddecc7 19:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:09:26 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:09:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:09:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:27 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:09:27 /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' 19:09:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:09:27 Processing triggers for systemd (237-3ubuntu10.46) ... 19:09:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:27 OK: 217 MiB in 51 packages 19:09:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:09:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:09:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:09:28 OK: 217 MiB in 51 packages 19:09:28 OK: 217 MiB in 51 packages 19:09:28 OK: 217 MiB in 51 packages 19:09:29 Removing intermediate container 4a3cf1b29eca 19:09:29 ---> 5ac306c56456 19:09:29 Step 6/22 : COPY go.mod . 19:09:29 Reading package lists... 19:09:29 Reading package lists... 19:09:29 Building dependency tree... 19:09:29 Reading state information... 19:09:30 Calculating upgrade... 19:09:30 The following packages will be upgraded: 19:09:30 advancecomp base-files bash binutils binutils-common 19:09:30 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:09:30 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:09:30 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:09:30 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:09:30 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:09:30 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:09:30 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 19:09:30 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 19:09:30 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 19:09:30 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 19:09:30 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 19:09:30 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 19:09:30 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 19:09:30 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:09:30 Removing intermediate container 152e9cddecc7 19:09:30 ---> 47f7d860804f 19:09:30 Step 6/22 : COPY go.mod . 19:09:30 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:09:30 Need to get 64.0 MB of archives. 19:09:30 After this operation, 5034 kB of additional disk space will be used. 19:09:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:09:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 19:09:30 Removing intermediate container 349281a3b306 19:09:30 ---> 1d66bdd800a1 19:09:30 Step 6/24 : COPY go.mod . 19:09:30 Removing intermediate container 5da443a4e251 19:09:30 ---> 5ccd977a1a1d 19:09:30 Step 6/23 : COPY go.mod . 19:09:30 ---> 78a582d879f4 19:09:30 Step 7/22 : RUN go mod download 19:09:30 OK: 217 MiB in 51 packages 19:09:30 ---> Running in 61c4686e4adb 19:09:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:09:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:09:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:09:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:09:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:09:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:09:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:09:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:09:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:09:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:09:31 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:09:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:09:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:09:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:09:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:09:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:09:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:09:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:09:31 ---> 3c0c67a7d00e 19:09:31 Step 7/22 : RUN go mod download 19:09:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:09:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:09:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:09:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:09:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:09:31 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:09:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:09:31 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:09:31 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:09:31 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:09:31 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:09:31 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:09:31 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:09:31 ---> Running in da0e1060ac40 19:09:31 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:09:31 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:09:31 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:09:31 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:09:31 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:09:31 ---> e6d4fd397426 19:09:31 ---> 5d7b60303b39 19:09:31 Step 7/24 : RUN go mod download 19:09:31 Step 7/23 : RUN go mod download 19:09:32 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:09:32 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:09:32 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:09:32 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:09:32 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:09:32 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:09:32 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:09:32 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:09:32 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:09:32 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:09:32 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:09:32 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 19:09:32 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:09:32 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:09:32 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:09:32 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:09:32 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:09:32 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:09:32 ---> Running in 3a141418d5a6 19:09:32 ---> Running in 47dd56eaf0b8 19:09:32 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:09:32 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:09:32 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 19:09:32 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 19:09:32 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:09:32 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:09:32 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:09:32 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:09:32 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:09:32 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 19:09:32 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 19:09:32 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 19:09:32 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:09:32 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:09:32 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:09:32 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:09:32 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:09:32 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:09:32 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:09:32 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:09:32 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:09:32 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:09:32 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:09:32 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:09:32 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:09:32 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:09:32 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:09:32 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:09:32 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:09:32 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:09:32 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:09:32 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:09:32 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:09:32 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:09:32 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:09:32 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:09:32 Removing intermediate container 46ba9a05b1fa 19:09:32 ---> 67923faf3e68 19:09:32 Step 6/21 : COPY go.mod . 19:09:33 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:09:33 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:09:33 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:09:33 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:09:34 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:09:34 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:09:34 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:09:34 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:09:34 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:09:34 ---> 8f5b812a3800 19:09:34 Step 7/21 : RUN go mod download 19:09:34 debconf: delaying package configuration, since apt-utils is not installed 19:09:34 Fetched 64.0 MB in 4s (15.8 MB/s) 19:09:34 (Reading database ... 13912 files and directories currently installed.) 19:09:34 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:09:34 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:09:34 ---> Running in 98e7100dcd11 19:09:34 Removing intermediate container 61c4686e4adb 19:09:34 ---> f8db60ad647e 19:09:34 Step 8/22 : COPY . . 19:09:35 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:09:35 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:09:35 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 19:09:35 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 19:09:36 Removing intermediate container da0e1060ac40 19:09:36 ---> 453706b2b875 19:09:36 Step 8/22 : COPY . . 19:09:36 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:36 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:36 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:36 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:36 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:36 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:36 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:36 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:36 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:36 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:36 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:36 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:36 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:36 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:36 Removing intermediate container 47dd56eaf0b8 19:09:36 ---> d34bffea37bd 19:09:36 Step 8/24 : COPY . . 19:09:37 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:09:37 (Reading database ... 13911 files and directories currently installed.) 19:09:37 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:37 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:09:37 Removing intermediate container 3a141418d5a6 19:09:37 ---> c5ebfb3bc416 19:09:37 Step 8/23 : COPY . . 19:09:37 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:09:37 (Reading database ... 13911 files and directories currently installed.) 19:09:37 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:37 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:37 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:37 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:37 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:09:37 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:09:37 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:09:38 (Reading database ... 13911 files and directories currently installed.) 19:09:38 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:09:38 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:09:38 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:09:38 (Reading database ... 13911 files and directories currently installed.) 19:09:38 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:09:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:09:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:09:38 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:09:39 Removing intermediate container 98e7100dcd11 19:09:39 ---> 420729b6c679 19:09:39 Step 8/21 : COPY . . 19:09:39 Setting up base-files (10.1ubuntu2.10) ... 19:09:39 Installing new version of config file /etc/issue ... 19:09:39 Installing new version of config file /etc/issue.net ... 19:09:39 Installing new version of config file /etc/lsb-release ... 19:09:39 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:09:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:09:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:09:39 Removing obsolete conffile /etc/default/motd-news ... 19:09:39 (Reading database ... 13912 files and directories currently installed.) 19:09:39 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:09:39 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:09:39 Setting up bash (4.4.18-2ubuntu1.2) ... 19:09:39 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 19:09:39 (Reading database ... 13912 files and directories currently installed.) 19:09:39 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:39 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:09:39 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:09:40 (Reading database ... 13912 files and directories currently installed.) 19:09:40 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:09:40 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:09:40 Setting up tar (1.29b-2ubuntu0.2) ... 19:09:40 (Reading database ... 13912 files and directories currently installed.) 19:09:40 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:09:40 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:09:40 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:09:40 (Reading database ... 13912 files and directories currently installed.) 19:09:40 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:09:41 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:09:41 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:09:41 (Reading database ... 13912 files and directories currently installed.) 19:09:41 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:09:41 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:09:41 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:09:41 (Reading database ... 13912 files and directories currently installed.) 19:09:41 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:09:41 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:09:41 Setting up grep (3.1-2build1) ... 19:09:41 (Reading database ... 13912 files and directories currently installed.) 19:09:41 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:09:41 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:09:42 Setting up login (1:4.5-1ubuntu2) ... 19:09:42 (Reading database ... 13912 files and directories currently installed.) 19:09:42 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:09:42 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:09:42 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:09:42 (Reading database ... 13912 files and directories currently installed.) 19:09:42 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:09:42 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:09:42 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:09:42 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:09:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:09:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:09:43 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:09:43 (Reading database ... 13912 files and directories currently installed.) 19:09:43 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:09:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:09:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:09:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:09:45 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:09:45 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:09:45 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:09:45 (Reading database ... 13912 files and directories currently installed.) 19:09:45 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:09:45 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:09:45 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:09:45 (Reading database ... 13912 files and directories currently installed.) 19:09:45 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:45 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:45 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:09:46 (Reading database ... 13912 files and directories currently installed.) 19:09:46 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:46 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:46 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:09:46 (Reading database ... 13912 files and directories currently installed.) 19:09:46 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:46 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:46 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:09:47 (Reading database ... 13912 files and directories currently installed.) 19:09:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:09:47 (Reading database ... 13912 files and directories currently installed.) 19:09:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:09:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:09:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:09:47 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:09:47 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:09:47 (Reading database ... 13912 files and directories currently installed.) 19:09:47 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:09:47 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:09:47 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:09:47 (Reading database ... 13912 files and directories currently installed.) 19:09:47 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:47 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:09:48 (Reading database ... 13912 files and directories currently installed.) 19:09:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:09:48 (Reading database ... 13912 files and directories currently installed.) 19:09:48 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:48 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:09:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:09:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:09:49 (Reading database ... 13912 files and directories currently installed.) 19:09:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:09:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:09:49 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:09:49 (Reading database ... 13912 files and directories currently installed.) 19:09:49 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:09:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:09:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:09:50 (Reading database ... 13914 files and directories currently installed.) 19:09:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:09:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:09:50 Setting up debconf (1.5.66ubuntu1) ... 19:09:50 (Reading database ... 13914 files and directories currently installed.) 19:09:50 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:09:50 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:09:50 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:09:50 (Reading database ... 13914 files and directories currently installed.) 19:09:50 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:09:50 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:09:50 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:09:51 (Reading database ... 13914 files and directories currently installed.) 19:09:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:09:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:09:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:09:51 (Reading database ... 13914 files and directories currently installed.) 19:09:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:09:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:09:51 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:09:51 (Reading database ... 13914 files and directories currently installed.) 19:09:51 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:09:51 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:09:51 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:09:51 (Reading database ... 13914 files and directories currently installed.) 19:09:51 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:09:51 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:09:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 19:09:52 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:09:52 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:09:52 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:09:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:09:52 (Reading database ... 13914 files and directories currently installed.) 19:09:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:09:52 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:09:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:09:52 (Reading database ... 13914 files and directories currently installed.) 19:09:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:09:52 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:09:52 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:09:53 (Reading database ... 13914 files and directories currently installed.) 19:09:53 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:09:53 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:09:53 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:09:53 (Reading database ... 13914 files and directories currently installed.) 19:09:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:09:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:09:53 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:09:53 (Reading database ... 13914 files and directories currently installed.) 19:09:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:09:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:09:54 Setting up passwd (1:4.5-1ubuntu2) ... 19:09:54 (Reading database ... 13914 files and directories currently installed.) 19:09:54 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:09:54 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:09:54 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:09:54 (Reading database ... 13914 files and directories currently installed.) 19:09:54 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 19:09:54 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 19:09:54 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 19:09:54 (Reading database ... 13914 files and directories currently installed.) 19:09:54 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 19:09:54 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 19:09:54 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 19:09:54 (Reading database ... 13914 files and directories currently installed.) 19:09:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:09:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:09:55 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:09:55 (Reading database ... 13914 files and directories currently installed.) 19:09:55 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:09:55 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:09:55 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:09:55 (Reading database ... 13914 files and directories currently installed.) 19:09:55 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:09:55 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:09:55 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:09:55 (Reading database ... 13914 files and directories currently installed.) 19:09:55 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:09:55 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:09:55 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:09:55 (Reading database ... 13914 files and directories currently installed.) 19:09:55 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 19:09:55 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 19:09:56 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 19:09:56 (Reading database ... 13914 files and directories currently installed.) 19:09:56 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 19:09:56 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 19:09:56 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 19:09:56 (Reading database ... 13915 files and directories currently installed.) 19:09:56 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:09:56 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:09:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:09:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:09:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:09:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:09:56 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:09:56 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:09:57 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:09:57 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:09:57 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:09:57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:09:57 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:09:57 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:09:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:09:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:09:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:09:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:09:58 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:09:58 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:09:58 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:09:58 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:09:58 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:09:58 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:09:59 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:09:59 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:09:59 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:09:59 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:09:59 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:10:00 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:10:00 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:10:00 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:10:00 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:10:01 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:10:01 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:10:01 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:10:01 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:01 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:01 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:01 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:01 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:01 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:01 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:02 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:02 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:03 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:03 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:04 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:04 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:04 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:05 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:05 ---> 446815fa1c94 19:10:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:10:05 ---> 8e815bd06902 19:10:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:05 ---> f8bf19bc25c7 19:10:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:10:05 ---> 01921e76abf5 19:10:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:10:05 ---> d007f2467933 19:10:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:10:05 ---> Running in f95f22884efb 19:10:05 ---> Running in 025c43a53a0c 19:10:05 ---> Running in 14c97a65ff02 19:10:05 ---> Running in e2d3439bd6dd 19:10:05 ---> Running in badd9f8fe0c3 19:10:05 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 19:10:05 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 19:10:05 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 19:10:05 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 19:10:05 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 19:10:06 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:10:06 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:10:06 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:10:06 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:10:06 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:10:06 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:10:06 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:10:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:10:06 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:10:06 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:10:06 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:10:06 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:10:06 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:10:06 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:10:07 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:10:07 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:10:07 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:07 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:10:07 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:07 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:07 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:10:07 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:10:07 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:10:07 19:10:07 Current default time zone: 'Etc/UTC' 19:10:07 Local time is now: Tue Apr 20 19:10:07 UTC 2021. 19:10:07 Universal Time is now: Tue Apr 20 19:10:07 UTC 2021. 19:10:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:10:07 19:10:07 Setting up systemd-sysv (237-3ubuntu10.46) ... 19:10:07 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:07 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 19:10:07 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:10:07 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:10:07 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:10:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:10:07 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:10:07 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:10:07 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:10:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:07 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:10:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:10:08 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:10:08 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:08 Setting up patch (2.7.6-2ubuntu1.1) ... 19:10:08 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:10:08 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:10:08 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 19:10:08 Installing new version of config file /etc/ssl/openssl.cnf ... 19:10:08 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:10:08 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:10:08 Setting up ca-certificates (20210119~18.04.1) ... 19:10:10 Updating certificates in /etc/ssl/certs... 19:10:11 23 added, 27 removed; done. 19:10:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:10:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:10:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:10:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:10:11 Setting up pkgbinarymangler (138.18.04.1) ... 19:10:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:10:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:10:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:10:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:10:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:10:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:10:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:10:12 Setting up perl (5.26.1-6ubuntu0.5) ... 19:10:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:10:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:10:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:10:12 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:10:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:10:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:10:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:10:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:10:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:10:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:10:12 Processing triggers for systemd (237-3ubuntu10.46) ... 19:10:12 Processing triggers for mime-support (3.60ubuntu1) ... 19:10:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:10:12 Updating certificates in /etc/ssl/certs... 19:10:13 0 added, 0 removed; done. 19:10:13 Running hooks in /etc/ca-certificates/update.d... 19:10:13 done. 19:10:13 Reading package lists... 19:10:13 Building dependency tree... 19:10:13 Reading state information... 19:10:14 The following NEW packages will be installed: 19:10:14 apt-transport-https 19:10:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:10:14 Need to get 1692 B of archives. 19:10:14 After this operation, 154 kB of additional disk space will be used. 19:10:14 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 19:10:14 debconf: delaying package configuration, since apt-utils is not installed 19:10:14 Fetched 1692 B in 0s (8594 B/s) 19:10:14 Selecting previously unselected package apt-transport-https. 19:10:14 (Reading database ... 13920 files and directories currently installed.) 19:10:14 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 19:10:14 Unpacking apt-transport-https (1.6.13) ... 19:10:14 Setting up apt-transport-https (1.6.13) ... 19:10:14 Waiting for network to be ready... 19:10:21 2021-04-20T19:10:17Z INFO Waiting for automatic snapd restart... 19:10:21 snapd 2.49.2 from Canonical* installed 19:10:22 "snapd" switched to the "latest/stable" channel 19:10:22 19:10:24 core18 20210309 from Canonical* installed 19:10:24 "core18" switched to the "latest/stable" channel 19:10:24 19:10:28 snapcraft 4.6.2 from Canonical* installed 19:10:28 "snapcraft" switched to the "latest/stable" channel 19:10:28 19:10:32 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: 19:10:32 - README.md 19:10:32 19:10:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:10:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:10:39 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:10:39 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:10:39 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:10:40 Reading package lists... 19:10:40 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 19:10:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:10:46 Reading package lists... 19:10:46 Building dependency tree... 19:10:46 Reading state information... 19:10:46 Suggested packages: 19:10:46 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:10:46 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:10:46 Recommended packages: 19:10:46 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:10:46 The following NEW packages will be installed: 19:10:46 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:10:46 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:10:46 pkg-config zip 19:10:47 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:10:47 Need to get 7663 kB of archives. 19:10:47 After this operation, 43.8 MB of additional disk space will be used. 19:10:47 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:10:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:10:47 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:10:47 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:10:47 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:10:47 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:10:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:10:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:10:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:10:47 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:10:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 19:10:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:10:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:10:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:10:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:10:48 debconf: delaying package configuration, since apt-utils is not installed 19:10:48 Fetched 7663 kB in 1s (6905 kB/s) 19:10:48 Selecting previously unselected package libglib2.0-0:amd64. 19:10:48 (Reading database ... 13924 files and directories currently installed.) 19:10:48 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:10:48 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:10:48 Selecting previously unselected package libpsl5:amd64. 19:10:48 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:10:48 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:10:48 Selecting previously unselected package libnghttp2-14:amd64. 19:10:48 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:10:48 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:10:48 Selecting previously unselected package librtmp1:amd64. 19:10:48 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:10:48 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:10:48 Selecting previously unselected package libcurl3-gnutls:amd64. 19:10:48 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 19:10:48 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:10:48 Selecting previously unselected package liberror-perl. 19:10:48 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:10:48 Unpacking liberror-perl (0.17025-1) ... 19:10:48 Selecting previously unselected package git-man. 19:10:48 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:10:48 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:10:48 Selecting previously unselected package git. 19:10:48 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:10:48 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:10:49 Selecting previously unselected package libnorm1:amd64. 19:10:49 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:10:49 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:10:49 Selecting previously unselected package libpgm-5.2-0:amd64. 19:10:49 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:10:49 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:10:50 Selecting previously unselected package libsodium23:amd64. 19:10:50 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:10:50 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:10:50 Selecting previously unselected package libzmq5:amd64. 19:10:50 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:10:50 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:10:50 Selecting previously unselected package libzmq3-dev:amd64. 19:10:50 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:10:50 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:10:50 Selecting previously unselected package pkg-config. 19:10:50 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:10:50 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:10:50 Selecting previously unselected package zip. 19:10:50 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:10:50 Unpacking zip (3.0-11build1) ... 19:10:50 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:10:50 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:10:50 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:10:50 Setting up liberror-perl (0.17025-1) ... 19:10:50 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:10:50 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:10:50 No schema files found: doing nothing. 19:10:50 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:10:50 Setting up zip (3.0-11build1) ... 19:10:50 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:10:50 Setting up libsodium23:amd64 (1.0.16-2) ... 19:10:51 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:10:51 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:10:51 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:10:51 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:10:51 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:10:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:10:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:10:57 git set to automatically installed. 19:10:57 git-man set to automatically installed. 19:10:57 libcurl3-gnutls set to automatically installed. 19:10:57 liberror-perl set to automatically installed. 19:10:57 libglib2.0-0 set to automatically installed. 19:10:57 libnghttp2-14 set to automatically installed. 19:10:57 libnorm1 set to automatically installed. 19:10:57 libpgm-5.2-0 set to automatically installed. 19:10:57 libpsl5 set to automatically installed. 19:10:57 librtmp1 set to automatically installed. 19:10:57 libsodium23 set to automatically installed. 19:10:57 libzmq3-dev set to automatically installed. 19:10:57 libzmq5 set to automatically installed. 19:10:57 pkg-config set to automatically installed. 19:10:57 zip set to automatically installed. 19:10:59 snapd is not logged in, snap install commands will use sudo 19:11:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:11:18 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:11:19 snapd is not logged in, snap install commands will use sudo 19:11:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:11:26 snap "core18" has no updates available 19:11:27 Pulling go-build-helper 19:11:27 + snapcraftctl pull 19:11:27 'app-service-config' has dependencies that need to be staged: go-build-helper 19:11:27 Skipping pull go-build-helper (already ran) 19:11:27 Building go-build-helper 19:11:27 + snapcraftctl build 19:11:29 Staging go-build-helper 19:11:29 + snapcraftctl stage 19:11:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:11:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:11:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 19:11:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 19:11:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:11:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:11:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 19:11:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 19:11:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 19:11:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 19:11:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:11:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:11:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:11:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:11:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:11:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:11:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:11:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:11:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:11:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 19:11:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 19:11:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:11:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:11:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 19:11:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 19:11:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 19:11:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 19:11:39 Fetched 24.4 MB in 0s (0 B/s) 19:11:39 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:11:39 Fetched 224 kB in 0s (0 B/s) 19:11:39 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:11:39 Fetched 157 kB in 0s (0 B/s) 19:11:39 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:11:39 Fetched 221 kB in 0s (0 B/s) 19:11:39 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:11:39 Fetched 143 kB in 0s (0 B/s) 19:11:39 Pulling app-service-config 19:11:39 + snapcraftctl pull 19:11:40 Cloning into '/root/parts/app-service-config/src'... 19:11:41 Pulling config-common 19:11:41 + snapcraftctl pull 19:11:42 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 19:11:44 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 19:11:45 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:11:45 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:11:45 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:11:45 Fetched 0 B in 0s (0 B/s) 19:11:45 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:11:45 Fetched 0 B in 0s (0 B/s) 19:11:45 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:11:45 Fetched 0 B in 0s (0 B/s) 19:11:45 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:11:45 Fetched 0 B in 0s (0 B/s) 19:11:45 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:11:45 Fetched 0 B in 0s (0 B/s) 19:11:45 Pulling edgex-go 19:11:45 + snapcraftctl pull 19:11:59 Removing intermediate container 025c43a53a0c 19:11:59 ---> 026d689bbdad 19:11:59 19:11:59 Step 10/24 : FROM alpine:3.12 19:11:59 3.12: Pulling from library/alpine 19:11:59 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:11:59 Status: Downloaded newer image for alpine:3.12 19:11:59 ---> 9852663dfa18 19:11:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:12:00 ---> Running in cfc9777fb2cf 19:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:12:03 (1/6) Installing ca-certificates (20191127-r4) 19:12:03 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:12:03 (3/6) Installing libcurl (7.76.1-r0) 19:12:03 (4/6) Installing curl (7.76.1-r0) 19:12:03 (5/6) Installing dumb-init (1.2.2-r1) 19:12:03 (6/6) Installing su-exec (0.2-r1) 19:12:03 Executing busybox-1.31.1-r20.trigger 19:12:04 Executing ca-certificates-20191127-r4.trigger 19:12:04 OK: 7 MiB in 20 packages 19:12:04 Removing intermediate container badd9f8fe0c3 19:12:04 ---> b722d54c7217 19:12:04 19:12:04 Step 10/21 : FROM alpine:3.12 19:12:04 ---> 9852663dfa18 19:12:04 Step 11/21 : RUN apk add --update --no-cache curl 19:12:04 ---> Running in f418d96fa462 19:12:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:12:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:12:07 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:12:07 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:12:07 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:12:07 Fetched 0 B in 0s (0 B/s) 19:12:07 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:12:07 Fetched 96.5 kB in 0s (0 B/s) 19:12:07 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:12:07 Fetched 279 kB in 0s (0 B/s) 19:12:07 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:12:07 Fetched 122 kB in 0s (0 B/s) 19:12:07 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:12:07 Fetched 77.8 kB in 0s (0 B/s) 19:12:07 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:12:07 Fetched 8848 B in 0s (0 B/s) 19:12:07 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:12:07 Fetched 47.8 kB in 0s (0 B/s) 19:12:07 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:12:07 Fetched 45.6 kB in 0s (0 B/s) 19:12:07 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:12:07 Fetched 15.0 kB in 0s (0 B/s) 19:12:07 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 19:12:07 Fetched 219 kB in 0s (0 B/s) 19:12:07 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:12:07 Fetched 154 kB in 0s (0 B/s) 19:12:07 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:12:07 Fetched 50.6 kB in 0s (0 B/s) 19:12:07 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:12:07 Fetched 14.8 kB in 0s (0 B/s) 19:12:07 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:12:07 Fetched 41.8 kB in 0s (0 B/s) 19:12:07 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:12:07 Fetched 499 kB in 0s (0 B/s) 19:12:07 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:12:07 Fetched 111 kB in 0s (0 B/s) 19:12:07 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:12:07 Fetched 240 kB in 0s (0 B/s) 19:12:07 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:12:07 Fetched 29.3 kB in 0s (0 B/s) 19:12:07 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:12:07 Fetched 85.5 kB in 0s (0 B/s) 19:12:07 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:12:07 Fetched 24.5 kB in 0s (0 B/s) 19:12:07 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:12:07 Fetched 49.2 kB in 0s (0 B/s) 19:12:07 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:12:07 Fetched 54.2 kB in 0s (0 B/s) 19:12:07 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:12:07 Fetched 30.8 kB in 0s (0 B/s) 19:12:07 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:12:07 Fetched 15.8 kB in 0s (0 B/s) 19:12:07 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:12:07 Fetched 85.9 kB in 0s (0 B/s) 19:12:07 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:12:07 Fetched 8720 B in 0s (0 B/s) 19:12:07 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 19:12:07 Fetched 137 kB in 0s (0 B/s) 19:12:07 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:12:07 Fetched 119 kB in 0s (0 B/s) 19:12:07 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 19:12:07 Fetched 110 kB in 0s (0 B/s) 19:12:07 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:12:07 Fetched 11.1 kB in 0s (0 B/s) 19:12:07 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:12:07 Fetched 645 kB in 0s (0 B/s) 19:12:07 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:12:07 Fetched 41.3 kB in 0s (0 B/s) 19:12:07 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:12:07 Fetched 17.9 kB in 0s (0 B/s) 19:12:07 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:12:07 Fetched 368 kB in 0s (0 B/s) 19:12:07 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:12:07 Fetched 187 kB in 0s (0 B/s) 19:12:07 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:12:07 Fetched 175 kB in 0s (0 B/s) 19:12:07 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:12:07 Fetched 206 kB in 0s (0 B/s) 19:12:07 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 19:12:07 Fetched 1301 kB in 0s (0 B/s) 19:12:07 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:12:07 Fetched 36.2 kB in 0s (0 B/s) 19:12:07 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 19:12:07 Fetched 159 kB in 0s (0 B/s) 19:12:07 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:12:07 Fetched 107 kB in 0s (0 B/s) 19:12:07 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:12:07 Fetched 48.7 kB in 0s (0 B/s) 19:12:07 Pulling static-packages 19:12:07 + snapcraftctl pull 19:12:07 Pulling version 19:12:07 + cd /root/project 19:12:07 + [ -f VERSION ] 19:12:07 + PROJECT_VERSION=local-dev 19:12:07 + git rev-parse --short HEAD 19:12:07 + GIT_REVISION=54ab1357 19:12:07 + snapcraftctl set-version local-dev 19:12:07 (1/4) Installing ca-certificates (20191127-r4) 19:12:07 Removing intermediate container cfc9777fb2cf 19:12:07 ---> 8dda2af3a208 19:12:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:12:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:12:07 (3/4) Installing libcurl (7.76.1-r0) 19:12:07 (4/4) Installing curl (7.76.1-r0) 19:12:07 Executing busybox-1.31.1-r20.trigger 19:12:07 Executing ca-certificates-20191127-r4.trigger 19:12:07 Skipping build go-build-helper (already ran) 19:12:08 Building app-service-config 19:12:08 + make build 19:12:08 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:12:08 OK: 7 MiB in 18 packages 19:12:08 ---> Running in 7dc61eaa9417 19:12:10 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 19:12:10 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 19:12:10 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:12:10 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 19:12:10 Removing intermediate container 7dc61eaa9417 19:12:10 ---> 9ec237766bcf 19:12:10 Step 13/24 : WORKDIR / 19:12:10 go: downloading github.com/google/uuid v1.2.0 19:12:10 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 19:12:10 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 19:12:10 go: downloading github.com/gorilla/mux v1.8.0 19:12:10 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 19:12:10 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 19:12:10 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 19:12:10 go: downloading github.com/pelletier/go-toml v1.2.0 19:12:10 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:12:10 ---> Running in 346c980a0b2e 19:12:10 go: downloading github.com/mitchellh/copystructure v1.0.0 19:12:10 go: downloading github.com/go-kit/kit v0.8.0 19:12:10 go: downloading github.com/go-playground/validator/v10 v10.4.1 19:12:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:12:11 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:12:11 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:12:11 go: downloading github.com/leodido/go-urn v1.2.0 19:12:11 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 19:12:11 Removing intermediate container f418d96fa462 19:12:11 ---> f400652475eb 19:12:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:12:11 go: downloading github.com/gorilla/websocket v1.4.2 19:12:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:12:11 go: downloading github.com/hashicorp/consul/api v1.8.1 19:12:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:12:11 Removing intermediate container 346c980a0b2e 19:12:11 ---> 1e74bcc06d7c 19:12:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:12:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:12:11 go: downloading github.com/go-playground/universal-translator v0.17.0 19:12:11 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:12:11 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:12:11 go: downloading github.com/pebbe/zmq4 v1.2.7 19:12:11 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:12:11 go: downloading github.com/mattn/go-isatty v0.0.12 19:12:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:12:11 go: downloading github.com/hashicorp/serf v0.9.5 19:12:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:12:11 go: downloading github.com/BurntSushi/toml v0.3.1 19:12:11 go: downloading github.com/go-playground/locales v0.13.0 19:12:11 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:12:11 go: downloading github.com/x448/float16 v0.8.4 19:12:11 go: downloading github.com/fatih/color v1.9.0 19:12:11 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:12:11 go: downloading github.com/mattn/go-colorable v0.1.6 19:12:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:12:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:12:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:12:11 ---> Running in 64a239ef211b 19:12:12 Removing intermediate container f95f22884efb 19:12:12 ---> 21df1de4b4d1 19:12:12 19:12:12 Step 10/22 : FROM alpine:3.12 19:12:12 ---> 9852663dfa18 19:12:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:12:12 Removing intermediate container e2d3439bd6dd 19:12:12 ---> ef3c2d647eb0 19:12:12 19:12:12 Step 10/22 : FROM alpine:3.12 19:12:12 ---> 9852663dfa18 19:12:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:12:13 ---> Running in 98eedb255fe0 19:12:13 ---> Running in 73408f2c8369 19:12:13 Removing intermediate container 64a239ef211b 19:12:13 ---> 59f201e39ea0 19:12:13 Step 13/21 : WORKDIR /edgex 19:12:13 ---> 44f531a37c27 19:12:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:12:13 ---> Running in 51eba855b0f7 19:12:14 ---> 4721d8ad49c1 19:12:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:12:14 Removing intermediate container 51eba855b0f7 19:12:14 ---> 7e3233f2f3a1 19:12:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:12:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:12:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:12:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:12:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:12:16 ---> ac2ad4593663 19:12:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:12:16 (1/1) Installing dumb-init (1.2.2-r1) 19:12:16 Executing busybox-1.31.1-r20.trigger 19:12:16 OK: 5 MiB in 15 packages 19:12:16 (1/2) Installing ca-certificates (20191127-r4) 19:12:16 ---> c6ac496ac8ac 19:12:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:12:16 (2/2) Installing dumb-init (1.2.2-r1) 19:12:16 Executing busybox-1.31.1-r20.trigger 19:12:16 Executing ca-certificates-20191127-r4.trigger 19:12:16 OK: 6 MiB in 16 packages 19:12:19 ---> d04f62671148 19:12:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:12:19 Removing intermediate container 73408f2c8369 19:12:19 ---> 3fef507ceb55 19:12:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:19 ---> dd58b54696a5 19:12:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:12:19 ---> Running in fa93ff8f08e3 19:12:19 Removing intermediate container 98eedb255fe0 19:12:19 ---> ce99232ee752 19:12:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:12:20 Removing intermediate container 14c97a65ff02 19:12:20 ---> 1bfb48094d48 19:12:20 19:12:20 Step 10/23 : FROM alpine:3.12 19:12:20 ---> 9852663dfa18 19:12:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:12:20 ---> Using cache 19:12:20 ---> 3fef507ceb55 19:12:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:20 ---> Running in d757cb54948a 19:12:20 ---> Running in 7b94e85d01e6 19:12:20 Removing intermediate container fa93ff8f08e3 19:12:20 ---> 2994a36e4c1a 19:12:20 Step 13/22 : ENV APP_PORT=48085 19:12:20 ---> Running in af7478966761 19:12:20 ---> 1de54c195c42 19:12:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:12:20 ---> 95c006eacb1e 19:12:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:12:20 Removing intermediate container d757cb54948a 19:12:20 ---> 5652bbd33a71 19:12:20 Step 13/22 : ENV APP_PORT=48060 19:12:21 Removing intermediate container 7b94e85d01e6 19:12:21 ---> ba947c0119e8 19:12:21 Step 13/23 : ENV APP_PORT=48081 19:12:21 ---> Running in 4bbf07a6ed5b 19:12:21 ---> Running in 48a923cfd9ff 19:12:21 ---> Running in 0416143a8667 19:12:21 Removing intermediate container af7478966761 19:12:21 ---> a71878a41605 19:12:21 Step 14/22 : EXPOSE $APP_PORT 19:12:21 ---> Running in 90e2009b2658 19:12:21 ---> 0ffe70fc0746 19:12:21 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/ 19:12:21 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:12:21 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:12:21 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:12:21 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:12:22 Removing intermediate container 0416143a8667 19:12:22 ---> ce34f453771d 19:12:22 Step 14/23 : EXPOSE $APP_PORT 19:12:22 Removing intermediate container 4bbf07a6ed5b 19:12:22 ---> 1745b9b99288 19:12:22 Step 18/21 : CMD ["--init=true"] 19:12:22 Removing intermediate container 48a923cfd9ff 19:12:22 ---> 9c95ef1de208 19:12:22 Step 14/22 : EXPOSE $APP_PORT 19:12:22 ---> Running in 474b04f5b393 19:12:22 ---> Running in 7b441d448aa4 19:12:22 ---> Running in a483e3d51bbf 19:12:22 ---> Running in 40ea29262c50 19:12:22 Removing intermediate container 90e2009b2658 19:12:22 ---> 5c52da4fbaa7 19:12:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:22 Building config-common 19:12:22 + snapcraftctl build 19:12:22 Removing intermediate container 7b441d448aa4 19:12:22 ---> e506208f4e97 19:12:22 Step 15/23 : WORKDIR / 19:12:23 ---> Running in a945e4c87f08 19:12:23 Removing intermediate container a483e3d51bbf 19:12:23 ---> a1b938a96c13 19:12:23 Step 19/21 : LABEL arch=arm64 19:12:23 Removing intermediate container 40ea29262c50 19:12:23 ---> 1f217dcfd69d 19:12:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:23 ---> Running in 44eccb7cdd53 19:12:23 ---> 0ecbf0b03dad 19:12:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:12:23 Removing intermediate container a945e4c87f08 19:12:23 ---> 96bb355eb91d 19:12:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:24 Removing intermediate container 44eccb7cdd53 19:12:24 ---> 89ceeb295010 19:12:24 Step 20/21 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:12:24 ---> 69d97ef82f3f 19:12:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:12:24 ---> Running in 3381dd1f09a8 19:12:24 ---> a35d580eaca0 19:12:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:12:25 ---> 882f06c1398e 19:12:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:12:25 Building edgex-go 19:12:25 + cd /root/parts/edgex-go/src 19:12:25 + make build 19:12:25 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 19:12:25 Removing intermediate container 3381dd1f09a8 19:12:25 ---> d477e7d44002 19:12:25 Step 21/21 : LABEL version=0.0.0 19:12:25 Removing intermediate container 474b04f5b393 19:12:25 ---> fcb7163ed571 19:12:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:12:25 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 19:12:25 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 19:12:25 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:12:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 19:12:25 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 19:12:25 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 19:12:25 go: downloading github.com/pkg/errors v0.8.1 19:12:25 go: downloading github.com/pelletier/go-toml v1.9.0 19:12:25 go: downloading github.com/go-playground/validator/v10 v10.5.0 19:12:25 go: downloading github.com/imdario/mergo v0.3.12 19:12:25 go: downloading golang.org/x/text v0.3.2 19:12:26 ---> Running in 48a7aa1d868e 19:12:26 ---> Running in 3f9e90e5e4e3 19:12:26 ---> 4940c7641b15 19:12:26 ---> b0afbc3ecdcd 19:12:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:12:26 ---> bc6ce09dc716 19:12:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:12:26 19:12:26 Removing intermediate container 48a7aa1d868e 19:12:26 ---> 973491955f1f 19:12:26 19:12:26 Removing intermediate container 3f9e90e5e4e3 19:12:26 ---> 22c729d8237e 19:12:26 Step 22/24 : LABEL arch=arm64 19:12:26 ---> Running in 148590d83973 19:12:26 ---> Running in 976e65dffef7 19:12:27 Successfully built 973491955f1f 19:12:27 Removing intermediate container 148590d83973 19:12:27 ---> e35400c09ddf 19:12:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:12:27  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 19:12:27 ---> 1478644bc3d8 19:12:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:12:27 ---> Running in 9f5c8ff7a08f 19:12:27 Removing intermediate container 976e65dffef7 19:12:27 ---> 5c4f73bb13cd 19:12:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] ---> Running in 807ebb7cb7bb 19:12:27 19:12:27 ---> 7063a0456f2a 19:12:27 Step 23/24 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:12:27 ---> Running in 315c115b78aa 19:12:27 ---> Running in fed93be03a9d 19:12:27 Removing intermediate container 9f5c8ff7a08f 19:12:27 ---> 8c10d7cdb42e 19:12:27 Step 20/22 : LABEL arch=arm64 19:12:28 Removing intermediate container 807ebb7cb7bb 19:12:28 ---> 7ffb0a4327c3 19:12:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:28 ---> Running in 85a1a5d84c4a 19:12:28 ---> Running in 490c593b9f90 19:12:28 Removing intermediate container fed93be03a9d 19:12:28 ---> c47a6e75419f 19:12:28 Step 24/24 : LABEL version=0.0.0 19:12:28 Removing intermediate container 315c115b78aa 19:12:28 ---> 96529e451428 19:12:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:29 ---> Running in c6721c0f62c6 19:12:29 ---> Running in 2750ea05357c 19:12:29 Removing intermediate container 85a1a5d84c4a 19:12:29 ---> da588bafc69a 19:12:29 Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:12:29 Removing intermediate container 490c593b9f90 19:12:29 ---> bb8e5d41cd64 19:12:29 Step 20/22 : LABEL arch=arm64 19:12:30 ---> Running in d13ee8967fd7 19:12:30 Removing intermediate container 2750ea05357c 19:12:30 ---> a299f0d50d4e 19:12:30 19:12:30 Removing intermediate container c6721c0f62c6 19:12:30 ---> e44228b6fbb5 19:12:30 Step 21/23 : LABEL arch=arm64 19:12:30 ---> Running in 23b7e043cfbf 19:12:30 ---> Running in 53dba0030a01 19:12:30 Successfully built a299f0d50d4e 19:12:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:12:30 Building docker-sys-mgmt-agent-go 19:12:30 Removing intermediate container d13ee8967fd7 19:12:31 ---> f8d4f3b17e9e 19:12:31  Building docker-security-secretstore-setup-go ... done Step 22/22 : LABEL version=0.0.0 19:12:31 ---> Running in d75d333a988c 19:12:31 Removing intermediate container 23b7e043cfbf 19:12:31 ---> 91486f4140cd 19:12:31 Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:12:31 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 19:12:31 go: downloading gopkg.in/yaml.v2 v2.4.0 19:12:31 Removing intermediate container 53dba0030a01 19:12:31 ---> 5f321cb164fe 19:12:31 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:12:31 ---> Running in c80281f44b09 19:12:31 ---> Running in db513072f4bb 19:12:31 Removing intermediate container d75d333a988c 19:12:31 ---> 9b78c5dab87c 19:12:31 19:12:31 Removing intermediate container c80281f44b09 19:12:31 ---> 4c5540d8c3a3 19:12:31 Step 22/22 : LABEL version=0.0.0 19:12:32 Successfully built 9b78c5dab87c 19:12:32 Removing intermediate container db513072f4bb 19:12:32 ---> d16a35e14315 19:12:32 Step 23/23 : LABEL version=0.0.0 19:12:32 Successfully tagged docker-support-scheduler-go-arm64:latest 19:12:32 Building docker-core-command-go 19:12:32  Building docker-support-scheduler-go ... done  ---> Running in 1c97aeb8583f 19:12:32 ---> Running in 7868a0e41580 19:12:33 Removing intermediate container 1c97aeb8583f 19:12:33 ---> dcf72f9d5a00 19:12:33 19:12:33 Successfully built dcf72f9d5a00 19:12:33 Removing intermediate container 7868a0e41580 19:12:33 ---> 75d509da4760 19:12:33 19:12:33 Successfully tagged docker-support-notifications-go-arm64:latest 19:12:33  Building docker-support-notifications-go ... done Building docker-core-data-go 19:12:33 Successfully built 75d509da4760 19:12:33 Successfully tagged docker-core-metadata-go-arm64:latest 19:12:36 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 19:12:37 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 19:12:39 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 19:12:40 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 19:12:40 go: downloading github.com/stretchr/testify v1.7.0 19:12:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:12:40 go: downloading github.com/pmezard/go-difflib v1.0.0 19:12:40 go: downloading github.com/davecgh/go-spew v1.1.1 19:12:42 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 19:12:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:12:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:12:44 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 19:12:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:12:47 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 19:12:48 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 19:12:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:12:50 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 19:12:50 go: downloading github.com/lib/pq v1.10.0 19:12:52 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:12:52 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:12:52 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:12:52 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:12:52 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:12:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:12:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:12:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:12:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:12:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:12:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:12:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:12:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:12:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:12:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:12:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:12:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:12:52 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:12:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:12:52 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:12:52 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:12:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:12:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:12:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:12:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:12:52 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:12:55 Building static-packages 19:12:55 + snapcraftctl build 19:12:57 Building version 19:12:57 + snapcraftctl build 19:12:59 Skipping stage go-build-helper (already ran) 19:12:59 Staging app-service-config 19:12:59 + snapcraftctl stage 19:13:00 Staging config-common 19:13:00 + snapcraftctl stage 19:13:01 Staging edgex-go 19:13:01 + snapcraftctl stage 19:13:02 Staging static-packages 19:13:02 + snapcraftctl stage 19:13:03 Staging version 19:13:03 + snapcraftctl stage 19:13:04 Priming go-build-helper 19:13:04 + snapcraftctl prime 19:13:05 Priming app-service-config 19:13:05 + snapcraftctl prime 19:13:06 Priming config-common 19:13:06 + snapcraftctl prime 19:13:07 Priming edgex-go 19:13:07 + snapcraftctl prime 19:13:08 Priming static-packages 19:13:08 + snapcraftctl prime 19:13:11 Priming version 19:13:11 + snapcraftctl prime 19:13:11 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] } 19:13:20  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:13:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:13:20 ---> 0054b1b66495 19:13:20 Step 3/31 : WORKDIR /edgex-go 19:13:20 ---> Using cache 19:13:20 ---> 69732a3ca622 19:13:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:20 ---> Using cache 19:13:20 ---> 82124ab97dd2 19:13:20 Step 5/31 : RUN apk add --update --no-cache make git 19:13:20 ---> Using cache 19:13:20 ---> 5ccd977a1a1d 19:13:20 Step 6/31 : COPY go.mod . 19:13:20 ---> Using cache 19:13:20 ---> e6d4fd397426 19:13:20 Step 7/31 : RUN go mod download 19:13:20 ---> Using cache 19:13:20 ---> c5ebfb3bc416 19:13:20 Step 8/31 : COPY . . 19:13:20 ---> Using cache 19:13:20 ---> f8bf19bc25c7 19:13:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:13:26 ---> Running in 66c0f16525d8 19:13:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:13:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:27 ---> 0054b1b66495 19:13:27 Step 3/23 : WORKDIR /edgex-go 19:13:27 ---> Using cache 19:13:27 ---> 69732a3ca622 19:13:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:27 ---> Using cache 19:13:27 ---> 82124ab97dd2 19:13:27 Step 5/23 : RUN apk add --update --no-cache make bash git 19:13:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:13:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:27 ---> 0054b1b66495 19:13:27 Step 3/23 : WORKDIR /edgex-go 19:13:27 ---> Using cache 19:13:27 ---> 69732a3ca622 19:13:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:27 ---> Using cache 19:13:27 ---> 82124ab97dd2 19:13:27 Step 5/23 : RUN apk add --update --no-cache make git 19:13:27 ---> Using cache 19:13:27 ---> 5ccd977a1a1d 19:13:27 Step 6/23 : COPY go.mod . 19:13:27 ---> Using cache 19:13:27 ---> e6d4fd397426 19:13:27 Step 7/23 : RUN go mod download 19:13:27 ---> Using cache 19:13:27 ---> c5ebfb3bc416 19:13:27 Step 8/23 : COPY . . 19:13:28 ---> Using cache 19:13:28 ---> f8bf19bc25c7 19:13:28 Step 9/23 : RUN make cmd/core-command/core-command 19:13:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:13:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:28 ---> 0054b1b66495 19:13:28 Step 3/23 : WORKDIR /edgex-go 19:13:28 ---> Using cache 19:13:28 ---> 69732a3ca622 19:13:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:28 ---> Using cache 19:13:28 ---> 82124ab97dd2 19:13:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:13:28 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 19:13:28 ---> Running in f6359d3a7151 19:13:28 ---> Running in 8d50191e7343 19:13:28 ---> Running in 505f6e88ac1c 19:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13: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 19:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:31 OK: 217 MiB in 51 packages 19:13:32 OK: 217 MiB in 51 packages 19:13:33 Removing intermediate container f6359d3a7151 19:13:33 ---> 50f90d6a14c3 19:13:33 Step 6/23 : COPY go.mod . 19:13:34 Removing intermediate container 8d50191e7343 19:13:34 ---> ee80fe254ce6 19:13:34 Step 6/23 : COPY go.mod . 19:13:34 ---> 579ccbd2e143 19:13:34 Step 7/23 : RUN go mod download 19:13:34 ---> Running in 17ba3f2cf625 19:13:35 ---> 4cd22a938a26 19:13:35 Step 7/23 : RUN go mod download 19:13:35 ---> Running in 489af017ef19 19:13:40 Removing intermediate container 489af017ef19 19:13:40 ---> f9fa5c69c4fa 19:13:40 Step 8/23 : COPY . . 19:13:40 Removing intermediate container 17ba3f2cf625 19:13:40 ---> 7f50310a3ae9 19:13:40 Step 8/23 : COPY . . 19:14:13 ---> 56dc16c43b85 19:14:13 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:14:13 ---> 5c7314ec023b 19:14:13 Step 9/23 : RUN make cmd/core-data/core-data 19:14:13 ---> Running in 34c1d74a8f92 19:14:13 ---> Running in 6fdeb454e4f9 19:14:13 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 19:14:13 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 19:14:45 Removing intermediate container 66c0f16525d8 19:14:45 ---> cd9f8cbf3506 19:14:45 19:14:45 Step 10/31 : FROM alpine:3.12 19:14:45 ---> 9852663dfa18 19:14:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:14:45 ---> Running in 2482958dca38 19:14:45 Removing intermediate container 2482958dca38 19:14:45 ---> c24ff8209aca 19:14:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:14:45 ---> Running in 2ef4d71d84d3 19:14:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:14:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:14:45 (1/2) Installing dumb-init (1.2.2-r1) 19:14:45 (2/2) Installing su-exec (0.2-r1) 19:14:45 Executing busybox-1.31.1-r20.trigger 19:14:45 OK: 5 MiB in 16 packages 19:14:46 Removing intermediate container 2ef4d71d84d3 19:14:46 ---> 677fcbb86202 19:14:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:14:47 ---> Running in 6526a3cdc1c1 19:14:47 Removing intermediate container 6526a3cdc1c1 19:14:47 ---> d289fce0cc15 19:14:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:14:47 ---> Running in 66d086c5d9f5 19:14:48 Removing intermediate container 66d086c5d9f5 19:14:48 ---> c5aef64b65a9 19:14:48 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:14:48 ---> Running in f16d0237cd3f 19:14:52 Removing intermediate container f16d0237cd3f 19:14:52 ---> e21b3240b0f7 19:14:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:14:52 ---> Running in c4dabc020ec4 19:14:53 Removing intermediate container c4dabc020ec4 19:14:53 ---> 0255fa7e600b 19:14:53 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:14:54 ---> 6a4cb892f00c 19:14:54 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:14:54 ---> Running in 9363712be628 19:15:00 Removing intermediate container 9363712be628 19:15:00 ---> 6b7d01ceeafb 19:15:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:00 Removing intermediate container 505f6e88ac1c 19:15:00 ---> 5f3864d61908 19:15:00 19:15:00 Step 10/23 : FROM alpine:3.12 19:15:00 ---> 9852663dfa18 19:15:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:15:00 ---> Using cache 19:15:00 ---> 3fef507ceb55 19:15:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:15:00 ---> Using cache 19:15:00 ---> ba947c0119e8 19:15:00 Step 13/23 : ENV APP_PORT=48082 19:15:00 ---> Running in 2f0461321955 19:15:01 ---> b1ba2f4ead2b 19:15:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:15:01 Removing intermediate container 2f0461321955 19:15:01 ---> a9ca5e8eb71c 19:15:01 Step 14/23 : EXPOSE $APP_PORT 19:15:01 ---> Running in b581eca4aa99 19:15:02 Removing intermediate container b581eca4aa99 19:15:02 ---> 075cb6f3cfbd 19:15:02 Step 15/23 : WORKDIR / 19:15:02 ---> Running in 3bb3cc83f57a 19:15:03 ---> 75d3518f8128 19:15:03 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:15:03 Removing intermediate container 3bb3cc83f57a 19:15:03 ---> 230e0fb356f6 19:15:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:04 ---> 3f1c14f873b6 19:15:04 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:15:05 ---> bdb40e1723b0 19:15:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:15:06 ---> 7ee08c96863c 19:15:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:15:07 ---> aaaea84ff5f8 19:15:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:15:07 ---> be9100aa7579 19:15:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:15:08 ---> Running in ef7a2455ce37 19:15:08 ---> 1bf1e2838b25 19:15:08 Step 19/23 : ENTRYPOINT ["/core-command"] 19:15:08 ---> Running in 92592caf2eef 19:15:08 Removing intermediate container ef7a2455ce37 19:15:08 ---> 21a3e609128f 19:15:08 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:15:09 Removing intermediate container 92592caf2eef 19:15:09 ---> d2963812021a 19:15:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:09 ---> Running in b43a56de426d 19:15:09 ---> 28e1a5a866cf 19:15:09 Step 26/31 : RUN chmod +x /entrypoint.sh 19:15:10 Removing intermediate container b43a56de426d 19:15:10 ---> 8078983ef501 19:15:10 Step 21/23 : LABEL arch=arm64 19:15:10 ---> Running in ed98e756460e 19:15:10 ---> Running in 0eeda8dab3d6 19:15:11 Removing intermediate container 0eeda8dab3d6 19:15:11 ---> 6e16ca561546 19:15:11 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:15:12 ---> Running in e3272f63ca53 19:15:13 Removing intermediate container e3272f63ca53 19:15:13 ---> 63b8e5f30e58 19:15:13 Step 23/23 : LABEL version=0.0.0 19:15:13 ---> Running in 7c71e9239645 19:15:14 Removing intermediate container 7c71e9239645 19:15:14 ---> 7c2d51156bc4 19:15:14 19:15:14 Removing intermediate container ed98e756460e 19:15:14 ---> c1db49c4746a 19:15:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:15:15 Successfully built 7c2d51156bc4 19:15:15 Successfully tagged docker-core-command-go-arm64:latest 19:15:15  Building docker-core-command-go ... done  ---> Running in 04e351b6a5ab 19:15:16 Removing intermediate container 04e351b6a5ab 19:15:16 ---> e6d75add569d 19:15:16 Step 28/31 : CMD ["gate"] 19:15:16 ---> Running in 3a5656006af5 19:15:16 Removing intermediate container 3a5656006af5 19:15:16 ---> 459545d6a9b4 19:15:16 Step 29/31 : LABEL arch=arm64 19:15:17 ---> Running in d5335bebd9c3 19:15:18 Removing intermediate container d5335bebd9c3 19:15:18 ---> 1117b4ff2d5a 19:15:18 Step 30/31 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:15:18 ---> Running in dc89c786e7b0 19:15:19 Removing intermediate container dc89c786e7b0 19:15:19 ---> 74935d2a22a0 19:15:19 Step 31/31 : LABEL version=0.0.0 19:15:19 ---> Running in d19dc0a5b818 19:15:20 Removing intermediate container d19dc0a5b818 19:15:20 ---> b36e36c5d4d7 19:15:20 19:15:21 Successfully built b36e36c5d4d7 19:15:21 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:15:33  Building docker-security-bootstrapper-go ... done Removing intermediate container 34c1d74a8f92 19:15:33 ---> 8d5816c6293d 19:15:33 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:15:33 ---> Running in 638250429f00 19:15:33 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 19:15:37 Removing intermediate container 638250429f00 19:15:37 ---> 6bbe3450c18d 19:15:37 19:15:37 Step 11/23 : FROM docker:20.10.0 19:15:37 20.10.0: Pulling from library/docker 19:15:45 Removing intermediate container 6fdeb454e4f9 19:15:45 ---> 0b459ab039b7 19:15:45 19:15:45 Step 10/23 : FROM alpine:3.12 19:15:45 ---> 9852663dfa18 19:15:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:15:45 ---> Running in 2b34e318f8b6 19:15:45 Removing intermediate container 2b34e318f8b6 19:15:45 ---> 4d70bbd3093c 19:15:45 Step 12/23 : ENV APP_PORT=48080 19:15:46 ---> Running in 9225c951ccd6 19:15:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:15:46 Status: Downloaded newer image for docker:20.10.0 19:15:46 ---> eeaf43b92773 19:15:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:15:46 ---> Running in d0e4977f85db 19:15:46 Removing intermediate container 9225c951ccd6 19:15:46 ---> f601ea763a2b 19:15:46 Step 13/23 : EXPOSE $APP_PORT 19:15:46 ---> Running in 3340ffe9a05d 19:15:46 Removing intermediate container d0e4977f85db 19:15:46 ---> af5a252d354e 19:15:46 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:15:47 ---> Running in e7f28370cc02 19:15:47 Removing intermediate container 3340ffe9a05d 19:15:47 ---> 6673034b75d7 19:15:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:47 ---> Running in 166dd4a67fce 19:15:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:48 (1/39) Installing readline (8.0.4-r0) 19:15:48 (2/39) Installing bash (5.0.17-r0) 19:15:48 Executing bash-5.0.17-r0.post-install 19:15:48 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:15:48 (4/39) Installing libcurl (7.76.1-r0) 19:15:48 (5/39) Installing curl (7.76.1-r0) 19:15:48 (6/39) Installing dumb-init (1.2.2-r1) 19:15:48 (7/39) Installing libbz2 (1.0.8-r1) 19:15:48 (8/39) Installing expat (2.2.9-r1) 19:15:48 (9/39) Installing libffi (3.3-r2) 19:15:48 (10/39) Installing gdbm (1.13-r1) 19:15:48 (11/39) Installing xz-libs (5.2.5-r0) 19:15:49 (12/39) Installing sqlite-libs (3.32.1-r0) 19:15:49 (13/39) Installing python3 (3.8.8-r0) 19:15:50 Removing intermediate container 166dd4a67fce 19:15:50 ---> 61a8c191a863 19:15:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:15:50 ---> Running in a93fa2323c21 19:15:51 (14/39) Installing py3-appdirs (1.4.4-r1) 19:15:51 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:15:51 (16/39) Installing py3-parsing (2.4.7-r0) 19:15:51 (17/39) Installing py3-six (1.15.0-r0) 19:15:51 (18/39) Installing py3-packaging (20.4-r0) 19:15:51 (19/39) Installing py3-setuptools (47.0.0-r0) 19:15:51 (20/39) Installing py3-chardet (3.0.4-r4) 19:15:51 (21/39) Installing py3-idna (2.9-r0) 19:15:51 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:15:51 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:15:51 (24/39) Installing py3-requests (2.23.0-r0) 19:15:51 (25/39) Installing py3-msgpack (1.0.0-r0) 19:15:51 (26/39) Installing py3-lockfile (0.12.2-r3) 19:15:51 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:15:51 (28/39) Installing py3-colorama (0.4.3-r0) 19:15:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:51 (29/39) Installing py3-distlib (0.3.0-r0) 19:15:51 (30/39) Installing py3-distro (1.5.0-r1) 19:15:51 (31/39) Installing py3-webencodings (0.5.1-r3) 19:15:51 (32/39) Installing py3-html5lib (1.0.1-r4) 19:15:51 (33/39) Installing py3-pytoml (0.1.21-r0) 19:15:51 (34/39) Installing py3-pep517 (0.8.2-r0) 19:15:51 (35/39) Installing py3-progress (1.5-r0) 19:15:51 (36/39) Installing py3-toml (0.10.1-r0) 19:15:51 (37/39) Installing py3-retrying (1.3.3-r0) 19:15:51 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:15:51 (39/39) Installing py3-pip (20.1.1-r0) 19:15:51 Executing busybox-1.31.1-r19.trigger 19:15:51 OK: 72 MiB in 59 packages 19:15:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:52 (1/6) Installing dumb-init (1.2.2-r1) 19:15:53 (2/6) Installing libgcc (9.3.0-r2) 19:15:53 (3/6) Installing libsodium (1.0.18-r0) 19:15:53 (4/6) Installing libstdc++ (9.3.0-r2) 19:15:53 (5/6) Installing libzmq (4.3.3-r0) 19:15:53 (6/6) Installing zeromq (4.3.3-r0) 19:15:53 Executing busybox-1.31.1-r20.trigger 19:15:53 OK: 8 MiB in 20 packages 19:15:54 Removing intermediate container a93fa2323c21 19:15:54 ---> cc7206a215ff 19:15:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:55 ---> d516622109f7 19:15:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:56 Collecting docker-compose==1.23.2 19:15:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:15:57 ---> 33b21bd08923 19:15:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:57 Collecting docker<4.0,>=3.6.0 19:15:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:15:57 ---> a65978af7eb4 19:15:57 Step 19/23 : ENTRYPOINT ["/core-data"] 19:15:57 ---> Running in c0cb7413f67f 19:15:58 Removing intermediate container c0cb7413f67f 19:15:58 ---> d03b89fc3194 19:15:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:58 Collecting websocket-client<1.0,>=0.32.0 19:15:58 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:15:58 ---> Running in dee4510c1082 19:15:58 Removing intermediate container dee4510c1082 19:15:58 ---> a04861dedc09 19:15:58 Step 21/23 : LABEL arch=arm64 19:15:58 Collecting jsonschema<3,>=2.5.1 19:15:58 ---> Running in 0f3a550aa9c7 19:15:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:15:59 Removing intermediate container 0f3a550aa9c7 19:15:59 ---> 7c81a3e203d2 19:15:59 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:15:59 ---> Running in ace5e2c4ba2e 19:16:00 Removing intermediate container ace5e2c4ba2e 19:16:00 ---> 7dd6bbc92123 19:16:00 Step 23/23 : LABEL version=0.0.0 19:16:00 ---> Running in 384035af1720 19:16:00 Collecting PyYAML<4,>=3.10 19:16:00 Downloading PyYAML-3.13.tar.gz (270 kB) 19:16:00 Removing intermediate container 384035af1720 19:16:00 ---> 7a518f6aff2a 19:16:00 19:16:00 Successfully built 7a518f6aff2a 19:16:00 Successfully tagged docker-core-data-go-arm64:latest 19:16:02  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 19:16:02 Downloading docopt-0.6.2.tar.gz (25 kB) 19:16:04 Collecting texttable<0.10,>=0.9.0 19:16:04 Downloading texttable-0.9.1.tar.gz (11 kB) 19:16:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:16:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:16:08 Collecting cached-property<2,>=1.2.0 19:16:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:16:08 Collecting dockerpty<0.5,>=0.4.1 19:16:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:16:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:16:10 Collecting docker-pycreds>=0.4.0 19:16:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:16:10 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) 19:16:11 Collecting urllib3<1.25,>=1.21.1 19:16:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:16:11 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) 19:16:11 Collecting idna<2.8,>=2.5 19:16:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:16:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:16:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:16:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:16:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:16:12 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, PyYAML, docopt, texttable, cached-property, dockerpty, docker-compose 19:16:12 Attempting uninstall: urllib3 19:16:12 Found existing installation: urllib3 1.25.9 19:16:12 Uninstalling urllib3-1.25.9: 19:16:12 Successfully uninstalled urllib3-1.25.9 19:16:13 Attempting uninstall: idna 19:16:13 Found existing installation: idna 2.9 19:16:13 Uninstalling idna-2.9: 19:16:13 Successfully uninstalled idna-2.9 19:16:13 Attempting uninstall: requests 19:16:13 Found existing installation: requests 2.23.0 19:16:13 Uninstalling requests-2.23.0: 19:16:13 Successfully uninstalled requests-2.23.0 19:16:15 Running setup.py install for PyYAML: started 19:16:17 Running setup.py install for PyYAML: finished with status 'done' 19:16:17 Running setup.py install for docopt: started 19:16:19 Running setup.py install for docopt: finished with status 'done' 19:16:19 Running setup.py install for texttable: started 19:16:20 Running setup.py install for texttable: finished with status 'done' 19:16:20 Running setup.py install for dockerpty: started 19:16:22 Running setup.py install for dockerpty: finished with status 'done' 19:16:23 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.58.0 19:16:31 Removing intermediate container e7f28370cc02 19:16:31 ---> 52aabd5d8b3d 19:16:31 Step 14/23 : ENV APP_PORT=48090 19:16:31 ---> Running in f9df816ed869 19:16:31 Removing intermediate container f9df816ed869 19:16:31 ---> 132ec24b1043 19:16:31 Step 15/23 : EXPOSE $APP_PORT 19:16:31 ---> Running in cd5b04d4cac1 19:16:31 Removing intermediate container cd5b04d4cac1 19:16:31 ---> dbd14c576f80 19:16:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:16:33 ---> 6f6776d73ff0 19:16:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:16:33 ---> eab051d985cd 19:16:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:16:34 ---> b0d5bd9cc041 19:16:34 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:16:34 ---> Running in d262306e5b9f 19:16:35 Removing intermediate container d262306e5b9f 19:16:35 ---> c870326db1d9 19:16:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:35 ---> Running in 0b518b9552dd 19:16:35 Removing intermediate container 0b518b9552dd 19:16:35 ---> 9b92405daab0 19:16:35 Step 21/23 : LABEL arch=arm64 19:16:35 ---> Running in f92e6680e2f8 19:16:36 Removing intermediate container f92e6680e2f8 19:16:36 ---> d41db77d31f9 19:16:36 Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b 19:16:36 ---> Running in 432dedd55bb5 19:16:36 Removing intermediate container 432dedd55bb5 19:16:36 ---> 7302f0415859 19:16:36 Step 23/23 : LABEL version=0.0.0 19:16:37 ---> Running in 5a7d14da9deb 19:16:37 Removing intermediate container 5a7d14da9deb 19:16:37 ---> 85cea4fc3c8c 19:16:37 19:16:37 Successfully built 85cea4fc3c8c 19:16:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:16:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:16:38 $ docker stop --time=1 2c56d05eca84de9f80ee26bb8928177a6435ff2689e8303715c16e5894a34945 19:16:40 $ docker rm -f 2c56d05eca84de9f80ee26bb8928177a6435ff2689e8303715c16e5894a34945 [Pipeline] // withDockerContainer [Pipeline] sh 19:16:40 + + grepdocker images 19:16:40 docker 19:16:40 docker-sys-mgmt-agent-go-arm64 latest 85cea4fc3c8c 3 seconds ago 299MB 19:16:40 docker-core-data-go-arm64 latest 7a518f6aff2a 40 seconds ago 21.6MB 19:16:40 docker-security-bootstrapper-go-arm64 latest b36e36c5d4d7 About a minute ago 18.1MB 19:16:40 docker-core-command-go-arm64 latest 7c2d51156bc4 About a minute ago 16.5MB 19:16:40 docker-support-notifications-go-arm64 latest dcf72f9d5a00 4 minutes ago 17.2MB 19:16:40 docker-core-metadata-go-arm64 latest 75d509da4760 4 minutes ago 18.1MB 19:16:40 docker-support-scheduler-go-arm64 latest 9b78c5dab87c 4 minutes ago 16.6MB 19:16:40 docker-security-secretstore-setup-go-arm64 latest a299f0d50d4e 4 minutes ago 24.9MB 19:16:40 docker-security-proxy-setup-go-arm64 latest 973491955f1f 4 minutes ago 24.6MB 19:16:40 docker 20.10.0 eeaf43b92773 4 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 19:16:41 ---> job-cost.sh 19:16:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xvhz 19:17:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:18:57 lf-activate-venv(): INFO: Adding /tmp/venv-xvhz/bin to PATH 19:18:57 INFO: No Stack... 19:18:57 INFO: Retrieving Pricing Info for: lf-standard-4 19:18:57 INFO: Archiving Costs [Pipeline] sh 19:18:57 + cut -d, -f6 19:18:57 + cat /w/workspace/edgex-go/82/archives/cost.csv [Pipeline] lock 19:18:57 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-82-stack-cost] 19:18:57 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-82-stack-cost] did not exist. Created. 19:18:57 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:18:57 + echo total: 0.20999999344348907 [Pipeline] stash 19:18:58 Stashed 1 file(s) [Pipeline] } 19:18:58 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-82-stack-cost] [Pipeline] // lock [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 19:18:58 provisioning config files... 19:18:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/82@tmp/config3952481662163920024tmp [Pipeline] { [Pipeline] sh 19:18:59 + set +x 19:18:59 + curl -s https://codecov.io/bash 19:18:59 + bash -s -- 19:18:59 19:18:59 _____ _ 19:18:59 / ____| | | 19:18:59 | | ___ __| | ___ ___ _____ __ 19:18:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:18:59 | |___| (_) | (_| | __/ (_| (_) \ V / 19:18:59 \_____\___/ \__,_|\___|\___\___/ \_/ 19:18:59 Bash-1.0.2 19:18:59 19:18:59 19:18:59 ==> git version 2.24.3 found 19:18:59 ==> 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 19:18:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:18:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:18:59 ==> Jenkins CI detected. 19:18:59 project root: . 19:18:59 --> token set from env 19:18:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:18:59 ==> Running gcov in . (disable via -X gcov) 19:18:59 ==> Python coveragepy not found 19:18:59 ==> Searching for coverage reports in: 19:18:59 + . 19:18:59 -> Found 1 reports 19:18:59 ==> Detecting git/mercurial file structure 19:18:59 ==> Reading reports 19:18:59 + ./coverage.out bytes=703598 19:18:59 ==> Appending adjustments 19:18:59 https://docs.codecov.io/docs/fixing-reports 19:19:03 + Found adjustments 19:19:03 ==> Gzipping contents 19:19:03 100K /tmp/codecov.Im09K6.gz 19:19:03 ==> Uploading reports 19:19:03 url: https://codecov.io 19:19:03 query: branch=PR-3234&commit=54ab13574731e9cbb3c910d7576150a69cb8d63b&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F82%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 19:19:03 -> Pinging Codecov 19:19:03 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3234&commit=54ab13574731e9cbb3c910d7576150a69cb8d63b&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F82%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 19:19:04 -> Uploading to 19:19:04 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/54ab13574731e9cbb3c910d7576150a69cb8d63b/e9d7d376-d90e-4b46-9f08-008e6f584b1a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T191904Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8d354adb8c7bb5ad593c5a1260ce1748129f62f2c0b741fca19dfe2f8c9991d9 19:19:04 % Total % Received % Xferd Average Speed Time Time Time Current 19:19:04 Dload Upload Total Spent Left Speed 19:19:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 98k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 192k --:--:-- --:--:-- --:--:-- 192k 19:19:05 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] } 19:19:05 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] { (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 19:19:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:19:06 ---> package-listing.sh 19:19:06 ++ facter osfamily 19:19:06 ++ tr '[:upper:]' '[:lower:]' 19:19:06 + OS_FAMILY=redhat 19:19:06 + workspace=/w/workspace/edgex-go/82 19:19:06 + START_PACKAGES=/tmp/packages_start.txt 19:19:06 + END_PACKAGES=/tmp/packages_end.txt 19:19:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:19:06 + PACKAGES=/tmp/packages_start.txt 19:19:06 + '[' /w/workspace/edgex-go/82 ']' 19:19:06 + PACKAGES=/tmp/packages_end.txt 19:19:06 + case "${OS_FAMILY}" in 19:19:06 + rpm -qa 19:19:06 + sort 19:19:12 + '[' -f /tmp/packages_start.txt ']' 19:19:12 + '[' -f /tmp/packages_end.txt ']' 19:19:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:19:12 + '[' /w/workspace/edgex-go/82 ']' 19:19:12 + mkdir -p /w/workspace/edgex-go/82/archives/ 19:19:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/82/archives/ [Pipeline] echo 19:19:12 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/82/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:19:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:19:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:19:12 19:19:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:19:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:19:12 alpine: Pulling from edgex-lftools-log-publisher 19:19:12 df20fa9351a1: Pulling fs layer 19:19:12 36b3adc4ff6f: Pulling fs layer 19:19:12 8ad3a11d3b57: Pulling fs layer 19:19:12 46f8f816bc3b: Pulling fs layer 19:19:12 93b61091891f: Pulling fs layer 19:19:12 93b9cdb0e59b: Pulling fs layer 19:19:12 5e14af77c1be: Pulling fs layer 19:19:12 01666e4c0597: Pulling fs layer 19:19:12 aa168da1d23b: Pulling fs layer 19:19:12 46f8f816bc3b: Waiting 19:19:12 93b61091891f: Waiting 19:19:12 93b9cdb0e59b: Waiting 19:19:12 5e14af77c1be: Waiting 19:19:12 01666e4c0597: Waiting 19:19:12 aa168da1d23b: Waiting 19:19:12 36b3adc4ff6f: Download complete 19:19:12 46f8f816bc3b: Verifying Checksum 19:19:12 46f8f816bc3b: Download complete 19:19:13 93b61091891f: Verifying Checksum 19:19:13 93b61091891f: Download complete 19:19:13 93b9cdb0e59b: Verifying Checksum 19:19:13 93b9cdb0e59b: Download complete 19:19:13 5e14af77c1be: Verifying Checksum 19:19:13 5e14af77c1be: Download complete 19:19:13 01666e4c0597: Download complete 19:19:13 8ad3a11d3b57: Verifying Checksum 19:19:13 8ad3a11d3b57: Download complete 19:19:13 df20fa9351a1: Download complete 19:19:13 df20fa9351a1: Pull complete 19:19:13 36b3adc4ff6f: Pull complete 19:19:15 aa168da1d23b: Verifying Checksum 19:19:15 aa168da1d23b: Download complete 19:19:15 8ad3a11d3b57: Pull complete 19:19:16 46f8f816bc3b: Pull complete 19:19:16 93b61091891f: Pull complete 19:19:16 93b9cdb0e59b: Pull complete 19:19:17 5e14af77c1be: Pull complete 19:19:17 01666e4c0597: Pull complete 19:19:25 aa168da1d23b: Pull complete 19:19:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:19:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:19:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:19:25 prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container 19:19:25 $ 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/82/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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:19:29 $ docker top 1c8f89d50d0d22221983cea04b6f4a68c8f4e59319ac446eb52ce764ade86e9d -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:29 + touch /tmp/pre-build-complete [Pipeline] sh 19:19:29 + mkdir -p /var/log/sa [Pipeline] sh 19:19:30 + ls /var/log/sa-host 19:19:30 + sadf -c /var/log/sa-host/sa20 19:19:30 file_magic: OK 19:19:30 HZ: Using current value: 100 19:19:30 file_header: OK 19:19:30 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 19:19:30 Statistics: 19:19:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:19:30 File successfully converted to sysstat format version 12.2.1 19:19:30 + sadf -c /var/log/sa-host/sa23 19:19:30 file_magic: OK 19:19:30 HZ: Using current value: 100 19:19:30 file_header: OK 19:19:30 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 19:19:30 Statistics: 19:19:30 Hnuu...uuuununununu... 19:19:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:19:30 provisioning config files... 19:19:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/82@tmp/config8584614288893022100tmp [Pipeline] { [Pipeline] echo 19:19:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:19:31 ---> create-netrc.sh [Pipeline] } 19:19:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:19:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:19:31 ---> python-tools-install.sh [Pipeline] echo 19:19:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:19:31 ---> sudo-logs.sh 19:19:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:19:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:19:32 ---> job-cost.sh 19:19:32 lf-activate-venv: SKIPPING 19:19:32 DEBUG: total: 0.20999999344348907 19:19:32 INFO: Retrieving Stack Cost... 19:19:33 INFO: Retrieving Pricing Info for: v1-standard-2 19:19:33 INFO: Archiving Costs [Pipeline] echo 19:19:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:19:33 ---> logs-deploy.sh 19:19:33 lf-activate-venv: SKIPPING 19:19:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/82 19:19:33 INFO: archiving workspace using pattern(s): 19:19:35 Archives upload complete. 19:19:35 INFO: archiving logs to Nexus 19:19:36 ---> uname -a: 19:19:36 Linux prd-centos7-docker-4c-2g-1231.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:19:36 19:19:36 19:19:36 ---> lscpu: 19:19:36 Architecture: x86_64 19:19:36 CPU op-mode(s): 32-bit, 64-bit 19:19:36 Byte Order: Little Endian 19:19:36 Address sizes: 40 bits physical, 48 bits virtual 19:19:36 CPU(s): 4 19:19:36 On-line CPU(s) list: 0-3 19:19:36 Thread(s) per core: 1 19:19:36 Core(s) per socket: 1 19:19:36 Socket(s): 4 19:19:36 NUMA node(s): 1 19:19:36 Vendor ID: GenuineIntel 19:19:36 CPU family: 6 19:19:36 Model: 44 19:19:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:19:36 Stepping: 1 19:19:36 CPU MHz: 2933.438 19:19:36 BogoMIPS: 5866.87 19:19:36 Virtualization: VT-x 19:19:36 Hypervisor vendor: KVM 19:19:36 Virtualization type: full 19:19:36 L1d cache: 128 KiB 19:19:36 L1i cache: 128 KiB 19:19:36 L2 cache: 16 MiB 19:19:36 L3 cache: 64 MiB 19:19:36 NUMA node0 CPU(s): 0-3 19:19:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:19:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:19:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:19:36 Vulnerability Meltdown: Mitigation; PTI 19:19:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:19:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:19:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:19:36 Vulnerability Srbds: Not affected 19:19:36 Vulnerability Tsx async abort: Not affected 19:19:36 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 19:19:36 19:19:36 19:19:36 ---> nproc: 19:19:36 4 19:19:36 19:19:36 19:19:36 ---> df -h: 19:19:36 Filesystem Size Used Available Use% Mounted on 19:19:36 overlay 50.0G 11.0G 39.0G 22% / 19:19:36 tmpfs 64.0M 0 64.0M 0% /dev 19:19:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:19:36 shm 64.0M 0 64.0M 0% /dev/shm 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/82 19:19:36 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/82@tmp 19:19:36 19:19:36 19:19:36 ---> free -m: 19:19:36 total used free shared buff/cache available 19:19:36 Mem: 1837 713 142 0 981 1040 19:19:36 Swap: 1023 61 962 19:19:36 19:19:36 19:19:36 ---> ip addr: 19:19:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:19:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:19:36 inet 127.0.0.1/8 scope host lo 19:19:36 valid_lft forever preferred_lft forever 19:19:36 inet6 ::1/128 scope host 19:19:36 valid_lft forever preferred_lft forever 19:19:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:19:36 link/ether fa:16:3e:1a:ed:d8 brd ff:ff:ff:ff:ff:ff 19:19:36 inet 10.30.122.214/23 brd 10.30.123.255 scope global dynamic eth0 19:19:36 valid_lft 84887sec preferred_lft 84887sec 19:19:36 inet6 fe80::f816:3eff:fe1a:edd8/64 scope link 19:19:36 valid_lft forever preferred_lft forever 19:19:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:19:36 link/ether 02:42:47:c1:fb:00 brd ff:ff:ff:ff:ff:ff 19:19:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:19:36 valid_lft forever preferred_lft forever 19:19:36 inet6 fe80::42:47ff:fec1:fb00/64 scope link 19:19:36 valid_lft forever preferred_lft forever 19:19:36 19:19:36 19:19:36 ---> sar -b -r -n DEV: 19:19:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:19:36 19:19:36 18:54:12 LINUX RESTART (4 CPU) 19:19:36 19:19:36 18:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:19:36 18:56:01 148.62 73.93 74.69 0.00 10215.20 24768.82 0.00 19:19:36 18:57:01 338.54 135.48 203.06 0.00 5461.39 39411.51 0.00 19:19:36 18:58:01 131.09 38.39 92.70 0.00 1530.27 12824.67 0.00 19:19:36 18:59:02 125.75 70.47 55.29 0.00 2145.76 3728.07 0.00 19:19:36 19:00:01 152.96 26.88 126.07 0.00 7437.78 50375.13 0.00 19:19:36 19:01:01 2040.20 1707.20 333.00 0.00 160415.70 201236.89 0.00 19:19:36 19:02:02 1615.55 1409.08 206.46 0.00 77905.18 87583.52 0.00 19:19:36 19:03:01 1176.52 840.96 335.56 0.00 83832.51 124975.55 0.00 19:19:36 19:04:02 1393.67 1078.12 315.55 0.00 59449.74 82934.51 0.00 19:19:36 19:05:01 105.72 16.86 88.86 0.00 3175.89 14994.07 0.00 19:19:36 19:06:01 1.28 0.05 1.23 0.00 0.80 16.29 0.00 19:19:36 19:07:01 0.20 0.03 0.17 0.00 0.27 1.90 0.00 19:19:36 19:08:01 0.35 0.07 0.28 0.00 0.67 3.11 0.00 19:19:36 19:09:01 0.43 0.02 0.42 0.00 0.27 5.60 0.00 19:19:36 19:10:01 1.86 1.70 0.17 0.00 55.54 2.36 0.00 19:19:36 19:11:01 0.80 0.03 0.77 0.00 1.07 14.07 0.00 19:19:36 19:12:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 19:19:36 19:13:01 0.22 0.00 0.22 0.00 0.00 2.71 0.00 19:19:36 19:14:01 0.22 0.02 0.20 0.00 1.07 1.78 0.00 19:19:36 19:15:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 19:19:36 19:16:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 19:19:36 19:17:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 19:19:36 19:18:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 19:19:36 19:19:01 9.94 9.72 0.22 0.00 819.05 25.56 0.00 19:19:36 Average: 302.97 226.44 76.53 0.00 17244.93 26825.26 0.00 19:19:36 19:19:36 18:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:19:36 18:56:01 64308 0 665116 35.35 2596 1149524 1332044 45.46 705492 898952 52896 19:19:36 18:57:01 186676 0 794672 42.24 1304 898892 1443856 49.28 592732 822904 3764 19:19:36 18:58:01 197012 0 831016 44.17 596 852920 1861876 63.54 709744 688296 33788 19:19:36 18:59:02 331400 0 723212 38.44 596 826336 1222456 41.72 514348 740768 45456 19:19:36 19:00:01 75684 0 737892 39.22 248 1067720 1261004 43.04 707672 820592 40352 19:19:36 19:01:01 70584 0 854940 45.44 0 956020 2310676 78.86 786644 783468 26260 19:19:36 19:02:02 244868 0 1104656 58.71 0 532020 2961128 101.06 709620 648592 5772 19:19:36 19:03:01 82512 0 659400 35.05 0 1139632 1368428 46.70 627340 952140 48200 19:19:36 19:04:02 305636 0 698536 37.13 0 877372 1485356 50.69 518608 818556 296 19:19:36 19:05:01 138944 0 635692 33.79 0 1106908 1210296 41.31 495728 999036 20 19:19:36 19:06:01 138948 0 635684 33.79 0 1106912 1209292 41.27 495932 998704 16 19:19:36 19:07:01 141876 0 632748 33.63 0 1106920 1185612 40.46 493708 998672 8 19:19:36 19:08:01 141572 0 633048 33.65 0 1106924 1185720 40.47 494104 998688 20 19:19:36 19:09:01 142188 0 632424 33.61 0 1106932 1185612 40.46 493716 998692 8 19:19:36 19:10:01 140308 0 633340 33.66 0 1107896 1185696 40.47 494076 999384 8 19:19:36 19:11:01 140476 0 633164 33.65 0 1107904 1185612 40.46 494128 999388 12 19:19:36 19:12:01 139940 0 633696 33.68 0 1107908 1185780 40.47 494544 999388 8 19:19:36 19:13:01 140028 0 633600 33.67 0 1107916 1185756 40.47 494400 999388 8 19:19:36 19:14:01 140664 0 632988 33.64 0 1107892 1184584 40.43 493936 999388 8 19:19:36 19:15:01 140488 0 633128 33.65 0 1107928 1184668 40.43 494044 999420 8 19:19:36 19:16:01 140516 0 633092 33.65 0 1107936 1184584 40.43 493836 999420 8 19:19:36 19:17:01 140388 0 633212 33.65 0 1107944 1184692 40.43 494244 999420 8 19:19:36 19:18:01 140208 0 633388 33.66 0 1107948 1184716 40.43 494240 999420 8 19:19:36 19:19:01 108284 0 640532 34.04 0 1132728 1189456 40.59 502916 1020032 816 19:19:36 Average: 151396 0 690799 36.71 222 1039126 1378288 47.04 553990 924280 10740 19:19:36 19:19:36 18:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:19:36 18:56:01 eth0 1021.11 1127.81 5020.68 158.22 0.00 0.00 0.00 0.00 19:19:36 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 18:56:01 docker0 840.04 638.45 70.24 2674.78 0.00 0.00 0.00 0.00 19:19:36 18:57:01 veth21cc343 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:19:36 18:57:01 eth0 355.64 276.79 1789.61 34.19 0.00 0.00 0.00 0.00 19:19:36 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 18:57:01 docker0 181.78 229.48 12.73 832.54 0.00 0.00 0.00 0.00 19:19:36 18:58:01 veth21cc343 0.63 0.67 0.05 0.06 0.00 0.00 0.00 0.00 19:19:36 18:58:01 eth0 24.85 12.82 20.32 10.63 0.00 0.00 0.00 0.00 19:19:36 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 18:58:01 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 19:19:36 18:59:02 veth21cc343 1.81 1.81 0.14 0.14 0.00 0.00 0.00 0.00 19:19:36 18:59:02 eth0 16.55 8.79 11.64 6.24 0.00 0.00 0.00 0.00 19:19:36 18:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 18:59:02 docker0 1.81 1.81 0.12 0.14 0.00 0.00 0.00 0.00 19:19:36 19:00:01 eth0 237.34 175.99 1738.87 107.26 0.00 0.00 0.00 0.00 19:19:36 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:00:01 veth4352fbc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:19:36 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:01:01 eth0 84.22 58.83 162.18 53.92 0.00 0.00 0.00 0.00 19:19:36 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:01:01 veth4352fbc 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 19:19:36 19:01:01 docker0 38.15 53.68 2.49 147.56 0.00 0.00 0.00 0.00 19:19:36 19:02:02 vethe0704e8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:19:36 19:02:02 veth292f3f5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:19:36 19:02:02 eth0 7.27 3.50 5.69 3.02 0.00 0.00 0.00 0.00 19:19:36 19:02:02 vetha40a7f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:19:36 19:03:01 eth0 81.37 49.31 257.51 19.43 0.00 0.00 0.00 0.00 19:19:36 19:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:19:36 19:03:01 veth4352fbc 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 19:19:36 19:03:01 docker0 1101.40 972.94 88.23 3883.60 0.00 0.00 0.00 0.00 19:19:36 19:04:02 eth0 176.56 133.98 1315.90 98.16 0.00 0.00 0.00 0.00 19:19:36 19:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:04:02 veth4352fbc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:19:36 19:04:02 docker0 12.88 15.75 0.84 68.85 0.00 0.00 0.00 0.00 19:19:36 19:05:01 eth0 74.32 42.00 370.02 12.27 0.00 0.00 0.00 0.00 19:19:36 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:05:01 docker0 28.91 49.92 1.85 349.98 0.00 0.00 0.00 0.00 19:19:36 19:06:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 19:19:36 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:07:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:19:36 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:08:01 eth0 0.95 0.38 0.35 0.21 0.00 0.00 0.00 0.00 19:19:36 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:09:01 eth0 0.22 0.08 0.02 0.01 0.00 0.00 0.00 0.00 19:19:36 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:10:01 eth0 0.33 0.22 0.15 0.07 0.00 0.00 0.00 0.00 19:19:36 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:11:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:19:36 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:12:01 eth0 0.90 0.27 0.31 0.20 0.00 0.00 0.00 0.00 19:19:36 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:13:01 eth0 4.46 4.61 0.29 10.68 0.00 0.00 0.00 0.00 19:19:36 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:14:01 eth0 0.07 0.05 0.00 0.03 0.00 0.00 0.00 0.00 19:19:36 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:15:01 eth0 4.56 4.46 0.42 7.01 0.00 0.00 0.00 0.00 19:19:36 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:16:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:17:01 eth0 2.70 2.81 0.28 6.82 0.00 0.00 0.00 0.00 19:19:36 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:18:01 eth0 8.64 8.59 0.84 14.04 0.00 0.00 0.00 0.00 19:19:36 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:19:01 eth0 13.15 11.22 6.28 18.15 0.00 0.00 0.00 0.00 19:19:36 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 Average: eth0 88.21 80.23 445.79 23.35 0.00 0.00 0.00 0.00 19:19:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:19:36 Average: docker0 47.16 42.84 3.75 177.45 0.00 0.00 0.00 0.00 19:19:36 19:19:36 19:19:36 ---> sar -P ALL: 19:19:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:19:36 19:19:36 18:54:12 LINUX RESTART (4 CPU) 19:19:36 19:19:36 18:55:01 CPU %user %nice %system %iowait %steal %idle 19:19:36 18:56:01 all 13.48 0.00 7.24 2.14 0.38 76.75 19:19:36 18:56:01 0 13.13 0.00 8.95 0.67 0.40 76.85 19:19:36 18:56:01 1 11.16 0.00 7.10 2.96 0.38 78.41 19:19:36 18:56:01 2 13.51 0.00 6.13 1.66 0.36 78.34 19:19:36 18:56:01 3 16.13 0.00 6.81 3.27 0.39 73.39 19:19:36 18:57:01 all 11.24 0.00 9.39 6.53 0.34 72.49 19:19:36 18:57:01 0 11.77 0.00 10.28 8.90 0.28 68.78 19:19:36 18:57:01 1 10.99 0.00 8.88 5.61 0.34 74.17 19:19:36 18:57:01 2 11.32 0.00 8.70 6.31 0.38 73.29 19:19:36 18:57:01 3 10.87 0.00 9.70 5.32 0.38 73.73 19:19:36 18:58:01 all 59.25 0.00 13.48 4.77 0.68 21.82 19:19:36 18:58:01 0 59.58 0.00 13.43 4.09 0.56 22.34 19:19:36 18:58:01 1 59.59 0.00 13.45 6.40 0.60 19.97 19:19:36 18:58:01 2 59.07 0.00 13.58 4.48 0.77 22.10 19:19:36 18:58:01 3 58.77 0.00 13.46 4.09 0.78 22.91 19:19:36 18:59:02 all 49.94 0.00 14.70 2.13 1.01 32.22 19:19:36 18:59:02 0 49.14 0.00 15.05 2.06 1.08 32.67 19:19:36 18:59:02 1 50.05 0.00 14.41 3.16 0.86 31.52 19:19:36 18:59:02 2 49.76 0.00 15.03 0.87 1.17 33.17 19:19:36 18:59:02 3 50.82 0.00 14.31 2.45 0.92 31.50 19:19:36 19:00:01 all 26.42 0.00 12.22 4.37 0.58 56.41 19:19:36 19:00:01 0 24.40 0.00 12.23 3.25 0.70 59.42 19:19:36 19:00:01 1 27.47 0.00 12.20 3.92 0.56 55.84 19:19:36 19:00:01 2 27.10 0.00 11.58 4.41 0.51 56.40 19:19:36 19:00:01 3 26.71 0.00 12.89 5.91 0.53 53.96 19:19:36 19:01:01 all 21.88 0.00 30.63 17.65 2.79 27.04 19:19:36 19:01:01 0 20.38 0.00 27.05 17.18 3.46 31.93 19:19:36 19:01:01 1 21.75 0.00 32.37 19.38 2.46 24.05 19:19:36 19:01:01 2 22.09 0.00 31.34 17.73 2.79 26.05 19:19:36 19:01:01 3 23.35 0.00 31.83 16.31 2.42 26.09 19:19:36 19:02:02 all 57.00 0.00 20.01 9.75 1.31 11.93 19:19:36 19:02:02 0 57.50 0.00 17.73 10.37 1.69 12.72 19:19:36 19:02:02 1 56.27 0.00 20.39 9.88 1.41 12.04 19:19:36 19:02:02 2 58.00 0.00 20.22 9.33 1.08 11.37 19:19:36 19:02:02 3 56.21 0.00 21.74 9.42 1.06 11.57 19:19:36 19:03:01 all 25.36 0.00 21.44 24.74 0.15 28.32 19:19:36 19:03:01 0 23.94 0.00 20.81 22.51 0.11 32.64 19:19:36 19:03:01 1 25.89 0.00 21.52 20.60 0.16 31.83 19:19:36 19:03:01 2 25.77 0.00 21.77 26.22 0.12 26.11 19:19:36 19:03:01 3 25.84 0.00 21.65 29.67 0.20 22.64 19:19:36 19:04:02 all 52.49 0.00 22.12 14.50 0.08 10.81 19:19:36 19:04:02 0 52.08 0.00 22.02 14.27 0.09 11.54 19:19:36 19:04:02 1 53.58 0.00 21.48 14.67 0.05 10.22 19:19:36 19:04:02 2 51.85 0.00 22.39 13.06 0.09 12.60 19:19:36 19:04:02 3 52.45 0.00 22.59 15.99 0.09 8.89 19:19:36 19:05:01 all 6.24 0.00 3.85 2.99 0.05 86.86 19:19:36 19:05:01 0 8.90 0.00 4.45 2.90 0.03 83.71 19:19:36 19:05:01 1 4.81 0.00 3.73 5.07 0.07 86.33 19:19:36 19:05:01 2 6.83 0.00 4.36 1.80 0.05 86.96 19:19:36 19:05:01 3 4.43 0.00 2.88 2.20 0.05 90.44 19:19:36 19:06:01 all 0.11 0.00 0.03 0.00 0.00 99.85 19:19:36 19:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:19:36 19:06:01 1 0.35 0.00 0.05 0.00 0.00 99.60 19:19:36 19:06:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:19:36 19:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:19:36 19:19:36 19:06:01 CPU %user %nice %system %iowait %steal %idle 19:19:36 19:07:01 all 0.18 0.00 0.10 0.00 0.01 99.70 19:19:36 19:07:01 0 0.03 0.00 0.13 0.00 0.02 99.82 19:19:36 19:07:01 1 0.55 0.00 0.08 0.00 0.02 99.35 19:19:36 19:07:01 2 0.10 0.00 0.10 0.00 0.02 99.78 19:19:36 19:07:01 3 0.05 0.00 0.08 0.02 0.00 99.85 19:19:36 19:08:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:19:36 19:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:19:36 19:08:01 1 0.52 0.00 0.02 0.00 0.00 99.47 19:19:36 19:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:19:36 19:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:19:36 19:09:01 all 0.17 0.00 0.15 0.00 0.02 99.65 19:19:36 19:09:01 0 0.03 0.00 0.12 0.00 0.00 99.85 19:19:36 19:09:01 1 0.53 0.00 0.10 0.00 0.05 99.32 19:19:36 19:09:01 2 0.08 0.00 0.20 0.00 0.02 99.70 19:19:36 19:09:01 3 0.05 0.00 0.20 0.00 0.02 99.73 19:19:36 19:10:01 all 0.15 0.00 0.05 0.03 0.00 99.76 19:19:36 19:10:01 0 0.03 0.00 0.05 0.00 0.02 99.90 19:19:36 19:10:01 1 0.53 0.00 0.05 0.02 0.00 99.40 19:19:36 19:10:01 2 0.03 0.00 0.08 0.10 0.00 99.78 19:19:36 19:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:19:36 19:11:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:19:36 19:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:19:36 19:11:01 1 0.48 0.00 0.03 0.00 0.00 99.48 19:19:36 19:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:19:36 19:11:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:19:36 19:12:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:19:36 19:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:19:36 19:12:01 1 0.48 0.00 0.02 0.00 0.00 99.50 19:19:36 19:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:19:36 19:12:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:19:36 19:13:01 all 0.12 0.00 0.05 0.00 0.00 99.83 19:19:36 19:13:01 0 0.08 0.00 0.07 0.00 0.00 99.85 19:19:36 19:13:01 1 0.22 0.00 0.05 0.00 0.00 99.73 19:19:36 19:13:01 2 0.08 0.00 0.03 0.00 0.00 99.88 19:19:36 19:13:01 3 0.08 0.00 0.07 0.00 0.00 99.85 19:19:36 19:14:01 all 0.01 0.00 0.03 0.00 0.00 99.95 19:19:36 19:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:19:36 19:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:19:36 19:14:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:19:36 19:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 19:19:36 19:15:01 all 0.05 0.00 0.04 0.00 0.00 99.91 19:19:36 19:15:01 0 0.03 0.00 0.05 0.00 0.00 99.92 19:19:36 19:15:01 1 0.07 0.00 0.02 0.00 0.00 99.92 19:19:36 19:15:01 2 0.05 0.00 0.08 0.00 0.02 99.85 19:19:36 19:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:19:36 19:16:01 all 0.03 0.00 0.03 0.00 0.00 99.95 19:19:36 19:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:19:36 19:16:01 1 0.05 0.00 0.07 0.00 0.00 99.88 19:19:36 19:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:19:36 19:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:19:36 19:17:01 all 0.05 0.00 0.05 0.00 0.00 99.90 19:19:36 19:17:01 0 0.02 0.00 0.05 0.00 0.00 99.93 19:19:36 19:17:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:19:36 19:17:01 2 0.07 0.00 0.07 0.00 0.00 99.87 19:19:36 19:17:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:19:36 19:19:36 19:17:01 CPU %user %nice %system %iowait %steal %idle 19:19:36 19:18:01 all 0.08 0.00 0.06 0.00 0.00 99.86 19:19:36 19:18:01 0 0.10 0.00 0.08 0.00 0.00 99.82 19:19:36 19:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:19:36 19:18:01 2 0.07 0.00 0.05 0.00 0.00 99.88 19:19:36 19:18:01 3 0.08 0.00 0.08 0.00 0.00 99.83 19:19:36 19:19:01 all 0.76 0.00 0.45 0.25 0.02 98.53 19:19:36 19:19:01 0 1.13 0.00 0.68 0.38 0.02 97.78 19:19:36 19:19:01 1 0.55 0.00 0.30 0.20 0.02 98.93 19:19:36 19:19:01 2 1.02 0.00 0.53 0.38 0.02 98.05 19:19:36 19:19:01 3 0.35 0.00 0.27 0.02 0.02 99.35 19:19:36 Average: all 13.14 0.00 6.30 3.62 0.30 76.64 19:19:36 Average: 0 13.06 0.00 6.21 3.51 0.34 76.89 19:19:36 Average: 1 13.17 0.00 6.31 3.70 0.28 76.54 19:19:36 Average: 2 13.20 0.00 6.31 3.47 0.30 76.73 19:19:36 Average: 3 13.14 0.00 6.38 3.80 0.27 76.41 19:19:36 19:19:36 19:19:36