Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f+a05352d37eb5b985ae670d360b56d8b81b9d117b (7e21f3d6ffdc9c5d578d128b5b62eb57e8f56185) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26733 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f Merge succeeded, producing e5074819b3820e3cae2aac12af7bd661d7652d55 Checking out Revision e5074819b3820e3cae2aac12af7bd661d7652d55 (PR-3172) > 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/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # 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 a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5074819b3820e3cae2aac12af7bd661d7652d55 # timeout=10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" > git rev-list --no-walk 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:19 ========================================================= 00:30:19 EdgeX Global Pipelines Version Info 00:30:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:21 ------------------- 00:30:21 stable info: 00:30:21 ------------------- 00:30:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:21 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:21 Message: update stable to v1.0.179 00:30:22 ------------------- 00:30:22 experimental info: 00:30:22 ------------------- 00:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:22 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3172 [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3172 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3172 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5074819b3820e3cae2aac12af7bd661d7652d55 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e507481 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:25 provisioning config files... 00:30:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8026134104930898790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:25 ---> docker-login.sh 00:30:25 nexus3.edgexfoundry.org:10001 00:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:26 Configure a credential helper to remove this warning. See 00:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:26 00:30:26 Login Succeeded 00:30:26 nexus3.edgexfoundry.org:10002 00:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:26 Configure a credential helper to remove this warning. See 00:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:26 00:30:26 Login Succeeded 00:30:26 nexus3.edgexfoundry.org:10003 00:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:26 Configure a credential helper to remove this warning. See 00:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:26 00:30:26 Login Succeeded 00:30:26 nexus3.edgexfoundry.org:10004 00:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:26 Configure a credential helper to remove this warning. See 00:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:26 00:30:26 Login Succeeded 00:30:26 docker.io 00:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 ---> docker-login.sh ends [Pipeline] } 00:30:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:27 ++ 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 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/core-command/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo core-command,cmd/core-command/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/core-data/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo core-data,cmd/core-data/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/core-metadata/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/support-notifications/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/support-scheduler/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:27 + for file in '`ls cmd/**/Dockerfile`' 00:30:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:27 ++ cut -d/ -f2 00:30:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:27 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 00:30:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:28 00:30:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:29 latest: Pulling from edgex-devops/git-semver 00:30:29 31603596830f: Pulling fs layer 00:30:29 2a8b12db71e7: Pulling fs layer 00:30:29 6ca5941a6612: Pulling fs layer 00:30:29 ecc8261a40a4: Pulling fs layer 00:30:29 2a8b12db71e7: Verifying Checksum 00:30:29 2a8b12db71e7: Download complete 00:30:29 31603596830f: Verifying Checksum 00:30:29 31603596830f: Download complete 00:30:29 ecc8261a40a4: Verifying Checksum 00:30:29 ecc8261a40a4: Download complete 00:30:29 6ca5941a6612: Verifying Checksum 00:30:29 6ca5941a6612: Download complete 00:30:29 31603596830f: Pull complete 00:30:29 2a8b12db71e7: Pull complete 00:30:30 6ca5941a6612: Pull complete 00:30:30 ecc8261a40a4: Pull complete 00:30:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:31 prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container 00:30:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat 00:30:34 $ docker top d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:34 [ssh-agent] Looking for ssh-agent implementation... 00:30:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:34 $ docker exec d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent 00:30:34 SSH_AUTH_SOCK=/tmp/ssh-Xz7F16919hQ0/agent.11 00:30:34 SSH_AGENT_PID=16 00:30:34 Running ssh-add (command line suppressed) 00:30:35 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4805979858335710320.key (/w/workspace/edgex-go/2@tmp/private_key_4805979858335710320.key) 00:30:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:35 + git tag --points-at HEAD [Pipeline] } 00:30:35 $ docker exec --env ******** --env ******** d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent -k 00:30:35 unset SSH_AUTH_SOCK; 00:30:35 unset SSH_AGENT_PID; 00:30:35 echo Agent pid 16 killed; 00:30:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:35 [ssh-agent] Looking for ssh-agent implementation... 00:30:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:36 $ docker exec d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent 00:30:36 SSH_AUTH_SOCK=/tmp/ssh-SlOnPAdRLBe1/agent.46 00:30:36 SSH_AGENT_PID=51 00:30:36 Running ssh-add (command line suppressed) 00:30:36 Identity added: /w/workspace/edgex-go/2@tmp/private_key_9115000656594153415.key (/w/workspace/edgex-go/2@tmp/private_key_9115000656594153415.key) 00:30:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:36 + git semver init 00:30:36 # -> Open(): unable to determine branch for HEAD 00:30:36 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:36 # $SEMVER_REMOTE_NAME = origin 00:30:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:36 # $SEMVER_USER_NAME = edgex-jenkins 00:30:36 # $SEMVER_BRANCH = PR-3172 00:30:36 # $SEMVER_TEMP = /tmp/semver-409852587 00:30:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:10 # '/tmp/semver-409852587' -> '/w/workspace/edgex-go/2/.semver' 00:31:10 # -> Force: false 00:31:10 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:10 $ docker exec --env ******** --env ******** d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent -k 00:31:10 unset SSH_AUTH_SOCK; 00:31:10 unset SSH_AGENT_PID; 00:31:10 echo Agent pid 51 killed; 00:31:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:10 + git semver [Pipeline] } 00:31:10 $ docker stop --time=1 d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 00:31:12 $ docker rm -f d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:13 Stashed 1 file(s) [Pipeline] echo 00:31:13 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:15 + sudo service docker restart 00:31:15 + true 00:31:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:16 ========================================================= 00:31:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:20 Sending build context to Docker daemon 327.9MB 00:31:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:20 Step 2/6 : FROM ${BASE} 00:31:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:20 188c0c94c7c5: Pulling fs layer 00:31:20 0ef7d3d256c8: Pulling fs layer 00:31:20 de9db76c5a1d: Pulling fs layer 00:31:20 bca2f99d35d6: Pulling fs layer 00:31:20 93359f2a8cfa: Pulling fs layer 00:31:20 7c6f9722023f: Pulling fs layer 00:31:20 a35cf1a2eb13: Pulling fs layer 00:31:20 93359f2a8cfa: Waiting 00:31:20 7c6f9722023f: Waiting 00:31:20 a35cf1a2eb13: Waiting 00:31:20 de9db76c5a1d: Verifying Checksum 00:31:20 de9db76c5a1d: Download complete 00:31:20 0ef7d3d256c8: Verifying Checksum 00:31:20 0ef7d3d256c8: Download complete 00:31:20 93359f2a8cfa: Verifying Checksum 00:31:20 93359f2a8cfa: Download complete 00:31:20 188c0c94c7c5: Verifying Checksum 00:31:20 188c0c94c7c5: Download complete 00:31:20 7c6f9722023f: Verifying Checksum 00:31:20 7c6f9722023f: Download complete 00:31:20 188c0c94c7c5: Pull complete 00:31:21 0ef7d3d256c8: Pull complete 00:31:21 de9db76c5a1d: Pull complete 00:31:22 a35cf1a2eb13: Verifying Checksum 00:31:22 a35cf1a2eb13: Download complete 00:31:23 bca2f99d35d6: Verifying Checksum 00:31:23 bca2f99d35d6: Download complete 00:31:28 bca2f99d35d6: Pull complete 00:31:28 93359f2a8cfa: Pull complete 00:31:28 7c6f9722023f: Pull complete 00:31:29 Still waiting to schedule task 00:31:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:35 a35cf1a2eb13: Pull complete 00:31:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:35 ---> a62c8e92a672 00:31:35 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 00:31:35 ---> Running in b5ceb184d6f8 00:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:36 (1/12) Installing libmagic (5.38-r0) 00:31:36 (2/12) Installing file (5.38-r0) 00:31:36 (3/12) Installing libc-dev (0.7.2-r3) 00:31:36 (4/12) Installing g++ (9.3.0-r2) 00:31:43 (5/12) Installing fortify-headers (1.1-r0) 00:31:43 (6/12) Installing patch (2.7.6-r6) 00:31:43 (7/12) Installing build-base (0.5-r2) 00:31:43 (8/12) Installing libsodium (1.0.18-r0) 00:31:43 (9/12) Installing pkgconf (1.7.2-r0) 00:31:43 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:43 (11/12) Installing libzmq (4.3.3-r0) 00:31:43 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:43 Executing busybox-1.31.1-r19.trigger 00:31:43 OK: 233 MiB in 51 packages 00:31:46 Removing intermediate container b5ceb184d6f8 00:31:46 ---> f26ca00a7af8 00:31:46 Step 4/6 : WORKDIR /edgex-go 00:31:46 ---> Running in 564605afd869 00:31:46 Removing intermediate container 564605afd869 00:31:46 ---> a1d6ee76066c 00:31:46 Step 5/6 : COPY go.mod . 00:31:47 ---> 8bdf222a76e7 00:31:47 Step 6/6 : RUN go mod download 00:31:47 ---> Running in b48b83a8773f 00:32:09 Removing intermediate container b48b83a8773f 00:32:09 ---> 6714b7a946cd 00:32:09 Successfully built 6714b7a946cd 00:32:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:09 + docker inspect -f . ci-base-image-x86_64 00:32:09 . [Pipeline] withDockerContainer 00:32:09 prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container 00:32:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 00:32:11 $ docker top bd35b43057b9860de106b94dbc65700f2e99ffb601b56e0fd316bbe5f1ebb4e1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:11 + go version 00:32:11 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:11 $ docker stop --time=1 bd35b43057b9860de106b94dbc65700f2e99ffb601b56e0fd316bbe5f1ebb4e1 00:32:13 $ docker rm -f bd35b43057b9860de106b94dbc65700f2e99ffb601b56e0fd316bbe5f1ebb4e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:13 + docker inspect -f . ci-base-image-x86_64 00:32:13 . [Pipeline] withDockerContainer 00:32:14 prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container 00:32:14 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 00:32:14 $ docker top 32e7903edc233659ab7fafe430934d1d782ea6f639c5d347be40619a061cddb0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:15 ========================================================= 00:32:15 [edgeXBuildGoParallel] Running Tests and Build... 00:32:15 ========================================================= [Pipeline] sh 00:32:15 + make test 00:32:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:23 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:32:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.065s coverage: 100.0% of statements 00:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.3% of statements 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.389s coverage: 28.6% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.413s coverage: 92.8% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.4% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 68.9% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.262s coverage: 84.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.111s coverage: 89.4% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.686s coverage: 29.1% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements 00:33:25 GO111MODULE=on go vet ./... 00:33:52 gofmt -l . 00:33:52 [ "`gofmt -l .`" = "" ] 00:33:52 ./bin/test-go-mod-tidy.sh 00:33:52 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:52 + ls -al . 00:33:52 total 700 00:33:52 drwxrwxr-x 10 1001 1001 4096 Feb 18 00:33 . 00:33:52 drwxr-xr-x 4 root root 28 Feb 18 00:32 .. 00:33:52 -rw-rw-r-- 1 1001 1001 11 Feb 18 00:30 .dockerignore 00:33:52 drwxrwxr-x 8 1001 1001 179 Feb 18 00:30 .git 00:33:52 drwxrwxr-x 3 1001 1001 125 Feb 18 00:30 .github 00:33:52 -rw-rw-r-- 1 1001 1001 818 Feb 18 00:30 .gitignore 00:33:52 drwx------ 3 1001 1001 60 Feb 18 00:31 .semver 00:33:52 -rw-rw-r-- 1 1001 1001 166 Feb 18 00:30 .sonarcloud.properties 00:33:52 -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:30 Attribution.txt 00:33:52 -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:30 CONTRIBUTING.md 00:33:52 -rw-rw-r-- 1 1001 1001 931 Feb 18 00:30 Dockerfile.build 00:33:52 -rw-rw-r-- 1 1001 1001 863 Feb 18 00:30 Jenkinsfile 00:33:52 -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:30 LICENSE 00:33:52 -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:30 Makefile 00:33:52 -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:30 README.md 00:33:52 -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:30 SECURITY.md 00:33:52 -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION 00:33:52 -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:30 ZMQWindows.md 00:33:52 drwxrwxr-x 2 1001 1001 117 Feb 18 00:30 bin 00:33:52 drwxrwxr-x 14 1001 1001 4096 Feb 18 00:30 cmd 00:33:52 -rw-r--r-- 1 root root 596907 Feb 18 00:33 coverage.out 00:33:52 -rw-r--r-- 1 root root 1054 Feb 18 00:33 go.mod 00:33:52 -rw-r--r-- 1 root root 19400 Feb 18 00:33 go.sum 00:33:52 drwxrwxr-x 8 1001 1001 127 Feb 18 00:30 internal 00:33:52 drwxrwxr-x 4 1001 1001 26 Feb 18 00:30 openapi 00:33:52 drwxrwxr-x 4 1001 1001 71 Feb 18 00:30 snap 00:33:52 -rw-rw-r-- 1 1001 1001 168 Feb 18 00:30 version.go [Pipeline] sh 00:33:52 + '[' -e coverage.out ] 00:33:52 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:53 Stashed 1 file(s) [Pipeline] sh 00:33:53 + make build 00:33:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26740 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws 00:34:04 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:10 using credential edgex-jenkins-ssh 00:34:10 Cloning the remote Git repository 00:34:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:10 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:10 > git --version # timeout=10 00:34:10 > git --version # 'git version 2.17.1' 00:34:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:17 $ docker stop --time=1 32e7903edc233659ab7fafe430934d1d782ea6f639c5d347be40619a061cddb0 00:34:19 $ docker rm -f 32e7903edc233659ab7fafe430934d1d782ea6f639c5d347be40619a061cddb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:22 00:34:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:23 latest: Pulling from edgex-devops/edgex-compose 00:34:23 cbdbe7a5bc2a: Pulling fs layer 00:34:23 ca9280d653b3: Pulling fs layer 00:34:23 7e9c9ca2126c: Pulling fs layer 00:34:23 cbdbe7a5bc2a: Download complete 00:34:23 cbdbe7a5bc2a: Pull complete 00:34:23 ca9280d653b3: Verifying Checksum 00:34:23 ca9280d653b3: Download complete 00:34:24 7e9c9ca2126c: Download complete 00:34:24 ca9280d653b3: Pull complete 00:34:31 7e9c9ca2126c: Pull complete 00:34:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:31 prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container 00:34:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat 00:34:34 $ docker top d72a5799ca79c59de5ae1bbd189345a5dda2692dc64cefb40e36a21b9411802d -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:35 + docker-compose build --help 00:34:35 + grep parallel 00:34:36 --parallel Build images in parallel. [Pipeline] } 00:34:36 $ docker stop --time=1 d72a5799ca79c59de5ae1bbd189345a5dda2692dc64cefb40e36a21b9411802d 00:34:37 $ docker rm -f d72a5799ca79c59de5ae1bbd189345a5dda2692dc64cefb40e36a21b9411802d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:39 . [Pipeline] withDockerContainer 00:34:39 prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container 00:34:39 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:40 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f 00:34:40 $ docker top 0bd87076bc122d33aeb53c7967f254e099f5f6a879c179a563f2b4cc9e65dcdc -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:40 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:41 Merge succeeded, producing 11d6d71fb4505621632f5d5e4f1431811a7aa781 00:34:41 Checking out Revision 11d6d71fb4505621632f5d5e4f1431811a7aa781 (PR-3172) 00:34:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:40 > git config core.sparsecheckout # timeout=10 00:34:40 > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 00:34:40 > git remote # timeout=10 00:34:40 > git config --get remote.origin.url # timeout=10 00:34:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:40 > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 00:34:41 > git rev-parse HEAD^{commit} # timeout=10 00:34:41 > git config core.sparsecheckout # timeout=10 00:34:41 > git checkout -f 11d6d71fb4505621632f5d5e4f1431811a7aa781 # timeout=10 00:34:41 Building docker-core-command-go ... 00:34:41 Building docker-core-data-go ... 00:34:41 Building docker-core-metadata-go ... 00:34:41 Building docker-security-bootstrapper-go ... 00:34:41 Building docker-security-proxy-setup-go ... 00:34:41 Building docker-security-secretstore-setup-go ... 00:34:41 Building docker-support-notifications-go ... 00:34:41 Building docker-support-scheduler-go ... 00:34:41 Building docker-sys-mgmt-agent-go ... 00:34:41 Building docker-sys-mgmt-agent-go 00:34:41 Building docker-support-notifications-go 00:34:41 Building docker-core-command-go 00:34:41 Building docker-security-secretstore-setup-go 00:34:41 Building docker-security-bootstrapper-go 00:34:45 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" 00:34:45 > git rev-list --no-walk 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:47 + true 00:34:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:49 provisioning config files... 00:34:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3425524168626433959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:50 ---> docker-login.sh 00:34:50 nexus3.edgexfoundry.org:10001 00:34:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:51 Configure a credential helper to remove this warning. See 00:34:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:51 00:34:51 Login Succeeded 00:34:51 nexus3.edgexfoundry.org:10002 00:34:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:52 Configure a credential helper to remove this warning. See 00:34:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:52 00:34:52 Login Succeeded 00:34:52 nexus3.edgexfoundry.org:10003 00:34:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:52 Configure a credential helper to remove this warning. See 00:34:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:52 00:34:52 Login Succeeded 00:34:52 nexus3.edgexfoundry.org:10004 00:34:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:53 Configure a credential helper to remove this warning. See 00:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:53 00:34:53 Login Succeeded 00:34:53 docker.io 00:34:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:53 Configure a credential helper to remove this warning. See 00:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:53 00:34:53 Login Succeeded 00:34:53 ---> docker-login.sh ends [Pipeline] } 00:34:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:54 ========================================================= 00:34:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:54 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:34:57 Sending build context to Docker daemon 166.3MB 00:34:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:57 Step 2/6 : FROM ${BASE} 00:34:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:57 5f621e34cdf4: Pulling fs layer 00:34:57 a4357932f1b6: Pulling fs layer 00:34:57 18c013af1878: Pulling fs layer 00:34:57 00ac8860ef70: Pulling fs layer 00:34:57 63d7cb157983: Pulling fs layer 00:34:57 b116817d02f9: Pulling fs layer 00:34:57 745a02a5169b: Pulling fs layer 00:34:57 00ac8860ef70: Waiting 00:34:57 63d7cb157983: Waiting 00:34:57 b116817d02f9: Waiting 00:34:57 745a02a5169b: Waiting 00:34:57 18c013af1878: Verifying Checksum 00:34:57 18c013af1878: Download complete 00:34:57 a4357932f1b6: Download complete 00:34:57 63d7cb157983: Verifying Checksum 00:34:57 63d7cb157983: Download complete 00:34:57 b116817d02f9: Verifying Checksum 00:34:57 b116817d02f9: Download complete 00:34:57 5f621e34cdf4: Download complete 00:34:57 5f621e34cdf4: Pull complete 00:34:58 a4357932f1b6: Pull complete 00:34:58 18c013af1878: Pull complete 00:34:59 745a02a5169b: Verifying Checksum 00:34:59 745a02a5169b: Download complete 00:35:01 00ac8860ef70: Verifying Checksum 00:35:01 00ac8860ef70: Download complete 00:35:11 00ac8860ef70: Pull complete 00:35:11 63d7cb157983: Pull complete 00:35:11 b116817d02f9: Pull complete 00:35:13 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:13 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:35:13 ---> 6714b7a946cd 00:35:13 Step 3/30 : WORKDIR /edgex-go 00:35:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:13 ---> 6714b7a946cd 00:35:13 Step 3/24 : WORKDIR /edgex-go 00:35:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:13 ---> 6714b7a946cd 00:35:13 Step 3/23 : WORKDIR /edgex-go 00:35:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:13 ---> 6714b7a946cd 00:35:13 Step 3/22 : WORKDIR /edgex-go 00:35:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:13 ---> 6714b7a946cd 00:35:13 Step 3/26 : WORKDIR /edgex-go 00:35:13 ---> Running in a284e52b66b9 00:35:13 ---> Running in ec865ce03bed 00:35:13 ---> Running in ff5befc27627 00:35:13 ---> Running in eab684c2550f 00:35:13 ---> Running in 4dc717a39fab 00:35:13 Removing intermediate container ff5befc27627 00:35:13 ---> bbe2cc12f609 00:35:13 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:13 Removing intermediate container eab684c2550f 00:35:13 ---> 617b5e5a401f 00:35:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:13 Removing intermediate container 4dc717a39fab 00:35:13 ---> 00123f6472c9 00:35:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:13 Removing intermediate container a284e52b66b9 00:35:13 ---> 76ba0b581e39 00:35:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:13 Removing intermediate container ec865ce03bed 00:35:13 ---> 059b0502d7b9 00:35:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:13 ---> Running in 9cdd80bbf33a 00:35:13 ---> Running in e0ead46fbcc5 00:35:13 ---> Running in 56ab935073ca 00:35:13 ---> Running in a6652ce199bf 00:35:13 ---> Running in 5b05a101e558 00:35:14 Removing intermediate container 9cdd80bbf33a 00:35:14 ---> 0ef1d1eecfe4 00:35:14 Step 5/30 : RUN apk add --update --no-cache make git 00:35:14 ---> Running in ec7f4e61e5a9 00:35:14 Removing intermediate container 56ab935073ca 00:35:14 ---> 58e25362e74f 00:35:14 Step 5/24 : RUN apk add --update --no-cache make git 00:35:14 Removing intermediate container e0ead46fbcc5 00:35:14 ---> a648b4537469 00:35:14 Step 5/23 : RUN apk add --update --no-cache make git 00:35:14 Removing intermediate container a6652ce199bf 00:35:14 ---> 6c20d1e0d546 00:35:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:14 745a02a5169b: Pull complete 00:35:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:14 ---> b7e6874047d6 00:35:14 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 00:35:15 Removing intermediate container 5b05a101e558 00:35:15 ---> 82b180c52382 00:35:15 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:15 ---> Running in 17e8d619755a 00:35:15 ---> Running in 8612354309c2 00:35:15 ---> Running in 1401f35af3ed 00:35:15 ---> Running in 41a71a3d41d9 00:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:18 ---> Running in 87ad87027ac9 00:35:18 OK: 233 MiB in 51 packages 00:35:19 OK: 233 MiB in 51 packages 00:35:19 Removing intermediate container ec7f4e61e5a9 00:35:19 ---> 0c1056040979 00:35:19 Step 6/30 : COPY go.mod . 00:35:19 OK: 233 MiB in 51 packages 00:35:19 OK: 233 MiB in 51 packages 00:35:19 ---> f55eaa67620c 00:35:19 Step 7/30 : RUN go mod download 00:35:19 ---> Running in 9b8b4c42a478 00:35:19 Removing intermediate container 8612354309c2 00:35:19 ---> 09df04c3be8b 00:35:19 Step 6/23 : COPY go.mod . 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:19 ---> 7f0d3e3a628d 00:35:19 Step 7/23 : RUN go mod download 00:35:20 OK: 233 MiB in 51 packages 00:35:20 ---> Running in 8548c3cc418d 00:35:20 Removing intermediate container 41a71a3d41d9 00:35:20 ---> 173e107ba79b 00:35:20 Step 6/22 : COPY go.mod . 00:35:20 Removing intermediate container 1401f35af3ed 00:35:20 ---> c5517da735bf 00:35:20 Step 6/26 : COPY go.mod . 00:35:20 ---> b47d9bb87bdb 00:35:20 Step 7/22 : RUN go mod download 00:35:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:20 ---> 4d38bf56fa10 00:35:20 Step 7/26 : RUN go mod download 00:35:20 ---> Running in 77cae324f19f 00:35:20 ---> Running in f72b32c55e12 00:35:21 Removing intermediate container 17e8d619755a 00:35:21 ---> ea4728669ee4 00:35:21 Step 6/24 : COPY go.mod . 00:35:21 ---> 1f6a295c6d57 00:35:21 Step 7/24 : RUN go mod download 00:35:21 ---> Running in f6e7e6618eb8 00:35:22 (1/12) Installing libmagic (5.38-r0) 00:35:22 (2/12) Installing file (5.38-r0) 00:35:22 Removing intermediate container 8548c3cc418d 00:35:22 ---> 5cb6e8655989 00:35:22 Step 8/23 : COPY . . 00:35:22 (3/12) Installing libc-dev (0.7.2-r3) 00:35:22 (4/12) Installing g++ (9.3.0-r2) 00:35:22 Removing intermediate container 9b8b4c42a478 00:35:22 ---> 5178f21adb26 00:35:22 Step 8/30 : COPY . . 00:35:24 Removing intermediate container 77cae324f19f 00:35:24 ---> 6c65e53a1a77 00:35:24 Step 8/22 : COPY . . 00:35:27 Removing intermediate container f72b32c55e12 00:35:27 ---> e54fc6c0f3c1 00:35:27 Step 8/26 : COPY . . 00:35:27 (5/12) Installing fortify-headers (1.1-r0) 00:35:27 (6/12) Installing patch (2.7.6-r6) 00:35:27 (7/12) Installing build-base (0.5-r2) 00:35:27 (8/12) Installing libsodium (1.0.18-r0) 00:35:27 (9/12) Installing pkgconf (1.7.2-r0) 00:35:27 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:27 (11/12) Installing libzmq (4.3.3-r0) 00:35:27 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:27 Executing busybox-1.31.1-r19.trigger 00:35:27 OK: 217 MiB in 51 packages 00:35:32 Removing intermediate container 87ad87027ac9 00:35:32 ---> ecaf94dbcec7 00:35:32 Step 4/6 : WORKDIR /edgex-go 00:35:32 ---> Running in df0efacf8d01 00:35:32 Removing intermediate container df0efacf8d01 00:35:32 ---> bdd18b6c5926 00:35:32 Step 5/6 : COPY go.mod . 00:35:33 ---> 1948dcb7729c 00:35:33 Step 6/6 : RUN go mod download 00:35:33 ---> Running in d72723c719d5 00:35:34 Removing intermediate container f6e7e6618eb8 00:35:34 ---> 302c1fb0a4be 00:35:34 Step 8/24 : COPY . . 00:36:06 Removing intermediate container d72723c719d5 00:36:06 ---> 8ed800c65d75 00:36:06 Successfully built 8ed800c65d75 00:36:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:06 + docker inspect -f . ci-base-image-arm64 00:36:06 . [Pipeline] withDockerContainer 00:36:06 prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container 00:36:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 00:36:07 ---> 511370645531 00:36:07 Step 9/23 : RUN make cmd/core-command/core-command 00:36:07 ---> 7763298c3a42 00:36:07 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:36:07 ---> 1a76852748dd 00:36:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:08 $ docker top b1f377b87e8e01809470e8d4292bb6ac3f09284b11174ff933fc9e0fa0ef1818 -eo pid,comm 00:36:08 ---> e599e6ef36c4 00:36:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:08 ---> Running in 4558d0a82496 00:36:08 ---> Running in f826dc5d4b55 00:36:08 ---> Running in 3ba4d14547f7 00:36:08 ---> Running in 0b35a5b489ba 00:36:08 ---> 4d2897c1922e 00:36:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] { [Pipeline] sh 00:36:08 ---> Running in 2600fe6cb4f5 00:36:09 + go version 00:36:09 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:09 $ docker stop --time=1 b1f377b87e8e01809470e8d4292bb6ac3f09284b11174ff933fc9e0fa0ef1818 00:36:09 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 00:36:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36: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 00:36:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:11 $ docker rm -f b1f377b87e8e01809470e8d4292bb6ac3f09284b11174ff933fc9e0fa0ef1818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:12 + docker inspect -f . ci-base-image-arm64 00:36:12 . [Pipeline] withDockerContainer 00:36:12 prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container 00:36:12 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 00:36:14 $ docker top cd24e3581727cc35a1cad6ee76553e6da958316066b860ce1536574903485ca5 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:15 ========================================================= 00:36:15 [edgeXBuildGoParallel] Running Tests and Build... 00:36:15 ========================================================= [Pipeline] sh 00:36:15 + make test 00:36:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36:41 Removing intermediate container f826dc5d4b55 00:36:41 ---> 65177f822e16 00:36:41 00:36:41 Step 10/30 : FROM alpine:3.12 00:36:41 Removing intermediate container 0b35a5b489ba 00:36:41 ---> 7bb20371f557 00:36:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:36:41 3.12: Pulling from library/alpine 00:36:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:42 ---> Running in c67d19c12412 00:36:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:42 Status: Downloaded newer image for alpine:3.12 00:36:42 ---> 389fef711851 00:36:42 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:36:44 ---> Running in 8d598bc91f24 00:36:44 Removing intermediate container 2600fe6cb4f5 00:36:44 ---> 70b24dbfaaa6 00:36:44 00:36:44 Step 10/24 : FROM alpine:3.12 00:36:44 ---> 389fef711851 00:36:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:44 ---> Running in 8034502b88a6 00:36:45 Removing intermediate container 8d598bc91f24 00:36:45 ---> 1a55d198072e 00:36:45 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:36:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36:47 ---> Running in eca7bc078902 00:36:47 Removing intermediate container 3ba4d14547f7 00:36:47 ---> 54eb2aa82f81 00:36:47 00:36:47 Step 10/23 : FROM alpine:3.12 00:36:47 ---> 389fef711851 00:36:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:36:47 Removing intermediate container 4558d0a82496 00:36:47 ---> fcc2846ae643 00:36:47 00:36:47 Step 10/22 : FROM alpine:3.12 00:36:47 ---> 389fef711851 00:36:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:36:47 ---> Running in bc5b3124af71 00:36:47 ---> Running in d8bdd69b6624 00:36:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:47 (1/5) Installing ca-certificates (20191127-r4) 00:36:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:48 (3/5) Installing libcurl (7.69.1-r3) 00:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:48 (4/5) Installing curl (7.69.1-r3) 00:36:48 (5/5) Installing dumb-init (1.2.2-r1) 00:36:48 Executing busybox-1.31.1-r19.trigger 00:36:48 Executing ca-certificates-20191127-r4.trigger 00:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:48 (1/2) Installing dumb-init (1.2.2-r1) 00:36:48 (2/2) Installing su-exec (0.2-r1) 00:36:48 Executing busybox-1.31.1-r19.trigger 00:36:48 OK: 6 MiB in 16 packages 00:36:49 OK: 7 MiB in 19 packages 00:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:49 (1/1) Installing dumb-init (1.2.2-r1) 00:36:49 Executing busybox-1.31.1-r19.trigger 00:36:49 (1/2) Installing ca-certificates (20191127-r4) 00:36:49 OK: 6 MiB in 15 packages 00:36:49 (2/2) Installing dumb-init (1.2.2-r1) 00:36:49 Executing busybox-1.31.1-r19.trigger 00:36:49 Executing ca-certificates-20191127-r4.trigger 00:36:49 OK: 6 MiB in 16 packages 00:36:50 Removing intermediate container c67d19c12412 00:36:50 ---> 3e420fdd7cca 00:36:50 00:36:50 Step 11/26 : FROM docker:20.10.0 00:36:51 20.10.0: Pulling from library/docker 00:36:51 Removing intermediate container eca7bc078902 00:36:51 ---> 585de621a0d3 00:36:51 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:36:51 Removing intermediate container 8034502b88a6 00:36:51 ---> de9c9f7d37ad 00:36:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:52 ---> Running in 3caca86452dc 00:36:52 Removing intermediate container d8bdd69b6624 00:36:52 ---> 53320ecc3cd7 00:36:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:52 Removing intermediate container bc5b3124af71 00:36:52 ---> 203da2dc6be5 00:36:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:36:52 ---> Running in 335eacc6cdfc 00:36:52 ---> Running in d2ebd4ffe921 00:36:52 ---> Running in d91701869c88 00:36:52 Removing intermediate container 3caca86452dc 00:36:52 ---> efed52d01060 00:36:52 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:36:53 Removing intermediate container 335eacc6cdfc 00:36:53 ---> 6a4215504984 00:36:53 Step 13/24 : WORKDIR / 00:36:53 ---> Running in 5d6dbc7d52a2 00:36:53 Removing intermediate container d91701869c88 00:36:53 ---> bf24428045b4 00:36:53 Step 13/22 : ENV APP_PORT=48060 00:36:53 Removing intermediate container d2ebd4ffe921 00:36:53 ---> 2b05d271876f 00:36:53 Step 13/23 : ENV APP_PORT=48082 00:36:53 ---> Running in de78d2adb57d 00:36:53 ---> Running in 918bfa0033b0 00:36:53 ---> Running in 8dfda6e5f902 00:36:53 Removing intermediate container 5d6dbc7d52a2 00:36:53 ---> 5696113cd026 00:36:53 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:36:53 Removing intermediate container 918bfa0033b0 00:36:53 ---> 0c71a6d83c75 00:36:53 Step 14/22 : EXPOSE $APP_PORT 00:36:53 ---> Running in 0c9cdab71a78 00:36:53 Removing intermediate container de78d2adb57d 00:36:53 ---> be5c4fc88ccc 00:36:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:36:53 ---> Running in 2e5c61d74414 00:36:53 Removing intermediate container 8dfda6e5f902 00:36:53 ---> a505dba97667 00:36:53 Step 14/23 : EXPOSE $APP_PORT 00:36:54 ---> Running in 99d8350655a2 00:36:54 Removing intermediate container 2e5c61d74414 00:36:54 ---> be09f85de48e 00:36:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:54 Removing intermediate container 99d8350655a2 00:36:54 ---> 54c269f92fe5 00:36:54 Step 15/23 : WORKDIR / 00:36:54 ---> d48873a4861e 00:36:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:36:54 ---> Running in 3f4d2e73b006 00:36:54 ---> 703de3d76f2a 00:36:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:36:54 ---> db63dc56ec5d 00:36:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:36:54 Removing intermediate container 3f4d2e73b006 00:36:54 ---> b3d7080c9648 00:36:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:55 Removing intermediate container 0c9cdab71a78 00:36:55 ---> e7ebadab464a 00:36:55 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:36:55 ---> 7155593a9ece 00:36:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:36:55 ---> Running in d3341c0dc542 00:36:55 ---> 6ebb6681130b 00:36:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:36:56 ---> dfc08fe97310 00:36:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:56 ---> fecb5dbe55e2 00:36:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:36:56 Removing intermediate container d3341c0dc542 00:36:56 ---> 3c995b365138 00:36:56 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:36:56 ---> fc1b80633232 00:36:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:36:57 ---> Running in 158a7832aed2 00:36:57 ---> 94235739843f 00:36:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:36:57 ---> 812ea8f2d726 00:36:57 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:36:57 Removing intermediate container 158a7832aed2 00:36:57 ---> 106a26af8003 00:36:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:57 ---> Running in 94ae7a2014a7 00:36:57 ---> Running in f855cb894e27 00:36:57 ---> 7ac0bd83b367 00:36:57 Step 19/23 : ENTRYPOINT ["/core-command"] 00:36:57 ---> 79ce663f33a3 00:36:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:36:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:36:57 ---> Running in 8ab3b4463ac0 00:36:57 Status: Downloaded newer image for docker:20.10.0 00:36:57 ---> aefe523efa57 00:36:57 Step 12/26 : RUN apk add --no-cache bash 00:36:58 Removing intermediate container f855cb894e27 00:36:58 ---> 5d592e91e44c 00:36:58 Step 20/22 : LABEL arch=x86_64 00:36:58 ---> Running in f0deb7bc35c4 00:36:58 ---> 424c246c4c61 00:36:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:36:58 ---> Running in ab58c1368a94 00:36:58 Removing intermediate container 8ab3b4463ac0 00:36:58 ---> 442ac30db94c 00:36:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:58 ---> Running in 3032a72ced1d 00:36:58 ---> Running in 2d629e6acc09 00:36:58 Removing intermediate container ab58c1368a94 00:36:58 ---> 43b7a6ea4d15 00:36:58 Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:36:58 ---> Running in 82dcc17a7bc8 00:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:58 Removing intermediate container 2d629e6acc09 00:36:58 ---> 39019a8bd166 00:36:58 Step 21/23 : LABEL arch=x86_64 00:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:59 ---> Running in 0daea9099c0b 00:36:59 (1/2) Installing readline (8.0.4-r0) 00:36:59 (2/2) Installing bash (5.0.17-r0) 00:36:59 Executing bash-5.0.17-r0.post-install 00:36:59 Executing busybox-1.31.1-r19.trigger 00:36:59 OK: 12 MiB in 22 packages 00:36:59 Removing intermediate container 82dcc17a7bc8 00:36:59 ---> 567b215834aa 00:36:59 Step 22/22 : LABEL version=0.0.0 00:36:59 ---> Running in 9c34ebfafe10 00:36:59 Removing intermediate container 94ae7a2014a7 00:36:59 ---> f08a29b8b2bb 00:36:59 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:59 Removing intermediate container 0daea9099c0b 00:36:59 ---> 111f593de066 00:36:59 Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:37:00 ---> Running in b1fc67f8c3de 00:37:00 Removing intermediate container 9c34ebfafe10 00:37:00 ---> fc213ba98b36 00:37:00 00:37:00 ---> c6c81802179b 00:37:00 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:00 Removing intermediate container f0deb7bc35c4 00:37:00 ---> a266f2ee645a 00:37:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:00 Successfully built fc213ba98b36 00:37:00 ---> Running in fb800b02422a 00:37:00 Successfully tagged docker-support-notifications-go:latest 00:37:00 Building docker-core-data-go 00:37:00  Building docker-support-notifications-go ... done Removing intermediate container 3032a72ced1d 00:37:00 ---> beb34b48dc1a 00:37:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:00 Removing intermediate container b1fc67f8c3de 00:37:00 ---> d4098ed3363f 00:37:00 Step 23/23 : LABEL version=0.0.0 00:37:00 ---> Running in c8a925303825 00:37:00 ---> Running in c0e8bf5f7ef7 00:37:00 Removing intermediate container fb800b02422a 00:37:00 ---> d5547d1e2f6d 00:37:00 Step 14/26 : ENV APP_PORT=48090 00:37:00 ---> f4524c85091a 00:37:00 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:37:01 ---> Running in 882dc2916e32 00:37:01 Removing intermediate container c8a925303825 00:37:01 ---> 658dea850ddd 00:37:01 Step 22/24 : LABEL arch=x86_64 00:37:01 Removing intermediate container c0e8bf5f7ef7 00:37:01 ---> c715a2795c68 00:37:01 00:37:01 Successfully built c715a2795c68 00:37:02 ---> Running in 94df19a4914d 00:37:02 Successfully tagged docker-core-command-go:latest 00:37:02 Building docker-support-scheduler-go 00:37:05  Building docker-core-command-go ... done  ---> e3d88a1c353b 00:37:05 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:37:05 Removing intermediate container 882dc2916e32 00:37:05 ---> d457875c20d3 00:37:05 Step 15/26 : EXPOSE $APP_PORT 00:37:08 ---> Running in 4ad90936db94 00:37:08 Removing intermediate container 94df19a4914d 00:37:08 ---> 2a7963334662 00:37:08 Step 23/24 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:37:08 ---> fb167c8ae95d 00:37:08 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:37:08 Removing intermediate container 4ad90936db94 00:37:08 ---> dfee920f4a27 00:37:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:08 ---> Running in a4c63d803cf6 00:37:09 ---> Running in bb3034e2fb98 00:37:11 Removing intermediate container a4c63d803cf6 00:37:11 ---> 879df90b233b 00:37:11 Step 24/24 : LABEL version=0.0.0 00:37:12 ---> f57f07e3ac91 00:37:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:12 Removing intermediate container bb3034e2fb98 00:37:12 ---> 469202fa361b 00:37:12 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:37:12 ---> Running in 757e31c2093e 00:37:15 Removing intermediate container 757e31c2093e 00:37:15 ---> bd97616dc0fc 00:37:15 00:37:15 Successfully built bd97616dc0fc 00:37:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:15 Building docker-security-proxy-setup-go 00:37:15 ---> 45ceb2e1250c 00:37:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:15  Building docker-security-secretstore-setup-go ... done  ---> 878a69995d7e 00:37:15 Step 25/30 : RUN chmod +x /entrypoint.sh 00:37:19 ---> Running in e0b6f9c82334 00:37:19 ---> 9c44aae7e579 00:37:19 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:21 ---> 6714b7a946cd 00:37:21 Step 3/23 : WORKDIR /edgex-go 00:37:21 ---> Using cache 00:37:21 ---> 76ba0b581e39 00:37:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:21 ---> Using cache 00:37:21 ---> 82b180c52382 00:37:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:23 ---> 6714b7a946cd 00:37:23 Step 3/22 : WORKDIR /edgex-go 00:37:23 ---> Using cache 00:37:23 ---> 76ba0b581e39 00:37:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:23 ---> Using cache 00:37:23 ---> 82b180c52382 00:37:23 Step 5/22 : RUN apk add --update --no-cache make git 00:37:24 ---> Running in 4b6f5035daea 00:37:24 ---> Running in da700afaa749 00:37:24 ---> Running in 13bace4ce258 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 (1/33) Installing libbz2 (1.0.8-r1) 00:37:25 (2/33) Installing expat (2.2.9-r1) 00:37:25 (3/33) Installing libffi (3.3-r2) 00:37:25 (4/33) Installing gdbm (1.13-r1) 00:37:26 (5/33) Installing xz-libs (5.2.5-r0) 00:37:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:26 (7/33) Installing python3 (3.8.5-r0) 00:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:28 OK: 233 MiB in 51 packages 00:37:28 OK: 233 MiB in 51 packages 00:37:32 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:32 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:32 (11/33) Installing py3-six (1.15.0-r0) 00:37:32 Removing intermediate container e0b6f9c82334 00:37:32 ---> 29628ccd63c1 00:37:32 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:37:32 (12/33) Installing py3-packaging (20.4-r0) 00:37:32 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:32 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:33 (15/33) Installing py3-idna (2.9-r0) 00:37:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:33 (18/33) Installing py3-requests (2.23.0-r0) 00:37:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:34 ---> 6714b7a946cd 00:37:34 Step 3/21 : WORKDIR /edgex-go 00:37:34 ---> Using cache 00:37:34 ---> 76ba0b581e39 00:37:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:34 ---> Using cache 00:37:34 ---> 82b180c52382 00:37:34 Step 5/21 : RUN apk add --update --no-cache make git 00:37:34 ---> Running in fec4629f9c2c 00:37:34 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:35 (24/33) Installing py3-distro (1.5.0-r1) 00:37:35 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:35 ---> Running in 58d786f3b994 00:37:35 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:35 Removing intermediate container da700afaa749 00:37:35 ---> 3d0b76f874d8 00:37:35 Step 6/23 : COPY go.mod . 00:37:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:35 (29/33) Installing py3-progress (1.5-r0) 00:37:35 (30/33) Installing py3-toml (0.10.1-r0) 00:37:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:35 Removing intermediate container 4b6f5035daea 00:37:35 ---> d3024cd71c3a 00:37:35 Step 6/22 : COPY go.mod . 00:37:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:35 (33/33) Installing py3-pip (20.1.1-r0) 00:37:35 Removing intermediate container fec4629f9c2c 00:37:35 ---> e833618115c5 00:37:35 Step 27/30 : CMD ["gate"] 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 OK: 71 MiB in 55 packages 00:37:36 ---> 8a98c4a9e9c3 00:37:36 Step 7/23 : RUN go mod download 00:37:36 ---> 0fa3eb65e1c3 00:37:36 Step 7/22 : RUN go mod download 00:37:36 ---> Running in 8801cad30af8 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:36 ---> Running in 258fe22b214b 00:37:36 ---> Running in 13976394033e 00:37:36 Removing intermediate container 8801cad30af8 00:37:36 ---> e427f3880505 00:37:36 Step 28/30 : LABEL arch=x86_64 00:37:37 ---> Running in 388db7ed2c5a 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:38 Removing intermediate container 388db7ed2c5a 00:37:38 ---> 4fbedf4dde86 00:37:38 Step 29/30 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:37:39 OK: 233 MiB in 51 packages 00:37:39 ---> Running in bcdb21d09797 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:40 Removing intermediate container bcdb21d09797 00:37:40 ---> 7fcfb2ed001c 00:37:40 Step 30/30 : LABEL version=0.0.0 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:44 ---> Running in 1d5c37120424 00:37:44 Removing intermediate container 13976394033e 00:37:44 ---> 57f8ebc5ddcf 00:37:44 Step 8/22 : COPY . . 00:37:44 Removing intermediate container 258fe22b214b 00:37:44 ---> 8504ba77ac76 00:37:44 Step 8/23 : COPY . . 00:37:44 Removing intermediate container 58d786f3b994 00:37:44 ---> a0003e8d5415 00:37:44 Step 6/21 : COPY go.mod . 00:37:44 Removing intermediate container 1d5c37120424 00:37:44 ---> 9cb5e438f4f3 00:37:44 00:37:44 Removing intermediate container 13bace4ce258 00:37:44 ---> bc91962d0b7e 00:37:44 Step 20/26 : RUN pip install docker-compose==1.23.2 00:37:45 Successfully built 9cb5e438f4f3 00:37:47 Successfully tagged docker-security-bootstrapper-go:latest 00:37:47 Building docker-core-metadata-go 00:37:47  Building docker-security-bootstrapper-go ... done  ---> Running in 282f02093e47 00:37:49 ---> 8ab956a9f89e 00:37:49 Step 7/21 : RUN go mod download 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:54 ---> Running in 0c3c354b025d 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:07 Removing intermediate container 0c3c354b025d 00:38:07 ---> 5f912b6b1692 00:38:07 Step 8/21 : COPY . . 00:38:07 Collecting docker-compose==1.23.2 00:38:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:07 Collecting docker<4.0,>=3.6.0 00:38:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:09 Collecting jsonschema<3,>=2.5.1 00:38:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:10 ---> 6714b7a946cd 00:38:10 Step 3/23 : WORKDIR /edgex-go 00:38:10 ---> Using cache 00:38:10 ---> 76ba0b581e39 00:38:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:10 ---> Using cache 00:38:10 ---> 82b180c52382 00:38:10 Step 5/23 : RUN apk add --update --no-cache make git 00:38:10 ---> Using cache 00:38:10 ---> a0003e8d5415 00:38:10 Step 6/23 : COPY go.mod . 00:38:10 ---> Using cache 00:38:10 ---> 8ab956a9f89e 00:38:10 Step 7/23 : RUN go mod download 00:38:10 ---> Using cache 00:38:10 ---> 5f912b6b1692 00:38:10 Step 8/23 : COPY . . 00:38:13 Collecting docopt<0.7,>=0.6.1 00:38:13 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.293s coverage: 100.0% of statements 00:38:20 Collecting texttable<0.10,>=0.9.0 00:38:20 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.555s coverage: 27.1% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 65.8% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:21 Collecting websocket-client<1.0,>=0.32.0 00:38:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:22 ---> 16cd579e2cfe 00:38:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:22 ---> 051678417739 00:38:22 Step 9/23 : RUN make cmd/core-data/core-data 00:38:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:24 Collecting dockerpty<0.5,>=0.4.1 00:38:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.763s coverage: 82.3% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:26 ---> Running in 165895445ac4 00:38:26 Collecting PyYAML<4,>=3.10 00:38:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:26 ---> Running in b8d36d96eb31 00:38:28 Collecting cached-property<2,>=1.2.0 00:38:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:28 Collecting docker-pycreds>=0.4.0 00:38:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:28 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:38: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 00:38:28 Collecting urllib3<1.25,>=1.21.1 00:38:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:28 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:28 Collecting idna<2.8,>=2.5 00:38:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:29 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, texttable, dockerpty, PyYAML, cached-property, docker-compose 00:38:29 Attempting uninstall: urllib3 00:38:29 Found existing installation: urllib3 1.25.9 00:38:29 Uninstalling urllib3-1.25.9: 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.361s coverage: 28.6% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.095s coverage: 100.0% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.425s coverage: 86.7% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:32 Successfully uninstalled urllib3-1.25.9 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.370s coverage: 97.5% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.210s coverage: 78.3% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:33 Attempting uninstall: idna 00:38:33 Found existing installation: idna 2.9 00:38:33 Uninstalling idna-2.9: 00:38:34 Successfully uninstalled idna-2.9 00:38:35 Attempting uninstall: requests 00:38:35 Found existing installation: requests 2.23.0 00:38:35 Uninstalling requests-2.23.0: 00:38:36 Successfully uninstalled requests-2.23.0 00:38:37 Running setup.py install for docopt: started 00:38:39 ---> 45f47cc0859e 00:38:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:39 ---> d6e7fae4fc32 00:38:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:39 ---> Running in f37c60018cbd 00:38:39 ---> Running in 048848fa43c8 00:38:39 Running setup.py install for docopt: finished with status 'done' 00:38:39 Running setup.py install for texttable: started 00:38:40 Running setup.py install for texttable: finished with status 'done' 00:38:40 Running setup.py install for dockerpty: started 00:38:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:41 Running setup.py install for dockerpty: finished with status 'done' 00:38:41 Running setup.py install for PyYAML: started 00:38:42 Running setup.py install for PyYAML: finished with status 'done' 00:38:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.418s coverage: 92.8% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.1% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 00:38:49 Removing intermediate container 282f02093e47 00:38:49 ---> 93a00c48a499 00:38:49 Step 21/26 : RUN apk --no-cache add curl 00:38:49 ---> Running in 4fc6f365e0f8 00:38:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:51 (2/3) Installing libcurl (7.69.1-r3) 00:38:51 (3/3) Installing curl (7.69.1-r3) 00:38:51 Executing busybox-1.31.1-r19.trigger 00:38:51 OK: 72 MiB in 58 packages 00:38:53 Removing intermediate container 4fc6f365e0f8 00:38:53 ---> 08a2a989c2f1 00:38:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:53 ---> Running in 9be47cd68c86 00:38:53 Removing intermediate container 9be47cd68c86 00:38:53 ---> f93c7a550501 00:38:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:53 ---> Running in 6826604485a4 00:38:53 Removing intermediate container 6826604485a4 00:38:53 ---> eec10cb9da0b 00:38:53 Step 24/26 : LABEL arch=x86_64 00:38:53 ---> Running in 3a74da6fa4ae 00:38:54 Removing intermediate container 3a74da6fa4ae 00:38:54 ---> f64115d1ca22 00:38:54 Step 25/26 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:38:54 ---> Running in 0c7050e50110 00:38:56 Removing intermediate container 0c7050e50110 00:38:56 ---> 12f389eb7b1b 00:38:56 Step 26/26 : LABEL version=0.0.0 00:38:57 ---> Running in 8d0f59fac0d1 00:38:57 Removing intermediate container 8d0f59fac0d1 00:38:57 ---> 7c194317c34a 00:38:57 00:38:57 Successfully built 7c194317c34a 00:38:57 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements 00:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 00:39:04  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 00:39:04 Removing intermediate container 165895445ac4 00:39:04 ---> 4e7c9dbba108 00:39:04 00:39:04 Step 10/22 : FROM alpine:3.12 00:39:04 ---> 389fef711851 00:39:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:04 ---> Using cache 00:39:04 ---> 53320ecc3cd7 00:39:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:04 ---> Using cache 00:39:04 ---> 2b05d271876f 00:39:04 Step 13/22 : ENV APP_PORT=48085 00:39:05 ---> Running in 1985c7e6a9d7 00:39:06 Removing intermediate container 1985c7e6a9d7 00:39:06 ---> 7ac0eadea0b2 00:39:06 Step 14/22 : EXPOSE $APP_PORT 00:39:07 ---> Running in cfc01f2d0796 00:39:08 Removing intermediate container cfc01f2d0796 00:39:08 ---> 255bffdb94c8 00:39:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:09 Removing intermediate container b8d36d96eb31 00:39:09 ---> 7c0706a1b4e9 00:39:09 00:39:09 Step 10/23 : FROM alpine:3.12 00:39:09 ---> 389fef711851 00:39:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:09 ---> Running in 024b40099c48 00:39:09 ---> ec85af4e4d43 00:39:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:09 Removing intermediate container 024b40099c48 00:39:09 ---> 9d58ad35c2f5 00:39:09 Step 12/23 : ENV APP_PORT=48080 00:39:11 ---> Running in f7ea0d8b7c1d 00:39:12 ---> 11c5b630c11f 00:39:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:12 Removing intermediate container f37c60018cbd 00:39:12 ---> 4755983582c8 00:39:12 00:39:12 Step 10/21 : FROM alpine:3.12 00:39:12 ---> 389fef711851 00:39:12 Step 11/21 : RUN apk add --update --no-cache curl 00:39:12 Removing intermediate container f7ea0d8b7c1d 00:39:12 ---> 2364e7803f71 00:39:12 Step 13/23 : EXPOSE $APP_PORT 00:39:12 ---> Running in 850c108b4612 00:39:12 ---> Running in 2b52e4d2914f 00:39:13 ---> 00cf91cf5c4e 00:39:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.154s coverage: 84.2% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.594s coverage: 63.5% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.015s coverage: 68.9% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:16 ---> Running in 9cef676f446d 00:39:16 Removing intermediate container 2b52e4d2914f 00:39:16 ---> 47a88175dc76 00:39:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:16 Removing intermediate container 048848fa43c8 00:39:16 ---> 383a1de98832 00:39:16 00:39:16 Step 10/23 : FROM alpine:3.12 00:39:16 ---> 389fef711851 00:39:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:16 ---> Using cache 00:39:16 ---> 53320ecc3cd7 00:39:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:16 ---> Using cache 00:39:16 ---> 2b05d271876f 00:39:16 Step 13/23 : ENV APP_PORT=48081 00:39:16 ---> Running in a3e4d278ad2b 00:39:16 ---> Running in 6fac0a0b4abc 00:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:16 Removing intermediate container 9cef676f446d 00:39:16 ---> 7d9baca1ea62 00:39:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:16 ---> Running in d1b47393b1e4 00:39:16 Removing intermediate container 6fac0a0b4abc 00:39:16 ---> 88d525df2d72 00:39:16 Step 14/23 : EXPOSE $APP_PORT 00:39:16 (1/4) Installing ca-certificates (20191127-r4) 00:39:16 ---> Running in a9e9e15c6fb7 00:39:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:17 (3/4) Installing libcurl (7.69.1-r3) 00:39:17 (4/4) Installing curl (7.69.1-r3) 00:39:17 Executing busybox-1.31.1-r19.trigger 00:39:17 Executing ca-certificates-20191127-r4.trigger 00:39:17 OK: 7 MiB in 18 packages 00:39:17 Removing intermediate container d1b47393b1e4 00:39:17 ---> 4e73f7e9c447 00:39:17 Step 20/22 : LABEL arch=x86_64 00:39:17 Removing intermediate container a9e9e15c6fb7 00:39:17 ---> 715e2c9421e1 00:39:17 Step 15/23 : WORKDIR / 00:39:17 ---> Running in 38684bd8c7ae 00:39:17 ---> Running in c4361b6aaf49 00:39:17 Removing intermediate container 38684bd8c7ae 00:39:17 ---> 4cd62527bc8e 00:39:17 Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:39:17 Removing intermediate container c4361b6aaf49 00:39:17 ---> 2e4ee7d2b1bd 00:39:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:17 ---> Running in 2b30a50141cc 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.477s coverage: 37.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:18 Removing intermediate container 850c108b4612 00:39:18 ---> 665e17f9b176 00:39:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.866s coverage: 84.0% of statements 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 00:39:18 Removing intermediate container a3e4d278ad2b 00:39:18 ---> a1aa49170b85 00:39:18 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:18 ---> Running in 34f38bff11b1 00:39:18 Removing intermediate container 2b30a50141cc 00:39:18 ---> d1c90a91699a 00:39:18 Step 22/22 : LABEL version=0.0.0 00:39:18 ---> 7716c4c5bb7a 00:39:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:18 ---> Running in 4b0efe9a660e 00:39:18 ---> Running in 2feee91c4866 00:39:19 Removing intermediate container 34f38bff11b1 00:39:19 ---> 6649d21c22d0 00:39:19 Step 13/21 : WORKDIR /edgex 00:39:19 ---> Running in 951b14cd625b 00:39:19 Removing intermediate container 2feee91c4866 00:39:19 ---> 60b66d9d38a3 00:39:19 00:39:19 ---> 9a0ce086a706 00:39:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:19 Removing intermediate container 951b14cd625b 00:39:19 ---> f1cffcaff7f9 00:39:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:19 Successfully built 60b66d9d38a3 00:39:19 Successfully tagged docker-support-scheduler-go:latest 00:39:19  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:19 ---> d388cbb3f847 00:39:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:20 ---> Running in 735732d52909 00:39:20 ---> ad8e2a1fe537 00:39:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:20 Removing intermediate container 735732d52909 00:39:20 ---> 1cd89adeeb60 00:39:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:20 ---> Running in b3f3d37c1f65 00:39:21 ---> 36a8c2ad7b86 00:39:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:21 Removing intermediate container b3f3d37c1f65 00:39:21 ---> f612966850a4 00:39:21 Step 21/23 : LABEL arch=x86_64 00:39:21 ---> Running in dd83d0cf377f 00:39:21 Removing intermediate container dd83d0cf377f 00:39:21 ---> bb3793c79621 00:39:21 Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:39:21 (1/6) Installing dumb-init (1.2.2-r1) 00:39:21 (2/6) Installing libgcc (9.3.0-r2) 00:39:21 ---> Running in 52c01b7b8ceb 00:39:21 ---> 43958d1c768b 00:39:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:21 (3/6) Installing libsodium (1.0.18-r0) 00:39:21 ---> Running in 55f76e596cc2 00:39:21 Removing intermediate container 52c01b7b8ceb 00:39:21 ---> 53c731e67171 00:39:21 Step 23/23 : LABEL version=0.0.0 00:39:21 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:21 ---> Running in 36cedb870286 00:39:21 Removing intermediate container 55f76e596cc2 00:39:21 ---> ea8f2f89cb38 00:39:21 Step 18/21 : CMD ["--init=true"] 00:39:21 ---> Running in aa7489acf1ac 00:39:21 Removing intermediate container 36cedb870286 00:39:21 ---> e42441e4d531 00:39:21 00:39:21 (5/6) Installing libzmq (4.3.3-r0) 00:39:22 Removing intermediate container aa7489acf1ac 00:39:22 ---> 943eb075650d 00:39:22 Step 19/21 : LABEL arch=x86_64 00:39:22 (6/6) Installing zeromq (4.3.3-r0) 00:39:22 Successfully built e42441e4d531 00:39:22 Executing busybox-1.31.1-r19.trigger 00:39:22 Successfully tagged docker-core-metadata-go:latest 00:39:22  Building docker-core-metadata-go ... done  ---> Running in c89f1797c4d8 00:39:22 OK: 8 MiB in 20 packages 00:39:22 Removing intermediate container c89f1797c4d8 00:39:22 ---> 986359ad7d82 00:39:22 Step 20/21 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:39:22 ---> Running in 455f8ec7ecdf 00:39:22 Removing intermediate container 455f8ec7ecdf 00:39:22 ---> 76700fe2899f 00:39:22 Step 21/21 : LABEL version=0.0.0 00:39:22 ---> Running in 6ea03f81ff2c 00:39:22 Removing intermediate container 4b0efe9a660e 00:39:22 ---> d9f7a2e43895 00:39:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:22 Removing intermediate container 6ea03f81ff2c 00:39:22 ---> 9ebc182944f9 00:39:22 00:39:23 ---> c2fe3b4898f9 00:39:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:23 Successfully built 9ebc182944f9 00:39:23 Successfully tagged docker-security-proxy-setup-go:latest 00:39:23  Building docker-security-proxy-setup-go ... done  ---> f4513d8b22d8 00:39:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:24 ---> 8025e49e139a 00:39:24 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:24 ---> Running in a160a062a436 00:39:24 Removing intermediate container a160a062a436 00:39:24 ---> 316773c303e2 00:39:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:24 ---> Running in cd86dc6fa94b 00:39:24 Removing intermediate container cd86dc6fa94b 00:39:24 ---> 05251bb5c09e 00:39:24 Step 21/23 : LABEL arch=x86_64 00:39:24 ---> Running in 110845bb8aad 00:39:25 Removing intermediate container 110845bb8aad 00:39:25 ---> 20ed68ba7964 00:39:25 Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:39:25 ---> Running in 8e5d033d0923 00:39:25 Removing intermediate container 8e5d033d0923 00:39:25 ---> 8d1f45895b0e 00:39:25 Step 23/23 : LABEL version=0.0.0 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.474s coverage: 47.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.144s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.352s coverage: 89.4% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:25 ---> Running in 7ef55f9f6d80 00:39:25 Removing intermediate container 7ef55f9f6d80 00:39:25 ---> 21f00f00ddaa 00:39:25 00:39:25 Successfully built 21f00f00ddaa 00:39:25 Successfully tagged docker-core-data-go:latest 00:39:25  Building docker-core-data-go ... done  [Pipeline] } 00:39:25 $ docker stop --time=1 0bd87076bc122d33aeb53c7967f254e099f5f6a879c179a563f2b4cc9e65dcdc 00:39:27 $ docker rm -f 0bd87076bc122d33aeb53c7967f254e099f5f6a879c179a563f2b4cc9e65dcdc [Pipeline] // withDockerContainer [Pipeline] sh 00:39:28 + docker images 00:39:28 + grep docker 00:39:28 docker-core-data-go latest 21f00f00ddaa 3 seconds ago 22.3MB 00:39:28 docker-security-proxy-setup-go latest 9ebc182944f9 6 seconds ago 24.4MB 00:39:28 docker-core-metadata-go latest e42441e4d531 7 seconds ago 18.8MB 00:39:28 docker-support-scheduler-go latest 60b66d9d38a3 9 seconds ago 17MB 00:39:28 docker-sys-mgmt-agent-go latest 7c194317c34a 31 seconds ago 313MB 00:39:28 docker-security-bootstrapper-go latest 9cb5e438f4f3 About a minute ago 18MB 00:39:28 docker-security-secretstore-setup-go latest bd97616dc0fc 2 minutes ago 24.6MB 00:39:28 docker-core-command-go latest c715a2795c68 2 minutes ago 16.9MB 00:39:28 docker-support-notifications-go latest fc213ba98b36 2 minutes ago 17.6MB 00:39:28 docker 20.10.0 aefe523efa57 2 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 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.016s coverage: 29.1% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.196s coverage: 100.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.132s coverage: 87.9% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 00:39:36 GO111MODULE=on go vet ./... 00:39:43 Still waiting to schedule task 00:39:43 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:25 Running on prd-ubuntu18.04-docker-8c-8g-26747 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws 00:40:25 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:40:27 using credential edgex-jenkins-ssh 00:40:27 Cloning the remote Git repository 00:40:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:27 > git init /w/workspace/edgex-go/2 # timeout=10 00:40:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:27 > git --version # timeout=10 00:40:27 > git --version # 'git version 2.17.1' 00:40:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:34 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f 00:40:34 Merge succeeded, producing 37957dacf0834f3fc4c2fb30ba31a2ddb7af7807 00:40:34 Checking out Revision 37957dacf0834f3fc4c2fb30ba31a2ddb7af7807 (PR-3172) 00:40:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:40:34 > git config core.sparsecheckout # timeout=10 00:40:34 > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 00:40:34 > git remote # timeout=10 00:40:34 > git config --get remote.origin.url # timeout=10 00:40:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:34 > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 00:40:34 > git rev-parse HEAD^{commit} # timeout=10 00:40:34 > git config core.sparsecheckout # timeout=10 00:40:34 > git checkout -f 37957dacf0834f3fc4c2fb30ba31a2ddb7af7807 # timeout=10 00:40:38 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" 00:40:38 > git rev-list --no-walk 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:39 + echo snap-build.sh 00:40:39 snap-build.sh 00:40:39 + SNAP_BASE_DIR=. 00:40:39 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:40:39 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:40:39 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:40:39 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:40:39 + cd /w/workspace/edgex-go/2 00:40:39 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:39 Reading package lists... 00:40:39 Building dependency tree... 00:40:39 Reading state information... 00:40:39 The following packages were automatically installed and are no longer required: 00:40:39 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:39 uidmap xdelta3 00:40:39 Use 'sudo apt autoremove' to remove them. 00:40:39 The following packages will be REMOVED: 00:40:39 lxd* lxd-client* 00:40:39 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:39 After this operation, 31.7 MB disk space will be freed. 00:40:41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:40:41 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:42 Removing lxd dnsmasq configuration 00:40:42 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:40:42 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:40:43 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:40:43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:40:43 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:45 Processing triggers for systemd (237-3ubuntu10.42) ... 00:40:45 Processing triggers for ureadahead (0.100.0-21) ... 00:40:45 + sudo snap remove --purge lxd 00:40:46 snap "lxd" is not installed 00:40:46 + sudo groupadd --force --system lxd 00:40:46 ++ whoami 00:40:46 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:40:46 + newgrp - lxd 00:40:46 + sudo snap install lxd 00:40:54 2021-02-18T00:40:51Z INFO Waiting for automatic snapd restart... 00:40:58 gofmt -l . 00:41:01 [ "`gofmt -l .`" = "" ] 00:41:05 ./bin/test-go-mod-tidy.sh 00:41:06 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:08 + ls -al . 00:41:08 total 728 00:41:08 drwxrwxr-x 9 1001 1001 4096 Feb 18 00:41 . 00:41:08 drwxr-xr-x 4 root root 4096 Feb 18 00:36 .. 00:41:08 -rw-rw-r-- 1 1001 1001 11 Feb 18 00:34 .dockerignore 00:41:08 drwxrwxr-x 8 1001 1001 4096 Feb 18 00:34 .git 00:41:08 drwxrwxr-x 3 1001 1001 4096 Feb 18 00:34 .github 00:41:08 -rw-rw-r-- 1 1001 1001 818 Feb 18 00:34 .gitignore 00:41:08 -rw-rw-r-- 1 1001 1001 166 Feb 18 00:34 .sonarcloud.properties 00:41:08 -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:34 Attribution.txt 00:41:08 -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:34 CONTRIBUTING.md 00:41:08 -rw-rw-r-- 1 1001 1001 931 Feb 18 00:34 Dockerfile.build 00:41:08 -rw-rw-r-- 1 1001 1001 863 Feb 18 00:34 Jenkinsfile 00:41:08 -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:34 LICENSE 00:41:08 -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:34 Makefile 00:41:08 -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:34 README.md 00:41:08 -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:34 SECURITY.md 00:41:08 -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION 00:41:08 -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:34 ZMQWindows.md 00:41:08 drwxrwxr-x 2 1001 1001 4096 Feb 18 00:34 bin 00:41:08 drwxrwxr-x 14 1001 1001 4096 Feb 18 00:34 cmd 00:41:08 -rw-r--r-- 1 root root 596907 Feb 18 00:39 coverage.out 00:41:08 -rw-r--r-- 1 root root 1054 Feb 18 00:41 go.mod 00:41:08 -rw-r--r-- 1 root root 19400 Feb 18 00:41 go.sum 00:41:08 drwxrwxr-x 8 1001 1001 4096 Feb 18 00:34 internal 00:41:08 drwxrwxr-x 4 1001 1001 4096 Feb 18 00:34 openapi 00:41:08 drwxrwxr-x 4 1001 1001 4096 Feb 18 00:34 snap 00:41:08 -rw-rw-r-- 1 1001 1001 168 Feb 18 00:34 version.go [Pipeline] sh 00:41:09 lxd 4.11 from Canonical* installed 00:41:09 + sudo lxd init --auto 00:41:09 + '[' -e coverage.out ] 00:41:09 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:09 Warning: overwriting stash ‘coverage-report’ 00:41:11 Stashed 1 file(s) [Pipeline] sh 00:41:11 + make build 00:41:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:17 + sudo snap install --classic snapcraft 00:41:21 snapcraft 4.5.1 from Canonical* installed 00:41:21 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:21 + patch --verbose -p1 00:41:21 Hmm... Looks like a unified diff to me... 00:41:21 The text leading up to this was: 00:41:21 -------------------------- 00:41:21 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:21 |From: Tony Espy 00:41:21 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:21 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:21 | 00:41:21 |This patch is used by the EdgeX CI pipeline builds to 00:41:21 |optimize the snap CI check run for pull requests. When 00:41:21 |applied, it essentially strips out everything (apps and 00:41:21 |parts) from the snapcraft.yaml file except those required 00:41:21 |to build edgex-go, as the whole idea of the CI check is to 00:41:21 |catch changes to edgex-go that break the snap build. 00:41:21 | 00:41:21 |In general, anyone updating snapcraft.yaml will also need 00:41:21 |to update this patch file, otherwise it may fail to apply, 00:41:21 |resulting in a failed snap build CI check in the associated 00:41:21 |pull request. 00:41:21 | 00:41:21 |Note - in addition to applying this patch, the pipeline also 00:41:21 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:21 |need to build the finally binary .snap file (and it won't 00:41:21 |work with the patch applied). This further reduces the build 00:41:21 |time. 00:41:21 |--- 00:41:21 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:21 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:21 | 00:41:21 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:21 |index 1e537489..faf42425 100644 00:41:21 |--- a/snap/snapcraft.yaml 00:41:21 |+++ b/snap/snapcraft.yaml 00:41:21 -------------------------- 00:41:21 patching file snap/snapcraft.yaml 00:41:21 Using Plan A... 00:41:21 Hunk #1 succeeded at 73. 00:41:21 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:41:21 Hunk #3 succeeded at 217 (offset 3 lines). 00:41:21 Hunk #4 succeeded at 225 (offset 3 lines). 00:41:21 Hunk #5 succeeded at 232 (offset 3 lines). 00:41:21 Hunk #6 succeeded at 259 (offset 3 lines). 00:41:21 Hunk #7 succeeded at 293 (offset 3 lines). 00:41:21 Hunk #8 succeeded at 352 (offset 11 lines). 00:41:21 Hmm... Ignoring the trailing garbage. 00:41:21 done 00:41:21 + sudo snapcraft prime --use-lxd 00:41:22 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:41:22 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:41:22 - README.md 00:41:22 - snapcraft.yaml.orig 00:41:22 00:41:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:23 Launching a container. 00:41:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:35 Waiting for container to be ready 00:41:35 To start your first instance, try: lxc launch ubuntu:18.04 00:41:35 00:41:37 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:41:37 Waiting for network to be ready... 00:41:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:41:38 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:41:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:41:38 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:41:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:41:39 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:41:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:41:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:41:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:41:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:41:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:41:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:41:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:41:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:41:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:41:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:41:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:41:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:41:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:41:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:41:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:41:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:41:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:41:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:41:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:41:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:41:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:41:42 Fetched 23.9 MB in 4s (5636 kB/s) 00:41:43 Reading package lists... 00:41:43 Reading package lists... 00:41:43 Building dependency tree... 00:41:43 Reading state information... 00:41:43 The following additional packages will be installed: 00:41:43 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:41:43 Suggested packages: 00:41:43 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:41:43 Recommended packages: 00:41:43 gnupg libsasl2-modules 00:41:43 The following NEW packages will be installed: 00:41:43 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:41:43 The following packages will be upgraded: 00:41:43 gpg gpg-agent gpgconf libudev1 00:41:43 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:41:43 Need to get 3532 kB of archives. 00:41:43 After this operation, 13.3 MB of additional disk space will be used. 00:41:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:41:43 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:41:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:41:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:41:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:41:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:41:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:41:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:41:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:41:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:41:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:41:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:41:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:41:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:41:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:41:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:41:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:41:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:41:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:41:44 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:41:44 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:41:44 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:41:44 debconf: delaying package configuration, since apt-utils is not installed 00:41:44 Fetched 3532 kB in 1s (3482 kB/s) 00:41:44 (Reading database ... 12511 files and directories currently installed.) 00:41:44 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:41:44 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:44 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:41:44 Selecting previously unselected package udev. 00:41:44 (Reading database ... 12511 files and directories currently installed.) 00:41:44 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:41:44 Unpacking udev (237-3ubuntu10.44) ... 00:41:45 Selecting previously unselected package libfuse2:amd64. 00:41:45 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:41:45 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:45 Selecting previously unselected package fuse. 00:41:45 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:41:45 Unpacking fuse (2.9.7-1ubuntu1) ... 00:41:45 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:45 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:45 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:45 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:45 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:45 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:45 Selecting previously unselected package libksba8:amd64. 00:41:45 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:41:45 Unpacking libksba8:amd64 (1.3.5-2) ... 00:41:45 Selecting previously unselected package libroken18-heimdal:amd64. 00:41:45 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:45 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:45 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:41:45 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:45 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:41:46 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:46 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:41:46 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:46 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libwind0-heimdal:amd64. 00:41:46 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:46 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:41:46 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:46 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:41:46 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:46 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:41:46 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:46 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:41:46 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:46 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:46 Selecting previously unselected package libsasl2-modules-db:amd64. 00:41:46 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:46 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:46 Selecting previously unselected package libsasl2-2:amd64. 00:41:46 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:46 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:46 Selecting previously unselected package libldap-common. 00:41:46 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:41:46 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:41:46 Selecting previously unselected package libldap-2.4-2:amd64. 00:41:46 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:41:46 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:41:47 Selecting previously unselected package dirmngr. 00:41:47 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:47 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:41:47 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:41:47 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:41:47 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:47 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:47 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:47 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:41:47 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Setting up libksba8:amd64 (1.3.5-2) ... 00:41:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:47 Setting up udev (237-3ubuntu10.44) ... 00:41:48 invoke-rc.d: policy-rc.d denied execution of start. 00:41:48 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Processing triggers for systemd (237-3ubuntu10) ... 00:41:48 Setting up fuse (2.9.7-1ubuntu1) ... 00:41:48 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:41:48 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:41:48 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:41:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:48 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:41:48 settings in the [Install] section, and DefaultInstance for template units). 00:41:48 This means they are not meant to be enabled using systemctl. 00:41:48 Possible reasons for having this kind of units are: 00:41:48 1) A unit may be statically enabled by being symlinked from another unit's 00:41:48 .wants/ or .requires/ directory. 00:41:48 2) A unit's purpose may be to act as a helper for some other unit which has 00:41:48 a requirement dependency on it. 00:41:48 3) A unit may be started when needed via activation (socket, path, timer, 00:41:48 D-Bus, udev, scripted systemctl call, ...). 00:41:48 4) In case of template units, the unit is meant to be enabled with some 00:41:48 instance name specified. 00:41:49 Reading package lists... 00:41:49 Building dependency tree... 00:41:49 Reading state information... 00:41:49 The following additional packages will be installed: 00:41:49 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:41:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:41:49 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:41:49 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:41:49 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:41:49 Suggested packages: 00:41:49 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:41:49 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:41:49 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:41:49 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:41:49 systemd-container policykit-1 00:41:49 Recommended packages: 00:41:49 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:41:49 The following NEW packages will be installed: 00:41:49 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:41:49 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:41:49 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:41:49 multiarch-support openssh-client python3 python3-minimal python3.6 00:41:49 python3.6-minimal snapd squashfs-tools sudo 00:41:49 The following packages will be upgraded: 00:41:49 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:41:49 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:41:49 Need to get 35.2 MB of archives. 00:41:49 After this operation, 141 MB of additional disk space will be used. 00:41:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:41:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:41:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:41:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:41:50 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:41:50 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:41:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:41:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:41:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:41:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:41:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:41:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:41:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:41:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:41:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:41:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:41:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:41:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:41:50 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:41:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:41:50 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:41:50 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:41:50 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:41:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:41:50 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:41:50 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:41:50 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:41:50 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:41:50 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:41:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:41:51 debconf: delaying package configuration, since apt-utils is not installed 00:41:51 Fetched 35.2 MB in 2s (15.3 MB/s) 00:41:51 (Reading database ... 12757 files and directories currently installed.) 00:41:51 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:41:52 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:52 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:41:52 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:52 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:41:52 (Reading database ... 12757 files and directories currently installed.) 00:41:52 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:41:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:53 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:41:53 (Reading database ... 12757 files and directories currently installed.) 00:41:53 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:41:53 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:53 Setting up apt (1.6.12ubuntu0.2) ... 00:41:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:41:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:41:54 (Reading database ... 12764 files and directories currently installed.) 00:41:54 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:41:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:41:54 Selecting previously unselected package libpython3.6-minimal:amd64. 00:41:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:54 Selecting previously unselected package libexpat1:amd64. 00:41:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:41:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:54 Selecting previously unselected package python3.6-minimal. 00:41:54 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:54 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:41:54 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:41:54 Checking for services that may need to be restarted...done. 00:41:54 Checking for services that may need to be restarted...done. 00:41:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:41:56 Selecting previously unselected package python3-minimal. 00:41:56 (Reading database ... 13012 files and directories currently installed.) 00:41:56 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:41:56 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:41:56 Selecting previously unselected package mime-support. 00:41:56 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:41:56 Unpacking mime-support (3.60ubuntu1) ... 00:41:56 Selecting previously unselected package libmpdec2:amd64. 00:41:56 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:41:56 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:41:56 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:41:56 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:56 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:56 Selecting previously unselected package python3.6. 00:41:56 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:56 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:41:56 Selecting previously unselected package libpython3-stdlib:amd64. 00:41:56 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:41:56 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:41:56 Setting up python3-minimal (3.6.7-1~18.04) ... 00:41:56 Selecting previously unselected package python3. 00:41:56 (Reading database ... 13442 files and directories currently installed.) 00:41:56 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:41:56 Unpacking python3 (3.6.7-1~18.04) ... 00:41:56 Selecting previously unselected package multiarch-support. 00:41:56 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:41:56 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:41:56 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:41:57 Selecting previously unselected package liblzo2-2:amd64. 00:41:57 (Reading database ... 13479 files and directories currently installed.) 00:41:57 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:41:57 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:41:57 Selecting previously unselected package libbsd0:amd64. 00:41:57 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:41:57 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:41:57 Selecting previously unselected package sudo. 00:41:57 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:41:57 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:41:57 Selecting previously unselected package apparmor. 00:41:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:41:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:41:57 Selecting previously unselected package libedit2:amd64. 00:41:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:41:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:41:57 Selecting previously unselected package libkrb5support0:amd64. 00:41:57 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:41:57 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:41:57 Selecting previously unselected package libk5crypto3:amd64. 00:41:57 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:41:57 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:41:57 Selecting previously unselected package libkeyutils1:amd64. 00:41:57 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:41:57 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:41:57 Selecting previously unselected package libkrb5-3:amd64. 00:41:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:41:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:41:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:41:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:41:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:41:58 Selecting previously unselected package libssl1.0.0:amd64. 00:41:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:41:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:41:58 Selecting previously unselected package openssh-client. 00:41:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:41:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:41:58 Selecting previously unselected package squashfs-tools. 00:41:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:41:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:41:58 Selecting previously unselected package snapd. 00:41:58 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:41:58 Unpacking snapd (2.48.3+18.04) ... 00:41:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:42:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:01 Setting up mime-support (3.60ubuntu1) ... 00:42:01 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:42:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:01 Setting up systemd (237-3ubuntu10.44) ... 00:42:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:42:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:42:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:02 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:02 Setting up python3 (3.6.7-1~18.04) ... 00:42:02 running python rtupdate hooks for python3.6... 00:42:02 running python post-rtupdate hooks for python3.6... 00:42:03 Setting up apparmor (2.12-4ubuntu5.1) ... 00:42:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:42:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:04 Setting up snapd (2.48.3+18.04) ... 00:42:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:42:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:42:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:42:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:42:06 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:42:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:06 Processing triggers for systemd (237-3ubuntu10.44) ... 00:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:08 Reading package lists... 00:42:08 Reading package lists... 00:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:08 Building dependency tree... 00:42:08 Reading state information... 00:42:08 Calculating upgrade... 00:42:09 The following packages will be upgraded: 00:42:09 advancecomp base-files bash binutils binutils-common 00:42:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:42:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:42:09 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:42:09 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:42:09 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:42:09 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:42:09 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:42:09 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:42:09 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:42:09 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:42:09 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:42:09 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:42:09 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:42:09 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:42:09 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:42:09 Need to get 63.8 MB of archives. 00:42:09 After this operation, 5188 kB of additional disk space will be used. 00:42:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:42:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:42:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:42:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:42:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:42:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:42:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:42:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:42:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:42:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:42:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:42:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:42:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:42:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:42:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:42:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:42:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:42:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:42:09 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:42:09 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:42:09 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:42:09 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:42:09 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:42:09 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:42:09 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:42:09 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:42:09 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:42:09 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:42:09 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:42:09 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:42:09 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:42:09 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:42:09 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:42:09 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:42:09 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:42:09 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:42:09 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:42:09 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:42:09 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:42:09 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:42:09 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:42:09 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:42:09 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:42:09 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:42:09 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:42:09 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:42:09 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:42:09 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:42:09 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:42:09 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:42:09 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:42:09 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:42:09 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:42:09 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:42:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:42:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:42:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:42:10 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:42:10 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:42:10 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:42:10 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:42:10 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:42:10 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:42:10 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:42:10 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:42:10 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:42:10 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:42:10 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:42:10 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:42:10 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:42:10 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:42:10 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:42:10 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:42:10 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:42:10 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:42:10 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:42:10 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:42:11 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:42:11 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:42:11 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:42:11 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:42:11 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:42:11 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:42:11 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:42:11 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:42:11 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:42:11 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:42:11 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:42:11 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:42:11 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:42:11 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:42:11 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:42:11 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:42:11 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:42:11 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:42:11 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:42:11 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:42:11 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:42:11 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:42:11 debconf: delaying package configuration, since apt-utils is not installed 00:42:11 Fetched 63.8 MB in 2s (28.1 MB/s) 00:42:11 (Reading database ... 13912 files and directories currently installed.) 00:42:11 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:42:12 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:12 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:12 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:12 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:42:12 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:42:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:13 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:13 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:13 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:13 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:14 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:14 (Reading database ... 13911 files and directories currently installed.) 00:42:14 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:42:14 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:42:14 (Reading database ... 13911 files and directories currently installed.) 00:42:14 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:14 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:15 (Reading database ... 13911 files and directories currently installed.) 00:42:15 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:42:15 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:42:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:42:16 (Reading database ... 13911 files and directories currently installed.) 00:42:16 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:42:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:42:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:42:16 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:42:16 Setting up base-files (10.1ubuntu2.10) ... 00:42:16 Installing new version of config file /etc/issue ... 00:42:16 Installing new version of config file /etc/issue.net ... 00:42:16 Installing new version of config file /etc/lsb-release ... 00:42:16 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:42:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:42:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:42:16 Removing obsolete conffile /etc/default/motd-news ... 00:42:16 (Reading database ... 13912 files and directories currently installed.) 00:42:16 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:42:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:42:17 Setting up bash (4.4.18-2ubuntu1.2) ... 00:42:17 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:42:17 (Reading database ... 13912 files and directories currently installed.) 00:42:17 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:17 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:42:17 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:42:17 (Reading database ... 13912 files and directories currently installed.) 00:42:17 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:42:17 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:42:17 Setting up tar (1.29b-2ubuntu0.2) ... 00:42:17 (Reading database ... 13912 files and directories currently installed.) 00:42:17 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:42:17 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:18 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:42:18 (Reading database ... 13912 files and directories currently installed.) 00:42:18 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:18 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:18 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:18 (Reading database ... 13912 files and directories currently installed.) 00:42:18 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:18 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:42:18 (Reading database ... 13912 files and directories currently installed.) 00:42:18 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:42:18 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:42:19 Setting up grep (3.1-2build1) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:42:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:19 Setting up login (1:4.5-1ubuntu2) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:19 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:20 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:42:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:21 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:21 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:22 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:22 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:42:22 (Reading database ... 13912 files and directories currently installed.) 00:42:22 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:42:22 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:42:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:42:22 (Reading database ... 13912 files and directories currently installed.) 00:42:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:22 (Reading database ... 13912 files and directories currently installed.) 00:42:22 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:22 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:23 (Reading database ... 13912 files and directories currently installed.) 00:42:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:23 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:23 (Reading database ... 13912 files and directories currently installed.) 00:42:23 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:23 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:23 (Reading database ... 13912 files and directories currently installed.) 00:42:23 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:23 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:23 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:23 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:24 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:42:25 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:42:25 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:25 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:26 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:42:26 (Reading database ... 13912 files and directories currently installed.) 00:42:26 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:42:26 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:26 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:42:26 (Reading database ... 13914 files and directories currently installed.) 00:42:26 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:42:26 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:42:26 Setting up debconf (1.5.66ubuntu1) ... 00:42:26 (Reading database ... 13914 files and directories currently installed.) 00:42:26 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:42:26 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:42:27 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:42:27 (Reading database ... 13914 files and directories currently installed.) 00:42:27 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:42:27 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:42:27 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:42:27 (Reading database ... 13914 files and directories currently installed.) 00:42:27 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:27 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:27 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:27 (Reading database ... 13914 files and directories currently installed.) 00:42:27 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:27 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:28 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:28 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:28 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:42:28 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:28 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:28 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42: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 00:42:28 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:42:28 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:42:29 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:42:29 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:29 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:29 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:29 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:42:29 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:42:29 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:42:30 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:30 Setting up passwd (1:4.5-1ubuntu2) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:30 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:30 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:42:30 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:42:30 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:42:31 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:42:31 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:42:31 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:42:31 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:42:31 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:42:31 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:42:31 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:42:31 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:42:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:42:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:42:32 (Reading database ... 13915 files and directories currently installed.) 00:42:32 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:32 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:32 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:32 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:32 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:32 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:32 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:42:32 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:42:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:42:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:42:33 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:42: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 00:42:33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:42:33 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:42:33 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:42:33 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:42:33 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:42:33 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:42:33 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:42:33 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:42:33 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:42:33 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:42:33 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:42:34 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:42:34 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:42:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:42:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:42:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:42:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:42:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:35 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:35 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:35 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:35 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:36 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:36 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:36 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:36 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:36 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:37 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:37 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:42:38 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:38 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:39 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:39 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:40 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:42:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:42:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:42:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:42:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:42:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:42:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:41 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:42:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:42:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:42:41 00:42:41 Current default time zone: 'Etc/UTC' 00:42:41 Local time is now: Thu Feb 18 00:42:41 UTC 2021. 00:42:41 Universal Time is now: Thu Feb 18 00:42:41 UTC 2021. 00:42:41 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:42:41 00:42:41 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:42:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:41 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:42:41 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:42:41 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:42:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:42:41 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:42:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:42:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:42:41 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:42:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:42:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up patch (2.7.6-2ubuntu1.1) ... 00:42:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:42:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:42:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:42 Installing new version of config file /etc/ssl/openssl.cnf ... 00:42:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:42:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:42:42 Setting up ca-certificates (20210119~18.04.1) ... 00:42:43 Updating certificates in /etc/ssl/certs... [Pipeline] } 00:42:44 $ docker stop --time=1 cd24e3581727cc35a1cad6ee76553e6da958316066b860ce1536574903485ca5 00:42:44 23 added, 27 removed; done. 00:42:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:42:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:42:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:42:45 Setting up pkgbinarymangler (138.18.04.1) ... 00:42:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up perl (5.26.1-6ubuntu0.5) ... 00:42:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:42:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:42:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:42:45 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:42:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:42:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:42:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:42:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:42:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:42:45 Processing triggers for systemd (237-3ubuntu10.44) ... 00:42:45 Processing triggers for mime-support (3.60ubuntu1) ... 00:42:45 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:42:45 Updating certificates in /etc/ssl/certs... 00:42:46 0 added, 0 removed; done. 00:42:46 Running hooks in /etc/ca-certificates/update.d... 00:42:46 done. 00:42:46 Reading package lists... 00:42:46 Building dependency tree... 00:42:46 Reading state information... 00:42:46 $ docker rm -f cd24e3581727cc35a1cad6ee76553e6da958316066b860ce1536574903485ca5 00:42:47 The following NEW packages will be installed: 00:42:47 apt-transport-https 00:42:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:42:47 Need to get 1696 B of archives. 00:42:47 After this operation, 153 kB of additional disk space will be used. 00:42:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:42:47 debconf: delaying package configuration, since apt-utils is not installed 00:42:47 Fetched 1696 B in 0s (9499 B/s) 00:42:47 Selecting previously unselected package apt-transport-https. 00:42:47 (Reading database ... 13920 files and directories currently installed.) 00:42:47 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:42:47 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:42:47 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:42:47 Waiting for network to be ready... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:48 00:42:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:49 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:49 29e5d40040c1: Pulling fs layer 00:42:49 1ce36da41761: Pulling fs layer 00:42:49 25b303627fd3: Pulling fs layer 00:42:49 29e5d40040c1: Verifying Checksum 00:42:49 29e5d40040c1: Download complete 00:42:50 1ce36da41761: Verifying Checksum 00:42:50 1ce36da41761: Download complete 00:42:50 29e5d40040c1: Pull complete 00:42:51 1ce36da41761: Pull complete 00:42:51 25b303627fd3: Verifying Checksum 00:42:51 25b303627fd3: Download complete 00:42:53 2021-02-18T00:42:50Z INFO Waiting for automatic snapd restart... 00:42:53 snapd 2.48.2.1 from Canonical* installed 00:42:53 "snapd" switched to the "latest/stable" channel 00:42:53 00:42:55 core18 20210128 from Canonical* installed 00:42:56 "core18" switched to the "latest/stable" channel 00:42:56 00:42:59 snapcraft 4.5.1 from Canonical* installed 00:42:59 "snapcraft" switched to the "latest/stable" channel 00:42:59 00:43:02 25b303627fd3: Pull complete 00:43:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:02 prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container 00:43:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 00:43:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:43:02 - README.md 00:43:02 - snapcraft.yaml.orig 00:43:02 00:43:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:06 $ docker top b966e98ebed26650e988f63824fdd574347f732ea158a27cccf0edbcfdc2603b -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:07 + grep parallel 00:43:07 + docker-compose build --help 00:43:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:10 Reading package lists... 00:43:10 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:43:12 --parallel Build images in parallel. [Pipeline] } 00:43:12 $ docker stop --time=1 b966e98ebed26650e988f63824fdd574347f732ea158a27cccf0edbcfdc2603b 00:43:14 $ docker rm -f b966e98ebed26650e988f63824fdd574347f732ea158a27cccf0edbcfdc2603b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:15 . [Pipeline] withDockerContainer 00:43:15 prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container 00:43:15 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 00:43:17 $ docker top d5a85b3ce7933ce6fcf1cffee306021898813c1632d81ab431bbc57cc3bf61d9 -eo pid,comm 00:43:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:17 Reading package lists... 00:43:17 Building dependency tree... 00:43:17 Reading state information... 00:43:17 Suggested packages: 00:43:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:43:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:43:17 Recommended packages: 00:43:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:43:17 The following NEW packages will be installed: 00:43:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:43:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:43:17 pkg-config zip 00:43:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:43:17 Need to get 7655 kB of archives. 00:43:17 After this operation, 43.7 MB of additional disk space will be used. 00:43:17 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:43:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:43:17 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:43:17 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:43:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:43:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:43:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:43:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [Pipeline] { [Pipeline] sh 00:43:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:43:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:43:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:43:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:43:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:43:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:43:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:43:18 debconf: delaying package configuration, since apt-utils is not installed 00:43:18 Fetched 7655 kB in 1s (6950 kB/s) 00:43:18 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:18 Selecting previously unselected package libglib2.0-0:amd64. 00:43:18 (Reading database ... 13924 files and directories currently installed.) 00:43:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:43:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:18 Selecting previously unselected package libpsl5:amd64. 00:43:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:43:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:43:18 Selecting previously unselected package libnghttp2-14:amd64. 00:43:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:43:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:18 Selecting previously unselected package librtmp1:amd64. 00:43:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:43:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:18 Selecting previously unselected package libcurl3-gnutls:amd64. 00:43:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:43:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:18 Selecting previously unselected package liberror-perl. 00:43:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:43:18 Unpacking liberror-perl (0.17025-1) ... 00:43:18 Selecting previously unselected package git-man. 00:43:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:43:18 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:43:19 Selecting previously unselected package git. 00:43:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:43:19 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:43:20 Selecting previously unselected package libnorm1:amd64. 00:43:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:43:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:20 Selecting previously unselected package libpgm-5.2-0:amd64. 00:43:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:43:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:20 Selecting previously unselected package libsodium23:amd64. 00:43:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:43:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:43:20 Selecting previously unselected package libzmq5:amd64. 00:43:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:20 Selecting previously unselected package libzmq3-dev:amd64. 00:43:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:20 Selecting previously unselected package pkg-config. 00:43:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:43:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:43:20 Selecting previously unselected package zip. 00:43:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:43:20 Unpacking zip (3.0-11build1) ... 00:43:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:20 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:43:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:20 Setting up liberror-perl (0.17025-1) ... 00:43:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:43:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:20 No schema files found: doing nothing. 00:43:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:20 Setting up zip (3.0-11build1) ... 00:43:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:20 Setting up libsodium23:amd64 (1.0.16-2) ... 00:43:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:43:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:21 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:21 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:43:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:24 Building docker-core-command-go ... 00:43:24 Building docker-core-data-go ... 00:43:24 Building docker-core-metadata-go ... 00:43:24 Building docker-security-bootstrapper-go ... 00:43:24 Building docker-security-proxy-setup-go ... 00:43:24 Building docker-security-secretstore-setup-go ... 00:43:24 Building docker-support-notifications-go ... 00:43:24 Building docker-support-scheduler-go ... 00:43:24 Building docker-sys-mgmt-agent-go ... 00:43:24 Building docker-support-notifications-go 00:43:24 Building docker-sys-mgmt-agent-go 00:43:24 Building docker-security-bootstrapper-go 00:43:24 Building docker-security-secretstore-setup-go 00:43:24 Building docker-core-command-go 00:43:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:27 git set to automatically installed. 00:43:27 git-man set to automatically installed. 00:43:27 libcurl3-gnutls set to automatically installed. 00:43:27 liberror-perl set to automatically installed. 00:43:27 libglib2.0-0 set to automatically installed. 00:43:27 libnghttp2-14 set to automatically installed. 00:43:27 libnorm1 set to automatically installed. 00:43:27 libpgm-5.2-0 set to automatically installed. 00:43:27 libpsl5 set to automatically installed. 00:43:27 librtmp1 set to automatically installed. 00:43:27 libsodium23 set to automatically installed. 00:43:27 libzmq3-dev set to automatically installed. 00:43:27 libzmq5 set to automatically installed. 00:43:27 pkg-config set to automatically installed. 00:43:27 zip set to automatically installed. 00:43:29 snapd is not logged in, snap install commands will use sudo 00:43:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:36 snap "core18" has no updates available 00:43:37 Pulling config-common 00:43:37 + snapcraftctl pull 00:43:38 Pulling go-build-helper 00:43:38 + snapcraftctl pull 00:44:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:00 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:44:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:44:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:44:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:44:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:44:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:44:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:44:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:44:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:44:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:44:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:44:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:44:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:44:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:44:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:44:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:44:00 Fetched 23.9 MB in 0s (0 B/s) 00:44:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:44:00 Fetched 96.5 kB in 0s (0 B/s) 00:44:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:44:00 Fetched 279 kB in 0s (0 B/s) 00:44:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:44:00 Fetched 122 kB in 0s (0 B/s) 00:44:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:44:00 Fetched 77.8 kB in 0s (0 B/s) 00:44:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:44:00 Fetched 8848 B in 0s (0 B/s) 00:44:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:44:00 Fetched 47.8 kB in 0s (0 B/s) 00:44:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:44:00 Fetched 45.6 kB in 0s (0 B/s) 00:44:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:44:00 Fetched 15.0 kB in 0s (0 B/s) 00:44:00 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:44:00 Fetched 214 kB in 0s (0 B/s) 00:44:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:44:00 Fetched 155 kB in 0s (0 B/s) 00:44:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:44:00 Fetched 50.6 kB in 0s (0 B/s) 00:44:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:44:00 Fetched 14.8 kB in 0s (0 B/s) 00:44:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:44:00 Fetched 41.8 kB in 0s (0 B/s) 00:44:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:44:00 Fetched 499 kB in 0s (0 B/s) 00:44:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:44:00 Fetched 111 kB in 0s (0 B/s) 00:44:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:44:00 Fetched 240 kB in 0s (0 B/s) 00:44:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:44:00 Fetched 29.3 kB in 0s (0 B/s) 00:44:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:44:00 Fetched 85.5 kB in 0s (0 B/s) 00:44:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:44:00 Fetched 24.5 kB in 0s (0 B/s) 00:44:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:44:00 Fetched 49.2 kB in 0s (0 B/s) 00:44:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:44:00 Fetched 54.2 kB in 0s (0 B/s) 00:44:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:44:00 Fetched 30.8 kB in 0s (0 B/s) 00:44:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:44:00 Fetched 16.6 kB in 0s (0 B/s) 00:44:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:44:00 Fetched 85.9 kB in 0s (0 B/s) 00:44:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:44:00 Fetched 8720 B in 0s (0 B/s) 00:44:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:44:00 Fetched 137 kB in 0s (0 B/s) 00:44:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:44:00 Fetched 119 kB in 0s (0 B/s) 00:44:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:44:00 Fetched 109 kB in 0s (0 B/s) 00:44:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:44:00 Fetched 11.1 kB in 0s (0 B/s) 00:44:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:44:00 Fetched 645 kB in 0s (0 B/s) 00:44:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:44:00 Fetched 41.3 kB in 0s (0 B/s) 00:44:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:44:00 Fetched 17.9 kB in 0s (0 B/s) 00:44:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:44:00 Fetched 368 kB in 0s (0 B/s) 00:44:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:44:00 Fetched 187 kB in 0s (0 B/s) 00:44:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:44:00 Fetched 175 kB in 0s (0 B/s) 00:44:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:44:02 Fetched 206 kB in 0s (0 B/s) 00:44:02 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:44:02 Fetched 1301 kB in 0s (0 B/s) 00:44:02 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:44:02 Fetched 36.2 kB in 0s (0 B/s) 00:44:02 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:44:02 Fetched 159 kB in 0s (0 B/s) 00:44:02 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:44:02 Fetched 107 kB in 0s (0 B/s) 00:44:02 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:44:02 Fetched 48.7 kB in 0s (0 B/s) 00:44:02 Pulling static-packages 00:44:02 + snapcraftctl pull 00:44:03 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:44:03 Skipping pull go-build-helper (already ran) 00:44:03 Skipping pull static-packages (already ran) 00:44:03 Building go-build-helper 00:44:03 + snapcraftctl build 00:44:07 Building static-packages 00:44:07 + snapcraftctl build 00:44:08 Staging go-build-helper 00:44:08 + snapcraftctl stage 00:44:09 Staging static-packages 00:44:09 + snapcraftctl stage 00:44:10 Pulling go115 00:44:10 + snapcraftctl pull 00:44:11 'edgex-go' has dependencies that need to be staged: go115 00:44:11 Skipping pull go115 (already ran) 00:44:11 Building go115 00:44:11 + dpkg --print-architecture 00:44:11 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 00:44:11 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 00:44:11 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 00:44:11 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:11 Dload Upload Total Spent Left Speed 00:44:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.0M 0 0 29.4M 0 0:00:03 --:--:-- 0:00:03 29.4M 55 115M 55 64.0M 0 0 32.7M 0 0:00:03 0:00:01 0:00:02 32.7M 88 115M 88 102M 0 0 34.4M 0 0:00:03 0:00:02 0:00:01 34.4M 100 115M 100 115M 0 0 34.8M 0 0:00:03 0:00:03 --:--:-- 34.8M 00:44:14 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 00:44:14 + sha256sum -c sha256 00:44:14 + grep OK 00:44:15 go1.15.2.linux-amd64.tar.gz: OK 00:44:15 + mkdir -p /root/stage/go1.15 00:44:15 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 00:44:19 Staging go115 00:44:19 + snapcraftctl stage 00:44:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:24 Fetched 0 B in 0s (0 B/s) 00:44:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:44:24 Fetched 224 kB in 0s (0 B/s) 00:44:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:44:24 Fetched 157 kB in 0s (0 B/s) 00:44:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:44:24 Fetched 221 kB in 0s (0 B/s) 00:44:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:44:24 Fetched 143 kB in 0s (0 B/s) 00:44:24 Pulling edgex-go 00:44:24 + snapcraftctl pull 00:44:24 Pulling version 00:44:24 + cd /root/project 00:44:24 + [ -f VERSION ] 00:44:24 + PROJECT_VERSION=local-dev 00:44:24 + git rev-parse --short HEAD 00:44:24 + GIT_REVISION=37957dac 00:44:24 + snapcraftctl set-version local-dev 00:44:25 Building config-common 00:44:25 + snapcraftctl build 00:44:27 Skipping build go-build-helper (already ran) 00:44:27 Skipping build static-packages (already ran) 00:44:27 Skipping build go115 (already ran) 00:44:27 Building edgex-go 00:44:27 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 00:44:27 + cd /root/parts/edgex-go/src 00:44:27 + make build 00:44:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:30 go: downloading github.com/gorilla/mux v1.8.0 00:44:30 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:44:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 00:44:30 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:44:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:44:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:44:30 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 00:44:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:44:30 go: downloading github.com/imdario/mergo v0.3.11 00:44:30 go: downloading github.com/pkg/errors v0.8.1 00:44:30 go: downloading github.com/google/uuid v1.2.0 00:44:30 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:44:30 go: downloading github.com/x448/float16 v0.8.4 00:44:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:44:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:44:30 go: downloading github.com/go-kit/kit v0.8.0 00:44:30 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:44:30 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:44:30 go: downloading github.com/pelletier/go-toml v1.2.0 00:44:30 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:44:30 go: downloading github.com/pebbe/zmq4 v1.2.2 00:44:30 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:44:30 go: downloading github.com/BurntSushi/toml v0.3.1 00:44:30 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:44:30 go: downloading github.com/hashicorp/consul/api v1.1.0 00:44:30 go: downloading github.com/go-playground/universal-translator v0.17.0 00:44:30 go: downloading github.com/leodido/go-urn v1.2.0 00:44:30 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:44:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:44:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:44:30 go: downloading github.com/mitchellh/copystructure v1.0.0 00:44:30 go: downloading github.com/go-playground/locales v0.13.0 00:44:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:44:30 go: downloading github.com/hashicorp/serf v0.8.2 00:44:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:44:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:44:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:44:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:44:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:37 go: downloading gopkg.in/yaml.v2 v2.4.0 00:44:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:43 go: downloading github.com/stretchr/testify v1.7.0 00:44:43 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:44:43 go: downloading github.com/pmezard/go-difflib v1.0.0 00:44:43 go: downloading github.com/davecgh/go-spew v1.1.1 00:44:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:45 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:44:45 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:44: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 00:44:46 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:46 ---> 8ed800c65d75 00:44:46 Step 3/26 : WORKDIR /edgex-go 00:44:46 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:46 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:44:46 ---> 8ed800c65d75 00:44:46 Step 3/30 : WORKDIR /edgex-go 00:44:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:46 ---> 8ed800c65d75 00:44:46 Step 3/22 : WORKDIR /edgex-go 00:44:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:46 ---> 8ed800c65d75 00:44:46 Step 3/24 : WORKDIR /edgex-go 00:44:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:46 ---> 8ed800c65d75 00:44:46 Step 3/23 : WORKDIR /edgex-go 00:44:46 ---> Running in 31ab7485899e 00:44:46 ---> Running in c03b92555287 00:44:46 ---> Running in 8fe56ad7890f 00:44:46 ---> Running in 0410afb15ac4 00:44:46 ---> Running in ed9bf3886637 00:44:46 Removing intermediate container c03b92555287 00:44:46 ---> 93eb50e167b9 00:44:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:46 Removing intermediate container 31ab7485899e 00:44:46 ---> 6ff18dac9748 00:44:46 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:46 Removing intermediate container 0410afb15ac4 00:44:46 ---> 93ebfa69a2ca 00:44:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:46 ---> Running in 476356e34064 00:44:46 Removing intermediate container 8fe56ad7890f 00:44:46 ---> 8472232884b2 00:44:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:46 Removing intermediate container ed9bf3886637 00:44:46 ---> fe5619da805b 00:44:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:46 ---> Running in e0fef719da22 00:44:46 ---> Running in 730f3eb22a65 00:44:46 ---> Running in e389b1a5720c 00:44:46 ---> Running in 2785d500093c 00:44:46 Removing intermediate container 476356e34064 00:44:46 ---> fc14611ea480 00:44:46 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:46 ---> Running in 8f5d02eeeb78 00:44: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 00:44:47 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:44:47 Removing intermediate container 730f3eb22a65 00:44:47 ---> 763a67294466 00:44:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:47 ---> Running in c44d2765218d 00:44:47 Removing intermediate container 2785d500093c 00:44:47 ---> 7c1d691da35e 00:44:47 Step 5/23 : RUN apk add --update --no-cache make git 00:44:47 Removing intermediate container e389b1a5720c 00:44:47 ---> 785faedddec0 00:44:47 Step 5/24 : RUN apk add --update --no-cache make git 00:44:47 Removing intermediate container e0fef719da22 00:44:47 ---> 8d3a933be05f 00:44:47 Step 5/30 : RUN apk add --update --no-cache make git 00:44:48 ---> Running in 7c4054a3ccd5 00:44:48 ---> Running in b699fc06d526 00:44:48 ---> Running in 5e2d6e9606d0 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 OK: 217 MiB in 51 packages 00:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44:50 go: downloading github.com/lib/pq v1.9.0 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:51 OK: 217 MiB in 51 packages 00:44:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:44:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:44:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:44:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:44:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:44:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:44:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:44:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:44:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:44:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:44:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:44:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:44:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:44:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:44:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:44:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:44:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:44:51 + 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 00:44:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:44:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:44:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:44:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:44:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:44:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:44:51 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:44:51 OK: 217 MiB in 51 packages 00:44:51 OK: 217 MiB in 51 packages 00:44:52 Removing intermediate container 8f5d02eeeb78 00:44:52 ---> 6f2e73eae3bd 00:44:52 Step 6/26 : COPY go.mod . 00:44:53 OK: 217 MiB in 51 packages 00:44:53 Building version 00:44:53 + snapcraftctl build 00:44:53 ---> ada6b479dbcb 00:44:53 Step 7/26 : RUN go mod download 00:44:53 Removing intermediate container 7c4054a3ccd5 00:44:53 ---> 27bbee5d59a2 00:44:53 Step 6/23 : COPY go.mod . 00:44:53 ---> Running in 83b16ce0a359 00:44:53 Removing intermediate container 5e2d6e9606d0 00:44:53 ---> ca639e70c20a 00:44:53 Step 6/30 : COPY go.mod . 00:44:53 Removing intermediate container b699fc06d526 00:44:53 ---> fa4603d7f8b6 00:44:53 Step 6/24 : COPY go.mod . 00:44:54 ---> b4482a9e736c 00:44:54 Step 7/23 : RUN go mod download 00:44:54 ---> Running in c5de1eb91bc1 00:44:54 Removing intermediate container c44d2765218d 00:44:54 ---> 21e701e1bbc2 00:44:54 Step 6/22 : COPY go.mod . 00:44:55 Staging config-common 00:44:55 + snapcraftctl stage 00:44:55 ---> 37bd0465c255 00:44:55 Step 7/30 : RUN go mod download 00:44:55 ---> 41fd2f0494e8 00:44:55 Step 7/24 : RUN go mod download 00:44:55 ---> Running in e5ba046c6576 00:44:55 ---> Running in 4de08eb671f8 00:44:55 Skipping stage go-build-helper (already ran) 00:44:55 Skipping stage static-packages (already ran) 00:44:55 Skipping stage go115 (already ran) 00:44:55 Staging edgex-go 00:44:55 + snapcraftctl stage 00:44:56 ---> 9124858e536d 00:44:56 Step 7/22 : RUN go mod download 00:44:56 ---> Running in 560beb9d2e22 00:44:56 Staging version 00:44:56 + snapcraftctl stage 00:44:57 Priming config-common 00:44:57 + snapcraftctl prime 00:44:58 Removing intermediate container 83b16ce0a359 00:44:58 ---> b8afbd40d8c6 00:44:58 Step 8/26 : COPY . . 00:44:58 Priming go-build-helper 00:44:58 + snapcraftctl prime 00:44:59 Priming static-packages 00:44:59 + snapcraftctl prime 00:44:59 Removing intermediate container c5de1eb91bc1 00:44:59 ---> 0ea5323ddd35 00:44:59 Step 8/23 : COPY . . 00:45:00 Removing intermediate container e5ba046c6576 00:45:00 ---> 5ca56d45fa49 00:45:00 Step 8/30 : COPY . . 00:45:00 Removing intermediate container 4de08eb671f8 00:45:00 ---> 2a4a3824317a 00:45:00 Step 8/24 : COPY . . 00:45:01 Removing intermediate container 560beb9d2e22 00:45:01 ---> fe166194b9c6 00:45:01 Step 8/22 : COPY . . 00:45:01 Priming go115 00:45:01 + snapcraftctl prime 00:45:02 Priming edgex-go 00:45:02 + snapcraftctl prime 00:45:03 Priming version 00:45:03 + snapcraftctl prime 00:45:04 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] } 00:45:28 ---> 5f9a4a8bce2c 00:45:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:28 ---> 1eb3622cf453 00:45:28 Step 9/23 : RUN make cmd/core-command/core-command 00:45:28 ---> a51a4b222c02 00:45:28 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:28 ---> Running in d7c176a82f18 00:45:28 ---> baa64237a2e5 00:45:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:28 ---> 8e2660000299 00:45:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:28 ---> Running in 4370de5db2d6 00:45:28 ---> Running in 5f8eb9041e53 00:45:28 ---> Running in 401cef5543f8 00:45:28 ---> Running in f5c85cac442f 00:45: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 00:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:29 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 00:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:06 Removing intermediate container 5f8eb9041e53 00:47:06 ---> 0c7786c03e75 00:47:06 00:47:06 Step 10/30 : FROM alpine:3.12 00:47:06 3.12: Pulling from library/alpine 00:47:06 Removing intermediate container f5c85cac442f 00:47:06 ---> 474c5b618364 00:47:06 00:47:06 Step 10/24 : FROM alpine:3.12 00:47:07 3.12: Pulling from library/alpine 00:47:07 Removing intermediate container d7c176a82f18 00:47:07 ---> d401ee0be51b 00:47:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:07 ---> Running in 6fdf0a103880 00:47:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:07 Status: Image is up to date for alpine:3.12 00:47:07 ---> afeebe901d6b 00:47:07 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:07 Status: Downloaded newer image for alpine:3.12 00:47:07 ---> afeebe901d6b 00:47:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:08 ---> Running in f6e84f79f04d 00:47:08 ---> Running in 7e06da1a7012 00:47:09 Removing intermediate container 7e06da1a7012 00:47:09 ---> d8f66270250a 00:47:09 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:09 ---> Running in 7585a69644c6 00:47:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:11 (1/5) Installing ca-certificates (20191127-r4) 00:47:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:11 (3/5) Installing libcurl (7.69.1-r3) 00:47:11 (4/5) Installing curl (7.69.1-r3) 00:47:11 (5/5) Installing dumb-init (1.2.2-r1) 00:47:11 Executing busybox-1.31.1-r19.trigger 00:47:11 Executing ca-certificates-20191127-r4.trigger 00:47:12 (1/2) Installing dumb-init (1.2.2-r1) 00:47:12 (2/2) Installing su-exec (0.2-r1) 00:47:12 Executing busybox-1.31.1-r19.trigger 00:47:12 OK: 7 MiB in 19 packages 00:47:12 OK: 5 MiB in 16 packages 00:47:15 Removing intermediate container 7585a69644c6 00:47:15 ---> 8a233b8dcf11 00:47:15 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:15 Removing intermediate container f6e84f79f04d 00:47:15 ---> 052a1044ff77 00:47:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:15 ---> Running in 8de58e8fdd98 00:47:15 ---> Running in 16601edb10eb 00:47:16 Removing intermediate container 6fdf0a103880 00:47:16 ---> 76bb91fcc69e 00:47:16 00:47:16 Step 11/26 : FROM docker:20.10.0 00:47:16 20.10.0: Pulling from library/docker 00:47:16 Removing intermediate container 8de58e8fdd98 00:47:16 ---> 6a192d11d58d 00:47:16 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:17 Removing intermediate container 16601edb10eb 00:47:17 ---> a2cae3676ac1 00:47:17 Step 13/24 : WORKDIR / 00:47:18 ---> Running in a55943ba97c2 00:47:18 Removing intermediate container 4370de5db2d6 00:47:18 ---> 2ac6f3189062 00:47:18 00:47:18 Step 10/23 : FROM alpine:3.12 00:47:19 ---> afeebe901d6b 00:47:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:19 ---> Running in 1f5d4a1451d1 00:47:19 ---> Running in ae63c22496b6 00:47:19 Removing intermediate container 401cef5543f8 00:47:19 ---> d807870e8b5c 00:47:19 00:47:19 Step 10/22 : FROM alpine:3.12 00:47:19 ---> afeebe901d6b 00:47:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:19 Removing intermediate container a55943ba97c2 00:47:19 ---> 9bfe4e70805d 00:47:19 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:19 Removing intermediate container 1f5d4a1451d1 00:47:19 ---> 89c9989dcb3b 00:47: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 00:47:19 ---> Running in f2ba4bc6f8ba 00:47:19 ---> Running in 901601146a47 00:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:21 ---> 5e2e5d31f8fe 00:47: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 00:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:22 (1/1) Installing dumb-init (1.2.2-r1) 00:47:22 Executing busybox-1.31.1-r19.trigger 00:47:22 OK: 5 MiB in 15 packages 00:47:23 (1/2) Installing ca-certificates (20191127-r4) 00:47:23 (2/2) Installing dumb-init (1.2.2-r1) 00:47:23 Executing busybox-1.31.1-r19.trigger 00:47:23 Executing ca-certificates-20191127-r4.trigger 00:47:23 OK: 6 MiB in 16 packages 00:47:24 ---> a4288ad01054 00:47:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:24 Removing intermediate container 901601146a47 00:47:24 ---> 3665839285e4 00:47:24 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:47:24 ---> Running in 01473d747703 00:47:25 Removing intermediate container ae63c22496b6 00:47:25 ---> 5741dda78326 00:47:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:25 ---> Running in 331bbb37e1b6 00:47:25 ---> c4c830860f07 00:47:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:25 Removing intermediate container 01473d747703 00:47:25 ---> e275505b48bf 00:47:25 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:26 Removing intermediate container f2ba4bc6f8ba 00:47:26 ---> 35cb07be9c49 00:47:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:26 Removing intermediate container 331bbb37e1b6 00:47:26 ---> f6253d1a7ac5 00:47:26 Step 13/23 : ENV APP_PORT=48082 00:47:27 ---> Running in 49b9ab4547c0 00:47:27 ---> f36de792a49e 00:47:27 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:27 ---> Running in 40070770a835 00:47:27 ---> Running in 4ab169dc9ad1 00:47:27 ---> 7af82c6ab09a 00:47:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:28 Removing intermediate container 49b9ab4547c0 00:47:28 ---> 1ea37a579b92 00:47:28 Step 13/22 : ENV APP_PORT=48060 00:47:28 Removing intermediate container 40070770a835 00:47:28 ---> d1777134a8ae 00:47:28 Step 14/23 : EXPOSE $APP_PORT 00:47:28 ---> Running in 940a9c418f74 00:47:29 ---> Running in 206b73a7cde7 00:47:30 Removing intermediate container 940a9c418f74 00:47:30 ---> 70dd9feaa38d 00:47:30 Step 14/22 : EXPOSE $APP_PORT 00:47:30 ---> 28423f9e7bdc 00:47:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:30 Removing intermediate container 206b73a7cde7 00:47:30 ---> 6326d0f7c43d 00:47:30 Step 15/23 : WORKDIR / 00:47:30 ---> Running in feb1d1d60c3c 00:47:30 ---> Running in 5dd2ee422bc5 00:47:31 Removing intermediate container feb1d1d60c3c 00:47:31 ---> 0c4958695f9f 00:47:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:31 Removing intermediate container 5dd2ee422bc5 00:47:31 ---> 4ef8894df8a4 00:47:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:31 ---> a7fc9c287bfa 00:47:31 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/ 00:47:31 ---> Running in 5b50b0ce27a4 00:47:32 Removing intermediate container 4ab169dc9ad1 00:47:32 ---> d4e232487862 00:47:32 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:32 ---> c027b434ec31 00:47:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:32 Status: Downloaded newer image for docker:20.10.0 00:47:32 ---> eeaf43b92773 00:47:32 Step 12/26 : RUN apk add --no-cache bash 00:47:32 ---> de345238802b 00:47:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:32 ---> Running in 59e22eddc8d3 00:47:34 ---> be48c6e1a36f 00:47:34 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:34 ---> 0c0bcc82c656 00:47:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:35 ---> 992768732156 00:47:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:35 (1/2) Installing readline (8.0.4-r0) 00:47:35 (2/2) Installing bash (5.0.17-r0) 00:47:35 Executing bash-5.0.17-r0.post-install 00:47:35 Executing busybox-1.31.1-r19.trigger 00:47:35 OK: 12 MiB in 22 packages 00:47:36 ---> a640fb82e60f 00:47:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:36 ---> 9079cd0463e8 00:47:36 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:36 Removing intermediate container 5b50b0ce27a4 00:47:36 ---> 724e79bbe7d3 00:47:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:36 ---> Running in 93fc50b94b0e 00:47:36 ---> 3e9067ccc882 00:47:36 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:36 ---> Running in 5f1b411c9c2d 00:47:36 ---> Running in b860d149925e 00:47:37 Removing intermediate container 93fc50b94b0e 00:47:37 ---> 4ec267ebb4af 00:47:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:37 Removing intermediate container 5f1b411c9c2d 00:47:37 ---> 61d0cab1a361 00:47:37 Step 22/24 : LABEL arch=arm64 00:47:37 Removing intermediate container 59e22eddc8d3 00:47:37 ---> 9e8e1d348ea1 00:47:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:37 ---> Running in fb9756c8f6d3 00:47:37 ---> cd2982534aa8 00:47:37 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:37 Removing intermediate container b860d149925e 00:47:37 ---> 71e2559aca75 00:47:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:37 ---> Running in b733ee83a306 00:47:37 ---> Running in b2d7242257b6 00:47:37 ---> Running in e4ba90745e35 00:47:38 Removing intermediate container fb9756c8f6d3 00:47:38 ---> 174291a7d857 00:47:38 Step 20/22 : LABEL arch=arm64 00:47:38 ---> Running in 4e6675f0481d 00:47:38 Removing intermediate container e4ba90745e35 00:47:38 ---> b57fde4af463 00:47:38 Step 21/23 : LABEL arch=arm64 00:47:38 Removing intermediate container b733ee83a306 00:47:38 ---> 787e4a1f66d5 00:47:38 Step 14/26 : ENV APP_PORT=48090 00:47:38 Removing intermediate container b2d7242257b6 00:47:38 ---> 36b713e07276 00:47:38 Step 23/24 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:47:38 ---> 6fe275ebe1f4 00:47:38 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:47:38 ---> Running in e91b4be9fe7b 00:47:38 ---> Running in 5ab7254c3235 00:47:38 ---> Running in 854e3779a240 00:47:39 Removing intermediate container 4e6675f0481d 00:47:39 ---> 2bafee8a52f0 00:47:39 Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:47:39 ---> Running in 035ca63b25f4 00:47:39 ---> Running in ceb4b1809ca6 00:47:39 Removing intermediate container 5ab7254c3235 00:47:39 ---> 22ad5991a16e 00:47:39 Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:47:39 Removing intermediate container e91b4be9fe7b 00:47:39 ---> f75b9d0d7b3d 00:47:39 Step 15/26 : EXPOSE $APP_PORT 00:47:39 ---> Running in 2ba242cc546c 00:47:39 ---> Running in 6fe2bc8fffb6 00:47:39 Removing intermediate container 854e3779a240 00:47:39 ---> a25e437e7856 00:47:39 Step 24/24 : LABEL version=0.0.0 00:47:39 Removing intermediate container 035ca63b25f4 00:47:39 ---> 1e4341d127bf 00:47:39 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:40 ---> Running in f35e75eda27f 00:47:40 Removing intermediate container ceb4b1809ca6 00:47:40 ---> 1f5dcb5b17af 00:47:40 Step 22/22 : LABEL version=0.0.0 00:47:40 ---> Running in 2d353d9601db 00:47:40 Removing intermediate container 2ba242cc546c 00:47:40 ---> 806e533fc685 00:47:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:40 Removing intermediate container 6fe2bc8fffb6 00:47:40 ---> bc62fcff163e 00:47:40 Step 23/23 : LABEL version=0.0.0 00:47:41 Removing intermediate container f35e75eda27f 00:47:41 ---> 87cd3d6262eb 00:47:41 00:47:41 ---> Running in 5eb9b2739072 00:47:41 ---> a4663745934e 00:47:41 Step 25/30 : RUN chmod +x /entrypoint.sh 00:47:41 Removing intermediate container 2d353d9601db 00:47:41 ---> 37d2a5ae3e76 00:47:41 00:47:41 Successfully built 87cd3d6262eb 00:47:41 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:41  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:47:41 Successfully built 37d2a5ae3e76 00:47:42 ---> Running in e435cff8be35 00:47:42 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:42  Building docker-support-notifications-go ... done Building docker-core-data-go 00:47:42 Removing intermediate container 5eb9b2739072 00:47:42 ---> 9c4b4a5e5e16 00:47:42 00:47:42 ---> b4150219d05d 00:47:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:43 Successfully built 9c4b4a5e5e16 00:47:43 Successfully tagged docker-core-command-go-arm64:latest 00:47:43  Building docker-core-command-go ... done Building docker-core-metadata-go 00:47:44 ---> cc2f7b91a2a4 00:47:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:44 ---> 7280d02863ef 00:47:44 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:45 ---> Running in 6467f30a6151 00:47:45 Removing intermediate container e435cff8be35 00:47:45 ---> ee62712d3c8b 00:47:45 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:47:45 ---> Running in 20a9b935caa8 00:47:46 Removing intermediate container 20a9b935caa8 00:47:46 ---> f6a0a0c8016d 00:47:46 Step 27/30 : CMD ["gate"] 00:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:48 (1/33) Installing libbz2 (1.0.8-r1) 00:47:48 (2/33) Installing expat (2.2.9-r1) 00:47:48 (3/33) Installing libffi (3.3-r2) 00:47:48 (4/33) Installing gdbm (1.13-r1) 00:47:48 (5/33) Installing xz-libs (5.2.5-r0) 00:47:48 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:48 (7/33) Installing python3 (3.8.5-r0) 00:47:48 ---> Running in 31517ab6ba3b 00:47:49 Removing intermediate container 31517ab6ba3b 00:47:49 ---> 6046c9ec87f7 00:47:49 Step 28/30 : LABEL arch=arm64 00:47:50 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:50 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:50 (11/33) Installing py3-six (1.15.0-r0) 00:47:50 (12/33) Installing py3-packaging (20.4-r0) 00:47:50 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:50 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:50 (15/33) Installing py3-idna (2.9-r0) 00:47:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:50 (18/33) Installing py3-requests (2.23.0-r0) 00:47:50 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:50 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:50 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:50 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:50 (24/33) Installing py3-distro (1.5.0-r1) 00:47:50 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:50 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:50 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:50 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:50 (29/33) Installing py3-progress (1.5-r0) 00:47:50 (30/33) Installing py3-toml (0.10.1-r0) 00:47:50 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:50 (33/33) Installing py3-pip (20.1.1-r0) 00:47:51 Executing busybox-1.31.1-r19.trigger 00:47:51 OK: 71 MiB in 55 packages 00:47:51 ---> Running in 31343b5567fc 00:47:52 Removing intermediate container 31343b5567fc 00:47:52 ---> 04d549c89264 00:47:52 Step 29/30 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:47:52 ---> Running in 5b24a44ddf01 00:47:53 Removing intermediate container 5b24a44ddf01 00:47:53 ---> 1bb3fcb2751c 00:47:53 Step 30/30 : LABEL version=0.0.0 00:47:55 ---> Running in 366eca9314ff 00:47:56 Removing intermediate container 366eca9314ff 00:47:56 ---> 81bfa27fa0f5 00:47:56 00:47:57 Successfully built 81bfa27fa0f5 00:47:57 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:47:57 Building docker-security-proxy-setup-go 00:47:59  Building docker-security-bootstrapper-go ... done Removing intermediate container 6467f30a6151 00:47:59 ---> 8774cebdf465 00:47:59 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:00 ---> Running in b66d881e9f90 00:48:06 Collecting docker-compose==1.23.2 00:48:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:07 Collecting cached-property<2,>=1.2.0 00:48:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:11 Collecting docker<4.0,>=3.6.0 00:48:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:12 Collecting jsonschema<3,>=2.5.1 00:48:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:13 Collecting PyYAML<4,>=3.10 00:48:13 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:17 Collecting docopt<0.7,>=0.6.1 00:48:17 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:20 Collecting dockerpty<0.5,>=0.4.1 00:48:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:23 Collecting websocket-client<1.0,>=0.32.0 00:48:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:23 Collecting texttable<0.10,>=0.9.0 00:48:23 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:26 Collecting idna<2.8,>=2.5 00:48:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:27 Collecting urllib3<1.25,>=1.21.1 00:48:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:27 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:48:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:48:27 Collecting docker-pycreds>=0.4.0 00:48:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:29 Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docopt, dockerpty, texttable, docker-compose 00:48:29 Attempting uninstall: idna 00:48:29 Found existing installation: idna 2.9 00:48:29 Uninstalling idna-2.9: 00:48:29 Successfully uninstalled idna-2.9 00:48:30 Attempting uninstall: urllib3 00:48:30 Found existing installation: urllib3 1.25.9 00:48:30 Uninstalling urllib3-1.25.9: 00:48:30 Successfully uninstalled urllib3-1.25.9 00:48:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:32 ---> 8ed800c65d75 00:48:32 Step 3/23 : WORKDIR /edgex-go 00:48:32 ---> Using cache 00:48:32 ---> fe5619da805b 00:48:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:32 ---> Using cache 00:48:32 ---> 7c1d691da35e 00:48:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:32 Attempting uninstall: requests 00:48:32 Found existing installation: requests 2.23.0 00:48:32 Uninstalling requests-2.23.0: 00:48:33 Successfully uninstalled requests-2.23.0 00:48:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:33 ---> 8ed800c65d75 00:48:33 Step 3/22 : WORKDIR /edgex-go 00:48:33 ---> Using cache 00:48:33 ---> fe5619da805b 00:48:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:33 ---> Using cache 00:48:33 ---> 7c1d691da35e 00:48:33 Step 5/22 : RUN apk add --update --no-cache make git 00:48:33 ---> Using cache 00:48:33 ---> 27bbee5d59a2 00:48:33 Step 6/22 : COPY go.mod . 00:48:33 ---> Using cache 00:48:33 ---> b4482a9e736c 00:48:33 Step 7/22 : RUN go mod download 00:48:33 ---> Using cache 00:48:33 ---> 0ea5323ddd35 00:48:33 Step 8/22 : COPY . . 00:48:33 ---> Using cache 00:48:33 ---> 1eb3622cf453 00:48:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:33 ---> 8ed800c65d75 00:48:33 Step 3/23 : WORKDIR /edgex-go 00:48:33 ---> Using cache 00:48:33 ---> fe5619da805b 00:48:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:33 ---> Using cache 00:48:33 ---> 7c1d691da35e 00:48:33 Step 5/23 : RUN apk add --update --no-cache make git 00:48:33 ---> Using cache 00:48:33 ---> 27bbee5d59a2 00:48:33 Step 6/23 : COPY go.mod . 00:48:33 ---> Using cache 00:48:33 ---> b4482a9e736c 00:48:33 Step 7/23 : RUN go mod download 00:48:33 ---> Using cache 00:48:33 ---> 0ea5323ddd35 00:48:33 Step 8/23 : COPY . . 00:48:33 ---> Using cache 00:48:33 ---> 1eb3622cf453 00:48:33 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:48:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> 8ed800c65d75 00:48:37 Step 3/21 : WORKDIR /edgex-go 00:48:37 ---> Using cache 00:48:37 ---> fe5619da805b 00:48:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 ---> Using cache 00:48:37 ---> 7c1d691da35e 00:48:37 Step 5/21 : RUN apk add --update --no-cache make git 00:48:37 ---> Using cache 00:48:37 ---> 27bbee5d59a2 00:48:37 Step 6/21 : COPY go.mod . 00:48:37 ---> Using cache 00:48:37 ---> b4482a9e736c 00:48:37 Step 7/21 : RUN go mod download 00:48:37 ---> Using cache 00:48:37 ---> 0ea5323ddd35 00:48:37 Step 8/21 : COPY . . 00:48:37 ---> Using cache 00:48:37 ---> 1eb3622cf453 00:48:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:39 ---> Running in f184ebc9fe7e 00:48:39 ---> Running in 5b309044e0ec 00:48:39 ---> Running in f93e00af591d 00:48:39 ---> Running in 4722c70b3ba6 00:48:39 Running setup.py install for PyYAML: started 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:43 Running setup.py install for PyYAML: finished with status 'done' 00:48:43 Running setup.py install for docopt: started 00:48:43 OK: 217 MiB in 51 packages 00:48:45 Removing intermediate container f93e00af591d 00:48:45 ---> 3638c252caa8 00:48:45 Step 6/23 : COPY go.mod . 00:48:46 ---> 159ca5408f00 00:48:46 Step 7/23 : RUN go mod download 00:48:46 ---> Running in 3b3ff52198f5 00:48:46 Running setup.py install for docopt: finished with status 'done' 00:48:46 Running setup.py install for dockerpty: started 00:48:50 Running setup.py install for dockerpty: finished with status 'done' 00:48:50 Running setup.py install for texttable: started 00:48:51 Removing intermediate container 3b3ff52198f5 00:48:51 ---> 0123eb9ca376 00:48:51 Step 8/23 : COPY . . 00:48:55 Running setup.py install for texttable: finished with status 'done' 00:48:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:49:09 Removing intermediate container b66d881e9f90 00:49:09 ---> 429f19ffb477 00:49:09 Step 21/26 : RUN apk --no-cache add curl 00:49:09 ---> Running in 2d643b8f1050 00:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:11 ---> 5bdc23ecd1d3 00:49:11 Step 9/23 : RUN make cmd/core-data/core-data 00:49:11 ---> Running in 47c3d918a704 00:49:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:12 (2/3) Installing libcurl (7.69.1-r3) 00:49:12 (3/3) Installing curl (7.69.1-r3) 00:49:12 Executing busybox-1.31.1-r19.trigger 00:49:12 OK: 71 MiB in 58 packages 00:49:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:15 Removing intermediate container 2d643b8f1050 00:49:15 ---> 26f0bff51e4f 00:49:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:15 ---> Running in e59dc6777391 00:49:15 Removing intermediate container e59dc6777391 00:49:15 ---> b8802470ea2c 00:49:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:16 ---> Running in 93ec3c7041c7 00:49:16 Removing intermediate container 93ec3c7041c7 00:49:16 ---> fac42db26d6d 00:49:16 Step 24/26 : LABEL arch=arm64 00:49:16 ---> Running in a90b92420a69 00:49:17 Removing intermediate container a90b92420a69 00:49:17 ---> 75b2d5c2a122 00:49:17 Step 25/26 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:49:17 ---> Running in edfd512ccb4c 00:49:18 Removing intermediate container edfd512ccb4c 00:49:18 ---> 791cf23f6646 00:49:18 Step 26/26 : LABEL version=0.0.0 00:49:18 ---> Running in 1e35520734d5 00:49:19 Removing intermediate container 1e35520734d5 00:49:19 ---> c40c9032120e 00:49:19 00:49:19 Successfully built c40c9032120e 00:49:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:06  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 00:50:19 Removing intermediate container 5b309044e0ec 00:50:19 ---> cb608ea7dbb4 00:50:19 00:50:19 Step 10/21 : FROM alpine:3.12 00:50:19 ---> afeebe901d6b 00:50:19 Step 11/21 : RUN apk add --update --no-cache curl 00:50:19 ---> Running in 9d6ce32ef762 00:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:21 (1/4) Installing ca-certificates (20191127-r4) 00:50:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:21 (3/4) Installing libcurl (7.69.1-r3) 00:50:21 (4/4) Installing curl (7.69.1-r3) 00:50:21 Executing busybox-1.31.1-r19.trigger 00:50:21 Executing ca-certificates-20191127-r4.trigger 00:50:22 OK: 7 MiB in 18 packages 00:50:24 Removing intermediate container 9d6ce32ef762 00:50:24 ---> c91a19aa8191 00:50:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:24 ---> Running in 341c9adac1cc 00:50:25 Removing intermediate container 341c9adac1cc 00:50:25 ---> 001edd1b4b1c 00:50:25 Step 13/21 : WORKDIR /edgex 00:50:25 ---> Running in 2b46a4ac4f91 00:50:26 Removing intermediate container 2b46a4ac4f91 00:50:26 ---> 591bc2f080ea 00:50:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:28 ---> 2c92311b01b5 00:50:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:31 ---> 83c240d91650 00:50:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:31 Removing intermediate container f184ebc9fe7e 00:50:31 ---> 8aba2c953bba 00:50:31 00:50:31 Step 10/22 : FROM alpine:3.12 00:50:31 ---> afeebe901d6b 00:50:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:31 ---> Using cache 00:50:31 ---> 5741dda78326 00:50:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:32 ---> Using cache 00:50:32 ---> f6253d1a7ac5 00:50:32 Step 13/22 : ENV APP_PORT=48085 00:50:32 ---> Running in dc638ca2bdb9 00:50:33 ---> 38c0a1fdebb2 00:50:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:33 Removing intermediate container dc638ca2bdb9 00:50:33 ---> 44904b530ba4 00:50:33 Step 14/22 : EXPOSE $APP_PORT 00:50:33 ---> Running in cec3ad49d48f 00:50:34 ---> Running in 37b4cbcd7d96 00:50:34 Removing intermediate container cec3ad49d48f 00:50:34 ---> 27e3e1801b91 00:50:34 Step 18/21 : CMD ["--init=true"] 00:50:35 Removing intermediate container 37b4cbcd7d96 00:50:35 ---> 20fa8c5bfdea 00:50:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:35 ---> Running in 50b329bd714e 00:50:36 Removing intermediate container 50b329bd714e 00:50:36 ---> 98c8572dfca3 00:50:36 Step 19/21 : LABEL arch=arm64 00:50:36 ---> Running in 8671e3a791a4 00:50:36 ---> 3e74f5799692 00:50:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:37 Removing intermediate container 8671e3a791a4 00:50:37 ---> 2a85ae730391 00:50:37 Step 20/21 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:50:38 ---> Running in b304a08fe8e9 00:50:39 Removing intermediate container b304a08fe8e9 00:50:39 ---> 8e50ca73ac7e 00:50:39 ---> 3aa44621cc81 00:50:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:39 Step 21/21 : LABEL version=0.0.0 00:50:40 ---> Running in 67fbe3bf34e8 00:50:40 Removing intermediate container 4722c70b3ba6 00:50:40 ---> fbcca65d7a85 00:50:40 00:50:40 Step 10/23 : FROM alpine:3.12 00:50:40 ---> afeebe901d6b 00:50:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:40 ---> Using cache 00:50:40 ---> 5741dda78326 00:50:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:40 ---> Using cache 00:50:40 ---> f6253d1a7ac5 00:50:40 Step 13/23 : ENV APP_PORT=48081 00:50:41 ---> Running in de06d2963d1a 00:50:41 ---> 608af9ba84cf 00:50:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:41 Removing intermediate container 67fbe3bf34e8 00:50:41 ---> b0eeaa58fa36 00:50:41 00:50:41 ---> Running in 6f29dad904d1 00:50:42 Successfully built b0eeaa58fa36 00:50:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:42  Building docker-security-proxy-setup-go ... done Removing intermediate container de06d2963d1a 00:50:42 ---> 580541201d33 00:50:42 Step 14/23 : EXPOSE $APP_PORT 00:50:42 Removing intermediate container 6f29dad904d1 00:50:42 ---> b214b004e818 00:50:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:42 ---> Running in 11e9082cdbee 00:50:42 ---> Running in d8cbd45d3de3 00:50:42 Removing intermediate container 11e9082cdbee 00:50:42 ---> d738fd9e37e3 00:50:42 Step 15/23 : WORKDIR / 00:50:42 Removing intermediate container d8cbd45d3de3 00:50:42 ---> 96e7c15bcd78 00:50:42 Step 20/22 : LABEL arch=arm64 00:50:43 ---> Running in a74bf94839ff 00:50:43 ---> Running in a829db3de216 00:50:43 Removing intermediate container a74bf94839ff 00:50:43 ---> 2f62def67132 00:50:43 Removing intermediate container a829db3de216 00:50:43 ---> 3100a7445754 00:50:43 Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:50:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:43 ---> Running in 1465bab14a21 00:50:44 Removing intermediate container 1465bab14a21 00:50:44 ---> 4ab555969eb9 00:50:44 Step 22/22 : LABEL version=0.0.0 00:50:44 ---> b5c5ac92e707 00:50:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:44 ---> Running in de2b3bf9b3f3 00:50:45 Removing intermediate container de2b3bf9b3f3 00:50:45 ---> d2aec7b68400 00:50:45 00:50:46 Successfully built d2aec7b68400 00:50:46 ---> 39873ae71f97 00:50:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:46 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:47  Building docker-support-scheduler-go ... done  ---> 7a1e8d8892f7 00:50:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:47 ---> Running in 08d3c338312a 00:50:47 Removing intermediate container 08d3c338312a 00:50:47 ---> 46519d0efb73 00:50:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:48 ---> Running in 2dd916189a23 00:50:48 Removing intermediate container 2dd916189a23 00:50:48 ---> 544d115234e4 00:50:48 Step 21/23 : LABEL arch=arm64 00:50:48 ---> Running in 83569dc2a763 00:50:49 Removing intermediate container 83569dc2a763 00:50:49 ---> 07cc7aea61b9 00:50:49 Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:50:49 ---> Running in 2d470e40c272 00:50:49 Removing intermediate container 2d470e40c272 00:50:49 ---> e2e5bedbeca1 00:50:49 Step 23/23 : LABEL version=0.0.0 00:50:50 ---> Running in 772d722231e3 00:50:50 Removing intermediate container 772d722231e3 00:50:50 ---> cf938d32208f 00:50:50 00:50:51 Successfully built cf938d32208f 00:50:51 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:55  Building docker-core-metadata-go ... done Removing intermediate container 47c3d918a704 00:50:55 ---> 74c28af63993 00:50:55 00:50:55 Step 10/23 : FROM alpine:3.12 00:50:55 ---> afeebe901d6b 00:50:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:55 ---> Running in 391fc81ec2ed 00:50:55 Removing intermediate container 391fc81ec2ed 00:50:55 ---> 77481b6cfded 00:50:55 Step 12/23 : ENV APP_PORT=48080 00:50:55 ---> Running in 44ba50823f2a 00:50:56 Removing intermediate container 44ba50823f2a 00:50:56 ---> 1ca5cb58514b 00:50:56 Step 13/23 : EXPOSE $APP_PORT 00:50:56 ---> Running in 0216bf2ef937 00:50:56 Removing intermediate container 0216bf2ef937 00:50:56 ---> d9a9f3fdcd13 00:50:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:56 ---> Running in 38ab2b95645d 00:50:59 Removing intermediate container 38ab2b95645d 00:50:59 ---> 9b25872cbe72 00:50:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:59 ---> Running in 0521622ef301 00:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:02 (1/6) Installing dumb-init (1.2.2-r1) 00:51:02 (2/6) Installing libgcc (9.3.0-r2) 00:51:02 (3/6) Installing libsodium (1.0.18-r0) 00:51:02 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:03 (5/6) Installing libzmq (4.3.3-r0) 00:51:03 (6/6) Installing zeromq (4.3.3-r0) 00:51:03 Executing busybox-1.31.1-r19.trigger 00:51:03 OK: 8 MiB in 20 packages 00:51:04 Removing intermediate container 0521622ef301 00:51:04 ---> d2ba3f132f88 00:51:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:05 ---> 1e46d900e2a3 00:51:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:06 ---> 5dc2c450ecd7 00:51:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:07 ---> 10068cffe91c 00:51:07 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:07 ---> Running in 943f67614c22 00:51:08 Removing intermediate container 943f67614c22 00:51:08 ---> 754d3865edd7 00:51:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:08 ---> Running in 8a483e4f93db 00:51:08 Removing intermediate container 8a483e4f93db 00:51:08 ---> 5595a571e050 00:51:08 Step 21/23 : LABEL arch=arm64 00:51:08 ---> Running in d7d6a5d54f0d 00:51:09 Removing intermediate container d7d6a5d54f0d 00:51:09 ---> 36da29b627fe 00:51:09 Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 00:51:09 ---> Running in 6d84323aed84 00:51:10 Removing intermediate container 6d84323aed84 00:51:10 ---> 687ff1e9a7e1 00:51:10 Step 23/23 : LABEL version=0.0.0 00:51:10 ---> Running in f2fbc428624c 00:51:10 Removing intermediate container f2fbc428624c 00:51:10 ---> 272f12d4e054 00:51:10 00:51:10 Successfully built 272f12d4e054 00:51:10 Successfully tagged docker-core-data-go-arm64:latest 00:51:11  Building docker-core-data-go ... done  [Pipeline] } 00:51:11 $ docker stop --time=1 d5a85b3ce7933ce6fcf1cffee306021898813c1632d81ab431bbc57cc3bf61d9 00:51:13 $ docker rm -f d5a85b3ce7933ce6fcf1cffee306021898813c1632d81ab431bbc57cc3bf61d9 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:15 + docker images 00:51:15 + grep docker 00:51:15 docker-core-data-go-arm64 latest 272f12d4e054 3 seconds ago 21MB 00:51:15 docker-core-metadata-go-arm64 latest cf938d32208f 23 seconds ago 17.8MB 00:51:15 docker-support-scheduler-go-arm64 latest d2aec7b68400 29 seconds ago 16.1MB 00:51:15 docker-security-proxy-setup-go-arm64 latest b0eeaa58fa36 33 seconds ago 23.2MB 00:51:15 docker-sys-mgmt-agent-go-arm64 latest c40c9032120e About a minute ago 300MB 00:51:15 docker-security-bootstrapper-go-arm64 latest 81bfa27fa0f5 3 minutes ago 17MB 00:51:15 docker-core-command-go-arm64 latest 9c4b4a5e5e16 3 minutes ago 16MB 00:51:15 docker-support-notifications-go-arm64 latest 37d2a5ae3e76 3 minutes ago 16.7MB 00:51:15 docker-security-secretstore-setup-go-arm64 latest 87cd3d6262eb 3 minutes ago 23.4MB 00:51:15 docker 20.10.0 eeaf43b92773 2 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:51:17 provisioning config files... 00:51:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4250132853435388653tmp [Pipeline] { [Pipeline] sh 00:51:17 + set +x 00:51:17 + curl -s https://codecov.io/bash 00:51:17 + bash -s -- 00:51:18 00:51:18 _____ _ 00:51:18 / ____| | | 00:51:18 | | ___ __| | ___ ___ _____ __ 00:51:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:18 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:18 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:18 Bash-20210129-7c25fce 00:51:18 00:51:18 00:51:18 ==> git version 2.24.3 found 00:51:18 ==> 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 00:51:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:51:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:51:18 ==> Jenkins CI detected. 00:51:18 project root: . 00:51:18 --> token set from env 00:51:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:18 ==> Running gcov in . (disable via -X gcov) 00:51:18 ==> Python coveragepy not found 00:51:18 ==> Searching for coverage reports in: 00:51:18 + . 00:51:18 -> Found 1 reports 00:51:18 ==> Detecting git/mercurial file structure 00:51:18 ==> Reading reports 00:51:18 + ./coverage.out bytes=596907 00:51:18 ==> Appending adjustments 00:51:18 https://docs.codecov.io/docs/fixing-reports 00:51:21 + Found adjustments 00:51:21 ==> Gzipping contents 00:51:21 88K /tmp/codecov.gGsMkS.gz 00:51:21 ==> Uploading reports 00:51:21 url: https://codecov.io 00:51:21 query: branch=PR-3172&commit=e5074819b3820e3cae2aac12af7bd661d7652d55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= 00:51:21 -> Pinging Codecov 00:51:21 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3172&commit=e5074819b3820e3cae2aac12af7bd661d7652d55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= 00:51:22 -> Uploading to 00:51:22 https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/e5074819b3820e3cae2aac12af7bd661d7652d55/58a5407d-86d1-45c8-ab33-4ffdc83824ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T005121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7230f03d43b73c063dd3ff50ea6831c1f78d1b2cec76f2cbc6319d9f63a97c5 00:51:22 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:22 Dload Upload Total Spent Left Speed 00:51:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89582 0 0 100 89582 0 164k --:--:-- --:--:-- --:--:-- 164k 00:51:22 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e5074819b3820e3cae2aac12af7bd661d7652d55 [Pipeline] } 00:51:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:25 ---> package-listing.sh 00:51:25 ++ facter osfamily 00:51:25 ++ tr '[:upper:]' '[:lower:]' 00:51:25 + OS_FAMILY=redhat 00:51:25 + workspace=/w/workspace/edgex-go/2 00:51:25 + START_PACKAGES=/tmp/packages_start.txt 00:51:25 + END_PACKAGES=/tmp/packages_end.txt 00:51:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:25 + PACKAGES=/tmp/packages_start.txt 00:51:25 + '[' /w/workspace/edgex-go/2 ']' 00:51:25 + PACKAGES=/tmp/packages_end.txt 00:51:25 + case "${OS_FAMILY}" in 00:51:25 + rpm -qa 00:51:25 + sort 00:51:30 + '[' -f /tmp/packages_start.txt ']' 00:51:30 + '[' -f /tmp/packages_end.txt ']' 00:51:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:30 + '[' /w/workspace/edgex-go/2 ']' 00:51:30 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:51:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:51:30 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:31 00:51:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:31 alpine: Pulling from edgex-lftools-log-publisher 00:51:31 df20fa9351a1: Pulling fs layer 00:51:31 36b3adc4ff6f: Pulling fs layer 00:51:31 8ad3a11d3b57: Pulling fs layer 00:51:31 46f8f816bc3b: Pulling fs layer 00:51:31 93b61091891f: Pulling fs layer 00:51:31 93b9cdb0e59b: Pulling fs layer 00:51:31 5e14af77c1be: Pulling fs layer 00:51:31 01666e4c0597: Pulling fs layer 00:51:31 aa168da1d23b: Pulling fs layer 00:51:31 93b9cdb0e59b: Waiting 00:51:31 5e14af77c1be: Waiting 00:51:31 01666e4c0597: Waiting 00:51:31 aa168da1d23b: Waiting 00:51:31 46f8f816bc3b: Waiting 00:51:31 93b61091891f: Waiting 00:51:32 36b3adc4ff6f: Verifying Checksum 00:51:32 36b3adc4ff6f: Download complete 00:51:32 46f8f816bc3b: Verifying Checksum 00:51:32 46f8f816bc3b: Download complete 00:51:32 df20fa9351a1: Verifying Checksum 00:51:32 93b9cdb0e59b: Verifying Checksum 00:51:32 93b9cdb0e59b: Download complete 00:51:32 df20fa9351a1: Pull complete 00:51:32 36b3adc4ff6f: Pull complete 00:51:32 5e14af77c1be: Verifying Checksum 00:51:32 5e14af77c1be: Download complete 00:51:32 93b61091891f: Verifying Checksum 00:51:32 93b61091891f: Download complete 00:51:32 01666e4c0597: Verifying Checksum 00:51:32 01666e4c0597: Download complete 00:51:33 8ad3a11d3b57: Verifying Checksum 00:51:33 8ad3a11d3b57: Download complete 00:51:34 8ad3a11d3b57: Pull complete 00:51:34 46f8f816bc3b: Pull complete 00:51:34 93b61091891f: Pull complete 00:51:34 93b9cdb0e59b: Pull complete 00:51:36 aa168da1d23b: Verifying Checksum 00:51:36 aa168da1d23b: Download complete 00:51:37 5e14af77c1be: Pull complete 00:51:37 01666e4c0597: Pull complete 00:51:45 aa168da1d23b: Pull complete 00:51:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:46 prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container 00:51:46 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat 00:51:50 $ docker top acbbd6c253ecf8e6fbeba6c4929ee010a840ef7a4734d0b8a5e244262370210a -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:50 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:51 + mkdir -p /var/log/sa [Pipeline] sh 00:51:51 + ls /var/log/sa-host 00:51:51 + sadf -c /var/log/sa-host/sa18 00:51:51 file_magic: OK 00:51:51 HZ: Using current value: 100 00:51:51 file_header: OK 00:51:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:51 Statistics: 00:51:51 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... 00:51:51 File successfully converted to sysstat format version 12.2.1 00:51:51 + sadf -c /var/log/sa-host/sa23 00:51:51 file_magic: OK 00:51:51 HZ: Using current value: 100 00:51:51 file_header: OK 00:51:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:51 Statistics: 00:51:51 Hnuu...uuuununununu... 00:51:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:51 provisioning config files... 00:51:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4474084268472337822tmp [Pipeline] { [Pipeline] echo 00:51:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:52 ---> create-netrc.sh [Pipeline] } 00:51:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:52 ---> python-tools-install.sh [Pipeline] echo 00:51:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:52 ---> sudo-logs.sh 00:51:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:51:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:53 ---> job-cost.sh 00:51:53 lf-activate-venv: SKIPPING 00:51:53 INFO: No Stack... 00:51:54 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:54 INFO: Archiving Costs [Pipeline] echo 00:51:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:54 ---> logs-deploy.sh 00:51:54 lf-activate-venv: SKIPPING 00:51:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3172/2 00:51:54 INFO: archiving workspace using pattern(s): 00:51:56 Archives upload complete. 00:51:56 INFO: archiving logs to Nexus 00:51:57 ---> uname -a: 00:51:57 Linux prd-centos7-docker-4c-2g-26733.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:51:57 00:51:57 00:51:57 ---> lscpu: 00:51:57 Architecture: x86_64 00:51:57 CPU op-mode(s): 32-bit, 64-bit 00:51:57 Byte Order: Little Endian 00:51:57 Address sizes: 40 bits physical, 48 bits virtual 00:51:57 CPU(s): 4 00:51:57 On-line CPU(s) list: 0-3 00:51:57 Thread(s) per core: 1 00:51:57 Core(s) per socket: 1 00:51:57 Socket(s): 4 00:51:57 NUMA node(s): 1 00:51:57 Vendor ID: GenuineIntel 00:51:57 CPU family: 6 00:51:57 Model: 44 00:51:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:57 Stepping: 1 00:51:57 CPU MHz: 2933.438 00:51:57 BogoMIPS: 5866.87 00:51:57 Virtualization: VT-x 00:51:57 Hypervisor vendor: KVM 00:51:57 Virtualization type: full 00:51:57 L1d cache: 128 KiB 00:51:57 L1i cache: 128 KiB 00:51:57 L2 cache: 16 MiB 00:51:57 L3 cache: 64 MiB 00:51:57 NUMA node0 CPU(s): 0-3 00:51:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:57 Vulnerability Meltdown: Mitigation; PTI 00:51:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:57 Vulnerability Srbds: Not affected 00:51:57 Vulnerability Tsx async abort: Not affected 00:51:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:51:57 00:51:57 00:51:57 ---> nproc: 00:51:57 4 00:51:57 00:51:57 00:51:57 ---> df -h: 00:51:57 Filesystem Size Used Available Use% Mounted on 00:51:57 overlay 50.0G 12.5G 37.5G 25% / 00:51:57 tmpfs 64.0M 0 64.0M 0% /dev 00:51:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:57 shm 64.0M 0 64.0M 0% /dev/shm 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /facter-os 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /run/cloud-init/result.json 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/secure 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/auth.log 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/2@tmp 00:51:57 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/2 00:51:57 00:51:57 00:51:57 ---> free -m: 00:51:57 total used free shared buff/cache available 00:51:57 Mem: 1837 682 197 0 957 1070 00:51:57 Swap: 1023 69 954 00:51:57 00:51:57 00:51:57 ---> ip addr: 00:51:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:57 inet 127.0.0.1/8 scope host lo 00:51:57 valid_lft forever preferred_lft forever 00:51:57 inet6 ::1/128 scope host 00:51:57 valid_lft forever preferred_lft forever 00:51:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:57 link/ether fa:16:3e:de:09:7e brd ff:ff:ff:ff:ff:ff 00:51:57 inet 10.30.123.16/23 brd 10.30.123.255 scope global dynamic eth0 00:51:57 valid_lft 85043sec preferred_lft 85043sec 00:51:57 inet6 fe80::f816:3eff:fede:97e/64 scope link 00:51:57 valid_lft forever preferred_lft forever 00:51:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:57 link/ether 02:42:36:f7:b9:5e brd ff:ff:ff:ff:ff:ff 00:51:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:57 valid_lft forever preferred_lft forever 00:51:57 inet6 fe80::42:36ff:fef7:b95e/64 scope link 00:51:57 valid_lft forever preferred_lft forever 00:51:57 00:51:57 00:51:57 ---> sar -b -r -n DEV: 00:51:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 00:51:57 00:51:57 00:29:10 LINUX RESTART (4 CPU) 00:51:57 00:51:57 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:57 00:31:01 74.05 23.39 50.67 0.00 5269.64 13197.80 0.00 00:51:57 00:32:01 280.88 109.53 171.35 0.00 7377.44 50732.31 0.00 00:51:57 00:33:02 213.19 92.25 120.93 0.00 3650.68 16339.72 0.00 00:51:57 00:34:01 138.74 69.74 69.00 0.00 3200.14 7336.25 0.00 00:51:57 00:35:01 316.45 121.92 194.53 0.00 54452.50 127134.60 0.00 00:51:57 00:36:02 3140.17 2785.68 354.50 0.00 167688.69 181510.42 0.00 00:51:57 00:37:04 532.68 281.11 251.57 0.00 30900.52 56576.96 0.00 00:51:57 00:38:02 2500.00 2137.70 362.30 0.00 127055.11 149716.84 0.00 00:51:57 00:39:03 1786.25 1499.61 286.64 0.00 92155.97 101859.61 0.00 00:51:57 00:40:01 158.69 35.76 122.93 0.00 4178.65 14615.29 0.00 00:51:57 00:41:01 1.40 0.03 1.37 0.00 0.27 20.47 0.00 00:51:57 00:42:01 1.52 1.23 0.28 0.00 93.94 4.63 0.00 00:51:57 00:43:01 0.22 0.02 0.20 0.00 0.53 1.92 0.00 00:51:57 00:44:01 0.30 0.02 0.28 0.00 0.27 3.26 0.00 00:51:57 00:45:01 1.68 1.47 0.22 0.00 50.50 3.71 0.00 00:51:57 00:46:02 0.87 0.05 0.82 0.00 1.20 15.19 0.00 00:51:57 00:47:01 0.27 0.03 0.24 0.00 0.27 2.88 0.00 00:51:57 00:48:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 00:51:57 00:49:01 0.28 0.05 0.23 0.00 0.40 3.01 0.00 00:51:57 00:50:01 0.22 0.02 0.20 0.00 0.13 1.75 0.00 00:51:57 00:51:01 0.27 0.02 0.25 0.00 0.53 3.01 0.00 00:51:57 Average: 436.78 341.81 94.97 0.00 23718.08 34381.93 0.00 00:51:57 00:51:57 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:57 00:31:01 70500 0 793852 42.19 2620 1014572 1520732 51.90 628488 979060 13760 00:51:57 00:32:01 69516 0 747640 39.74 1492 1062896 1504412 51.34 648384 883364 84452 00:51:57 00:33:02 223996 0 786752 41.81 672 870124 1631528 55.68 666488 710880 43152 00:51:57 00:34:01 209956 0 773024 41.08 628 897936 1772940 60.51 642612 734488 72352 00:51:57 00:35:01 77796 0 804900 42.78 36 998812 2242232 76.52 769124 825816 67800 00:51:57 00:36:02 75260 0 792804 42.14 0 1013480 2139536 73.02 743488 832756 84568 00:51:57 00:37:04 74312 0 706564 37.55 0 1100668 1380432 47.11 718240 836004 60 00:51:57 00:38:02 70556 0 754572 40.10 0 1056416 2065052 70.48 755456 826672 20896 00:51:57 00:39:03 324960 0 741604 39.41 0 814980 2325108 79.35 609228 680780 46816 00:51:57 00:40:01 438372 0 604828 32.15 0 838344 1198232 40.89 528420 666212 16 00:51:57 00:41:01 441764 0 601432 31.96 0 838348 1172556 40.02 527256 665292 16 00:51:57 00:42:01 438888 0 601484 31.97 0 841172 1172568 40.02 527196 668116 8 00:51:57 00:43:01 438720 0 601656 31.98 0 841168 1172592 40.02 527504 668044 16 00:51:57 00:44:01 440304 0 600052 31.89 0 841188 1164296 39.74 526388 667904 16 00:51:57 00:45:01 438224 0 601352 31.96 0 841968 1164380 39.74 527012 668632 8 00:51:57 00:46:02 438764 0 600812 31.93 0 841968 1164332 39.74 526784 668644 8 00:51:57 00:47:01 439068 0 600496 31.92 0 841980 1164296 39.74 526496 668656 8 00:51:57 00:48:01 438920 0 600636 31.92 0 841988 1164296 39.74 526600 668660 8 00:51:57 00:49:01 438436 0 601108 31.95 0 842000 1164380 39.74 526916 668672 8 00:51:57 00:50:01 438024 0 601516 31.97 0 842004 1164380 39.74 526792 668672 8 00:51:57 00:51:01 438540 0 601008 31.94 0 841996 1164344 39.74 526748 668676 8 00:51:57 Average: 307851 0 672290 35.73 259 901143 1457744 49.75 595506 729810 20666 00:51:57 00:51:57 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:57 00:31:01 eth0 1234.90 1238.63 4422.99 149.11 0.00 0.00 0.00 0.00 00:51:57 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:31:01 vethafe21a3 922.19 823.04 87.91 2682.11 0.00 0.00 0.00 0.00 00:51:57 00:31:01 docker0 922.19 822.90 75.30 2682.10 0.00 0.00 0.00 0.00 00:51:57 00:32:01 eth0 464.21 394.36 3678.65 41.94 0.00 0.00 0.00 0.00 00:51:57 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:32:01 docker0 154.96 184.73 11.10 836.82 0.00 0.00 0.00 0.00 00:51:57 00:33:02 veth8eb087b 0.52 0.65 0.04 0.06 0.00 0.00 0.00 0.00 00:51:57 00:33:02 eth0 57.57 41.40 35.94 58.35 0.00 0.00 0.00 0.00 00:51:57 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:33:02 docker0 0.52 0.52 0.04 0.05 0.00 0.00 0.00 0.00 00:51:57 00:34:01 veth8eb087b 1.56 1.56 0.12 0.12 0.00 0.00 0.00 0.00 00:51:57 00:34:01 eth0 28.48 18.19 18.62 44.42 0.00 0.00 0.00 0.00 00:51:57 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:34:01 docker0 1.56 1.56 0.10 0.12 0.00 0.00 0.00 0.00 00:51:57 00:35:01 veth6c7cd4b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:57 00:35:01 eth0 199.67 161.63 1691.11 61.12 0.00 0.00 0.00 0.00 00:51:57 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:36:02 veth6c7cd4b 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:51:57 00:36:02 eth0 64.01 38.31 162.11 43.73 0.00 0.00 0.00 0.00 00:51:57 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:36:02 docker0 14.13 30.17 0.74 144.27 0.00 0.00 0.00 0.00 00:51:57 00:37:04 veth6c7cd4b 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 00:51:57 00:37:04 eth0 186.11 139.72 1415.79 22.03 0.00 0.00 0.00 0.00 00:51:57 00:37:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:37:04 docker0 13.76 29.34 0.75 163.94 0.00 0.00 0.00 0.00 00:51:57 00:38:02 veth7cb2851 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:51:57 00:38:02 veth6c7cd4b 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 00:51:57 00:38:02 eth0 127.30 73.84 441.38 64.64 0.00 0.00 0.00 0.00 00:51:57 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:39:03 veth6c7cd4b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:57 00:39:03 eth0 65.76 43.21 88.21 90.66 0.00 0.00 0.00 0.00 00:51:57 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:39:03 veth9cfcbf7 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 00:51:57 00:40:01 eth0 39.77 18.78 105.89 10.21 0.00 0.00 0.00 0.00 00:51:57 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:40:01 docker0 1202.88 1214.96 94.47 4520.88 0.00 0.00 0.00 0.00 00:51:57 00:41:01 eth0 1.18 0.32 0.34 0.20 0.00 0.00 0.00 0.00 00:51:57 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:42:01 eth0 1.83 0.48 0.44 0.21 0.00 0.00 0.00 0.00 00:51:57 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:43:01 eth0 1.50 0.75 0.81 0.56 0.00 0.00 0.00 0.00 00:51:57 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:44:01 eth0 0.20 0.10 0.02 0.04 0.00 0.00 0.00 0.00 00:51:57 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:45:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 00:51:57 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:46:02 eth0 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 00:51:57 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:47:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 00:51:57 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:49:01 eth0 0.23 0.12 0.12 0.06 0.00 0.00 0.00 0.00 00:51:57 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:50:01 eth0 0.27 0.15 0.08 0.07 0.00 0.00 0.00 0.00 00:51:57 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:51:01 eth0 0.13 0.13 0.06 0.01 0.00 0.00 0.00 0.00 00:51:57 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 Average: eth0 118.16 103.71 577.48 28.02 0.00 0.00 0.00 0.00 00:51:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:57 Average: docker0 55.47 56.02 4.36 208.47 0.00 0.00 0.00 0.00 00:51:57 00:51:57 00:51:57 ---> sar -P ALL: 00:51:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 00:51:57 00:51:57 00:29:10 LINUX RESTART (4 CPU) 00:51:57 00:51:57 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:51:57 00:31:01 all 10.56 0.00 4.75 1.84 0.06 82.80 00:51:57 00:31:01 0 15.77 0.00 7.56 2.62 0.03 74.02 00:51:57 00:31:01 1 8.89 0.00 3.87 0.63 0.07 86.54 00:51:57 00:31:01 2 9.92 0.00 3.59 0.49 0.05 85.95 00:51:57 00:31:01 3 7.71 0.00 4.02 3.64 0.07 84.57 00:51:57 00:32:01 all 11.76 0.00 8.08 4.07 0.05 76.05 00:51:57 00:32:01 0 12.14 0.00 8.89 5.61 0.03 73.33 00:51:57 00:32:01 1 11.04 0.00 8.14 5.16 0.07 75.58 00:51:57 00:32:01 2 11.07 0.00 7.17 2.77 0.05 78.94 00:51:57 00:32:01 3 12.80 0.00 8.12 2.73 0.03 76.32 00:51:57 00:33:02 all 47.81 0.00 12.35 5.62 0.04 34.18 00:51:57 00:33:02 0 46.37 0.00 11.97 5.89 0.07 35.71 00:51:57 00:33:02 1 48.16 0.00 12.84 4.87 0.03 34.10 00:51:57 00:33:02 2 48.47 0.00 11.90 7.52 0.03 32.08 00:51:57 00:33:02 3 48.23 0.00 12.69 4.18 0.03 34.87 00:51:57 00:34:01 all 44.55 0.00 13.03 3.90 0.05 38.48 00:51:57 00:34:01 0 44.96 0.00 12.34 1.13 0.03 41.54 00:51:57 00:34:01 1 46.29 0.00 13.90 4.92 0.03 34.86 00:51:57 00:34:01 2 42.40 0.00 12.81 4.14 0.03 40.61 00:51:57 00:34:01 3 44.53 0.00 13.06 5.40 0.09 36.92 00:51:57 00:35:01 all 22.93 0.00 16.42 4.60 0.05 55.99 00:51:57 00:35:01 0 23.00 0.00 17.09 4.41 0.05 55.45 00:51:57 00:35:01 1 23.58 0.00 16.28 4.72 0.07 55.36 00:51:57 00:35:01 2 22.12 0.00 16.25 4.07 0.05 57.50 00:51:57 00:35:01 3 23.03 0.00 16.07 5.21 0.03 55.66 00:51:57 00:36:02 all 19.26 0.00 24.24 29.41 0.09 27.00 00:51:57 00:36:02 0 19.39 0.00 24.83 28.61 0.09 27.08 00:51:57 00:36:02 1 19.39 0.00 24.25 28.77 0.07 27.52 00:51:57 00:36:02 2 18.89 0.00 24.63 30.12 0.12 26.24 00:51:57 00:36:02 3 19.38 0.00 23.24 30.17 0.07 27.15 00:51:57 00:37:04 all 47.79 0.00 16.58 17.34 0.04 18.25 00:51:57 00:37:04 0 47.66 0.00 16.49 16.34 0.05 19.46 00:51:57 00:37:04 1 47.58 0.00 17.28 20.18 0.05 14.91 00:51:57 00:37:04 2 47.90 0.00 16.94 16.95 0.03 18.18 00:51:57 00:37:04 3 48.01 0.00 15.62 15.92 0.03 20.41 00:51:57 00:38:02 all 15.09 0.00 20.13 35.31 0.07 29.39 00:51:57 00:38:02 0 14.39 0.00 18.51 36.75 0.09 30.26 00:51:57 00:38:02 1 15.90 0.00 21.29 35.47 0.05 27.28 00:51:57 00:38:02 2 15.80 0.00 20.91 33.61 0.07 29.60 00:51:57 00:38:02 3 14.27 0.00 19.82 35.42 0.05 30.44 00:51:57 00:39:03 all 47.15 0.00 19.56 22.20 0.06 11.04 00:51:57 00:39:03 0 48.43 0.00 18.40 20.01 0.05 13.12 00:51:57 00:39:03 1 46.65 0.00 20.76 19.87 0.07 12.65 00:51:57 00:39:03 2 47.03 0.00 19.20 25.83 0.07 7.87 00:51:57 00:39:03 3 46.47 0.00 19.89 23.08 0.03 10.53 00:51:57 00:40:01 all 7.98 0.00 5.39 9.77 0.03 76.82 00:51:57 00:40:01 0 7.52 0.00 5.44 10.59 0.03 76.42 00:51:57 00:40:01 1 7.73 0.00 5.53 11.73 0.03 74.97 00:51:57 00:40:01 2 8.06 0.00 5.53 7.61 0.02 78.79 00:51:57 00:40:01 3 8.63 0.00 5.08 9.17 0.04 77.09 00:51:57 00:41:01 all 0.15 0.00 0.04 0.00 0.00 99.80 00:51:57 00:41:01 0 0.05 0.00 0.07 0.00 0.00 99.88 00:51:57 00:41:01 1 0.03 0.00 0.03 0.02 0.00 99.92 00:51:57 00:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:57 00:41:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:51:57 00:51:57 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:51:57 00:42:01 all 0.20 0.00 0.23 0.00 0.01 99.55 00:51:57 00:42:01 0 0.08 0.00 0.18 0.00 0.02 99.72 00:51:57 00:42:01 1 0.07 0.00 0.17 0.00 0.00 99.77 00:51:57 00:42:01 2 0.08 0.00 0.28 0.00 0.00 99.63 00:51:57 00:42:01 3 0.58 0.00 0.30 0.00 0.02 99.10 00:51:57 00:43:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:51:57 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:51:57 00:43:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:51:57 00:43:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:51:57 00:43:01 3 0.52 0.00 0.02 0.00 0.02 99.45 00:51:57 00:44:01 all 0.10 0.00 0.05 0.00 0.00 99.85 00:51:57 00:44:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:51:57 00:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:51:57 00:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:51:57 00:44:01 3 0.32 0.00 0.08 0.00 0.00 99.60 00:51:57 00:45:01 all 0.13 0.00 0.05 0.02 0.00 99.80 00:51:57 00:45:01 0 0.03 0.00 0.07 0.07 0.00 99.83 00:51:57 00:45:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:51:57 00:45:01 2 0.03 0.00 0.05 0.02 0.02 99.88 00:51:57 00:45:01 3 0.42 0.00 0.03 0.00 0.00 99.55 00:51:57 00:46:02 all 0.15 0.00 0.02 0.00 0.00 99.84 00:51:57 00:46:02 0 0.03 0.00 0.02 0.00 0.00 99.95 00:51:57 00:46:02 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:57 00:46:02 2 0.02 0.00 0.00 0.00 0.00 99.98 00:51:57 00:46:02 3 0.50 0.00 0.02 0.00 0.00 99.48 00:51:57 00:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:57 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:51:57 00:47:01 1 0.03 0.00 0.03 0.02 0.00 99.92 00:51:57 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:57 00:47:01 3 0.51 0.00 0.00 0.00 0.00 99.49 00:51:57 00:48:01 all 0.05 0.00 0.03 0.00 0.00 99.92 00:51:57 00:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:51:57 00:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:51:57 00:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:51:57 00:48:01 3 0.12 0.00 0.08 0.00 0.00 99.80 00:51:57 00:49:01 all 0.05 0.00 0.03 0.00 0.00 99.91 00:51:57 00:49:01 0 0.03 0.00 0.03 0.02 0.00 99.92 00:51:57 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:51:57 00:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:57 00:49:01 3 0.15 0.00 0.05 0.00 0.00 99.80 00:51:57 00:50:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:51:57 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:57 00:50:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:51:57 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:51:57 00:50:01 3 0.50 0.00 0.03 0.00 0.00 99.47 00:51:57 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:51:57 00:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:57 00:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:51:57 00:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:51:57 00:51:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:51:57 Average: all 12.99 0.00 6.60 6.23 0.03 74.15 00:51:57 Average: 0 13.17 0.00 6.65 6.15 0.03 74.01 00:51:57 Average: 1 12.93 0.00 6.76 6.34 0.03 73.94 00:51:57 Average: 2 12.81 0.00 6.53 6.20 0.03 74.43 00:51:57 Average: 3 13.05 0.00 6.45 6.24 0.02 74.23 00:51:57 00:51:57 00:51:57