Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e8507bf02f169bfeeba70db1f6d158394b064b0+f6b1e13af8548bcffc37f989b4e80b291648b0c8 (907c3667eb92f8d4a90b765139623b7b1b74fb9b) 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 ‘prd-centos7-docker-4c-2g-31059’ Running on prd-centos7-docker-4c-2g-31064 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # 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 > 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 Merging remotes/origin/master commit f6b1e13af8548bcffc37f989b4e80b291648b0c8 into PR head commit 4e8507bf02f169bfeeba70db1f6d158394b064b0 Merge succeeded, producing 4e8507bf02f169bfeeba70db1f6d158394b064b0 Checking out Revision 4e8507bf02f169bfeeba70db1f6d158394b064b0 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # 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 f6b1e13af8548bcffc37f989b4e80b291648b0c8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:02:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:02:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:02:49 ========================================================= 13:02:49 EdgeX Global Pipelines Version Info 13:02:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 13:02:50 ------------------- 13:02:50 stable info: 13:02:50 ------------------- 13:02:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:02:50 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 13:02:50 Message: update stable to v1.0.186 13:02:51 ------------------- 13:02:51 experimental info: 13:02:51 ------------------- 13:02:51 Commited By: **** collab-it+edgex@linuxfoundation.org 13:02:51 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 13:02:51 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:02:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:02:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:02:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 13:02:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 13:02:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 13:02:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e8507bf02f169bfeeba70db1f6d158394b064b0 [Pipeline] echo 13:02:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e8507b [Pipeline] echo 13:02:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:02:54 provisioning config files... 13:02:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config7080793687693851139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:02:55 ---> docker-login.sh 13:02:55 nexus3.edgexfoundry.org:10001 13:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:55 Configure a credential helper to remove this warning. See 13:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:55 13:02:55 Login Succeeded 13:02:55 nexus3.edgexfoundry.org:10002 13:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:55 Configure a credential helper to remove this warning. See 13:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:55 13:02:55 Login Succeeded 13:02:55 nexus3.edgexfoundry.org:10003 13:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:55 Configure a credential helper to remove this warning. See 13:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:55 13:02:55 Login Succeeded 13:02:55 nexus3.edgexfoundry.org:10004 13:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:56 Configure a credential helper to remove this warning. See 13:02:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:56 13:02:56 Login Succeeded 13:02:56 docker.io 13:02:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:02:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:02:56 Configure a credential helper to remove this warning. See 13:02:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:02:56 13:02:56 Login Succeeded 13:02:56 ---> docker-login.sh ends [Pipeline] } 13:02:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:02:56 ++ 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 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/core-command/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo core-command,cmd/core-command/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/core-data/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo core-data,cmd/core-data/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/core-metadata/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo core-metadata,cmd/core-metadata/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/security-bootstrapper/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/security-proxy-setup/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/support-notifications/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo support-notifications,cmd/support-notifications/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ cut -d/ -f2 13:02:56 ++ dirname cmd/support-scheduler/Dockerfile 13:02:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:02:56 + for file in '`ls cmd/**/Dockerfile`' 13:02:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:02:56 ++ cut -d/ -f2 13:02:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:02:57 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 13:02:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:57 13:02:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:02:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:58 latest: Pulling from edgex-devops/git-semver 13:02:58 31603596830f: Pulling fs layer 13:02:58 2a8b12db71e7: Pulling fs layer 13:02:58 6ca5941a6612: Pulling fs layer 13:02:58 ecc8261a40a4: Pulling fs layer 13:02:58 ecc8261a40a4: Waiting 13:02:58 2a8b12db71e7: Verifying Checksum 13:02:58 2a8b12db71e7: Download complete 13:02:58 31603596830f: Verifying Checksum 13:02:58 31603596830f: Download complete 13:02:58 ecc8261a40a4: Verifying Checksum 13:02:58 ecc8261a40a4: Download complete 13:02:58 6ca5941a6612: Verifying Checksum 13:02:58 6ca5941a6612: Download complete 13:02:58 31603596830f: Pull complete 13:02:58 2a8b12db71e7: Pull complete 13:02:59 6ca5941a6612: Pull complete 13:02:59 ecc8261a40a4: Pull complete 13:02:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:02:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:02:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:03:00 prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container 13:03:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 13:03:02 $ docker top c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:03:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:03:03 [ssh-agent] Looking for ssh-agent implementation... 13:03:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:03:03 $ docker exec c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent 13:03:03 SSH_AUTH_SOCK=/tmp/ssh-eWZ0nSIqluph/agent.11 13:03:03 SSH_AGENT_PID=16 13:03:03 Running ssh-add (command line suppressed) 13:03:03 Identity added: /w/workspace/edgex-go/27@tmp/private_key_4290211031083696168.key (/w/workspace/edgex-go/27@tmp/private_key_4290211031083696168.key) 13:03:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:03:04 + git tag --points-at HEAD [Pipeline] } 13:03:04 $ docker exec --env ******** --env ******** c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent -k 13:03:04 unset SSH_AUTH_SOCK; 13:03:04 unset SSH_AGENT_PID; 13:03:04 echo Agent pid 16 killed; 13:03:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:03:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:03:04 [ssh-agent] Looking for ssh-agent implementation... 13:03:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:03:04 $ docker exec c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent 13:03:04 SSH_AUTH_SOCK=/tmp/ssh-dcIE2Bni0FpV/agent.46 13:03:04 SSH_AGENT_PID=51 13:03:05 Running ssh-add (command line suppressed) 13:03:05 Identity added: /w/workspace/edgex-go/27@tmp/private_key_9165707514452164583.key (/w/workspace/edgex-go/27@tmp/private_key_9165707514452164583.key) 13:03:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:03:05 + git semver init 13:03:05 # -> Open(): unable to determine branch for HEAD 13:03:05 # $GIT_DIR = /w/workspace/edgex-go/27/.git 13:03:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/27 13:03:05 # $SEMVER_REMOTE_NAME = origin 13:03:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:03:05 # $SEMVER_USER_NAME = edgex-jenkins 13:03:05 # $SEMVER_BRANCH = PR-3234 13:03:05 # $SEMVER_TEMP = /tmp/semver-192210959 13:03:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:03:23 # '/tmp/semver-192210959' -> '/w/workspace/edgex-go/27/.semver' 13:03:23 # -> Force: false 13:03:23 # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } 13:03:23 $ docker exec --env ******** --env ******** c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 ssh-agent -k 13:03:24 unset SSH_AUTH_SOCK; 13:03:24 unset SSH_AGENT_PID; 13:03:24 echo Agent pid 51 killed; 13:03:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:03:24 + git semver [Pipeline] } 13:03:24 $ docker stop --time=1 c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 13:03:26 $ docker rm -f c7aff5b4bf4df6a61f3ea6d7d81a71dcfae1f976a8c16607c306ea5d68f5b837 [Pipeline] // withDockerContainer [Pipeline] sh 13:03:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:03:27 Stashed 1 file(s) [Pipeline] echo 13:03:27 [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 13:03:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:03:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:03:28 + sudo service docker restart 13:03:28 + true 13:03:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:03:29 ========================================================= 13:03:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:03:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:03:29 + 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 . 13:03:34 Sending build context to Docker daemon 328.7MB 13:03:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:03:34 Step 2/6 : FROM ${BASE} 13:03:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:03:34 188c0c94c7c5: Pulling fs layer 13:03:34 0ef7d3d256c8: Pulling fs layer 13:03:34 de9db76c5a1d: Pulling fs layer 13:03:34 bca2f99d35d6: Pulling fs layer 13:03:34 93359f2a8cfa: Pulling fs layer 13:03:34 7c6f9722023f: Pulling fs layer 13:03:34 a35cf1a2eb13: Pulling fs layer 13:03:34 93359f2a8cfa: Waiting 13:03:34 7c6f9722023f: Waiting 13:03:34 a35cf1a2eb13: Waiting 13:03:34 bca2f99d35d6: Waiting 13:03:34 de9db76c5a1d: Verifying Checksum 13:03:34 de9db76c5a1d: Download complete 13:03:34 0ef7d3d256c8: Verifying Checksum 13:03:34 0ef7d3d256c8: Download complete 13:03:34 93359f2a8cfa: Verifying Checksum 13:03:34 93359f2a8cfa: Download complete 13:03:34 7c6f9722023f: Verifying Checksum 13:03:34 7c6f9722023f: Download complete 13:03:34 188c0c94c7c5: Download complete 13:03:34 188c0c94c7c5: Pull complete 13:03:35 0ef7d3d256c8: Pull complete 13:03:35 de9db76c5a1d: Pull complete 13:03:35 a35cf1a2eb13: Verifying Checksum 13:03:35 a35cf1a2eb13: Download complete 13:03:36 bca2f99d35d6: Verifying Checksum 13:03:36 bca2f99d35d6: Download complete 13:03:42 bca2f99d35d6: Pull complete 13:03:42 93359f2a8cfa: Pull complete 13:03:42 7c6f9722023f: Pull complete 13:03:42 Still waiting to schedule task 13:03:42 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 13:03:46 a35cf1a2eb13: Pull complete 13:03:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:03:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:03:46 ---> a62c8e92a672 13:03:46 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 13:03:46 ---> Running in c630574e65e4 13:03:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:48 (1/12) Installing libmagic (5.38-r0) 13:03:49 (2/12) Installing file (5.38-r0) 13:03:49 (3/12) Installing libc-dev (0.7.2-r3) 13:03:49 (4/12) Installing g++ (9.3.0-r2) 13:03:54 (5/12) Installing fortify-headers (1.1-r0) 13:03:54 (6/12) Installing patch (2.7.6-r6) 13:03:54 (7/12) Installing build-base (0.5-r2) 13:03:54 (8/12) Installing libsodium (1.0.18-r0) 13:03:54 (9/12) Installing pkgconf (1.7.2-r0) 13:03:54 (10/12) Installing libsodium-dev (1.0.18-r0) 13:03:55 (11/12) Installing libzmq (4.3.3-r0) 13:03:55 (12/12) Installing zeromq-dev (4.3.3-r0) 13:03:55 Executing busybox-1.31.1-r19.trigger 13:03:55 OK: 233 MiB in 51 packages 13:03:58 Removing intermediate container c630574e65e4 13:03:58 ---> 45ea5005b0f8 13:03:58 Step 4/6 : WORKDIR /edgex-go 13:03:58 ---> Running in af9bc03f71bc 13:03:58 Removing intermediate container af9bc03f71bc 13:03:58 ---> ab14bc7813b8 13:03:58 Step 5/6 : COPY go.mod . 13:03:59 ---> d46d32cba5d8 13:03:59 Step 6/6 : RUN go mod download 13:03:59 ---> Running in 83c6a0602f0f 13:04:21 Removing intermediate container 83c6a0602f0f 13:04:21 ---> 7a76c4ad0640 13:04:21 Successfully built 7a76c4ad0640 13:04:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:04:21 + docker inspect -f . ci-base-image-x86_64 13:04:21 . [Pipeline] withDockerContainer 13:04:22 prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container 13:04:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 13:04:23 $ docker top 57a891b7c3410dd5de1b133be519b332628555a0ad44b563b1d9ea38cbdfbe64 -eo pid,comm [Pipeline] { [Pipeline] sh 13:04:23 + go version 13:04:23 go version go1.15.5 linux/amd64 [Pipeline] } 13:04:23 $ docker stop --time=1 57a891b7c3410dd5de1b133be519b332628555a0ad44b563b1d9ea38cbdfbe64 13:04:24 $ docker rm -f 57a891b7c3410dd5de1b133be519b332628555a0ad44b563b1d9ea38cbdfbe64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:04:25 + docker inspect -f . ci-base-image-x86_64 13:04:25 . [Pipeline] withDockerContainer 13:04:25 prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container 13:04:25 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 13:04:26 $ docker top 23a8bfec10e08f5e26608915c59fb3810ea2fabd3c0c762cfa5754ad3f2023a5 -eo pid,comm [Pipeline] { [Pipeline] echo 13:04:26 ========================================================= 13:04:26 [edgeXBuildGoParallel] Running Tests and Build... 13:04:26 ========================================================= [Pipeline] sh 13:04:27 + make test 13:04:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:04:37 ? github.com/edgexfoundry/edgex-go [no test files] 13:04:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:04:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:04:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:04:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:05:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:05:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:05:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:05:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:05:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements 13:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements 13:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 13:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.1% of statements 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 71.3% of statements 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.145s coverage: 82.9% of statements 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.055s coverage: 78.9% of statements 13:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:05:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.404s coverage: 28.6% of statements 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:05:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:05:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:05:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:05:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:05:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:05:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:05:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:05:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:05:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements 13:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 13:05:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 13:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements 13:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 13:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements 13:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 13:05:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.192s coverage: 81.7% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.065s coverage: 92.9% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.4% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 38.4% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.134s coverage: 87.1% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 96.5% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 13:05:42 GO111MODULE=on go vet ./... 13:06:08 gofmt -l . 13:06:08 [ "`gofmt -l .`" = "" ] 13:06:08 ./bin/test-go-mod-tidy.sh 13:06:08 ./bin/test-attribution-txt.sh [Pipeline] sh 13:06:09 + ls -al . 13:06:09 total 772 13:06:09 drwxrwxr-x 10 1001 1001 4096 Mar 23 13:06 . 13:06:09 drwxr-xr-x 4 root root 30 Mar 23 13:04 .. 13:06:09 -rw-rw-r-- 1 1001 1001 11 Mar 23 13:02 .dockerignore 13:06:09 drwxrwxr-x 8 1001 1001 179 Mar 23 13:02 .git 13:06:09 drwxrwxr-x 3 1001 1001 125 Mar 23 13:02 .github 13:06:09 -rw-rw-r-- 1 1001 1001 818 Mar 23 13:02 .gitignore 13:06:09 drwx------ 3 1001 1001 60 Mar 23 13:03 .semver 13:06:09 -rw-rw-r-- 1 1001 1001 166 Mar 23 13:02 .sonarcloud.properties 13:06:09 -rw-rw-r-- 1 1001 1001 8607 Mar 23 13:02 Attribution.txt 13:06:09 -rw-rw-r-- 1 1001 1001 3804 Mar 23 13:02 CONTRIBUTING.md 13:06:09 -rw-rw-r-- 1 1001 1001 931 Mar 23 13:02 Dockerfile.build 13:06:09 -rw-rw-r-- 1 1001 1001 863 Mar 23 13:02 Jenkinsfile 13:06:09 -rw-rw-r-- 1 1001 1001 10775 Mar 23 13:02 LICENSE 13:06:09 -rw-rw-r-- 1 1001 1001 5774 Mar 23 13:02 Makefile 13:06:09 -rw-rw-r-- 1 1001 1001 6548 Mar 23 13:02 README.md 13:06:09 -rw-rw-r-- 1 1001 1001 6755 Mar 23 13:02 SECURITY.md 13:06:09 -rw-rw-r-- 1 1001 1001 5 Mar 23 13:03 VERSION 13:06:09 -rw-rw-r-- 1 1001 1001 4131 Mar 23 13:02 ZMQWindows.md 13:06:09 drwxrwxr-x 2 1001 1001 117 Mar 23 13:02 bin 13:06:09 drwxrwxr-x 14 1001 1001 4096 Mar 23 13:02 cmd 13:06:09 -rw-r--r-- 1 root root 659965 Mar 23 13:05 coverage.out 13:06:09 -rw-r--r-- 1 root root 1056 Mar 23 13:06 go.mod 13:06:09 -rw-r--r-- 1 root root 21983 Mar 23 13:06 go.sum 13:06:09 drwxrwxr-x 8 1001 1001 127 Mar 23 13:02 internal 13:06:09 drwxrwxr-x 4 1001 1001 26 Mar 23 13:02 openapi 13:06:09 drwxrwxr-x 4 1001 1001 71 Mar 23 13:02 snap 13:06:09 -rw-rw-r-- 1 1001 1001 168 Mar 23 13:02 version.go [Pipeline] sh 13:06:10 + '[' -e coverage.out ] 13:06:10 + chown 1001:1001 coverage.out [Pipeline] stash 13:06:10 Stashed 1 file(s) [Pipeline] sh 13:06:10 + make build 13:06:10 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 13:06:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31067 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 13:06:11 Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout 13:06:16 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 13:06:16 using credential edgex-jenkins-ssh 13:06:16 Cloning the remote Git repository 13:06:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:06:16 > git init /w/workspace/edgex-go/27 # timeout=10 13:06:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:06:16 > git --version # timeout=10 13:06:16 > git --version # 'git version 2.17.1' 13:06:16 using GIT_SSH to set credentials SSH Credentials for GitHub 13:06:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:06:24 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 13:06:24 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 13:06:26 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 13:06:26 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 13:06:28 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 13:06:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:06:30 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 13:06:32 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 13:06:32 Merging remotes/origin/master commit f6b1e13af8548bcffc37f989b4e80b291648b0c8 into PR head commit 4e8507bf02f169bfeeba70db1f6d158394b064b0 13:06:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:06:33 Merge succeeded, producing 4e8507bf02f169bfeeba70db1f6d158394b064b0 13:06:33 Checking out Revision 4e8507bf02f169bfeeba70db1f6d158394b064b0 (PR-3234) 13:06:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:06:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:06:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:06:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:06:32 using GIT_SSH to set credentials SSH Credentials for GitHub 13:06:32 > 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 13:06:32 > git config core.sparsecheckout # timeout=10 13:06:32 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 13:06:33 > git remote # timeout=10 13:06:33 > git config --get remote.origin.url # timeout=10 13:06:33 using GIT_SSH to set credentials SSH Credentials for GitHub 13:06:33 > git merge f6b1e13af8548bcffc37f989b4e80b291648b0c8 # timeout=10 13:06:33 > git rev-parse HEAD^{commit} # timeout=10 13:06:33 > git config core.sparsecheckout # timeout=10 13:06:33 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 13:06: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 [Pipeline] } 13:06:36 $ docker stop --time=1 23a8bfec10e08f5e26608915c59fb3810ea2fabd3c0c762cfa5754ad3f2023a5 13:06:37 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 13:06:38 $ docker rm -f 23a8bfec10e08f5e26608915c59fb3810ea2fabd3c0c762cfa5754ad3f2023a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 13:06:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:06:40 13:06:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:06:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 13:06:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:06:40 latest: Pulling from edgex-devops/edgex-compose 13:06:40 cbdbe7a5bc2a: Pulling fs layer 13:06:40 ca9280d653b3: Pulling fs layer 13:06:40 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 13:06:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:06:41 cbdbe7a5bc2a: Download complete 13:06:41 + sudo service docker restart 13:06:41 + true 13:06:41 ca9280d653b3: Verifying Checksum 13:06:41 ca9280d653b3: Download complete 13:06:42 cbdbe7a5bc2a: Pull complete 13:06:43 7e9c9ca2126c: Download complete 13:06:43 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:06:43 provisioning config files... 13:06:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config5669395132888170466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:06:44 ---> docker-login.sh 13:06:44 nexus3.edgexfoundry.org:10001 13:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:45 Configure a credential helper to remove this warning. See 13:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:45 13:06:45 Login Succeeded 13:06:45 nexus3.edgexfoundry.org:10002 13:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:46 Configure a credential helper to remove this warning. See 13:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:46 13:06:46 Login Succeeded 13:06:46 nexus3.edgexfoundry.org:10003 13:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:46 Configure a credential helper to remove this warning. See 13:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:46 13:06:46 Login Succeeded 13:06:46 nexus3.edgexfoundry.org:10004 13:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:47 Configure a credential helper to remove this warning. See 13:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:47 13:06:47 Login Succeeded 13:06:47 docker.io 13:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:06:47 Configure a credential helper to remove this warning. See 13:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:06:47 13:06:47 Login Succeeded 13:06:47 ---> docker-login.sh ends [Pipeline] } 13:06:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:06:48 ========================================================= 13:06:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:06:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:06:48 + 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 . 13:06:49 7e9c9ca2126c: Pull complete 13:06:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:06:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:06:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:06:49 prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container 13:06:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 13:06:51 Sending build context to Docker daemon 166.9MB 13:06:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:06:51 Step 2/6 : FROM ${BASE} 13:06:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:06:51 5f621e34cdf4: Pulling fs layer 13:06:51 a4357932f1b6: Pulling fs layer 13:06:51 18c013af1878: Pulling fs layer 13:06:51 00ac8860ef70: Pulling fs layer 13:06:51 63d7cb157983: Pulling fs layer 13:06:51 b116817d02f9: Pulling fs layer 13:06:51 745a02a5169b: Pulling fs layer 13:06:51 00ac8860ef70: Waiting 13:06:51 63d7cb157983: Waiting 13:06:51 b116817d02f9: Waiting 13:06:51 745a02a5169b: Waiting 13:06:51 18c013af1878: Verifying Checksum 13:06:51 18c013af1878: Download complete 13:06:51 a4357932f1b6: Verifying Checksum 13:06:51 a4357932f1b6: Download complete 13:06:51 63d7cb157983: Verifying Checksum 13:06:51 63d7cb157983: Download complete 13:06:51 b116817d02f9: Verifying Checksum 13:06:51 b116817d02f9: Download complete 13:06:51 5f621e34cdf4: Verifying Checksum 13:06:51 5f621e34cdf4: Download complete 13:06:51 5f621e34cdf4: Pull complete 13:06:52 a4357932f1b6: Pull complete 13:06:52 18c013af1878: Pull complete 13:06:52 745a02a5169b: Verifying Checksum 13:06:52 745a02a5169b: Download complete 13:06:53 $ docker top 16d459d7bd745e6be0e65a2871c6b04131bc8ceaf64457b9fb34bc58a1e40ebf -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:53 + docker-compose build --help 13:06:53 + grep parallel 13:06:54 --parallel Build images in parallel. [Pipeline] } 13:06:54 $ docker stop --time=1 16d459d7bd745e6be0e65a2871c6b04131bc8ceaf64457b9fb34bc58a1e40ebf 13:06:54 00ac8860ef70: Verifying Checksum 13:06:54 00ac8860ef70: Download complete 13:06:55 $ docker rm -f 16d459d7bd745e6be0e65a2871c6b04131bc8ceaf64457b9fb34bc58a1e40ebf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:06:56 . [Pipeline] withDockerContainer 13:06:56 prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container 13:06:56 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 13:06:57 $ docker top b6a9720dfcc2059a3ea036611a3389263ab1f2a8bcf38d92bb8e04c9b3c81cf4 -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:57 + docker-compose -f ./docker-compose-build.yml build --parallel 13:06:58 Building docker-core-command-go ... 13:06:58 Building docker-core-data-go ... 13:06:58 Building docker-core-metadata-go ... 13:06:58 Building docker-security-bootstrapper-go ... 13:06:58 Building docker-security-proxy-setup-go ... 13:06:58 Building docker-security-secretstore-setup-go ... 13:06:58 Building docker-support-notifications-go ... 13:06:58 Building docker-support-scheduler-go ... 13:06:58 Building docker-sys-mgmt-agent-go ... 13:06:58 Building docker-sys-mgmt-agent-go 13:06:58 Building docker-security-bootstrapper-go 13:06:58 Building docker-core-data-go 13:06:58 Building docker-support-notifications-go 13:06:58 Building docker-security-secretstore-setup-go 13:07:05 00ac8860ef70: Pull complete 13:07:05 63d7cb157983: Pull complete 13:07:06 b116817d02f9: Pull complete 13:07:10 745a02a5169b: Pull complete 13:07:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:07:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:07:10 ---> b7e6874047d6 13:07:10 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 13:07:12 ---> Running in aaa2e6417f0d 13:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:07:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:07:15 (1/12) Installing libmagic (5.38-r0) 13:07:15 (2/12) Installing file (5.38-r0) 13:07:15 (3/12) Installing libc-dev (0.7.2-r3) 13:07:15 (4/12) Installing g++ (9.3.0-r2) 13:07:20 (5/12) Installing fortify-headers (1.1-r0) 13:07:20 (6/12) Installing patch (2.7.6-r6) 13:07:20 (7/12) Installing build-base (0.5-r2) 13:07:20 (8/12) Installing libsodium (1.0.18-r0) 13:07:20 (9/12) Installing pkgconf (1.7.2-r0) 13:07:20 (10/12) Installing libsodium-dev (1.0.18-r0) 13:07:20 (11/12) Installing libzmq (4.3.3-r0) 13:07:20 (12/12) Installing zeromq-dev (4.3.3-r0) 13:07:20 Executing busybox-1.31.1-r19.trigger 13:07:20 OK: 217 MiB in 51 packages 13:07:25 Removing intermediate container aaa2e6417f0d 13:07:25 ---> 0ab52279a93d 13:07:25 Step 4/6 : WORKDIR /edgex-go 13:07:25 ---> Running in 9b873f255d87 13:07:25 Removing intermediate container 9b873f255d87 13:07:25 ---> 86a337026a34 13:07:25 Step 5/6 : COPY go.mod . 13:07:25 ---> b825bb43e071 13:07:25 Step 6/6 : RUN go mod download 13:07:25 ---> Running in e619265988f1 13:07:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:07:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:07:31 ---> 7a76c4ad0640 13:07:31 Step 3/24 : WORKDIR /edgex-go 13:07:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:07:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:07:31 ---> 7a76c4ad0640 13:07:31 Step 3/23 : WORKDIR /edgex-go 13:07:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:07:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:07:31 ---> 7a76c4ad0640 13:07:31 Step 3/26 : WORKDIR /edgex-go 13:07:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:07:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:07:31 ---> 7a76c4ad0640 13:07:31 Step 3/31 : WORKDIR /edgex-go 13:07:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:07:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:07:31 ---> 7a76c4ad0640 13:07:31 Step 3/22 : WORKDIR /edgex-go 13:07:32 ---> Running in bf35db127935 13:07:32 ---> Running in f00e502171db 13:07:32 ---> Running in d6c87134793e 13:07:32 ---> Running in bcf6d36a2047 13:07:32 ---> Running in 79aea71c35fe 13:07:32 Removing intermediate container f00e502171db 13:07:32 ---> ac5c127a7b5e 13:07:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:07:32 Removing intermediate container bf35db127935 13:07:32 ---> 553e9791d2c0 13:07:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:07:32 Removing intermediate container d6c87134793e 13:07:32 ---> 82d6aa9ad500 13:07:32 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:07:32 Removing intermediate container bcf6d36a2047 13:07:32 ---> 58bb7bf15fa8 13:07:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:07:32 Removing intermediate container 79aea71c35fe 13:07:32 ---> d9d723803da2 13:07:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:07:32 ---> Running in 2af285a0f61c 13:07:32 ---> Running in c0c8fa6320b1 13:07:32 ---> Running in b215a2d2bd73 13:07:32 ---> Running in 8424c1a63d1c 13:07:32 ---> Running in 9f073862ec7f 13:07:34 Removing intermediate container c0c8fa6320b1 13:07:34 ---> de18c1a2c089 13:07:34 Step 5/26 : RUN apk add --update --no-cache make bash git 13:07:34 ---> Running in 9598cfd20bc9 13:07:34 Removing intermediate container 2af285a0f61c 13:07:34 ---> cdb03297281b 13:07:34 Step 5/24 : RUN apk add --update --no-cache make git 13:07:34 Removing intermediate container b215a2d2bd73 13:07:34 ---> 7e7f54ec98b9 13:07:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:07:35 Removing intermediate container 8424c1a63d1c 13:07:35 ---> 7303415f1fe8 13:07:35 Step 5/31 : RUN apk add --update --no-cache make git 13:07:35 ---> Running in b4ed05b1a0f8 13:07:35 ---> Running in 4c5d78a951ec 13:07:35 Removing intermediate container 9f073862ec7f 13:07:35 ---> 242da0ffb76b 13:07:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:07:35 ---> Running in 84f646b48b95 13:07:35 ---> Running in 15311521180b 13:07:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:07:36 OK: 233 MiB in 51 packages 13:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:07:37 OK: 233 MiB in 51 packages 13:07:37 Removing intermediate container 9598cfd20bc9 13:07:37 ---> 211cb4ab0f3f 13:07:37 Step 6/26 : COPY go.mod . 13:07:37 OK: 233 MiB in 51 packages 13:07:37 OK: 233 MiB in 51 packages 13:07:37 OK: 233 MiB in 51 packages 13:07:37 ---> 12ac0554e114 13:07:37 Step 7/26 : RUN go mod download 13:07:37 ---> Running in 0c1885ecde07 13:07:38 Removing intermediate container b4ed05b1a0f8 13:07:38 ---> 711d7da9e23c 13:07:38 Step 6/24 : COPY go.mod . 13:07:38 Removing intermediate container 4c5d78a951ec 13:07:38 ---> dd5bce68cec5 13:07:38 Step 6/22 : COPY go.mod . 13:07:38 ---> 7e49ed4d8344 13:07:38 Step 7/24 : RUN go mod download 13:07:38 Removing intermediate container 15311521180b 13:07:38 ---> 56e4f8d902a8 13:07:38 Step 6/23 : COPY go.mod . 13:07:38 ---> 0dcd5331ef28 13:07:38 Step 7/22 : RUN go mod download 13:07:38 ---> Running in 9c26a54d01a4 13:07:38 Removing intermediate container 84f646b48b95 13:07:38 ---> f63738641934 13:07:38 Step 6/31 : COPY go.mod . 13:07:38 ---> Running in 7a79814fffdf 13:07:39 ---> 1497c7172569 13:07:39 Step 7/23 : RUN go mod download 13:07:39 ---> 4ace9ff6f962 13:07:39 Step 7/31 : RUN go mod download 13:07:39 ---> Running in da2ab62bd92d 13:07:39 ---> Running in b4fe7acf6041 13:07:40 Removing intermediate container 0c1885ecde07 13:07:40 ---> 2b3b46a15cac 13:07:40 Step 8/26 : COPY . . 13:07:40 Removing intermediate container 9c26a54d01a4 13:07:40 ---> 11b3a84b86f5 13:07:40 Step 8/24 : COPY . . 13:07:40 Removing intermediate container 7a79814fffdf 13:07:40 ---> a6453d8cfc63 13:07:40 Step 8/22 : COPY . . 13:07:48 Removing intermediate container b4fe7acf6041 13:07:48 ---> 90b9590982ac 13:07:48 Step 8/31 : COPY . . 13:07:48 Removing intermediate container da2ab62bd92d 13:07:48 ---> 2c8c3bcdeb98 13:07:48 Step 8/23 : COPY . . 13:07:52 Removing intermediate container e619265988f1 13:07:52 ---> ffcc42d44b03 13:07:52 Successfully built ffcc42d44b03 13:07:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:07:53 + docker inspect -f . ci-base-image-arm64 13:07:53 . [Pipeline] withDockerContainer 13:07:53 prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container 13:07:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-arm64 cat 13:07:54 $ docker top 2534f7b3a1fa2d2310c5f280976048e1977817f77f45ce085937dae2e0a4e9c9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:07:55 + go version 13:07:55 go version go1.15.5 linux/arm64 [Pipeline] } 13:07:55 $ docker stop --time=1 2534f7b3a1fa2d2310c5f280976048e1977817f77f45ce085937dae2e0a4e9c9 13:07:57 $ docker rm -f 2534f7b3a1fa2d2310c5f280976048e1977817f77f45ce085937dae2e0a4e9c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:07:58 + docker inspect -f . ci-base-image-arm64 13:07:58 . [Pipeline] withDockerContainer 13:07:59 prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container 13:07:59 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-arm64 cat 13:08:00 $ docker top d0590be41cb12175679da5fc559633a45a9a758223214fc39e0a483615d91488 -eo pid,comm [Pipeline] { [Pipeline] echo 13:08:01 ========================================================= 13:08:01 [edgeXBuildGoParallel] Running Tests and Build... 13:08:01 ========================================================= [Pipeline] sh 13:08:01 + make test 13:08:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:08:23 ? github.com/edgexfoundry/edgex-go [no test files] 13:08:28 ---> aab11e1e71b8 13:08:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:08:28 ---> 550e81309d5c 13:08:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:08:28 ---> 83a830ec3eff 13:08:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:08:28 ---> 11c2bf996bcd 13:08:28 Step 9/23 : RUN make cmd/core-data/core-data 13:08:28 ---> 9634c73f61ea 13:08:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:08:28 ---> Running in a1ab0dc1e878 13:08:28 ---> Running in 197f90d2b25c 13:08:28 ---> Running in 3d5e1e9fda5a 13:08:28 ---> Running in 23d6bcc2a6c6 13:08:28 ---> Running in e0a48d3c88b4 13:08:28 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 13:08: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 13:08:28 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 13:08:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:08: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 13:09:00 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 13:09:05 Removing intermediate container 3d5e1e9fda5a 13:09:05 ---> 44696ce757d3 13:09:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:09:05 Removing intermediate container e0a48d3c88b4 13:09:05 ---> 364071f80a3e 13:09:05 13:09:05 Step 10/31 : FROM alpine:3.12 13:09:05 3.12: Pulling from library/alpine 13:09:05 ---> Running in 4d95aec16a17 13:09:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:09:08 Status: Downloaded newer image for alpine:3.12 13:09:08 ---> 88dd2752d2ea 13:09:08 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:09:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:09:09 Removing intermediate container 197f90d2b25c 13:09:09 ---> 9210c14761d5 13:09:09 13:09:09 Step 10/24 : FROM alpine:3.12 13:09:09 ---> 88dd2752d2ea 13:09:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:09:10 ---> Running in 1f5f4d5934b7 13:09:10 ---> Running in fffca077a567 13:09:10 Removing intermediate container a1ab0dc1e878 13:09:10 ---> d15a5bab348d 13:09:10 13:09:10 Step 10/22 : FROM alpine:3.12 13:09:10 ---> 88dd2752d2ea 13:09:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:09:10 Removing intermediate container 23d6bcc2a6c6 13:09:10 ---> 5e045c68fa3b 13:09:10 13:09:10 Step 10/23 : FROM alpine:3.12 13:09:10 ---> 88dd2752d2ea 13:09:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:09:10 ---> Running in 7884b1911979 13:09:10 ---> Running in 909c138ae7f1 13:09:10 Removing intermediate container 1f5f4d5934b7 13:09:10 ---> d6eb787658c3 13:09:10 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:09:10 ---> Running in 36640976a612 13:09:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:09:11 Removing intermediate container 909c138ae7f1 13:09:11 ---> 29847bfc54cd 13:09:11 Step 12/23 : ENV APP_PORT=48080 13:09:11 Removing intermediate container 4d95aec16a17 13:09:11 ---> 976a1b0bf6a1 13:09:11 13:09:11 Step 11/26 : FROM docker:20.10.0 13:09:11 20.10.0: Pulling from library/docker 13:09:11 ---> Running in 0d9ebd1a6efb 13:09:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:11 Removing intermediate container 0d9ebd1a6efb 13:09:11 ---> d77908006743 13:09:11 Step 13/23 : EXPOSE $APP_PORT 13:09:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:11 ---> Running in 8f20c296c3c9 13:09:11 (1/5) Installing ca-certificates (20191127-r4) 13:09:11 (1/2) Installing ca-certificates (20191127-r4) 13:09:11 (2/2) Installing dumb-init (1.2.2-r1) 13:09:11 Executing busybox-1.31.1-r19.trigger 13:09:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:09:11 Executing ca-certificates-20191127-r4.trigger 13:09:11 (3/5) Installing libcurl (7.69.1-r3) 13:09:11 (4/5) Installing curl (7.69.1-r3) 13:09:11 (5/5) Installing dumb-init (1.2.2-r1) 13:09:11 Executing busybox-1.31.1-r19.trigger 13:09:11 Executing ca-certificates-20191127-r4.trigger 13:09:11 OK: 6 MiB in 16 packages 13:09:11 OK: 7 MiB in 19 packages 13:09:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:12 (1/2) Installing dumb-init (1.2.2-r1) 13:09:12 (2/2) Installing su-exec (0.2-r1) 13:09:12 Executing busybox-1.31.1-r19.trigger 13:09:12 OK: 6 MiB in 16 packages 13:09:12 Removing intermediate container 8f20c296c3c9 13:09:12 ---> 174c0b9f8326 13:09:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:13 ---> Running in b452d3411575 13:09:15 Removing intermediate container 7884b1911979 13:09:15 ---> 737da84eb5c9 13:09:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:09:15 Removing intermediate container fffca077a567 13:09:15 ---> 81c1c77daca5 13:09:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:09:15 Removing intermediate container 36640976a612 13:09:15 ---> 178040e5b06b 13:09:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:09:16 ---> Running in 5bb721e53718 13:09:16 ---> Running in f61723c6384e 13:09:16 ---> Running in 8f587590a324 13:09:16 Removing intermediate container 5bb721e53718 13:09:16 ---> fb8e2dc1deb7 13:09:16 Step 13/22 : ENV APP_PORT=48060 13:09:16 Removing intermediate container f61723c6384e 13:09:16 ---> ad700c9f2722 13:09:16 Step 13/24 : WORKDIR / 13:09:16 ---> Running in cd391594d871 13:09:16 Removing intermediate container 8f587590a324 13:09:16 ---> 3f0f44387357 13:09:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:09:16 ---> Running in 291329ae3ea4 13:09:16 ---> Running in 183e830846b9 13:09:16 Removing intermediate container b452d3411575 13:09:16 ---> 085f4c458b09 13:09:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:09:16 Removing intermediate container cd391594d871 13:09:16 ---> d07e5e11bae3 13:09:16 Step 14/22 : EXPOSE $APP_PORT 13:09:17 ---> Running in 107d0c526c6b 13:09:17 ---> Running in c45c5a471343 13:09:17 Removing intermediate container 291329ae3ea4 13:09:17 ---> 48a9969fd001 13:09:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:09:17 Removing intermediate container 183e830846b9 13:09:17 ---> 91843056f974 13:09:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:09:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:09:17 Removing intermediate container c45c5a471343 13:09:17 ---> 2e60811e7771 13:09:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:09:17 ---> Running in 062b7f1c1e74 13:09:17 ---> 6f0d3bdb58e4 13:09:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:18 ---> d4ae107dcc26 13:09:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:09:18 ---> b8bbfa9e5fa2 13:09:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:09:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:19 ---> 7a0ee2226aa6 13:09:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:09:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:09:19 Status: Downloaded newer image for docker:20.10.0 13:09:19 ---> aefe523efa57 13:09:19 Step 12/26 : RUN apk add --no-cache bash 13:09:19 ---> 190c16dc11e6 13:09:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:09:19 ---> Running in 7e1321b1add7 13:09:19 (1/6) Installing dumb-init (1.2.2-r1) 13:09:19 Removing intermediate container 062b7f1c1e74 13:09:19 ---> c3707ea9736e 13:09:19 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:09:19 (2/6) Installing libgcc (9.3.0-r2) 13:09:20 (3/6) Installing libsodium (1.0.18-r0) 13:09:20 (4/6) Installing libstdc++ (9.3.0-r2) 13:09:20 ---> Running in 5a6f6e8fc77d 13:09:20 ---> 156c59cd022f 13:09:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:09:20 ---> f790947c46db 13:09:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:09:20 (5/6) Installing libzmq (4.3.3-r0) 13:09:20 ---> Running in f53cdd7896e9 13:09:20 (6/6) Installing zeromq (4.3.3-r0) 13:09:20 Removing intermediate container 5a6f6e8fc77d 13:09:20 ---> 95d1662fd402 13:09:20 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:09:20 Executing busybox-1.31.1-r19.trigger 13:09:20 OK: 8 MiB in 20 packages 13:09:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:20 Removing intermediate container f53cdd7896e9 13:09:20 ---> fe6b49780495 13:09:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:09:20 (1/2) Installing readline (8.0.4-r0) 13:09:20 (2/2) Installing bash (5.0.17-r0) 13:09:20 Executing bash-5.0.17-r0.post-install 13:09:20 Executing busybox-1.31.1-r19.trigger 13:09:20 OK: 12 MiB in 22 packages 13:09:20 ---> ceb2225812a9 13:09:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:09:20 ---> Running in 6e3c748f24df 13:09:20 ---> d8d8d28456d2 13:09:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:09:21 ---> Running in d9ae0479aeb0 13:09:21 Removing intermediate container 6e3c748f24df 13:09:21 ---> e6e1c96491fe 13:09:21 Step 20/22 : LABEL arch=x86_64 13:09:21 Removing intermediate container 107d0c526c6b 13:09:21 ---> c84a4ee8eae5 13:09:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:09:21 ---> Running in 31d46a033e43 13:09:21 ---> de110b293d38 13:09: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/ 13:09:21 ---> Running in 36a58aae01ce 13:09:21 Removing intermediate container 31d46a033e43 13:09:21 ---> 27328aca0964 13:09:21 Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:09:22 ---> 4e2a446ab08a 13:09:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:09:22 Removing intermediate container 7e1321b1add7 13:09:22 ---> 4c5b758f75b0 13:09:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:09:22 ---> Running in 6a63e97eb265 13:09:22 ---> Running in d79c3eb5947f 13:09:22 Removing intermediate container 6a63e97eb265 13:09:22 ---> 9574b1532d1f 13:09:22 Step 22/22 : LABEL version=0.0.0 13:09:22 ---> Running in e8e83b69ea01 13:09:22 Removing intermediate container d79c3eb5947f 13:09:22 ---> d9151fe24aeb 13:09:22 Step 14/26 : ENV APP_PORT=48090 13:09:22 ---> Running in 06038846ca24 13:09:22 ---> a7995fae04d5 13:09:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:09:23 Removing intermediate container e8e83b69ea01 13:09:23 ---> 67796fa83d83 13:09:23 13:09:23 Removing intermediate container d9ae0479aeb0 13:09:23 ---> 5ce4d1fecc03 13:09:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:09:23 Removing intermediate container 06038846ca24 13:09:23 ---> 29a2388f6e05 13:09:23 Step 15/26 : EXPOSE $APP_PORT 13:09:23 Successfully built 67796fa83d83 13:09:23 ---> 5471fc5417da 13:09:23 Step 19/23 : ENTRYPOINT ["/core-data"] 13:09:23 Successfully tagged docker-support-notifications-go:latest 13:09:23  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 13:09:23 ---> Running in a1bc12c061a2 13:09:23 Removing intermediate container 36a58aae01ce 13:09:23 ---> 214fb0ad7caa 13:09:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:09:23 ---> 25d68ca13cff 13:09:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:09:23 ---> Running in 31120e50c264 13:09:23 ---> Running in aca320cd94ed 13:09:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:09:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:09:25 Removing intermediate container a1bc12c061a2 13:09:25 ---> fcd9531e7cd1 13:09:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:09:27 Removing intermediate container aca320cd94ed 13:09:27 ---> bc6788def162 13:09:27 Step 22/24 : LABEL arch=x86_64 13:09:27 Removing intermediate container 31120e50c264 13:09:27 ---> 10b1212561e7 13:09:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:09:27 ---> 45e25075efa3 13:09:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:09:27 ---> Running in 1398b72ffadd 13:09:27 ---> Running in f6be96176afd 13:09:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:09:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:09:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:09:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:09:29 ---> 30f0a76da9e7 13:09:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:09:29 Removing intermediate container 1398b72ffadd 13:09:29 ---> f4876d1b83d9 13:09:29 Step 21/23 : LABEL arch=x86_64 13:09:29 ---> a2c65ae5c5b4 13:09:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:09:29 Removing intermediate container f6be96176afd 13:09:29 ---> 9a882573c6c3 13:09:29 Step 23/24 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:09:29 ---> Running in 5b29ef2423fe 13:09:29 ---> Running in 4e13d27b6435 13:09:29 ---> c84326741855 13:09:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:09:30 Removing intermediate container 5b29ef2423fe 13:09:30 ---> ce104dc4c076 13:09:30 Step 24/24 : LABEL version=0.0.0 13:09:30 ---> 5693bedd0a80 13:09:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:09:30 ---> 536bc04c4393 13:09:30 Step 19/26 : RUN apk --no-cache add py3-pip 13:09:30 ---> Running in 9c7962da13bb 13:09:30 Removing intermediate container 4e13d27b6435 13:09:30 ---> de4b57e96204 13:09:30 Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:09:31 ---> Running in f3bbf9db07f0 13:09:31 ---> Running in 5705220eff59 13:09:31 Removing intermediate container 9c7962da13bb 13:09:31 ---> 96edae57935b 13:09:31 13:09:31 ---> febfc6b3a30e 13:09:31 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:09:32 Removing intermediate container 5705220eff59 13:09:32 ---> e699213ad0ab 13:09:32 Step 23/23 : LABEL version=0.0.0 13:09:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:09:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:09:32 Successfully built 96edae57935b 13:09:32 Successfully tagged docker-security-secretstore-setup-go:latest 13:09:32  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 13:09:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:34 ---> Running in 00097900ced8 13:09:34 (1/33) Installing libbz2 (1.0.8-r1) 13:09:34 (2/33) Installing expat (2.2.9-r1) 13:09:34 (3/33) Installing libffi (3.3-r2) 13:09:34 (4/33) Installing gdbm (1.13-r1) 13:09:34 (5/33) Installing xz-libs (5.2.5-r0) 13:09:34 (6/33) Installing sqlite-libs (3.32.1-r0) 13:09:34 (7/33) Installing python3 (3.8.8-r0) 13:09:34 ---> Running in 8ca92e7845b7 13:09:40 Removing intermediate container 00097900ced8 13:09:40 ---> 76b6ae074fe9 13:09:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:09:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:09:40 ---> 7a76c4ad0640 13:09:40 Step 3/22 : WORKDIR /edgex-go 13:09:40 ---> Using cache 13:09:40 ---> d9d723803da2 13:09:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:40 ---> Using cache 13:09:40 ---> 242da0ffb76b 13:09:40 Step 5/22 : RUN apk add --update --no-cache make git 13:09:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:09:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:09:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:09:41 (8/33) Installing py3-appdirs (1.4.4-r1) 13:09:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:09:41 Removing intermediate container 8ca92e7845b7 13:09:41 ---> 57265d020c35 13:09:41 13:09:41 (10/33) Installing py3-parsing (2.4.7-r0) 13:09:41 (11/33) Installing py3-six (1.15.0-r0) 13:09:41 (12/33) Installing py3-packaging (20.4-r0) 13:09:41 (13/33) Installing py3-setuptools (47.0.0-r0) 13:09:41 (14/33) Installing py3-chardet (3.0.4-r4) 13:09:42 (15/33) Installing py3-idna (2.9-r0) 13:09:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:09:42 ---> Running in 64aabe386ce4 13:09:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:09:42 ---> c2bcb9b6023e 13:09:42 Step 26/31 : RUN chmod +x /entrypoint.sh 13:09:43 Successfully built 57265d020c35 13:09:43 (18/33) Installing py3-requests (2.23.0-r0) 13:09:43 (19/33) Installing py3-msgpack (1.0.0-r0) 13:09:43 Successfully tagged docker-core-data-go:latest 13:09:43  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 13:09:43 (20/33) Installing py3-lockfile (0.12.2-r3) 13:09:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:09:44 (22/33) Installing py3-colorama (0.4.3-r0) 13:09:45 (23/33) Installing py3-distlib (0.3.0-r0) 13:09:46 (24/33) Installing py3-distro (1.5.0-r1) 13:09:46 ---> Running in e1825bec751a 13:09:46 (25/33) Installing py3-webencodings (0.5.1-r3) 13:09:46 (26/33) Installing py3-html5lib (1.0.1-r4) 13:09:46 (27/33) Installing py3-pytoml (0.1.21-r0) 13:09:46 (28/33) Installing py3-pep517 (0.8.2-r0) 13:09:46 (29/33) Installing py3-progress (1.5-r0) 13:09:46 (30/33) Installing py3-toml (0.10.1-r0) 13:09:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 45.9% of statements 13:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:09:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements 13:09:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements 13:09:47 (31/33) Installing py3-retrying (1.3.3-r0) 13:09:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:09:47 (33/33) Installing py3-pip (20.1.1-r0) 13:09:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:49 OK: 233 MiB in 51 packages 13:09:49 Executing busybox-1.31.1-r19.trigger 13:09:50 OK: 71 MiB in 55 packages 13:09:53 Removing intermediate container 64aabe386ce4 13:09:53 ---> 9605ee9daab8 13:09:53 Step 6/22 : COPY go.mod . 13:09:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:09:55 ---> 7a76c4ad0640 13:09:55 Step 3/23 : WORKDIR /edgex-go 13:09:55 ---> Using cache 13:09:55 ---> d9d723803da2 13:09:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:55 ---> Using cache 13:09:55 ---> 242da0ffb76b 13:09:55 Step 5/23 : RUN apk add --update --no-cache make git 13:09:55 ---> Using cache 13:09:55 ---> 9605ee9daab8 13:09:55 Step 6/23 : COPY go.mod . 13:09:55 ---> Using cache 13:09:55 ---> 60f6190deb70 13:09:55 Step 7/23 : RUN go mod download 13:09:55 ---> 60f6190deb70 13:09:55 Step 7/22 : RUN go mod download 13:09:55 Removing intermediate container e1825bec751a 13:09:55 ---> a17b7474fb80 13:09:55 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:09:55 ---> Running in 8356a6dc2c7c 13:09:55 ---> Running in 894b4b4ce4b6 13:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 71.3% of statements 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:09:55 ---> Running in 44a09874cdb0 13:09:56 Removing intermediate container 44a09874cdb0 13:09:56 ---> e5ac49515554 13:09:56 Step 28/31 : CMD ["gate"] 13:09:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.547s coverage: 82.9% of statements 13:09:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:09:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:09:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.178s coverage: 78.9% of statements 13:09:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:09:59 ---> Running in 3bcfe54a6efa 13:10:00 Removing intermediate container 3bcfe54a6efa 13:10:00 ---> 2ecadeed9057 13:10:00 Step 29/31 : LABEL arch=x86_64 13:10:01 ---> Running in 2a5299754d13 13:10:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:10:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:10:03 ---> 7a76c4ad0640 13:10:03 Step 3/21 : WORKDIR /edgex-go 13:10:03 ---> Using cache 13:10:03 ---> d9d723803da2 13:10:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:03 ---> Using cache 13:10:03 ---> 242da0ffb76b 13:10:03 Step 5/21 : RUN apk add --update --no-cache make git 13:10:03 ---> Using cache 13:10:03 ---> 9605ee9daab8 13:10:03 Step 6/21 : COPY go.mod . 13:10:03 ---> Using cache 13:10:03 ---> 60f6190deb70 13:10:03 Step 7/21 : RUN go mod download 13:10:03 ---> Using cache 13:10:03 ---> 0d8a88567f4a 13:10:03 Step 8/21 : COPY . . 13:10:03 Removing intermediate container 894b4b4ce4b6 13:10:03 ---> d4d452c454fd 13:10:03 Step 8/22 : COPY . . 13:10:04 Removing intermediate container 2a5299754d13 13:10:04 ---> e5f40dbcddd4 13:10:04 Step 30/31 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:10:05 Removing intermediate container 8356a6dc2c7c 13:10:05 ---> 0d8a88567f4a 13:10:05 Step 8/23 : COPY . . 13:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.150s coverage: 28.6% of statements 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:10:08 ---> Running in 68e1f6f7d6b8 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 92.8% of statements 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.110s coverage: 79.5% of statements 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 13:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 13:10:18 Removing intermediate container 68e1f6f7d6b8 13:10:18 ---> 26d62bee0146 13:10:18 Step 31/31 : LABEL version=0.0.0 13:10:19 ---> Running in 18f211096e4d 13:10:21 Removing intermediate container f3bbf9db07f0 13:10:21 ---> 5bd66d209db4 13:10:21 Step 20/26 : RUN pip install docker-compose==1.23.2 13:10:23 Removing intermediate container 18f211096e4d 13:10:23 ---> 0d876e4ec7ec 13:10:23 13:10:24 ---> Running in 8d76100b298b 13:10:26 Successfully built 0d876e4ec7ec 13:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements 13:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 13:10:29 Successfully tagged docker-security-bootstrapper-go:latest 13:10:29  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 13:10:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.283s coverage: 81.7% of statements 13:10:39 ---> c3fe798d5df2 13:10:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:10:40 ---> 43ea1df1e68d 13:10:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:10:40 Collecting docker-compose==1.23.2 13:10:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:10:40 ---> Running in bacc513ef6c0 13:10:40 ---> a2220fe34079 13:10:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:10:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:10:40 Collecting cached-property<2,>=1.2.0 13:10:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:10:40 ---> Running in a50a5b8679e6 13:10:41 Collecting jsonschema<3,>=2.5.1 13:10:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:10:41 ---> Running in 8f93d667a2a3 13:10:41 Collecting docker<4.0,>=3.6.0 13:10:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:10:41 Collecting PyYAML<4,>=3.10 13:10:41 Downloading PyYAML-3.13.tar.gz (270 kB) 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.161s coverage: 92.9% of statements 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.6% of statements 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.490s coverage: 64.4% of statements 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:10:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 91.3% of statements 13:10:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 13:10:43 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 13:10:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:10:43 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 13:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 13:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 13:10:45 Collecting docopt<0.7,>=0.6.1 13:10:45 Downloading docopt-0.6.2.tar.gz (25 kB) 13:10:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:10:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:10:46 Collecting dockerpty<0.5,>=0.4.1 13:10:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.855s coverage: 69.0% of statements 13:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 38.4% of statements 13:10:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:10:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 13:10:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:10:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.167s coverage: 84.8% of statements 13:10:48 Collecting websocket-client<1.0,>=0.32.0 13:10:48 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:10:48 Collecting texttable<0.10,>=0.9.0 13:10:49 Downloading texttable-0.9.1.tar.gz (11 kB) 13:10:50 Collecting docker-pycreds>=0.4.0 13:10:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:10:50 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) 13:10:50 Collecting urllib3<1.25,>=1.21.1 13:10:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:10:51 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) 13:10:51 Collecting idna<2.8,>=2.5 13:10:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:10:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:10:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:10:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:10:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:10:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:10:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:10:51 ---> 7a76c4ad0640 13:10:51 Step 3/23 : WORKDIR /edgex-go 13:10:51 ---> Using cache 13:10:51 ---> d9d723803da2 13:10:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:51 ---> Using cache 13:10:51 ---> 242da0ffb76b 13:10:51 Step 5/23 : RUN apk add --update --no-cache make git 13:10:51 ---> Using cache 13:10:51 ---> 9605ee9daab8 13:10:51 Step 6/23 : COPY go.mod . 13:10:51 ---> Using cache 13:10:51 ---> 60f6190deb70 13:10:51 Step 7/23 : RUN go mod download 13:10:51 ---> Using cache 13:10:51 ---> 0d8a88567f4a 13:10:51 Step 8/23 : COPY . . 13:10:51 ---> Using cache 13:10:51 ---> a2220fe34079 13:10:51 Step 9/23 : RUN make cmd/core-command/core-command 13:10:51 Installing collected packages: cached-property, jsonschema, docker-pycreds, websocket-client, urllib3, idna, requests, docker, PyYAML, docopt, dockerpty, texttable, docker-compose 13:10:53 ---> Running in a48a75cfe3a4 13:10:53 Attempting uninstall: urllib3 13:10:53 Found existing installation: urllib3 1.25.9 13:10:53 Uninstalling urllib3-1.25.9: 13:10:53 Successfully uninstalled urllib3-1.25.9 13:10:53 Attempting uninstall: idna 13:10:53 Found existing installation: idna 2.9 13:10:53 Uninstalling idna-2.9: 13:10:53 Successfully uninstalled idna-2.9 13:10:54 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 13:10:55 Attempting uninstall: requests 13:10:55 Found existing installation: requests 2.23.0 13:10:55 Uninstalling requests-2.23.0: 13:10:55 Successfully uninstalled requests-2.23.0 13:10:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:10:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:10:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:10:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.418s coverage: 87.1% of statements 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:10:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:10:55 Running setup.py install for PyYAML: started 13:10:56 Running setup.py install for PyYAML: finished with status 'done' 13:10:56 Running setup.py install for docopt: started 13:10:57 Running setup.py install for docopt: finished with status 'done' 13:10:57 Running setup.py install for dockerpty: started 13:10:58 Running setup.py install for dockerpty: finished with status 'done' 13:10:58 Running setup.py install for texttable: started 13:10:59 Running setup.py install for texttable: finished with status 'done' 13:10:59 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 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.286s coverage: 29.1% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.138s coverage: 100.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.213s coverage: 96.5% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 13:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 13:11:04 Removing intermediate container 8d76100b298b 13:11:04 ---> baabbbcc2182 13:11:04 Step 21/26 : RUN apk --no-cache add curl 13:11:04 ---> Running in 9e097961fc3d 13:11:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 13:11:05 GO111MODULE=on go vet ./... 13:11:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:11:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:11:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:11:05 (2/3) Installing libcurl (7.69.1-r3) 13:11:05 (3/3) Installing curl (7.69.1-r3) 13:11:05 Executing busybox-1.31.1-r19.trigger 13:11:05 OK: 72 MiB in 58 packages 13:11:07 Removing intermediate container 9e097961fc3d 13:11:07 ---> c2234b2aa6c0 13:11:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:11:07 ---> Running in 17cbf5c080ee 13:11:07 Removing intermediate container 17cbf5c080ee 13:11:07 ---> 83cdf2873db1 13:11:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:07 ---> Running in 821a15616153 13:11:08 Removing intermediate container 821a15616153 13:11:08 ---> 0ff139d8a769 13:11:08 Step 24/26 : LABEL arch=x86_64 13:11:08 ---> Running in 028ba47e2e6f 13:11:08 Removing intermediate container 028ba47e2e6f 13:11:08 ---> 665c4ac120fd 13:11:08 Step 25/26 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:11:08 ---> Running in 16232aedd84f 13:11:09 Removing intermediate container 16232aedd84f 13:11:09 ---> f87eb2c2e05a 13:11:09 Step 26/26 : LABEL version=0.0.0 13:11:09 ---> Running in 63eddde2f5ef 13:11:09 Removing intermediate container 63eddde2f5ef 13:11:09 ---> 2f68af8b404d 13:11:09 13:11:09 Successfully built 2f68af8b404d 13:11:10 Successfully tagged docker-sys-mgmt-agent-go:latest 13:11:10  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:11:22 Removing intermediate container bacc513ef6c0 13:11:22 ---> 4f3c28046a04 13:11:22 13:11:22 Step 10/21 : FROM alpine:3.12 13:11:22 ---> 88dd2752d2ea 13:11:22 Step 11/21 : RUN apk add --update --no-cache curl 13:11:22 Removing intermediate container a50a5b8679e6 13:11:22 ---> f03f9342eb13 13:11:22 13:11:22 Step 10/22 : FROM alpine:3.12 13:11:22 ---> 88dd2752d2ea 13:11:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:11:22 ---> Running in 00c049a3cd53 13:11:22 ---> Running in ab0ed7f82a7f 13:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:11:23 (1/1) Installing dumb-init (1.2.2-r1) 13:11:23 Executing busybox-1.31.1-r19.trigger 13:11:23 (1/4) Installing ca-certificates (20191127-r4) 13:11:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:11:23 (3/4) Installing libcurl (7.69.1-r3) 13:11:23 (4/4) Installing curl (7.69.1-r3) 13:11:23 Executing busybox-1.31.1-r19.trigger 13:11:24 Executing ca-certificates-20191127-r4.trigger 13:11:24 OK: 7 MiB in 18 packages 13:11:24 OK: 6 MiB in 15 packages 13:11:28 Removing intermediate container a48a75cfe3a4 13:11:28 ---> 2b9fe85d2723 13:11:28 13:11:28 Step 10/23 : FROM alpine:3.12 13:11:28 ---> 88dd2752d2ea 13:11:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:11:28 Removing intermediate container 8f93d667a2a3 13:11:28 ---> 56776cbe892f 13:11:28 13:11:28 Step 10/23 : FROM alpine:3.12 13:11:28 ---> 88dd2752d2ea 13:11:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:11:28 ---> Running in acb83cbc9654 13:11:28 ---> Running in b950e369ed28 13:11:28 Removing intermediate container 00c049a3cd53 13:11:28 ---> f7d7bf44656e 13:11:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:11:29 Removing intermediate container ab0ed7f82a7f 13:11:29 ---> 299d1f70738c 13:11:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:11:29 ---> Running in e5528fb50cef 13:11:29 ---> Running in e1bb2aa41dd1 13:11:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:11:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:11:29 Removing intermediate container e5528fb50cef 13:11:29 ---> dde26c73a6e0 13:11:29 Step 13/22 : ENV APP_PORT=48085 13:11:29 Removing intermediate container e1bb2aa41dd1 13:11:29 ---> 0d31de37dec0 13:11:29 Step 13/21 : WORKDIR /edgex 13:11:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:11:29 (1/1) Installing dumb-init (1.2.2-r1) 13:11:29 Executing busybox-1.31.1-r19.trigger 13:11:29 OK: 6 MiB in 15 packages 13:11:29 ---> Running in 36ac12439028 13:11:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:11:29 ---> Running in 40d01a5c030b 13:11:29 Removing intermediate container 36ac12439028 13:11:29 ---> 66c140453953 13:11:29 Step 14/22 : EXPOSE $APP_PORT 13:11:29 (1/1) Installing dumb-init (1.2.2-r1) 13:11:29 Executing busybox-1.31.1-r19.trigger 13:11:29 OK: 6 MiB in 15 packages 13:11:29 ---> Running in 108777d3cf67 13:11:29 Removing intermediate container 40d01a5c030b 13:11:29 ---> f92f57799778 13:11:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:11:30 Removing intermediate container 108777d3cf67 13:11:30 ---> d1c8fe9d20fc 13:11:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:11:30 ---> 8060ebfc9e3a 13:11:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:11:30 Removing intermediate container acb83cbc9654 13:11:30 ---> cd6f93e03fa0 13:11:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:11:30 ---> Running in 0cf919bf4104 13:11:30 Removing intermediate container b950e369ed28 13:11:30 ---> 7ef7f3e6c12f 13:11:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:11:30 ---> 7dfdc525f364 13:11:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:11:30 ---> Running in c228f02cc2f7 13:11:30 Removing intermediate container 0cf919bf4104 13:11:30 ---> 81e1c37ea087 13:11:30 Step 13/23 : ENV APP_PORT=48082 13:11:30 ---> 059b4237b8f7 13:11:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:11:30 ---> Running in 14c247aadafa 13:11:31 Removing intermediate container c228f02cc2f7 13:11:31 ---> 9a40be33bf23 13:11:31 Step 13/23 : ENV APP_PORT=48081 13:11:31 ---> ef371d90bf67 13:11:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:11:31 ---> Running in 820cfc26539f 13:11:31 Removing intermediate container 14c247aadafa 13:11:31 ---> a60a648b77e6 13:11:31 Step 14/23 : EXPOSE $APP_PORT 13:11:31 ---> d3ec46a21f22 13:11:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:11:31 ---> Running in c10286d965bf 13:11:31 ---> Running in ff41b89bd2dd 13:11:31 Removing intermediate container 820cfc26539f 13:11:31 ---> 8e1bbcc23f14 13:11:31 Step 14/23 : EXPOSE $APP_PORT 13:11:31 ---> dacdd690af76 13:11:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:11:32 ---> Running in 1ad81904dd33 13:11:32 ---> Running in 2ded57f1c03a 13:11:32 Removing intermediate container c10286d965bf 13:11:32 ---> 9a8baf59c35e 13:11:32 Step 15/23 : WORKDIR / 13:11:32 Removing intermediate container ff41b89bd2dd 13:11:32 ---> d6ef8b05eec9 13:11:32 Step 18/21 : CMD ["--init=true"] 13:11:32 ---> Running in c93a1cc7bd80 13:11:32 ---> Running in 6342759cbe21 13:11:32 Removing intermediate container 1ad81904dd33 13:11:32 ---> 2daf9dc6f21e 13:11:32 Step 15/23 : WORKDIR / 13:11:32 Removing intermediate container 2ded57f1c03a 13:11:32 ---> 643b86da7c65 13:11:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:33 ---> Running in db057d2f6ec6 13:11:33 ---> Running in 7ce6aaca52b1 13:11:33 Removing intermediate container c93a1cc7bd80 13:11:33 ---> a68995553c01 13:11:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:11:33 Removing intermediate container 6342759cbe21 13:11:33 ---> d4cf25dbdb8b 13:11:33 Step 19/21 : LABEL arch=x86_64 13:11:33 ---> Running in 3c100cbbd2aa 13:11:33 Removing intermediate container db057d2f6ec6 13:11:33 ---> c5bf47db0740 13:11:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:11:33 Removing intermediate container 7ce6aaca52b1 13:11:33 ---> 6a18b86ff766 13:11:33 Step 20/22 : LABEL arch=x86_64 13:11:33 ---> daa41dc59818 13:11:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:11:33 ---> Running in 4f4b10e1bebc 13:11:33 Removing intermediate container 3c100cbbd2aa 13:11:33 ---> 0dc2aba233e2 13:11:33 Step 20/21 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:11:34 ---> 0ea90545395a 13:11:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:11:34 Removing intermediate container 4f4b10e1bebc 13:11:34 ---> 559a7cffc0fa 13:11:34 Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:11:34 ---> Running in ea7311431c91 13:11:34 ---> Running in 882a7ca67d1b 13:11:34 ---> 40ec57756518 13:11:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:11:34 Removing intermediate container ea7311431c91 13:11:34 ---> bc64ba0ae27a 13:11:34 Step 21/21 : LABEL version=0.0.0 13:11:34 Removing intermediate container 882a7ca67d1b 13:11:34 ---> f26878e0b939 13:11:34 Step 22/22 : LABEL version=0.0.0 13:11:34 ---> Running in b280a87341a1 13:11:34 ---> 44f3bbb368d2 13:11:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:11:34 ---> Running in a17dd991e82b 13:11:34 ---> e0c5c6b80c00 13:11:34 Step 19/23 : ENTRYPOINT ["/core-command"] 13:11:35 Removing intermediate container b280a87341a1 13:11:35 ---> dd036c5681fb 13:11:35 13:11:35 ---> Running in f564e8333b68 13:11:35 ---> 003b833a0b1a 13:11:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:11:35 Removing intermediate container a17dd991e82b 13:11:35 ---> b05a6e1633da 13:11:35 13:11:35 Successfully built dd036c5681fb 13:11:35 Successfully tagged docker-security-proxy-setup-go:latest 13:11:35  Building docker-security-proxy-setup-go ... done  ---> Running in 0ff4cfe13f38 13:11:35 Successfully built b05a6e1633da 13:11:35 Successfully tagged docker-support-scheduler-go:latest 13:11:35  Building docker-support-scheduler-go ... done Removing intermediate container f564e8333b68 13:11:35 ---> 10db375d1a20 13:11:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:35 ---> Running in faebbd17eaf4 13:11:35 Removing intermediate container 0ff4cfe13f38 13:11:35 ---> 864c657a571f 13:11:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:35 ---> Running in 1e29bb1749f4 13:11:35 Removing intermediate container faebbd17eaf4 13:11:35 ---> 33fa9f97a96a 13:11:35 Step 21/23 : LABEL arch=x86_64 13:11:35 ---> Running in 536f8e04c1c1 13:11:35 Removing intermediate container 1e29bb1749f4 13:11:35 ---> 140f0031be50 13:11:35 Step 21/23 : LABEL arch=x86_64 13:11:35 ---> Running in 1291776cc1c6 13:11:35 Removing intermediate container 536f8e04c1c1 13:11:35 ---> 69f9927e3ebd 13:11:35 Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:11:36 ---> Running in e8a79ebf0797 13:11:36 Removing intermediate container 1291776cc1c6 13:11:36 ---> eef180b235a7 13:11:36 Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:11:36 ---> Running in 91f626b83a3c 13:11:36 Removing intermediate container e8a79ebf0797 13:11:36 ---> 94d2ead39a8b 13:11:36 Step 23/23 : LABEL version=0.0.0 13:11:36 ---> Running in cacd40a778c4 13:11:36 Removing intermediate container 91f626b83a3c 13:11:36 ---> 418db2372bfd 13:11:36 Step 23/23 : LABEL version=0.0.0 13:11:36 ---> Running in c8d2d4da3662 13:11:36 Removing intermediate container cacd40a778c4 13:11:36 ---> 1c31739a3d08 13:11:36 13:11:36 Successfully built 1c31739a3d08 13:11:36 Successfully tagged docker-core-command-go:latest 13:11:36  Building docker-core-command-go ... done Removing intermediate container c8d2d4da3662 13:11:36 ---> fd4e00ff4adf 13:11:36 13:11:37 Successfully built fd4e00ff4adf 13:11:37 Successfully tagged docker-core-metadata-go:latest 13:11:37  Building docker-core-metadata-go ... done  [Pipeline] } 13:11:37 $ docker stop --time=1 b6a9720dfcc2059a3ea036611a3389263ab1f2a8bcf38d92bb8e04c9b3c81cf4 13:11:39 $ docker rm -f b6a9720dfcc2059a3ea036611a3389263ab1f2a8bcf38d92bb8e04c9b3c81cf4 [Pipeline] // withDockerContainer [Pipeline] sh 13:11:39 + docker images 13:11:39 + grep docker 13:11:39 docker-core-command-go latest 1c31739a3d08 3 seconds ago 17.3MB 13:11:39 docker-core-metadata-go latest fd4e00ff4adf 3 seconds ago 19.1MB 13:11:39 docker-support-scheduler-go latest b05a6e1633da 5 seconds ago 17.3MB 13:11:39 docker-security-proxy-setup-go latest dd036c5681fb 5 seconds ago 24.7MB 13:11:39 docker-sys-mgmt-agent-go latest 2f68af8b404d 30 seconds ago 313MB 13:11:39 docker-security-bootstrapper-go latest 0d876e4ec7ec About a minute ago 18.8MB 13:11:39 docker-core-data-go latest 57265d020c35 2 minutes ago 22.6MB 13:11:39 docker-security-secretstore-setup-go latest 96edae57935b 2 minutes ago 25MB 13:11:39 docker-support-notifications-go latest 67796fa83d83 2 minutes ago 17.9MB 13:11:39 docker 20.10.0 aefe523efa57 3 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 13:11:55 Still waiting to schedule task 13:11:55 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 13:12:26 gofmt -l . 13:12:26 [ "`gofmt -l .`" = "" ] 13:12:26 ./bin/test-go-mod-tidy.sh 13:12:26 ./bin/test-attribution-txt.sh [Pipeline] sh 13:12:27 + ls -al . 13:12:27 total 800 13:12:27 drwxrwxr-x 9 1001 1001 4096 Mar 23 13:12 . 13:12:27 drwxr-xr-x 4 root root 4096 Mar 23 13:08 .. 13:12:27 -rw-rw-r-- 1 1001 1001 11 Mar 23 13:06 .dockerignore 13:12:27 drwxrwxr-x 8 1001 1001 4096 Mar 23 13:06 .git 13:12:27 drwxrwxr-x 3 1001 1001 4096 Mar 23 13:06 .github 13:12:27 -rw-rw-r-- 1 1001 1001 818 Mar 23 13:06 .gitignore 13:12:27 -rw-rw-r-- 1 1001 1001 166 Mar 23 13:06 .sonarcloud.properties 13:12:27 -rw-rw-r-- 1 1001 1001 8607 Mar 23 13:06 Attribution.txt 13:12:27 -rw-rw-r-- 1 1001 1001 3804 Mar 23 13:06 CONTRIBUTING.md 13:12:27 -rw-rw-r-- 1 1001 1001 931 Mar 23 13:06 Dockerfile.build 13:12:27 -rw-rw-r-- 1 1001 1001 863 Mar 23 13:06 Jenkinsfile 13:12:27 -rw-rw-r-- 1 1001 1001 10775 Mar 23 13:06 LICENSE 13:12:27 -rw-rw-r-- 1 1001 1001 5774 Mar 23 13:06 Makefile 13:12:27 -rw-rw-r-- 1 1001 1001 6548 Mar 23 13:06 README.md 13:12:27 -rw-rw-r-- 1 1001 1001 6755 Mar 23 13:06 SECURITY.md 13:12:27 -rw-rw-r-- 1 1001 1001 5 Mar 23 13:03 VERSION 13:12:27 -rw-rw-r-- 1 1001 1001 4131 Mar 23 13:06 ZMQWindows.md 13:12:27 drwxrwxr-x 2 1001 1001 4096 Mar 23 13:06 bin 13:12:27 drwxrwxr-x 14 1001 1001 4096 Mar 23 13:06 cmd 13:12:27 -rw-r--r-- 1 root root 659965 Mar 23 13:11 coverage.out 13:12:27 -rw-r--r-- 1 root root 1056 Mar 23 13:12 go.mod 13:12:27 -rw-r--r-- 1 root root 21983 Mar 23 13:12 go.sum 13:12:27 drwxrwxr-x 8 1001 1001 4096 Mar 23 13:06 internal 13:12:27 drwxrwxr-x 4 1001 1001 4096 Mar 23 13:06 openapi 13:12:27 drwxrwxr-x 4 1001 1001 4096 Mar 23 13:06 snap 13:12:27 -rw-rw-r-- 1 1001 1001 168 Mar 23 13:06 version.go [Pipeline] sh 13:12:28 + '[' -e coverage.out ] 13:12:28 + chown 1001:1001 coverage.out [Pipeline] stash 13:12:28 Warning: overwriting stash ‘coverage-report’ 13:12:29 Stashed 1 file(s) [Pipeline] sh 13:12:30 + make build 13:12:30 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 13:12:42 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 13:12:55 Running on prd-ubuntu18.04-docker-8c-8g-31069 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 13:12:55 Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout 13:12:58 using credential edgex-jenkins-ssh 13:12:58 Cloning the remote Git repository 13:12:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:12:58 > git init /w/workspace/edgex-go/27 # timeout=10 13:12:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:12:58 > git --version # timeout=10 13:12:58 > git --version # 'git version 2.17.1' 13:12:58 using GIT_SSH to set credentials SSH Credentials for GitHub 13:12:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:13:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:13:08 Merging remotes/origin/master commit f6b1e13af8548bcffc37f989b4e80b291648b0c8 into PR head commit 4e8507bf02f169bfeeba70db1f6d158394b064b0 13:13:08 Merge succeeded, producing 4e8507bf02f169bfeeba70db1f6d158394b064b0 13:13:08 Checking out Revision 4e8507bf02f169bfeeba70db1f6d158394b064b0 (PR-3234) 13:13:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:13:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:13:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:13:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:13:07 using GIT_SSH to set credentials SSH Credentials for GitHub 13:13:07 > 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 13:13:08 > git config core.sparsecheckout # timeout=10 13:13:08 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 13:13:08 > git remote # timeout=10 13:13:08 > git config --get remote.origin.url # timeout=10 13:13:08 using GIT_SSH to set credentials SSH Credentials for GitHub 13:13:08 > git merge f6b1e13af8548bcffc37f989b4e80b291648b0c8 # timeout=10 13:13:08 > git rev-parse HEAD^{commit} # timeout=10 13:13:08 > git config core.sparsecheckout # timeout=10 13:13:08 > git checkout -f 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 13:13:09 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 13:13:12 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:13:13 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 13:13:13 + echo snap-build.sh 13:13:13 snap-build.sh 13:13:13 + SNAP_BASE_DIR=. 13:13:13 + '[' '!' -z /w/workspace/edgex-go/27 ']' 13:13:13 + SNAP_BASE_DIR=/w/workspace/edgex-go/27 13:13:13 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/27]' 13:13:13 [snap-build] Building snap in dir [/w/workspace/edgex-go/27] 13:13:13 + cd /w/workspace/edgex-go/27 13:13:13 + sudo apt-get remove -qy --purge lxd lxd-client 13:13:13 Reading package lists... 13:13:14 Building dependency tree... 13:13:14 Reading state information... 13:13:14 The following packages were automatically installed and are no longer required: 13:13:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:13:14 uidmap xdelta3 13:13:14 Use 'sudo apt autoremove' to remove them. 13:13:14 The following packages will be REMOVED: 13:13:14 lxd* lxd-client* 13:13:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:13:14 After this operation, 31.7 MB disk space will be freed. 13:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:13:16 (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.) 13:13:16 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:13:17 Removing lxd dnsmasq configuration 13:13:17 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:13:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:13:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 13:13:19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 13:13:19 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:13:20 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 13:13:21 Processing triggers for systemd (237-3ubuntu10.42) ... 13:13:21 Processing triggers for ureadahead (0.100.0-21) ... 13:13:23 + sudo snap remove --purge lxd 13:13:23 snap "lxd" is not installed 13:13:23 + sudo groupadd --force --system lxd 13:13:23 ++ whoami 13:13:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:13:23 + newgrp - lxd 13:13:23 + sudo snap install lxd 13:13:26 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 13:13:30 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 13:13:33 2021-03-23T13:13:30Z INFO Waiting for automatic snapd restart... 13:13:34 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 13:13:37 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 13:13:42 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] } 13:13:49 $ docker stop --time=1 d0590be41cb12175679da5fc559633a45a9a758223214fc39e0a483615d91488 13:13:51 $ docker rm -f d0590be41cb12175679da5fc559633a45a9a758223214fc39e0a483615d91488 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:13:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:13:54 13:13:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:13:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:13:55 latest: Pulling from edgex-devops/edgex-compose-arm64 13:13:55 29e5d40040c1: Pulling fs layer 13:13:55 1ce36da41761: Pulling fs layer 13:13:55 25b303627fd3: Pulling fs layer 13:13:55 29e5d40040c1: Verifying Checksum 13:13:55 29e5d40040c1: Download complete 13:13:56 1ce36da41761: Verifying Checksum 13:13:56 1ce36da41761: Download complete 13:13:56 29e5d40040c1: Pull complete 13:13:57 25b303627fd3: Verifying Checksum 13:13:57 25b303627fd3: Download complete 13:13:57 1ce36da41761: Pull complete 13:14:00 lxd 4.12 from Canonical* installed 13:14:00 + sudo lxd init --auto 13:14:06 + sudo snap install --classic snapcraft 13:14:07 25b303627fd3: Pull complete 13:14:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:14:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:14:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:14:08 prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container 13:14:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 13:14:11 $ docker top a316cb991e3686174eb03fd5cc03fc893217682a866bf4cb19f6c4ab5b78a39b -eo pid,comm [Pipeline] { [Pipeline] sh 13:14:11 + grep parallel 13:14:11 + docker-compose build --help 13:14:15 snapcraft 4.5.4 from Canonical* installed 13:14:15 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 13:14:15 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 13:14:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:14:15 Dload Upload Total Spent Left Speed 13:14:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4265 13:14:15 100 3325k 100 3325k 0 0 9060k 0 --:--:-- --:--:-- --:--:-- 9060k 13:14:15 ./yq_linux_amd64 13:14:15 + sudo snapcraft prime --use-lxd 13:14:15 --parallel Build images in parallel. [Pipeline] } 13:14:15 $ docker stop --time=1 a316cb991e3686174eb03fd5cc03fc893217682a866bf4cb19f6c4ab5b78a39b 13:14:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:14:16 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: 13:14:16 - README.md 13:14:16 13:14:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:14:17 $ docker rm -f a316cb991e3686174eb03fd5cc03fc893217682a866bf4cb19f6c4ab5b78a39b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:14:17 Launching a container. 13:14:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:14:18 . [Pipeline] withDockerContainer 13:14:18 prd-ubuntu18.04-docker-arm64-4c-16g-31067 does not seem to be running inside a container 13:14:18 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:14:19 $ docker top a11e3b464eafb0e93c67a2c5dc72641f2bd3527f1347ace59dcec3d663ff7a9c -eo pid,comm [Pipeline] { [Pipeline] sh 13:14:20 + docker-compose -f ./docker-compose-build.yml build --parallel 13:14:25 Building docker-core-command-go ... 13:14:25 Building docker-core-data-go ... 13:14:25 Building docker-core-metadata-go ... 13:14:25 Building docker-security-bootstrapper-go ... 13:14:25 Building docker-security-proxy-setup-go ... 13:14:25 Building docker-security-secretstore-setup-go ... 13:14:25 Building docker-support-notifications-go ... 13:14:25 Building docker-support-scheduler-go ... 13:14:25 Building docker-sys-mgmt-agent-go ... 13:14:25 Building docker-support-notifications-go 13:14:25 Building docker-support-scheduler-go 13:14:25 Building docker-core-metadata-go 13:14:25 Building docker-security-secretstore-setup-go 13:14:25 Building docker-security-proxy-setup-go 13:14:32 Waiting for container to be ready 13:14:32 To start your first instance, try: lxc launch ubuntu:18.04 13:14:32 13:14:36 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 13:14:36 Waiting for network to be ready... 13:14:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:14:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 13:14:37 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:14:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 13:14:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:14:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:14:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 13:14:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 13:14:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 13:14:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 13:14:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:14:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:14:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:14:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:14:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:14:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:14:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:14:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:14:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:14:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 13:14:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 13:14:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:14:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:14:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 13:14:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 13:14:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 13:14:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 13:14:43 Fetched 24.1 MB in 6s (4087 kB/s) 13:14:45 Reading package lists... 13:14:45 Reading package lists... 13:14:45 Building dependency tree... 13:14:45 Reading state information... 13:14:45 The following additional packages will be installed: 13:14:45 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:14:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:14:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:14:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 13:14:45 Suggested packages: 13:14:45 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 13:14:45 Recommended packages: 13:14:45 gnupg libsasl2-modules 13:14:45 The following NEW packages will be installed: 13:14:45 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:14:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:14:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:14:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 13:14:45 The following packages will be upgraded: 13:14:45 gpg gpg-agent gpgconf libudev1 13:14:45 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 13:14:45 Need to get 3530 kB of archives. 13:14:45 After this operation, 13.3 MB of additional disk space will be used. 13:14:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 13:14:45 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] 13:14:46 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] 13:14:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 13:14:46 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 13:14:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 13:14:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 13:14:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 13:14:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 13:14:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 13:14:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 13:14:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 13:14:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 13:14:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 13:14:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 13:14:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 13:14:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 13:14:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 13:14:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 13:14:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 13:14:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 13:14:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 13:14:47 debconf: delaying package configuration, since apt-utils is not installed 13:14:47 Fetched 3530 kB in 1s (3095 kB/s) 13:14:47 (Reading database ... 12511 files and directories currently installed.) 13:14:47 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 13:14:47 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:14:47 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 13:14:47 Selecting previously unselected package udev. 13:14:47 (Reading database ... 12511 files and directories currently installed.) 13:14:47 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 13:14:47 Unpacking udev (237-3ubuntu10.45) ... 13:14:47 Selecting previously unselected package libfuse2:amd64. 13:14:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 13:14:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:14:47 Selecting previously unselected package fuse. 13:14:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 13:14:48 Unpacking fuse (2.9.7-1ubuntu1) ... 13:14:48 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 13:14:48 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:14:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 13:14:48 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:14:48 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 13:14:48 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:14:48 Selecting previously unselected package libksba8:amd64. 13:14:48 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 13:14:48 Unpacking libksba8:amd64 (1.3.5-2) ... 13:14:48 Selecting previously unselected package libroken18-heimdal:amd64. 13:14:48 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:48 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 13:14:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 13:14:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:49 Selecting previously unselected package libhcrypto4-heimdal:amd64. 13:14:49 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:49 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:49 Selecting previously unselected package libwind0-heimdal:amd64. 13:14:49 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:49 Selecting previously unselected package libhx509-5-heimdal:amd64. 13:14:49 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:49 Selecting previously unselected package libkrb5-26-heimdal:amd64. 13:14:49 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:49 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:49 Selecting previously unselected package libheimntlm0-heimdal:amd64. 13:14:49 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:49 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:49 Selecting previously unselected package libgssapi3-heimdal:amd64. 13:14:49 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:14:49 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:49 Selecting previously unselected package libsasl2-modules-db:amd64. 13:14:49 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:14:49 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:14:49 Selecting previously unselected package libsasl2-2:amd64. 13:14:49 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:14:49 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:14:49 Selecting previously unselected package libldap-common. 13:14:49 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 13:14:49 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:14:50 Selecting previously unselected package libldap-2.4-2:amd64. 13:14:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 13:14:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:14:50 Selecting previously unselected package dirmngr. 13:14:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 13:14:50 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 13:14:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:14:50 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 13:14:50 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:14:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:14:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:14:50 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 13:14:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:50 Setting up libksba8:amd64 (1.3.5-2) ... 13:14:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:14:50 Setting up udev (237-3ubuntu10.45) ... 13:14:51 invoke-rc.d: policy-rc.d denied execution of start. 13:14:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Processing triggers for systemd (237-3ubuntu10) ... 13:14:51 Setting up fuse (2.9.7-1ubuntu1) ... 13:14:51 Setting up gpg (2.2.4-1ubuntu1.4) ... 13:14:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:14:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:14:51 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 13:14:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:14:52 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 13:14:52 settings in the [Install] section, and DefaultInstance for template units). 13:14:52 This means they are not meant to be enabled using systemctl. 13:14:52 Possible reasons for having this kind of units are: 13:14:52 1) A unit may be statically enabled by being symlinked from another unit's 13:14:52 .wants/ or .requires/ directory. 13:14:52 2) A unit's purpose may be to act as a helper for some other unit which has 13:14:52 a requirement dependency on it. 13:14:52 3) A unit may be started when needed via activation (socket, path, timer, 13:14:52 D-Bus, udev, scripted systemctl call, ...). 13:14:52 4) In case of template units, the unit is meant to be enabled with some 13:14:52 instance name specified. 13:14:53 Reading package lists... 13:14:53 Building dependency tree... 13:14:53 Reading state information... 13:14:53 The following additional packages will be installed: 13:14:53 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 13:14:53 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 13:14:53 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 13:14:53 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 13:14:53 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 13:14:53 Suggested packages: 13:14:53 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 13:14:53 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 13:14:53 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 13:14:53 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 13:14:53 systemd-container policykit-1 13:14:53 Recommended packages: 13:14:53 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 13:14:53 The following NEW packages will be installed: 13:14:53 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 13:14:53 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 13:14:53 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 13:14:53 multiarch-support openssh-client python3 python3-minimal python3.6 13:14:53 python3.6-minimal snapd squashfs-tools sudo 13:14:53 The following packages will be upgraded: 13:14:53 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 13:14:53 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 13:14:53 Need to get 35.2 MB of archives. 13:14:53 After this operation, 141 MB of additional disk space will be used. 13:14:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 13:14:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 13:14:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 13:14:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 13:14:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 13:14:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 13:14:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 13:14:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 13:14:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 13:14:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 13:14:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 13:14:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 13:14:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 13:14:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 13:14:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 13:14:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 13:14:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 13:14:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 13:14:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 13:14:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 13:14:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 13:14:54 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 13:14:54 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 13:14:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 13:14:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 13:14:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 13:14:54 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 13:14:54 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 13:14:54 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 13:14:54 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 13:14:54 debconf: delaying package configuration, since apt-utils is not installed 13:14:54 Fetched 35.2 MB in 1s (30.5 MB/s) 13:14:54 (Reading database ... 12757 files and directories currently installed.) 13:14:54 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 13:14:55 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:14:55 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 13:14:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:14:56 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 13:14:56 (Reading database ... 12757 files and directories currently installed.) 13:14:56 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 13:14:56 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 13:14:56 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 13:14:56 (Reading database ... 12757 files and directories currently installed.) 13:14:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 13:14:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 13:14:57 Setting up apt (1.6.12ubuntu0.2) ... 13:14:57 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 13:14:57 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 13:14:57 (Reading database ... 12764 files and directories currently installed.) 13:14:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 13:14:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 13:14:58 Selecting previously unselected package libpython3.6-minimal:amd64. 13:14:58 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:14:58 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:14:58 Selecting previously unselected package libexpat1:amd64. 13:14:58 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 13:14:58 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:14:58 Selecting previously unselected package python3.6-minimal. 13:14:58 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:14:58 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:14:58 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 13:14:58 Checking for services that may need to be restarted...done. 13:14:58 Checking for services that may need to be restarted...done. 13:14:59 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:15:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:15:00 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:15:01 Selecting previously unselected package python3-minimal. 13:15:01 (Reading database ... 13012 files and directories currently installed.) 13:15:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 13:15:01 Unpacking python3-minimal (3.6.7-1~18.04) ... 13:15:01 Selecting previously unselected package mime-support. 13:15:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 13:15:01 Unpacking mime-support (3.60ubuntu1) ... 13:15:01 Selecting previously unselected package libmpdec2:amd64. 13:15:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 13:15:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:15:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 13:15:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:15:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:15:01 Selecting previously unselected package python3.6. 13:15:01 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:15:01 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:15:01 Selecting previously unselected package libpython3-stdlib:amd64. 13:15:01 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 13:15:01 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:15:01 Setting up python3-minimal (3.6.7-1~18.04) ... 13:15:02 Selecting previously unselected package python3. 13:15:02 (Reading database ... 13442 files and directories currently installed.) 13:15:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 13:15:02 Unpacking python3 (3.6.7-1~18.04) ... 13:15:02 Selecting previously unselected package multiarch-support. 13:15:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 13:15:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 13:15:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 13:15:02 Selecting previously unselected package liblzo2-2:amd64. 13:15:02 (Reading database ... 13479 files and directories currently installed.) 13:15:02 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 13:15:02 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 13:15:02 Selecting previously unselected package libbsd0:amd64. 13:15:02 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 13:15:02 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:15:02 Selecting previously unselected package sudo. 13:15:02 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 13:15:02 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 13:15:03 Selecting previously unselected package apparmor. 13:15:03 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 13:15:03 Unpacking apparmor (2.12-4ubuntu5.1) ... 13:15:03 Selecting previously unselected package libedit2:amd64. 13:15:03 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 13:15:03 Unpacking libedit2:amd64 (3.1-20170329-1) ... 13:15:03 Selecting previously unselected package libkrb5support0:amd64. 13:15:03 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 13:15:03 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:15:03 Selecting previously unselected package libk5crypto3:amd64. 13:15:03 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 13:15:03 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:15:03 Selecting previously unselected package libkeyutils1:amd64. 13:15:03 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 13:15:03 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:15:03 Selecting previously unselected package libkrb5-3:amd64. 13:15:03 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 13:15:03 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:15:03 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:15:03 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 13:15:03 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:15:04 Selecting previously unselected package libssl1.0.0:amd64. 13:15:04 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 13:15:04 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:15:04 Selecting previously unselected package openssh-client. 13:15:04 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 13:15:04 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 13:15:04 Selecting previously unselected package squashfs-tools. 13:15:04 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 13:15:04 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:15:04 Selecting previously unselected package snapd. 13:15:04 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 13:15:04 Unpacking snapd (2.48.3+18.04) ... 13:15:07 Setting up libedit2:amd64 (3.1-20170329-1) ... 13:15:07 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:15:07 Setting up mime-support (3.60ubuntu1) ... 13:15:07 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 13:15:07 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:15:07 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:15:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:15:07 Setting up systemd (237-3ubuntu10.45) ... 13:15:07 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 13:15:08 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:15:08 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:15:08 Setting up liblzo2-2:amd64 (2.08-1.2) ... 13:15:08 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:15:08 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:15:08 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:15:09 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:15:09 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:15:09 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:15:09 Setting up python3 (3.6.7-1~18.04) ... 13:15:09 running python rtupdate hooks for python3.6... 13:15:09 running python post-rtupdate hooks for python3.6... 13:15:09 Setting up apparmor (2.12-4ubuntu5.1) ... 13:15:11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 13:15:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:15:12 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 13:15:12 Setting up snapd (2.48.3+18.04) ... 13:15:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 13:15:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 13:15:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 13:15:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 13:15:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:15:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:15:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 13:15:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 13:15:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 13:15:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 13:15:15 /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' 13:15:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:15:15 Processing triggers for systemd (237-3ubuntu10.45) ... 13:15:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:15:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:15:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:15:18 Reading package lists... 13:15:19 Reading package lists... 13:15:19 Building dependency tree... 13:15:19 Reading state information... 13:15:19 Calculating upgrade... 13:15:19 The following packages will be upgraded: 13:15:19 advancecomp base-files bash binutils binutils-common 13:15:19 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 13:15:19 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 13:15:19 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 13:15:19 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 13:15:19 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 13:15:19 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 13:15:19 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 13:15:19 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 13:15:19 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 13:15:19 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 13:15:19 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 13:15:19 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 13:15:19 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 13:15:19 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 13:15:19 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 13:15:19 Need to get 63.8 MB of archives. 13:15:19 After this operation, 5207 kB of additional disk space will be used. 13:15:19 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 13:15:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 13:15:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 13:15:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 13:15:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 13:15:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 13:15:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 13:15:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 13:15:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 13:15:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 13:15:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 13:15:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 13:15:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 13:15:20 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 13:15:20 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 13:15:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 13:15:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 13:15:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 13:15:20 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 13:15:20 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 13:15:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 13:15:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 13:15:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 13:15:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 13:15:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 13:15:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 13:15:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 13:15:20 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 13:15:20 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 13:15:20 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 13:15:20 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 13:15:20 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 13:15:20 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 13:15:20 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 13:15:20 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 13:15:20 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 13:15:20 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 13:15:20 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 13:15:20 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 13:15:20 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 13:15:21 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 13:15:21 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 13:15:21 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 13:15:21 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 13:15:21 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 13:15:21 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 13:15:21 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 13:15:21 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 13:15:21 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 13:15:21 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 13:15:21 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 13:15:21 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 13:15:21 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 13:15:21 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 13:15:21 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 13:15:21 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 13:15:21 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 13:15:21 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 13:15:21 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 13:15:21 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 13:15:21 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 13:15:21 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 13:15:21 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 13:15:21 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 13:15:21 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 13:15:21 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 13:15:21 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 13:15:21 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 13:15:21 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 13:15:21 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 13:15:21 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 13:15:21 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 13:15:21 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 13:15:21 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 13:15:21 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 13:15:21 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 13:15:21 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 13:15:21 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 13:15:21 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 13:15:21 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 13:15:21 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 13:15:21 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 13:15:21 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 13:15:21 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 13:15:21 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 13:15:21 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 13:15:21 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 13:15:21 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 13:15:21 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 13:15:21 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 13:15:22 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 13:15:22 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 13:15:22 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 13:15:22 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 13:15:22 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 13:15:22 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 13:15:22 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 13:15:22 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 13:15:22 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 13:15:23 debconf: delaying package configuration, since apt-utils is not installed 13:15:23 Fetched 63.8 MB in 3s (18.7 MB/s) 13:15:23 (Reading database ... 13912 files and directories currently installed.) 13:15:23 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 13:15:23 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:15:24 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 13:15:24 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:15:24 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 13:15:24 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 13:15:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:25 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:25 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:25 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:25 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:25 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:25 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:25 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:25 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 13:15:26 (Reading database ... 13911 files and directories currently installed.) 13:15:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 13:15:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 13:15:26 (Reading database ... 13911 files and directories currently installed.) 13:15:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:27 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:15:27 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:15:27 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 13:15:27 (Reading database ... 13911 files and directories currently installed.) 13:15:27 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 13:15:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:15:28 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 13:15:28 (Reading database ... 13911 files and directories currently installed.) 13:15:28 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 13:15:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 13:15:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 13:15:28 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 13:15:28 Setting up base-files (10.1ubuntu2.10) ... 13:15:28 Installing new version of config file /etc/issue ... 13:15:28 Installing new version of config file /etc/issue.net ... 13:15:28 Installing new version of config file /etc/lsb-release ... 13:15:28 Installing new version of config file /etc/update-motd.d/50-motd-news ... 13:15:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 13:15:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 13:15:29 Removing obsolete conffile /etc/default/motd-news ... 13:15:29 (Reading database ... 13912 files and directories currently installed.) 13:15:29 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 13:15:29 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 13:15:29 Setting up bash (4.4.18-2ubuntu1.2) ... 13:15:29 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 13:15:29 (Reading database ... 13912 files and directories currently installed.) 13:15:29 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:29 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 13:15:29 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 13:15:30 (Reading database ... 13912 files and directories currently installed.) 13:15:30 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 13:15:30 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 13:15:30 Setting up tar (1.29b-2ubuntu0.2) ... 13:15:30 (Reading database ... 13912 files and directories currently installed.) 13:15:30 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 13:15:30 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:15:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 13:15:31 (Reading database ... 13912 files and directories currently installed.) 13:15:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 13:15:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:15:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 13:15:31 (Reading database ... 13912 files and directories currently installed.) 13:15:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 13:15:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:15:31 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 13:15:31 (Reading database ... 13912 files and directories currently installed.) 13:15:31 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 13:15:32 Unpacking grep (3.1-2build1) over (3.1-2) ... 13:15:32 Setting up grep (3.1-2build1) ... 13:15:32 (Reading database ... 13912 files and directories currently installed.) 13:15:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 13:15:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:15:32 Setting up login (1:4.5-1ubuntu2) ... 13:15:32 (Reading database ... 13912 files and directories currently installed.) 13:15:32 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 13:15:32 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:15:32 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 13:15:32 (Reading database ... 13912 files and directories currently installed.) 13:15:32 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 13:15:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:15:33 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 13:15:33 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:15:33 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 13:15:33 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:15:34 Setting up perl-base (5.26.1-6ubuntu0.5) ... 13:15:34 (Reading database ... 13912 files and directories currently installed.) 13:15:34 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 13:15:34 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:15:35 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:15:35 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:15:35 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:15:35 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:15:36 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 13:15:36 (Reading database ... 13912 files and directories currently installed.) 13:15:36 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 13:15:36 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 13:15:36 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 13:15:36 (Reading database ... 13912 files and directories currently installed.) 13:15:36 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:36 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:36 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:15:36 (Reading database ... 13912 files and directories currently installed.) 13:15:36 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:36 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:36 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:15:36 (Reading database ... 13912 files and directories currently installed.) 13:15:36 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:36 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:37 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:15:37 (Reading database ... 13912 files and directories currently installed.) 13:15:37 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:37 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:37 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:15:37 (Reading database ... 13912 files and directories currently installed.) 13:15:37 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 13:15:37 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:15:37 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 13:15:37 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:15:37 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 13:15:37 (Reading database ... 13912 files and directories currently installed.) 13:15:37 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 13:15:37 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:15:37 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 13:15:38 (Reading database ... 13912 files and directories currently installed.) 13:15:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:38 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:15:38 (Reading database ... 13912 files and directories currently installed.) 13:15:38 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:38 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:38 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 13:15:38 (Reading database ... 13912 files and directories currently installed.) 13:15:38 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:38 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 13:15:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 13:15:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 13:15:40 (Reading database ... 13912 files and directories currently installed.) 13:15:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 13:15:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:15:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 13:15:40 (Reading database ... 13912 files and directories currently installed.) 13:15:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 13:15:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:15:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 13:15:41 (Reading database ... 13914 files and directories currently installed.) 13:15:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 13:15:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 13:15:41 Setting up debconf (1.5.66ubuntu1) ... 13:15:41 (Reading database ... 13914 files and directories currently installed.) 13:15:41 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 13:15:41 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:15:41 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 13:15:41 (Reading database ... 13914 files and directories currently installed.) 13:15:41 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 13:15:41 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:15:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 13:15:42 (Reading database ... 13914 files and directories currently installed.) 13:15:42 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:15:42 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:15:42 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:15:42 (Reading database ... 13914 files and directories currently installed.) 13:15:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:15:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:15:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 13:15:43 (Reading database ... 13914 files and directories currently installed.) 13:15:43 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:15:43 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:15:43 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:15:43 (Reading database ... 13914 files and directories currently installed.) 13:15:43 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:15:43 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:15:43 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 13:15:43 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:15:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 13:15:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:15:44 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 13:15:44 (Reading database ... 13914 files and directories currently installed.) 13:15:44 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 13:15:44 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 13:15:44 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 13:15:44 (Reading database ... 13914 files and directories currently installed.) 13:15:44 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 13:15:44 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:15:44 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 13:15:44 (Reading database ... 13914 files and directories currently installed.) 13:15:44 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 13:15:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:15:45 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 13:15:45 (Reading database ... 13914 files and directories currently installed.) 13:15:45 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 13:15:45 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 13:15:45 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 13:15:45 (Reading database ... 13914 files and directories currently installed.) 13:15:45 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 13:15:45 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:15:45 Setting up passwd (1:4.5-1ubuntu2) ... 13:15:46 (Reading database ... 13914 files and directories currently installed.) 13:15:46 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 13:15:46 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:15:46 Setting up gpgv (2.2.4-1ubuntu1.4) ... 13:15:46 (Reading database ... 13914 files and directories currently installed.) 13:15:46 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 13:15:46 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 13:15:46 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 13:15:46 (Reading database ... 13914 files and directories currently installed.) 13:15:46 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 13:15:46 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 13:15:46 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 13:15:46 (Reading database ... 13914 files and directories currently installed.) 13:15:46 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 13:15:46 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 13:15:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:15:47 ---> ffcc42d44b03 13:15:47 Step 3/23 : WORKDIR /edgex-go 13:15:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:15:47 ---> ffcc42d44b03 13:15:47 Step 3/24 : WORKDIR /edgex-go 13:15:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:15:47 ---> ffcc42d44b03 13:15:47 Step 3/21 : WORKDIR /edgex-go 13:15:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:15:47 ---> ffcc42d44b03 13:15:47 Step 3/22 : WORKDIR /edgex-go 13:15:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:15:47 ---> ffcc42d44b03 13:15:47 Step 3/22 : WORKDIR /edgex-go 13:15:47 ---> Running in fa4113b06cc5 13:15:47 ---> Running in fc6468aeca34 13:15:47 ---> Running in da67d190e610 13:15:47 ---> Running in 8ab45b6d46eb 13:15:47 ---> Running in 64f5ab412f31 13:15:47 Removing intermediate container 64f5ab412f31 13:15:47 ---> bed37448b217 13:15:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:47 Removing intermediate container fa4113b06cc5 13:15:47 ---> e0788d1945a3 13:15:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:47 Removing intermediate container da67d190e610 13:15:47 ---> 6d085307c1eb 13:15:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:47 Removing intermediate container 8ab45b6d46eb 13:15:47 ---> 5428dc8c0989 13:15:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:47 Removing intermediate container fc6468aeca34 13:15:47 ---> 7dabcfe73210 13:15:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:47 ---> Running in e267848cb3bf 13:15:47 ---> Running in ff96acaed6d2 13:15:47 ---> Running in d92da6d126c6 13:15:47 ---> Running in 7bc6dc7b59ea 13:15:47 ---> Running in f7dcb7b4e027 13:15:47 Removing intermediate container e267848cb3bf 13:15:47 ---> b9c9995abae8 13:15:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:15:47 ---> Running in 27c7ab0e09de 13:15:47 Removing intermediate container ff96acaed6d2 13:15:47 ---> 84196bc91426 13:15:47 Step 5/23 : RUN apk add --update --no-cache make git 13:15:47 Removing intermediate container 7bc6dc7b59ea 13:15:47 ---> 3a61fd14e394 13:15:47 Step 5/24 : RUN apk add --update --no-cache make git 13:15:47 Removing intermediate container d92da6d126c6 13:15:47 ---> bcebb29580f4 13:15:47 Step 5/21 : RUN apk add --update --no-cache make git 13:15:47 ---> Running in e7cc641cc477 13:15:47 ---> Running in 1575f7ef0582 13:15:47 Removing intermediate container f7dcb7b4e027 13:15:47 ---> 613912e97021 13:15:47 Step 5/22 : RUN apk add --update --no-cache make git 13:15:47 ---> Running in 0d0581629d58 13:15:47 ---> Running in 8ca80e8ad01b 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:47 OK: 217 MiB in 51 packages 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:47 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 13:15:47 OK: 217 MiB in 51 packages 13:15:47 (Reading database ... 13914 files and directories currently installed.) 13:15:47 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 13:15:47 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 13:15:47 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 13:15:47 OK: 217 MiB in 51 packages 13:15:47 OK: 217 MiB in 51 packages 13:15:47 OK: 217 MiB in 51 packages 13:15:47 Removing intermediate container 27c7ab0e09de 13:15:47 ---> 226dcf73c587 13:15:47 Step 6/22 : COPY go.mod . 13:15:47 (Reading database ... 13914 files and directories currently installed.) 13:15:47 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 13:15:47 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 13:15:47 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 13:15:48 (Reading database ... 13914 files and directories currently installed.) 13:15:48 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 13:15:48 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 13:15:48 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 13:15:48 (Reading database ... 13915 files and directories currently installed.) 13:15:48 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:15:48 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:15:48 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:15:48 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:15:48 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 13:15:48 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 13:15:48 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 13:15:49 ---> 45aa57c860e9 13:15:49 Step 7/22 : RUN go mod download 13:15:49 Removing intermediate container e7cc641cc477 13:15:49 ---> d052154da32e 13:15:49 Step 6/23 : COPY go.mod . 13:15:49 ---> Running in 4c492c839dfe 13:15:49 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 13:15:49 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 13:15:49 Removing intermediate container 1575f7ef0582 13:15:49 ---> c2217cb787fa 13:15:49 Step 6/24 : COPY go.mod . 13:15:49 Removing intermediate container 8ca80e8ad01b 13:15:49 ---> 5b23d39debb2 13:15:49 Step 6/22 : COPY go.mod . 13:15:49 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 13:15:49 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 13:15:49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 13:15:49 Removing intermediate container 0d0581629d58 13:15:49 ---> 75b37fe7595d 13:15:49 Step 6/21 : COPY go.mod . 13:15:49 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 13:15:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 13:15:49 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 13:15:49 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 13:15:49 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 13:15:49 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 13:15:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 13:15:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 13:15:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 13:15:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 13:15:50 ---> 1a55d896d56a 13:15:50 Step 7/23 : RUN go mod download 13:15:50 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 13:15:50 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 13:15:50 ---> Running in f5779425386d 13:15:50 ---> 8c559fb2d3dc 13:15:50 Step 7/24 : RUN go mod download 13:15:50 ---> 9d48005cfa47 13:15:50 Step 7/22 : RUN go mod download 13:15:50 ---> Running in f6bedfa664de 13:15:50 ---> Running in 5276b6b37ab2 13:15:51 ---> a554f7cf6be9 13:15:51 Step 7/21 : RUN go mod download 13:15:51 ---> Running in 321b29eb76e3 13:15:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 13:15:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 13:15:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 13:15:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 13:15:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:15:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:15:52 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:15:52 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:15:52 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:15:52 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:15:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:15:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:15:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:53 Removing intermediate container 4c492c839dfe 13:15:53 ---> f38e27b1f621 13:15:53 Step 8/22 : COPY . . 13:15:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:55 Removing intermediate container f5779425386d 13:15:55 ---> d14fbcc907ec 13:15:55 Step 8/23 : COPY . . 13:15:55 Removing intermediate container f6bedfa664de 13:15:55 ---> 55b22253dc4b 13:15:55 Step 8/24 : COPY . . 13:15:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:56 Removing intermediate container 5276b6b37ab2 13:15:56 ---> bbc386cb321f 13:15:56 Step 8/22 : COPY . . 13:15:56 Removing intermediate container 321b29eb76e3 13:15:56 ---> 5ab7941d99eb 13:15:56 Step 8/21 : COPY . . 13:15:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:15:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:15:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:15:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:15:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 13:15:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:15:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 13:15:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:15:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 13:15:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 13:15:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:15:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:15:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:15:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:15:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 13:15:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 13:16:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 13:16:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 13:16:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 13:16:00 Setting up tzdata (2021a-0ubuntu0.18.04) ... 13:16:00 13:16:00 Current default time zone: 'Etc/UTC' 13:16:00 Local time is now: Tue Mar 23 13:16:00 UTC 2021. 13:16:00 Universal Time is now: Tue Mar 23 13:16:00 UTC 2021. 13:16:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 13:16:00 13:16:00 Setting up systemd-sysv (237-3ubuntu10.45) ... 13:16:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:00 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 13:16:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 13:16:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 13:16:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 13:16:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 13:16:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 13:16:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 13:16:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 13:16:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 13:16:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 13:16:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 13:16:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:01 Setting up patch (2.7.6-2ubuntu1.1) ... 13:16:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 13:16:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 13:16:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 13:16:01 Installing new version of config file /etc/ssl/openssl.cnf ... 13:16:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 13:16:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 13:16:01 Setting up ca-certificates (20210119~18.04.1) ... 13:16:04 Updating certificates in /etc/ssl/certs... 13:16:05 23 added, 27 removed; done. 13:16:05 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 13:16:05 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:16:05 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 13:16:05 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 13:16:05 Setting up pkgbinarymangler (138.18.04.1) ... 13:16:05 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 13:16:05 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up perl (5.26.1-6ubuntu0.5) ... 13:16:05 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 13:16:05 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 13:16:05 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 13:16:05 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 13:16:05 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 13:16:05 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 13:16:05 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 13:16:05 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 13:16:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:16:06 Processing triggers for systemd (237-3ubuntu10.45) ... 13:16:06 Processing triggers for mime-support (3.60ubuntu1) ... 13:16:06 Processing triggers for ca-certificates (20210119~18.04.1) ... 13:16:06 Updating certificates in /etc/ssl/certs... 13:16:07 0 added, 0 removed; done. 13:16:07 Running hooks in /etc/ca-certificates/update.d... 13:16:07 done. 13:16:07 Reading package lists... 13:16:07 Building dependency tree... 13:16:07 Reading state information... 13:16:08 The following NEW packages will be installed: 13:16:08 apt-transport-https 13:16:08 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 13:16:08 Need to get 1696 B of archives. 13:16:08 After this operation, 153 kB of additional disk space will be used. 13:16:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 13:16:08 debconf: delaying package configuration, since apt-utils is not installed 13:16:08 Fetched 1696 B in 0s (34.3 kB/s) 13:16:08 Selecting previously unselected package apt-transport-https. 13:16:08 (Reading database ... 13920 files and directories currently installed.) 13:16:08 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 13:16:08 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 13:16:08 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 13:16:09 Waiting for network to be ready... 13:16:17 2021-03-23T13:16:14Z INFO Waiting for automatic snapd restart... 13:16:19 snapd 2.49 from Canonical* installed 13:16:20 "snapd" switched to the "latest/stable" channel 13:16:20 13:16:23 ---> 5cfe18c40dd5 13:16:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:16:23 ---> 736b8b07e08c 13:16:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:16:23 ---> 2276e2633d13 13:16:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:16:23 ---> Running in f148f521019a 13:16:23 ---> Running in 34b49641fea0 13:16:23 ---> 82727b14f6e5 13:16:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:16:23 ---> Running in 544ddf57858e 13:16:23 ---> b758997c1386 13:16:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:16:23 ---> Running in 53c9653cd07b 13:16:23 ---> Running in e152cd5044ed 13:16:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:16:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:16:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:16:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:16:24 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 13:16:26 core18 20210128 from Canonical* installed 13:16:26 "core18" switched to the "latest/stable" channel 13:16:26 13:16:34 snapcraft 4.5.4 from Canonical* installed 13:16:34 "snapcraft" switched to the "latest/stable" channel 13:16:34 13:16:38 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: 13:16:38 - README.md 13:16:38 13:16:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:16:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:16:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:16:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:16:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:16:46 Reading package lists... 13:16:47 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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 13:16:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:16:54 Reading package lists... 13:16:54 Building dependency tree... 13:16:54 Reading state information... 13:16:54 Suggested packages: 13:16:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:16:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 13:16:54 Recommended packages: 13:16:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 13:16:54 The following NEW packages will be installed: 13:16:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 13:16:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 13:16:54 pkg-config zip 13:16:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 13:16:54 Need to get 7657 kB of archives. 13:16:54 After this operation, 43.8 MB of additional disk space will be used. 13:16:54 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 13:16:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 13:16:54 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 13:16:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 13:16:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 13:16:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 13:16:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 13:16:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 13:16:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 13:16:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 13:16:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 13:16:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 13:16:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 13:16:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 13:16:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 13:16:55 debconf: delaying package configuration, since apt-utils is not installed 13:16:55 Fetched 7657 kB in 1s (6792 kB/s) 13:16:55 Selecting previously unselected package libglib2.0-0:amd64. 13:16:55 (Reading database ... 13924 files and directories currently installed.) 13:16:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 13:16:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:16:55 Selecting previously unselected package libpsl5:amd64. 13:16:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 13:16:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 13:16:55 Selecting previously unselected package libnghttp2-14:amd64. 13:16:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 13:16:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:16:56 Selecting previously unselected package librtmp1:amd64. 13:16:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 13:16:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:16:56 Selecting previously unselected package libcurl3-gnutls:amd64. 13:16:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 13:16:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:16:56 Selecting previously unselected package liberror-perl. 13:16:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 13:16:56 Unpacking liberror-perl (0.17025-1) ... 13:16:56 Selecting previously unselected package git-man. 13:16:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 13:16:56 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 13:16:56 Selecting previously unselected package git. 13:16:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 13:16:56 Unpacking git (1:2.17.1-1ubuntu0.8) ... 13:16:57 Selecting previously unselected package libnorm1:amd64. 13:16:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 13:16:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:16:57 Selecting previously unselected package libpgm-5.2-0:amd64. 13:16:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 13:16:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:16:57 Selecting previously unselected package libsodium23:amd64. 13:16:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 13:16:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 13:16:58 Selecting previously unselected package libzmq5:amd64. 13:16:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 13:16:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:16:58 Selecting previously unselected package libzmq3-dev:amd64. 13:16:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 13:16:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:16:58 Selecting previously unselected package pkg-config. 13:16:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 13:16:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 13:16:58 Selecting previously unselected package zip. 13:16:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 13:16:58 Unpacking zip (3.0-11build1) ... 13:16:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:16:58 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 13:16:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:16:58 Setting up liberror-perl (0.17025-1) ... 13:16:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 13:16:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:16:58 No schema files found: doing nothing. 13:16:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:16:58 Setting up zip (3.0-11build1) ... 13:16:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:16:58 Setting up libsodium23:amd64 (1.0.16-2) ... 13:16:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 13:16:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:16:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:16:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:16:59 Setting up git (1:2.17.1-1ubuntu0.8) ... 13:16:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:17:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:17:06 git set to automatically installed. 13:17:06 git-man set to automatically installed. 13:17:06 libcurl3-gnutls set to automatically installed. 13:17:06 liberror-perl set to automatically installed. 13:17:06 libglib2.0-0 set to automatically installed. 13:17:06 libnghttp2-14 set to automatically installed. 13:17:06 libnorm1 set to automatically installed. 13:17:06 libpgm-5.2-0 set to automatically installed. 13:17:06 libpsl5 set to automatically installed. 13:17:06 librtmp1 set to automatically installed. 13:17:06 libsodium23 set to automatically installed. 13:17:06 libzmq3-dev set to automatically installed. 13:17:06 libzmq5 set to automatically installed. 13:17:06 pkg-config set to automatically installed. 13:17:06 zip set to automatically installed. 13:17:08 snapd is not logged in, snap install commands will use sudo 13:17:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:18:00 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 13:18:00 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 13:18:01 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 13:18:01 snapd is not logged in, snap install commands will use sudo 13:18:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:18:04 snap "core18" has no updates available 13:18:05 Pulling go-build-helper 13:18:05 + snapcraftctl pull 13:18:06 'app-service-config' has dependencies that need to be staged: go-build-helper 13:18:06 Skipping pull go-build-helper (already ran) 13:18:06 Building go-build-helper 13:18:06 + snapcraftctl build 13:18:07 Removing intermediate container 544ddf57858e 13:18:07 ---> f4ba136213d9 13:18:07 13:18:07 Step 10/24 : FROM alpine:3.12 13:18:07 3.12: Pulling from library/alpine 13:18:07 Removing intermediate container e152cd5044ed 13:18:07 ---> 4eca15052534 13:18:07 13:18:07 Step 10/21 : FROM alpine:3.12 13:18:07 3.12: Pulling from library/alpine 13:18:08 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:18:08 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:18:08 Status: Downloaded newer image for alpine:3.12 13:18:08 ---> d10569e2745f 13:18:08 Step 11/21 : RUN apk add --update --no-cache curl 13:18:08 Status: Image is up to date for alpine:3.12 13:18:08 ---> d10569e2745f 13:18:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:18:09 ---> Running in 959f72928d9b 13:18:09 ---> Running in d94ec1d6cfa9 13:18:10 Staging go-build-helper 13:18:10 + snapcraftctl stage 13:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:18:12 (1/4) Installing ca-certificates (20191127-r4) 13:18:12 (1/5) Installing ca-certificates (20191127-r4) 13:18:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:18:12 (3/4) Installing libcurl (7.69.1-r3) 13:18:12 (4/4) Installing curl (7.69.1-r3) 13:18:12 Executing busybox-1.31.1-r19.trigger 13:18:12 Executing ca-certificates-20191127-r4.trigger 13:18:12 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:18:12 (3/5) Installing libcurl (7.69.1-r3) 13:18:12 (4/5) Installing curl (7.69.1-r3) 13:18:12 (5/5) Installing dumb-init (1.2.2-r1) 13:18:12 Executing busybox-1.31.1-r19.trigger 13:18:12 Executing ca-certificates-20191127-r4.trigger 13:18:12 OK: 7 MiB in 18 packages 13:18:12 OK: 7 MiB in 19 packages 13:18:16 Removing intermediate container 959f72928d9b 13:18:16 ---> 569bc95bbdbb 13:18:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:18:16 Removing intermediate container d94ec1d6cfa9 13:18:16 ---> 642a55d9ea1e 13:18:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:18:16 ---> Running in cbe3dd7cbe6f 13:18:16 ---> Running in e3d199b20c58 13:18:17 Removing intermediate container cbe3dd7cbe6f 13:18:17 ---> 5f215a976626 13:18:17 Step 13/21 : WORKDIR /edgex 13:18:17 Removing intermediate container e3d199b20c58 13:18:17 ---> 87d7d829d31f 13:18:17 Step 13/24 : WORKDIR / 13:18:17 ---> Running in 353e18bba4a0 13:18:17 ---> Running in 6c11a4de561b 13:18:18 Removing intermediate container 353e18bba4a0 13:18:18 ---> 4b7c86329661 13:18:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:18:19 Removing intermediate container 6c11a4de561b 13:18:19 ---> 9e050669bb77 13:18:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:18:20 ---> de8ac92e103c 13:18:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:18:21 ---> cf7c98561d17 13:18:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:18:21 Removing intermediate container f148f521019a 13:18:21 ---> e1079bb85ae1 13:18:21 13:18:21 Step 10/22 : FROM alpine:3.12 13:18:21 ---> d10569e2745f 13:18:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:18:22 ---> Running in 51b2efeb2a0a 13:18:22 Removing intermediate container 53c9653cd07b 13:18:22 ---> 370a9b67fcf3 13:18:22 13:18:22 Step 10/22 : FROM alpine:3.12 13:18:22 ---> d10569e2745f 13:18:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:18:22 ---> 83d6fdcd95da 13:18:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:18:23 ---> Running in 61c44bb6142e 13:18:23 ---> 6c2c79fe3678 13:18:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:18:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:18:24 ---> af1175b6c88f 13:18:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:18:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:18:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:18:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:18:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:18:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 13:18:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:18:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:18:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:18:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:18:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 13:18:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:18:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:18:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:18:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:18:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:18:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 13:18:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 13:18:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 13:18:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 13:18:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:18:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 13:18:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 13:18:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:18:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:18:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 13:18:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 13:18:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 13:18:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 13:18:25 Fetched 24.1 MB in 6s (3800 kB/s) 13:18:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:18:25 Fetched 224 kB in 0s (0 B/s) 13:18:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:18:25 Fetched 157 kB in 0s (0 B/s) 13:18:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:18:25 Fetched 221 kB in 0s (0 B/s) 13:18:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:18:25 Fetched 143 kB in 0s (0 B/s) 13:18:25 Pulling app-service-config 13:18:25 + snapcraftctl pull 13:18:25 Cloning into '/root/parts/app-service-config/src'... 13:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:18:25 (1/2) Installing ca-certificates (20191127-r4) 13:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:18:25 (2/2) Installing dumb-init (1.2.2-r1) 13:18:25 Executing busybox-1.31.1-r19.trigger 13:18:25 Executing ca-certificates-20191127-r4.trigger 13:18:25 Pulling config-common 13:18:25 + snapcraftctl pull 13:18:25 OK: 6 MiB in 16 packages 13:18:25 (1/1) Installing dumb-init (1.2.2-r1) 13:18:26 Executing busybox-1.31.1-r19.trigger 13:18:26 OK: 5 MiB in 15 packages 13:18:26 ---> 21b05ff73d78 13:18:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:18:26 ---> Running in 39aa72ce2d42 13:18:27 ---> 6f57c051336e 13:18:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:18:27 Removing intermediate container 39aa72ce2d42 13:18:27 ---> 7b235dcb4ae0 13:18:27 Step 18/21 : CMD ["--init=true"] 13:18:28 ---> Running in 4ac3a870cc46 13:18:28 Removing intermediate container 61c44bb6142e 13:18:28 ---> cb7124cf01a4 13:18:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:18:28 Removing intermediate container 51b2efeb2a0a 13:18:28 ---> cd2caabf2d0f 13:18:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:18:29 ---> 112642c34eb8 13:18:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:18:29 ---> Running in 9d70e110f9c5 13:18:29 Removing intermediate container 34b49641fea0 13:18:29 ---> 857fa055bfbd 13:18:29 13:18:29 Step 10/23 : FROM alpine:3.12 13:18:29 ---> d10569e2745f 13:18:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:18:29 ---> Using cache 13:18:29 ---> cb7124cf01a4 13:18:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:18:29 ---> Running in 5a0e8527a48c 13:18:29 ---> Running in 995f63f64cf9 13:18:29 Removing intermediate container 4ac3a870cc46 13:18:29 ---> 6a00d0eef79e 13:18:29 Step 19/21 : LABEL arch=arm64 13:18:29 Removing intermediate container 9d70e110f9c5 13:18:29 ---> 5d2f0a12575f 13:18:29 Step 13/22 : ENV APP_PORT=48085 13:18:29 ---> Running in f8b1b89ef203 13:18:29 ---> Running in 320722c49bfe 13:18:30 ---> 31d7ccb268db 13:18:30 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/ 13:18:30 Removing intermediate container 5a0e8527a48c 13:18:30 ---> 110df8ba27e7 13:18:30 Step 13/22 : ENV APP_PORT=48060 13:18:30 Removing intermediate container 995f63f64cf9 13:18:30 ---> 785fc7ce8ab9 13:18:30 Step 13/23 : ENV APP_PORT=48081 13:18:30 ---> Running in c5890b00327f 13:18:30 ---> Running in 231be03d9f22 13:18:30 ---> Running in a94cc8f44ca0 13:18:30 Removing intermediate container f8b1b89ef203 13:18:30 ---> a7f800271ee1 13:18:30 Step 20/21 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:18:30 Removing intermediate container 320722c49bfe 13:18:30 ---> 2b49ced53594 13:18:30 Step 14/22 : EXPOSE $APP_PORT 13:18:30 ---> Running in 4f0a7cd3ee35 13:18:30 ---> Running in 306d9d3b2940 13:18:30 Removing intermediate container 231be03d9f22 13:18:30 ---> db0d5550b6b0 13:18:30 Step 14/22 : EXPOSE $APP_PORT 13:18:31 Removing intermediate container a94cc8f44ca0 13:18:31 ---> 6d3c6aadcde9 13:18:31 Step 14/23 : EXPOSE $APP_PORT 13:18:31 ---> Running in b4a87f0b1c28 13:18:31 ---> Running in adf9945d514d 13:18:31 Removing intermediate container 306d9d3b2940 13:18:31 ---> 792f4adc7b95 13:18:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:18:31 Removing intermediate container 4f0a7cd3ee35 13:18:31 ---> 9f75331647a7 13:18:31 Step 21/21 : LABEL version=0.0.0 13:18:31 ---> Running in 2f2a5674ce12 13:18:32 Removing intermediate container b4a87f0b1c28 13:18:32 ---> 6cda84749dbd 13:18:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:18:32 Removing intermediate container adf9945d514d 13:18:32 ---> 280caa8fb195 13:18:32 Step 15/23 : WORKDIR / 13:18:32 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:18:32 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:18:32 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:18:32 Fetched 0 B in 0s (0 B/s) 13:18:32 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:18:32 Fetched 0 B in 0s (0 B/s) 13:18:32 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:18:32 Fetched 0 B in 0s (0 B/s) 13:18:32 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:18:32 Fetched 0 B in 0s (0 B/s) 13:18:32 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:18:32 Fetched 0 B in 0s (0 B/s) 13:18:32 Pulling edgex-go 13:18:32 + snapcraftctl pull 13:18:32 ---> Running in 57ef2c6ce6fa 13:18:32 Removing intermediate container 2f2a5674ce12 13:18:32 ---> 41e8399b727f 13:18:32 13:18:32 ---> d13f289a5a2a 13:18:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:18:33 Successfully built 41e8399b727f 13:18:33 Removing intermediate container 57ef2c6ce6fa 13:18:33 ---> 0ff4bdd4d71b 13:18:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:18:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:18:33  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 13:18:33 ---> 6beb8e870613 13:18:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:18:33 Removing intermediate container c5890b00327f 13:18:33 ---> 734410a2c8bc 13:18:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:18:33 ---> Running in 00c57d264579 13:18:34 ---> ee19248f177a 13:18:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:18:34 ---> b3cc5a7cab50 13:18:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:18:34 Removing intermediate container 00c57d264579 13:18:34 ---> 60f7e75b88e2 13:18:34 Step 22/24 : LABEL arch=arm64 13:18:36 ---> Running in 3176f367ae5a 13:18:36 ---> 8ce2d06ef1a0 13:18:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:18:36 ---> 911970c4a03a 13:18:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:18:36 ---> 98421b1f32ea 13:18:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:18:36 Removing intermediate container 3176f367ae5a 13:18:36 ---> 390044ec9022 13:18:36 Step 23/24 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:18:37 ---> Running in 1864ae7b58ac 13:18:37 ---> 271432506b89 13:18:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:18:37 ---> Running in ffe9e30c734e 13:18:37 ---> Running in e50a8a3e902e 13:18:37 Removing intermediate container 1864ae7b58ac 13:18:37 ---> 5353c95e2b9e 13:18:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:18:38 ---> Running in 49e11127a204 13:18:38 Removing intermediate container ffe9e30c734e 13:18:38 ---> 1f346161acf8 13:18:38 Step 24/24 : LABEL version=0.0.0 13:18:38 Removing intermediate container e50a8a3e902e 13:18:38 ---> 0fd0e108a7eb 13:18:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:18:39 ---> 6af78108f8d4 13:18:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:18:39 ---> Running in 22bbc647311e 13:18:39 ---> Running in 7540108c6a54 13:18:39 ---> Running in e886858ec913 13:18:39 Removing intermediate container 49e11127a204 13:18:39 ---> 425fd918201a 13:18:39 Step 20/22 : LABEL arch=arm64 13:18:39 ---> Running in 4ecffb1f8ff9 13:18:39 Removing intermediate container 7540108c6a54 13:18:39 ---> 7ce34e109f86 13:18:39 13:18:40 Removing intermediate container e886858ec913 13:18:40 ---> 9b03c035a12c 13:18:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:18:40 Removing intermediate container 22bbc647311e 13:18:40 ---> e55927575978 13:18:40 Step 20/22 : LABEL arch=arm64 13:18:40 Removing intermediate container 4ecffb1f8ff9 13:18:40 ---> e8277d6a0e8b 13:18:40 Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:18:40 Successfully built 7ce34e109f86 13:18:40 ---> Running in 7f5489af6171 13:18:40 ---> Running in 97edc718f3da 13:18:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:18:40 Building docker-core-command-go 13:18:40  Building docker-security-secretstore-setup-go ... done  ---> Running in a0a5e2d3bd70 13:18:40 Removing intermediate container 7f5489af6171 13:18:40 ---> 53833870808e 13:18:40 Step 21/23 : LABEL arch=arm64 13:18:41 ---> Running in e69402f57b46 13:18:41 Removing intermediate container a0a5e2d3bd70 13:18:41 ---> b9c465f62f38 13:18:41 Step 22/22 : LABEL version=0.0.0 13:18:41 Removing intermediate container 97edc718f3da 13:18:41 ---> 4b5d328a11f6 13:18:41 Step 21/22 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:18:41 ---> Running in 3890810c8b69 13:18:41 ---> Running in c2f8e949b410 13:18:41 Removing intermediate container e69402f57b46 13:18:41 ---> 6da2bfb6991d 13:18:41 Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:18:42 Removing intermediate container 3890810c8b69 13:18:42 ---> 4e3ae474fe9b 13:18:42 Step 22/22 : LABEL version=0.0.0 13:18:42 Removing intermediate container c2f8e949b410 13:18:42 ---> 47755af01fa8 13:18:42 13:18:42 ---> Running in 7b284a66c59d 13:18:42 Successfully built 47755af01fa8 13:18:43 Successfully tagged docker-support-scheduler-go-arm64:latest 13:18:43 Building docker-core-data-go 13:18:43  Building docker-support-scheduler-go ... done  ---> Running in ee3f9c57e05f 13:18:43 Removing intermediate container 7b284a66c59d 13:18:43 ---> 2e6f08f46f1f 13:18:43 Step 23/23 : LABEL version=0.0.0 13:18:43 Removing intermediate container ee3f9c57e05f 13:18:43 ---> d7451bc15e9b 13:18:43 13:18:44 ---> Running in 219cc91b8298 13:18:44 Successfully built d7451bc15e9b 13:18:44 Successfully tagged docker-support-notifications-go-arm64:latest 13:18:44  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 13:18:44 Removing intermediate container 219cc91b8298 13:18:44 ---> 3005fee1cdf5 13:18:44 13:18:44 Successfully built 3005fee1cdf5 13:18:44 Successfully tagged docker-core-metadata-go-arm64:latest 13:18:58 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:18:58 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:18:58 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:18:58 Fetched 0 B in 0s (0 B/s) 13:18:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:18:58 Fetched 96.5 kB in 0s (0 B/s) 13:18:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:18:58 Fetched 279 kB in 0s (0 B/s) 13:18:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:18:58 Fetched 122 kB in 0s (0 B/s) 13:18:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:18:58 Fetched 77.8 kB in 0s (0 B/s) 13:18:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:18:58 Fetched 8848 B in 0s (0 B/s) 13:18:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:18:58 Fetched 47.8 kB in 0s (0 B/s) 13:18:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:18:58 Fetched 45.6 kB in 0s (0 B/s) 13:18:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:18:58 Fetched 15.0 kB in 0s (0 B/s) 13:18:58 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 13:18:58 Fetched 214 kB in 0s (0 B/s) 13:18:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 13:18:58 Fetched 154 kB in 0s (0 B/s) 13:18:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:18:58 Fetched 50.6 kB in 0s (0 B/s) 13:18:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:18:58 Fetched 14.8 kB in 0s (0 B/s) 13:18:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:18:58 Fetched 41.8 kB in 0s (0 B/s) 13:18:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:18:58 Fetched 499 kB in 0s (0 B/s) 13:18:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:18:58 Fetched 111 kB in 0s (0 B/s) 13:18:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:18:58 Fetched 240 kB in 0s (0 B/s) 13:18:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:18:58 Fetched 29.3 kB in 0s (0 B/s) 13:18:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:18:58 Fetched 85.5 kB in 0s (0 B/s) 13:18:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:18:58 Fetched 24.5 kB in 0s (0 B/s) 13:18:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:18:58 Fetched 49.2 kB in 0s (0 B/s) 13:18:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:18:58 Fetched 54.2 kB in 0s (0 B/s) 13:18:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:18:58 Fetched 30.8 kB in 0s (0 B/s) 13:18:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 13:18:58 Fetched 15.8 kB in 0s (0 B/s) 13:18:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:18:58 Fetched 85.9 kB in 0s (0 B/s) 13:18:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:18:58 Fetched 8720 B in 0s (0 B/s) 13:18:58 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 13:18:58 Fetched 137 kB in 0s (0 B/s) 13:18:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:18:58 Fetched 119 kB in 0s (0 B/s) 13:18:58 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 13:18:58 Fetched 109 kB in 0s (0 B/s) 13:18:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:18:58 Fetched 11.1 kB in 0s (0 B/s) 13:18:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:18:58 Fetched 645 kB in 0s (0 B/s) 13:18:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:18:58 Fetched 41.3 kB in 0s (0 B/s) 13:18:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:18:58 Fetched 17.9 kB in 0s (0 B/s) 13:18:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:18:58 Fetched 368 kB in 0s (0 B/s) 13:18:58 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:18:58 Fetched 187 kB in 0s (0 B/s) 13:18:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:18:58 Fetched 175 kB in 0s (0 B/s) 13:18:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:18:58 Fetched 206 kB in 0s (0 B/s) 13:18:58 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 13:18:58 Fetched 1301 kB in 0s (0 B/s) 13:18:58 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:18:58 Fetched 36.2 kB in 0s (0 B/s) 13:18:58 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 13:18:58 Fetched 159 kB in 0s (0 B/s) 13:18:58 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:18:58 Fetched 107 kB in 0s (0 B/s) 13:18:58 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:18:58 Fetched 48.7 kB in 0s (0 B/s) 13:18:58 Pulling static-packages 13:18:58 + snapcraftctl pull 13:18:58 Pulling version 13:18:58 + cd /root/project 13:18:58 + [ -f VERSION ] 13:18:58 + PROJECT_VERSION=local-dev 13:18:58 + git rev-parse --short HEAD 13:18:58 + GIT_REVISION=4e8507bf 13:18:58 + snapcraftctl set-version local-dev 13:18:58 Skipping build go-build-helper (already ran) 13:18:58 Building app-service-config 13:18:58 + make build 13:18:58 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 13:19:01 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 13:19:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 13:19:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 13:19:01 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 13:19:01 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 13:19:01 go: downloading github.com/gorilla/mux v1.8.0 13:19:01 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 13:19:01 go: downloading github.com/google/uuid v1.2.0 13:19:01 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:19:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:19:02 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 13:19:02 go: downloading github.com/BurntSushi/toml v0.3.1 13:19:02 go: downloading github.com/go-kit/kit v0.8.0 13:19:02 go: downloading github.com/x448/float16 v0.8.4 13:19:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 13:19:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:19:04 go: downloading github.com/go-playground/validator/v10 v10.3.0 13:19:04 go: downloading github.com/pebbe/zmq4 v1.2.5 13:19:04 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 13:19:04 go: downloading github.com/mitchellh/copystructure v1.0.0 13:19:04 go: downloading github.com/go-playground/universal-translator v0.17.0 13:19:04 go: downloading github.com/leodido/go-urn v1.2.0 13:19:04 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:19:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:19:04 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:19:04 go: downloading github.com/pelletier/go-toml v1.2.0 13:19:04 go: downloading github.com/go-playground/locales v0.13.0 13:19:04 go: downloading github.com/hashicorp/consul/api v1.8.1 13:19:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:19:04 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:19:04 go: downloading github.com/hashicorp/go-hclog v0.12.0 13:19:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:19:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:19:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:19:04 go: downloading github.com/hashicorp/serf v0.9.5 13:19:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:19:04 go: downloading github.com/fatih/color v1.9.0 13:19:04 go: downloading github.com/mattn/go-isatty v0.0.12 13:19:04 go: downloading github.com/mattn/go-colorable v0.1.6 13:19:04 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 13:19:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:19:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:19:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 13:19:18  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:19:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:19:18 ---> ffcc42d44b03 13:19:18 Step 3/26 : WORKDIR /edgex-go 13:19:18 ---> Using cache 13:19:18 ---> 5428dc8c0989 13:19:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:18 ---> Using cache 13:19:18 ---> 613912e97021 13:19:18 Step 5/26 : RUN apk add --update --no-cache make bash git 13:19:19 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 13:19:19 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 13:19:19 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 13:19:19 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 13:19:19 Building config-common 13:19:19 + snapcraftctl build 13:19:22 Building edgex-go 13:19:22 + cd /root/parts/edgex-go/src 13:19:22 + make build 13:19:22 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 13:19:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:19:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 13:19:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 13:19:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 13:19:23 go: downloading github.com/pkg/errors v0.8.1 13:19:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 13:19:23 go: downloading github.com/imdario/mergo v0.3.12 13:19:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 13:19:23 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 13:19:23 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 13:19:23 go: downloading github.com/gorilla/websocket v1.4.2 13:19:24 ---> Running in 5e182e680655 13:19:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:19:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:19:26 OK: 217 MiB in 51 packages 13:19:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:19:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:19:28 ---> ffcc42d44b03 13:19:28 Step 3/23 : WORKDIR /edgex-go 13:19:28 ---> Using cache 13:19:28 ---> 5428dc8c0989 13:19:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:28 ---> Using cache 13:19:28 ---> 613912e97021 13:19:28 Step 5/23 : RUN apk add --update --no-cache make git 13:19:28 ---> Using cache 13:19:28 ---> 5b23d39debb2 13:19:28 Step 6/23 : COPY go.mod . 13:19:28 ---> Using cache 13:19:28 ---> 9d48005cfa47 13:19:28 Step 7/23 : RUN go mod download 13:19:28 ---> Using cache 13:19:28 ---> bbc386cb321f 13:19:28 Step 8/23 : COPY . . 13:19:28 ---> Using cache 13:19:28 ---> b758997c1386 13:19:28 Step 9/23 : RUN make cmd/core-command/core-command 13:19:29 ---> Running in 0479bd1c520b 13:19:30 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 13:19:30 go: downloading gopkg.in/yaml.v2 v2.4.0 13:19:30 Removing intermediate container 5e182e680655 13:19:30 ---> 520cfe4e6ca4 13:19:30 Step 6/26 : COPY go.mod . 13:19:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:19:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:19:30 ---> ffcc42d44b03 13:19:30 Step 3/23 : WORKDIR /edgex-go 13:19:30 ---> Using cache 13:19:30 ---> 5428dc8c0989 13:19:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:30 ---> Using cache 13:19:30 ---> 613912e97021 13:19:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:19:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:19:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:19:30 ---> ffcc42d44b03 13:19:30 Step 3/31 : WORKDIR /edgex-go 13:19:30 ---> Using cache 13:19:30 ---> 5428dc8c0989 13:19:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:30 ---> Using cache 13:19:30 ---> 613912e97021 13:19:30 Step 5/31 : RUN apk add --update --no-cache make git 13:19:30 ---> Using cache 13:19:30 ---> 5b23d39debb2 13:19:30 Step 6/31 : COPY go.mod . 13:19:30 ---> Using cache 13:19:30 ---> 9d48005cfa47 13:19:30 Step 7/31 : RUN go mod download 13:19:30 ---> Using cache 13:19:30 ---> bbc386cb321f 13:19:30 Step 8/31 : COPY . . 13:19:30 ---> Running in ca894c750929 13:19:31 ---> Using cache 13:19:31 ---> b758997c1386 13:19:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:19:31 ---> 90e901f696c4 13:19:31 Step 7/26 : RUN go mod download 13:19:31 ---> Running in 0f6c387aeba2 13:19:31 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 13:19:31 ---> Running in 752502fa0ddd 13:19:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:19:33 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 13:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:19:34 OK: 217 MiB in 51 packages 13:19:35 Removing intermediate container 752502fa0ddd 13:19:35 ---> 6d5506490871 13:19:35 Step 8/26 : COPY . . 13:19:36 Removing intermediate container ca894c750929 13:19:36 ---> c0f074c4703c 13:19:36 Step 6/23 : COPY go.mod . 13:19: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 13:19:37 ---> 1298da43ea12 13:19:37 Step 7/23 : RUN go mod download 13:19:38 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 13:19:38 ---> Running in 41b2dc861734 13:19:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:19: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 13:19:41 go: downloading github.com/stretchr/testify v1.7.0 13:19:41 go: downloading github.com/davecgh/go-spew v1.1.1 13:19:41 go: downloading github.com/pmezard/go-difflib v1.0.0 13:19:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:19:44 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 13:19:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:19:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:19:44 Removing intermediate container 41b2dc861734 13:19:44 ---> 15c98237e02d 13:19:44 Step 8/23 : COPY . . 13:19:46 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 13:19:47 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 13:19:47 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 13:19:49 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 13:19:51 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 13:19:51 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:19:52 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 13:19:53 go: downloading github.com/lib/pq v1.10.0 13:19:55 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 13:19:55 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 13:19:55 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 13:19:55 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 13:19:55 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 13:19:55 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 13:19:55 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 13:19:55 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 13:19:55 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 13:19:55 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 13:19:55 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 13:19:55 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 13:19:55 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 13:19:55 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 13:19:55 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 13:19:55 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 13:19:55 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 13:19:55 + 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 13:19:55 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 13:19:56 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 13:19:56 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 13:19:56 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 13:19:56 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 13:19:56 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 13:19:56 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 13:19:56 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 13:20:00 Building static-packages 13:20:00 + snapcraftctl build 13:20:02 Building version 13:20:02 + snapcraftctl build 13:20:03 ---> db580c586b3e 13:20:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:20:03 ---> Running in 12e6d075777d 13:20:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:20:06 Skipping stage go-build-helper (already ran) 13:20:06 Staging app-service-config 13:20:06 + snapcraftctl stage 13:20:07 Staging config-common 13:20:07 + snapcraftctl stage 13:20:08 Staging edgex-go 13:20:08 + snapcraftctl stage 13:20:10 Staging static-packages 13:20:10 + snapcraftctl stage 13:20:10 ---> 84af6311b0eb 13:20:10 Step 9/23 : RUN make cmd/core-data/core-data 13:20:10 ---> Running in e7c5b299f006 13:20:11 Staging version 13:20:11 + snapcraftctl stage 13:20:12 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 13:20:12 Priming go-build-helper 13:20:12 + snapcraftctl prime 13:20:14 Priming app-service-config 13:20:14 + snapcraftctl prime 13:20:16 Priming config-common 13:20:16 + snapcraftctl prime 13:20:17 Priming edgex-go 13:20:17 + snapcraftctl prime 13:20:18 Priming static-packages 13:20:18 + snapcraftctl prime 13:20:22 Priming version 13:20:22 + snapcraftctl prime 13:20:23 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] } 13:20:59 Removing intermediate container 0f6c387aeba2 13:20:59 ---> 85b083a191f3 13:20:59 13:20:59 Step 10/31 : FROM alpine:3.12 13:20:59 ---> d10569e2745f 13:20:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:20:59 ---> Running in 26f1cef818e7 13:20:59 Removing intermediate container 26f1cef818e7 13:20:59 ---> e0eff29c92e4 13:20:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:20:59 Removing intermediate container 0479bd1c520b 13:20:59 ---> 378b7ae2da95 13:20:59 13:20:59 Step 10/23 : FROM alpine:3.12 13:20:59 ---> d10569e2745f 13:20:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:20:59 ---> Using cache 13:20:59 ---> cb7124cf01a4 13:20:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:20:59 ---> Using cache 13:20:59 ---> 785fc7ce8ab9 13:20:59 Step 13/23 : ENV APP_PORT=48082 13:20:59 ---> Running in 490fc28e114d 13:20:59 ---> Running in ae173b837fa1 13:20:59 Removing intermediate container ae173b837fa1 13:20:59 ---> 66d62b554583 13:20:59 Step 14/23 : EXPOSE $APP_PORT 13:20:59 ---> Running in fd05d2c64171 13:20:59 Removing intermediate container fd05d2c64171 13:20:59 ---> c589c3f70774 13:20:59 Step 15/23 : WORKDIR / 13:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:20:59 ---> Running in baabdd6a5e78 13:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:20:59 Removing intermediate container baabdd6a5e78 13:20:59 ---> b5e0988e1ac4 13:20:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:20:59 (1/2) Installing dumb-init (1.2.2-r1) 13:20:59 (2/2) Installing su-exec (0.2-r1) 13:20:59 Executing busybox-1.31.1-r19.trigger 13:20:59 OK: 5 MiB in 16 packages 13:20:59 ---> c18dbd75b4b5 13:20:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:21:00 Removing intermediate container 490fc28e114d 13:21:00 ---> b5859f659796 13:21:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:21:00 ---> Running in dafc089d441d 13:21:01 Removing intermediate container dafc089d441d 13:21:01 ---> 42c377f48029 13:21:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:21:01 ---> Running in d478ef152985 13:21:02 ---> 6c146bdebc10 13:21:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:21:02 Removing intermediate container d478ef152985 13:21:02 ---> 7ed42748b3df 13:21:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:21:03 ---> Running in 7daba8e04a18 13:21:04 ---> 7c9bf27a9e74 13:21:04 Step 19/23 : ENTRYPOINT ["/core-command"] 13:21:04 ---> Running in f879de6cd0f8 13:21:04 Removing intermediate container f879de6cd0f8 13:21:04 ---> fb060ccfb3bd 13:21:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:21:04 ---> Running in 7a0095056a6e 13:21:05 Removing intermediate container 7a0095056a6e 13:21:05 ---> 7b5b2d996298 13:21:05 Step 21/23 : LABEL arch=arm64 13:21:06 ---> Running in c333d9fd36b9 13:21:06 Removing intermediate container 7daba8e04a18 13:21:06 ---> e212ca36eb6a 13:21:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:21:07 ---> Running in 7bca53359172 13:21:07 Removing intermediate container c333d9fd36b9 13:21:07 ---> 607db1dea914 13:21:07 Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:21:07 ---> Running in 703db4ce3b68 13:21:07 Removing intermediate container 7bca53359172 13:21:07 ---> 80399a499138 13:21:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:21:08 Removing intermediate container 703db4ce3b68 13:21:08 ---> 4fd35b22623a 13:21:08 Step 23/23 : LABEL version=0.0.0 13:21:08 ---> Running in 34ac96c85f00 13:21:09 Removing intermediate container 34ac96c85f00 13:21:09 ---> 3201b4b57e98 13:21:09 13:21:09 ---> b5e50f78a54d 13:21:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:21:09 ---> Running in 34c193b79699 13:21:10 Successfully built 3201b4b57e98 13:21:10 Successfully tagged docker-core-command-go-arm64:latest 13:21:14  Building docker-core-command-go ... done Removing intermediate container 34c193b79699 13:21:14 ---> 2d34e4a3a56e 13:21:14 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:21:14 ---> 92071233dc47 13:21:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:21:17 ---> aafa7a15f114 13:21:17 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:21:18 ---> 0203802f529a 13:21:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:21:19 ---> 49f2ddebc575 13:21:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:21:21 ---> a6bfc38ef2e5 13:21:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:21:21 Removing intermediate container 12e6d075777d 13:21:21 ---> b89a3ace33b2 13:21:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:21:22 ---> Running in b4472a6184e7 13:21:22 ---> Running in 50f923193cac 13:21:23 Removing intermediate container b4472a6184e7 13:21:23 ---> 93549c77f2d4 13:21:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:21:23 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 13:21:23 ---> ab2a62801b75 13:21:23 Step 26/31 : RUN chmod +x /entrypoint.sh 13:21:24 ---> Running in 5e52eca7117d 13:21:26 Removing intermediate container 5e52eca7117d 13:21:26 ---> ca153ea7925d 13:21:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:21:27 ---> Running in 63dce01b4381 13:21:27 Removing intermediate container 50f923193cac 13:21:27 ---> 78466ba39bd7 13:21:27 13:21:27 Step 11/26 : FROM docker:20.10.0 13:21:27 20.10.0: Pulling from library/docker 13:21:27 Removing intermediate container 63dce01b4381 13:21:27 ---> d35d93c340e8 13:21:27 Step 28/31 : CMD ["gate"] 13:21:28 ---> Running in ed266c981dd6 13:21:30 Removing intermediate container ed266c981dd6 13:21:30 ---> aa276a4c5a5f 13:21:30 Step 29/31 : LABEL arch=arm64 13:21:30 ---> Running in d2e19eda4ef1 13:21:31 Removing intermediate container d2e19eda4ef1 13:21:31 ---> c370e4c21155 13:21:31 Step 30/31 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:21:32 ---> Running in c8d538dccb27 13:21:33 Removing intermediate container c8d538dccb27 13:21:33 ---> 8602550b1e16 13:21:33 Step 31/31 : LABEL version=0.0.0 13:21:34 ---> Running in 70f33c29688d 13:21:35 Removing intermediate container 70f33c29688d 13:21:35 ---> 98cbbf504fbb 13:21:35 13:21:35 Successfully built 98cbbf504fbb 13:21:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:21:38  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:21:38 Status: Downloaded newer image for docker:20.10.0 13:21:38 ---> eeaf43b92773 13:21:38 Step 12/26 : RUN apk add --no-cache bash 13:21:39 ---> Running in 3d70584ec18c 13:21:39 Removing intermediate container e7c5b299f006 13:21:39 ---> e5247db031bd 13:21:39 13:21:39 Step 10/23 : FROM alpine:3.12 13:21:39 ---> d10569e2745f 13:21:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:21:39 ---> Running in 80578143fa9f 13:21:40 Removing intermediate container 80578143fa9f 13:21:40 ---> 8385e8ae6cdb 13:21:40 Step 12/23 : ENV APP_PORT=48080 13:21:40 ---> Running in d3c4a20ad582 13:21:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:21:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:21:40 Removing intermediate container d3c4a20ad582 13:21:40 ---> 06f50d8f94de 13:21:40 Step 13/23 : EXPOSE $APP_PORT 13:21:40 ---> Running in 358b2d3d0e5e 13:21:41 (1/2) Installing readline (8.0.4-r0) 13:21:41 (2/2) Installing bash (5.0.17-r0) 13:21:41 Executing bash-5.0.17-r0.post-install 13:21:41 Executing busybox-1.31.1-r19.trigger 13:21:41 Removing intermediate container 358b2d3d0e5e 13:21:41 ---> 27dadcdf572e 13:21:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:41 OK: 12 MiB in 22 packages 13:21:41 ---> Running in 8ecafb9053fc 13:21:42 Removing intermediate container 3d70584ec18c 13:21:42 ---> 98d6b2a02fd2 13:21:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:21:42 ---> Running in d4ce4183634a 13:21:43 Removing intermediate container d4ce4183634a 13:21:43 ---> 775909a0dcba 13:21:43 Step 14/26 : ENV APP_PORT=48090 13:21:43 ---> Running in 4a33b8275d7e 13:21:43 Removing intermediate container 8ecafb9053fc 13:21:43 ---> 422797feea17 13:21:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:21:43 Removing intermediate container 4a33b8275d7e 13:21:43 ---> 65ff58cb224b 13:21:43 Step 15/26 : EXPOSE $APP_PORT 13:21:43 ---> Running in 2a42a00a4667 13:21:43 ---> Running in eb23fc59b5aa 13:21:44 Removing intermediate container eb23fc59b5aa 13:21:44 ---> 55121bf94fe6 13:21:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:21:45 ---> 13c9d914348b 13:21:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:21:46 ---> e0d14c2b872c 13:21:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:21:46 (1/6) Installing dumb-init (1.2.2-r1) 13:21:46 (2/6) Installing libgcc (9.3.0-r2) 13:21:46 (3/6) Installing libsodium (1.0.18-r0) 13:21:46 (4/6) Installing libstdc++ (9.3.0-r2) 13:21:47 (5/6) Installing libzmq (4.3.3-r0) 13:21:47 (6/6) Installing zeromq (4.3.3-r0) 13:21:47 Executing busybox-1.31.1-r19.trigger 13:21:47 OK: 8 MiB in 20 packages 13:21:47 ---> 2fa68ae56edb 13:21:47 Step 19/26 : RUN apk --no-cache add py3-pip 13:21:47 ---> Running in 8658e137daaa 13:21:48 Removing intermediate container 2a42a00a4667 13:21:48 ---> e1359f1cc3cf 13:21:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:21:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:21:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:21:49 (1/33) Installing libbz2 (1.0.8-r1) 13:21:49 ---> f5c604f962a2 13:21:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:21:49 (2/33) Installing expat (2.2.9-r1) 13:21:49 (3/33) Installing libffi (3.3-r2) 13:21:49 (4/33) Installing gdbm (1.13-r1) 13:21:49 (5/33) Installing xz-libs (5.2.5-r0) 13:21:49 (6/33) Installing sqlite-libs (3.32.1-r0) 13:21:49 (7/33) Installing python3 (3.8.8-r0) 13:21:51 (8/33) Installing py3-appdirs (1.4.4-r1) 13:21:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:21:51 (10/33) Installing py3-parsing (2.4.7-r0) 13:21:51 (11/33) Installing py3-six (1.15.0-r0) 13:21:51 (12/33) Installing py3-packaging (20.4-r0) 13:21:51 (13/33) Installing py3-setuptools (47.0.0-r0) 13:21:51 (14/33) Installing py3-chardet (3.0.4-r4) 13:21:51 (15/33) Installing py3-idna (2.9-r0) 13:21:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:21:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:21:51 (18/33) Installing py3-requests (2.23.0-r0) 13:21:51 ---> c3e611cc7436 13:21:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:21:51 (19/33) Installing py3-msgpack (1.0.0-r0) 13:21:51 (20/33) Installing py3-lockfile (0.12.2-r3) 13:21:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:21:51 (22/33) Installing py3-colorama (0.4.3-r0) 13:21:51 (23/33) Installing py3-distlib (0.3.0-r0) 13:21:51 (24/33) Installing py3-distro (1.5.0-r1) 13:21:51 (25/33) Installing py3-webencodings (0.5.1-r3) 13:21:51 (26/33) Installing py3-html5lib (1.0.1-r4) 13:21:51 (27/33) Installing py3-pytoml (0.1.21-r0) 13:21:52 (28/33) Installing py3-pep517 (0.8.2-r0) 13:21:52 (29/33) Installing py3-progress (1.5-r0) 13:21:52 (30/33) Installing py3-toml (0.10.1-r0) 13:21:52 (31/33) Installing py3-retrying (1.3.3-r0) 13:21:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:21:52 (33/33) Installing py3-pip (20.1.1-r0) 13:21:52 Executing busybox-1.31.1-r19.trigger 13:21:52 OK: 71 MiB in 55 packages 13:21:52 ---> 96ab031dee8b 13:21:52 Step 19/23 : ENTRYPOINT ["/core-data"] 13:21:52 ---> Running in e8f3b6a0b802 13:21:53 Removing intermediate container e8f3b6a0b802 13:21:53 ---> c8b458aded98 13:21:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:21:53 ---> Running in 8d77199eec2d 13:21:54 Removing intermediate container 8d77199eec2d 13:21:54 ---> 5ed5017c3c3f 13:21:54 Step 21/23 : LABEL arch=arm64 13:21:54 ---> Running in 47124cc23745 13:21:54 Removing intermediate container 47124cc23745 13:21:54 ---> d352fe8fb74f 13:21:54 Step 22/23 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:21:55 ---> Running in fb07c87892ac 13:21:55 Removing intermediate container fb07c87892ac 13:21:55 ---> 105beeae0206 13:21:55 Step 23/23 : LABEL version=0.0.0 13:21:55 ---> Running in 1d785f95be14 13:21:56 Removing intermediate container 1d785f95be14 13:21:56 ---> 7af77884e569 13:21:56 13:21:57 Successfully built 7af77884e569 13:21:57 Successfully tagged docker-core-data-go-arm64:latest 13:21:58  Building docker-core-data-go ... done Removing intermediate container 8658e137daaa 13:21:58 ---> 2d2a0d1cc94e 13:21:58 Step 20/26 : RUN pip install docker-compose==1.23.2 13:21:58 ---> Running in ce35c4f35f59 13:22:02 Collecting docker-compose==1.23.2 13:22:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:22:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:22:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:22:04 Collecting jsonschema<3,>=2.5.1 13:22:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:22:05 Collecting docker<4.0,>=3.6.0 13:22:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:22:06 Collecting texttable<0.10,>=0.9.0 13:22:06 Downloading texttable-0.9.1.tar.gz (11 kB) 13:22:07 Collecting dockerpty<0.5,>=0.4.1 13:22:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:22:09 Collecting websocket-client<1.0,>=0.32.0 13:22:09 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:22:10 Collecting cached-property<2,>=1.2.0 13:22:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:22:10 Collecting docopt<0.7,>=0.6.1 13:22:10 Downloading docopt-0.6.2.tar.gz (25 kB) 13:22:13 Collecting PyYAML<4,>=3.10 13:22:13 Downloading PyYAML-3.13.tar.gz (270 kB) 13:22:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:22:15 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) 13:22:15 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) 13:22:16 Collecting urllib3<1.25,>=1.21.1 13:22:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:22:16 Collecting idna<2.8,>=2.5 13:22:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:22:16 Collecting docker-pycreds>=0.4.0 13:22:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:22:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:22:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:22:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:22:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:22:18 Installing collected packages: urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, docopt, PyYAML, docker-compose 13:22:18 Attempting uninstall: urllib3 13:22:18 Found existing installation: urllib3 1.25.9 13:22:18 Uninstalling urllib3-1.25.9: 13:22:18 Successfully uninstalled urllib3-1.25.9 13:22:18 Attempting uninstall: idna 13:22:18 Found existing installation: idna 2.9 13:22:18 Uninstalling idna-2.9: 13:22:19 Successfully uninstalled idna-2.9 13:22:19 Attempting uninstall: requests 13:22:19 Found existing installation: requests 2.23.0 13:22:19 Uninstalling requests-2.23.0: 13:22:19 Successfully uninstalled requests-2.23.0 13:22:21 Running setup.py install for texttable: started 13:22:23 Running setup.py install for texttable: finished with status 'done' 13:22:23 Running setup.py install for dockerpty: started 13:22:25 Running setup.py install for dockerpty: finished with status 'done' 13:22:25 Running setup.py install for docopt: started 13:22:27 Running setup.py install for docopt: finished with status 'done' 13:22:27 Running setup.py install for PyYAML: started 13:22:29 Running setup.py install for PyYAML: finished with status 'done' 13:22:30 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 13:22:34 Removing intermediate container ce35c4f35f59 13:22:34 ---> 5836e1f62470 13:22:34 Step 21/26 : RUN apk --no-cache add curl 13:22:34 ---> Running in 9c2580547e7d 13:22:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:22:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:22:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:22:36 (2/3) Installing libcurl (7.69.1-r3) 13:22:36 (3/3) Installing curl (7.69.1-r3) 13:22:36 Executing busybox-1.31.1-r19.trigger 13:22:36 OK: 72 MiB in 58 packages 13:22:37 Removing intermediate container 9c2580547e7d 13:22:37 ---> 80dbf9ca9d13 13:22:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:22:37 ---> Running in 062deeffce91 13:22:37 Removing intermediate container 062deeffce91 13:22:37 ---> 8822cc16ce41 13:22:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:22:37 ---> Running in 7cb3b2f80ea1 13:22:38 Removing intermediate container 7cb3b2f80ea1 13:22:38 ---> bf8226a0a251 13:22:38 Step 24/26 : LABEL arch=arm64 13:22:38 ---> Running in 693921cb8386 13:22:39 Removing intermediate container 693921cb8386 13:22:39 ---> 6562ca2b4bed 13:22:39 Step 25/26 : LABEL git_sha=4e8507bf02f169bfeeba70db1f6d158394b064b0 13:22:39 ---> Running in 3cf785dbf63f 13:22:39 Removing intermediate container 3cf785dbf63f 13:22:39 ---> c3aba79164e4 13:22:39 Step 26/26 : LABEL version=0.0.0 13:22:39 ---> Running in b1b5f6fab9da 13:22:40 Removing intermediate container b1b5f6fab9da 13:22:40 ---> a66f71b1116f 13:22:40 13:22:40 Successfully built a66f71b1116f 13:22:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:22:41  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:22:41 $ docker stop --time=1 a11e3b464eafb0e93c67a2c5dc72641f2bd3527f1347ace59dcec3d663ff7a9c 13:22:43 $ docker rm -f a11e3b464eafb0e93c67a2c5dc72641f2bd3527f1347ace59dcec3d663ff7a9c [Pipeline] // withDockerContainer [Pipeline] sh 13:22:43 + + dockergrep images docker 13:22:43 13:22:44 docker-sys-mgmt-agent-go-arm64 latest a66f71b1116f 5 seconds ago 300MB 13:22:44 docker-core-data-go-arm64 latest 7af77884e569 48 seconds ago 21.3MB 13:22:44 docker-security-bootstrapper-go-arm64 latest 98cbbf504fbb About a minute ago 17.8MB 13:22:44 docker-core-command-go-arm64 latest 3201b4b57e98 About a minute ago 16.3MB 13:22:44 docker-core-metadata-go-arm64 latest 3005fee1cdf5 4 minutes ago 17.9MB 13:22:44 docker-support-notifications-go-arm64 latest d7451bc15e9b 4 minutes ago 16.9MB 13:22:44 docker-support-scheduler-go-arm64 latest 47755af01fa8 4 minutes ago 16.3MB 13:22:44 docker-security-secretstore-setup-go-arm64 latest 7ce34e109f86 4 minutes ago 23.7MB 13:22:44 docker-security-proxy-setup-go-arm64 latest 41e8399b727f 4 minutes ago 23.4MB 13:22:44 docker 20.10.0 eeaf43b92773 3 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 13:22:45 ---> job-cost.sh 13:22:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xr2C 13:23:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:25:00 lf-activate-venv(): INFO: Adding /tmp/venv-xr2C/bin to PATH 13:25:00 INFO: No Stack... 13:25:00 INFO: Retrieving Pricing Info for: lf-standard-4 13:25:00 INFO: Archiving Costs [Pipeline] sh 13:25:01 + + cutcat -d, /w/workspace/edgex-go/27/archives/cost.csv -f6 13:25:01 [Pipeline] lock 13:25:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-27-stack-cost] 13:25:01 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-27-stack-cost] did not exist. Created. 13:25:01 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-27-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:25:01 + echo total: 0.20999999344348907 [Pipeline] stash 13:25:01 Stashed 1 file(s) [Pipeline] } 13:25:01 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-27-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 13:25:03 provisioning config files... 13:25:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/27@tmp/config1734618003213026165tmp [Pipeline] { [Pipeline] sh 13:25:03 + set +x 13:25:03 + curl -s https://codecov.io/bash 13:25:03 + bash -s -- 13:25:04 13:25:04 _____ _ 13:25:04 / ____| | | 13:25:04 | | ___ __| | ___ ___ _____ __ 13:25:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:25:04 | |___| (_) | (_| | __/ (_| (_) \ V / 13:25:04 \_____\___/ \__,_|\___|\___\___/ \_/ 13:25:04 Bash-20210309-2b87ace 13:25:04 13:25:04 13:25:04 ==> git version 2.24.3 found 13:25:04 ==> 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 13:25:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:25:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:25:04 ==> Jenkins CI detected. 13:25:04 project root: . 13:25:04 --> token set from env 13:25:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:25:04 ==> Running gcov in . (disable via -X gcov) 13:25:04 ==> Python coveragepy not found 13:25:04 ==> Searching for coverage reports in: 13:25:04 + . 13:25:04 -> Found 1 reports 13:25:04 ==> Detecting git/mercurial file structure 13:25:04 ==> Reading reports 13:25:04 + ./coverage.out bytes=659965 13:25:04 ==> Appending adjustments 13:25:04 https://docs.codecov.io/docs/fixing-reports 13:25:08 + Found adjustments 13:25:08 ==> Gzipping contents 13:25:08 96K /tmp/codecov.7UNjYz.gz 13:25:08 ==> Uploading reports 13:25:08 url: https://codecov.io 13:25:08 query: branch=PR-3234&commit=4e8507bf02f169bfeeba70db1f6d158394b064b0&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 13:25:08 -> Pinging Codecov 13:25:08 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=4e8507bf02f169bfeeba70db1f6d158394b064b0&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 13:25:08 -> Uploading to 13:25:08 https://storage.googleapis.com/codecov/v4/raw/2021-03-23/00271124DB129430A58F1EEE437C3FCB/4e8507bf02f169bfeeba70db1f6d158394b064b0/0cf3902e-569d-4223-bf90-bfa64c2b1517.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T132508Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc032bc30e50df3518965515ce070a3d21f58c7b20f4566b7ccbc8b7ca55bd42 13:25:08 % Total % Received % Xferd Average Speed Time Time Time Current 13:25:08 Dload Upload Total Spent Left Speed 13:25:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96048 0 0 100 96048 0 192k --:--:-- --:--:-- --:--:-- 192k 13:25:08 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4e8507bf02f169bfeeba70db1f6d158394b064b0 [Pipeline] } 13:25:08 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 13:25:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:25:11 ---> package-listing.sh 13:25:11 ++ facter osfamily 13:25:11 ++ tr '[:upper:]' '[:lower:]' 13:25:11 + OS_FAMILY=redhat 13:25:11 + workspace=/w/workspace/edgex-go/27 13:25:11 + START_PACKAGES=/tmp/packages_start.txt 13:25:11 + END_PACKAGES=/tmp/packages_end.txt 13:25:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:25:11 + PACKAGES=/tmp/packages_start.txt 13:25:11 + '[' /w/workspace/edgex-go/27 ']' 13:25:11 + PACKAGES=/tmp/packages_end.txt 13:25:11 + case "${OS_FAMILY}" in 13:25:11 + rpm -qa 13:25:11 + sort 13:25:17 + '[' -f /tmp/packages_start.txt ']' 13:25:17 + '[' -f /tmp/packages_end.txt ']' 13:25:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:25:17 + '[' /w/workspace/edgex-go/27 ']' 13:25:17 + mkdir -p /w/workspace/edgex-go/27/archives/ 13:25:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] echo 13:25:17 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/27/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:25:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:25:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:25:17 13:25:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:25:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:25:18 alpine: Pulling from edgex-lftools-log-publisher 13:25:18 df20fa9351a1: Pulling fs layer 13:25:18 36b3adc4ff6f: Pulling fs layer 13:25:18 8ad3a11d3b57: Pulling fs layer 13:25:18 46f8f816bc3b: Pulling fs layer 13:25:18 93b61091891f: Pulling fs layer 13:25:18 93b9cdb0e59b: Pulling fs layer 13:25:18 5e14af77c1be: Pulling fs layer 13:25:18 01666e4c0597: Pulling fs layer 13:25:18 aa168da1d23b: Pulling fs layer 13:25:18 93b61091891f: Waiting 13:25:18 93b9cdb0e59b: Waiting 13:25:18 5e14af77c1be: Waiting 13:25:18 aa168da1d23b: Waiting 13:25:18 46f8f816bc3b: Waiting 13:25:18 36b3adc4ff6f: Download complete 13:25:18 46f8f816bc3b: Download complete 13:25:18 df20fa9351a1: Verifying Checksum 13:25:18 df20fa9351a1: Download complete 13:25:18 93b9cdb0e59b: Verifying Checksum 13:25:18 93b9cdb0e59b: Download complete 13:25:18 5e14af77c1be: Verifying Checksum 13:25:18 5e14af77c1be: Download complete 13:25:18 93b61091891f: Verifying Checksum 13:25:18 93b61091891f: Download complete 13:25:18 01666e4c0597: Verifying Checksum 13:25:18 01666e4c0597: Download complete 13:25:18 df20fa9351a1: Pull complete 13:25:18 8ad3a11d3b57: Verifying Checksum 13:25:18 8ad3a11d3b57: Download complete 13:25:18 36b3adc4ff6f: Pull complete 13:25:19 8ad3a11d3b57: Pull complete 13:25:19 46f8f816bc3b: Pull complete 13:25:20 aa168da1d23b: Verifying Checksum 13:25:20 aa168da1d23b: Download complete 13:25:21 93b61091891f: Pull complete 13:25:22 93b9cdb0e59b: Pull complete 13:25:22 5e14af77c1be: Pull complete 13:25:22 01666e4c0597: Pull complete 13:25:32 aa168da1d23b: Pull complete 13:25:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:25:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:25:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:25:32 prd-centos7-docker-4c-2g-31064 does not seem to be running inside a container 13:25:32 $ 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/27/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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 13:25:36 $ docker top 3b94ba9671227adc14c4387f956fd6bd15faa143e35fa8c803e60542fbc83d78 -eo pid,comm [Pipeline] { [Pipeline] sh 13:25:37 + touch /tmp/pre-build-complete [Pipeline] sh 13:25:37 + mkdir -p /var/log/sa [Pipeline] sh 13:25:38 + ls /var/log/sa-host 13:25:38 + sadf -c /var/log/sa-host/sa23 13:25:38 file_magic: OK 13:25:38 HZ: Using current value: 100 13:25:38 file_header: OK 13:25:38 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 13:25:38 Statistics: 13:25:38 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... 13:25:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:25:38 provisioning config files... 13:25:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config8567804449120965087tmp [Pipeline] { [Pipeline] echo 13:25:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:25:38 ---> create-netrc.sh [Pipeline] } 13:25:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:25:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:25:39 ---> python-tools-install.sh [Pipeline] echo 13:25:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:25:39 ---> sudo-logs.sh 13:25:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:25:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:25:39 ---> job-cost.sh 13:25:39 lf-activate-venv: SKIPPING 13:25:39 DEBUG: total: 0.20999999344348907 13:25:39 INFO: Retrieving Stack Cost... 13:25:40 INFO: Retrieving Pricing Info for: v1-standard-2 13:25:41 INFO: Archiving Costs [Pipeline] echo 13:25:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:25:41 ---> logs-deploy.sh 13:25:41 lf-activate-venv: SKIPPING 13:25:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/27 13:25:41 INFO: archiving workspace using pattern(s): 13:25:43 Archives upload complete. 13:25:43 INFO: archiving logs to Nexus 13:25:44 ---> uname -a: 13:25:44 Linux prd-centos7-docker-4c-2g-31064.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:25:44 13:25:44 13:25:44 ---> lscpu: 13:25:44 Architecture: x86_64 13:25:44 CPU op-mode(s): 32-bit, 64-bit 13:25:44 Byte Order: Little Endian 13:25:44 Address sizes: 40 bits physical, 48 bits virtual 13:25:44 CPU(s): 4 13:25:44 On-line CPU(s) list: 0-3 13:25:44 Thread(s) per core: 1 13:25:44 Core(s) per socket: 1 13:25:44 Socket(s): 4 13:25:44 NUMA node(s): 1 13:25:44 Vendor ID: GenuineIntel 13:25:44 CPU family: 6 13:25:44 Model: 44 13:25:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:25:44 Stepping: 1 13:25:44 CPU MHz: 2933.438 13:25:44 BogoMIPS: 5866.87 13:25:44 Virtualization: VT-x 13:25:44 Hypervisor vendor: KVM 13:25:44 Virtualization type: full 13:25:44 L1d cache: 128 KiB 13:25:44 L1i cache: 128 KiB 13:25:44 L2 cache: 16 MiB 13:25:44 L3 cache: 64 MiB 13:25:44 NUMA node0 CPU(s): 0-3 13:25:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:25:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:25:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:25:44 Vulnerability Meltdown: Mitigation; PTI 13:25:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:25:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:25:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:25:44 Vulnerability Srbds: Not affected 13:25:44 Vulnerability Tsx async abort: Not affected 13:25:44 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 13:25:44 13:25:44 13:25:44 ---> nproc: 13:25:44 4 13:25:44 13:25:44 13:25:44 ---> df -h: 13:25:44 Filesystem Size Used Available Use% Mounted on 13:25:44 overlay 50.0G 12.2G 37.8G 24% / 13:25:44 tmpfs 64.0M 0 64.0M 0% /dev 13:25:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:25:44 shm 64.0M 0 64.0M 0% /dev/shm 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/27 13:25:44 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/27@tmp 13:25:44 13:25:44 13:25:44 ---> free -m: 13:25:44 total used free shared buff/cache available 13:25:44 Mem: 1837 722 124 0 990 1030 13:25:44 Swap: 1023 60 963 13:25:44 13:25:44 13:25:44 ---> ip addr: 13:25:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:25:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:25:44 inet 127.0.0.1/8 scope host lo 13:25:44 valid_lft forever preferred_lft forever 13:25:44 inet6 ::1/128 scope host 13:25:44 valid_lft forever preferred_lft forever 13:25:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:25:44 link/ether fa:16:3e:9f:24:3c brd ff:ff:ff:ff:ff:ff 13:25:44 inet 10.30.123.58/23 brd 10.30.123.255 scope global dynamic eth0 13:25:44 valid_lft 84979sec preferred_lft 84979sec 13:25:44 inet6 fe80::f816:3eff:fe9f:243c/64 scope link 13:25:44 valid_lft forever preferred_lft forever 13:25:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:25:44 link/ether 02:42:68:37:b4:d6 brd ff:ff:ff:ff:ff:ff 13:25:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:25:44 valid_lft forever preferred_lft forever 13:25:44 inet6 fe80::42:68ff:fe37:b4d6/64 scope link 13:25:44 valid_lft forever preferred_lft forever 13:25:44 13:25:44 13:25:44 ---> sar -b -r -n DEV: 13:25:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 13:25:44 13:25:44 13:01:51 LINUX RESTART (4 CPU) 13:25:44 13:25:44 13:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:25:44 13:04:01 225.53 90.20 135.33 0.00 7282.50 49380.09 0.00 13:25:44 13:05:02 242.71 87.52 155.19 0.00 3289.05 19719.95 0.00 13:25:44 13:06:01 121.01 50.14 70.87 0.00 1792.73 9730.25 0.00 13:25:44 13:07:01 146.62 45.84 100.78 0.00 4885.06 30482.19 0.00 13:25:44 13:08:01 2002.39 1654.93 347.46 0.00 164226.90 215906.49 0.00 13:25:44 13:09:02 1612.10 1397.55 214.55 0.00 80630.34 92683.20 0.00 13:25:44 13:10:01 1956.18 1584.87 371.31 0.00 90574.89 119430.23 0.00 13:25:44 13:11:02 2533.91 2222.24 311.67 0.00 120181.40 132182.48 0.00 13:25:44 13:12:01 208.75 40.44 168.31 0.00 5048.66 21609.10 0.00 13:25:44 13:13:01 2.05 0.67 1.38 0.00 25.71 19.53 0.00 13:25:44 13:14:01 1.57 1.23 0.33 0.00 94.04 3.65 0.00 13:25:44 13:15:01 0.28 0.02 0.27 0.00 0.13 2.61 0.00 13:25:44 13:16:01 0.28 0.02 0.27 0.00 0.27 3.46 0.00 13:25:44 13:17:01 1.73 1.48 0.25 0.00 51.56 2.46 0.00 13:25:44 13:18:01 0.83 0.02 0.82 0.00 0.53 15.92 0.00 13:25:44 13:19:01 0.25 0.02 0.23 0.00 0.53 3.01 0.00 13:25:44 13:20:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 13:25:44 13:21:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 13:25:44 13:22:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 13:25:44 13:23:01 0.55 0.27 0.28 0.00 131.36 3.58 0.00 13:25:44 13:24:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 13:25:44 13:25:01 0.22 0.02 0.20 0.00 0.53 1.93 0.00 13:25:44 Average: 412.74 327.26 85.49 0.00 21821.41 31510.11 0.00 13:25:44 13:25:44 13:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:25:44 13:04:01 135396 0 671568 35.69 2104 1072476 1552432 52.98 568720 929768 1520 13:25:44 13:05:02 144388 0 792396 42.11 1052 943708 1543000 52.66 680972 772216 76688 13:25:44 13:06:01 257968 0 749508 39.83 828 873240 1370136 46.76 599944 729084 39548 13:25:44 13:07:01 68592 0 743336 39.51 652 1068964 1260356 43.01 654144 867656 61224 13:25:44 13:08:01 79952 0 860924 45.76 92 940576 2333912 79.65 744080 813212 74788 13:25:44 13:09:02 160260 0 887688 47.18 92 833504 1759388 60.04 707952 745756 21036 13:25:44 13:10:01 67648 0 790468 42.01 88 1023340 1958904 66.85 689724 895252 63860 13:25:44 13:11:02 267036 0 991224 52.68 84 623200 3161760 107.91 667712 683692 19116 13:25:44 13:12:01 487736 0 644740 34.27 84 748984 1221104 41.67 454828 690420 20 13:25:44 13:13:01 490248 0 641500 34.09 84 749712 1193360 40.73 452764 690604 16 13:25:44 13:14:01 488724 0 640196 34.03 84 752540 1187168 40.52 452276 693388 12 13:25:44 13:15:01 488872 0 640040 34.02 84 752548 1187168 40.52 452184 693388 8 13:25:44 13:16:01 489008 0 639896 34.01 84 752556 1187168 40.52 452080 693396 8 13:25:44 13:17:01 487704 0 640436 34.04 84 753320 1187168 40.52 452332 694016 12 13:25:44 13:18:01 487152 0 640872 34.06 84 753436 1187228 40.52 452348 694212 16 13:25:44 13:19:01 487332 0 640692 34.05 84 753436 1187168 40.52 452272 694212 16 13:25:44 13:20:01 487636 0 640372 34.03 84 753452 1187168 40.52 452148 694228 8 13:25:44 13:21:01 487440 0 640556 34.04 84 753464 1187168 40.52 452156 694228 12 13:25:44 13:22:01 487736 0 640256 34.03 84 753468 1187168 40.52 452284 694228 8 13:25:44 13:23:01 480276 0 643820 34.22 84 757364 1187252 40.52 458000 695324 8 13:25:44 13:24:01 480712 0 643364 34.19 84 757384 1187168 40.52 457788 695340 8 13:25:44 13:25:01 480288 0 643780 34.22 84 757392 1187264 40.52 458256 695356 8 13:25:44 Average: 363277 0 703074 37.37 280 814912 1436391 49.02 530226 734044 16270 13:25:44 13:25:44 13:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:25:44 13:04:01 vethc9986a4 25.03 27.08 2.38 23.44 0.00 0.00 0.00 0.00 13:25:44 13:04:01 eth0 1128.26 1162.57 5921.85 140.79 0.00 0.00 0.00 0.00 13:25:44 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:04:01 docker0 902.25 798.65 73.69 3064.32 0.00 0.00 0.00 0.00 13:25:44 13:05:02 eth0 136.51 117.14 476.66 21.06 0.00 0.00 0.00 0.00 13:25:44 13:05:02 vetha537994 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:25:44 13:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:05:02 docker0 97.67 103.43 7.55 446.21 0.00 0.00 0.00 0.00 13:25:44 13:06:01 eth0 34.16 24.04 18.49 69.47 0.00 0.00 0.00 0.00 13:25:44 13:06:01 vetha537994 2.47 2.47 0.20 0.20 0.00 0.00 0.00 0.00 13:25:44 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:06:01 docker0 2.47 2.47 0.17 0.20 0.00 0.00 0.00 0.00 13:25:44 13:07:01 eth0 219.32 175.39 1705.34 80.59 0.00 0.00 0.00 0.00 13:25:44 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:07:01 vethd302354 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 13:25:44 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:08:01 eth0 54.67 36.25 163.18 10.46 0.00 0.00 0.00 0.00 13:25:44 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:08:01 vethd302354 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 13:25:44 13:08:01 docker0 25.81 34.65 1.53 146.05 0.00 0.00 0.00 0.00 13:25:44 13:09:02 eth0 7.62 4.03 6.33 3.33 0.00 0.00 0.00 0.00 13:25:44 13:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:09:02 veth006d2c1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:25:44 13:09:02 vethd302354 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:10:01 eth0 247.64 178.09 1846.22 89.90 0.00 0.00 0.00 0.00 13:25:44 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:10:01 vethd302354 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 13:25:44 13:10:01 docker0 1078.86 1019.49 86.03 4228.75 0.00 0.00 0.00 0.00 13:25:44 13:11:02 veth6daf04c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:25:44 13:11:02 vethcadc142 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:25:44 13:11:02 eth0 49.53 32.34 48.98 75.14 0.00 0.00 0.00 0.00 13:25:44 13:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:12:01 eth0 51.62 28.75 190.28 13.20 0.00 0.00 0.00 0.00 13:25:44 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:12:01 docker0 1100.76 1050.63 87.64 4436.21 0.00 0.00 0.00 0.00 13:25:44 13:13:01 eth0 1.12 0.43 0.45 0.24 0.00 0.00 0.00 0.00 13:25:44 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:14:01 eth0 0.10 0.08 0.01 0.03 0.00 0.00 0.00 0.00 13:25:44 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:15:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:25:44 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:16:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:25:44 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:25:44 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:18:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 13:25:44 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:19:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:25:44 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:20:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:21:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:25:44 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:22:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:23:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 13:25:44 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:24:01 eth0 0.53 0.03 0.05 0.00 0.00 0.00 0.00 0.00 13:25:44 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:25:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 13:25:44 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 Average: eth0 87.87 80.06 471.68 22.89 0.00 0.00 0.00 0.00 13:25:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:25:44 Average: docker0 49.28 47.04 3.92 198.62 0.00 0.00 0.00 0.00 13:25:44 13:25:44 13:25:45 ---> sar -P ALL: 13:25:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 13:25:45 13:25:45 13:01:51 LINUX RESTART (4 CPU) 13:25:45 13:25:45 13:03:01 CPU %user %nice %system %iowait %steal %idle 13:25:45 13:04:01 all 16.62 0.00 9.64 2.65 0.18 70.91 13:25:45 13:04:01 0 16.11 0.00 12.16 3.32 0.19 68.21 13:25:45 13:04:01 1 12.75 0.00 8.38 2.33 0.19 76.35 13:25:45 13:04:01 2 19.81 0.00 9.36 2.88 0.19 67.77 13:25:45 13:04:01 3 17.84 0.00 8.68 2.07 0.16 71.26 13:25:45 13:05:02 all 38.41 0.00 12.22 5.13 0.17 44.07 13:25:45 13:05:02 0 38.45 0.00 11.70 3.59 0.14 46.12 13:25:45 13:05:02 1 38.35 0.00 11.74 7.16 0.19 42.55 13:25:45 13:05:02 2 37.52 0.00 12.44 5.68 0.18 44.19 13:25:45 13:05:02 3 39.34 0.00 13.00 4.08 0.19 43.39 13:25:45 13:06:01 all 48.24 0.00 13.13 3.56 0.10 34.97 13:25:45 13:06:01 0 48.49 0.00 13.16 3.18 0.11 35.06 13:25:45 13:06:01 1 48.05 0.00 13.38 3.32 0.07 35.19 13:25:45 13:06:01 2 47.13 0.00 13.77 3.85 0.11 35.14 13:25:45 13:06:01 3 49.27 0.00 12.24 3.91 0.11 34.48 13:25:45 13:07:01 all 29.49 0.00 11.98 2.13 0.13 56.27 13:25:45 13:07:01 0 28.81 0.00 11.88 0.74 0.14 58.42 13:25:45 13:07:01 1 29.90 0.00 12.45 2.32 0.16 55.16 13:25:45 13:07:01 2 28.44 0.00 10.84 2.69 0.10 57.93 13:25:45 13:07:01 3 30.79 0.00 12.75 2.75 0.14 53.57 13:25:45 13:08:01 all 19.46 0.00 29.23 24.67 0.30 26.34 13:25:45 13:08:01 0 18.65 0.00 29.38 22.89 0.37 28.71 13:25:45 13:08:01 1 19.87 0.00 28.97 22.73 0.23 28.21 13:25:45 13:08:01 2 19.41 0.00 29.16 25.59 0.34 25.50 13:25:45 13:08:01 3 19.90 0.00 29.40 27.53 0.25 22.92 13:25:45 13:09:02 all 57.41 0.00 19.54 12.54 0.20 10.32 13:25:45 13:09:02 0 58.03 0.00 19.00 11.31 0.21 11.45 13:25:45 13:09:02 1 56.82 0.00 19.63 14.85 0.21 8.48 13:25:45 13:09:02 2 57.62 0.00 19.19 12.13 0.20 10.87 13:25:45 13:09:02 3 57.16 0.00 20.34 11.89 0.16 10.45 13:25:45 13:10:01 all 18.74 0.00 21.73 29.06 0.23 30.23 13:25:45 13:10:01 0 18.81 0.00 21.55 31.85 0.25 27.54 13:25:45 13:10:01 1 18.68 0.00 21.65 27.18 0.25 32.25 13:25:45 13:10:01 2 18.90 0.00 21.78 30.24 0.25 28.83 13:25:45 13:10:01 3 18.58 0.00 21.96 26.93 0.18 32.35 13:25:45 13:11:02 all 34.87 0.00 22.38 25.06 0.22 17.48 13:25:45 13:11:02 0 34.48 0.00 22.36 23.99 0.21 18.96 13:25:45 13:11:02 1 35.49 0.00 21.81 25.88 0.21 16.62 13:25:45 13:11:02 2 35.17 0.00 22.12 25.33 0.23 17.15 13:25:45 13:11:02 3 34.31 0.00 23.28 25.03 0.22 17.17 13:25:45 13:12:01 all 24.65 0.00 8.49 11.27 0.06 55.52 13:25:45 13:12:01 0 25.31 0.00 8.92 9.78 0.05 55.94 13:25:45 13:12:01 1 24.47 0.00 7.74 14.69 0.05 53.05 13:25:45 13:12:01 2 24.28 0.00 8.59 14.18 0.07 52.88 13:25:45 13:12:01 3 24.56 0.00 8.71 6.47 0.07 60.20 13:25:45 13:13:01 all 0.17 0.00 0.05 0.01 0.00 99.77 13:25:45 13:13:01 0 0.10 0.00 0.05 0.03 0.00 99.82 13:25:45 13:13:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:25:45 13:13:01 2 0.03 0.00 0.05 0.00 0.00 99.92 13:25:45 13:13:01 3 0.55 0.00 0.05 0.00 0.02 99.38 13:25:45 13:14:01 all 0.16 0.00 0.03 0.00 0.01 99.79 13:25:45 13:14:01 0 0.05 0.00 0.05 0.00 0.00 99.90 13:25:45 13:14:01 1 0.42 0.00 0.02 0.00 0.02 99.55 13:25:45 13:14:01 2 0.05 0.00 0.03 0.00 0.03 99.88 13:25:45 13:14:01 3 0.13 0.00 0.03 0.00 0.00 99.83 13:25:45 13:25:45 13:14:01 CPU %user %nice %system %iowait %steal %idle 13:25:45 13:15:01 all 0.11 0.00 0.03 0.00 0.00 99.86 13:25:45 13:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:25:45 13:15:01 1 0.33 0.00 0.02 0.00 0.00 99.65 13:25:45 13:15:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:25:45 13:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:16:01 all 0.08 0.00 0.03 0.00 0.00 99.89 13:25:45 13:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 13:25:45 13:16:01 1 0.07 0.00 0.03 0.00 0.00 99.90 13:25:45 13:16:01 2 0.18 0.00 0.03 0.00 0.00 99.78 13:25:45 13:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:17:01 all 0.15 0.00 0.05 0.02 0.00 99.78 13:25:45 13:17:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:25:45 13:17:01 1 0.47 0.00 0.03 0.00 0.00 99.50 13:25:45 13:17:01 2 0.08 0.00 0.13 0.08 0.00 99.70 13:25:45 13:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:18:01 all 0.16 0.00 0.02 0.00 0.00 99.81 13:25:45 13:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:25:45 13:18:01 1 0.53 0.00 0.00 0.00 0.00 99.47 13:25:45 13:18:01 2 0.05 0.00 0.05 0.00 0.02 99.88 13:25:45 13:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:25:45 13:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 13:25:45 13:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:19:01 1 0.52 0.00 0.03 0.00 0.00 99.45 13:25:45 13:19:01 2 0.03 0.00 0.07 0.00 0.00 99.90 13:25:45 13:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:20:01 all 0.14 0.00 0.04 0.00 0.00 99.83 13:25:45 13:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:20:01 1 0.48 0.00 0.03 0.00 0.00 99.48 13:25:45 13:20:01 2 0.03 0.00 0.07 0.00 0.00 99.90 13:25:45 13:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:25:45 13:21:01 all 0.04 0.00 0.03 0.00 0.00 99.92 13:25:45 13:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:25:45 13:21:01 1 0.08 0.00 0.05 0.00 0.00 99.87 13:25:45 13:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:25:45 13:21:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:25:45 13:22:01 all 0.12 0.00 0.02 0.00 0.00 99.86 13:25:45 13:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:22:01 1 0.43 0.00 0.03 0.00 0.00 99.53 13:25:45 13:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:25:45 13:22:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:25:45 13:23:01 all 0.15 0.00 0.04 0.00 0.00 99.80 13:25:45 13:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:23:01 1 0.53 0.00 0.03 0.00 0.00 99.43 13:25:45 13:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 13:25:45 13:23:01 3 0.03 0.00 0.05 0.02 0.00 99.90 13:25:45 13:24:01 all 0.15 0.00 0.02 0.00 0.00 99.83 13:25:45 13:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:25:45 13:24:01 1 0.52 0.00 0.02 0.00 0.00 99.47 13:25:45 13:24:01 2 0.07 0.00 0.05 0.00 0.00 99.88 13:25:45 13:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:25:45 13:25:01 all 0.16 0.00 0.03 0.00 0.00 99.81 13:25:45 13:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:25:45 13:25:01 1 0.53 0.00 0.02 0.00 0.00 99.45 13:25:45 13:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:25:45 13:25:01 3 0.05 0.00 0.05 0.00 0.00 99.90 13:25:45 13:25:45 Average: CPU %user %nice %system %iowait %steal %idle 13:25:45 Average: all 12.72 0.00 6.52 5.08 0.07 75.60 13:25:45 Average: 0 12.65 0.00 6.61 4.85 0.07 75.81 13:25:45 Average: 1 12.73 0.00 6.42 5.29 0.07 75.50 13:25:45 Average: 2 12.70 0.00 6.49 5.38 0.08 75.35 13:25:45 Average: 3 12.82 0.00 6.58 4.80 0.07 75.74 13:25:45 13:25:45 13:25:45