Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6+abd01a6d142b6f684e0380bd2bdcda548b905f03 (5867405392a2f25df56733f26637ba4396b2170c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33229 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [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 abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 Merge succeeded, producing 4fcddca7a270866c646e429920970f8db685f393 Checking out Revision 4fcddca7a270866c646e429920970f8db685f393 (PR-3342) > 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/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4fcddca7a270866c646e429920970f8db685f393 # timeout=10 Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" > git rev-list --no-walk a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:27 ========================================================= 00:30:27 EdgeX Global Pipelines Version Info 00:30:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:28 ------------------- 00:30:28 stable info: 00:30:28 ------------------- 00:30:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:30:28 Message: update stable to v1.0.186 00:30:29 ------------------- 00:30:29 experimental info: 00:30:29 ------------------- 00:30:29 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:29 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:30:29 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3342 [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3342 [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3342 [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4fcddca7a270866c646e429920970f8db685f393 [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4fcddca [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:33 provisioning config files... 00:30:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5995382437033724360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:33 ---> docker-login.sh 00:30:33 nexus3.edgexfoundry.org:10001 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:34 Configure a credential helper to remove this warning. See 00:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:34 00:30:34 Login Succeeded 00:30:34 nexus3.edgexfoundry.org:10002 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:34 Configure a credential helper to remove this warning. See 00:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:34 00:30:34 Login Succeeded 00:30:34 nexus3.edgexfoundry.org:10003 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:34 Configure a credential helper to remove this warning. See 00:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:34 00:30:34 Login Succeeded 00:30:34 nexus3.edgexfoundry.org:10004 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:34 Configure a credential helper to remove this warning. See 00:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:34 00:30:34 Login Succeeded 00:30:34 docker.io 00:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:35 Configure a credential helper to remove this warning. See 00:30:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:35 00:30:35 Login Succeeded 00:30:35 ---> docker-login.sh ends [Pipeline] } 00:30:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:35 ++ 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:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-command/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-command,cmd/core-command/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-data/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-data,cmd/core-data/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-metadata/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/support-notifications/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/support-scheduler/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:35 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:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:37 00:30:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:37 latest: Pulling from edgex-devops/git-semver 00:30:37 31603596830f: Pulling fs layer 00:30:37 2a8b12db71e7: Pulling fs layer 00:30:37 6ca5941a6612: Pulling fs layer 00:30:37 ecc8261a40a4: Pulling fs layer 00:30:37 ecc8261a40a4: Waiting 00:30:37 2a8b12db71e7: Download complete 00:30:37 31603596830f: Download complete 00:30:38 ecc8261a40a4: Verifying Checksum 00:30:38 ecc8261a40a4: Download complete 00:30:38 6ca5941a6612: Verifying Checksum 00:30:38 6ca5941a6612: Download complete 00:30:38 31603596830f: Pull complete 00:30:38 2a8b12db71e7: Pull complete 00:30:39 6ca5941a6612: Pull complete 00:30:39 ecc8261a40a4: Pull complete 00:30:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:40 prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container 00:30:40 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:43 $ docker top 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:43 [ssh-agent] Looking for ssh-agent implementation... 00:30:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:43 $ docker exec 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent 00:30:44 SSH_AUTH_SOCK=/tmp/ssh-hryy7hjjXG5J/agent.11 00:30:44 SSH_AGENT_PID=17 00:30:44 Running ssh-add (command line suppressed) 00:30:44 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8670723756142989680.key (/w/workspace/edgex-go/2@tmp/private_key_8670723756142989680.key) 00:30:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:44 + git tag --points-at HEAD [Pipeline] } 00:30:44 $ docker exec --env ******** --env ******** 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent -k 00:30:44 unset SSH_AUTH_SOCK; 00:30:44 unset SSH_AGENT_PID; 00:30:44 echo Agent pid 17 killed; 00:30:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:44 [ssh-agent] Looking for ssh-agent implementation... 00:30:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:45 $ docker exec 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent 00:30:45 SSH_AUTH_SOCK=/tmp/ssh-S1rUef5KaTau/agent.47 00:30:45 SSH_AGENT_PID=53 00:30:45 Running ssh-add (command line suppressed) 00:30:45 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7081167964883022243.key (/w/workspace/edgex-go/2@tmp/private_key_7081167964883022243.key) 00:30:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:45 + git semver init 00:30:45 # -> Open(): unable to determine branch for HEAD 00:30:45 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:45 # $SEMVER_REMOTE_NAME = origin 00:30:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:45 # $SEMVER_USER_NAME = edgex-jenkins 00:30:45 # $SEMVER_BRANCH = PR-3342 00:30:45 # $SEMVER_TEMP = /tmp/semver-157346212 00:30:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:12 # '/tmp/semver-157346212' -> '/w/workspace/edgex-go/2/.semver' 00:31:13 # -> Force: false 00:31:13 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:13 $ docker exec --env ******** --env ******** 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent -k 00:31:14 unset SSH_AUTH_SOCK; 00:31:14 unset SSH_AGENT_PID; 00:31:14 echo Agent pid 53 killed; 00:31:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:14 + git semver [Pipeline] } 00:31:14 $ docker stop --time=1 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 00:31:16 $ docker rm -f 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:17 Stashed 1 file(s) [Pipeline] echo 00:31:17 [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:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:19 + sudo service docker restart 00:31:19 + true 00:31:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:19 ========================================================= 00:31:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:20 + 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:24 Sending build context to Docker daemon 329.3MB 00:31:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:24 Step 2/6 : FROM ${BASE} 00:31:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:24 188c0c94c7c5: Pulling fs layer 00:31:24 0ef7d3d256c8: Pulling fs layer 00:31:24 de9db76c5a1d: Pulling fs layer 00:31:24 bca2f99d35d6: Pulling fs layer 00:31:24 93359f2a8cfa: Pulling fs layer 00:31:24 7c6f9722023f: Pulling fs layer 00:31:24 a35cf1a2eb13: Pulling fs layer 00:31:24 7c6f9722023f: Waiting 00:31:24 93359f2a8cfa: Waiting 00:31:24 a35cf1a2eb13: Waiting 00:31:24 bca2f99d35d6: Waiting 00:31:24 de9db76c5a1d: Verifying Checksum 00:31:24 de9db76c5a1d: Download complete 00:31:24 0ef7d3d256c8: Verifying Checksum 00:31:24 0ef7d3d256c8: Download complete 00:31:24 93359f2a8cfa: Verifying Checksum 00:31:24 93359f2a8cfa: Download complete 00:31:24 7c6f9722023f: Verifying Checksum 00:31:24 7c6f9722023f: Download complete 00:31:24 188c0c94c7c5: Verifying Checksum 00:31:24 188c0c94c7c5: Download complete 00:31:24 188c0c94c7c5: Pull complete 00:31:25 0ef7d3d256c8: Pull complete 00:31:25 de9db76c5a1d: Pull complete 00:31:26 a35cf1a2eb13: Verifying Checksum 00:31:26 a35cf1a2eb13: Download complete 00:31:27 bca2f99d35d6: Verifying Checksum 00:31:27 bca2f99d35d6: Download complete 00:31:33 Still waiting to schedule task 00:31:33 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:34 bca2f99d35d6: Pull complete 00:31:34 93359f2a8cfa: Pull complete 00:31:34 7c6f9722023f: Pull complete 00:31:38 a35cf1a2eb13: Pull complete 00:31:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:38 ---> a62c8e92a672 00:31:38 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:38 ---> Running in 58a9bb9fb202 00:31:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:40 (1/12) Installing libmagic (5.38-r0) 00:31:41 (2/12) Installing file (5.38-r0) 00:31:41 (3/12) Installing libc-dev (0.7.2-r3) 00:31:41 (4/12) Installing g++ (9.3.0-r2) 00:31:48 (5/12) Installing fortify-headers (1.1-r0) 00:31:48 (6/12) Installing patch (2.7.6-r6) 00:31:48 (7/12) Installing build-base (0.5-r2) 00:31:48 (8/12) Installing libsodium (1.0.18-r0) 00:31:48 (9/12) Installing pkgconf (1.7.2-r0) 00:31:48 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:48 (11/12) Installing libzmq (4.3.3-r0) 00:31:48 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:48 Executing busybox-1.31.1-r19.trigger 00:31:48 OK: 233 MiB in 51 packages 00:31:52 Removing intermediate container 58a9bb9fb202 00:31:52 ---> cc3443dac44d 00:31:52 Step 4/6 : WORKDIR /edgex-go 00:31:52 ---> Running in 46ec3861c3f0 00:31:52 Removing intermediate container 46ec3861c3f0 00:31:52 ---> 64c7126d237d 00:31:52 Step 5/6 : COPY go.mod . 00:31:53 ---> b6c08eb66d9f 00:31:53 Step 6/6 : RUN go mod download 00:31:53 ---> Running in 1c7fdf2c2e8a 00:32:19 Removing intermediate container 1c7fdf2c2e8a 00:32:19 ---> 931bef735dde 00:32:19 Successfully built 931bef735dde 00:32:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:20 + docker inspect -f . ci-base-image-x86_64 00:32:20 . [Pipeline] withDockerContainer 00:32:20 prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container 00:32:20 $ 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 ******** ci-base-image-x86_64 cat 00:32:21 $ docker top 62ef8d0a23651ccd8173f3f550e966d1f2365d698c0b0565e780b4e5345a070c -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:21 + go version 00:32:21 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:21 $ docker stop --time=1 62ef8d0a23651ccd8173f3f550e966d1f2365d698c0b0565e780b4e5345a070c 00:32:23 $ docker rm -f 62ef8d0a23651ccd8173f3f550e966d1f2365d698c0b0565e780b4e5345a070c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:24 + docker inspect -f . ci-base-image-x86_64 00:32:24 . [Pipeline] withDockerContainer 00:32:24 prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container 00:32:24 $ 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 ******** ci-base-image-x86_64 cat 00:32:25 $ docker top 8cc75416ba7ee0a3194acaca215c049abb32cc7b00282d29ead25b20585c813c -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:25 ========================================================= 00:32:25 [edgeXBuildGoParallel] Running Tests and Build... 00:32:25 ========================================================= [Pipeline] sh 00:32:25 + make test 00:32:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:36 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 45.9% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.127s coverage: 100.0% of statements 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.1% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 71.3% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.240s coverage: 82.9% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.082s coverage: 78.9% of statements 00:33:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.518s coverage: 28.6% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.200s coverage: 97.5% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.546s coverage: 92.8% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 1.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.485s coverage: 81.5% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.053s coverage: 87.1% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.137s coverage: 92.9% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.156s coverage: 80.8% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.6% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.6% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.250s coverage: 64.4% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.116s coverage: 100.0% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.442s coverage: 69.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 38.4% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.310s coverage: 47.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.098s coverage: 11.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.181s coverage: 87.1% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.272s coverage: 29.1% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.149s coverage: 99.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.240s coverage: 95.6% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements 00:33:53 GO111MODULE=on go vet ./... 00:34:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33235 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [Pipeline] { [Pipeline] ws 00:34:16 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:21 using credential edgex-jenkins-ssh 00:34:21 Cloning the remote Git repository 00:34:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:21 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:21 > git --version # timeout=10 00:34:21 > git --version # 'git version 2.17.1' 00:34:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:32 gofmt -l . 00:34:32 [ "`gofmt -l .`" = "" ] 00:34:33 ./bin/test-go-mod-tidy.sh 00:34:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:35 + ls -al . 00:34:35 total 808 00:34:35 drwxrwxr-x 10 1001 1001 4096 Apr 8 00:34 . 00:34:35 drwxr-xr-x 4 root root 28 Apr 8 00:32 .. 00:34:35 -rw-rw-r-- 1 1001 1001 11 Apr 8 00:30 .dockerignore 00:34:35 drwxrwxr-x 8 1001 1001 179 Apr 8 00:30 .git 00:34:35 drwxrwxr-x 3 1001 1001 125 Apr 8 00:30 .github 00:34:35 -rw-rw-r-- 1 1001 1001 818 Apr 8 00:30 .gitignore 00:34:35 drwx------ 3 1001 1001 60 Apr 8 00:31 .semver 00:34:35 -rw-rw-r-- 1 1001 1001 166 Apr 8 00:30 .sonarcloud.properties 00:34:35 -rw-rw-r-- 1 1001 1001 8607 Apr 8 00:30 Attribution.txt 00:34:35 -rw-rw-r-- 1 1001 1001 3804 Apr 8 00:30 CONTRIBUTING.md 00:34:35 -rw-rw-r-- 1 1001 1001 931 Apr 8 00:30 Dockerfile.build 00:34:35 -rw-rw-r-- 1 1001 1001 863 Apr 8 00:30 Jenkinsfile 00:34:35 -rw-rw-r-- 1 1001 1001 10775 Apr 8 00:30 LICENSE 00:34:35 -rw-rw-r-- 1 1001 1001 5774 Apr 8 00:30 Makefile 00:34:35 -rw-rw-r-- 1 1001 1001 6548 Apr 8 00:30 README.md 00:34:35 -rw-rw-r-- 1 1001 1001 6755 Apr 8 00:30 SECURITY.md 00:34:35 -rw-rw-r-- 1 1001 1001 5 Apr 8 00:31 VERSION 00:34:35 -rw-rw-r-- 1 1001 1001 4131 Apr 8 00:30 ZMQWindows.md 00:34:35 drwxrwxr-x 2 1001 1001 117 Apr 8 00:30 bin 00:34:35 drwxrwxr-x 14 1001 1001 4096 Apr 8 00:30 cmd 00:34:35 -rw-r--r-- 1 root root 697383 Apr 8 00:33 coverage.out 00:34:35 -rw-r--r-- 1 root root 1056 Apr 8 00:34 go.mod 00:34:35 -rw-r--r-- 1 root root 22360 Apr 8 00:34 go.sum 00:34:35 drwxrwxr-x 8 1001 1001 127 Apr 8 00:30 internal 00:34:35 drwxrwxr-x 4 1001 1001 26 Apr 8 00:30 openapi 00:34:35 drwxrwxr-x 4 1001 1001 71 Apr 8 00:30 snap 00:34:35 -rw-rw-r-- 1 1001 1001 168 Apr 8 00:30 version.go [Pipeline] sh 00:34:35 + '[' -e coverage.out ] 00:34:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:36 Stashed 1 file(s) [Pipeline] sh 00:34:36 + make build 00:34:36 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:34:38 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 00:34:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:38 > git config core.sparsecheckout # timeout=10 00:34:38 > git checkout -f a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 00:34:38 > git remote # timeout=10 00:34:39 Merge succeeded, producing 4aba7d4b6865fd0a1aed6c5e87cc08dab83492fe 00:34:39 Checking out Revision 4aba7d4b6865fd0a1aed6c5e87cc08dab83492fe (PR-3342) 00:34:38 > git config --get remote.origin.url # timeout=10 00:34:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:38 > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 00:34:38 > git rev-parse HEAD^{commit} # timeout=10 00:34:39 > git config core.sparsecheckout # timeout=10 00:34:39 > git checkout -f 4aba7d4b6865fd0a1aed6c5e87cc08dab83492fe # timeout=10 00:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:43 Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" 00:34:43 > git rev-list --no-walk a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:46 + true+ 00:34:46 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:48 provisioning config files... 00:34:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5357429301398150807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:49 ---> docker-login.sh 00:34:49 nexus3.edgexfoundry.org:10001 00:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:50 Configure a credential helper to remove this warning. See 00:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:50 00:34:50 Login Succeeded 00:34:50 nexus3.edgexfoundry.org:10002 00:34:50 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:10003 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:10004 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 docker.io 00:34:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:52 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: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 ---> docker-login.sh ends [Pipeline] } 00:34:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:53 ========================================================= 00:34:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:53 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:53 + 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:56 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:56 Sending build context to Docker daemon 167.2MB 00:34:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:56 Step 2/6 : FROM ${BASE} 00:34:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:56 5f621e34cdf4: Pulling fs layer 00:34:56 a4357932f1b6: Pulling fs layer 00:34:56 18c013af1878: Pulling fs layer 00:34:56 00ac8860ef70: Pulling fs layer 00:34:56 63d7cb157983: Pulling fs layer 00:34:56 b116817d02f9: Pulling fs layer 00:34:56 745a02a5169b: Pulling fs layer 00:34:56 63d7cb157983: Waiting 00:34:56 00ac8860ef70: Waiting 00:34:56 745a02a5169b: Waiting 00:34:56 b116817d02f9: Waiting 00:34:56 18c013af1878: Verifying Checksum 00:34:56 18c013af1878: Download complete 00:34:56 a4357932f1b6: Verifying Checksum 00:34:56 a4357932f1b6: Download complete 00:34:56 63d7cb157983: Verifying Checksum 00:34:56 63d7cb157983: Download complete 00:34:56 5f621e34cdf4: Verifying Checksum 00:34:56 5f621e34cdf4: Download complete 00:34:56 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:56 5f621e34cdf4: Pull complete 00:34:57 b116817d02f9: Verifying Checksum 00:34:57 b116817d02f9: Download complete 00:34:57 a4357932f1b6: Pull complete 00:34:57 18c013af1878: Pull complete 00:34:58 745a02a5169b: Verifying Checksum 00:34:58 745a02a5169b: Download complete 00:34:59 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:59 00ac8860ef70: Verifying Checksum 00:34:59 00ac8860ef70: Download complete 00:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:03 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:35:04 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:35:05 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:35:07 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:35:09 $ docker stop --time=1 8cc75416ba7ee0a3194acaca215c049abb32cc7b00282d29ead25b20585c813c 00:35:10 00ac8860ef70: Pull complete 00:35:10 63d7cb157983: Pull complete 00:35:10 b116817d02f9: Pull complete 00:35:11 $ docker rm -f 8cc75416ba7ee0a3194acaca215c049abb32cc7b00282d29ead25b20585c813c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:13 00:35:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 latest: Pulling from edgex-devops/edgex-compose 00:35:14 cbdbe7a5bc2a: Pulling fs layer 00:35:14 ca9280d653b3: Pulling fs layer 00:35:14 7e9c9ca2126c: Pulling fs layer 00:35:14 cbdbe7a5bc2a: Download complete 00:35:15 745a02a5169b: Pull complete 00:35:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:15 ---> b7e6874047d6 00:35:15 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 ca9280d653b3: Verifying Checksum 00:35:15 ca9280d653b3: Download complete 00:35:15 cbdbe7a5bc2a: Pull complete 00:35:16 7e9c9ca2126c: Verifying Checksum 00:35:16 7e9c9ca2126c: Download complete 00:35:16 ca9280d653b3: Pull complete 00:35:18 ---> Running in 8f17f6ed771b 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:20 (1/12) Installing libmagic (5.38-r0) 00:35:20 (2/12) Installing file (5.38-r0) 00:35:21 (3/12) Installing libc-dev (0.7.2-r3) 00:35:21 (4/12) Installing g++ (9.3.0-r2) 00:35:23 7e9c9ca2126c: Pull complete 00:35:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:23 prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container 00:35:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:24 (5/12) Installing fortify-headers (1.1-r0) 00:35:24 (6/12) Installing patch (2.7.6-r6) 00:35:24 (7/12) Installing build-base (0.5-r2) 00:35:24 (8/12) Installing libsodium (1.0.18-r0) 00:35:24 (9/12) Installing pkgconf (1.7.2-r0) 00:35:24 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:24 (11/12) Installing libzmq (4.3.3-r0) 00:35:24 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:24 Executing busybox-1.31.1-r19.trigger 00:35:24 OK: 217 MiB in 51 packages 00:35:26 $ docker top 93b644dcffcdef18c5f823475f63c448238e703f114ee85f7546bfb4df7ab915 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:27 + docker-compose build --help 00:35:27 + grep parallel 00:35:27 --parallel Build images in parallel. [Pipeline] } 00:35:28 $ docker stop --time=1 93b644dcffcdef18c5f823475f63c448238e703f114ee85f7546bfb4df7ab915 00:35:29 Removing intermediate container 8f17f6ed771b 00:35:29 ---> 8a528208f05b 00:35:29 Step 4/6 : WORKDIR /edgex-go 00:35:29 ---> Running in 7a443f17225e 00:35:29 $ docker rm -f 93b644dcffcdef18c5f823475f63c448238e703f114ee85f7546bfb4df7ab915 00:35:29 Removing intermediate container 7a443f17225e 00:35:29 ---> c6e8b2ade6b8 00:35:29 Step 5/6 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:30 . [Pipeline] withDockerContainer 00:35:30 ---> bac85c529e8b 00:35:30 Step 6/6 : RUN go mod download 00:35:30 ---> Running in cc085bf6f0cd 00:35:30 prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container 00:35:30 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:31 $ docker top 0650a2f9f67b297c76c910e295c3a87a8392d043ba0aa47608c4d43f867dc1e9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:31 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:32 Building docker-core-command-go ... 00:35:32 Building docker-core-data-go ... 00:35:32 Building docker-core-metadata-go ... 00:35:32 Building docker-security-bootstrapper-go ... 00:35:32 Building docker-security-proxy-setup-go ... 00:35:32 Building docker-security-secretstore-setup-go ... 00:35:32 Building docker-support-notifications-go ... 00:35:32 Building docker-support-scheduler-go ... 00:35:32 Building docker-sys-mgmt-agent-go ... 00:35:32 Building docker-security-secretstore-setup-go 00:35:32 Building docker-security-proxy-setup-go 00:35:32 Building docker-core-metadata-go 00:35:32 Building docker-support-scheduler-go 00:35:32 Building docker-security-bootstrapper-go 00:35:57 Removing intermediate container cc085bf6f0cd 00:35:57 ---> 362df42ccc13 00:35:57 Successfully built 362df42ccc13 00:35:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:57 + docker inspect -f . ci-base-image-arm64 00:35:57 . [Pipeline] withDockerContainer 00:35:57 prd-ubuntu18.04-docker-arm64-4c-16g-33235 does not seem to be running inside a container 00:35:58 $ 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 ******** ci-base-image-arm64 cat 00:35:59 $ docker top f2f8b3c94512d6b1b92d88f0cbb86c3004abe770fb117efad2aef698577df8cf -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:00 + go version 00:36:00 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:00 $ docker stop --time=1 f2f8b3c94512d6b1b92d88f0cbb86c3004abe770fb117efad2aef698577df8cf 00:36:02 $ docker rm -f f2f8b3c94512d6b1b92d88f0cbb86c3004abe770fb117efad2aef698577df8cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:03 + docker inspect -f . ci-base-image-arm64 00:36:03 . [Pipeline] withDockerContainer 00:36:03 prd-ubuntu18.04-docker-arm64-4c-16g-33235 does not seem to be running inside a container 00:36:03 $ 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 ******** ci-base-image-arm64 cat 00:36:05 $ docker top f29d90c957be8d97fa5e88039288c4e883fe79db259cb76320f2c865fe936889 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:05 ========================================================= 00:36:05 [edgeXBuildGoParallel] Running Tests and Build... 00:36:05 ========================================================= [Pipeline] sh 00:36:06 + make test 00:36:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 931bef735dde 00:36:11 Step 3/21 : WORKDIR /edgex-go 00:36:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 931bef735dde 00:36:11 Step 3/23 : WORKDIR /edgex-go 00:36:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 931bef735dde 00:36:11 Step 3/31 : WORKDIR /edgex-go 00:36:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 931bef735dde 00:36:11 Step 3/24 : WORKDIR /edgex-go 00:36:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 931bef735dde 00:36:11 Step 3/22 : WORKDIR /edgex-go 00:36:12 ---> Running in 64c72b5e8f32 00:36:12 ---> Running in 1bcc48cab0d5 00:36:12 ---> Running in 0affd45b3fba 00:36:12 ---> Running in 5a3d33185155 00:36:12 ---> Running in 1f02f70c4d6c 00:36:12 Removing intermediate container 1f02f70c4d6c 00:36:12 ---> d51c6f5908b5 00:36:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container 1bcc48cab0d5 00:36:12 ---> 6cd9cb56d673 00:36:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container 0affd45b3fba 00:36:12 ---> fc5a63026d73 00:36:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container 64c72b5e8f32 00:36:12 ---> c75baacb467d 00:36:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container 5a3d33185155 00:36:12 ---> eff7af59d21d 00:36:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 ---> Running in 1c000caaf5eb 00:36:13 ---> Running in 5fae57870246 00:36:13 ---> Running in e6e2725ad4a1 00:36:13 ---> Running in 540d9863bb18 00:36:13 ---> Running in 0fd757d687c0 00:36:15 Removing intermediate container e6e2725ad4a1 00:36:15 ---> ed8d771fa4f1 00:36:15 Step 5/31 : RUN apk add --update --no-cache make git 00:36:15 Removing intermediate container 5fae57870246 00:36:15 ---> 2b57c72e4d74 00:36:15 Step 5/21 : RUN apk add --update --no-cache make git 00:36:15 Removing intermediate container 540d9863bb18 00:36:15 ---> 48c36bfcbc05 00:36:15 Step 5/23 : RUN apk add --update --no-cache make git 00:36:15 Removing intermediate container 0fd757d687c0 00:36:15 ---> 87dd94af9f42 00:36:15 Step 5/22 : RUN apk add --update --no-cache make git 00:36:15 Removing intermediate container 1c000caaf5eb 00:36:15 ---> 9fa16a833348 00:36:15 Step 5/24 : RUN apk add --update --no-cache make git 00:36:16 ---> Running in 7f9be675c974 00:36:16 ---> Running in fe4174195f58 00:36:16 ---> Running in 1da01f5690a1 00:36:16 ---> Running in 987fbf7e07c7 00:36:16 ---> Running in 9041d505de44 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 OK: 233 MiB in 51 packages 00:36:18 OK: 233 MiB in 51 packages 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 OK: 233 MiB in 51 packages 00:36:19 Removing intermediate container fe4174195f58 00:36:19 ---> a12d2c702ff4 00:36:19 Step 6/23 : COPY go.mod . 00:36:19 OK: 233 MiB in 51 packages 00:36:19 Removing intermediate container 987fbf7e07c7 00:36:19 ---> efdc115d66eb 00:36:19 Step 6/22 : COPY go.mod . 00:36:19 ---> daf849b53f1c 00:36:19 Step 7/23 : RUN go mod download 00:36:19 ---> Running in a049514ef3d1 00:36:19 OK: 233 MiB in 51 packages 00:36:19 Removing intermediate container 7f9be675c974 00:36:19 ---> 0e34a6b05c73 00:36:19 Step 6/31 : COPY go.mod . 00:36:19 ---> 1cd123e6c0ae 00:36:19 Step 7/22 : RUN go mod download 00:36:19 ---> Running in a2135fb2e487 00:36:20 Removing intermediate container 9041d505de44 00:36:20 ---> f13b410a0457 00:36:20 Step 6/24 : COPY go.mod . 00:36:20 ---> 766375958a03 00:36:20 Step 7/31 : RUN go mod download 00:36:20 ---> Running in fb9c71042994 00:36:20 ---> a0b8c728c29c 00:36:20 Step 7/24 : RUN go mod download 00:36:20 Removing intermediate container 1da01f5690a1 00:36:20 ---> 26cf0e6b4cde 00:36:20 Step 6/21 : COPY go.mod . 00:36:20 ---> Running in 8da0ebbf0406 00:36:20 ---> 21411d3e8587 00:36:20 Step 7/21 : RUN go mod download 00:36:21 ---> Running in 886d9743a95a 00:36:23 Removing intermediate container 8da0ebbf0406 00:36:23 ---> 3063b48f9a25 00:36:23 Step 8/24 : COPY . . 00:36:23 Removing intermediate container a2135fb2e487 00:36:23 ---> 7ff52a3c8498 00:36:23 Step 8/22 : COPY . . 00:36:23 Removing intermediate container fb9c71042994 00:36:23 ---> fa336f6c0e06 00:36:23 Step 8/31 : COPY . . 00:36:23 Removing intermediate container a049514ef3d1 00:36:23 ---> 82af15f221de 00:36:23 Step 8/23 : COPY . . 00:36:23 Removing intermediate container 886d9743a95a 00:36:23 ---> 07f42fbae3ca 00:36:23 Step 8/21 : COPY . . 00:36:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:11 ---> d44445306003 00:37:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:11 ---> f891aa8aa2ae 00:37:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:11 ---> Running in 643b47041b69 00:37:11 ---> 36e8bbfb30b6 00:37:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:11 ---> 649da49c5ffc 00:37:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:11 ---> 8dd45d9eb100 00:37:11 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:11 ---> Running in 196ded29413e 00:37:11 ---> Running in 902c0fc29e7e 00:37:11 ---> Running in c3da9ddb8346 00:37:11 ---> Running in 48aebbb41408 00:37: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:37:11 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:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:11 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:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:50 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:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:53 Removing intermediate container c3da9ddb8346 00:37:53 ---> 68ac1c168b4a 00:37:53 00:37:53 Step 10/31 : FROM alpine:3.12 00:37:53 3.12: Pulling from library/alpine 00:37:55 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:37:55 Status: Downloaded newer image for alpine:3.12 00:37:55 ---> 7230e588e954 00:37:55 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.291s coverage: 45.9% of statements 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.127s coverage: 19.8% of statements 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.283s coverage: 100.0% of statements 00:37:59 ---> Running in 448bbc9bfbe2 00:37:59 Removing intermediate container 196ded29413e 00:37:59 ---> 7488241b8bb0 00:37:59 00:37:59 Step 10/24 : FROM alpine:3.12 00:37:59 ---> 7230e588e954 00:37:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:37:59 Removing intermediate container 902c0fc29e7e 00:37:59 ---> 292e812f3331 00:37:59 00:37:59 Step 10/22 : FROM alpine:3.12 00:37:59 ---> 7230e588e954 00:37:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:59 Removing intermediate container 643b47041b69 00:37:59 ---> 71e0058f3787 00:37:59 00:37:59 Step 10/21 : FROM alpine:3.12 00:37:59 ---> 7230e588e954 00:37:59 Step 11/21 : RUN apk add --update --no-cache curl 00:37:59 ---> Running in 5d0fa0d9b4bd 00:37:59 Removing intermediate container 48aebbb41408 00:37:59 ---> d29e885fc047 00:37:59 00:37:59 Step 10/23 : FROM alpine:3.12 00:37:59 ---> 7230e588e954 00:37:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:59 ---> Running in abc16c18300e 00:37:59 ---> Running in 080a0cf035a8 00:37:59 Removing intermediate container 448bbc9bfbe2 00:37:59 ---> c50817eed29b 00:37:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:37:59 ---> Running in 0309d8a6f7d2 00:37:59 ---> Running in b3ae9aac4a68 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:01 (1/6) Installing ca-certificates (20191127-r4) 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:01 (1/1) Installing dumb-init (1.2.2-r1) 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:01 (1/1) Installing dumb-init (1.2.2-r1) 00:38:01 (1/4) Installing ca-certificates (20191127-r4) 00:38:02 Executing busybox-1.31.1-r20.trigger 00:38:02 Executing busybox-1.31.1-r20.trigger 00:38:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:38:02 (3/6) Installing libcurl (7.69.1-r3) 00:38:02 (1/2) Installing dumb-init (1.2.2-r1) 00:38:02 OK: 6 MiB in 15 packages 00:38:02 (2/2) Installing su-exec (0.2-r1) 00:38:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:02 (4/6) Installing curl (7.69.1-r3) 00:38:02 (3/4) Installing libcurl (7.69.1-r3) 00:38:02 Executing busybox-1.31.1-r20.trigger 00:38:02 OK: 6 MiB in 15 packages 00:38:02 (5/6) Installing dumb-init (1.2.2-r1) 00:38:02 (6/6) Installing su-exec (0.2-r1) 00:38:02 Executing busybox-1.31.1-r20.trigger 00:38:02 OK: 6 MiB in 16 packages 00:38:02 (4/4) Installing curl (7.69.1-r3) 00:38:02 Executing busybox-1.31.1-r20.trigger 00:38:02 Executing ca-certificates-20191127-r4.trigger 00:38:02 OK: 7 MiB in 18 packages 00:38:02 Executing ca-certificates-20191127-r4.trigger 00:38:02 OK: 7 MiB in 20 packages 00:38:04 Removing intermediate container 0309d8a6f7d2 00:38:04 ---> e66b981560d9 00:38:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:04 Removing intermediate container b3ae9aac4a68 00:38:04 ---> 79f128fc8991 00:38:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:38:04 Removing intermediate container abc16c18300e 00:38:04 ---> f647920fe7ed 00:38:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:04 ---> Running in afb5c9a1447f 00:38:04 Removing intermediate container 5d0fa0d9b4bd 00:38:04 ---> b8c679fcd019 00:38:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:04 Removing intermediate container 080a0cf035a8 00:38:04 ---> 2abc82caad46 00:38:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:04 ---> Running in 7971fad61e36 00:38:04 ---> Running in 1c410cdfbdad 00:38:04 ---> Running in 47b986b5febb 00:38:04 ---> Running in e6a840218808 00:38:05 Removing intermediate container afb5c9a1447f 00:38:05 ---> 994a8b3be298 00:38:05 Step 13/23 : ENV APP_PORT=48081 00:38:05 Removing intermediate container 7971fad61e36 00:38:05 ---> 643ff0a4f978 00:38:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:05 Removing intermediate container 47b986b5febb 00:38:05 ---> 874e44172dff 00:38:05 Step 13/24 : WORKDIR / 00:38:05 Removing intermediate container 1c410cdfbdad 00:38:05 ---> 5b4b0fdc9d10 00:38:05 Step 13/22 : ENV APP_PORT=48085 00:38:05 Removing intermediate container e6a840218808 00:38:05 ---> 81c87ade1555 00:38:05 Step 13/21 : WORKDIR /edgex 00:38:05 ---> Running in b0a12a029c1a 00:38:05 ---> Running in 9e78911c7b8d 00:38:05 ---> Running in 51e419e70976 00:38:05 ---> Running in e6310bc9e50b 00:38:05 ---> Running in 4a645ad9e493 00:38:06 Removing intermediate container b0a12a029c1a 00:38:06 ---> d9dbd446f8c0 00:38:06 Step 14/23 : EXPOSE $APP_PORT 00:38:06 Removing intermediate container 9e78911c7b8d 00:38:06 ---> 682ff12bc2fa 00:38:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:06 ---> Running in 421770cb7189 00:38:06 ---> Running in 6daf1cd81281 00:38:06 Removing intermediate container 51e419e70976 00:38:06 ---> 26a64443a5dd 00:38:06 Step 14/22 : EXPOSE $APP_PORT 00:38:06 Removing intermediate container e6310bc9e50b 00:38:06 ---> fcb975850306 00:38:06 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:38:06 Removing intermediate container 4a645ad9e493 00:38:06 ---> daa4417636ff 00:38:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:06 ---> Running in d89963fe43eb 00:38:06 Removing intermediate container 421770cb7189 00:38:06 ---> 81b8bec02e4d 00:38:06 Step 15/23 : WORKDIR / 00:38:06 ---> Running in e7ce76760049 00:38:06 ---> 9c7723e6063f 00:38:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:06 ---> eea96236c9e6 00:38:06 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:38:06 Removing intermediate container d89963fe43eb 00:38:06 ---> 6394abb312c4 00:38:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.1% of statements 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.232s coverage: 100.0% of statements 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:07 Removing intermediate container e7ce76760049 00:38:07 ---> e3560487178d 00:38:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:07 ---> bf18d8db7d89 00:38:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:07 ---> e77dab490fac 00:38:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:07 ---> 376632407d71 00:38:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:07 ---> 04d082504dd6 00:38:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:08 ---> 8904aded1c8e 00:38:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:08 ---> 06f063aea646 00:38:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:08 ---> 2cde75465b06 00:38:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:08 Removing intermediate container 6daf1cd81281 00:38:08 ---> ed8345b8404b 00:38:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:38:09 ---> Running in 78c71f2ada29 00:38:09 ---> Running in 03e7b035c690 00:38:09 ---> 86a74f71fe00 00:38:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:09 ---> 6b93e158a38f 00:38:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:09 ---> c4657ebbd088 00:38:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:09 ---> Running in 61806bdd3e58 00:38:09 Removing intermediate container 03e7b035c690 00:38:09 ---> 14b8b0ece876 00:38:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:09 Removing intermediate container 78c71f2ada29 00:38:09 ---> f56b7157d630 00:38:09 Step 18/21 : CMD ["--init=true"] 00:38:09 ---> 406e553a2c09 00:38:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:09 ---> Running in 095ed17ce67c 00:38:09 Removing intermediate container 61806bdd3e58 00:38:09 ---> 84a39f124e2d 00:38:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:09 ---> Running in 7c196e68b3e3 00:38:09 ---> Running in 90738322d477 00:38:09 ---> fe70abaf95b5 00:38:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:09 ---> e968db5c0538 00:38:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:09 Removing intermediate container 095ed17ce67c 00:38:09 ---> 73b21a0dbcaf 00:38:09 Step 19/21 : LABEL arch=x86_64 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.550s coverage: 82.9% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.191s coverage: 78.9% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:10 ---> Running in d4a0b19eec87 00:38:10 ---> Running in f9d49d241119 00:38:10 Removing intermediate container 7c196e68b3e3 00:38:10 ---> 6b9d02312526 00:38:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:10 Removing intermediate container 90738322d477 00:38:10 ---> a9f1e708fb23 00:38:10 Step 20/22 : LABEL arch=x86_64 00:38:10 ---> cfc60e569420 00:38:10 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:38:10 ---> Running in 4b017f10ef94 00:38:10 ---> Running in 05ea0143f525 00:38:10 ---> Running in 21584b7f3f3e 00:38:10 Removing intermediate container f9d49d241119 00:38:10 ---> db2e2489a0c2 00:38:10 Step 20/21 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:38:10 ---> Running in cf27accf0f83 00:38:11 Removing intermediate container 4b017f10ef94 00:38:11 ---> a652b576ba40 00:38:11 Step 21/23 : LABEL arch=x86_64 00:38:11 Removing intermediate container 05ea0143f525 00:38:11 ---> c4bd9030371d 00:38:11 Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:38:11 ---> Running in 35fb73388731 00:38:11 ---> Running in 7b24a7158006 00:38:11 Removing intermediate container cf27accf0f83 00:38:11 ---> 6056680717ae 00:38:11 Step 21/21 : LABEL version=0.0.0 00:38:11 ---> Running in 0bf1e6e0d49b 00:38:11 Removing intermediate container 35fb73388731 00:38:11 ---> 5870e594170b 00:38:11 Step 22/22 : LABEL version=0.0.0 00:38:11 Removing intermediate container 7b24a7158006 00:38:11 ---> 7bb3c931855c 00:38:11 Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:38:11 ---> Running in 7b5333d4ffa2 00:38:12 Removing intermediate container 0bf1e6e0d49b 00:38:12 ---> 68f5a5923a8b 00:38:12 00:38:12 ---> Running in 623dafc71600 00:38:12 Removing intermediate container 7b5333d4ffa2 00:38:12 ---> 4795be9384e1 00:38:12 00:38:12 Successfully built 68f5a5923a8b 00:38:12 Successfully built 4795be9384e1 00:38:12 Successfully tagged docker-security-proxy-setup-go:latest 00:38:12  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:38:12 Successfully tagged docker-support-scheduler-go:latest 00:38:12  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:38:12 Removing intermediate container 623dafc71600 00:38:12 ---> 667ef98e7374 00:38:12 Step 23/23 : LABEL version=0.0.0 00:38:12 Removing intermediate container 21584b7f3f3e 00:38:12 ---> 0757de165246 00:38:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:12 Removing intermediate container d4a0b19eec87 00:38:12 ---> a3250c24a2ac 00:38:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:12 ---> Running in 148f688f6fe6 00:38:12 ---> Running in 8c2f8b70f53e 00:38:12 Removing intermediate container 8c2f8b70f53e 00:38:12 ---> 5cf80866818e 00:38:12 Step 22/24 : LABEL arch=x86_64 00:38:12 Removing intermediate container 148f688f6fe6 00:38:12 ---> b3300765b5a8 00:38:12 00:38:13 ---> Running in e62483e286c4 00:38:13 ---> 9330347cb0de 00:38:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:13 Successfully built b3300765b5a8 00:38:13 Successfully tagged docker-core-metadata-go:latest 00:38:13  Building docker-core-metadata-go ... done Building docker-core-data-go 00:38:13 Removing intermediate container e62483e286c4 00:38:13 ---> 151bf7665073 00:38:13 Step 23/24 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:38:13 ---> Running in 59e1e9caa1aa 00:38:13 Removing intermediate container 59e1e9caa1aa 00:38:13 ---> fb716b1fe874 00:38:13 Step 24/24 : LABEL version=0.0.0 00:38:14 ---> Running in d306ab0dcdf3 00:38:14 ---> ace4f3c6bc62 00:38:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:15 Removing intermediate container d306ab0dcdf3 00:38:15 ---> f6043922ac52 00:38:15 00:38:15 Successfully built f6043922ac52 00:38:16 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:16  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 00:38:16 ---> a523989655db 00:38:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:17 ---> 7aa8aa6898d1 00:38:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:38:19 ---> 9f3a56e22b30 00:38:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.304s coverage: 28.6% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.314s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.437s coverage: 86.7% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.461s coverage: 97.5% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:21 ---> Running in 97b55b01ccb1 00:38:22 Removing intermediate container 97b55b01ccb1 00:38:22 ---> 1f03dfe5a5ee 00:38:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:25 ---> 621f12744385 00:38:25 Step 26/31 : RUN chmod +x /entrypoint.sh 00:38:25 ---> Running in 40f59c590584 00:38:27 Removing intermediate container 40f59c590584 00:38:27 ---> d6c68f9c6835 00:38:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:38:29 ---> Running in a292eb1cd86d 00:38:30 Removing intermediate container a292eb1cd86d 00:38:30 ---> 7aa38d4e96a2 00:38:30 Step 28/31 : CMD ["gate"] 00:38:31 ---> Running in 6f492005af25 00:38:31 Removing intermediate container 6f492005af25 00:38:31 ---> 37519c7c9c34 00:38:31 Step 29/31 : LABEL arch=x86_64 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.302s coverage: 92.8% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.131s coverage: 58.8% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 1.0% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.181s coverage: 47.1% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.184s coverage: 79.5% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.129s coverage: 94.1% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.158s coverage: 87.5% of statements 00:38:32 ---> Running in d78e2c58d57b 00:38:33 Removing intermediate container d78e2c58d57b 00:38:33 ---> 1cc94e62f77e 00:38:33 Step 30/31 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:38:34 ---> Running in 8a595d9e0633 00:38:38 Removing intermediate container 8a595d9e0633 00:38:38 ---> b6c285efe5df 00:38:38 Step 31/31 : LABEL version=0.0.0 00:38:38 ---> Running in 2a65ee74e140 00:38:39 Removing intermediate container 2a65ee74e140 00:38:39 ---> 203f31d864c3 00:38:39 00:38:40 Successfully built 203f31d864c3 00:38:41 Successfully tagged docker-security-bootstrapper-go:latest 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.212s coverage: 94.4% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 00:38:45  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:45 ---> 931bef735dde 00:38:45 Step 3/23 : WORKDIR /edgex-go 00:38:45 ---> Using cache 00:38:45 ---> eff7af59d21d 00:38:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:45 ---> Using cache 00:38:45 ---> 87dd94af9f42 00:38:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:45 ---> 931bef735dde 00:38:45 Step 3/26 : WORKDIR /edgex-go 00:38:45 ---> Using cache 00:38:45 ---> eff7af59d21d 00:38:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:45 ---> Using cache 00:38:45 ---> 87dd94af9f42 00:38:45 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:46 ---> 931bef735dde 00:38:46 Step 3/23 : WORKDIR /edgex-go 00:38:46 ---> Using cache 00:38:46 ---> eff7af59d21d 00:38:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 ---> Using cache 00:38:46 ---> 87dd94af9f42 00:38:46 Step 5/23 : RUN apk add --update --no-cache make git 00:38:46 ---> Using cache 00:38:46 ---> efdc115d66eb 00:38:46 Step 6/23 : COPY go.mod . 00:38:46 ---> Using cache 00:38:46 ---> 1cd123e6c0ae 00:38:46 Step 7/23 : RUN go mod download 00:38:46 ---> Using cache 00:38:46 ---> 7ff52a3c8498 00:38:46 Step 8/23 : COPY . . 00:38:46 ---> Using cache 00:38:46 ---> 649da49c5ffc 00:38:46 Step 9/23 : RUN make cmd/core-command/core-command 00:38:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:47 ---> 931bef735dde 00:38:47 Step 3/22 : WORKDIR /edgex-go 00:38:47 ---> Using cache 00:38:47 ---> eff7af59d21d 00:38:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:47 ---> Using cache 00:38:47 ---> 87dd94af9f42 00:38:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:38:48 ---> Running in 323db63452a0 00:38:48 ---> Running in db567c6c1ae1 00:38:48 ---> Running in 8fd6ad487a54 00:38:48 ---> Running in 5a8353599e0d 00:38:49 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:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.599s coverage: 81.5% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.095s coverage: 87.1% of statements 00:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:51 OK: 233 MiB in 51 packages 00:38:51 OK: 233 MiB in 51 packages 00:38:51 OK: 233 MiB in 51 packages 00:38:52 Removing intermediate container 8fd6ad487a54 00:38:52 ---> 546e3abf633a 00:38:52 Step 6/22 : COPY go.mod . 00:38:52 Removing intermediate container 323db63452a0 00:38:52 ---> 030858eb9527 00:38:52 Step 6/23 : COPY go.mod . 00:38:52 Removing intermediate container db567c6c1ae1 00:38:52 ---> 4d4bbb3549aa 00:38:52 Step 6/26 : COPY go.mod . 00:38:54 ---> 0e3b04f21ee6 00:38:54 Step 7/26 : RUN go mod download 00:38:54 ---> ec09cac7925e 00:38:54 Step 7/22 : RUN go mod download 00:38:54 ---> eb437ca55b75 00:38:54 Step 7/23 : RUN go mod download 00:38:54 ---> Running in 26d9944008cb 00:38:54 ---> Running in 4d62c921147d 00:38:54 ---> Running in 92803461730d 00:38:58 Removing intermediate container 4d62c921147d 00:38:58 ---> fa428d215c8e 00:38:58 Step 8/26 : COPY . . 00:38:58 Removing intermediate container 92803461730d 00:38:58 ---> 08fc2dda6630 00:38:58 Step 8/23 : COPY . . 00:38:58 Removing intermediate container 26d9944008cb 00:38:58 ---> 13238213da92 00:38:58 Step 8/22 : COPY . . 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.195s coverage: 92.9% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.185s coverage: 75.5% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.144s coverage: 80.8% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.238s coverage: 87.2% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.206s coverage: 84.6% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.581s coverage: 64.4% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 69.0% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.472s coverage: 38.4% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.449s coverage: 47.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.189s coverage: 100.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.234s coverage: 11.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.379s coverage: 87.1% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.509s coverage: 29.1% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.211s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.378s coverage: 95.6% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:39:26 GO111MODULE=on go vet ./... 00:39:30 Removing intermediate container 5a8353599e0d 00:39:30 ---> 17a3bd23d74f 00:39:30 00:39:30 Step 10/23 : FROM alpine:3.12 00:39:30 ---> 7230e588e954 00:39:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:30 ---> Using cache 00:39:30 ---> f647920fe7ed 00:39:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:30 ---> Using cache 00:39:30 ---> 5b4b0fdc9d10 00:39:30 Step 13/23 : ENV APP_PORT=48082 00:39:30 ---> Running in a4cdcd4f002d 00:39:31 Removing intermediate container a4cdcd4f002d 00:39:31 ---> 90f0eb6bd350 00:39:31 Step 14/23 : EXPOSE $APP_PORT 00:39:31 ---> Running in 972bf00e99ee 00:39:33 Removing intermediate container 972bf00e99ee 00:39:33 ---> 79cffc24c02e 00:39:33 Step 15/23 : WORKDIR / 00:39:34 ---> Running in 1dc022dd8ea6 00:39:34 ---> 6544014b8d1d 00:39:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:34 ---> a631b203b216 00:39:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:39:34 ---> b3cdde234845 00:39:34 Step 9/23 : RUN make cmd/core-data/core-data 00:39:34 Removing intermediate container 1dc022dd8ea6 00:39:34 ---> 9fd691cba1cd 00:39:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:34 ---> Running in 63efd77a76a8 00:39:34 ---> Running in 33f2e359cff4 00:39:34 ---> Running in d0b20a763a47 00:39:35 ---> 729f014c93c6 00:39:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:36 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:39:36 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:39:36 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:39:36 ---> 47082c514843 00:39:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:37 ---> 456d4ab78cb6 00:39:37 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:37 ---> Running in 28dedbf4acf8 00:39:37 Removing intermediate container 28dedbf4acf8 00:39:37 ---> 028a4ade3c80 00:39:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:37 ---> Running in 21d79e5a0c1f 00:39:38 Removing intermediate container 21d79e5a0c1f 00:39:38 ---> 67d65219478e 00:39:38 Step 21/23 : LABEL arch=x86_64 00:39:38 ---> Running in 32c50e5d931b 00:39:39 Removing intermediate container 32c50e5d931b 00:39:39 ---> 46e87c96e6f6 00:39:39 Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:39:39 ---> Running in a3831e43a8d1 00:39:39 Removing intermediate container a3831e43a8d1 00:39:39 ---> 6bd7cd9e812f 00:39:39 Step 23/23 : LABEL version=0.0.0 00:39:39 ---> Running in 4ad524a0a731 00:39:39 Removing intermediate container 4ad524a0a731 00:39:39 ---> 348539a706cd 00:39:39 00:39:40 Successfully built 348539a706cd 00:39:40 Successfully tagged docker-core-command-go:latest 00:40:12  Building docker-core-command-go ... done Removing intermediate container 63efd77a76a8 00:40:12 ---> 82ff2fc1f568 00:40:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:12 Removing intermediate container 33f2e359cff4 00:40:12 ---> 0c83b0ea0d30 00:40:12 00:40:12 Step 10/22 : FROM alpine:3.12 00:40:12 ---> 7230e588e954 00:40:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:40:12 ---> Running in 3b3dc486a513 00:40:12 ---> Running in 545f9c175c49 00:40:12 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:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:12 (1/2) Installing ca-certificates (20191127-r4) 00:40:12 (2/2) Installing dumb-init (1.2.2-r1) 00:40:12 Executing busybox-1.31.1-r20.trigger 00:40:12 Executing ca-certificates-20191127-r4.trigger 00:40:12 OK: 6 MiB in 16 packages 00:40:12 Removing intermediate container d0b20a763a47 00:40:12 ---> 6362bae61500 00:40:12 00:40:12 Step 10/23 : FROM alpine:3.12 00:40:12 ---> 7230e588e954 00:40:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:12 ---> Running in e1f6821f8628 00:40:13 Removing intermediate container e1f6821f8628 00:40:13 ---> 004e057a38a0 00:40:13 Step 12/23 : ENV APP_PORT=48080 00:40:13 Removing intermediate container 545f9c175c49 00:40:13 ---> da6df0db5fcb 00:40:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:40:13 ---> Running in cbd01878fa99 00:40:13 ---> Running in 03505f9a4e2b 00:40:13 Removing intermediate container 3b3dc486a513 00:40:13 ---> 9950b23e3292 00:40:13 00:40:13 Step 11/26 : FROM docker:20.10.0 00:40:13 20.10.0: Pulling from library/docker 00:40:13 Removing intermediate container cbd01878fa99 00:40:13 ---> 8f21387c560f 00:40:13 Step 13/22 : ENV APP_PORT=48060 00:40:13 Removing intermediate container 03505f9a4e2b 00:40:13 ---> 3c5ea9ef6117 00:40:13 Step 13/23 : EXPOSE $APP_PORT 00:40:13 ---> Running in 3d8c8b38ee6a 00:40:13 ---> Running in 04f57fda3439 00:40:13 Removing intermediate container 3d8c8b38ee6a 00:40:13 ---> f511c1e64b41 00:40:13 Step 14/22 : EXPOSE $APP_PORT 00:40:13 Removing intermediate container 04f57fda3439 00:40:13 ---> 03e7f5a763f1 00:40:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:13 ---> Running in aed5959ef786 00:40:13 ---> Running in e78cc73659e9 00:40:15 Removing intermediate container aed5959ef786 00:40:15 ---> de636a91733d 00:40:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:15 ---> 46fcfa81cb65 00:40:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:16 Removing intermediate container e78cc73659e9 00:40:16 ---> 9ae624010a1e 00:40:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:16 ---> Running in 32369c453ead 00:40:16 ---> 05e59a14ec1e 00:40:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:17 ---> 5b867dbbe205 00:40:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:40:17 ---> Running in 4a4ccfe692c9 00:40:18 Removing intermediate container 4a4ccfe692c9 00:40:18 ---> 9bcdc993bec7 00:40:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:18 ---> Running in 98a528b6942c 00:40:18 Removing intermediate container 98a528b6942c 00:40:18 ---> a925cbbc11ce 00:40:18 Step 20/22 : LABEL arch=x86_64 00:40:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:18 ---> Running in 41c1f2a6639a 00:40:18 Removing intermediate container 41c1f2a6639a 00:40:18 ---> 8af634ef8e27 00:40:18 Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:40:18 ---> Running in 14a3cc348ec7 00:40:19 (1/6) Installing dumb-init (1.2.2-r1) 00:40:19 Removing intermediate container 14a3cc348ec7 00:40:19 ---> 43a9b7fa88df 00:40:19 Step 22/22 : LABEL version=0.0.0 00:40:19 (2/6) Installing libgcc (9.3.0-r2) 00:40:19 ---> Running in efe0a7e872f1 00:40:19 (3/6) Installing libsodium (1.0.18-r0) 00:40:19 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:19 Removing intermediate container efe0a7e872f1 00:40:19 ---> 9150ab7ea131 00:40:19 00:40:19 (5/6) Installing libzmq (4.3.3-r0) 00:40:19 (6/6) Installing zeromq (4.3.3-r0) 00:40:19 Executing busybox-1.31.1-r20.trigger 00:40:19 Successfully built 9150ab7ea131 00:40:19 OK: 8 MiB in 20 packages 00:40:20 Successfully tagged docker-support-notifications-go:latest 00:40:20  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:20 Status: Downloaded newer image for docker:20.10.0 00:40:20 ---> aefe523efa57 00:40:20 Step 12/26 : RUN apk add --no-cache bash 00:40:20 Removing intermediate container 32369c453ead 00:40:20 ---> 3586c295867d 00:40:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:20 ---> Running in 47d1159a5395 00:40:21 ---> 33357e57a17f 00:40:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:21 (1/2) Installing readline (8.0.4-r0) 00:40:21 (2/2) Installing bash (5.0.17-r0) 00:40:21 Executing bash-5.0.17-r0.post-install 00:40:21 Executing busybox-1.31.1-r19.trigger 00:40:21 OK: 12 MiB in 22 packages 00:40:21 ---> 7985affe792c 00:40:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:22 ---> ff01554187a9 00:40:22 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:22 Removing intermediate container 47d1159a5395 00:40:22 ---> 3abf68afb9ff 00:40:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:22 ---> Running in 882f983a20bf 00:40:22 ---> Running in a848c9d69595 00:40:22 Removing intermediate container 882f983a20bf 00:40:22 ---> 34bbfb67e20b 00:40:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:22 Removing intermediate container a848c9d69595 00:40:22 ---> ef82620caae4 00:40:22 Step 14/26 : ENV APP_PORT=48090 00:40:22 ---> Running in cca801f6c39d 00:40:22 ---> Running in bb90d35f862c 00:40:23 Removing intermediate container cca801f6c39d 00:40:23 ---> 45a9bb2dde28 00:40:23 Step 21/23 : LABEL arch=x86_64 00:40:23 Removing intermediate container bb90d35f862c 00:40:23 ---> ac4c5f14ba5f 00:40:23 Step 15/26 : EXPOSE $APP_PORT 00:40:23 ---> Running in 657313c75f9d 00:40:23 ---> Running in e7fb85541ab1 00:40:23 Removing intermediate container 657313c75f9d 00:40:23 ---> 4518d3227401 00:40:23 Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:40:23 Removing intermediate container e7fb85541ab1 00:40:23 ---> 90e6a058caeb 00:40:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:23 ---> Running in 8b80471ed355 00:40:23 Removing intermediate container 8b80471ed355 00:40:23 ---> 2d4d8aa494cd 00:40:23 Step 23/23 : LABEL version=0.0.0 00:40:23 ---> Running in 04eab5968270 00:40:24 ---> 8cb4237cc5df 00:40:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:24 Removing intermediate container 04eab5968270 00:40:24 ---> f65b991e268d 00:40:24 00:40:25 Successfully built f65b991e268d 00:40:25 Successfully tagged docker-core-data-go:latest 00:40:25  Building docker-core-data-go ... done  ---> 17a3084f009a 00:40:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:25 ---> 4e113a6648f9 00:40:25 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:25 ---> Running in d7c698fb7f2f 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:26 (1/33) Installing libbz2 (1.0.8-r1) 00:40:26 (2/33) Installing expat (2.2.9-r1) 00:40:26 (3/33) Installing libffi (3.3-r2) 00:40:26 (4/33) Installing gdbm (1.13-r1) 00:40:26 (5/33) Installing xz-libs (5.2.5-r0) 00:40:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:26 (7/33) Installing python3 (3.8.8-r0) 00:40:27 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:27 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:27 (11/33) Installing py3-six (1.15.0-r0) 00:40:27 (12/33) Installing py3-packaging (20.4-r0) 00:40:27 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:27 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:27 (15/33) Installing py3-idna (2.9-r0) 00:40:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:27 (18/33) Installing py3-requests (2.23.0-r0) 00:40:27 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:27 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:27 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:27 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:27 (24/33) Installing py3-distro (1.5.0-r1) 00:40:27 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:27 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:27 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:27 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:27 (29/33) Installing py3-progress (1.5-r0) 00:40:27 (30/33) Installing py3-toml (0.10.1-r0) 00:40:27 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:27 (33/33) Installing py3-pip (20.1.1-r0) 00:40:28 Executing busybox-1.31.1-r19.trigger 00:40:28 OK: 71 MiB in 55 packages 00:40:38 Removing intermediate container d7c698fb7f2f 00:40:38 ---> a4c22eec732e 00:40:38 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:38 ---> Running in cd7637b09dab 00:40:38 Collecting docker-compose==1.23.2 00:40:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:38 Collecting websocket-client<1.0,>=0.32.0 00:40:38 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:40:39 Collecting docopt<0.7,>=0.6.1 00:40:39 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:40 Collecting PyYAML<4,>=3.10 00:40:40 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:41 Collecting docker<4.0,>=3.6.0 00:40:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:41 Collecting cached-property<2,>=1.2.0 00:40:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:41 Collecting texttable<0.10,>=0.9.0 00:40:41 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:41 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:40:41 Collecting dockerpty<0.5,>=0.4.1 00:40:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:42 Collecting jsonschema<3,>=2.5.1 00:40:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:42 Collecting urllib3<1.25,>=1.21.1 00:40:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:42 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:40:42 Collecting idna<2.8,>=2.5 00:40:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:42 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:40:42 Collecting docker-pycreds>=0.4.0 00:40:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:43 Installing collected packages: websocket-client, docopt, urllib3, idna, requests, PyYAML, docker-pycreds, docker, cached-property, texttable, dockerpty, jsonschema, docker-compose 00:40:43 Running setup.py install for docopt: started 00:40:43 Running setup.py install for docopt: finished with status 'done' 00:40:43 Attempting uninstall: urllib3 00:40:43 Found existing installation: urllib3 1.25.9 00:40:43 Uninstalling urllib3-1.25.9: 00:40:43 Successfully uninstalled urllib3-1.25.9 00:40:44 Attempting uninstall: idna 00:40:44 Found existing installation: idna 2.9 00:40:44 Uninstalling idna-2.9: 00:40:44 Successfully uninstalled idna-2.9 00:40:44 Attempting uninstall: requests 00:40:44 Found existing installation: requests 2.23.0 00:40:44 Uninstalling requests-2.23.0: 00:40:44 Successfully uninstalled requests-2.23.0 00:40:44 Running setup.py install for PyYAML: started 00:40:44 Running setup.py install for PyYAML: finished with status 'done' 00:40:45 Running setup.py install for texttable: started 00:40:45 Running setup.py install for texttable: finished with status 'done' 00:40:45 Running setup.py install for dockerpty: started 00:40:46 Running setup.py install for dockerpty: finished with status 'done' 00:40:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:40:48 gofmt -l . 00:40:49 Removing intermediate container cd7637b09dab 00:40:49 ---> 4f762c81cf54 00:40:49 Step 21/26 : RUN apk --no-cache add curl 00:40:50 ---> Running in 75ea5de0103d 00:40:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:50 (2/3) Installing libcurl (7.69.1-r3) 00:40:50 (3/3) Installing curl (7.69.1-r3) 00:40:50 Executing busybox-1.31.1-r19.trigger 00:40:50 OK: 72 MiB in 58 packages 00:40:51 Removing intermediate container 75ea5de0103d 00:40:51 ---> 03c51971554a 00:40:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:51 ---> Running in 38608caf6ef2 00:40:51 Removing intermediate container 38608caf6ef2 00:40:51 ---> 0f1e71f2338a 00:40:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:51 ---> Running in dd6f6ea5c93f 00:40:51 Removing intermediate container dd6f6ea5c93f 00:40:51 ---> a395f26aacad 00:40:51 Step 24/26 : LABEL arch=x86_64 00:40:51 ---> Running in 651d27d5fb7b 00:40:52 [ "`gofmt -l .`" = "" ] 00:40:52 Removing intermediate container 651d27d5fb7b 00:40:52 ---> 8292bbdebc3b 00:40:52 Step 25/26 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:40:52 ---> Running in a319dd3f37de 00:40:52 Removing intermediate container a319dd3f37de 00:40:52 ---> aba97a5d8f14 00:40:52 Step 26/26 : LABEL version=0.0.0 00:40:52 ---> Running in 4accd0e37a5a 00:40:52 Removing intermediate container 4accd0e37a5a 00:40:52 ---> 424bea3924dc 00:40:52 00:40:52 Successfully built 424bea3924dc 00:40:52 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:53 $ docker stop --time=1 0650a2f9f67b297c76c910e295c3a87a8392d043ba0aa47608c4d43f867dc1e9 00:40:55 $ docker rm -f 0650a2f9f67b297c76c910e295c3a87a8392d043ba0aa47608c4d43f867dc1e9 00:40:55 ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] sh 00:40:55 + docker images 00:40:55 + grep docker 00:40:56 ./bin/test-attribution-txt.sh 00:40:56 docker-sys-mgmt-agent-go latest 424bea3924dc 4 seconds ago 314MB 00:40:56 docker-core-data-go latest f65b991e268d 33 seconds ago 22.7MB 00:40:56 docker-support-notifications-go latest 9150ab7ea131 37 seconds ago 17.9MB 00:40:56 docker-core-command-go latest 348539a706cd About a minute ago 17.3MB 00:40:56 docker-security-bootstrapper-go latest 203f31d864c3 2 minutes ago 19MB 00:40:56 docker-security-secretstore-setup-go latest f6043922ac52 2 minutes ago 25.7MB 00:40:56 docker-core-metadata-go latest b3300765b5a8 2 minutes ago 19MB 00:40:56 docker-security-proxy-setup-go latest 68f5a5923a8b 2 minutes ago 25.4MB 00:40:56 docker-support-scheduler-go latest 4795be9384e1 2 minutes ago 17.4MB 00:40:56 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [Pipeline] sh 00:40:58 + ls -al . 00:40:58 total 836 00:40:58 drwxrwxr-x 9 1001 1001 4096 Apr 8 00:40 . 00:40:58 drwxr-xr-x 4 root root 4096 Apr 8 00:36 .. 00:40:58 -rw-rw-r-- 1 1001 1001 11 Apr 8 00:34 .dockerignore 00:40:58 drwxrwxr-x 8 1001 1001 4096 Apr 8 00:34 .git 00:40:58 drwxrwxr-x 3 1001 1001 4096 Apr 8 00:34 .github 00:40:58 -rw-rw-r-- 1 1001 1001 818 Apr 8 00:34 .gitignore 00:40:58 -rw-rw-r-- 1 1001 1001 166 Apr 8 00:34 .sonarcloud.properties 00:40:58 -rw-rw-r-- 1 1001 1001 8607 Apr 8 00:34 Attribution.txt 00:40:58 -rw-rw-r-- 1 1001 1001 3804 Apr 8 00:34 CONTRIBUTING.md 00:40:58 -rw-rw-r-- 1 1001 1001 931 Apr 8 00:34 Dockerfile.build 00:40:58 -rw-rw-r-- 1 1001 1001 863 Apr 8 00:34 Jenkinsfile 00:40:58 -rw-rw-r-- 1 1001 1001 10775 Apr 8 00:34 LICENSE 00:40:58 -rw-rw-r-- 1 1001 1001 5774 Apr 8 00:34 Makefile 00:40:58 -rw-rw-r-- 1 1001 1001 6548 Apr 8 00:34 README.md 00:40:58 -rw-rw-r-- 1 1001 1001 6755 Apr 8 00:34 SECURITY.md 00:40:58 -rw-rw-r-- 1 1001 1001 5 Apr 8 00:31 VERSION 00:40:58 -rw-rw-r-- 1 1001 1001 4131 Apr 8 00:34 ZMQWindows.md 00:40:58 drwxrwxr-x 2 1001 1001 4096 Apr 8 00:34 bin 00:40:58 drwxrwxr-x 14 1001 1001 4096 Apr 8 00:34 cmd 00:40:58 -rw-r--r-- 1 root root 697383 Apr 8 00:39 coverage.out 00:40:58 -rw-r--r-- 1 root root 1056 Apr 8 00:40 go.mod 00:40:58 -rw-r--r-- 1 root root 22360 Apr 8 00:40 go.sum 00:40:58 drwxrwxr-x 8 1001 1001 4096 Apr 8 00:34 internal 00:40:58 drwxrwxr-x 4 1001 1001 4096 Apr 8 00:34 openapi 00:40:58 drwxrwxr-x 4 1001 1001 4096 Apr 8 00:34 snap 00:40:58 -rw-rw-r-- 1 1001 1001 168 Apr 8 00:34 version.go [Pipeline] sh 00:40:59 + '[' -e coverage.out ] 00:40:59 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:59 Warning: overwriting stash ‘coverage-report’ 00:41:00 Stashed 1 file(s) [Pipeline] sh 00:41:01 + make build 00:41:01 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:11 Still waiting to schedule task 00:41:11 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-33219’ 00:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:50 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:00 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:00 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:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:42:16 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 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:26 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:31 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:35 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:42:42 $ docker stop --time=1 f29d90c957be8d97fa5e88039288c4e883fe79db259cb76320f2c865fe936889 00:42:44 $ docker rm -f f29d90c957be8d97fa5e88039288c4e883fe79db259cb76320f2c865fe936889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:46 00:42:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:47 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:47 29e5d40040c1: Pulling fs layer 00:42:47 1ce36da41761: Pulling fs layer 00:42:47 25b303627fd3: Pulling fs layer 00:42:48 29e5d40040c1: Verifying Checksum 00:42:48 29e5d40040c1: Download complete 00:42:48 1ce36da41761: Verifying Checksum 00:42:48 1ce36da41761: Download complete 00:42:49 29e5d40040c1: Pull complete 00:42:50 1ce36da41761: Pull complete 00:42:50 25b303627fd3: Verifying Checksum 00:42:50 25b303627fd3: Download complete 00:43:00 25b303627fd3: Pull complete 00:43:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:01 prd-ubuntu18.04-docker-arm64-4c-16g-33235 does not seem to be running inside a container 00:43:01 Running on prd-ubuntu18.04-docker-8c-8g-33244 in /w/workspace/edgexfoundry_edgex-go_PR-3342 00:43:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:05 $ docker top 336ae85c44c77a655aa744c2092e9daff5572999f378c9b164c3dfc6a60096cc -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 00:43:06 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:43:06 + + grep paralleldocker-compose 00:43:06 build --help 00:43:08 using credential edgex-jenkins-ssh 00:43:08 Cloning the remote Git repository 00:43:08 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:08 > git init /w/workspace/edgex-go/2 # timeout=10 00:43:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:08 > git --version # timeout=10 00:43:08 > git --version # 'git version 2.17.1' 00:43:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:12 --parallel Build images in parallel. [Pipeline] } 00:43:12 $ docker stop --time=1 336ae85c44c77a655aa744c2092e9daff5572999f378c9b164c3dfc6a60096cc 00:43:14 $ docker rm -f 336ae85c44c77a655aa744c2092e9daff5572999f378c9b164c3dfc6a60096cc [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-33235 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:16 $ docker top d960a0d622bbe00a77cbb0d41397f63e9824a381ed19e9cac4147fc73a7a0f0f -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:17 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:22 Building docker-core-command-go ... 00:43:22 Building docker-core-data-go ... 00:43:22 Building docker-core-metadata-go ... 00:43:22 Building docker-security-bootstrapper-go ... 00:43:22 Building docker-security-proxy-setup-go ... 00:43:22 Building docker-security-secretstore-setup-go ... 00:43:22 Building docker-support-notifications-go ... 00:43:22 Building docker-support-scheduler-go ... 00:43:22 Building docker-sys-mgmt-agent-go ... 00:43:22 Building docker-sys-mgmt-agent-go 00:43:22 Building docker-support-notifications-go 00:43:22 Building docker-core-command-go 00:43:22 Building docker-security-secretstore-setup-go 00:43:22 Building docker-security-bootstrapper-go 00:43:29 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 00:43:29 Merge succeeded, producing 585796de747cb035f5c60c3f6a140e68fc0ad64a 00:43:29 Checking out Revision 585796de747cb035f5c60c3f6a140e68fc0ad64a (PR-3342) 00:43:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:29 > git config core.sparsecheckout # timeout=10 00:43:29 > git checkout -f a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 00:43:29 > git remote # timeout=10 00:43:29 > git config --get remote.origin.url # timeout=10 00:43:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:29 > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 00:43:29 > git rev-parse HEAD^{commit} # timeout=10 00:43:29 > git config core.sparsecheckout # timeout=10 00:43:29 > git checkout -f 585796de747cb035f5c60c3f6a140e68fc0ad64a # timeout=10 00:43:33 Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" 00:43:33 > git rev-list --no-walk a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:34 + echo snap-build.sh 00:43:34 snap-build.sh 00:43:34 + SNAP_BASE_DIR=. 00:43:34 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:43:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:43:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:43:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:43:34 + cd /w/workspace/edgex-go/2 00:43:34 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:34 Reading package lists... 00:43:34 Building dependency tree... 00:43:34 Reading state information... 00:43:34 The following packages were automatically installed and are no longer required: 00:43:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:34 uidmap xdelta3 00:43:34 Use 'sudo apt autoremove' to remove them. 00:43:34 The following packages will be REMOVED: 00:43:34 lxd* lxd-client* 00:43:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:34 After this operation, 31.7 MB disk space will be freed. 00:43:36 (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:43:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:36 Removing lxd dnsmasq configuration 00:43:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:38 (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:43:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:39 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:39 Processing triggers for ureadahead (0.100.0-21) ... 00:43:41 + sudo snap remove --purge lxd 00:43:41 snap "lxd" is not installed 00:43:41 + sudo groupadd --force --system lxd 00:43:41 ++ whoami 00:43:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:41 + newgrp - lxd 00:43:41 + sudo snap install lxd 00:44:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:30 ---> 362df42ccc13 00:44:30 Step 3/22 : WORKDIR /edgex-go 00:44:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:30 ---> 362df42ccc13 00:44:30 Step 3/23 : WORKDIR /edgex-go 00:44:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:30 ---> 362df42ccc13 00:44:30 Step 3/26 : WORKDIR /edgex-go 00:44:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:30 ---> 362df42ccc13 00:44:30 Step 3/24 : WORKDIR /edgex-go 00:44:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:44:30 ---> 362df42ccc13 00:44:30 Step 3/31 : WORKDIR /edgex-go 00:44:31 ---> Running in d7f0b50dcb90 00:44:31 ---> Running in 7e44748d4d8c 00:44:31 ---> Running in 1b6dcb64954f 00:44:31 ---> Running in d46a31286a42 00:44:31 ---> Running in e6df290a276b 00:44:32 Removing intermediate container 1b6dcb64954f 00:44:32 ---> 8cf0a97d6181 00:44:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:32 Removing intermediate container e6df290a276b 00:44:32 ---> 9f8ee549648c 00:44:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:32 Removing intermediate container d7f0b50dcb90 00:44:32 ---> 38374fd08af5 00:44:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:32 Removing intermediate container d46a31286a42 00:44:32 ---> e8e1de530852 00:44:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:32 Removing intermediate container 7e44748d4d8c 00:44:32 ---> 6dd9c73a888a 00:44:32 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:32 ---> Running in 1661ab5745a9 00:44:32 ---> Running in 5382dc27e11f 00:44:32 ---> Running in 0d242272ce93 00:44:32 ---> Running in 384c585e43e4 00:44:32 ---> Running in ab7e8543a243 00:44:37 Removing intermediate container 1661ab5745a9 00:44:37 ---> 624d785a2e06 00:44:37 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:37 ---> Running in 23df0b43df71 00:44:37 Removing intermediate container 5382dc27e11f 00:44:37 ---> 60ac3c277648 00:44:37 Step 5/23 : RUN apk add --update --no-cache make git 00:44:37 ---> Running in c4ab1ed5838d 00:44:37 Removing intermediate container 0d242272ce93 00:44:37 ---> 9493cb8f8571 00:44:37 Step 5/31 : RUN apk add --update --no-cache make git 00:44:37 Removing intermediate container 384c585e43e4 00:44:37 ---> 9132d64a5c63 00:44:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:37 Removing intermediate container ab7e8543a243 00:44:37 ---> c841aa896d25 00:44:37 Step 5/24 : RUN apk add --update --no-cache make git 00:44:37 ---> Running in fbf52fd206ff 00:44:37 ---> Running in 7f49e07a713d 00:44:37 ---> Running in f8d102f351cd 00:44:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:40 OK: 217 MiB in 51 packages 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:41 OK: 217 MiB in 51 packages 00:44:41 OK: 217 MiB in 51 packages 00:44:41 OK: 217 MiB in 51 packages 00:44:41 OK: 217 MiB in 51 packages 00:44:41 Removing intermediate container 23df0b43df71 00:44:41 ---> 7ffc6605f7ab 00:44:41 Step 6/26 : COPY go.mod . 00:44:43 ---> 0edace1f897b 00:44:43 Step 7/26 : RUN go mod download 00:44:43 Removing intermediate container c4ab1ed5838d 00:44:43 ---> 868305390d02 00:44:43 Step 6/23 : COPY go.mod . 00:44:43 ---> Running in b6265b7230f9 00:44:43 Removing intermediate container 7f49e07a713d 00:44:43 ---> ea21ffb8ac99 00:44:43 Step 6/22 : COPY go.mod . 00:44:43 Removing intermediate container fbf52fd206ff 00:44:43 ---> eeadd5b021ee 00:44:43 Step 6/31 : COPY go.mod . 00:44:43 Removing intermediate container f8d102f351cd 00:44:43 ---> 1ae2f22bcf70 00:44:43 Step 6/24 : COPY go.mod . 00:44:44 ---> 934af988470d 00:44:44 Step 7/23 : RUN go mod download 00:44:44 ---> Running in cced68e8cb3a 00:44:44 ---> e2fd1e17acc7 00:44:44 Step 7/31 : RUN go mod download 00:44:44 ---> c396a43698fe 00:44:44 ---> be2ba59eb819 00:44:44 Step 7/22 : RUN go mod downloadStep 7/24 : RUN go mod download 00:44:44 00:44:45 ---> Running in b24e39e8dcc7 00:44:45 ---> Running in 7b911275167b 00:44:45 ---> Running in db025dd116a4 00:44:48 Removing intermediate container b6265b7230f9 00:44:48 ---> 5cc9af244d39 00:44:48 Step 8/26 : COPY . . 00:44:50 Removing intermediate container cced68e8cb3a 00:44:50 ---> 03c205ccf54e 00:44:50 Step 8/23 : COPY . . 00:44:50 Removing intermediate container b24e39e8dcc7 00:44:50 ---> 2a07603ca1c4 00:44:50 Step 8/31 : COPY . . 00:44:50 Removing intermediate container 7b911275167b 00:44:50 ---> 76081cf1c668 00:44:50 Step 8/22 : COPY . . 00:44:50 Removing intermediate container db025dd116a4 00:44:50 ---> 5c65518b7781 00:44:50 Step 8/24 : COPY . . 00:45:17 ---> aa24105576ef 00:45:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:17 ---> a2d51585bb2d 00:45:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:17 ---> 26de69a797d5 00:45:17 Step 9/23 : RUN make cmd/core-command/core-command 00:45:17 ---> 61cce4577eab 00:45:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:17 ---> Running in 75fbf0275293 00:45:17 ---> Running in eb450dc9c5af 00:45:17 ---> Running in dbfe52f01493 00:45:17 ---> Running in ddaa0d059d4b 00:45:18 ---> 5cefae4cf999 00:45:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:18 ---> Running in 4387a87a06b0 00:45:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:45:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:20 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:20 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:20 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:46:03 2021-04-08T00:45:57Z INFO Waiting for automatic snapd restart... 00:46:15 lxd 4.12 from Canonical* installed 00:46:15 + sudo lxd init --auto 00:46:23 + sudo snap install --classic snapcraft 00:47: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:47:25 Removing intermediate container ddaa0d059d4b 00:47:25 ---> 98c6ef5a4f32 00:47:25 00:47:25 Step 10/31 : FROM alpine:3.12 00:47:25 Removing intermediate container 4387a87a06b0 00:47:25 ---> 82ecc77d7f51 00:47:25 00:47:25 Step 10/24 : FROM alpine:3.12 00:47:25 3.12: Pulling from library/alpine 00:47:25 3.12: Pulling from library/alpine 00:47:26 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:47:26 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:47:26 Status: Downloaded newer image for alpine:3.12 00:47:26 ---> d75e27dfc0a0 00:47:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:26 Status: Image is up to date for alpine:3.12 00:47:26 ---> d75e27dfc0a0 00:47:26 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:47:27 ---> Running in 2905b2216a3c 00:47:27 ---> Running in 765fdd89cefc 00:47:28 Removing intermediate container 75fbf0275293 00:47:28 ---> e0210525ed04 00:47:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:29 ---> Running in 0ae4aa4ba699 00:47:29 Removing intermediate container 2905b2216a3c 00:47:29 ---> a925d8b6c301 00:47:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:29 ---> Running in c9c1a15d9083 00:47:30 (1/6) Installing ca-certificates (20191127-r4) 00:47:30 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:47:30 (3/6) Installing libcurl (7.69.1-r3) 00:47:30 (4/6) Installing curl (7.69.1-r3) 00:47:30 (5/6) Installing dumb-init (1.2.2-r1) 00:47:30 (6/6) Installing su-exec (0.2-r1) 00:47:30 Executing busybox-1.31.1-r20.trigger 00:47:30 Executing ca-certificates-20191127-r4.trigger 00:47:30 OK: 7 MiB in 20 packages 00:47:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:32 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:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:32 (1/2) Installing dumb-init (1.2.2-r1) 00:47:32 (2/2) Installing su-exec (0.2-r1) 00:47:32 Executing busybox-1.31.1-r20.trigger 00:47:32 OK: 5 MiB in 16 packages 00:47:36 Removing intermediate container 765fdd89cefc 00:47:36 ---> ba110304978c 00:47:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:36 Removing intermediate container dbfe52f01493 00:47:36 ---> fc0824741e3c 00:47:36 00:47:36 Step 10/23 : FROM alpine:3.12 00:47:36 Removing intermediate container eb450dc9c5af 00:47:36 ---> 9a672975bd54 00:47:36 00:47:36 Step 10/22 : FROM alpine:3.12 00:47:36 ---> d75e27dfc0a0 00:47:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:36 ---> d75e27dfc0a0 00:47:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:36 ---> Running in ae03c1bd45bc 00:47:36 Removing intermediate container c9c1a15d9083 00:47:36 ---> b6ff25730d4e 00:47:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:47:37 ---> Running in aab21a0b478d 00:47:37 ---> Running in bdb113e2db73 00:47:37 ---> Running in 3601113145d1 00:47:38 Removing intermediate container ae03c1bd45bc 00:47:38 ---> fb2cd372a934 00:47:38 Step 13/24 : WORKDIR / 00:47:38 Removing intermediate container 0ae4aa4ba699 00:47:38 ---> dad3737693e0 00:47:38 00:47:38 Step 11/26 : FROM docker:20.10.0 00:47:38 20.10.0: Pulling from library/docker 00:47:38 ---> Running in 1e0c81bbdb12 00:47:38 Removing intermediate container 3601113145d1 00:47:38 ---> 507db9523963 00:47:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:39 ---> Running in f1e0dc99b33d 00:47:39 Removing intermediate container 1e0c81bbdb12 00:47:39 ---> 383390b979ea 00:47:39 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:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:40 Removing intermediate container f1e0dc99b33d 00:47:40 ---> 711d7300c590 00:47:40 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:40 ---> Running in 30868caebbed 00:47:41 (1/2) Installing ca-certificates (20191127-r4) 00:47:41 (2/2) Installing dumb-init (1.2.2-r1) 00:47:41 Executing busybox-1.31.1-r20.trigger 00:47:41 (1/1) Installing dumb-init (1.2.2-r1) 00:47:41 Executing busybox-1.31.1-r20.trigger 00:47:41 Executing ca-certificates-20191127-r4.trigger 00:47:41 OK: 5 MiB in 15 packages 00:47:41 OK: 6 MiB in 16 packages 00:47:42 ---> afeda5bb50da 00:47:42 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:43 ---> bdfa7d62e415 00:47:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:43 Removing intermediate container aab21a0b478d 00:47:43 ---> 0560a4dea70d 00:47:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:44 ---> Running in 55e1da6aaba1 00:47:45 Removing intermediate container bdb113e2db73 00:47:45 ---> 45945acc6247 00:47:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:45 ---> b3d6a90b0493 00:47:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:45 ---> Running in c0e5835162e5 00:47:45 Removing intermediate container 55e1da6aaba1 00:47:45 ---> 45d06380564a 00:47:45 Step 13/23 : ENV APP_PORT=48082 00:47:45 Removing intermediate container 30868caebbed 00:47:45 ---> 4ad113927481 00:47:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:47:46 ---> Running in 2b1d27304f5a 00:47:46 ---> Running in b94d178cb50e 00:47:46 Removing intermediate container c0e5835162e5 00:47:46 ---> 9730314c9368 00:47:46 Step 13/22 : ENV APP_PORT=48060 00:47:46 ---> 93cf3e525ab4 00:47:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:47 ---> Running in 8c1ec9aa60e6 00:47:47 Removing intermediate container 2b1d27304f5a 00:47:47 ---> 25a009b30e41 00:47:47 Step 14/23 : EXPOSE $APP_PORT 00:47:48 Removing intermediate container b94d178cb50e 00:47:48 ---> e826d6403c53 00:47:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:48 ---> Running in 30aa7cc208ee 00:47:48 Removing intermediate container 8c1ec9aa60e6 00:47:48 ---> 830ce0ae480a 00:47:48 Step 14/22 : EXPOSE $APP_PORT 00:47:49 ---> 74ed769f92c1 00:47:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:49 ---> Running in 33d80784207a 00:47:50 Removing intermediate container 30aa7cc208ee 00:47:50 ---> 2e56ceaee0b8 00:47:50 Step 15/23 : WORKDIR / 00:47:50 ---> 85e4ec0d31ae 00:47:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:50 ---> Running in 891516920f7a 00:47:50 ---> Running in 2b00f61d6984 00:47:51 ---> a5d35aebdac3 00:47:51 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:51 Removing intermediate container 33d80784207a 00:47:51 ---> cd631e1b091c 00:47:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:51 ---> Running in d28703f6810c 00:47:51 Removing intermediate container 891516920f7a 00:47:51 ---> 2a0a59b66451 00:47:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:52 ---> 94932b8e8dd4 00:47:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:53 ---> 8dcd079a11f7 00:47:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:53 Status: Downloaded newer image for docker:20.10.0 00:47:53 ---> eeaf43b92773 00:47:53 Step 12/26 : RUN apk add --no-cache bash 00:47:54 ---> Running in 1a8bccb3b331 00:47:54 ---> 500d055e99a3 00:47:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:55 ---> df9d9a0bc034 00:47:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:56 Removing intermediate container 2b00f61d6984 00:47:56 ---> bd170221c334 00:47:56 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:56 ---> 49ce95a319c6 00:47:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:56 Removing intermediate container d28703f6810c 00:47:56 ---> d30f56cfcc15 00:47:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:57 ---> Running in 4dfcb2427310 00:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:57 ---> 1aa749de8e6d 00:47:57 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:57 ---> Running in fcda44f8061b 00:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:57 ---> 4083e6ee0473 00:47:57 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:57 ---> Running in d4a43c58105b 00:47:57 Removing intermediate container 4dfcb2427310 00:47:57 ---> b027baebd00d 00:47:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:58 ---> Running in 96d1b993e337 00:47:58 Removing intermediate container fcda44f8061b 00:47:58 ---> aa4344c32980 00:47:58 Step 22/24 : LABEL arch=arm64 00:47:58 (1/2) Installing readline (8.0.4-r0) 00:47:58 (2/2) Installing bash (5.0.17-r0) 00:47:58 Executing bash-5.0.17-r0.post-install 00:47:58 Executing busybox-1.31.1-r19.trigger 00:47:58 OK: 12 MiB in 22 packages 00:47:58 ---> Running in ec11fbdd0f8d 00:47:58 Removing intermediate container d4a43c58105b 00:47:58 ---> 4979e71bb9a7 00:47:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:58 Removing intermediate container 96d1b993e337 00:47:58 ---> 15e1568db09f 00:47:58 Step 20/22 : LABEL arch=arm64 00:47:59 ---> Running in 1876a020a358 00:47:59 ---> Running in b0440b9f0cfc 00:48:00 Removing intermediate container ec11fbdd0f8d 00:48:00 ---> 2321b47459ff 00:48:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ ---> 23bffd256a88 00:48:00 00:48:00 Step 23/24 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:48:00 Removing intermediate container 1876a020a358 00:48:00 ---> 0e635692978b 00:48:00 Step 21/23 : LABEL arch=arm64 00:48:00 ---> Running in 81f7767fd13a 00:48:00 ---> Running in 56def18cca5e 00:48:00 Removing intermediate container b0440b9f0cfc 00:48:00 ---> e7a4d1f3a8cc 00:48:00 Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:48:01 Removing intermediate container 1a8bccb3b331 00:48:01 ---> 39e5e45c22fb 00:48:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:01 ---> 92f8e6846e15 00:48:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:01 ---> Running in 6620b6b85743 00:48:01 ---> Running in 964a60781e5f 00:48:01 Removing intermediate container 81f7767fd13a 00:48:01 ---> b6fd649121d8 00:48:01 Step 24/24 : LABEL version=0.0.0 00:48:02 Removing intermediate container 56def18cca5e 00:48:02 ---> c66bdf01d2a3 00:48:02 Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:48:02 ---> Running in ac7c5503595e 00:48:03 Removing intermediate container 6620b6b85743 00:48:03 ---> 0e6d37809290 00:48:03 Step 22/22 : LABEL version=0.0.0 00:48:03 ---> Running in 7784a6228374 00:48:03 Removing intermediate container 964a60781e5f 00:48:03 ---> 03bbcce3f5e3 00:48:03 Step 14/26 : ENV APP_PORT=48090 00:48:03 ---> b129a464a9ab 00:48:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:48:03 ---> Running in c94fbbb8ff4a 00:48:03 ---> Running in 8bb956f811b1 00:48:03 Removing intermediate container ac7c5503595e 00:48:03 ---> 4b78c53a21ac 00:48:03 00:48:03 Removing intermediate container 7784a6228374 00:48:03 ---> 8a9af8c0276b 00:48:03 Step 23/23 : LABEL version=0.0.0 00:48:04 Successfully built 4b78c53a21ac 00:48:04 ---> Running in a47b3e185c5f 00:48:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:04  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:48:04 Removing intermediate container 8bb956f811b1 00:48:04 ---> 1e52d8cc523b 00:48:04 00:48:04 ---> 89ec2cfb1328 00:48:04 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:48:04 Removing intermediate container c94fbbb8ff4a 00:48:04 ---> 785cbfd670cb 00:48:04 Step 15/26 : EXPOSE $APP_PORT 00:48:05 Successfully built 1e52d8cc523b 00:48:05 ---> Running in 1d0d3d07b17e 00:48:05 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:05 Building docker-support-scheduler-go 00:48:05 Removing intermediate container a47b3e185c5f 00:48:05 ---> f70b14dce61f 00:48:05 00:48:05  Building docker-support-notifications-go ... done  ---> Running in 8091218c6bec 00:48:06 Successfully built f70b14dce61f 00:48:06 Successfully tagged docker-core-command-go-arm64:latest 00:48:06  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:48:06 Removing intermediate container 8091218c6bec 00:48:06 ---> 643e01d560fc 00:48:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:06 Removing intermediate container 1d0d3d07b17e 00:48:06 ---> 6a2c32e9c804 00:48:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:07 ---> 062161faba70 00:48:08 Step 26/31 : RUN chmod +x /entrypoint.sh 00:48:08 ---> 7c4e10be603f 00:48:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:08 ---> Running in 9d9f3ba79090 00:48:10 ---> 30ab06933094 00:48:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:12 ---> 8d27647cee38 00:48:12 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:13 ---> Running in e94a45ee3937 00:48:13 Removing intermediate container 9d9f3ba79090 00:48:13 ---> 919fb995705c 00:48:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:48:14 ---> Running in 65344deba5c9 00:48:15 Removing intermediate container 65344deba5c9 00:48:15 ---> 58d04b2a4f2d 00:48:15 Step 28/31 : CMD ["gate"] 00:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:15 ---> Running in e93d071fed66 00:48:15 (1/33) Installing libbz2 (1.0.8-r1) 00:48:15 (2/33) Installing expat (2.2.9-r1) 00:48:15 (3/33) Installing libffi (3.3-r2) 00:48:16 (4/33) Installing gdbm (1.13-r1) 00:48:16 (5/33) Installing xz-libs (5.2.5-r0) 00:48:16 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:16 (7/33) Installing python3 (3.8.8-r0) 00:48:16 Removing intermediate container e93d071fed66 00:48:16 ---> ffae36f5bdfc 00:48:16 Step 29/31 : LABEL arch=arm64 00:48:18 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:18 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:18 (11/33) Installing py3-six (1.15.0-r0) 00:48:18 (12/33) Installing py3-packaging (20.4-r0) 00:48:18 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:18 ---> Running in b5963af19eca 00:48:18 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:18 (15/33) Installing py3-idna (2.9-r0) 00:48:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:18 (18/33) Installing py3-requests (2.23.0-r0) 00:48:18 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:18 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:18 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:18 (24/33) Installing py3-distro (1.5.0-r1) 00:48:18 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:18 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:18 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:18 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:18 (29/33) Installing py3-progress (1.5-r0) 00:48:18 (30/33) Installing py3-toml (0.10.1-r0) 00:48:19 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:19 (33/33) Installing py3-pip (20.1.1-r0) 00:48:19 Executing busybox-1.31.1-r19.trigger 00:48:19 OK: 71 MiB in 55 packages 00:48:20 Removing intermediate container b5963af19eca 00:48:20 ---> fbeaf852b9c6 00:48:20 Step 30/31 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:48:20 ---> Running in 3d7c633ab652 00:48:21 Removing intermediate container 3d7c633ab652 00:48:21 ---> 085dc2b2524d 00:48:21 Step 31/31 : LABEL version=0.0.0 00:48:22 ---> Running in 51c63ba3dc17 00:48:22 Removing intermediate container 51c63ba3dc17 00:48:22 ---> eb7486d6210e 00:48:22 00:48:23 Successfully built eb7486d6210e 00:48:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:23  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 00:48:26 Removing intermediate container e94a45ee3937 00:48:26 ---> 088962bb1b9f 00:48:26 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:26 ---> Running in c36bfe71442f 00:48:35 Collecting docker-compose==1.23.2 00:48:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:35 Collecting docker<4.0,>=3.6.0 00:48:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:35 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:36 Collecting cached-property<2,>=1.2.0 00:48:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:37 Collecting websocket-client<1.0,>=0.32.0 00:48:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:48:38 Collecting jsonschema<3,>=2.5.1 00:48:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:38 Collecting docopt<0.7,>=0.6.1 00:48:38 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:42 Collecting texttable<0.10,>=0.9.0 00:48:42 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:45 snapcraft 4.6 from Canonical* installed 00:48:45 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:48:45 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:48:45 % Total % Received % Xferd Average Speed Time Time Time Current 00:48:45 Dload Upload Total Spent Left Speed 00:48:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5358 0 --:--:-- --:--:-- --:--:-- 5358 00:48:45 100 3325k 100 3325k 0 0 13.3M 0 --:--:-- --:--:-- --:--:-- 13.3M 00:48:45 ./yq_linux_amd64 00:48:45 + sudo snapcraft prime --use-lxd 00:48:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:48:45 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:48:45 - README.md 00:48:45 00:48:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:48:45 Launching a container. 00:48:47 Collecting PyYAML<4,>=3.10 00:48:47 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:50 Collecting dockerpty<0.5,>=0.4.1 00:48:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:53 Waiting for container to be ready 00:48:53 To start your first instance, try: lxc launch ubuntu:18.04 00:48:53 00:48:53 Collecting docker-pycreds>=0.4.0 00:48:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:53 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:53 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:54 Collecting urllib3<1.25,>=1.21.1 00:48:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:55 Collecting idna<2.8,>=2.5 00:48:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:56 ---> 362df42ccc13 00:48:56 Step 3/22 : WORKDIR /edgex-go 00:48:56 ---> Using cache 00:48:56 ---> 38374fd08af5 00:48:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:56 ---> Using cache 00:48:56 ---> c841aa896d25 00:48:56 Step 5/22 : RUN apk add --update --no-cache make git 00:48:56 ---> Using cache 00:48:56 ---> 1ae2f22bcf70 00:48:56 Step 6/22 : COPY go.mod . 00:48:56 ---> Using cache 00:48:56 ---> be2ba59eb819 00:48:56 Step 7/22 : RUN go mod download 00:48:56 ---> Using cache 00:48:56 ---> 5c65518b7781 00:48:56 Step 8/22 : COPY . . 00:48:56 ---> Using cache 00:48:56 ---> 5cefae4cf999 00:48:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:56 ---> 362df42ccc13 00:48:56 Step 3/23 : WORKDIR /edgex-go 00:48:56 ---> Using cache 00:48:56 ---> 38374fd08af5 00:48:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:56 ---> Using cache 00:48:56 ---> c841aa896d25 00:48:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:56 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, texttable, PyYAML, dockerpty, docker-compose 00:48:56 Attempting uninstall: urllib3 00:48:56 Found existing installation: urllib3 1.25.9 00:48:56 Uninstalling urllib3-1.25.9: 00:48:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:56 ---> 362df42ccc13 00:48:56 Step 3/21 : WORKDIR /edgex-go 00:48:56 ---> Using cache 00:48:56 ---> 38374fd08af5 00:48:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:56 ---> Using cache 00:48:56 ---> c841aa896d25 00:48:56 Step 5/21 : RUN apk add --update --no-cache make git 00:48:56 ---> Using cache 00:48:56 ---> 1ae2f22bcf70 00:48:56 Step 6/21 : COPY go.mod . 00:48:56 ---> Using cache 00:48:56 ---> be2ba59eb819 00:48:56 Step 7/21 : RUN go mod download 00:48:56 ---> Using cache 00:48:56 ---> 5c65518b7781 00:48:56 Step 8/21 : COPY . . 00:48:57 Successfully uninstalled urllib3-1.25.9 00:48:57 ---> Using cache 00:48:57 ---> 5cefae4cf999 00:48:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:48:57 Waiting for network to be ready... 00:48:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:57 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:48:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:48:58 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:48:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:48:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:48:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:48:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:48:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:48:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:48:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:48:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:48:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:48:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:48:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:48:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:48:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:48:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:48:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:48:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 00:48:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:48:59 Attempting uninstall: idna 00:48:59 Found existing installation: idna 2.9 00:48:59 Uninstalling idna-2.9: 00:48:59 Successfully uninstalled idna-2.9 00:48:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:48:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:48:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:48:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:48:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 00:48:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 00:49:01 Attempting uninstall: requests 00:49:01 Found existing installation: requests 2.23.0 00:49:01 Uninstalling requests-2.23.0: 00:49:01 Successfully uninstalled requests-2.23.0 00:49:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:02 ---> 362df42ccc13 00:49:02 Step 3/23 : WORKDIR /edgex-go 00:49:02 ---> Using cache 00:49:02 ---> 38374fd08af5 00:49:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:02 ---> Using cache 00:49:02 ---> c841aa896d25 00:49:02 Step 5/23 : RUN apk add --update --no-cache make git 00:49:02 ---> Using cache 00:49:02 ---> 1ae2f22bcf70 00:49:02 Step 6/23 : COPY go.mod . 00:49:02 ---> Using cache 00:49:02 ---> be2ba59eb819 00:49:02 Step 7/23 : RUN go mod download 00:49:02 ---> Using cache 00:49:02 ---> 5c65518b7781 00:49:02 Step 8/23 : COPY . . 00:49:02 ---> Using cache 00:49:02 ---> 5cefae4cf999 00:49:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:03 Fetched 24.2 MB in 6s (4140 kB/s) 00:49:04 ---> Running in c7ab66939d4f 00:49:04 ---> Running in 54aedaa1d582 00:49:04 ---> Running in ef3387e62659 00:49:04 ---> Running in f857c908478f 00:49:04 Reading package lists... 00:49:04 Reading package lists... 00:49:04 Building dependency tree... 00:49:04 Reading state information... 00:49:05 The following additional packages will be installed: 00:49:05 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:05 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:05 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:05 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:49:05 Suggested packages: 00:49:05 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:49:05 Recommended packages: 00:49:05 gnupg libsasl2-modules 00:49:05 The following NEW packages will be installed: 00:49:05 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:05 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:05 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:05 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:49:05 The following packages will be upgraded: 00:49:05 gpg gpg-agent gpgconf libudev1 00:49:05 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:49:05 Need to get 3530 kB of archives. 00:49:05 After this operation, 13.3 MB of additional disk space will be used. 00:49:05 Get:1 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:49:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:49:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:49:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:49:05 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:49:05 Running setup.py install for docopt: started 00:49:05 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:49:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:49:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:49:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:49:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:49:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:49:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:49:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:49:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:49:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:49:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:49:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:49:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:49:06 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:49:06 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:49:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:49:06 debconf: delaying package configuration, since apt-utils is not installed 00:49:06 Fetched 3530 kB in 1s (3477 kB/s) 00:49:06 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:49:06 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:49:06 (Reading database ... 12511 files and directories currently installed.) 00:49:06 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:49:06 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:49:06 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:49:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:06 Selecting previously unselected package udev. 00:49:06 (Reading database ... 12511 files and directories currently installed.) 00:49:06 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:49:06 Unpacking udev (237-3ubuntu10.45) ... 00:49:07 Selecting previously unselected package libfuse2:amd64. 00:49:07 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:49:07 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:07 Selecting previously unselected package fuse. 00:49:07 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:49:07 Unpacking fuse (2.9.7-1ubuntu1) ... 00:49:07 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:49:07 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:49:07 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:49:07 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:49:07 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:49:07 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:49:07 Selecting previously unselected package libksba8:amd64. 00:49:07 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:49:07 Unpacking libksba8:amd64 (1.3.5-2) ... 00:49:07 Selecting previously unselected package libroken18-heimdal:amd64. 00:49:07 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:07 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:07 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:49:07 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:07 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:07 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:49:07 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:07 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:08 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:49:08 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:08 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:08 Selecting previously unselected package libwind0-heimdal:amd64. 00:49:08 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:08 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:08 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:49:08 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:08 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:08 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:49:08 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:08 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:08 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:49:08 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:08 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:08 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:49:08 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:08 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:08 Running setup.py install for docopt: finished with status 'done' 00:49:08 Running setup.py install for texttable: started 00:49:08 Selecting previously unselected package libsasl2-modules-db:amd64. 00:49:08 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:49:08 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:08 Selecting previously unselected package libsasl2-2:amd64. 00:49:08 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:49:08 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:08 Selecting previously unselected package libldap-common. 00:49:08 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:49:08 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:49:08 Selecting previously unselected package libldap-2.4-2:amd64. 00:49:08 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:49:08 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:49:08 Selecting previously unselected package dirmngr. 00:49:08 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:49:08 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:49:09 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:49:09 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:49:09 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:09 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:09 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:09 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:49:09 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:09 Setting up libksba8:amd64 (1.3.5-2) ... 00:49:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:09 Setting up udev (237-3ubuntu10.45) ... 00:49:09 OK: 217 MiB in 51 packages 00:49:09 invoke-rc.d: policy-rc.d denied execution of start. 00:49:09 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:09 Processing triggers for systemd (237-3ubuntu10) ... 00:49:09 Setting up fuse (2.9.7-1ubuntu1) ... 00:49:09 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:49:09 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:09 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:09 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:09 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:09 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:10 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:10 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:10 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:49:10 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:49:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:11 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:49:11 settings in the [Install] section, and DefaultInstance for template units). 00:49:11 This means they are not meant to be enabled using systemctl. 00:49:11 Possible reasons for having this kind of units are: 00:49:11 1) A unit may be statically enabled by being symlinked from another unit's 00:49:11 .wants/ or .requires/ directory. 00:49:11 2) A unit's purpose may be to act as a helper for some other unit which has 00:49:11 a requirement dependency on it. 00:49:11 3) A unit may be started when needed via activation (socket, path, timer, 00:49:11 D-Bus, udev, scripted systemctl call, ...). 00:49:11 4) In case of template units, the unit is meant to be enabled with some 00:49:11 instance name specified. 00:49:11 Reading package lists... 00:49:11 Building dependency tree... 00:49:11 Reading state information... 00:49:11 The following additional packages will be installed: 00:49:11 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:49:11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:49:11 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:49:11 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:49:11 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:49:11 Suggested packages: 00:49:11 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:49:11 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:49:11 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:49:11 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:49:11 systemd-container policykit-1 00:49:11 Recommended packages: 00:49:11 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:49:11 The following NEW packages will be installed: 00:49:11 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:49:11 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:49:11 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:49:11 multiarch-support openssh-client python3 python3-minimal python3.6 00:49:11 python3.6-minimal snapd squashfs-tools sudo 00:49:11 The following packages will be upgraded: 00:49:11 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:49:11 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:49:11 Need to get 35.2 MB of archives. 00:49:11 After this operation, 141 MB of additional disk space will be used. 00:49:11 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:49:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:49:12 Removing intermediate container ef3387e62659 00:49:12 ---> 8beba280288f 00:49:12 Step 6/23 : COPY go.mod . 00:49:12 Running setup.py install for texttable: finished with status 'done' 00:49:12 Running setup.py install for PyYAML: started 00:49:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:49:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:49:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:49:12 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:49:12 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 00:49:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:49:12 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 00:49:12 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:49:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:49:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:49:12 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:49:12 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:49:12 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:49:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:49:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:49:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:49:12 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:49:12 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:49:12 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:49:12 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:49:12 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:49:12 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:49:12 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:49:12 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:49:13 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:49:13 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:49:13 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:49:13 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:49:13 ---> faedbf2bd4f8 00:49:13 Step 7/23 : RUN go mod download 00:49:13 debconf: delaying package configuration, since apt-utils is not installed 00:49:13 Fetched 35.2 MB in 2s (19.0 MB/s) 00:49:13 ---> Running in e1dabd1a9ba9 00:49:13 (Reading database ... 12757 files and directories currently installed.) 00:49:13 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:49:13 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:49:14 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:49:14 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:49:14 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:49:14 (Reading database ... 12757 files and directories currently installed.) 00:49:14 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 00:49:14 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 00:49:15 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 00:49:15 (Reading database ... 12757 files and directories currently installed.) 00:49:15 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 00:49:15 Unpacking apt (1.6.13) over (1.6.1) ... 00:49:15 Setting up apt (1.6.13) ... 00:49:15 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:49:16 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:49:16 Running setup.py install for PyYAML: finished with status 'done' 00:49:16 Running setup.py install for dockerpty: started 00:49:18 (Reading database ... 12764 files and directories currently installed.) 00:49:18 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:49:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:49:18 Selecting previously unselected package libpython3.6-minimal:amd64. 00:49:18 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:49:18 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:49:18 Selecting previously unselected package libexpat1:amd64. 00:49:18 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:49:18 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:18 Selecting previously unselected package python3.6-minimal. 00:49:18 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:49:18 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:49:19 Removing intermediate container e1dabd1a9ba9 00:49:19 ---> 568e4522ebfe 00:49:19 Step 8/23 : COPY . . 00:49:19 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:49:19 Checking for services that may need to be restarted...done. 00:49:19 Checking for services that may need to be restarted...done. 00:49:19 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:49:20 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:20 Running setup.py install for dockerpty: finished with status 'done' 00:49:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:49:21 Selecting previously unselected package python3-minimal. 00:49:21 (Reading database ... 13012 files and directories currently installed.) 00:49:21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:49:21 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:49:21 Selecting previously unselected package mime-support. 00:49:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:49:21 Unpacking mime-support (3.60ubuntu1) ... 00:49:22 Selecting previously unselected package libmpdec2:amd64. 00:49:22 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:49:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:22 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:49:22 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:49:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:49:22 Selecting previously unselected package python3.6. 00:49:22 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:49:22 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:49:22 Selecting previously unselected package libpython3-stdlib:amd64. 00:49:22 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:49:22 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:22 Setting up python3-minimal (3.6.7-1~18.04) ... 00:49:22 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:49:22 Selecting previously unselected package python3. 00:49:22 (Reading database ... 13442 files and directories currently installed.) 00:49:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:49:22 Unpacking python3 (3.6.7-1~18.04) ... 00:49:22 Selecting previously unselected package multiarch-support. 00:49:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:49:22 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:49:23 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:49:23 Selecting previously unselected package liblzo2-2:amd64. 00:49:23 (Reading database ... 13479 files and directories currently installed.) 00:49:23 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:49:23 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:49:23 Selecting previously unselected package libbsd0:amd64. 00:49:23 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:49:23 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:23 Selecting previously unselected package sudo. 00:49:23 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:49:23 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:49:23 Selecting previously unselected package apparmor. 00:49:23 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:49:23 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:49:23 Selecting previously unselected package libedit2:amd64. 00:49:23 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:49:23 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:49:23 Selecting previously unselected package libkrb5support0:amd64. 00:49:23 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:49:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:23 Selecting previously unselected package libk5crypto3:amd64. 00:49:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:49:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:24 Selecting previously unselected package libkeyutils1:amd64. 00:49:24 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:49:24 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:24 Selecting previously unselected package libkrb5-3:amd64. 00:49:24 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:49:24 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:24 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:49:24 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:49:24 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:24 Selecting previously unselected package libssl1.0.0:amd64. 00:49:24 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:49:24 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:49:24 Selecting previously unselected package openssh-client. 00:49:24 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:49:24 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:24 Selecting previously unselected package squashfs-tools. 00:49:24 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:49:24 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:24 Selecting previously unselected package snapd. 00:49:24 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:49:24 Unpacking snapd (2.48.3+18.04) ... 00:49:27 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:49:27 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:49:27 Setting up mime-support (3.60ubuntu1) ... 00:49:27 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:49:27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:27 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:27 Setting up systemd (237-3ubuntu10.45) ... 00:49:27 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:49:28 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:28 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:28 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:49:28 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:49:28 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:28 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:49:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:29 Setting up python3 (3.6.7-1~18.04) ... 00:49:29 running python rtupdate hooks for python3.6... 00:49:29 running python post-rtupdate hooks for python3.6... 00:49:29 Setting up apparmor (2.12-4ubuntu5.1) ... 00:49:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:49:30 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:30 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:30 Setting up snapd (2.48.3+18.04) ... 00:49:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:49:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:49:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:49:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:49:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:49:32 Removing intermediate container c36bfe71442f 00:49:32 ---> 631789c06db0 00:49:32 Step 21/26 : RUN apk --no-cache add curl 00:49:32 ---> Running in d40134f5e852 00:49:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:49:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:49:33 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:49:33 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:49:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:33 Processing triggers for systemd (237-3ubuntu10.45) ... 00:49:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:49:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:35 (2/3) Installing libcurl (7.69.1-r3) 00:49:35 (3/3) Installing curl (7.69.1-r3) 00:49:35 Executing busybox-1.31.1-r19.trigger 00:49:35 OK: 72 MiB in 58 packages 00:49:36 Reading package lists... 00:49:36 Reading package lists... 00:49:36 Building dependency tree... 00:49:36 Reading state information... 00:49:38 Calculating upgrade... 00:49:38 The following packages will be upgraded: 00:49:38 advancecomp base-files bash binutils binutils-common 00:49:38 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:49:38 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:49:38 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:49:38 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:49:38 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:49:38 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:49:38 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:49:38 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:49:38 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:49:38 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:49:38 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:49:38 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:49:38 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:49:38 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:49:38 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:49:38 Need to get 63.8 MB of archives. 00:49:38 After this operation, 5208 kB of additional disk space will be used. 00:49:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:49:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:49:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:49:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:49:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:49:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:49:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:49:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:49:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:49:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:49:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:49:38 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:49:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:49:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:49:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:49:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:49:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:49:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:49:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:49:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:49:38 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:49:38 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:49:38 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:49:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:49:38 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:49:38 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:49:38 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:49:38 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:49:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:49:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:49:38 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:49:38 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:49:38 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:49:38 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:49:38 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:49:38 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:49:38 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:49:38 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:49:38 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:49:38 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:49:38 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:49:38 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:49:38 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:49:38 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:49:38 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:49:38 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:49:38 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:49:38 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:49:38 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:49:38 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:49:38 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:49:38 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:49:38 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:49:38 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:49:38 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:49:38 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:49:38 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:49:38 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:49:38 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:49:38 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:49:38 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:49:38 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:49:38 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:49:38 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:49:38 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:49:38 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:49:38 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:49:38 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:49:38 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:49:38 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:49:38 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:49:38 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:49:38 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:49:38 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:49:38 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:49:38 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:49:38 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:49:38 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:49:38 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:49:38 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:49:38 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:49:38 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:49:38 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:49:38 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:49:38 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:49:38 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:49:38 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:49:38 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:49:38 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:49:38 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 00:49:38 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:49:38 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:49:38 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:49:38 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:49:38 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:49:38 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:49:38 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:49:38 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:49:38 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:49:39 debconf: delaying package configuration, since apt-utils is not installed 00:49:39 Fetched 63.8 MB in 2s (36.6 MB/s) 00:49:39 (Reading database ... 13912 files and directories currently installed.) 00:49:39 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:49:39 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:39 Removing intermediate container d40134f5e852 00:49:39 ---> 4b799d580645 00:49:39 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:49:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:49:39 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:49:40 ---> Running in bb28bfba839c 00:49:40 Removing intermediate container bb28bfba839c 00:49:40 ---> da5bc4127554 00:49:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:40 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:40 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:41 ---> Running in 68d1bb8d476a 00:49:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:41 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:41 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:41 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:41 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:41 (Reading database ... 13911 files and directories currently installed.) 00:49:41 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:49:41 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:49:41 (Reading database ... 13911 files and directories currently installed.) 00:49:41 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 ---> 69598167768c 00:49:41 Step 9/23 : RUN make cmd/core-data/core-data 00:49:41 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:41 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:41 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:41 ---> Running in 358613a5c06d 00:49:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:42 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:42 (Reading database ... 13911 files and directories currently installed.) 00:49:42 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:49:42 Removing intermediate container 68d1bb8d476a 00:49:42 ---> 1e53cf59b3e8 00:49:42 Step 24/26 : LABEL arch=arm64 00:49:42 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:43 ---> Running in 3d787625d099 00:49:43 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:49:43 (Reading database ... 13911 files and directories currently installed.) 00:49:43 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:49:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:49:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:49:43 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:49:43 Setting up base-files (10.1ubuntu2.10) ... 00:49:43 Installing new version of config file /etc/issue ... 00:49:43 Installing new version of config file /etc/issue.net ... 00:49:43 Installing new version of config file /etc/lsb-release ... 00:49:43 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:49:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:49:44 Removing intermediate container 3d787625d099 00:49:44 ---> af59b8a0d5a5 00:49:44 Step 25/26 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:49:44 ---> Running in a6191163c5b1 00:49:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:49:44 Removing obsolete conffile /etc/default/motd-news ... 00:49:44 (Reading database ... 13912 files and directories currently installed.) 00:49:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:49:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:49:44 Setting up bash (4.4.18-2ubuntu1.2) ... 00:49:44 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:49:44 (Reading database ... 13912 files and directories currently installed.) 00:49:44 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:44 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:44 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:49:44 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:49:44 (Reading database ... 13912 files and directories currently installed.) 00:49:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:49:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:49:45 Removing intermediate container a6191163c5b1 00:49:45 ---> 81a13c1df507 00:49:45 Step 26/26 : LABEL version=0.0.0 00:49:45 Setting up tar (1.29b-2ubuntu0.2) ... 00:49:45 (Reading database ... 13912 files and directories currently installed.) 00:49:45 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:49:45 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:49:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:49:45 (Reading database ... 13912 files and directories currently installed.) 00:49:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:45 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:49:46 ---> Running in 7ced797c6d5b 00:49:46 Removing intermediate container 7ced797c6d5b 00:49:46 ---> 8b57c5b9d579 00:49:46 00:49:46 (Reading database ... 13912 files and directories currently installed.) 00:49:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:47 Successfully built 8b57c5b9d579 00:49:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:49:47 (Reading database ... 13912 files and directories currently installed.) 00:49:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:49:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:49:48 Setting up grep (3.1-2build1) ... 00:49:48 (Reading database ... 13912 files and directories currently installed.) 00:49:48 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:49:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:49:48 Setting up login (1:4.5-1ubuntu2) ... 00:49:48 (Reading database ... 13912 files and directories currently installed.) 00:49:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:49:48 (Reading database ... 13912 files and directories currently installed.) 00:49:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:49:50 (Reading database ... 13912 files and directories currently installed.) 00:49:50 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:49:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:49:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:49:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:49:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:49:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:49:51 (Reading database ... 13912 files and directories currently installed.) 00:49:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:49:52 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:49:52 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:49:52 (Reading database ... 13912 files and directories currently installed.) 00:49:52 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:52 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:52 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:52 (Reading database ... 13912 files and directories currently installed.) 00:49:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:52 (Reading database ... 13912 files and directories currently installed.) 00:49:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:52 (Reading database ... 13912 files and directories currently installed.) 00:49:52 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:52 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:52 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:53 (Reading database ... 13912 files and directories currently installed.) 00:49:53 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:53 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:53 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:49:53 (Reading database ... 13912 files and directories currently installed.) 00:49:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:49:53 (Reading database ... 13912 files and directories currently installed.) 00:49:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:53 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:53 (Reading database ... 13912 files and directories currently installed.) 00:49:53 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:54 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:54 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:49:54 (Reading database ... 13912 files and directories currently installed.) 00:49:54 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:49:55 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:49:55 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:49:55 (Reading database ... 13912 files and directories currently installed.) 00:49:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:49:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:49:55 (Reading database ... 13912 files and directories currently installed.) 00:49:55 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:49:55 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:55 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:49:56 (Reading database ... 13914 files and directories currently installed.) 00:49:56 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:49:56 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:49:56 Setting up debconf (1.5.66ubuntu1) ... 00:49:56 (Reading database ... 13914 files and directories currently installed.) 00:49:56 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:49:56 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:49:56 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:49:56 (Reading database ... 13914 files and directories currently installed.) 00:49:56 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:49:57 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:49:57 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:49:57 (Reading database ... 13914 files and directories currently installed.) 00:49:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:57 (Reading database ... 13914 files and directories currently installed.) 00:49:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:57 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:57 (Reading database ... 13914 files and directories currently installed.) 00:49:57 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:57 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:57 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:58 (Reading database ... 13914 files and directories currently installed.) 00:49:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:49:58 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:49:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:58 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:58 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:49:58 (Reading database ... 13914 files and directories currently installed.) 00:49:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:49:58 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:49:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:49:58 (Reading database ... 13914 files and directories currently installed.) 00:49:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:49:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:58 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:59 (Reading database ... 13914 files and directories currently installed.) 00:49:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:59 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:49:59 (Reading database ... 13914 files and directories currently installed.) 00:49:59 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:49:59 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:49:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:49:59 (Reading database ... 13914 files and directories currently installed.) 00:49:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:49:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:50:00 Setting up passwd (1:4.5-1ubuntu2) ... 00:50:00 (Reading database ... 13914 files and directories currently installed.) 00:50:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:50:00 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:50:00 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:50:00 (Reading database ... 13914 files and directories currently installed.) 00:50:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:50:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:50:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:50:01 (Reading database ... 13914 files and directories currently installed.) 00:50:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:50:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:50:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:50:01 (Reading database ... 13914 files and directories currently installed.) 00:50:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:50:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:50:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:50:01 (Reading database ... 13914 files and directories currently installed.) 00:50:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:50:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:50:01 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:50:01 (Reading database ... 13914 files and directories currently installed.) 00:50:01 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:50:01 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:50:01 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:50:01 (Reading database ... 13914 files and directories currently installed.) 00:50:01 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 00:50:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 00:50:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 00:50:02 (Reading database ... 13915 files and directories currently installed.) 00:50:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:02 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:02 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:50:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:50:02 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:50:02 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:50:02 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:50:02 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:50:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:50:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:50:03 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:50:03 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:50:03 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:50:03 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:50:03 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:50:03 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:50:03 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:50:03 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:50:03 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:50:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:50:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:50:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:50:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:50:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:50:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:50:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:50:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:50:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:50:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:50:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:50:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:50:05 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:50:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:50:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:50:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:06 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:09 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:10 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:11 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:50:11 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:11 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:50:11 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:11 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:50:11 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:50:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:11 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:50:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:50:12 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:12 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:50:12 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:50:12 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:50:12 00:50:12 Current default time zone: 'Etc/UTC' 00:50:12 Local time is now: Thu Apr 8 00:50:12 UTC 2021. 00:50:12 Universal Time is now: Thu Apr 8 00:50:12 UTC 2021. 00:50:12 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:50:12 00:50:12 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:50:12 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:50:12 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:50:12 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:50:12 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:50:12 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:50:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:50:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:50:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:50:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:50:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:13 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:50:13 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:13 Setting up patch (2.7.6-2ubuntu1.1) ... 00:50:13 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:50:13 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:50:13 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:50:13 Installing new version of config file /etc/ssl/openssl.cnf ... 00:50:13 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:50:13 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:50:13 Setting up ca-certificates (20210119~18.04.1) ... 00:50:15 Updating certificates in /etc/ssl/certs... 00:50:15 23 added, 27 removed; done. 00:50:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:50:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:50:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:50:15 Setting up pkgbinarymangler (138.18.04.1) ... 00:50:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:50:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up perl (5.26.1-6ubuntu0.5) ... 00:50:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:50:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:50:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:50:16 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:50:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:50:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:50:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:50:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:50:16 Processing triggers for systemd (237-3ubuntu10.45) ... 00:50:16 Processing triggers for mime-support (3.60ubuntu1) ... 00:50:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:50:16 Updating certificates in /etc/ssl/certs... 00:50:17 0 added, 0 removed; done. 00:50:17 Running hooks in /etc/ca-certificates/update.d... 00:50:17 done. 00:50:18 Reading package lists... 00:50:18 Building dependency tree... 00:50:18 Reading state information... 00:50:18 The following NEW packages will be installed: 00:50:18 apt-transport-https 00:50:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:50:18 Need to get 1692 B of archives. 00:50:18 After this operation, 154 kB of additional disk space will be used. 00:50:18 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 00:50:19 debconf: delaying package configuration, since apt-utils is not installed 00:50:19 Fetched 1692 B in 0s (9386 B/s) 00:50:19 Selecting previously unselected package apt-transport-https. 00:50:19 (Reading database ... 13920 files and directories currently installed.) 00:50:19 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 00:50:19 Unpacking apt-transport-https (1.6.13) ... 00:50:19 Setting up apt-transport-https (1.6.13) ... 00:50:19 Waiting for network to be ready... 00:50:27 2021-04-08T00:50:23Z INFO Waiting for automatic snapd restart... 00:50:27 snapd 2.49.2 from Canonical* installed 00:50:28 "snapd" switched to the "latest/stable" channel 00:50:28 00:50:33 core18 20210309 from Canonical* installed 00:50:33 "core18" switched to the "latest/stable" channel 00:50:33 00:50:38 snapcraft 4.6 from Canonical* installed 00:50:39 "snapcraft" switched to the "latest/stable" channel 00:50:39 00:50:43 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:50:43 - README.md 00:50:43 00:50:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:50:44  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:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:50:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:50:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:50:51 Reading package lists... 00:50:51 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:50:56 Removing intermediate container 54aedaa1d582 00:50:56 ---> e309b3bd68f9 00:50:56 00:50:56 Step 10/21 : FROM alpine:3.12 00:50:56 ---> d75e27dfc0a0 00:50:56 Step 11/21 : RUN apk add --update --no-cache curl 00:50:56 ---> Running in b8d2b95ee6cc 00:50:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:58 Reading package lists... 00:50:58 Building dependency tree... 00:50:58 Reading state information... 00:50:58 Suggested packages: 00:50:58 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:50:58 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:50:58 Recommended packages: 00:50:58 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:50:58 The following NEW packages will be installed: 00:50:58 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:50:58 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:50:58 pkg-config zip 00:50:58 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:50:58 Need to get 7663 kB of archives. 00:50:58 After this operation, 43.8 MB of additional disk space will be used. 00:50:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:50:58 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:50:58 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:50:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:58 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:50:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:50:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:50:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:50:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:50:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:50:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:50:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 00:50:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:50:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:50:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:50:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:50:59 debconf: delaying package configuration, since apt-utils is not installed 00:50:59 Fetched 7663 kB in 1s (7289 kB/s) 00:50:59 Selecting previously unselected package libglib2.0-0:amd64. 00:50:59 (Reading database ... 13924 files and directories currently installed.) 00:50:59 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:50:59 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:50:59 (1/4) Installing ca-certificates (20191127-r4) 00:50:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:59 (3/4) Installing libcurl (7.69.1-r3) 00:50:59 (4/4) Installing curl (7.69.1-r3) 00:50:59 Executing busybox-1.31.1-r20.trigger 00:50:59 Executing ca-certificates-20191127-r4.trigger 00:50:59 Selecting previously unselected package libpsl5:amd64. 00:50:59 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:50:59 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:50:59 OK: 7 MiB in 18 packages 00:51:00 Selecting previously unselected package libnghttp2-14:amd64. 00:51:00 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:51:00 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:51:00 Selecting previously unselected package librtmp1:amd64. 00:51:00 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:51:00 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:51:00 Selecting previously unselected package libcurl3-gnutls:amd64. 00:51:00 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 00:51:00 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:51:00 Selecting previously unselected package liberror-perl. 00:51:00 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:51:00 Unpacking liberror-perl (0.17025-1) ... 00:51:00 Selecting previously unselected package git-man. 00:51:00 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:51:00 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:51:00 Selecting previously unselected package git. 00:51:00 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:51:00 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:51:01 Selecting previously unselected package libnorm1:amd64. 00:51:01 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:51:01 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:51:01 Selecting previously unselected package libpgm-5.2-0:amd64. 00:51:01 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:51:01 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:51:01 Selecting previously unselected package libsodium23:amd64. 00:51:01 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:51:01 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:51:01 Selecting previously unselected package libzmq5:amd64. 00:51:01 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:51:01 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:51:02 Selecting previously unselected package libzmq3-dev:amd64. 00:51:02 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:51:02 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:51:02 Selecting previously unselected package pkg-config. 00:51:02 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:51:02 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:51:02 Selecting previously unselected package zip. 00:51:02 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:51:02 Unpacking zip (3.0-11build1) ... 00:51:02 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:51:02 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:51:02 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:51:02 Setting up liberror-perl (0.17025-1) ... 00:51:02 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:51:02 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:51:02 No schema files found: doing nothing. 00:51:02 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:51:02 Setting up zip (3.0-11build1) ... 00:51:02 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:51:02 Setting up libsodium23:amd64 (1.0.16-2) ... 00:51:02 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:51:02 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:51:02 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:51:02 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:51:02 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:51:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:51:03 Removing intermediate container b8d2b95ee6cc 00:51:03 ---> dfe22295b203 00:51:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:03 ---> Running in b2d80bcf1ea3 00:51:04 Removing intermediate container b2d80bcf1ea3 00:51:04 ---> 801d9f5f9830 00:51:04 Step 13/21 : WORKDIR /edgex 00:51:05 Removing intermediate container f857c908478f 00:51:05 ---> 12206fe08962 00:51:05 00:51:05 Step 10/22 : FROM alpine:3.12 00:51:05 ---> d75e27dfc0a0 00:51:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:05 ---> Using cache 00:51:05 ---> 0560a4dea70d 00:51:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:05 ---> Using cache 00:51:05 ---> 45d06380564a 00:51:05 Step 13/22 : ENV APP_PORT=48085 00:51:05 ---> Running in 9ed1cde7e333 00:51:05 ---> Running in f78b436e977f 00:51:05 Removing intermediate container 9ed1cde7e333 00:51:05 ---> f0872e5cad42 00:51:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:06 Removing intermediate container f78b436e977f 00:51:06 ---> 17e4b865244f 00:51:06 Step 14/22 : EXPOSE $APP_PORT 00:51:06 ---> Running in 5f7ca8eb82ed 00:51:07 ---> e58ce0620ec8 00:51:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:07 Removing intermediate container 5f7ca8eb82ed 00:51:07 ---> 83b0fa493185 00:51:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:09 ---> 1c33a514d8ae 00:51:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:09 ---> aa0570ebcb3d 00:51:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:09 git set to automatically installed. 00:51:09 git-man set to automatically installed. 00:51:09 libcurl3-gnutls set to automatically installed. 00:51:09 liberror-perl set to automatically installed. 00:51:09 libglib2.0-0 set to automatically installed. 00:51:09 libnghttp2-14 set to automatically installed. 00:51:09 libnorm1 set to automatically installed. 00:51:09 libpgm-5.2-0 set to automatically installed. 00:51:09 libpsl5 set to automatically installed. 00:51:09 librtmp1 set to automatically installed. 00:51:09 libsodium23 set to automatically installed. 00:51:09 libzmq3-dev set to automatically installed. 00:51:09 libzmq5 set to automatically installed. 00:51:09 pkg-config set to automatically installed. 00:51:09 zip set to automatically installed. 00:51:11 snapd is not logged in, snap install commands will use sudo 00:51:12 ---> 88bdf8c9ad39 00:51:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:12 ---> ae5fbc8cb9f0 00:51:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:12 ---> Running in ca601521dea1 00:51:14 Removing intermediate container ca601521dea1 00:51:14 ---> 2d44e1a2984b 00:51:14 Step 18/21 : CMD ["--init=true"] 00:51:14 ---> cccc6a1a53f8 00:51:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:14 ---> Running in 50f899057359 00:51:14 ---> Running in 4b55832af21a 00:51:15 Removing intermediate container 50f899057359 00:51:15 ---> da18cf0f95eb 00:51:15 Step 19/21 : LABEL arch=arm64 00:51:15 ---> Running in 55c3c68fb9c5 00:51:16 Removing intermediate container 4b55832af21a 00:51:16 ---> 23297f64e0ff 00:51:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:16 ---> Running in 26c3939fc252 00:51:16 Removing intermediate container 55c3c68fb9c5 00:51:16 ---> fd7de5226644 00:51:16 Step 20/21 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:51:17 ---> Running in 3c6de9fee004 00:51:17 Removing intermediate container 26c3939fc252 00:51:17 ---> 7b6470cdd3e4 00:51:17 Step 20/22 : LABEL arch=arm64 00:51:17 ---> Running in 4bc4bb0a780f 00:51:17 Removing intermediate container c7ab66939d4f 00:51:17 ---> 36cea054e7f3 00:51:17 00:51:17 Step 10/23 : FROM alpine:3.12 00:51:17 ---> d75e27dfc0a0 00:51:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:17 ---> Using cache 00:51:17 ---> 0560a4dea70d 00:51:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:17 ---> Using cache 00:51:17 ---> 45d06380564a 00:51:17 Step 13/23 : ENV APP_PORT=48081 00:51:18 Removing intermediate container 3c6de9fee004 00:51:18 ---> db3451e94b49 00:51:18 Step 21/21 : LABEL version=0.0.0 00:51:18 ---> Running in d84b11a12e3b 00:51:18 ---> Running in b6d84f546192 00:51:18 Removing intermediate container 4bc4bb0a780f 00:51:18 ---> 8bbff6e5d09f 00:51:18 Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:51:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:18 ---> Running in a9a79d400df9 00:51:19 Removing intermediate container d84b11a12e3b 00:51:19 ---> 3c2c6a2c4727 00:51:19 Step 14/23 : EXPOSE $APP_PORT 00:51:19 Removing intermediate container b6d84f546192 00:51:19 ---> b7519682e5ab 00:51:19 00:51:19 ---> Running in 4c7f7ec676d2 00:51:19 Removing intermediate container a9a79d400df9 00:51:19 ---> 9ac980eb4c7d 00:51:19 Step 22/22 : LABEL version=0.0.0 00:51:19 ---> Running in 4b60dad30ed6 00:51:19 Successfully built b7519682e5ab 00:51:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 4c7f7ec676d2 00:51:19 ---> a3c35d82d88d 00:51:19 Step 15/23 : WORKDIR / 00:51:19 ---> Running in e57bf9c68aea 00:51:20 Removing intermediate container 4b60dad30ed6 00:51:20 ---> bfde6155ca7d 00:51:20 00:51:20 Successfully built bfde6155ca7d 00:51:20 Removing intermediate container e57bf9c68aea 00:51:20 ---> 4de01087de54 00:51:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:20 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:21  Building docker-support-scheduler-go ... done  ---> 832d563eeeb3 00:51:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:22 ---> 2d63d4203644 00:51:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:23 ---> 6fb7d88f5ffc 00:51:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:23 ---> Running in 81aa23f8921d 00:51:24 Removing intermediate container 81aa23f8921d 00:51:24 ---> 1c87740b142c 00:51:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:24 ---> Running in 4118dc74bad2 00:51:25 Removing intermediate container 4118dc74bad2 00:51:25 ---> 1c6ff4b3a07f 00:51:25 Step 21/23 : LABEL arch=arm64 00:51:25 ---> Running in bf7216e36f7d 00:51:25 Removing intermediate container bf7216e36f7d 00:51:25 ---> c92bfcd736ac 00:51:25 Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:51:26 ---> Running in 2d149608bb4b 00:51:26 Removing intermediate container 2d149608bb4b 00:51:26 ---> aec226b0e844 00:51:26 Step 23/23 : LABEL version=0.0.0 00:51:26 ---> Running in e2d3ac147641 00:51:27 Removing intermediate container e2d3ac147641 00:51:27 ---> f83ea433932e 00:51:27 00:51:27 Successfully built f83ea433932e 00:51:27 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:32  Building docker-core-metadata-go ... done Removing intermediate container 358613a5c06d 00:51:32 ---> 74ad3fa17e2e 00:51:32 00:51:32 Step 10/23 : FROM alpine:3.12 00:51:32 ---> d75e27dfc0a0 00:51:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:32 ---> Running in 9ace1da5a537 00:51:32 Removing intermediate container 9ace1da5a537 00:51:32 ---> fe686e376d44 00:51:32 Step 12/23 : ENV APP_PORT=48080 00:51:32 ---> Running in e9410dbacd30 00:51:33 Removing intermediate container e9410dbacd30 00:51:33 ---> 793706c85ec1 00:51:33 Step 13/23 : EXPOSE $APP_PORT 00:51:33 ---> Running in 409e9afdd289 00:51:33 Removing intermediate container 409e9afdd289 00:51:33 ---> a6b337219ccd 00:51:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:33 ---> Running in 0d1bbda7bbaf 00:51:36 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:51:36 snapd is not logged in, snap install commands will use sudo 00:51:36 Removing intermediate container 0d1bbda7bbaf 00:51:36 ---> 2c39e2298638 00:51:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:36 ---> Running in 78c3f97fc02b 00:51:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:38 (1/6) Installing dumb-init (1.2.2-r1) 00:51:39 (2/6) Installing libgcc (9.3.0-r2) 00:51:39 (3/6) Installing libsodium (1.0.18-r0) 00:51:39 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:39 (5/6) Installing libzmq (4.3.3-r0) 00:51:39 (6/6) Installing zeromq (4.3.3-r0) 00:51:40 Executing busybox-1.31.1-r20.trigger 00:51:40 OK: 8 MiB in 20 packages 00:51:41 Removing intermediate container 78c3f97fc02b 00:51:41 ---> 6648a594329f 00:51:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:42 ---> df9fb11588a9 00:51:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:42 snap "core18" has no updates available 00:51:43 Pulling go-build-helper 00:51:43 + snapcraftctl pull 00:51:43 ---> 761738e5a6ef 00:51:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:44 ---> bc46034a30e0 00:51:44 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:44 ---> Running in 145ee3955334 00:51:44 'app-service-config' has dependencies that need to be staged: go-build-helper 00:51:44 Skipping pull go-build-helper (already ran) 00:51:44 Building go-build-helper 00:51:44 + snapcraftctl build 00:51:45 Removing intermediate container 145ee3955334 00:51:45 ---> b7a76997c61d 00:51:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:45 ---> Running in 908d489adc5a 00:51:45 Removing intermediate container 908d489adc5a 00:51:45 ---> e48b5be2e4bb 00:51:45 Step 21/23 : LABEL arch=arm64 00:51:45 ---> Running in 037ad55844dc 00:51:46 Removing intermediate container 037ad55844dc 00:51:46 ---> e28ace2f0422 00:51:46 Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 00:51:46 ---> Running in 73ef74c4d631 00:51:47 Removing intermediate container 73ef74c4d631 00:51:47 ---> 117ad69ecb8a 00:51:47 Step 23/23 : LABEL version=0.0.0 00:51:47 ---> Running in 0bf92343fc5f 00:51:47 Staging go-build-helper 00:51:47 + snapcraftctl stage 00:51:47 Removing intermediate container 0bf92343fc5f 00:51:47 ---> 3b054b2d2bca 00:51:47 00:51:48 Successfully built 3b054b2d2bca 00:51:48 Successfully tagged docker-core-data-go-arm64:latest 00:51:48  Building docker-core-data-go ... done  [Pipeline] } 00:51:48 $ docker stop --time=1 d960a0d622bbe00a77cbb0d41397f63e9824a381ed19e9cac4147fc73a7a0f0f 00:51:50 $ docker rm -f d960a0d622bbe00a77cbb0d41397f63e9824a381ed19e9cac4147fc73a7a0f0f [Pipeline] // withDockerContainer [Pipeline] sh 00:51:51 + grep docker 00:51:51 + docker images 00:51:51 docker-core-data-go-arm64 latest 3b054b2d2bca 4 seconds ago 21.4MB 00:51:51 docker-core-metadata-go-arm64 latest f83ea433932e 25 seconds ago 17.9MB 00:51:51 docker-support-scheduler-go-arm64 latest bfde6155ca7d 32 seconds ago 16.4MB 00:51:51 docker-security-proxy-setup-go-arm64 latest b7519682e5ab 33 seconds ago 24.1MB 00:51:51 docker-sys-mgmt-agent-go-arm64 latest 8b57c5b9d579 2 minutes ago 301MB 00:51:51 docker-security-bootstrapper-go-arm64 latest eb7486d6210e 3 minutes ago 17.9MB 00:51:51 docker-support-notifications-go-arm64 latest 1e52d8cc523b 3 minutes ago 16.9MB 00:51:51 docker-core-command-go-arm64 latest f70b14dce61f 3 minutes ago 16.3MB 00:51:51 docker-security-secretstore-setup-go-arm64 latest 4b78c53a21ac 3 minutes ago 24.4MB 00:51:51 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:51:52 ---> job-cost.sh 00:51:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3AXF 00:52:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:52:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:52:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:52:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:52:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:52:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:52:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:52:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:52:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:52:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:52:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:52:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:52:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:52:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:52:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:52:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:52:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:52:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:52:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:52:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 00:52:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:52:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:52:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:52:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:52:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:52:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 00:52:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 00:52:02 Fetched 24.2 MB in 0s (0 B/s) 00:52:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:52:02 Fetched 224 kB in 0s (0 B/s) 00:52:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:52:02 Fetched 157 kB in 0s (0 B/s) 00:52:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:52:02 Fetched 221 kB in 0s (0 B/s) 00:52:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:52:02 Fetched 143 kB in 0s (0 B/s) 00:52:02 Pulling app-service-config 00:52:02 + snapcraftctl pull 00:52:02 Cloning into '/root/parts/app-service-config/src'... 00:52:02 Pulling config-common 00:52:02 + snapcraftctl pull 00:52:06 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:52:06 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:52:06 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:52:06 Fetched 0 B in 0s (0 B/s) 00:52:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:52:06 Fetched 0 B in 0s (0 B/s) 00:52:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:52:06 Fetched 0 B in 0s (0 B/s) 00:52:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:52:06 Fetched 0 B in 0s (0 B/s) 00:52:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:52:06 Fetched 0 B in 0s (0 B/s) 00:52:06 Pulling edgex-go 00:52:06 + snapcraftctl pull 00:52:28 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:52:28 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:52:28 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:52:28 Fetched 0 B in 0s (0 B/s) 00:52:28 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:52:28 Fetched 96.5 kB in 0s (0 B/s) 00:52:28 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:52:28 Fetched 279 kB in 0s (0 B/s) 00:52:28 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:52:28 Fetched 122 kB in 0s (0 B/s) 00:52:28 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:52:28 Fetched 77.8 kB in 0s (0 B/s) 00:52:28 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:52:28 Fetched 8848 B in 0s (0 B/s) 00:52:28 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:52:28 Fetched 47.8 kB in 0s (0 B/s) 00:52:28 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:52:28 Fetched 45.6 kB in 0s (0 B/s) 00:52:28 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:52:28 Fetched 15.0 kB in 0s (0 B/s) 00:52:28 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 00:52:28 Fetched 219 kB in 0s (0 B/s) 00:52:28 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:52:28 Fetched 154 kB in 0s (0 B/s) 00:52:28 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:52:28 Fetched 50.6 kB in 0s (0 B/s) 00:52:28 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:52:28 Fetched 14.8 kB in 0s (0 B/s) 00:52:28 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:52:28 Fetched 41.8 kB in 0s (0 B/s) 00:52:28 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:52:28 Fetched 499 kB in 0s (0 B/s) 00:52:28 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:52:28 Fetched 111 kB in 0s (0 B/s) 00:52:28 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:52:28 Fetched 240 kB in 0s (0 B/s) 00:52:28 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:52:28 Fetched 29.3 kB in 0s (0 B/s) 00:52:28 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:52:28 Fetched 85.5 kB in 0s (0 B/s) 00:52:28 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:52:28 Fetched 24.5 kB in 0s (0 B/s) 00:52:28 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:52:28 Fetched 49.2 kB in 0s (0 B/s) 00:52:28 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:52:28 Fetched 54.2 kB in 0s (0 B/s) 00:52:28 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:52:28 Fetched 30.8 kB in 0s (0 B/s) 00:52:28 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:52:28 Fetched 15.8 kB in 0s (0 B/s) 00:52:28 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:52:28 Fetched 85.9 kB in 0s (0 B/s) 00:52:28 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:52:28 Fetched 8720 B in 0s (0 B/s) 00:52:28 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:52:28 Fetched 137 kB in 0s (0 B/s) 00:52:28 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:52:28 Fetched 119 kB in 0s (0 B/s) 00:52:28 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:52:28 Fetched 109 kB in 0s (0 B/s) 00:52:28 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:52:28 Fetched 11.1 kB in 0s (0 B/s) 00:52:28 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:52:28 Fetched 645 kB in 0s (0 B/s) 00:52:28 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:52:28 Fetched 41.3 kB in 0s (0 B/s) 00:52:28 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:52:28 Fetched 17.9 kB in 0s (0 B/s) 00:52:28 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:52:28 Fetched 368 kB in 0s (0 B/s) 00:52:28 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:52:28 Fetched 187 kB in 0s (0 B/s) 00:52:28 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:52:28 Fetched 175 kB in 0s (0 B/s) 00:52:28 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:52:28 Fetched 206 kB in 0s (0 B/s) 00:52:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:52:28 Fetched 1301 kB in 0s (0 B/s) 00:52:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:52:28 Fetched 36.2 kB in 0s (0 B/s) 00:52:28 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 00:52:28 Fetched 159 kB in 0s (0 B/s) 00:52:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:52:28 Fetched 107 kB in 0s (0 B/s) 00:52:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:52:28 Fetched 48.7 kB in 0s (0 B/s) 00:52:28 Pulling static-packages 00:52:28 + snapcraftctl pull 00:52:29 Pulling version 00:52:29 + cd /root/project 00:52:29 + [ -f VERSION ] 00:52:29 + PROJECT_VERSION=local-dev 00:52:29 + git rev-parse --short HEAD 00:52:29 + GIT_REVISION=585796de 00:52:29 + snapcraftctl set-version local-dev 00:52:30 Skipping build go-build-helper (already ran) 00:52:30 Building app-service-config 00:52:30 + make build 00:52:30 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:52:32 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 00:52:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 00:52:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 00:52:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:52:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 00:52:33 go: downloading github.com/gorilla/mux v1.8.0 00:52:33 go: downloading github.com/google/uuid v1.2.0 00:52:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:52:33 go: downloading github.com/go-kit/kit v0.8.0 00:52:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 00:52:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:52:33 go: downloading github.com/pebbe/zmq4 v1.2.7 00:52:33 go: downloading github.com/x448/float16 v0.8.4 00:52:33 go: downloading github.com/pelletier/go-toml v1.2.0 00:52:34 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:52:34 go: downloading github.com/mitchellh/copystructure v1.0.0 00:52:34 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:52:34 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:52:34 go: downloading github.com/BurntSushi/toml v0.3.1 00:52:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:52:34 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:52:34 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:52:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:52:34 go: downloading github.com/leodido/go-urn v1.2.0 00:52:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:52:34 go: downloading github.com/hashicorp/consul/api v1.8.1 00:52:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:52:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:52:34 go: downloading github.com/go-playground/universal-translator v0.17.0 00:52:34 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:52:34 go: downloading github.com/gorilla/websocket v1.4.2 00:52:34 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:52:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:52:34 go: downloading github.com/go-playground/locales v0.13.0 00:52:34 go: downloading github.com/hashicorp/serf v0.9.5 00:52:34 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:52:34 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:52:34 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:52:34 go: downloading github.com/mattn/go-isatty v0.0.12 00:52:34 go: downloading github.com/fatih/color v1.9.0 00:52:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:52:35 go: downloading github.com/mattn/go-colorable v0.1.6 00:52:35 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:52:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:52:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:52:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:52:47 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:52:47 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:52:47 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:52:47 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:52:47 Building config-common 00:52:47 + snapcraftctl build 00:52:50 Building edgex-go 00:52:51 + cd /root/parts/edgex-go/src 00:52:51 + make build 00:52:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:52:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 00:52:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 00:52:52 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:52:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 00:52:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 00:52:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 00:52:52 go: downloading github.com/pkg/errors v0.8.1 00:52:52 go: downloading github.com/imdario/mergo v0.3.12 00:52:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:52:57 go: downloading gopkg.in/yaml.v2 v2.4.0 00:53:02 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:53:04 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:53:06 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:53:07 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:53:07 go: downloading github.com/stretchr/testify v1.7.0 00:53:07 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:53:07 go: downloading github.com/pmezard/go-difflib v1.0.0 00:53:07 go: downloading github.com/davecgh/go-spew v1.1.1 00:53: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:53:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:53:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:53: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:53: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:53:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:53:15 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:53:15 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:53:16 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:53:17 go: downloading github.com/lib/pq v1.9.0 00:53:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:53:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:53:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:53:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:53:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:53:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:53:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:53:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:53:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:53:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:53:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:53:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:53:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:53:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:53:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:53:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:53:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:53:19 + 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:53:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:53:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:53:19 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 00:53:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:53:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:53:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:53:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:53:19 + 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:53:23 Building static-packages 00:53:23 + snapcraftctl build 00:53:26 Building version 00:53:26 + snapcraftctl build 00:53:28 Skipping stage go-build-helper (already ran) 00:53:28 Staging app-service-config 00:53:28 + snapcraftctl stage 00:53:29 Staging config-common 00:53:29 + snapcraftctl stage 00:53:30 Staging edgex-go 00:53:31 + snapcraftctl stage 00:53:32 Staging static-packages 00:53:32 + snapcraftctl stage 00:53:33 Staging version 00:53:33 + snapcraftctl stage 00:53:34 Priming go-build-helper 00:53:34 + snapcraftctl prime 00:53:36 Priming app-service-config 00:53:36 + snapcraftctl prime 00:53:37 Priming config-common 00:53:37 + snapcraftctl prime 00:53:38 Priming edgex-go 00:53:38 + snapcraftctl prime 00:53:39 Priming static-packages 00:53:39 + snapcraftctl prime 00:53:43 Priming version 00:53:43 + snapcraftctl prime 00:53:43 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:54:16 lf-activate-venv(): INFO: Adding /tmp/venv-3AXF/bin to PATH 00:54:16 INFO: No Stack... 00:54:16 INFO: Retrieving Pricing Info for: lf-standard-4 00:54:16 INFO: Archiving Costs [Pipeline] sh 00:54:16 + cat /w/workspace/edgex-go/2/archives/cost.csv 00:54:16 + cut -d, -f6 [Pipeline] lock 00:54:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] 00:54:16 Resource [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] did not exist. Created. 00:54:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:54:17 + echo total: 0.20999999344348907 [Pipeline] stash 00:54:17 Stashed 1 file(s) [Pipeline] } 00:54:17 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:54:19 provisioning config files... 00:54:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2570272554897034990tmp [Pipeline] { [Pipeline] sh 00:54:20 + set +x 00:54:20 + curl -s https://codecov.io/bash 00:54:20 + bash -s -- 00:54:20 00:54:20 _____ _ 00:54:20 / ____| | | 00:54:20 | | ___ __| | ___ ___ _____ __ 00:54:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:20 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:20 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:20 Bash-20210309-2b87ace 00:54:20 00:54:20 00:54:20 ==> git version 2.24.3 found 00:54:20 ==> 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:54:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:54:20 ==> Jenkins CI detected. 00:54:20 project root: . 00:54:20 --> token set from env 00:54:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:20 ==> Running gcov in . (disable via -X gcov) 00:54:20 ==> Python coveragepy not found 00:54:20 ==> Searching for coverage reports in: 00:54:20 + . 00:54:20 -> Found 1 reports 00:54:20 ==> Detecting git/mercurial file structure 00:54:20 ==> Reading reports 00:54:20 + ./coverage.out bytes=697383 00:54:20 ==> Appending adjustments 00:54:20 https://docs.codecov.io/docs/fixing-reports 00:54:25 + Found adjustments 00:54:25 ==> Gzipping contents 00:54:25 100K /tmp/codecov.bLbogI.gz 00:54:25 ==> Uploading reports 00:54:25 url: https://codecov.io 00:54:25 query: branch=PR-3342&commit=4fcddca7a270866c646e429920970f8db685f393&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3342%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3342&job=&cmd_args= 00:54:25 -> Pinging Codecov 00:54:25 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3342&commit=4fcddca7a270866c646e429920970f8db685f393&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3342%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3342&job=&cmd_args= 00:54:25 -> Uploading to 00:54:25 https://storage.googleapis.com/codecov/v4/raw/2021-04-08/00271124DB129430A58F1EEE437C3FCB/4fcddca7a270866c646e429920970f8db685f393/965a9629-4146-4e30-99fa-661eeeb6bea9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T005424Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b83fed7fffd9c3a58b2a3cc4e1c5120c9cb53f287292e30b1fdc7ceefb80f76c 00:54:25 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:25 Dload Upload Total Spent Left Speed 00:54:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99563 0 0 100 99563 0 186k --:--:-- --:--:-- --:--:-- 186k 00:54:25 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4fcddca7a270866c646e429920970f8db685f393 [Pipeline] } 00:54:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:54:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:28 ---> package-listing.sh 00:54:28 ++ facter osfamily 00:54:28 ++ tr '[:upper:]' '[:lower:]' 00:54:28 + OS_FAMILY=redhat 00:54:28 + workspace=/w/workspace/edgex-go/2 00:54:28 + START_PACKAGES=/tmp/packages_start.txt 00:54:28 + END_PACKAGES=/tmp/packages_end.txt 00:54:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:28 + PACKAGES=/tmp/packages_start.txt 00:54:28 + '[' /w/workspace/edgex-go/2 ']' 00:54:28 + PACKAGES=/tmp/packages_end.txt 00:54:28 + case "${OS_FAMILY}" in 00:54:28 + rpm -qa 00:54:28 + sort 00:54:33 + '[' -f /tmp/packages_start.txt ']' 00:54:33 + '[' -f /tmp/packages_end.txt ']' 00:54:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:33 + '[' /w/workspace/edgex-go/2 ']' 00:54:33 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:54:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:54:33 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:54:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:34 00:54:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:34 alpine: Pulling from edgex-lftools-log-publisher 00:54:34 df20fa9351a1: Pulling fs layer 00:54:34 36b3adc4ff6f: Pulling fs layer 00:54:34 8ad3a11d3b57: Pulling fs layer 00:54:34 46f8f816bc3b: Pulling fs layer 00:54:34 93b61091891f: Pulling fs layer 00:54:34 93b9cdb0e59b: Pulling fs layer 00:54:34 5e14af77c1be: Pulling fs layer 00:54:34 01666e4c0597: Pulling fs layer 00:54:34 aa168da1d23b: Pulling fs layer 00:54:34 46f8f816bc3b: Waiting 00:54:34 93b61091891f: Waiting 00:54:34 93b9cdb0e59b: Waiting 00:54:34 5e14af77c1be: Waiting 00:54:34 aa168da1d23b: Waiting 00:54:34 01666e4c0597: Waiting 00:54:34 36b3adc4ff6f: Verifying Checksum 00:54:34 36b3adc4ff6f: Download complete 00:54:35 46f8f816bc3b: Verifying Checksum 00:54:35 46f8f816bc3b: Download complete 00:54:35 df20fa9351a1: Download complete 00:54:35 93b9cdb0e59b: Verifying Checksum 00:54:35 93b9cdb0e59b: Download complete 00:54:35 5e14af77c1be: Verifying Checksum 00:54:35 5e14af77c1be: Download complete 00:54:35 01666e4c0597: Verifying Checksum 00:54:35 01666e4c0597: Download complete 00:54:35 93b61091891f: Verifying Checksum 00:54:35 93b61091891f: Download complete 00:54:35 df20fa9351a1: Pull complete 00:54:36 36b3adc4ff6f: Pull complete 00:54:36 8ad3a11d3b57: Verifying Checksum 00:54:36 8ad3a11d3b57: Download complete 00:54:37 8ad3a11d3b57: Pull complete 00:54:37 46f8f816bc3b: Pull complete 00:54:37 93b61091891f: Pull complete 00:54:38 aa168da1d23b: Verifying Checksum 00:54:38 aa168da1d23b: Download complete 00:54:39 93b9cdb0e59b: Pull complete 00:54:39 5e14af77c1be: Pull complete 00:54:39 01666e4c0597: Pull complete 00:54:47 aa168da1d23b: Pull complete 00:54:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:48 prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container 00:54:48 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:54:52 $ docker top bce95d1b45564a10db1e2d86d1b5f113fb777e864a50945d3fc694fb879e69e6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:53 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:53 + mkdir -p /var/log/sa [Pipeline] sh 00:54:53 + ls /var/log/sa-host 00:54:53 + sadf -c /var/log/sa-host/sa08 00:54:53 file_magic: OK 00:54:53 HZ: Using current value: 100 00:54:53 file_header: OK 00:54:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:53 Statistics: 00:54:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:53 File successfully converted to sysstat format version 12.2.1 00:54:53 + sadf -c /var/log/sa-host/sa23 00:54:53 file_magic: OK 00:54:53 HZ: Using current value: 100 00:54:53 file_header: OK 00:54:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:53 Statistics: 00:54:53 Hnuu...uuuununununu... 00:54:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:54 provisioning config files... 00:54:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7625284830264423829tmp [Pipeline] { [Pipeline] echo 00:54:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:54 ---> create-netrc.sh [Pipeline] } 00:54:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:54 ---> python-tools-install.sh [Pipeline] echo 00:54:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:55 ---> sudo-logs.sh 00:54:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:54:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:55 ---> job-cost.sh 00:54:55 lf-activate-venv: SKIPPING 00:54:55 DEBUG: total: 0.20999999344348907 00:54:55 INFO: Retrieving Stack Cost... 00:54:56 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:57 INFO: Archiving Costs [Pipeline] echo 00:54:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:57 ---> logs-deploy.sh 00:54:57 lf-activate-venv: SKIPPING 00:54:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3342/2 00:54:57 INFO: archiving workspace using pattern(s): 00:54:59 Archives upload complete. 00:54:59 INFO: archiving logs to Nexus 00:55:00 ---> uname -a: 00:55:00 Linux prd-centos7-docker-4c-2g-33229.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:55:00 00:55:00 00:55:00 ---> lscpu: 00:55:00 Architecture: x86_64 00:55:00 CPU op-mode(s): 32-bit, 64-bit 00:55:00 Byte Order: Little Endian 00:55:00 Address sizes: 40 bits physical, 48 bits virtual 00:55:00 CPU(s): 4 00:55:00 On-line CPU(s) list: 0-3 00:55:00 Thread(s) per core: 1 00:55:00 Core(s) per socket: 1 00:55:00 Socket(s): 4 00:55:00 NUMA node(s): 1 00:55:00 Vendor ID: GenuineIntel 00:55:00 CPU family: 6 00:55:00 Model: 44 00:55:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:00 Stepping: 1 00:55:00 CPU MHz: 2933.436 00:55:00 BogoMIPS: 5866.87 00:55:00 Virtualization: VT-x 00:55:00 Hypervisor vendor: KVM 00:55:00 Virtualization type: full 00:55:00 L1d cache: 128 KiB 00:55:00 L1i cache: 128 KiB 00:55:00 L2 cache: 16 MiB 00:55:00 L3 cache: 64 MiB 00:55:00 NUMA node0 CPU(s): 0-3 00:55:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:00 Vulnerability Meltdown: Mitigation; PTI 00:55:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:00 Vulnerability Srbds: Not affected 00:55:00 Vulnerability Tsx async abort: Not affected 00:55:00 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:55:00 00:55:00 00:55:00 ---> nproc: 00:55:00 4 00:55:00 00:55:00 00:55:00 ---> df -h: 00:55:00 Filesystem Size Used Available Use% Mounted on 00:55:00 overlay 50.0G 12.2G 37.8G 24% / 00:55:00 tmpfs 64.0M 0 64.0M 0% /dev 00:55:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:00 shm 64.0M 0 64.0M 0% /dev/shm 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 00:55:00 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 00:55:00 00:55:00 00:55:00 ---> free -m: 00:55:00 total used free shared buff/cache available 00:55:00 Mem: 1837 728 144 0 964 1027 00:55:00 Swap: 1023 74 949 00:55:00 00:55:00 00:55:00 ---> ip addr: 00:55:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:00 inet 127.0.0.1/8 scope host lo 00:55:00 valid_lft forever preferred_lft forever 00:55:00 inet6 ::1/128 scope host 00:55:00 valid_lft forever preferred_lft forever 00:55:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:00 link/ether fa:16:3e:f4:e4:be brd ff:ff:ff:ff:ff:ff 00:55:00 inet 10.30.122.159/23 brd 10.30.123.255 scope global dynamic eth0 00:55:00 valid_lft 84874sec preferred_lft 84874sec 00:55:00 inet6 fe80::f816:3eff:fef4:e4be/64 scope link 00:55:00 valid_lft forever preferred_lft forever 00:55:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:00 link/ether 02:42:c8:13:b4:45 brd ff:ff:ff:ff:ff:ff 00:55:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:00 valid_lft forever preferred_lft forever 00:55:00 inet6 fe80::42:c8ff:fe13:b445/64 scope link 00:55:00 valid_lft forever preferred_lft forever 00:55:00 00:55:00 00:55:00 ---> sar -b -r -n DEV: 00:55:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 00:55:00 00:55:00 00:29:22 LINUX RESTART (4 CPU) 00:55:00 00:55:00 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:00 00:31:01 63.76 16.18 47.58 0.00 4929.54 10617.66 0.00 00:55:00 00:32:01 248.47 108.60 139.87 0.00 7491.55 48421.14 0.00 00:55:00 00:33:02 233.16 91.95 141.21 0.00 3141.58 18152.12 0.00 00:55:00 00:34:01 99.83 47.30 52.53 0.00 1580.26 6833.19 0.00 00:55:00 00:35:01 101.85 37.55 64.30 0.00 2472.90 9538.63 0.00 00:55:00 00:36:02 360.79 145.98 214.81 0.00 71136.22 142238.48 0.00 00:55:00 00:37:02 3264.15 2940.51 323.65 0.00 160794.81 175257.36 0.00 00:55:00 00:38:01 387.99 230.56 157.43 0.00 13339.12 27919.11 0.00 00:55:00 00:39:02 1353.79 1006.00 347.78 0.00 96557.45 143804.99 0.00 00:55:00 00:40:02 1679.52 1439.40 240.12 0.00 81683.85 89895.40 0.00 00:55:00 00:41:01 219.64 30.93 188.72 0.00 5582.27 29509.05 0.00 00:55:00 00:42:01 1.76 0.05 1.71 0.00 1.33 31.54 0.00 00:55:00 00:43:01 0.32 0.03 0.28 0.00 0.80 3.66 0.00 00:55:00 00:44:01 0.32 0.05 0.27 0.00 0.67 2.46 0.00 00:55:00 00:45:02 1.71 1.43 0.28 0.00 48.34 4.13 0.00 00:55:00 00:46:01 0.88 0.03 0.85 0.00 1.08 16.87 0.00 00:55:00 00:47:01 0.30 0.02 0.28 0.00 0.27 3.13 0.00 00:55:00 00:48:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 00:55:00 00:49:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 00:55:00 00:50:01 2.27 2.02 0.25 0.00 166.96 2.73 0.00 00:55:00 00:51:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 00:55:00 00:52:01 0.33 0.02 0.32 0.00 0.27 3.60 0.00 00:55:00 00:53:01 0.27 0.02 0.25 0.00 0.27 2.43 0.00 00:55:00 00:54:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 00:55:00 Average: 335.28 254.91 80.37 0.00 18816.83 29435.62 0.00 00:55:00 00:55:00 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:00 00:31:01 68048 0 656696 34.90 2620 1154180 1396572 47.66 557124 1050172 87196 00:55:00 00:32:01 68348 0 733344 38.98 1744 1078108 1531456 52.27 596760 948620 61424 00:55:00 00:33:02 196004 0 835980 44.43 852 848708 1773072 60.51 659904 743148 50788 00:55:00 00:34:01 269308 0 831572 44.20 692 779972 1746496 59.61 593888 728968 48788 00:55:00 00:35:01 226952 0 748540 39.78 568 905484 1322892 45.15 604072 756028 52312 00:55:00 00:36:02 82556 0 843940 44.85 8 955040 2274036 77.61 717596 873680 22076 00:55:00 00:37:02 75156 0 852848 45.33 8 953532 2363588 80.67 769784 804376 48256 00:55:00 00:38:01 391360 0 823848 43.79 8 666328 2000716 68.28 486348 743944 616 00:55:00 00:39:02 64748 0 827660 43.99 8 989128 2617888 89.34 687080 890952 25008 00:55:00 00:40:02 225944 0 864136 45.93 8 791456 2230808 76.13 640696 753804 24440 00:55:00 00:41:01 112424 0 645220 34.29 8 1123892 1235160 42.15 528644 989140 20 00:55:00 00:42:01 117792 0 639832 34.01 8 1123912 1201832 41.02 525376 988332 12 00:55:00 00:43:01 117604 0 640008 34.02 8 1123924 1201964 41.02 525756 988308 8 00:55:00 00:44:01 117248 0 640360 34.03 8 1123928 1201988 41.02 526008 988332 16 00:55:00 00:45:02 115996 0 640832 34.06 8 1124708 1201964 41.02 526124 989060 20 00:55:00 00:46:01 116488 0 640328 34.03 8 1124720 1201880 41.02 525516 989076 12 00:55:00 00:47:01 116676 0 640136 34.02 8 1124724 1201832 41.02 525364 989084 8 00:55:00 00:48:01 116776 0 640028 34.02 8 1124732 1201832 41.02 525368 989084 8 00:55:00 00:49:01 116628 0 640112 34.02 8 1124796 1201832 41.02 525340 989100 20 00:55:00 00:50:01 109620 0 643740 34.21 8 1128176 1201892 41.02 530160 991256 16 00:55:00 00:51:01 109908 0 643432 34.20 8 1128196 1201892 41.02 530064 991264 8 00:55:00 00:52:01 109996 0 643344 34.19 8 1128196 1201832 41.02 529984 991264 8 00:55:00 00:53:01 110004 0 643324 34.19 8 1128208 1201832 41.02 529988 991280 8 00:55:00 00:54:01 109864 0 643456 34.20 8 1128216 1201832 41.02 529868 991280 12 00:55:00 Average: 136060 0 708446 37.65 276 1036761 1504879 51.36 570700 922898 17545 00:55:00 00:55:00 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:00 00:31:01 eth0 1181.51 1274.26 5778.38 162.85 0.00 0.00 0.00 0.00 00:55:00 00:31:01 vethf1fe468 775.93 568.51 76.56 2479.87 0.00 0.00 0.00 0.00 00:55:00 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:31:01 docker0 775.93 568.38 65.96 2479.86 0.00 0.00 0.00 0.00 00:55:00 00:32:01 veth3b96c6c 106.10 123.59 9.93 458.52 0.00 0.00 0.00 0.00 00:55:00 00:32:01 eth0 534.50 474.90 3860.46 50.45 0.00 0.00 0.00 0.00 00:55:00 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:32:01 docker0 228.83 239.97 16.84 1016.49 0.00 0.00 0.00 0.00 00:55:00 00:33:02 eth0 39.55 29.05 38.15 64.48 0.00 0.00 0.00 0.00 00:55:00 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:33:02 veth71a6785 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:00 00:33:02 docker0 1.10 2.49 0.09 10.77 0.00 0.00 0.00 0.00 00:55:00 00:34:01 eth0 32.23 17.24 23.79 12.74 0.00 0.00 0.00 0.00 00:55:00 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:34:01 veth71a6785 2.48 2.48 0.20 0.20 0.00 0.00 0.00 0.00 00:55:00 00:34:01 docker0 2.48 2.48 0.16 0.20 0.00 0.00 0.00 0.00 00:55:00 00:35:01 eth0 24.29 14.07 19.50 10.41 0.00 0.00 0.00 0.00 00:55:00 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:35:01 veth71a6785 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:36:02 veth2d47729 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:00 00:36:02 eth0 200.77 161.58 1678.97 91.99 0.00 0.00 0.00 0.00 00:55:00 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:37:02 veth2d47729 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:55:00 00:37:02 eth0 58.91 45.78 161.65 10.13 0.00 0.00 0.00 0.00 00:55:00 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:37:02 docker0 36.91 41.77 2.40 148.15 0.00 0.00 0.00 0.00 00:55:00 00:38:01 veth2d47729 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:38:01 veth43cff23 2.61 4.78 0.18 30.05 0.00 0.00 0.00 0.00 00:55:00 00:38:01 eth0 40.28 22.03 207.68 6.78 0.00 0.00 0.00 0.00 00:55:00 00:38:01 veth0cdd141 2.15 4.25 0.14 30.02 0.00 0.00 0.00 0.00 00:55:00 00:39:02 veth2d47729 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 00:55:00 00:39:02 eth0 78.38 45.59 141.20 74.36 0.00 0.00 0.00 0.00 00:55:00 00:39:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:55:00 00:39:02 veth6c790c2 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 00:55:00 00:40:02 vethfeb0457 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:00 00:40:02 veth2d47729 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:40:02 veth0b1ed1f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:00 00:40:02 eth0 16.77 8.59 13.26 6.98 0.00 0.00 0.00 0.00 00:55:00 00:41:01 eth0 248.71 185.35 1756.82 101.16 0.00 0.00 0.00 0.00 00:55:00 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:00 00:41:01 docker0 1114.77 973.49 90.02 4463.94 0.00 0.00 0.00 0.00 00:55:00 00:42:01 eth0 0.52 0.12 0.05 0.02 0.00 0.00 0.00 0.00 00:55:00 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:43:01 eth0 2.37 0.87 0.90 0.56 0.00 0.00 0.00 0.00 00:55:00 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:44:01 eth0 2.33 0.82 0.94 0.59 0.00 0.00 0.00 0.00 00:55:00 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:45:02 eth0 0.23 0.07 0.08 0.07 0.00 0.00 0.00 0.00 00:55:00 00:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:46:01 eth0 0.22 0.14 0.07 0.04 0.00 0.00 0.00 0.00 00:55:00 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:47:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:55:00 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:48:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:55:00 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:00 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:50:01 eth0 0.20 0.13 0.08 0.04 0.00 0.00 0.00 0.00 00:55:00 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:51:01 eth0 0.20 0.13 0.07 0.04 0.00 0.00 0.00 0.00 00:55:00 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:52:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:55:00 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:00 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:54:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:55:00 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 Average: eth0 102.79 95.23 570.96 24.81 0.00 0.00 0.00 0.00 00:55:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:00 Average: docker0 45.76 39.96 3.70 183.25 0.00 0.00 0.00 0.00 00:55:00 00:55:00 00:55:00 ---> sar -P ALL: 00:55:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 00:55:00 00:55:00 00:29:22 LINUX RESTART (4 CPU) 00:55:00 00:55:00 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:55:00 00:31:01 all 11.63 0.00 5.43 1.76 1.73 79.45 00:55:00 00:31:01 0 10.77 0.00 6.87 3.69 1.90 76.77 00:55:00 00:31:01 1 13.07 0.00 4.87 0.17 1.68 80.21 00:55:00 00:31:01 2 12.27 0.00 6.36 2.64 1.82 76.91 00:55:00 00:31:01 3 10.40 0.00 3.65 0.57 1.55 83.84 00:55:00 00:32:01 all 13.51 0.00 8.28 3.05 1.86 73.29 00:55:00 00:32:01 0 15.92 0.00 8.97 1.99 1.79 71.33 00:55:00 00:32:01 1 12.67 0.00 8.89 3.33 1.97 73.15 00:55:00 00:32:01 2 10.12 0.00 6.93 3.19 1.94 77.82 00:55:00 00:32:01 3 15.42 0.00 8.38 3.66 1.73 70.81 00:55:00 00:33:02 all 36.33 0.00 11.97 6.29 2.07 43.34 00:55:00 00:33:02 0 36.33 0.00 11.88 7.00 2.04 42.75 00:55:00 00:33:02 1 35.40 0.00 11.99 7.38 2.07 43.17 00:55:00 00:33:02 2 36.67 0.00 12.31 6.13 2.11 42.78 00:55:00 00:33:02 3 36.91 0.00 11.71 4.65 2.05 44.69 00:55:00 00:34:01 all 45.41 0.00 12.47 2.79 4.67 34.67 00:55:00 00:34:01 0 46.40 0.00 13.73 4.49 4.18 31.21 00:55:00 00:34:01 1 45.57 0.00 12.08 3.26 4.67 34.41 00:55:00 00:34:01 2 42.76 0.00 12.07 1.82 5.44 37.90 00:55:00 00:34:01 3 46.92 0.00 12.02 1.60 4.37 35.09 00:55:00 00:35:01 all 44.13 0.00 14.92 2.83 4.96 33.16 00:55:00 00:35:01 0 47.56 0.00 15.96 2.62 4.37 29.50 00:55:00 00:35:01 1 43.80 0.00 15.18 3.10 4.84 33.08 00:55:00 00:35:01 2 43.02 0.00 14.53 2.81 5.57 34.06 00:55:00 00:35:01 3 42.20 0.00 14.01 2.79 5.06 35.93 00:55:00 00:36:02 all 21.37 0.00 19.92 5.64 2.52 50.54 00:55:00 00:36:02 0 20.66 0.00 20.80 5.74 2.41 50.39 00:55:00 00:36:02 1 20.80 0.00 18.50 6.40 2.63 51.67 00:55:00 00:36:02 2 21.96 0.00 20.60 5.60 2.50 49.35 00:55:00 00:36:02 3 22.07 0.00 19.80 4.82 2.55 50.76 00:55:00 00:37:02 all 21.31 0.00 30.83 20.81 5.08 21.97 00:55:00 00:37:02 0 22.30 0.00 32.29 19.90 4.89 20.61 00:55:00 00:37:02 1 20.66 0.00 29.42 20.01 5.35 24.55 00:55:00 00:37:02 2 20.52 0.00 29.50 22.37 5.14 22.48 00:55:00 00:37:02 3 21.77 0.00 32.17 20.96 4.92 20.18 00:55:00 00:38:01 all 62.67 0.00 17.81 8.20 1.65 9.68 00:55:00 00:38:01 0 63.19 0.00 18.05 10.75 1.65 6.36 00:55:00 00:38:01 1 62.22 0.00 16.78 5.18 1.58 14.23 00:55:00 00:38:01 2 62.44 0.00 18.32 6.60 1.68 10.96 00:55:00 00:38:01 3 62.82 0.00 18.09 10.25 1.68 7.16 00:55:00 00:39:02 all 29.12 0.00 28.81 13.57 4.32 24.18 00:55:00 00:39:02 0 30.95 0.00 28.02 13.05 4.11 23.87 00:55:00 00:39:02 1 28.29 0.00 27.24 13.63 4.68 26.15 00:55:00 00:39:02 2 29.11 0.00 30.00 15.01 4.09 21.79 00:55:00 00:39:02 3 28.11 0.00 29.99 12.59 4.41 24.90 00:55:00 00:40:02 all 47.91 0.00 22.81 12.63 3.97 12.69 00:55:00 00:40:02 0 47.23 0.00 21.87 12.44 3.99 14.47 00:55:00 00:40:02 1 49.12 0.00 23.33 13.19 3.63 10.74 00:55:00 00:40:02 2 46.67 0.00 23.44 14.74 4.06 11.09 00:55:00 00:40:02 3 48.62 0.00 22.61 10.14 4.18 14.45 00:55:00 00:41:01 all 13.03 0.00 10.14 9.46 1.27 66.10 00:55:00 00:41:01 0 12.13 0.00 9.57 11.15 1.43 65.73 00:55:00 00:41:01 1 13.40 0.00 10.23 11.61 1.19 63.57 00:55:00 00:41:01 2 12.07 0.00 10.97 10.55 1.31 65.09 00:55:00 00:41:01 3 14.51 0.00 9.81 4.53 1.14 70.01 00:55:00 00:55:00 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:55:00 00:42:01 all 0.13 0.00 0.04 0.00 0.01 99.81 00:55:00 00:42:01 0 0.02 0.00 0.05 0.00 0.02 99.92 00:55:00 00:42:01 1 0.43 0.00 0.03 0.00 0.00 99.53 00:55:00 00:42:01 2 0.03 0.00 0.05 0.02 0.02 99.88 00:55:00 00:42:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:55:00 00:43:01 all 0.14 0.00 0.05 0.00 0.04 99.77 00:55:00 00:43:01 0 0.05 0.00 0.05 0.00 0.03 99.87 00:55:00 00:43:01 1 0.38 0.00 0.07 0.00 0.03 99.52 00:55:00 00:43:01 2 0.10 0.00 0.03 0.00 0.07 99.80 00:55:00 00:43:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:55:00 00:44:01 all 0.09 0.00 0.04 0.00 0.02 99.85 00:55:00 00:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 00:44:01 1 0.25 0.00 0.05 0.00 0.02 99.68 00:55:00 00:44:01 2 0.08 0.00 0.05 0.00 0.05 99.82 00:55:00 00:44:01 3 0.02 0.00 0.03 0.02 0.02 99.92 00:55:00 00:45:02 all 0.15 0.00 0.07 0.02 0.02 99.73 00:55:00 00:45:02 0 0.02 0.00 0.07 0.00 0.03 99.88 00:55:00 00:45:02 1 0.50 0.00 0.13 0.07 0.02 99.28 00:55:00 00:45:02 2 0.05 0.00 0.07 0.00 0.05 99.83 00:55:00 00:45:02 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:00 00:46:01 all 0.15 0.00 0.04 0.00 0.01 99.80 00:55:00 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 00:46:01 1 0.51 0.00 0.02 0.00 0.02 99.46 00:55:00 00:46:01 2 0.07 0.00 0.08 0.00 0.03 99.81 00:55:00 00:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:00 00:47:01 all 0.14 0.00 0.03 0.00 0.01 99.81 00:55:00 00:47:01 0 0.02 0.00 0.03 0.02 0.02 99.92 00:55:00 00:47:01 1 0.48 0.00 0.02 0.00 0.00 99.50 00:55:00 00:47:01 2 0.05 0.00 0.07 0.00 0.02 99.87 00:55:00 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:55:00 00:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:00 00:48:01 1 0.52 0.00 0.00 0.00 0.00 99.48 00:55:00 00:48:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:55:00 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 00:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:55:00 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 00:49:01 1 0.48 0.00 0.03 0.00 0.00 99.48 00:55:00 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:55:00 00:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:00 00:50:01 all 0.15 0.00 0.04 0.06 0.00 99.75 00:55:00 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 00:50:01 1 0.50 0.00 0.05 0.23 0.02 99.20 00:55:00 00:50:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:55:00 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:00 00:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:00 00:51:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:55:00 00:51:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:55:00 00:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:55:00 00:52:01 all 0.13 0.00 0.03 0.00 0.01 99.83 00:55:00 00:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:55:00 00:52:01 1 0.45 0.00 0.03 0.00 0.02 99.50 00:55:00 00:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:55:00 00:52:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:55:00 00:55:00 00:52:01 CPU %user %nice %system %iowait %steal %idle 00:55:00 00:53:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:55:00 00:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 00:55:00 00:53:01 1 0.50 0.00 0.03 0.00 0.00 99.47 00:55:00 00:53:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:55:00 00:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:00 00:54:01 all 0.10 0.00 0.04 0.00 0.00 99.85 00:55:00 00:54:01 0 0.32 0.00 0.05 0.00 0.00 99.63 00:55:00 00:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:00 00:54:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:55:00 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:00 Average: all 13.75 0.00 7.27 3.44 1.36 74.19 00:55:00 Average: 0 13.98 0.00 7.46 3.67 1.30 73.59 00:55:00 Average: 1 13.86 0.00 7.09 3.46 1.36 74.22 00:55:00 Average: 2 13.36 0.00 7.36 3.62 1.43 74.24 00:55:00 Average: 3 13.79 0.00 7.19 2.99 1.33 74.70 00:55:00 00:55:00 00:55:00