Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 9fd562e3a2eea215d457574d6ccae0c8b46a1516+3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 (40807d4c90d8d00eeb739d7a166f2ae8595bff9d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26536 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 Merge succeeded, producing 8bcaa91b1e8e35e070637adeae8a112ec3958236 Checking out Revision 8bcaa91b1e8e35e070637adeae8a112ec3958236 (PR-3164) > 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/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # 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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bcaa91b1e8e35e070637adeae8a112ec3958236 # timeout=10 Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk af99c5729365c0d710caa2725c807af652ffea64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:44 ========================================================= 00:30:44 EdgeX Global Pipelines Version Info 00:30:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:46 ------------------- 00:30:46 stable info: 00:30:46 ------------------- 00:30:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:46 Message: update stable to v1.0.179 00:30:47 ------------------- 00:30:47 experimental info: 00:30:47 ------------------- 00:30:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:47 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3164 [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3164 [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3164 [Pipeline] echo 00:30:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bcaa91b1e8e35e070637adeae8a112ec3958236 [Pipeline] echo 00:30:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bcaa91 [Pipeline] echo 00:30:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:50 provisioning config files... 00:30:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6126023366953620189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:50 ---> docker-login.sh 00:30:50 nexus3.edgexfoundry.org:10001 00:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:51 Configure a credential helper to remove this warning. See 00:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:51 00:30:51 Login Succeeded 00:30:51 nexus3.edgexfoundry.org:10002 00:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:51 Configure a credential helper to remove this warning. See 00:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:51 00:30:51 Login Succeeded 00:30:51 nexus3.edgexfoundry.org:10003 00:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:51 Configure a credential helper to remove this warning. See 00:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:51 00:30:51 Login Succeeded 00:30:51 nexus3.edgexfoundry.org:10004 00:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:52 Configure a credential helper to remove this warning. See 00:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:52 00:30:52 Login Succeeded 00:30:52 docker.io 00:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:52 Configure a credential helper to remove this warning. See 00:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:52 00:30:52 Login Succeeded 00:30:52 ---> docker-login.sh ends [Pipeline] } 00:30:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:52 ++ 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:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/core-command/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo core-command,cmd/core-command/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/core-data/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo core-data,cmd/core-data/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/core-metadata/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/support-notifications/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/support-scheduler/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:52 + for file in '`ls cmd/**/Dockerfile`' 00:30:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:52 ++ cut -d/ -f2 00:30:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:52 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:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:54 00:30:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:55 latest: Pulling from edgex-devops/git-semver 00:30:55 31603596830f: Pulling fs layer 00:30:55 2a8b12db71e7: Pulling fs layer 00:30:55 6ca5941a6612: Pulling fs layer 00:30:55 ecc8261a40a4: Pulling fs layer 00:30:55 ecc8261a40a4: Waiting 00:30:55 2a8b12db71e7: Verifying Checksum 00:30:55 2a8b12db71e7: Download complete 00:30:55 31603596830f: Verifying Checksum 00:30:55 31603596830f: Download complete 00:30:55 ecc8261a40a4: Verifying Checksum 00:30:55 ecc8261a40a4: Download complete 00:30:55 6ca5941a6612: Verifying Checksum 00:30:55 6ca5941a6612: Download complete 00:30:55 31603596830f: Pull complete 00:30:55 2a8b12db71e7: Pull complete 00:30:56 6ca5941a6612: Pull complete 00:30:56 ecc8261a40a4: Pull complete 00:30:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:56 prd-centos7-docker-4c-2g-26536 does not seem to be running inside a container 00:30:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:59 $ docker top a24051e1d74414b03d12391743790a4cdeeaefc554b581ed19cfe950ce4354da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:00 [ssh-agent] Looking for ssh-agent implementation... 00:31:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:00 $ docker exec a24051e1d74414b03d12391743790a4cdeeaefc554b581ed19cfe950ce4354da ssh-agent 00:31:00 SSH_AUTH_SOCK=/tmp/ssh-KPxw8nW76ILM/agent.11 00:31:00 SSH_AGENT_PID=17 00:31:00 Running ssh-add (command line suppressed) 00:31:00 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3493747913817571466.key (/w/workspace/edgex-go/4@tmp/private_key_3493747913817571466.key) 00:31:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:01 + git tag --points-at HEAD [Pipeline] } 00:31:01 $ docker exec --env ******** --env ******** a24051e1d74414b03d12391743790a4cdeeaefc554b581ed19cfe950ce4354da ssh-agent -k 00:31:01 unset SSH_AUTH_SOCK; 00:31:01 unset SSH_AGENT_PID; 00:31:01 echo Agent pid 17 killed; 00:31:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:01 [ssh-agent] Looking for ssh-agent implementation... 00:31:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:01 $ docker exec a24051e1d74414b03d12391743790a4cdeeaefc554b581ed19cfe950ce4354da ssh-agent 00:31:01 SSH_AUTH_SOCK=/tmp/ssh-seuhDkePEA1V/agent.45 00:31:01 SSH_AGENT_PID=51 00:31:01 Running ssh-add (command line suppressed) 00:31:02 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7164463179120239447.key (/w/workspace/edgex-go/4@tmp/private_key_7164463179120239447.key) 00:31:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:02 + git semver init 00:31:02 # -> Open(): unable to determine branch for HEAD 00:31:02 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:31:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:31:02 # $SEMVER_REMOTE_NAME = origin 00:31:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:02 # $SEMVER_USER_NAME = edgex-jenkins 00:31:02 # $SEMVER_BRANCH = PR-3164 00:31:02 # $SEMVER_TEMP = /tmp/semver-520904603 00:31:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:29 # '/tmp/semver-520904603' -> '/w/workspace/edgex-go/4/.semver' 00:31:29 # -> Force: false 00:31:29 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:31:30 $ docker exec --env ******** --env ******** a24051e1d74414b03d12391743790a4cdeeaefc554b581ed19cfe950ce4354da ssh-agent -k 00:31:30 unset SSH_AUTH_SOCK; 00:31:30 unset SSH_AGENT_PID; 00:31:30 echo Agent pid 51 killed; 00:31:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:31 + git semver [Pipeline] } 00:31:31 $ docker stop --time=1 a24051e1d74414b03d12391743790a4cdeeaefc554b581ed19cfe950ce4354da 00:31:33 $ docker rm -f a24051e1d74414b03d12391743790a4cdeeaefc554b581ed19cfe950ce4354da [Pipeline] // withDockerContainer [Pipeline] sh 00:31:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:34 Stashed 1 file(s) [Pipeline] echo 00:31:34 [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:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:36 + sudo service docker restart 00:31:36 + true 00:31:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:37 ========================================================= 00:31:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:37 + 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:42 Sending build context to Docker daemon 327.9MB 00:31:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:42 Step 2/6 : FROM ${BASE} 00:31:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:42 188c0c94c7c5: Pulling fs layer 00:31:42 0ef7d3d256c8: Pulling fs layer 00:31:42 de9db76c5a1d: Pulling fs layer 00:31:42 bca2f99d35d6: Pulling fs layer 00:31:42 93359f2a8cfa: Pulling fs layer 00:31:42 7c6f9722023f: Pulling fs layer 00:31:42 a35cf1a2eb13: Pulling fs layer 00:31:42 93359f2a8cfa: Waiting 00:31:42 a35cf1a2eb13: Waiting 00:31:42 7c6f9722023f: Waiting 00:31:42 bca2f99d35d6: Waiting 00:31:42 de9db76c5a1d: Verifying Checksum 00:31:42 de9db76c5a1d: Download complete 00:31:42 0ef7d3d256c8: Download complete 00:31:42 93359f2a8cfa: Verifying Checksum 00:31:42 93359f2a8cfa: Download complete 00:31:42 7c6f9722023f: Verifying Checksum 00:31:42 7c6f9722023f: Download complete 00:31:42 188c0c94c7c5: Verifying Checksum 00:31:42 188c0c94c7c5: Download complete 00:31:42 188c0c94c7c5: Pull complete 00:31:42 0ef7d3d256c8: Pull complete 00:31:42 de9db76c5a1d: Pull complete 00:31:43 a35cf1a2eb13: Verifying Checksum 00:31:43 a35cf1a2eb13: Download complete 00:31:44 bca2f99d35d6: Verifying Checksum 00:31:44 bca2f99d35d6: Download complete 00:31:50 bca2f99d35d6: Pull complete 00:31:50 93359f2a8cfa: Pull complete 00:31:50 7c6f9722023f: Pull complete 00:31:50 Still waiting to schedule task 00:31:50 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26534’ 00:31:55 a35cf1a2eb13: Pull complete 00:31:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:55 ---> a62c8e92a672 00:31:55 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:55 ---> Running in 1f71aec3109f 00:31:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:56 (1/12) Installing libmagic (5.38-r0) 00:31:57 (2/12) Installing file (5.38-r0) 00:31:57 (3/12) Installing libc-dev (0.7.2-r3) 00:31:57 (4/12) Installing g++ (9.3.0-r2) 00:32:04 (5/12) Installing fortify-headers (1.1-r0) 00:32:04 (6/12) Installing patch (2.7.6-r6) 00:32:04 (7/12) Installing build-base (0.5-r2) 00:32:04 (8/12) Installing libsodium (1.0.18-r0) 00:32:04 (9/12) Installing pkgconf (1.7.2-r0) 00:32:04 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:04 (11/12) Installing libzmq (4.3.3-r0) 00:32:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:04 Executing busybox-1.31.1-r19.trigger 00:32:04 OK: 233 MiB in 51 packages 00:32:08 Removing intermediate container 1f71aec3109f 00:32:08 ---> 34c92ef6aab4 00:32:08 Step 4/6 : WORKDIR /edgex-go 00:32:08 ---> Running in 9a0b19fd1c80 00:32:08 Removing intermediate container 9a0b19fd1c80 00:32:08 ---> 92e6541a3c82 00:32:08 Step 5/6 : COPY go.mod . 00:32:09 ---> 40dfeacbf966 00:32:09 Step 6/6 : RUN go mod download 00:32:09 ---> Running in 76735d619760 00:32:31 Removing intermediate container 76735d619760 00:32:31 ---> c92acad7a30c 00:32:31 Successfully built c92acad7a30c 00:32:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:31 + docker inspect -f . ci-base-image-x86_64 00:32:31 . [Pipeline] withDockerContainer 00:32:31 prd-centos7-docker-4c-2g-26536 does not seem to be running inside a container 00:32:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:33 $ docker top d6cdacf4d71e69d0918cbd29e3b60f0f99147c9e9b4712c6eeacf33f19f35da3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:33 + go version 00:32:33 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:33 $ docker stop --time=1 d6cdacf4d71e69d0918cbd29e3b60f0f99147c9e9b4712c6eeacf33f19f35da3 00:32:35 $ docker rm -f d6cdacf4d71e69d0918cbd29e3b60f0f99147c9e9b4712c6eeacf33f19f35da3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:36 + docker inspect -f . ci-base-image-x86_64 00:32:36 . [Pipeline] withDockerContainer 00:32:36 prd-centos7-docker-4c-2g-26536 does not seem to be running inside a container 00:32:36 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:37 $ docker top 3b67cedd2a5584b8f6129b800b316a82213b17de278e4655d16a613b580490b8 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:37 ========================================================= 00:32:37 [edgeXBuildGoParallel] Running Tests and Build... 00:32:37 ========================================================= [Pipeline] sh 00:32:38 + make test 00:32:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:48 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 45.9% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.421s coverage: 82.3% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.366s coverage: 28.6% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.195s coverage: 97.5% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.453s coverage: 92.8% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.1% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 45.5% of statements 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.044s coverage: 94.4% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.045s coverage: 87.2% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 68.9% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 37.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.083s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.111s coverage: 89.4% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:51 ? 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 0.730s 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.074s 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.044s 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.060s coverage: 100.0% 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.027s 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.029s 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:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:33:51 GO111MODULE=on go vet ./... 00:34:23 gofmt -l . 00:34:23 [ "`gofmt -l .`" = "" ] 00:34:23 ./bin/test-go-mod-tidy.sh 00:34:23 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:24 + ls -al . 00:34:24 total 704 00:34:24 drwxrwxr-x 10 1001 1001 4096 Feb 16 00:34 . 00:34:24 drwxr-xr-x 4 root root 28 Feb 16 00:32 .. 00:34:24 -rw-rw-r-- 1 1001 1001 11 Feb 16 00:30 .dockerignore 00:34:24 drwxrwxr-x 8 1001 1001 179 Feb 16 00:30 .git 00:34:24 drwxrwxr-x 3 1001 1001 125 Feb 16 00:30 .github 00:34:24 -rw-rw-r-- 1 1001 1001 818 Feb 16 00:30 .gitignore 00:34:24 drwx------ 3 1001 1001 60 Feb 16 00:31 .semver 00:34:24 -rw-rw-r-- 1 1001 1001 166 Feb 16 00:30 .sonarcloud.properties 00:34:24 -rw-rw-r-- 1 1001 1001 8475 Feb 16 00:30 Attribution.txt 00:34:24 -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:30 CONTRIBUTING.md 00:34:24 -rw-rw-r-- 1 1001 1001 931 Feb 16 00:30 Dockerfile.build 00:34:24 -rw-rw-r-- 1 1001 1001 863 Feb 16 00:30 Jenkinsfile 00:34:24 -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:30 LICENSE 00:34:24 -rw-rw-r-- 1 1001 1001 5774 Feb 16 00:30 Makefile 00:34:24 -rw-rw-r-- 1 1001 1001 6524 Feb 16 00:30 README.md 00:34:24 -rw-rw-r-- 1 1001 1001 6755 Feb 16 00:30 SECURITY.md 00:34:24 -rw-rw-r-- 1 1001 1001 5 Feb 16 00:31 VERSION 00:34:24 -rw-rw-r-- 1 1001 1001 4131 Feb 16 00:30 ZMQWindows.md 00:34:24 drwxrwxr-x 2 1001 1001 117 Feb 16 00:30 bin 00:34:24 drwxrwxr-x 14 1001 1001 4096 Feb 16 00:30 cmd 00:34:24 -rw-r--r-- 1 root root 595676 Feb 16 00:33 coverage.out 00:34:24 -rw-r--r-- 1 root root 1054 Feb 16 00:34 go.mod 00:34:24 -rw-r--r-- 1 root root 19518 Feb 16 00:34 go.sum 00:34:24 drwxrwxr-x 8 1001 1001 127 Feb 16 00:30 internal 00:34:24 drwxrwxr-x 4 1001 1001 26 Feb 16 00:30 openapi 00:34:24 drwxrwxr-x 4 1001 1001 71 Feb 16 00:30 snap 00:34:24 -rw-rw-r-- 1 1001 1001 168 Feb 16 00:30 version.go [Pipeline] sh 00:34:24 + '[' -e coverage.out ] 00:34:24 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:24 Stashed 1 file(s) [Pipeline] sh 00:34:24 + make build 00:34:24 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:29 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:39 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:39 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:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:51 $ docker stop --time=1 3b67cedd2a5584b8f6129b800b316a82213b17de278e4655d16a613b580490b8 00:34:52 $ docker rm -f 3b67cedd2a5584b8f6129b800b316a82213b17de278e4655d16a613b580490b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:34:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26538 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws 00:34:56 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 00:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:56 00:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:57 latest: Pulling from edgex-devops/edgex-compose 00:34:57 cbdbe7a5bc2a: Pulling fs layer 00:34:57 ca9280d653b3: Pulling fs layer 00:34:57 7e9c9ca2126c: Pulling fs layer 00:34:58 cbdbe7a5bc2a: Download complete 00:34:58 cbdbe7a5bc2a: Pull complete 00:34:58 ca9280d653b3: Verifying Checksum 00:34:58 ca9280d653b3: Download complete 00:35:00 7e9c9ca2126c: Verifying Checksum 00:35:00 7e9c9ca2126c: Download complete 00:35:00 ca9280d653b3: Pull complete 00:35:01 using credential edgex-jenkins-ssh 00:35:01 Cloning the remote Git repository 00:35:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:01 > git init /w/workspace/edgex-go/4 # timeout=10 00:35:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:01 > git --version # timeout=10 00:35:01 > git --version # 'git version 2.17.1' 00:35:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:06 7e9c9ca2126c: Pull complete 00:35:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:07 prd-centos7-docker-4c-2g-26536 does not seem to be running inside a container 00:35:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:10 $ docker top 5c708b8def62aa31b0cf7f260471f541fd681024ce163b87304c429ec2af7a8a -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:10 + docker-compose build --help 00:35:10 + grep parallel 00:35:11 --parallel Build images in parallel. [Pipeline] } 00:35:11 $ docker stop --time=1 5c708b8def62aa31b0cf7f260471f541fd681024ce163b87304c429ec2af7a8a 00:35:13 $ docker rm -f 5c708b8def62aa31b0cf7f260471f541fd681024ce163b87304c429ec2af7a8a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:13 . [Pipeline] withDockerContainer 00:35:13 prd-centos7-docker-4c-2g-26536 does not seem to be running inside a container 00:35:13 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:14 $ docker top f840d1a905f8b331d48d4d509fcfe0c3043b66b799cccf115eaf03c174e3a99c -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:15 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:16 Building docker-core-command-go ... 00:35:16 Building docker-core-data-go ... 00:35:16 Building docker-core-metadata-go ... 00:35:16 Building docker-security-bootstrapper-go ... 00:35:16 Building docker-security-proxy-setup-go ... 00:35:16 Building docker-security-secretstore-setup-go ... 00:35:16 Building docker-support-notifications-go ... 00:35:16 Building docker-support-scheduler-go ... 00:35:16 Building docker-sys-mgmt-agent-go ... 00:35:16 Building docker-support-notifications-go 00:35:16 Building docker-support-scheduler-go 00:35:16 Building docker-security-secretstore-setup-go 00:35:16 Building docker-core-metadata-go 00:35:16 Building docker-security-proxy-setup-go 00:35:20 Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 00:35:20 Merge succeeded, producing 2a4633d6e2f629a1a62869e6c08cfa53cb393b9f 00:35:20 Checking out Revision 2a4633d6e2f629a1a62869e6c08cfa53cb393b9f (PR-3164) 00:35:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:20 > git config core.sparsecheckout # timeout=10 00:35:20 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 00:35:20 > git remote # timeout=10 00:35:20 > git config --get remote.origin.url # timeout=10 00:35:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:20 > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 00:35:20 > git rev-parse HEAD^{commit} # timeout=10 00:35:20 > git config core.sparsecheckout # timeout=10 00:35:20 > git checkout -f 2a4633d6e2f629a1a62869e6c08cfa53cb393b9f # timeout=10 00:35:25 Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" 00:35:25 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:25 > git rev-list --no-walk af99c5729365c0d710caa2725c807af652ffea64 # timeout=10 00:35:28 + true 00:35:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:30 provisioning config files... 00:35:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8088706530999788571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:31 ---> docker-login.sh 00:35:31 nexus3.edgexfoundry.org:10001 00:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:32 Configure a credential helper to remove this warning. See 00:35:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:32 00:35:32 Login Succeeded 00:35:32 nexus3.edgexfoundry.org:10002 00:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:33 Configure a credential helper to remove this warning. See 00:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:33 00:35:33 Login Succeeded 00:35:33 nexus3.edgexfoundry.org:10003 00:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:33 Configure a credential helper to remove this warning. See 00:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:33 00:35:33 Login Succeeded 00:35:33 nexus3.edgexfoundry.org:10004 00:35:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:34 Configure a credential helper to remove this warning. See 00:35:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:34 00:35:34 Login Succeeded 00:35:34 docker.io 00:35:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:35 Configure a credential helper to remove this warning. See 00:35:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:35 00:35:35 Login Succeeded 00:35:35 ---> docker-login.sh ends [Pipeline] } 00:35:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:35 ========================================================= 00:35:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:36 + 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:35:39 Sending build context to Docker daemon 166.3MB 00:35:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:39 Step 2/6 : FROM ${BASE} 00:35:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:39 5f621e34cdf4: Pulling fs layer 00:35:39 a4357932f1b6: Pulling fs layer 00:35:39 18c013af1878: Pulling fs layer 00:35:39 00ac8860ef70: Pulling fs layer 00:35:39 63d7cb157983: Pulling fs layer 00:35:39 b116817d02f9: Pulling fs layer 00:35:39 745a02a5169b: Pulling fs layer 00:35:39 63d7cb157983: Waiting 00:35:39 745a02a5169b: Waiting 00:35:39 b116817d02f9: Waiting 00:35:39 00ac8860ef70: Waiting 00:35:39 18c013af1878: Verifying Checksum 00:35:39 18c013af1878: Download complete 00:35:39 a4357932f1b6: Verifying Checksum 00:35:39 a4357932f1b6: Download complete 00:35:39 63d7cb157983: Verifying Checksum 00:35:39 63d7cb157983: Download complete 00:35:39 b116817d02f9: Download complete 00:35:39 5f621e34cdf4: Verifying Checksum 00:35:39 5f621e34cdf4: Download complete 00:35:39 5f621e34cdf4: Pull complete 00:35:40 a4357932f1b6: Pull complete 00:35:40 18c013af1878: Pull complete 00:35:41 745a02a5169b: Verifying Checksum 00:35:41 745a02a5169b: Download complete 00:35:42 00ac8860ef70: Download complete 00:35:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:49 ---> c92acad7a30c 00:35:49 Step 3/22 : WORKDIR /edgex-go 00:35:49 ---> c92acad7a30c 00:35:49 Step 3/22 : WORKDIR /edgex-go 00:35:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:49 ---> c92acad7a30c 00:35:49 Step 3/21 : WORKDIR /edgex-go 00:35:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:50 ---> c92acad7a30c 00:35:50 Step 3/24 : WORKDIR /edgex-go 00:35:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:50 ---> c92acad7a30c 00:35:50 Step 3/23 : WORKDIR /edgex-go 00:35:51 ---> Running in d09d31123035 00:35:51 ---> Running in 765e8669c07f 00:35:51 ---> Running in f3a83083b193 00:35:51 ---> Running in 197f788ba2a5 00:35:51 ---> Running in 0e4a2fb7f962 00:35:51 Removing intermediate container 197f788ba2a5 00:35:51 ---> e3955fc3532f 00:35:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:51 Removing intermediate container f3a83083b193 00:35:51 ---> 1bef42ec129b 00:35:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:51 Removing intermediate container 765e8669c07f 00:35:51 ---> 946093b3036f 00:35:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:52 Removing intermediate container d09d31123035 00:35:52 ---> eaaf6807e7ea 00:35:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:52 Removing intermediate container 0e4a2fb7f962 00:35:52 ---> 9d992af79494 00:35:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:52 ---> Running in 7d6929e218ab 00:35:52 ---> Running in 3d36e26e4b1a 00:35:52 ---> Running in 42751bcff8d0 00:35:52 ---> Running in 8b779eb5a499 00:35:52 ---> Running in 0ef5bf40096d 00:35:52 00ac8860ef70: Pull complete 00:35:52 63d7cb157983: Pull complete 00:35:52 b116817d02f9: Pull complete 00:35:54 Removing intermediate container 8b779eb5a499 00:35:54 ---> 52466a320b44 00:35:54 Step 5/22 : RUN apk add --update --no-cache make git 00:35:54 Removing intermediate container 7d6929e218ab 00:35:54 ---> 8609283fb9e2 00:35:54 Step 5/21 : RUN apk add --update --no-cache make git 00:35:54 Removing intermediate container 42751bcff8d0 00:35:54 ---> 813cfb3b2bd3 00:35:54 Step 5/24 : RUN apk add --update --no-cache make git 00:35:54 ---> Running in 29f140764609 00:35:54 ---> Running in 678fbb52ab22 00:35:54 Removing intermediate container 3d36e26e4b1a 00:35:54 ---> eb4ac804f66d 00:35:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:54 ---> Running in 140cc05b2095 00:35:54 Removing intermediate container 0ef5bf40096d 00:35:54 ---> cf92fecc08c8 00:35:54 Step 5/23 : RUN apk add --update --no-cache make git 00:35:54 ---> Running in 3b3adc317c72 00:35:54 ---> Running in 77878e63b315 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 745a02a5169b: Pull complete 00:35:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:56 ---> b7e6874047d6 00:35:56 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:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 Removing intermediate container 77878e63b315 00:35:57 ---> 7d0ade943597 00:35:57 Step 6/23 : COPY go.mod . 00:35:58 Removing intermediate container 3b3adc317c72 00:35:58 ---> faa7fb3211b1 00:35:58 Step 6/22 : COPY go.mod . 00:35:58 Removing intermediate container 29f140764609 00:35:58 ---> 9df50ca11edd 00:35:58 Step 6/22 : COPY go.mod . 00:35:58 ---> 8316233ee502 00:35:58 Step 7/23 : RUN go mod download 00:35:58 Removing intermediate container 678fbb52ab22 00:35:58 ---> 86b09f0f2512 00:35:58 Step 6/21 : COPY go.mod . 00:35:58 Removing intermediate container 140cc05b2095 00:35:58 ---> 08a14253c9b0 00:35:58 Step 6/24 : COPY go.mod . 00:35:58 ---> 1c0b35fc6bdf 00:35:58 Step 7/22 : RUN go mod download 00:35:58 ---> Running in bef88df97ec2 00:35:58 ---> d3a397a4edbf 00:35:58 Step 7/22 : RUN go mod download 00:35:58 ---> Running in 8bd373e498fb 00:35:58 ---> 01d7d860a12d 00:35:58 Step 7/21 : RUN go mod download 00:35:58 ---> Running in f2a37f053924 00:35:58 ---> b4e2a1610756 00:35:58 Step 7/24 : RUN go mod download 00:35:59 ---> Running in c05722ff09c1 00:35:59 ---> Running in 65bae5e0272d 00:36:00 ---> Running in 97c3180d0cc0 00:36:01 Removing intermediate container 8bd373e498fb 00:36:01 ---> 7a563336990d 00:36:01 Step 8/22 : COPY . . 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:01 Removing intermediate container bef88df97ec2 00:36:01 ---> 447197a2466f 00:36:01 Step 8/23 : COPY . . 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:02 Removing intermediate container c05722ff09c1 00:36:02 ---> 9bfdb49937be 00:36:02 Step 8/21 : COPY . . 00:36:02 (1/12) Installing libmagic (5.38-r0) 00:36:02 (2/12) Installing file (5.38-r0) 00:36:03 (3/12) Installing libc-dev (0.7.2-r3) 00:36:03 (4/12) Installing g++ (9.3.0-r2) 00:36:03 Removing intermediate container 65bae5e0272d 00:36:03 ---> 3b8f12bffe0c 00:36:03 Step 8/24 : COPY . . 00:36:03 Removing intermediate container f2a37f053924 00:36:03 ---> 2fd0d54b0fcf 00:36:03 Step 8/22 : COPY . . 00:36:06 (5/12) Installing fortify-headers (1.1-r0) 00:36:06 (6/12) Installing patch (2.7.6-r6) 00:36:06 (7/12) Installing build-base (0.5-r2) 00:36:06 (8/12) Installing libsodium (1.0.18-r0) 00:36:06 (9/12) Installing pkgconf (1.7.2-r0) 00:36:06 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:06 (11/12) Installing libzmq (4.3.3-r0) 00:36:06 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:06 Executing busybox-1.31.1-r19.trigger 00:36:07 OK: 217 MiB in 51 packages 00:36:11 Removing intermediate container 97c3180d0cc0 00:36:11 ---> 4f2f679411db 00:36:11 Step 4/6 : WORKDIR /edgex-go 00:36:11 ---> Running in 0a15162aacd8 00:36:11 Removing intermediate container 0a15162aacd8 00:36:11 ---> 9a48c3a09da8 00:36:11 Step 5/6 : COPY go.mod . 00:36:12 ---> 9150a8607f7d 00:36:12 Step 6/6 : RUN go mod download 00:36:12 ---> Running in 658d5b66dcef 00:36:39 Removing intermediate container 658d5b66dcef 00:36:39 ---> f58ee38fc393 00:36:39 Successfully built f58ee38fc393 00:36:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:39 + docker inspect -f . ci-base-image-arm64 00:36:39 . [Pipeline] withDockerContainer 00:36:39 prd-ubuntu18.04-docker-arm64-4c-16g-26538 does not seem to be running inside a container 00:36:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:41 $ docker top 83e9151d830458fe418c99833552d8cb4d78f96b9898f8892458ebfc52b7a4de -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:42 + go version 00:36:42 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:42 $ docker stop --time=1 83e9151d830458fe418c99833552d8cb4d78f96b9898f8892458ebfc52b7a4de 00:36:43 ---> 5eeda39a3769 00:36:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:43 ---> c08cfa20ba16 00:36:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:43 ---> c4e3b67df5df 00:36:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:43 ---> 778d5d2a24e1 00:36:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:43 ---> 05a462a3868c 00:36:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:43 ---> Running in e2d1ccc0cc10 00:36:43 ---> Running in 47f3620970ae 00:36:43 ---> Running in 5f638a3ec10b 00:36:43 ---> Running in ec0f103fa66f 00:36:43 ---> Running in fe3e2c00aec6 00:36:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:44 $ docker rm -f 83e9151d830458fe418c99833552d8cb4d78f96b9898f8892458ebfc52b7a4de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:45 + docker inspect -f . ci-base-image-arm64 00:36:45 . [Pipeline] withDockerContainer 00:36:45 prd-ubuntu18.04-docker-arm64-4c-16g-26538 does not seem to be running inside a container 00:36:45 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:46 $ docker top 9b215a56846ba1599d445b18b4644d2539d363cbf119c2662dbbdb02fcd411a9 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:47 ========================================================= 00:36:47 [edgeXBuildGoParallel] Running Tests and Build... 00:36:47 ========================================================= [Pipeline] sh 00:36:47 + make test 00:36:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:09 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:09 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:10 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:22 Removing intermediate container e2d1ccc0cc10 00:37:22 ---> 5999f5b45754 00:37:22 00:37:22 Removing intermediate container 47f3620970ae 00:37:22 ---> a6459d142b89 00:37:22 00:37:22 Step 10/24 : FROM alpine:3.12 00:37:22 Step 10/21 : FROM alpine:3.12 00:37:22 Removing intermediate container fe3e2c00aec6 00:37:22 ---> 8ed9f7fb74d2 00:37:22 00:37:22 Step 10/22 : FROM alpine:3.12 00:37:22 3.12: Pulling from library/alpine 00:37:22 3.12: Pulling from library/alpine 00:37:22 3.12: Pulling from library/alpine 00:37:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:22 Status: Downloaded newer image for alpine:3.12 00:37:22 Status: Image is up to date for alpine:3.12 00:37:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:22 Status: Image is up to date for alpine:3.12 00:37:22 ---> 389fef711851 00:37:22 Step 11/21 : RUN apk add --update --no-cache curl 00:37:22 ---> 389fef711851 00:37:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:22 ---> 389fef711851 00:37:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:24 ---> Running in f16577b4b10d 00:37:24 ---> Running in e0cea06e55bd 00:37:24 ---> Running in eecdfd1d7d7e 00:37:24 Removing intermediate container ec0f103fa66f 00:37:24 ---> 8199585b27a1 00:37:24 00:37:24 Step 10/22 : FROM alpine:3.12 00:37:24 ---> 389fef711851 00:37:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:24 Removing intermediate container 5f638a3ec10b 00:37:24 ---> 3b87c24e12d4 00:37:24 00:37:24 Step 10/23 : FROM alpine:3.12 00:37:24 ---> 389fef711851 00:37:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:25 ---> Running in 7fa5ff0395ce 00:37:25 ---> Running in 8fc90cdfc28e 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 (1/4) Installing ca-certificates (20191127-r4) 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:26 (3/4) Installing libcurl (7.69.1-r3) 00:37:26 (1/2) Installing ca-certificates (20191127-r4) 00:37:26 (4/4) Installing curl (7.69.1-r3) 00:37:26 Executing busybox-1.31.1-r19.trigger 00:37:26 (2/2) Installing dumb-init (1.2.2-r1) 00:37:26 Executing ca-certificates-20191127-r4.trigger 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 Executing busybox-1.31.1-r19.trigger 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 (1/5) Installing ca-certificates (20191127-r4) 00:37:26 Executing ca-certificates-20191127-r4.trigger 00:37:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:26 (3/5) Installing libcurl (7.69.1-r3) 00:37:26 (4/5) Installing curl (7.69.1-r3) 00:37:26 (5/5) Installing dumb-init (1.2.2-r1) 00:37:26 Executing busybox-1.31.1-r19.trigger 00:37:26 Executing ca-certificates-20191127-r4.trigger 00:37:26 OK: 7 MiB in 18 packages 00:37:26 OK: 6 MiB in 16 packages 00:37:26 OK: 7 MiB in 19 packages 00:37:26 (1/1) Installing dumb-init (1.2.2-r1) 00:37:26 Executing busybox-1.31.1-r19.trigger 00:37:26 OK: 6 MiB in 15 packages 00:37:26 (1/1) Installing dumb-init (1.2.2-r1) 00:37:26 Executing busybox-1.31.1-r19.trigger 00:37:26 OK: 6 MiB in 15 packages 00:37:29 Removing intermediate container e0cea06e55bd 00:37:29 ---> 8ae8318a469e 00:37:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:29 Removing intermediate container f16577b4b10d 00:37:29 ---> bca67f0a8a76 00:37:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:29 ---> Running in ae7736d9e8f8 00:37:29 Removing intermediate container 7fa5ff0395ce 00:37:29 ---> 8c6700364471 00:37:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:29 Removing intermediate container 8fc90cdfc28e 00:37:29 ---> 7614d1985d51 00:37:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:29 Removing intermediate container eecdfd1d7d7e 00:37:29 ---> a8c07ed26718 00:37:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:30 ---> Running in 23a036e324cf 00:37:30 ---> Running in 9249622f7566 00:37:30 ---> Running in e62d64b624bf 00:37:30 ---> Running in 95efbc3fbfa3 00:37:30 Removing intermediate container ae7736d9e8f8 00:37:30 ---> 6ce27fe3b21c 00:37:30 Step 13/22 : ENV APP_PORT=48060 00:37:30 ---> Running in 729b3e0f6fbc 00:37:30 Removing intermediate container 23a036e324cf 00:37:30 ---> f093546224a3 00:37:30 Step 13/21 : WORKDIR /edgex 00:37:30 Removing intermediate container 9249622f7566 00:37:30 ---> d580aa42069a 00:37:30 Step 13/23 : ENV APP_PORT=48081 00:37:30 Removing intermediate container 95efbc3fbfa3 00:37:30 ---> 8fe562032eb6 00:37:30 Step 13/24 : WORKDIR / 00:37:30 Removing intermediate container e62d64b624bf 00:37:30 ---> a681849720db 00:37:30 Step 13/22 : ENV APP_PORT=48085 00:37:30 ---> Running in e695ae81b4ea 00:37:30 ---> Running in 5c88826141e3 00:37:30 ---> Running in 2c77d0181faf 00:37:30 ---> Running in 5f4265c0ef99 00:37:30 Removing intermediate container 729b3e0f6fbc 00:37:30 ---> 7dec2e7799be 00:37:30 Step 14/22 : EXPOSE $APP_PORT 00:37:30 Removing intermediate container e695ae81b4ea 00:37:30 ---> 756c821e133c 00:37:30 Step 14/23 : EXPOSE $APP_PORT 00:37:30 ---> Running in 8c5336a6c249 00:37:31 Removing intermediate container 5c88826141e3 00:37:31 ---> c1b5037b9e2e 00:37:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:31 Removing intermediate container 2c77d0181faf 00:37:31 ---> 68e6d1664f7c 00:37:31 Step 14/22 : EXPOSE $APP_PORT 00:37:31 ---> Running in 89ae5d48a590 00:37:31 Removing intermediate container 5f4265c0ef99 00:37:31 ---> 3959439cec9c 00:37:31 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:37:31 Removing intermediate container 8c5336a6c249 00:37:31 ---> 2db452a9451a 00:37:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:31 ---> Running in 7da3386932bf 00:37:31 Removing intermediate container 89ae5d48a590 00:37:31 ---> 46ca9d6a967b 00:37:31 Step 15/23 : WORKDIR / 00:37:31 ---> ec0cdb61a615 00:37:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:31 ---> Running in bf756729e588 00:37:32 ---> f0c46fbd2911 00:37:32 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:37:32 Removing intermediate container 7da3386932bf 00:37:32 ---> 6a6b3a95ad0f 00:37:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:32 ---> 7299a3e3ce7f 00:37:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:32 Removing intermediate container bf756729e588 00:37:32 ---> 352dadb73fa7 00:37:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:32 ---> 46b25a7aebcb 00:37:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:32 ---> c4e73642ee60 00:37:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:32 ---> e14dc6f39ea5 00:37:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:32 ---> 762db4d70b28 00:37:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:32 ---> 7f1bee07df12 00:37:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:32 ---> cb75eb86f06e 00:37:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:33 ---> bc908565f769 00:37:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:33 ---> 6027dc6628ba 00:37:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:33 ---> 0e065095b041 00:37:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:33 ---> Running in b4dbf0147994 00:37:33 ---> 44093e57f3a0 00:37:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:33 ---> 187fee008678 00:37:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:33 ---> Running in e0c5b1607e63 00:37:33 Removing intermediate container b4dbf0147994 00:37:33 ---> cd7425d2028f 00:37:33 Step 18/21 : CMD ["--init=true"] 00:37:34 ---> Running in 513a115798b0 00:37:34 Removing intermediate container e0c5b1607e63 00:37:34 ---> c30914f55fe2 00:37:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:34 ---> 14f64e295f17 00:37:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:34 ---> 1c48a971e664 00:37:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:34 ---> 8250ca20caf9 00:37:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:34 ---> Running in b1f8339e68d1 00:37:34 ---> Running in e93dce77c958 00:37:34 ---> Running in 5ae2b8a5c03e 00:37:34 Removing intermediate container 513a115798b0 00:37:34 ---> 892b53ac8463 00:37:34 Step 19/21 : LABEL arch=x86_64 00:37:35 ---> Running in a444780f4c63 00:37:35 Removing intermediate container b1f8339e68d1 00:37:35 ---> 052d14956ad5 00:37:35 Step 20/22 : LABEL arch=x86_64 00:37:35 Removing intermediate container e93dce77c958 00:37:35 ---> 83b9852c17b3 00:37:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:35 Removing intermediate container 5ae2b8a5c03e 00:37:35 ---> ea7e82f98965 00:37:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:35 ---> c088390fa527 00:37:35 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:37:35 ---> Running in 497af79cfbd8 00:37:35 ---> Running in fb106295e9f3 00:37:35 ---> Running in db3edc81c0ad 00:37:35 ---> Running in f21ea5ba0be4 00:37:35 Removing intermediate container a444780f4c63 00:37:35 ---> 907d46db52df 00:37:35 Step 20/21 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:37:35 Removing intermediate container 497af79cfbd8 00:37:35 ---> e69303a050ff 00:37:35 Step 21/22 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:37:35 ---> Running in d7192f60949e 00:37:35 Removing intermediate container fb106295e9f3 00:37:35 ---> 09f1d7647e99 00:37:35 Step 21/23 : LABEL arch=x86_64 00:37:35 ---> Running in 2ecb2883cd75 00:37:36 Removing intermediate container db3edc81c0ad 00:37:36 ---> f76896ba823f 00:37:36 Step 20/22 : LABEL arch=x86_64 00:37:36 ---> Running in c7e30ca37a8a 00:37:36 ---> Running in 7256521fce71 00:37:36 Removing intermediate container d7192f60949e 00:37:36 ---> 7ed5a79fbce4 00:37:36 Step 21/21 : LABEL version=0.0.0 00:37:36 Removing intermediate container 2ecb2883cd75 00:37:36 ---> 43d21f9f80a2 00:37:36 Step 22/22 : LABEL version=0.0.0 00:37:36 ---> Running in 63e9859f2536 00:37:36 Removing intermediate container c7e30ca37a8a 00:37:36 ---> 4f5f54697f6e 00:37:36 Step 22/23 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:37:36 ---> Running in b9155b907ca7 00:37:36 Removing intermediate container 7256521fce71 00:37:36 ---> 0946e0a61551 00:37:36 Step 21/22 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:37:36 ---> Running in a60cb53bd377 00:37:36 ---> Running in 9f65bc66ac65 00:37:36 Removing intermediate container 63e9859f2536 00:37:36 ---> 7016d59854a4 00:37:36 00:37:36 Removing intermediate container b9155b907ca7 00:37:36 ---> 84363029df7f 00:37:36 00:37:37 Successfully built 84363029df7f 00:37:37 Successfully built 7016d59854a4 00:37:37 Removing intermediate container a60cb53bd377 00:37:37 ---> ffb0e674c46e 00:37:37 Step 23/23 : LABEL version=0.0.0 00:37:37 Successfully tagged docker-security-proxy-setup-go:latest 00:37:37  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:37:37 Successfully tagged docker-support-notifications-go:latest 00:37:37 Removing intermediate container 9f65bc66ac65 00:37:37  Building docker-support-notifications-go ... done Building docker-core-command-go 00:37:37 ---> 916d5a83bec5 00:37:37 Step 22/22 : LABEL version=0.0.0 00:37:37 Removing intermediate container f21ea5ba0be4 00:37:37 ---> f8c66b057839 00:37:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:37 ---> Running in e2efdf500314 00:37:37 ---> Running in 10ccb251ce25 00:37:37 ---> Running in 07805fa4080e 00:37:37 Removing intermediate container e2efdf500314 00:37:37 ---> 0904f93228c2 00:37:37 00:37:37 Removing intermediate container 10ccb251ce25 00:37:37 ---> 837efb758739 00:37:37 00:37:38 Removing intermediate container 07805fa4080e 00:37:38 ---> 3cabfa9d4eac 00:37:38 Step 22/24 : LABEL arch=x86_64 00:37:38 Successfully built 0904f93228c2 00:37:38 Successfully built 837efb758739 00:37:38 Successfully tagged docker-core-metadata-go:latest 00:37:38  Building docker-core-metadata-go ... done Building docker-core-data-go 00:37:38 Successfully tagged docker-support-scheduler-go:latest 00:37:38  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:37:38 ---> Running in 8e36fdb878ec 00:37:38 Removing intermediate container 8e36fdb878ec 00:37:38 ---> 696df59a1375 00:37:38 Step 23/24 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:37:38 ---> Running in b46c021b0004 00:37:38 Removing intermediate container b46c021b0004 00:37:38 ---> 1dbbd1573b3d 00:37:38 Step 24/24 : LABEL version=0.0.0 00:37:38 ---> Running in 32a128858d8d 00:37:39 Removing intermediate container 32a128858d8d 00:37:39 ---> 479ca8846770 00:37:39 00:37:39 Successfully built 479ca8846770 00:37:39 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:06  Building docker-security-secretstore-setup-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> c92acad7a30c 00:38:06 Step 3/30 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> 9d992af79494 00:38:06 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> cf92fecc08c8 00:38:06 Step 5/30 : RUN apk add --update --no-cache make git 00:38:06 ---> Using cache 00:38:06 ---> 7d0ade943597 00:38:06 Step 6/30 : COPY go.mod . 00:38:06 ---> Using cache 00:38:06 ---> 8316233ee502 00:38:06 Step 7/30 : RUN go mod download 00:38:06 ---> Using cache 00:38:06 ---> 447197a2466f 00:38:06 Step 8/30 : COPY . . 00:38:06 ---> Using cache 00:38:06 ---> c08cfa20ba16 00:38:06 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> c92acad7a30c 00:38:06 Step 3/26 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> 9d992af79494 00:38:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> cf92fecc08c8 00:38:06 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> c92acad7a30c 00:38:06 Step 3/23 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> 9d992af79494 00:38:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> cf92fecc08c8 00:38:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> c92acad7a30c 00:38:06 Step 3/23 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> 9d992af79494 00:38:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> cf92fecc08c8 00:38:06 Step 5/23 : RUN apk add --update --no-cache make git 00:38:06 ---> Using cache 00:38:06 ---> 7d0ade943597 00:38:06 Step 6/23 : COPY go.mod . 00:38:06 ---> Using cache 00:38:06 ---> 8316233ee502 00:38:06 Step 7/23 : RUN go mod download 00:38:06 ---> Using cache 00:38:06 ---> 447197a2466f 00:38:06 Step 8/23 : COPY . . 00:38:06 ---> Using cache 00:38:06 ---> c08cfa20ba16 00:38:06 Step 9/23 : RUN make cmd/core-command/core-command 00:38:06 ---> Running in 56d6c46d7244 00:38:06 ---> Running in 5cbc0abe8360 00:38:06 ---> Running in ad0b3fd83d50 00:38:06 ---> Running in 4bfef7827dd8 00:38:08 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:38:08 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:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 OK: 233 MiB in 51 packages 00:38:09 OK: 233 MiB in 51 packages 00:38:10 Removing intermediate container ad0b3fd83d50 00:38:10 ---> 25d8813e2836 00:38:10 Step 6/23 : COPY go.mod . 00:38:10 Removing intermediate container 4bfef7827dd8 00:38:10 ---> 541cf3714da9 00:38:10 Step 6/26 : COPY go.mod . 00:38:11 ---> 251b1c61ff1f 00:38:11 Step 7/23 : RUN go mod download 00:38:11 ---> Running in a6777f719b7c 00:38:11 ---> c310fdcdf4eb 00:38:11 Step 7/26 : RUN go mod download 00:38:11 ---> Running in a9cfeaff9bea 00:38:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:14 Removing intermediate container a6777f719b7c 00:38:14 ---> 7e6899e6a335 00:38:14 Step 8/23 : COPY . . 00:38:15 Removing intermediate container a9cfeaff9bea 00:38:15 ---> 0305f637d896 00:38:15 Step 8/26 : COPY . . 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.194s coverage: 100.0% of statements 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.141s coverage: 100.0% of statements 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 65.8% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 82.3% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:43 Removing intermediate container 5cbc0abe8360 00:38:43 ---> ff62d7b5d241 00:38:43 00:38:43 Step 10/30 : FROM alpine:3.12 00:38:43 ---> 389fef711851 00:38:43 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:43 ---> Running in 8158377aea3e 00:38:43 ---> 7f2236ec0861 00:38:43 Step 9/23 : RUN make cmd/core-data/core-data 00:38:43 ---> ba2ea826dce7 00:38:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:43 Removing intermediate container 56d6c46d7244 00:38:43 ---> d1cb2d013c98 00:38:43 00:38:43 Step 10/23 : FROM alpine:3.12 00:38:43 ---> 389fef711851 00:38:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:43 ---> Using cache 00:38:43 ---> 7614d1985d51 00:38:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:43 ---> Using cache 00:38:43 ---> a681849720db 00:38:43 Step 13/23 : ENV APP_PORT=48082 00:38:43 ---> Running in b78f67b32ce1 00:38:43 ---> Running in ef534dfa3304 00:38:43 ---> Running in 9638b25ee10b 00:38:43 Removing intermediate container 8158377aea3e 00:38:43 ---> 15fba13c7494 00:38:43 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:38:43 ---> Running in 8c5f89053fc2 00:38:43 Removing intermediate container 9638b25ee10b 00:38:43 ---> 695b1797cdf9 00:38:43 Step 14/23 : EXPOSE $APP_PORT 00:38:43 ---> Running in 425e90f950e6 00:38:43 Removing intermediate container 425e90f950e6 00:38:43 ---> aa9c5f6d6b72 00:38:43 Step 15/23 : WORKDIR / 00:38:43 ---> Running in 99337f9d6b45 00:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:38:44 Removing intermediate container 99337f9d6b45 00:38:44 ---> 908bd78b052f 00:38:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:44 (1/2) Installing dumb-init (1.2.2-r1) 00:38:44 (2/2) Installing su-exec (0.2-r1) 00:38:44 ---> 31a9ebbae5b3 00:38:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:44 Executing busybox-1.31.1-r19.trigger 00:38:44 OK: 6 MiB in 16 packages 00:38:46 ---> 02ed8c05358b 00:38:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:46 Removing intermediate container 8c5f89053fc2 00:38:46 ---> f473780e47d2 00:38:46 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:38:46 ---> Running in ddfba454b5b9 00:38:46 ---> 83aacf29c013 00:38:46 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:47 ---> Running in 366b8eadfbcd 00:38:47 Removing intermediate container ddfba454b5b9 00:38:47 ---> 7f1a6b3baf46 00:38:47 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:47 ---> Running in 9dfbfa6e1f06 00:38:47 Removing intermediate container 366b8eadfbcd 00:38:47 ---> 45df61e59a73 00:38:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:47 ---> Running in 814da4d85d43 00:38:47 Removing intermediate container 9dfbfa6e1f06 00:38:47 ---> 8fd3bd13e232 00:38:47 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:48 ---> Running in 9b29397e0710 00:38:48 Removing intermediate container 814da4d85d43 00:38:48 ---> 082d70841a1d 00:38:48 Step 21/23 : LABEL arch=x86_64 00:38:48 ---> Running in 5d2e251104a5 00:38:48 Removing intermediate container 5d2e251104a5 00:38:48 ---> 10ebe58d4513 00:38:48 Step 22/23 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:38:49 ---> Running in abdb11228d38 00:38:49 Removing intermediate container abdb11228d38 00:38:49 ---> aaefbdaa6495 00:38:49 Step 23/23 : LABEL version=0.0.0 00:38:49 ---> Running in f90cddd3ab2e 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:50 Removing intermediate container f90cddd3ab2e 00:38:50 ---> b20bddf29b89 00:38:50 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:50 Removing intermediate container 9b29397e0710 00:38:50 ---> b3a7c93968ce 00:38:50 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:38:50 Successfully built b20bddf29b89 00:38:50 Successfully tagged docker-core-command-go:latest 00:38:50  Building docker-core-command-go ... done  ---> Running in eb2fae6bf14f 00:38:50 Removing intermediate container eb2fae6bf14f 00:38:50 ---> 8ef6a052d1a0 00:38:50 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:51 ---> 64db16c01992 00:38:51 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:51 ---> Running in 8380fa6c775a 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.390s coverage: 97.5% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.121s coverage: 78.3% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:54 Removing intermediate container 8380fa6c775a 00:38:54 ---> f77d1180383a 00:38:54 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:54 ---> f19884623bde 00:38:54 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:55 ---> 6a577ce14833 00:38:55 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:56 ---> fbd69bf1ae99 00:38:56 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:56 ---> c0767a91ede5 00:38:56 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:56 ---> Running in 5a379e42dfd6 00:38:57 Removing intermediate container 5a379e42dfd6 00:38:57 ---> 5be89d63c7d0 00:38:57 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:58 ---> 69c9db8e4107 00:38:58 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:58 ---> Running in 08ea40359334 00:39:00 Removing intermediate container 08ea40359334 00:39:00 ---> 1f9fe5f812d2 00:39:00 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:39:00 ---> Running in 4cca2bf1ce0e 00:39:01 Removing intermediate container 4cca2bf1ce0e 00:39:01 ---> 15ba8e05e284 00:39:01 Step 27/30 : CMD ["gate"] 00:39:01 ---> Running in 7537f38e3c8f 00:39:02 Removing intermediate container 7537f38e3c8f 00:39:02 ---> 80ed7a9d62af 00:39:02 Step 28/30 : LABEL arch=x86_64 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.387s coverage: 92.8% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 00:39:03 ---> Running in 91eb45a67967 00:39:03 Removing intermediate container b78f67b32ce1 00:39:03 ---> 8d7c2da7c321 00:39:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:03 Removing intermediate container 91eb45a67967 00:39:03 ---> 276264541b8f 00:39:03 Step 29/30 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:39:03 ---> Running in 6428f908c3c6 00:39:05 ---> Running in 1a25a0a2a8e9 00:39:05 Removing intermediate container 1a25a0a2a8e9 00:39:05 ---> 09266c5ca7fa 00:39:05 Step 30/30 : LABEL version=0.0.0 00:39:05 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:39:05 ---> Running in dfcc942df92b 00:39:06 Removing intermediate container dfcc942df92b 00:39:06 ---> b4ad5f383354 00:39:06 00:39:06 Successfully built b4ad5f383354 00:39:06 Successfully tagged docker-security-bootstrapper-go:latest 00:39:08  Building docker-security-bootstrapper-go ... done Removing intermediate container ef534dfa3304 00:39:08 ---> 2eae09faa1f5 00:39:08 00:39:08 Step 10/23 : FROM alpine:3.12 00:39:08 ---> 389fef711851 00:39:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:08 ---> Running in e81e8ae65b49 00:39:08 Removing intermediate container 6428f908c3c6 00:39:08 ---> 926090d2d43b 00:39:08 00:39:08 Step 11/26 : FROM docker:20.10.0 00:39:08 20.10.0: Pulling from library/docker 00:39:08 Removing intermediate container e81e8ae65b49 00:39:08 ---> e563880c0820 00:39:08 Step 12/23 : ENV APP_PORT=48080 00:39:08 ---> Running in 622c6669a383 00:39:09 Removing intermediate container 622c6669a383 00:39:09 ---> 5514ad33f6e4 00:39:09 Step 13/23 : EXPOSE $APP_PORT 00:39:09 ---> Running in 0d0e85b9d846 00:39:10 Removing intermediate container 0d0e85b9d846 00:39:10 ---> 6c0f5a2c9943 00:39:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:10 ---> Running in 99dfdba1df31 00:39:12 Removing intermediate container 99dfdba1df31 00:39:12 ---> 89330253bef4 00:39:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:12 ---> Running in 503119d587aa 00:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:14 Status: Downloaded newer image for docker:20.10.0 00:39:14 ---> aefe523efa57 00:39:14 Step 12/26 : RUN apk add --no-cache bash 00:39:14 ---> Running in d9c4b93d24d5 00:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 (1/6) Installing dumb-init (1.2.2-r1) 00:39:15 (2/6) Installing libgcc (9.3.0-r2) 00:39:15 (3/6) Installing libsodium (1.0.18-r0) 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 00:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:15 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 (1/2) Installing readline (8.0.4-r0) 00:39:15 (2/2) Installing bash (5.0.17-r0) 00:39:15 Executing bash-5.0.17-r0.post-install 00:39:15 Executing busybox-1.31.1-r19.trigger 00:39:15 OK: 12 MiB in 22 packages 00:39:15 (5/6) Installing libzmq (4.3.3-r0) 00:39:15 (6/6) Installing zeromq (4.3.3-r0) 00:39:16 Executing busybox-1.31.1-r19.trigger 00:39:16 OK: 8 MiB in 20 packages 00:39:16 Removing intermediate container d9c4b93d24d5 00:39:16 ---> ecb707a87e07 00:39:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:16 ---> Running in 6629de2f5f53 00:39:16 Removing intermediate container 503119d587aa 00:39:16 ---> 390a980eff46 00:39:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:16 Removing intermediate container 6629de2f5f53 00:39:16 ---> b86257da37e2 00:39:16 Step 14/26 : ENV APP_PORT=48090 00:39:16 ---> Running in 1fc1c05f37b9 00:39:16 ---> ed39747fce58 00:39:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:16 Removing intermediate container 1fc1c05f37b9 00:39:16 ---> b19fd3c78db1 00:39:16 Step 15/26 : EXPOSE $APP_PORT 00:39:17 ---> Running in 20c6f776317e 00:39:17 Removing intermediate container 20c6f776317e 00:39:17 ---> 39b2cb8ee5ac 00:39:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:17 ---> 1e8de2006c99 00:39:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:17 ---> e78da1df4492 00:39:17 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:17 ---> 697bd578206d 00:39:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:17 ---> Running in 518f83dbfb74 00:39:18 Removing intermediate container 518f83dbfb74 00:39:18 ---> 359a8376df5a 00:39:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:18 ---> d822fa7a40b3 00:39:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:18 ---> Running in 2ffd94158de7 00:39:18 Removing intermediate container 2ffd94158de7 00:39:18 ---> 7bda35d2a12d 00:39:18 Step 21/23 : LABEL arch=x86_64 00:39:18 ---> Running in d942fba2d97d 00:39:18 ---> 28d571b5f516 00:39:18 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:18 ---> Running in a683dc0a0c16 00:39:18 Removing intermediate container d942fba2d97d 00:39:18 ---> c50fb2765cfd 00:39:18 Step 22/23 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:39:18 ---> Running in 479b0e9d4cc9 00:39:19 Removing intermediate container 479b0e9d4cc9 00:39:19 ---> d7cf1f5617ae 00:39:19 Step 23/23 : LABEL version=0.0.0 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:19 ---> Running in 186a100a6416 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:19 Removing intermediate container 186a100a6416 00:39:19 ---> 65f787111c09 00:39:19 00:39:19 (1/33) Installing libbz2 (1.0.8-r1) 00:39:19 (2/33) Installing expat (2.2.9-r1) 00:39:19 (3/33) Installing libffi (3.3-r2) 00:39:19 (4/33) Installing gdbm (1.13-r1) 00:39:19 (5/33) Installing xz-libs (5.2.5-r0) 00:39:19 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:19 (7/33) Installing python3 (3.8.5-r0) 00:39:19 Successfully built 65f787111c09 00:39:19 Successfully tagged docker-core-data-go:latest 00:39:20  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:20 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:20 (11/33) Installing py3-six (1.15.0-r0) 00:39:20 (12/33) Installing py3-packaging (20.4-r0) 00:39:20 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:20 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:20 (15/33) Installing py3-idna (2.9-r0) 00:39:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:20 (18/33) Installing py3-requests (2.23.0-r0) 00:39:20 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:20 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:20 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:20 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:21 (24/33) Installing py3-distro (1.5.0-r1) 00:39:21 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:21 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:21 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:21 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:21 (29/33) Installing py3-progress (1.5-r0) 00:39:21 (30/33) Installing py3-toml (0.10.1-r0) 00:39:21 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:21 (33/33) Installing py3-pip (20.1.1-r0) 00:39:21 Executing busybox-1.31.1-r19.trigger 00:39:21 OK: 71 MiB in 55 packages 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.578s coverage: 63.5% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 00:39:31 Removing intermediate container a683dc0a0c16 00:39:31 ---> 10402af4edb7 00:39:31 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:31 ---> Running in 5df0129dbc46 00:39:31 Collecting docker-compose==1.23.2 00:39:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.981s coverage: 68.9% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:31 Collecting docopt<0.7,>=0.6.1 00:39:31 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:32 Collecting texttable<0.10,>=0.9.0 00:39:32 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:32 Collecting docker<4.0,>=3.6.0 00:39:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:32 Collecting PyYAML<4,>=3.10 00:39:32 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.496s coverage: 37.0% of statements 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.828s coverage: 84.0% of statements 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.110s coverage: 100.0% of statements 00:39:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:34 Collecting websocket-client<1.0,>=0.32.0 00:39:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:34 Collecting dockerpty<0.5,>=0.4.1 00:39:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:35 Collecting jsonschema<3,>=2.5.1 00:39:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39: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:39:35 Collecting cached-property<2,>=1.2.0 00:39:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:35 Collecting docker-pycreds>=0.4.0 00:39:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:35 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:39:35 Collecting urllib3<1.25,>=1.21.1 00:39:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:35 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:39:35 Collecting idna<2.8,>=2.5 00:39:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:35 Installing collected packages: docopt, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, cached-property, docker-compose 00:39:35 Running setup.py install for docopt: started 00:39:36 Running setup.py install for docopt: finished with status 'done' 00:39:36 Running setup.py install for texttable: started 00:39:36 Running setup.py install for texttable: finished with status 'done' 00:39:36 Attempting uninstall: urllib3 00:39:36 Found existing installation: urllib3 1.25.9 00:39:36 Uninstalling urllib3-1.25.9: 00:39:36 Successfully uninstalled urllib3-1.25.9 00:39:37 Attempting uninstall: idna 00:39:37 Found existing installation: idna 2.9 00:39:37 Uninstalling idna-2.9: 00:39:37 Successfully uninstalled idna-2.9 00:39:37 Attempting uninstall: requests 00:39:37 Found existing installation: requests 2.23.0 00:39:37 Uninstalling requests-2.23.0: 00:39:37 Successfully uninstalled requests-2.23.0 00:39:37 Running setup.py install for PyYAML: started 00:39:38 Running setup.py install for PyYAML: finished with status 'done' 00:39:38 Running setup.py install for dockerpty: started 00:39:39 Running setup.py install for dockerpty: finished with status 'done' 00:39:39 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.506s coverage: 47.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.340s coverage: 89.4% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:42 Removing intermediate container 5df0129dbc46 00:39:42 ---> 0af7d68d1ad1 00:39:42 Step 21/26 : RUN apk --no-cache add curl 00:39:42 ---> Running in 322580165e1a 00:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:43 (2/3) Installing libcurl (7.69.1-r3) 00:39:43 (3/3) Installing curl (7.69.1-r3) 00:39:43 Executing busybox-1.31.1-r19.trigger 00:39:43 OK: 72 MiB in 58 packages 00:39:44 Removing intermediate container 322580165e1a 00:39:44 ---> 819cd8ab5507 00:39:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:44 ---> Running in b4d021cc0fad 00:39:44 Removing intermediate container b4d021cc0fad 00:39:44 ---> ef5c3caef3a6 00:39:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:44 ---> Running in e4ab9380cb56 00:39:44 Removing intermediate container e4ab9380cb56 00:39:44 ---> 4caa7b947ee0 00:39:44 Step 24/26 : LABEL arch=x86_64 00:39:44 ---> Running in 5f1dbc67450c 00:39:44 Removing intermediate container 5f1dbc67450c 00:39:44 ---> 1803026712d8 00:39:44 Step 25/26 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:39:44 ---> Running in 79a4325e2591 00:39:45 Removing intermediate container 79a4325e2591 00:39:45 ---> d7496372a207 00:39:45 Step 26/26 : LABEL version=0.0.0 00:39:45 ---> Running in de75d6c4be71 00:39:46 Removing intermediate container de75d6c4be71 00:39:46 ---> ed82c344a5e4 00:39:46 00:39:46 Successfully built ed82c344a5e4 00:39:46 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:46  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:46 $ docker stop --time=1 f840d1a905f8b331d48d4d509fcfe0c3043b66b799cccf115eaf03c174e3a99c 00:39:48 $ docker rm -f f840d1a905f8b331d48d4d509fcfe0c3043b66b799cccf115eaf03c174e3a99c [Pipeline] // withDockerContainer [Pipeline] sh 00:39:49 + docker images 00:39:49 + grep docker 00:39:49 docker-sys-mgmt-agent-go latest ed82c344a5e4 4 seconds ago 313MB 00:39:49 docker-core-data-go latest 65f787111c09 30 seconds ago 22.3MB 00:39:49 docker-security-bootstrapper-go latest b4ad5f383354 44 seconds ago 18MB 00:39:49 docker-core-command-go latest b20bddf29b89 About a minute ago 16.9MB 00:39:49 docker-security-secretstore-setup-go latest 479ca8846770 2 minutes ago 24.6MB 00:39:49 docker-support-scheduler-go latest 837efb758739 2 minutes ago 17MB 00:39:49 docker-core-metadata-go latest 0904f93228c2 2 minutes ago 18.8MB 00:39:49 docker-support-notifications-go latest 84363029df7f 2 minutes ago 17.6MB 00:39:49 docker-security-proxy-setup-go latest 7016d59854a4 2 minutes ago 24.4MB 00:39:49 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.531s coverage: 29.1% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.170s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:39:51 GO111MODULE=on go vet ./... 00:40:05 Still waiting to schedule task 00:40:05 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:00 Running on prd-ubuntu18.04-docker-8c-8g-26542 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws 00:41:00 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:41:03 using credential edgex-jenkins-ssh 00:41:03 Cloning the remote Git repository 00:41:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:03 > git init /w/workspace/edgex-go/4 # timeout=10 00:41:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:03 > git --version # timeout=10 00:41:03 > git --version # 'git version 2.17.1' 00:41:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:13 gofmt -l . 00:41:13 [ "`gofmt -l .`" = "" ] 00:41:13 ./bin/test-go-mod-tidy.sh 00:41:13 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:15 + ls -al . 00:41:15 total 732 00:41:15 drwxrwxr-x 9 1001 1001 4096 Feb 16 00:41 . 00:41:15 drwxr-xr-x 4 root root 4096 Feb 16 00:36 .. 00:41:15 -rw-rw-r-- 1 1001 1001 11 Feb 16 00:35 .dockerignore 00:41:15 drwxrwxr-x 8 1001 1001 4096 Feb 16 00:35 .git 00:41:15 drwxrwxr-x 3 1001 1001 4096 Feb 16 00:35 .github 00:41:15 -rw-rw-r-- 1 1001 1001 818 Feb 16 00:35 .gitignore 00:41:15 -rw-rw-r-- 1 1001 1001 166 Feb 16 00:35 .sonarcloud.properties 00:41:15 -rw-rw-r-- 1 1001 1001 8475 Feb 16 00:35 Attribution.txt 00:41:15 -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:35 CONTRIBUTING.md 00:41:15 -rw-rw-r-- 1 1001 1001 931 Feb 16 00:35 Dockerfile.build 00:41:15 -rw-rw-r-- 1 1001 1001 863 Feb 16 00:35 Jenkinsfile 00:41:15 -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:35 LICENSE 00:41:15 -rw-rw-r-- 1 1001 1001 5774 Feb 16 00:35 Makefile 00:41:15 -rw-rw-r-- 1 1001 1001 6524 Feb 16 00:35 README.md 00:41:15 -rw-rw-r-- 1 1001 1001 6755 Feb 16 00:35 SECURITY.md 00:41:15 -rw-rw-r-- 1 1001 1001 5 Feb 16 00:31 VERSION 00:41:15 -rw-rw-r-- 1 1001 1001 4131 Feb 16 00:35 ZMQWindows.md 00:41:15 drwxrwxr-x 2 1001 1001 4096 Feb 16 00:35 bin 00:41:15 drwxrwxr-x 14 1001 1001 4096 Feb 16 00:35 cmd 00:41:15 -rw-r--r-- 1 root root 595676 Feb 16 00:39 coverage.out 00:41:15 -rw-r--r-- 1 root root 1054 Feb 16 00:41 go.mod 00:41:15 -rw-r--r-- 1 root root 19518 Feb 16 00:41 go.sum 00:41:15 drwxrwxr-x 8 1001 1001 4096 Feb 16 00:35 internal 00:41:15 drwxrwxr-x 4 1001 1001 4096 Feb 16 00:35 openapi 00:41:15 drwxrwxr-x 4 1001 1001 4096 Feb 16 00:35 snap 00:41:15 -rw-rw-r-- 1 1001 1001 168 Feb 16 00:35 version.go [Pipeline] sh 00:41:16 + '[' -e coverage.out ] 00:41:16 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:16 Warning: overwriting stash ‘coverage-report’ 00:41:17 Stashed 1 file(s) [Pipeline] sh 00:41:18 + make build 00:41:18 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:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:29 Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 00:41:29 Merge succeeded, producing 15c1b092ee54e8428fe4b6fe861a00ce8e362dc5 00:41:29 Checking out Revision 15c1b092ee54e8428fe4b6fe861a00ce8e362dc5 (PR-3164) 00:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:29 > git config core.sparsecheckout # timeout=10 00:41:29 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 00:41:29 > git remote # timeout=10 00:41:29 > git config --get remote.origin.url # timeout=10 00:41:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:29 > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 00:41:29 > git rev-parse HEAD^{commit} # timeout=10 00:41:29 > git config core.sparsecheckout # timeout=10 00:41:29 > git checkout -f 15c1b092ee54e8428fe4b6fe861a00ce8e362dc5 # timeout=10 00:41:33 Commit message: "Merge commit '3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0' into HEAD" 00:41:33 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:41:33 > git rev-list --no-walk af99c5729365c0d710caa2725c807af652ffea64 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 00:41:34 + echo snap-build.sh 00:41:34 snap-build.sh 00:41:34 + SNAP_BASE_DIR=. 00:41:34 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:41:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:41:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:41:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:41:34 + cd /w/workspace/edgex-go/4 00:41:34 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:34 Reading package lists... 00:41:34 Building dependency tree... 00:41:34 Reading state information... 00:41:34 The following packages were automatically installed and are no longer required: 00:41:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:34 uidmap xdelta3 00:41:34 Use 'sudo apt autoremove' to remove them. 00:41:34 The following packages will be REMOVED: 00:41:34 lxd* lxd-client* 00:41:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:35 After this operation, 31.7 MB disk space will be freed. 00:41: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:41:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:37 Removing lxd dnsmasq configuration 00:41:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41: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:41:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:40 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:40 Processing triggers for ureadahead (0.100.0-21) ... 00:41:41 + sudo snap remove --purge lxd 00:41:42 snap "lxd" is not installed 00:41:42 + sudo groupadd --force --system lxd 00:41:42 ++ whoami 00:41:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:42 + newgrp - lxd 00:41:42 + sudo snap install lxd 00:41:52 2021-02-16T00:41:49Z INFO Waiting for automatic snapd restart... 00:41:53 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:59 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:04 lxd 4.11 from Canonical* installed 00:42:04 + sudo lxd init --auto 00:42: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:42: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:42:12 + sudo snap install --classic snapcraft 00:42:13 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:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:20 snapcraft 4.5.1 from Canonical* installed 00:42:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:20 + patch --verbose -p1 00:42:20 Hmm... Looks like a unified diff to me... 00:42:20 The text leading up to this was: 00:42:20 -------------------------- 00:42:20 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:20 |From: Tony Espy 00:42:20 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:20 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:20 | 00:42:20 |This patch is used by the EdgeX CI pipeline builds to 00:42:20 |optimize the snap CI check run for pull requests. When 00:42:20 |applied, it essentially strips out everything (apps and 00:42:20 |parts) from the snapcraft.yaml file except those required 00:42:20 |to build edgex-go, as the whole idea of the CI check is to 00:42:20 |catch changes to edgex-go that break the snap build. 00:42:20 | 00:42:20 |In general, anyone updating snapcraft.yaml will also need 00:42:20 |to update this patch file, otherwise it may fail to apply, 00:42:20 |resulting in a failed snap build CI check in the associated 00:42:20 |pull request. 00:42:20 | 00:42:20 |Note - in addition to applying this patch, the pipeline also 00:42:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:20 |need to build the finally binary .snap file (and it won't 00:42:20 |work with the patch applied). This further reduces the build 00:42:20 |time. 00:42:20 |--- 00:42:20 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:20 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:20 | 00:42:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:20 |index 1e537489..faf42425 100644 00:42:20 |--- a/snap/snapcraft.yaml 00:42:20 |+++ b/snap/snapcraft.yaml 00:42:20 -------------------------- 00:42:20 patching file snap/snapcraft.yaml 00:42:20 Using Plan A... 00:42:20 Hunk #1 succeeded at 73. 00:42:20 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:42:20 Hunk #3 succeeded at 217 (offset 3 lines). 00:42:20 Hunk #4 succeeded at 225 (offset 3 lines). 00:42:20 Hunk #5 succeeded at 232 (offset 3 lines). 00:42:20 Hunk #6 succeeded at 259 (offset 3 lines). 00:42:20 Hunk #7 succeeded at 293 (offset 3 lines). 00:42:20 Hunk #8 succeeded at 352 (offset 11 lines). 00:42:20 Hmm... Ignoring the trailing garbage. 00:42:20 done 00:42:20 + sudo snapcraft prime --use-lxd 00:42:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:21 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:42:21 - README.md 00:42:21 - snapcraft.yaml.orig 00:42:21 00:42:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:21 Launching a container. 00:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:32 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:34 Waiting for container to be ready 00:42:34 To start your first instance, try: lxc launch ubuntu:18.04 00:42:34 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:42:37 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:37 Waiting for network to be ready... 00:42:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:42:38 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:42:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:42:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:42:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:42:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:42:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:42:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:42:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:42:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:42:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:42:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:42:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:42:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:42:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:42:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:42:42 Fetched 23.9 MB in 4s (5865 kB/s) 00:42:42 Reading package lists... 00:42:43 Reading package lists... 00:42:43 Building dependency tree... 00:42:43 Reading state information... 00:42:43 The following additional packages will be installed: 00:42:43 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:43 Suggested packages: 00:42:43 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:43 Recommended packages: 00:42:43 gnupg libsasl2-modules 00:42:43 The following NEW packages will be installed: 00:42:43 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:43 The following packages will be upgraded: 00:42:43 gpg gpg-agent gpgconf libudev1 00:42:43 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:42:43 Need to get 3532 kB of archives. 00:42:43 After this operation, 13.3 MB of additional disk space will be used. 00:42:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [Pipeline] } 00:42:43 $ docker stop --time=1 9b215a56846ba1599d445b18b4644d2539d363cbf119c2662dbbdb02fcd411a9 00:42:44 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:42:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:42:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:42:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:42:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:42:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:42:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:42:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:42:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:42:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:44 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:44 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:44 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:44 debconf: delaying package configuration, since apt-utils is not installed 00:42:44 Fetched 3532 kB in 1s (3210 kB/s) 00:42:44 (Reading database ... 12511 files and directories currently installed.) 00:42:44 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:42:45 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:45 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:42:45 Selecting previously unselected package udev. 00:42:45 (Reading database ... 12511 files and directories currently installed.) 00:42:45 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:42:45 Unpacking udev (237-3ubuntu10.44) ... 00:42:45 Selecting previously unselected package libfuse2:amd64. 00:42:45 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:45 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:45 Selecting previously unselected package fuse. 00:42:45 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:45 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:45 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:45 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:45 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:45 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:45 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:46 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:46 Selecting previously unselected package libksba8:amd64. 00:42:46 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:46 Unpacking libksba8:amd64 (1.3.5-2) ... 00:42:46 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:46 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:46 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:46 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 $ docker rm -f 9b215a56846ba1599d445b18b4644d2539d363cbf119c2662dbbdb02fcd411a9 00:42:46 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:46 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:46 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:46 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:46 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:46 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:46 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:47 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:47 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:47 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:47 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:47 Selecting previously unselected package libsasl2-2:amd64. 00:42:47 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:47 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:47 Selecting previously unselected package libldap-common. 00:42:47 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:42:47 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:42:47 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:47 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:42:47 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:42:47 Selecting previously unselected package dirmngr. 00:42:47 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:47 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:42:47 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:42:47 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:42:47 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [Pipeline] // withDockerContainer 00:42:47 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:47 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:47 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:42:47 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:47 Setting up udev (237-3ubuntu10.44) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:48 invoke-rc.d: policy-rc.d denied execution of start. 00:42:48 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Processing triggers for systemd (237-3ubuntu10) ... 00:42:48 Setting up fuse (2.9.7-1ubuntu1) ... 00:42:48 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:42:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:48 00:42:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:48 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:48 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:42:48 Setting up dirmngr (2.2.4-1ubuntu1.3) ... [Pipeline] isUnix [Pipeline] sh 00:42:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:49 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:49 29e5d40040c1: Pulling fs layer 00:42:49 1ce36da41761: Pulling fs layer 00:42:49 25b303627fd3: Pulling fs layer 00:42:49 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:42:49 settings in the [Install] section, and DefaultInstance for template units). 00:42:49 This means they are not meant to be enabled using systemctl. 00:42:49 Possible reasons for having this kind of units are: 00:42:49 1) A unit may be statically enabled by being symlinked from another unit's 00:42:49 .wants/ or .requires/ directory. 00:42:49 2) A unit's purpose may be to act as a helper for some other unit which has 00:42:49 a requirement dependency on it. 00:42:49 3) A unit may be started when needed via activation (socket, path, timer, 00:42:49 D-Bus, udev, scripted systemctl call, ...). 00:42:49 4) In case of template units, the unit is meant to be enabled with some 00:42:49 instance name specified. 00:42:49 29e5d40040c1: Verifying Checksum 00:42:49 29e5d40040c1: Download complete 00:42:49 Reading package lists... 00:42:49 Building dependency tree... 00:42:49 Reading state information... 00:42:49 The following additional packages will be installed: 00:42:49 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:42:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:42:49 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:42:49 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:42:49 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:42:49 Suggested packages: 00:42:49 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:42:49 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:42:49 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:42:49 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:42:49 systemd-container policykit-1 00:42:49 Recommended packages: 00:42:49 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:42:50 The following NEW packages will be installed: 00:42:50 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:42:50 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:42:50 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:42:50 multiarch-support openssh-client python3 python3-minimal python3.6 00:42:50 python3.6-minimal snapd squashfs-tools sudo 00:42:50 The following packages will be upgraded: 00:42:50 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:42:50 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:42:50 Need to get 35.2 MB of archives. 00:42:50 After this operation, 141 MB of additional disk space will be used. 00:42:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:42:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:42:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:42:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:42:50 1ce36da41761: Verifying Checksum 00:42:50 1ce36da41761: Download complete 00:42:50 29e5d40040c1: Pull complete 00:42:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:42:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:42:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:42:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:42:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:42:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:42:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:42:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:42:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:42:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:42:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:42:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:42:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:42:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:42:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:42:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:42:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:42:51 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:42:51 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:42:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:42:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:42:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:42:51 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:42:51 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:42:51 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:42:51 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:42:51 debconf: delaying package configuration, since apt-utils is not installed 00:42:51 Fetched 35.2 MB in 1s (23.8 MB/s) 00:42:51 (Reading database ... 12757 files and directories currently installed.) 00:42:51 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:42:51 1ce36da41761: Pull complete 00:42:51 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:52 25b303627fd3: Verifying Checksum 00:42:52 25b303627fd3: Download complete 00:42:52 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:42:52 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:52 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:42:52 (Reading database ... 12757 files and directories currently installed.) 00:42:52 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:42:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:52 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:42:52 (Reading database ... 12757 files and directories currently installed.) 00:42:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:42:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:53 Setting up apt (1.6.12ubuntu0.2) ... 00:42:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:42:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:42:53 (Reading database ... 12764 files and directories currently installed.) 00:42:53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:53 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:54 Selecting previously unselected package libpython3.6-minimal:amd64. 00:42:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:54 Selecting previously unselected package libexpat1:amd64. 00:42:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:42:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:54 Selecting previously unselected package python3.6-minimal. 00:42:54 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:54 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:54 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:54 Checking for services that may need to be restarted...done. 00:42:54 Checking for services that may need to be restarted...done. 00:42:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:55 Selecting previously unselected package python3-minimal. 00:42:55 (Reading database ... 13012 files and directories currently installed.) 00:42:55 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:42:55 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:42:55 Selecting previously unselected package mime-support. 00:42:55 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:42:55 Unpacking mime-support (3.60ubuntu1) ... 00:42:55 Selecting previously unselected package libmpdec2:amd64. 00:42:55 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:42:55 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:55 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:42:55 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:56 Selecting previously unselected package python3.6. 00:42:56 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:56 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:56 Selecting previously unselected package libpython3-stdlib:amd64. 00:42:56 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:42:56 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:56 Setting up python3-minimal (3.6.7-1~18.04) ... 00:42:56 Selecting previously unselected package python3. 00:42:56 (Reading database ... 13442 files and directories currently installed.) 00:42:56 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:42:56 Unpacking python3 (3.6.7-1~18.04) ... 00:42:56 Selecting previously unselected package multiarch-support. 00:42:56 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:42:56 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:42:56 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:42:57 Selecting previously unselected package liblzo2-2:amd64. 00:42:57 (Reading database ... 13479 files and directories currently installed.) 00:42:57 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:42:57 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:42:57 Selecting previously unselected package libbsd0:amd64. 00:42:57 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:42:57 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:57 Selecting previously unselected package sudo. 00:42:57 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:42:57 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:42:57 Selecting previously unselected package apparmor. 00:42:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:42:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:42:57 Selecting previously unselected package libedit2:amd64. 00:42:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:42:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:42:57 Selecting previously unselected package libkrb5support0:amd64. 00:42:57 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:42:57 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:57 Selecting previously unselected package libk5crypto3:amd64. 00:42:57 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:42:57 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:57 Selecting previously unselected package libkeyutils1:amd64. 00:42:57 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:42:57 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:57 Selecting previously unselected package libkrb5-3:amd64. 00:42:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:42:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:42:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:42:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:58 Selecting previously unselected package libssl1.0.0:amd64. 00:42:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:42:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:58 Selecting previously unselected package openssh-client. 00:42:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:42:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:58 Selecting previously unselected package squashfs-tools. 00:42:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:42:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:58 Selecting previously unselected package snapd. 00:42:58 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:42:58 Unpacking snapd (2.48.3+18.04) ... 00:43:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:01 Setting up mime-support (3.60ubuntu1) ... 00:43:01 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:01 Setting up systemd (237-3ubuntu10.44) ... 00:43:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:02 25b303627fd3: Pull complete 00:43:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:02 prd-ubuntu18.04-docker-arm64-4c-16g-26538 does not seem to be running inside a container 00:43:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:03 Setting up python3 (3.6.7-1~18.04) ... 00:43:03 running python rtupdate hooks for python3.6... 00:43:03 running python post-rtupdate hooks for python3.6... 00:43:03 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:05 Setting up snapd (2.48.3+18.04) ... 00:43:05 $ docker top f4332a8a02ed96f86c04fa24de495807b0e493f60d929b2fd130047e394f73c8 -eo pid,comm 00:43:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [Pipeline] { [Pipeline] sh 00:43:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:06 + grep parallel 00:43:06 + docker-compose build --help 00:43:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:07 /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:43:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:07 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:08 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:08 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:09 Reading package lists... 00:43:09 Reading package lists... 00:43:09 Building dependency tree... 00:43:09 Reading state information... 00:43:10 Calculating upgrade... 00:43:10 The following packages will be upgraded: 00:43:10 advancecomp base-files bash binutils binutils-common 00:43:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:10 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:10 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:10 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:10 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:10 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:10 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:10 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:10 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:43:10 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:10 Need to get 63.8 MB of archives. 00:43:10 After this operation, 5188 kB of additional disk space will be used. 00:43:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:43:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:43:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:10 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:43:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:10 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:10 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:10 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:43:10 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:43:10 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:10 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:10 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:43:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:43:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:43:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:43:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:43:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:43:10 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:43:10 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:10 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:11 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:11 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:11 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:11 --parallel Build images in parallel. [Pipeline] } 00:43:11 $ docker stop --time=1 f4332a8a02ed96f86c04fa24de495807b0e493f60d929b2fd130047e394f73c8 00:43:11 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:11 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:11 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:11 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:11 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:11 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:11 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:11 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:11 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:11 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:11 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:11 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:11 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:11 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:11 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:11 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:11 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:11 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:11 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:43:11 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:43:11 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:11 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:43:11 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:11 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:43:11 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:11 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:11 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:11 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:11 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:43:11 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:11 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:11 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:43:11 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:11 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:11 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:11 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:12 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:12 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:12 debconf: delaying package configuration, since apt-utils is not installed 00:43:12 Fetched 63.8 MB in 2s (33.6 MB/s) 00:43:12 (Reading database ... 13912 files and directories currently installed.) 00:43:12 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:12 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:43:13 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:43:13 $ docker rm -f f4332a8a02ed96f86c04fa24de495807b0e493f60d929b2fd130047e394f73c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:14 . [Pipeline] withDockerContainer 00:43:14 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:14 prd-ubuntu18.04-docker-arm64-4c-16g-26538 does not seem to be running inside a container 00:43:14 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:15 (Reading database ... 13911 files and directories currently installed.) 00:43:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:15 (Reading database ... 13911 files and directories currently installed.) 00:43:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:15 (Reading database ... 13911 files and directories currently installed.) 00:43:15 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:43:15 $ docker top 5891a03a90dcd1dba09ca42ac5f284d60f2ada3dc91bfccbaf37ac047fe4928b -eo pid,comm 00:43:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] { [Pipeline] sh 00:43:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:16 (Reading database ... 13911 files and directories currently installed.) 00:43:16 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:16 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:16 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:17 Setting up base-files (10.1ubuntu2.10) ... 00:43:17 Installing new version of config file /etc/issue ... 00:43:17 Installing new version of config file /etc/issue.net ... 00:43:17 Installing new version of config file /etc/lsb-release ... 00:43:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:17 Removing obsolete conffile /etc/default/motd-news ... 00:43:17 (Reading database ... 13912 files and directories currently installed.) 00:43:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:17 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:17 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:43:17 (Reading database ... 13912 files and directories currently installed.) 00:43:17 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:17 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:17 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:18 (Reading database ... 13912 files and directories currently installed.) 00:43:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:18 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:18 (Reading database ... 13912 files and directories currently installed.) 00:43:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:18 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:18 (Reading database ... 13912 files and directories currently installed.) 00:43:18 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:18 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:18 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:18 (Reading database ... 13912 files and directories currently installed.) 00:43:18 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:19 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:19 (Reading database ... 13912 files and directories currently installed.) 00:43:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:19 Setting up grep (3.1-2build1) ... 00:43:19 (Reading database ... 13912 files and directories currently installed.) 00:43:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:19 Setting up login (1:4.5-1ubuntu2) ... 00:43:19 (Reading database ... 13912 files and directories currently installed.) 00:43:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:19 (Reading database ... 13912 files and directories currently installed.) 00:43:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:19 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:21 (Reading database ... 13912 files and directories currently installed.) 00:43:21 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 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-security-secretstore-setup-go 00:43:22 Building docker-core-command-go 00:43:22 Building docker-support-notifications-go 00:43:22 Building docker-support-scheduler-go 00:43:22 Building docker-core-metadata-go 00:43:22 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:22 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:22 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:22 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:23 (Reading database ... 13912 files and directories currently installed.) 00:43:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:23 (Reading database ... 13912 files and directories currently installed.) 00:43:23 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:23 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:23 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:23 (Reading database ... 13912 files and directories currently installed.) 00:43:23 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:23 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:23 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:23 (Reading database ... 13912 files and directories currently installed.) 00:43:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:24 (Reading database ... 13912 files and directories currently installed.) 00:43:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:24 (Reading database ... 13912 files and directories currently installed.) 00:43:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:24 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:24 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:24 (Reading database ... 13912 files and directories currently installed.) 00:43:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:24 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:25 (Reading database ... 13912 files and directories currently installed.) 00:43:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:25 (Reading database ... 13912 files and directories currently installed.) 00:43:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:25 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:25 (Reading database ... 13912 files and directories currently installed.) 00:43:25 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:25 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:26 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:26 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:26 (Reading database ... 13912 files and directories currently installed.) 00:43:26 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:26 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:26 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:26 (Reading database ... 13912 files and directories currently installed.) 00:43:26 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:26 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:27 (Reading database ... 13914 files and directories currently installed.) 00:43:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:27 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:27 Setting up debconf (1.5.66ubuntu1) ... 00:43:27 (Reading database ... 13914 files and directories currently installed.) 00:43:27 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:43:27 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:28 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:43:28 (Reading database ... 13914 files and directories currently installed.) 00:43:28 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:43:28 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:28 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:43:28 (Reading database ... 13914 files and directories currently installed.) 00:43:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:28 (Reading database ... 13914 files and directories currently installed.) 00:43:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:29 (Reading database ... 13914 files and directories currently installed.) 00:43:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:29 (Reading database ... 13914 files and directories currently installed.) 00:43:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:43:29 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:29 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:29 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:29 (Reading database ... 13914 files and directories currently installed.) 00:43:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:30 (Reading database ... 13914 files and directories currently installed.) 00:43:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:30 (Reading database ... 13914 files and directories currently installed.) 00:43:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:30 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:30 (Reading database ... 13914 files and directories currently installed.) 00:43:30 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:30 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:30 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:30 (Reading database ... 13914 files and directories currently installed.) 00:43:30 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:30 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:31 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:31 (Reading database ... 13914 files and directories currently installed.) 00:43:31 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:31 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:31 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:43:31 (Reading database ... 13914 files and directories currently installed.) 00:43:31 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:31 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:32 (Reading database ... 13914 files and directories currently installed.) 00:43:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:32 (Reading database ... 13914 files and directories currently installed.) 00:43:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:32 (Reading database ... 13914 files and directories currently installed.) 00:43:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:32 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:32 (Reading database ... 13914 files and directories currently installed.) 00:43:32 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:32 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:33 (Reading database ... 13914 files and directories currently installed.) 00:43:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:33 (Reading database ... 13915 files and directories currently installed.) 00:43:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:33 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:33 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:43:34 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:43:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:34 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:34 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:35 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:43:35 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:43:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:36 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:43:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:43 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:43:44 00:43:44 Current default time zone: 'Etc/UTC' 00:43:44 Local time is now: Tue Feb 16 00:43:43 UTC 2021. 00:43:44 Universal Time is now: Tue Feb 16 00:43:43 UTC 2021. 00:43:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:44 00:43:44 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:43:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:44 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:43:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:43:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:44 Setting up patch (2.7.6-2ubuntu1.1) ... 00:43:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:43:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:43:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:44 Installing new version of config file /etc/ssl/openssl.cnf ... 00:43:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:43:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:43:45 Setting up ca-certificates (20210119~18.04.1) ... 00:43:47 Updating certificates in /etc/ssl/certs... 00:43:48 23 added, 27 removed; done. 00:43:48 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:43:48 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:48 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:43:48 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:43:48 Setting up pkgbinarymangler (138.18.04.1) ... 00:43:48 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:48 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up perl (5.26.1-6ubuntu0.5) ... 00:43:48 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:43:48 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:43:48 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:43:48 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:43:48 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:43:48 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:43:48 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:43:48 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:43:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:48 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:48 Processing triggers for mime-support (3.60ubuntu1) ... 00:43:48 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:43:48 Updating certificates in /etc/ssl/certs... 00:43:49 0 added, 0 removed; done. 00:43:49 Running hooks in /etc/ca-certificates/update.d... 00:43:49 done. 00:43:50 Reading package lists... 00:43:50 Building dependency tree... 00:43:50 Reading state information... 00:43:50 The following NEW packages will be installed: 00:43:50 apt-transport-https 00:43:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:43:50 Need to get 1696 B of archives. 00:43:50 After this operation, 153 kB of additional disk space will be used. 00:43:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:43:50 debconf: delaying package configuration, since apt-utils is not installed 00:43:50 Fetched 1696 B in 0s (8405 B/s) 00:43:50 Selecting previously unselected package apt-transport-https. 00:43:50 (Reading database ... 13920 files and directories currently installed.) 00:43:50 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:43:50 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:43:50 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:43:51 Waiting for network to be ready... 00:43:55 2021-02-16T00:43:54Z INFO Waiting for automatic snapd restart... 00:43:55 snapd 2.48.2.1 from Canonical* installed 00:43:55 "snapd" switched to the "latest/stable" channel 00:43:55 00:43:59 core18 20210128 from Canonical* installed 00:43:59 "core18" switched to the "latest/stable" channel 00:43:59 00:44:02 snapcraft 4.5.1 from Canonical* installed 00:44:02 "snapcraft" switched to the "latest/stable" channel 00:44:02 00:44:05 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:44:05 - README.md 00:44:05 - snapcraft.yaml.orig 00:44:05 00:44:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:13 Reading package lists... 00:44:13 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:44:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:20 Reading package lists... 00:44:20 Building dependency tree... 00:44:20 Reading state information... 00:44:20 Suggested packages: 00:44:20 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:20 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:20 Recommended packages: 00:44:20 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:20 The following NEW packages will be installed: 00:44:20 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:20 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:20 pkg-config zip 00:44:20 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:20 Need to get 7655 kB of archives. 00:44:20 After this operation, 43.7 MB of additional disk space will be used. 00:44:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:44:20 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:20 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:20 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:44:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:21 debconf: delaying package configuration, since apt-utils is not installed 00:44:21 Fetched 7655 kB in 1s (7096 kB/s) 00:44:21 Selecting previously unselected package libglib2.0-0:amd64. 00:44:21 (Reading database ... 13924 files and directories currently installed.) 00:44:21 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:44:21 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:22 Selecting previously unselected package libpsl5:amd64. 00:44:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:22 Selecting previously unselected package libnghttp2-14:amd64. 00:44:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:22 Selecting previously unselected package librtmp1:amd64. 00:44:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:22 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:44:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:22 Selecting previously unselected package liberror-perl. 00:44:22 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:22 Unpacking liberror-perl (0.17025-1) ... 00:44:22 Selecting previously unselected package git-man. 00:44:22 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:22 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:22 Selecting previously unselected package git. 00:44:22 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:22 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:23 Selecting previously unselected package libnorm1:amd64. 00:44:23 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:23 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:23 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:23 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:23 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:23 Selecting previously unselected package libsodium23:amd64. 00:44:23 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:23 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:23 Selecting previously unselected package libzmq5:amd64. 00:44:23 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:23 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:23 Selecting previously unselected package libzmq3-dev:amd64. 00:44:23 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:23 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:24 Selecting previously unselected package pkg-config. 00:44:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:24 Selecting previously unselected package zip. 00:44:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:24 Unpacking zip (3.0-11build1) ... 00:44:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:24 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:24 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:24 Setting up liberror-perl (0.17025-1) ... 00:44:24 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:24 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:24 No schema files found: doing nothing. 00:44:24 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:24 Setting up zip (3.0-11build1) ... 00:44:24 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:24 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:24 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:24 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:24 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 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 ---> f58ee38fc393 00:44:30 Step 3/23 : 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 ---> f58ee38fc393 00:44:30 Step 3/24 : WORKDIR /edgex-go 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 ---> f58ee38fc393 00:44:30 Step 3/22 : WORKDIR /edgex-go 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 ---> f58ee38fc393 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 ---> f58ee38fc393 00:44:30 Step 3/23 : WORKDIR /edgex-go 00:44:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:31 git set to automatically installed. 00:44:31 git-man set to automatically installed. 00:44:31 libcurl3-gnutls set to automatically installed. 00:44:31 liberror-perl set to automatically installed. 00:44:31 libglib2.0-0 set to automatically installed. 00:44:31 libnghttp2-14 set to automatically installed. 00:44:31 libnorm1 set to automatically installed. 00:44:31 libpgm-5.2-0 set to automatically installed. 00:44:31 libpsl5 set to automatically installed. 00:44:31 librtmp1 set to automatically installed. 00:44:31 libsodium23 set to automatically installed. 00:44:31 libzmq3-dev set to automatically installed. 00:44:31 libzmq5 set to automatically installed. 00:44:31 pkg-config set to automatically installed. 00:44:31 zip set to automatically installed. 00:44:32 ---> Running in 0e767160a75d 00:44:32 ---> Running in e84717c52e3c 00:44:32 ---> Running in e0606ee8c5c1 00:44:32 ---> Running in 4ed3d4089061 00:44:32 ---> Running in 65b3e63518b1 00:44:32 Removing intermediate container 0e767160a75d 00:44:32 ---> 2e1906cbbabe 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 e0606ee8c5c1 00:44:32 ---> f770598e937e 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 65b3e63518b1 00:44:32 ---> 08bcbcfe5f62 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 4ed3d4089061 00:44:32 ---> 065aaf7e1bd6 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 e84717c52e3c 00:44:32 ---> 9000a93d4474 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 ---> Running in df5e6b74d4c8 00:44:32 ---> Running in d1552ef35198 00:44:32 ---> Running in a305b29ee84e 00:44:33 ---> Running in 040d289e5469 00:44:33 ---> Running in 8d1f8fbcc501 00:44:33 snapd is not logged in, snap install commands will use sudo 00:44:36 Removing intermediate container df5e6b74d4c8 00:44:36 ---> 514effe097d6 00:44:36 Step 5/23 : RUN apk add --update --no-cache make git 00:44:36 ---> Running in 26ab5e06fa87 00:44:37 Removing intermediate container d1552ef35198 00:44:37 ---> bf6a4fcc02b7 00:44:37 Step 5/24 : RUN apk add --update --no-cache make git 00:44:37 Removing intermediate container a305b29ee84e 00:44:37 ---> 697c782de2d1 00:44:37 Step 5/22 : RUN apk add --update --no-cache make git 00:44:37 Removing intermediate container 040d289e5469 00:44:37 ---> b96622855fa5 00:44:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:37 ---> Running in d8a1ff65f305 00:44:37 ---> Running in bd83d7b5bfad 00:44:37 Removing intermediate container 8d1f8fbcc501 00:44:37 ---> 4e716a87562f 00:44:37 Step 5/23 : RUN apk add --update --no-cache make git 00:44:37 ---> Running in 684c322de258 00:44:37 ---> Running in 459febf656e5 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/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/main/aarch64/APKINDEX.tar.gz 00:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:39 OK: 217 MiB in 51 packages 00:44:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:40 snap "core18" has no updates available 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:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:40 Pulling config-common 00:44:40 + snapcraftctl pull 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 Removing intermediate container 26ab5e06fa87 00:44:40 ---> 54e26334376c 00:44:40 Step 6/23 : COPY go.mod . 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:42 Pulling go-build-helper 00:44:42 + snapcraftctl pull 00:44:42 ---> e2dce8ffa802 00:44:42 Step 7/23 : RUN go mod download 00:44:42 ---> Running in 58ec60dd33d9 00:44:42 Removing intermediate container bd83d7b5bfad 00:44:42 ---> 579d5ea2e061 00:44:42 Step 6/24 : COPY go.mod . 00:44:43 Removing intermediate container d8a1ff65f305 00:44:43 ---> 7124e880cc20 00:44:43 Step 6/22 : COPY go.mod . 00:44:43 Removing intermediate container 459febf656e5 00:44:43 ---> e20bf53cd5d1 00:44:43 Step 6/23 : COPY go.mod . 00:44:43 Removing intermediate container 684c322de258 00:44:43 ---> e39475e76058 00:44:43 Step 6/22 : COPY go.mod . 00:44:43 ---> e068d43a291f 00:44:43 Step 7/24 : RUN go mod download 00:44:44 ---> 33052a0edc5d 00:44:44 Step 7/22 : RUN go mod download 00:44:44 ---> Running in 229754185b46 00:44:44 ---> Running in 72e356c94b63 00:44:44 ---> e36c2c0c7691 00:44:44 Step 7/23 : RUN go mod download 00:44:44 ---> Running in d4f5aa010e97 00:44:44 ---> 1c32596e7e61 00:44:44 Step 7/22 : RUN go mod download 00:44:45 ---> Running in 919f07bfc5d4 00:44:46 Removing intermediate container 58ec60dd33d9 00:44:46 ---> aa459c01faad 00:44:46 Step 8/23 : COPY . . 00:44:49 Removing intermediate container 229754185b46 00:44:49 ---> 13a8468c4b72 00:44:49 Step 8/24 : COPY . . 00:44:49 Removing intermediate container 72e356c94b63 00:44:49 ---> 5572362f92d8 00:44:49 Step 8/22 : COPY . . 00:44:50 Removing intermediate container d4f5aa010e97 00:44:50 ---> 04e039868ada 00:44:50 Step 8/23 : COPY . . 00:44:50 Removing intermediate container 919f07bfc5d4 00:44:50 ---> 45ff103a83b6 00:44:50 Step 8/22 : COPY . . 00:45:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:45:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:45:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:45:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:45:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:45:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:45:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:45:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:45:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:45:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:45:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:45:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:45:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:45:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:45:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:45:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:45:03 Fetched 23.9 MB in 0s (0 B/s) 00:45:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:03 Fetched 96.5 kB in 0s (0 B/s) 00:45:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:03 Fetched 279 kB in 0s (0 B/s) 00:45:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:03 Fetched 122 kB in 0s (0 B/s) 00:45:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:03 Fetched 77.8 kB in 0s (0 B/s) 00:45:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:03 Fetched 8848 B in 0s (0 B/s) 00:45:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:03 Fetched 47.8 kB in 0s (0 B/s) 00:45:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:03 Fetched 45.6 kB in 0s (0 B/s) 00:45:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:03 Fetched 15.0 kB in 0s (0 B/s) 00:45:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:03 Fetched 214 kB in 0s (0 B/s) 00:45:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:45:03 Fetched 155 kB in 0s (0 B/s) 00:45:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:03 Fetched 50.6 kB in 0s (0 B/s) 00:45:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:03 Fetched 14.8 kB in 0s (0 B/s) 00:45:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:03 Fetched 41.8 kB in 0s (0 B/s) 00:45:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:03 Fetched 499 kB in 0s (0 B/s) 00:45:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:03 Fetched 111 kB in 0s (0 B/s) 00:45:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:03 Fetched 240 kB in 0s (0 B/s) 00:45:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:03 Fetched 29.3 kB in 0s (0 B/s) 00:45:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:03 Fetched 85.5 kB in 0s (0 B/s) 00:45:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:03 Fetched 24.5 kB in 0s (0 B/s) 00:45:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:03 Fetched 49.2 kB in 0s (0 B/s) 00:45:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:03 Fetched 54.2 kB in 0s (0 B/s) 00:45:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:03 Fetched 30.8 kB in 0s (0 B/s) 00:45:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:45:03 Fetched 16.6 kB in 0s (0 B/s) 00:45:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:03 Fetched 85.9 kB in 0s (0 B/s) 00:45:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:03 Fetched 8720 B in 0s (0 B/s) 00:45:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:03 Fetched 137 kB in 0s (0 B/s) 00:45:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:03 Fetched 119 kB in 0s (0 B/s) 00:45:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:03 Fetched 109 kB in 0s (0 B/s) 00:45:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:03 Fetched 11.1 kB in 0s (0 B/s) 00:45:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:03 Fetched 645 kB in 0s (0 B/s) 00:45:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:03 Fetched 41.3 kB in 0s (0 B/s) 00:45:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:03 Fetched 17.9 kB in 0s (0 B/s) 00:45:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:03 Fetched 368 kB in 0s (0 B/s) 00:45:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:03 Fetched 187 kB in 0s (0 B/s) 00:45:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:03 Fetched 175 kB in 0s (0 B/s) 00:45:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:07 Fetched 206 kB in 0s (0 B/s) 00:45:07 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:45:07 Fetched 1301 kB in 0s (0 B/s) 00:45:07 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:07 Fetched 36.2 kB in 0s (0 B/s) 00:45:07 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:07 Fetched 159 kB in 0s (0 B/s) 00:45:07 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:07 Fetched 107 kB in 0s (0 B/s) 00:45:07 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:07 Fetched 48.7 kB in 0s (0 B/s) 00:45:07 Pulling static-packages 00:45:07 + snapcraftctl pull 00:45:07 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:45:07 Skipping pull go-build-helper (already ran) 00:45:07 Skipping pull static-packages (already ran) 00:45:07 Building go-build-helper 00:45:07 + snapcraftctl build 00:45:11 Building static-packages 00:45:11 + snapcraftctl build 00:45:13 Staging go-build-helper 00:45:13 + snapcraftctl stage 00:45:14 Staging static-packages 00:45:14 + snapcraftctl stage 00:45:14 Pulling go115 00:45:14 + snapcraftctl pull 00:45:15 'edgex-go' has dependencies that need to be staged: go115 00:45:15 Skipping pull go115 (already ran) 00:45:15 Building go115 00:45:16 + dpkg --print-architecture 00:45:16 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 00:45:16 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 00:45:16 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 00:45:16 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:16 Dload Upload Total Spent Left Speed 00:45:17 ---> a60aa1b88fb7 00:45:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:17 ---> e7dba9ad9347 00:45:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:17 ---> cd4022a1388d 00:45:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:17 ---> 0c282915eab1 00:45:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:17 ---> 262eb2fd2c46 00:45:17 Step 9/23 : RUN make cmd/core-command/core-command 00:45:17 ---> Running in a4634f40fa40 00:45:17 ---> Running in 8bfba38def8a 00:45:17 ---> Running in c8b6755a9bdd 00:45:17 ---> Running in eec0d40a27bc 00:45:17 ---> Running in a78d9a362964 00:45:17 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:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:18 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:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 664k 0 0 2606k 0 0:00:45 --:--:-- 0:00:45 2596k 32 115M 32 37.1M 0 0 29.6M 0 0:00:03 0:00:01 0:00:02 29.6M 84 115M 84 97.3M 0 0 43.1M 0 0:00:02 0:00:02 --:--:-- 43.1M 100 115M 100 115M 0 0 45.6M 0 0:00:02 0:00:02 --:--:-- 45.6M 00:45:18 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 00:45:18 + sha256sum -c sha256 00:45:18 + grep OK 00:45:19 go1.15.2.linux-amd64.tar.gz: OK 00:45:19 + mkdir -p /root/stage/go1.15 00:45:19 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 00:45:23 Staging go115 00:45:23 + snapcraftctl stage 00:45:28 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:28 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:28 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:28 Fetched 0 B in 0s (0 B/s) 00:45:28 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:28 Fetched 224 kB in 0s (0 B/s) 00:45:28 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:28 Fetched 157 kB in 0s (0 B/s) 00:45:28 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:28 Fetched 221 kB in 0s (0 B/s) 00:45:28 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:28 Fetched 143 kB in 0s (0 B/s) 00:45:28 Pulling edgex-go 00:45:28 + snapcraftctl pull 00:45:29 Pulling version 00:45:29 + cd /root/project 00:45:29 + [ -f VERSION ] 00:45:29 + PROJECT_VERSION=local-dev 00:45:29 + git rev-parse --short HEAD 00:45:29 + GIT_REVISION=15c1b092 00:45:29 + snapcraftctl set-version local-dev 00:45:30 Building config-common 00:45:30 + snapcraftctl build 00:45:32 Skipping build go-build-helper (already ran) 00:45:32 Skipping build static-packages (already ran) 00:45:32 Skipping build go115 (already ran) 00:45:32 Building edgex-go 00:45:32 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 00:45:32 + cd /root/parts/edgex-go/src 00:45:32 + make build 00:45:32 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:45:34 go: downloading github.com/gorilla/mux v1.8.0 00:45:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:45:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 00:45:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:45:34 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:45:34 go: downloading github.com/google/uuid v1.2.0 00:45:34 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:45:35 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 00:45:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:35 go: downloading github.com/go-kit/kit v0.8.0 00:45:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:35 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:45:35 go: downloading github.com/x448/float16 v0.8.4 00:45:35 go: downloading github.com/imdario/mergo v0.3.11 00:45:35 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:45:35 go: downloading github.com/pkg/errors v0.8.1 00:45:35 go: downloading github.com/pebbe/zmq4 v1.2.2 00:45:35 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:35 go: downloading github.com/hashicorp/consul/api v1.1.0 00:45:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:35 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:35 go: downloading github.com/leodido/go-urn v1.2.0 00:45:35 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:35 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:45:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:45:35 go: downloading github.com/hashicorp/serf v0.8.2 00:45:35 go: downloading github.com/go-playground/locales v0.13.0 00:45:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:35 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45: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:45:42 go: downloading gopkg.in/yaml.v2 v2.4.0 00:45:46 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:47 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:48 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:45:48 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:48 go: downloading github.com/stretchr/testify v1.7.0 00:45:48 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:45:48 go: downloading github.com/pmezard/go-difflib v1.0.0 00:45:48 go: downloading github.com/davecgh/go-spew v1.1.1 00:45:50 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:45:50 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:45:50 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:45:51 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:45:52 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:45:52 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:45:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:54 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:45:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:45:55 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:55 go: downloading github.com/lib/pq v1.9.0 00:45:57 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:45:57 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:45:57 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:45:57 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:45:57 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:45:57 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:45:57 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:45:57 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:45:57 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:45:57 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:45:57 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:45:57 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:45:57 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:45:57 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:45:57 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:45:57 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:45:57 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:45:57 + 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:45:57 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:45:57 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:45:57 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:45:57 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:45:57 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:45:57 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:45:57 + 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:45:58 Building version 00:45:58 + snapcraftctl build 00:46:00 Staging config-common 00:46:00 + snapcraftctl stage 00:46:01 Skipping stage go-build-helper (already ran) 00:46:01 Skipping stage static-packages (already ran) 00:46:01 Skipping stage go115 (already ran) 00:46:01 Staging edgex-go 00:46:01 + snapcraftctl stage 00:46:02 Staging version 00:46:02 + snapcraftctl stage 00:46:03 Priming config-common 00:46:03 + snapcraftctl prime 00:46:04 Priming go-build-helper 00:46:04 + snapcraftctl prime 00:46:05 Priming static-packages 00:46:05 + snapcraftctl prime 00:46:06 Priming go115 00:46:06 + snapcraftctl prime 00:46:07 Priming edgex-go 00:46:07 + snapcraftctl prime 00:46:09 Priming version 00:46:09 + snapcraftctl prime 00:46:10 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:46:55 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:02 Removing intermediate container a4634f40fa40 00:47:02 ---> 3a417ad9d258 00:47:02 00:47:02 Step 10/24 : FROM alpine:3.12 00:47:02 3.12: Pulling from library/alpine 00:47:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:02 Status: Downloaded newer image for alpine:3.12 00:47:02 ---> afeebe901d6b 00:47:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:03 ---> Running in 0de2b67bb337 00:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:06 (1/5) Installing ca-certificates (20191127-r4) 00:47:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:06 (3/5) Installing libcurl (7.69.1-r3) 00:47:06 (4/5) Installing curl (7.69.1-r3) 00:47:06 (5/5) Installing dumb-init (1.2.2-r1) 00:47:06 Executing busybox-1.31.1-r19.trigger 00:47:06 Executing ca-certificates-20191127-r4.trigger 00:47:07 OK: 7 MiB in 19 packages 00:47:10 Removing intermediate container 0de2b67bb337 00:47:10 ---> b8d9bf7c99a9 00:47:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:10 ---> Running in a7f95f2fb12e 00:47:11 Removing intermediate container a7f95f2fb12e 00:47:11 ---> a288d9dbdf14 00:47:11 Step 13/24 : WORKDIR / 00:47:11 ---> Running in 44450a02818c 00:47:11 Removing intermediate container 44450a02818c 00:47:11 ---> 559df17e479d 00:47:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:12 ---> f44f4f725fcc 00:47:12 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:14 ---> 4ba88f5f661a 00:47:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:15 ---> e1743787a804 00:47:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:17 ---> 21e9d2aa7090 00:47:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:19 ---> 598394177f79 00:47:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:20 ---> 3eba55800a1e 00:47:20 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:21 ---> Running in 2a29ee2b7fd8 00:47:25 Removing intermediate container eec0d40a27bc 00:47:25 ---> c07d3d6a7354 00:47:25 00:47:25 Step 10/23 : FROM alpine:3.12 00:47:25 ---> afeebe901d6b 00:47:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:25 Removing intermediate container c8b6755a9bdd 00:47:25 ---> 4b722944c2b1 00:47:25 00:47:25 Step 10/22 : FROM alpine:3.12 00:47:25 ---> afeebe901d6b 00:47:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:25 Removing intermediate container a78d9a362964 00:47:25 ---> 912fa2749541 00:47:25 00:47:25 Step 10/22 : FROM alpine:3.12 00:47:25 ---> afeebe901d6b 00:47:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:25 ---> Running in fb78a8ee62f2 00:47:25 ---> Running in 62a97e658e7b 00:47:25 ---> Running in 22bf276bc7e9 00:47:26 Removing intermediate container 2a29ee2b7fd8 00:47:26 ---> aa40f1259bd1 00:47:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:26 ---> Running in 894aa9c9ad3a 00:47:27 Removing intermediate container 894aa9c9ad3a 00:47:27 ---> 80dfd4e3d874 00:47:27 Step 22/24 : LABEL arch=arm64 00:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:27 ---> Running in a94ba06dd960 00:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:28 (1/1) Installing dumb-init (1.2.2-r1) 00:47:28 Executing busybox-1.31.1-r19.trigger 00:47:28 OK: 5 MiB in 15 packages 00:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:28 Removing intermediate container a94ba06dd960 00:47:28 ---> 83cb9c58ccb2 00:47:28 Step 23/24 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:29 ---> Running in f5f87440bef6 00:47:29 (1/1) Installing dumb-init (1.2.2-r1) 00:47:29 Executing busybox-1.31.1-r19.trigger 00:47:29 OK: 5 MiB in 15 packages 00:47:29 (1/2) Installing ca-certificates (20191127-r4) 00:47:29 (2/2) Installing dumb-init (1.2.2-r1) 00:47:29 Executing busybox-1.31.1-r19.trigger 00:47:29 Executing ca-certificates-20191127-r4.trigger 00:47:29 OK: 6 MiB in 16 packages 00:47:30 Removing intermediate container f5f87440bef6 00:47:30 ---> 8e54ae25b44c 00:47:30 Step 24/24 : LABEL version=0.0.0 00:47:30 Removing intermediate container fb78a8ee62f2 00:47:30 ---> 8f17a498546f 00:47:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:30 ---> Running in 84bc0e7333d0 00:47:31 ---> Running in 0451e1e135b2 00:47:31 Removing intermediate container 84bc0e7333d0 00:47:31 ---> b28390294502 00:47:31 00:47:31 Removing intermediate container 62a97e658e7b 00:47:31 ---> 98fbe0b5f0a0 00:47:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:31 Removing intermediate container 8bfba38def8a 00:47:31 ---> 492a3a8b2ef9 00:47:31 00:47:31 Step 10/23 : FROM alpine:3.12 00:47:31 ---> afeebe901d6b 00:47:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:31 ---> Using cache 00:47:31 ---> 98fbe0b5f0a0 00:47:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:32 Successfully built b28390294502 00:47:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:32 Building docker-security-bootstrapper-go 00:47:32  Building docker-security-secretstore-setup-go ... done  ---> Running in ffd69ff5c972 00:47:32 Removing intermediate container 0451e1e135b2 00:47:32 ---> f033891f76e6 00:47:32 Step 13/23 : ENV APP_PORT=48082 00:47:32 ---> Running in c730c44f41a5 00:47:32 ---> Running in ac895c71d717 00:47:32 Removing intermediate container 22bf276bc7e9 00:47:32 ---> 24a1b1c4956a 00:47:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:32 ---> Running in 95c4d83101b7 00:47:32 Removing intermediate container ffd69ff5c972 00:47:32 ---> ee07a950b193 00:47:32 Step 13/22 : ENV APP_PORT=48085 00:47:33 Removing intermediate container c730c44f41a5 00:47:33 ---> 90aac1cec9c3 00:47:33 Step 13/23 : ENV APP_PORT=48081 00:47:33 ---> Running in d380435b8b39 00:47:33 Removing intermediate container ac895c71d717 00:47:33 ---> 78da2b957176 00:47:33 Step 14/23 : EXPOSE $APP_PORT 00:47:33 ---> Running in d4bc9c630f87 00:47:33 ---> Running in dd2efa1d687d 00:47:33 Removing intermediate container 95c4d83101b7 00:47:33 ---> a4ae03c7c9f9 00:47:33 Step 13/22 : ENV APP_PORT=48060 00:47:34 ---> Running in 4c48f15db8ad 00:47:34 Removing intermediate container d4bc9c630f87 00:47:34 ---> 3a7bb8e76a50 00:47:34 Step 14/23 : EXPOSE $APP_PORT 00:47:34 Removing intermediate container d380435b8b39 00:47:34 ---> 8cbf33c3201e 00:47:34 Removing intermediate container dd2efa1d687d 00:47:34 Step 14/22 : EXPOSE $APP_PORT ---> d2e9edc97e73 00:47:34 Step 15/23 : WORKDIR / 00:47:34 00:47:35 Removing intermediate container 4c48f15db8ad 00:47:35 ---> 61b1339ff598 00:47:35 Step 14/22 : EXPOSE $APP_PORT 00:47:35 ---> Running in 6635a52f3462 00:47:35 ---> Running in bcce29652a46 00:47:35 ---> Running in 5e432f37cf6f 00:47:35 ---> Running in ecc3f9effa3a 00:47:35 Removing intermediate container 6635a52f3462 00:47:35 ---> 12d295ead4e3 00:47:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:36 Removing intermediate container 5e432f37cf6f 00:47:36 ---> a151954d75c2 00:47:36 Step 15/23 : WORKDIR / 00:47:36 Removing intermediate container bcce29652a46 00:47:36 ---> 1292541b1d63 00:47:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:36 Removing intermediate container ecc3f9effa3a 00:47:36 ---> f6e8c39764cb 00:47:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:36 ---> Running in 6d884a49fb0e 00:47:37 ---> 36fba9af96c6 00:47:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:37 ---> 103b48331a60 00:47:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:37 ---> 5d89325a60ca 00:47:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:37 Removing intermediate container 6d884a49fb0e 00:47:37 ---> 27b329d8b300 00:47:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:39 ---> 9cbe3bd3b59e 00:47:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:39 ---> 34f319f2c1c4 00:47:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:39 ---> 1d756bb25701 00:47:39 ---> 029436c484f6 00:47:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:39 00:47:40 ---> 7c5c7afcbe58 00:47:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:47:41 ---> Running in b5f7a9bcb7a2 00:47:41 ---> 2cca6c233327 00:47:41 ---> 1f7bf8ea66e6 00:47:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:41 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:41 ---> Running in b2da360dd819 00:47:41 ---> Running in aa3868e4d38c 00:47:41 ---> 21411585441e 00:47:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:41 Removing intermediate container b5f7a9bcb7a2 00:47:41 ---> 14fe58c38a5e 00:47:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:42 ---> Running in 6a252f8a5208 00:47:42 Removing intermediate container aa3868e4d38c 00:47:42 ---> 0f5962b62a89 00:47:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:42 Removing intermediate container b2da360dd819 00:47:42 ---> 2e1b98bf3ada 00:47:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:42 ---> Running in 17072c4f5a44 00:47:42 ---> 3601facd6399 00:47:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:43 ---> Running in 267fc65f4546 00:47:43 Removing intermediate container 6a252f8a5208 00:47:43 ---> 474f55236096 00:47:43 Step 20/22 : LABEL arch=arm64 00:47:43 ---> Running in 1b79f07abc79 00:47:43 ---> Running in 13a999732348 00:47:43 Removing intermediate container 17072c4f5a44 00:47:43 ---> c00a1f14e24b 00:47:43 Step 20/22 : LABEL arch=arm64 00:47:43 Removing intermediate container 267fc65f4546 00:47:43 ---> 94c0640e7ab7 00:47:43 Step 21/23 : LABEL arch=arm64 00:47:44 ---> Running in 741ef2a56280 00:47:44 Removing intermediate container 1b79f07abc79 00:47:44 ---> 9dc03d1daa33 00:47:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:44 ---> Running in ec149a3a34a8 00:47:44 Removing intermediate container 13a999732348 00:47:44 ---> fa4d181c43d9 00:47:44 Step 21/22 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:47:44 ---> Running in d80ec628d3ce 00:47:44 ---> Running in b8c476658975 00:47:44 Removing intermediate container 741ef2a56280 00:47:44 ---> 51fea2ee4f2d 00:47:44 Step 21/22 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:47:45 Removing intermediate container ec149a3a34a8 00:47:45 ---> b71c3262cf8d 00:47:45 Step 22/23 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:47:45 ---> Running in 294a8938979d 00:47:45 ---> Running in 229278b79002 00:47:45 Removing intermediate container d80ec628d3ce 00:47:45 ---> 56e1fccfcdfe 00:47:45 Step 21/23 : LABEL arch=arm64 00:47:45 Removing intermediate container b8c476658975 00:47:45 ---> cd59e72a7859 00:47:45 Step 22/22 : LABEL version=0.0.0 00:47:45 ---> Running in 7a592cf826b7 00:47:46 ---> Running in 650099e2a5b3 00:47:46 Removing intermediate container 294a8938979d 00:47:46 ---> 3a3520472f0c 00:47:46 Step 22/22 : LABEL version=0.0.0 00:47:46 Removing intermediate container 229278b79002 00:47:46 ---> c4da70a02bfa 00:47:46 Step 23/23 : LABEL version=0.0.0 00:47:46 ---> Running in e2aaee177622 00:47:46 ---> Running in 91543bd9484e 00:47:46 Removing intermediate container 7a592cf826b7 00:47:46 ---> 41150e37e435 00:47:46 Step 22/23 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:47:46 Removing intermediate container 650099e2a5b3 00:47:46 ---> 74e1f55536e7 00:47:46 00:47:46 ---> Running in 6eca55254cf9 00:47:47 Removing intermediate container e2aaee177622 00:47:47 ---> b6495bd2a706 00:47:47 00:47:47 Successfully built 74e1f55536e7 00:47:47 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:47  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:47:47 Removing intermediate container 91543bd9484e 00:47:47 ---> 9441436ca5c3 00:47:47 00:47:47 Removing intermediate container 6eca55254cf9 00:47:47 ---> 1b694e5588ab 00:47:47 Step 23/23 : LABEL version=0.0.0 00:47:47 Successfully built b6495bd2a706 00:47:47 Successfully tagged docker-core-command-go-arm64:latest 00:47:47  Building docker-core-command-go ... done Building docker-core-data-go 00:47:47 Successfully built 9441436ca5c3 00:47:47 ---> Running in 1c4bff57a58a 00:47:47 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:47  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:47:48 Removing intermediate container 1c4bff57a58a 00:47:48 ---> 48e5f0402ca7 00:47:48 00:47:48 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:48 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:47:48 ---> f58ee38fc393 00:47:48 Step 3/30 : WORKDIR /edgex-go 00:47:48 ---> Using cache 00:47:48 ---> 9000a93d4474 00:47:48 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:48 ---> Using cache 00:47:48 ---> 4e716a87562f 00:47:48 Step 5/30 : RUN apk add --update --no-cache make git 00:47:48 ---> Using cache 00:47:48 ---> e20bf53cd5d1 00:47:48 Step 6/30 : COPY go.mod . 00:47:48 ---> Using cache 00:47:48 ---> e36c2c0c7691 00:47:48 Step 7/30 : RUN go mod download 00:47:48 ---> Using cache 00:47:48 ---> 04e039868ada 00:47:48 Step 8/30 : COPY . . 00:47:49 Successfully built 48e5f0402ca7 00:47:49 ---> Using cache 00:47:49 ---> 262eb2fd2c46 00:47:49 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:49 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:49  Building docker-core-metadata-go ... done  ---> Running in 62bf8a6bd52d 00:47:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:29 ---> f58ee38fc393 00:48:29 Step 3/26 : WORKDIR /edgex-go 00:48:29 ---> Using cache 00:48:29 ---> 9000a93d4474 00:48:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:29 ---> Using cache 00:48:29 ---> 4e716a87562f 00:48:29 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:29 ---> f58ee38fc393 00:48:29 Step 3/21 : WORKDIR /edgex-go 00:48:29 ---> Using cache 00:48:29 ---> 9000a93d4474 00:48:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:29 ---> Using cache 00:48:29 ---> 4e716a87562f 00:48:29 Step 5/21 : RUN apk add --update --no-cache make git 00:48:29 ---> Using cache 00:48:29 ---> e20bf53cd5d1 00:48:29 Step 6/21 : COPY go.mod . 00:48:29 ---> Using cache 00:48:29 ---> e36c2c0c7691 00:48:29 Step 7/21 : RUN go mod download 00:48:29 ---> Using cache 00:48:29 ---> 04e039868ada 00:48:29 Step 8/21 : COPY . . 00:48:29 ---> Using cache 00:48:29 ---> 262eb2fd2c46 00:48:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:29 ---> f58ee38fc393 00:48:29 Step 3/23 : WORKDIR /edgex-go 00:48:29 ---> Using cache 00:48:29 ---> 9000a93d4474 00:48:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:29 ---> Using cache 00:48:29 ---> 4e716a87562f 00:48:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:29 ---> Running in 6964a56aa1ac 00:48:29 ---> Running in 60d6b4cbe257 00:48:29 ---> Running in a2c85f67cf48 00:48:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:32 Removing intermediate container 62bf8a6bd52d 00:48:32 ---> f9c7b0f4447f 00:48:32 00:48:32 Step 10/30 : FROM alpine:3.12 00:48:32 ---> afeebe901d6b 00:48:32 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:32 ---> Running in 22a6b7878c28 00:48:32 OK: 217 MiB in 51 packages 00:48:33 OK: 217 MiB in 51 packages 00:48:33 Removing intermediate container 22a6b7878c28 00:48:33 ---> ed0b9ceb2c61 00:48:33 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:48:33 ---> Running in 2c16a6c7a29c 00:48:35 Removing intermediate container 60d6b4cbe257 00:48:35 ---> e2f632476e36 00:48:35 Step 6/26 : COPY go.mod . 00:48:35 Removing intermediate container a2c85f67cf48 00:48:35 ---> 4a3edcf99606 00:48:35 Step 6/23 : COPY go.mod . 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:36 ---> a7cb9d6f03da 00:48:36 Step 7/26 : RUN go mod download 00:48:37 ---> Running in a048bdef2f97 00:48:37 ---> b265cfbd4926 00:48:37 Step 7/23 : RUN go mod download 00:48:37 (1/2) Installing dumb-init (1.2.2-r1) 00:48:37 (2/2) Installing su-exec (0.2-r1) 00:48:37 Executing busybox-1.31.1-r19.trigger 00:48:37 OK: 5 MiB in 16 packages 00:48:37 ---> Running in f8b395006388 00:48:40 Removing intermediate container 2c16a6c7a29c 00:48:40 ---> 8f10ac8e9f02 00:48:40 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:48:40 ---> Running in 4c4950e4ed47 00:48:40 Removing intermediate container 4c4950e4ed47 00:48:40 ---> c23c115e2962 00:48:40 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:41 ---> Running in a4bdc68c8688 00:48:42 Removing intermediate container a4bdc68c8688 00:48:42 ---> 78876a4e55ea 00:48:42 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:42 ---> Running in d5912acacf7f 00:48:42 Removing intermediate container a048bdef2f97 00:48:42 ---> 1346b9f6a8d3 00:48:42 Step 8/26 : COPY . . 00:48:42 Removing intermediate container f8b395006388 00:48:42 ---> c54ba24f7af4 00:48:42 Step 8/23 : COPY . . 00:48:48 Removing intermediate container d5912acacf7f 00:48:48 ---> 49ee137f61ea 00:48:48 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:48:48 ---> Running in 790204b4c82e 00:48:49 Removing intermediate container 790204b4c82e 00:48:49 ---> 9bf70ac96962 00:48:49 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:52 ---> 865372430bc3 00:48:52 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:52 ---> Running in 1674250ec616 00:48:57 Removing intermediate container 1674250ec616 00:48:57 ---> aba1cf97ddeb 00:48:57 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:59 ---> 02ea05a52cea 00:48:59 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:03 ---> 137c3e6b9f12 00:49:03 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:05 ---> 363d00a10479 00:49:05 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:06 ---> 6766dc621c50 00:49:06 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:49:07 ---> Running in 7e6263342673 00:49:08 Removing intermediate container 7e6263342673 00:49:08 ---> 85aefd1a1c93 00:49:08 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:08 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:49:09 ---> 9f38cd17558b 00:49:09 Step 9/23 : RUN make cmd/core-data/core-data 00:49:09 ---> 340029a62a82 00:49:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:09 ---> Running in 11a827932db3 00:49:09 ---> b06dfab64eb0 00:49:09 Step 25/30 : RUN chmod +x /entrypoint.sh 00:49:09 ---> Running in 33a1efead1f6 00:49:10 ---> Running in 83cfa4fb2d9c 00:49:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:12 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:49:14 Removing intermediate container 83cfa4fb2d9c 00:49:14 ---> 82e845428b8f 00:49:14 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:49:14 ---> Running in 00eea77916e8 00:49:15 Removing intermediate container 00eea77916e8 00:49:15 ---> 6149628b9579 00:49:15 Step 27/30 : CMD ["gate"] 00:49:15 ---> Running in 3410df6be439 00:49:16 Removing intermediate container 3410df6be439 00:49:16 ---> 0e409e9327fd 00:49:16 Step 28/30 : LABEL arch=arm64 00:49:17 ---> Running in 38a97ac0ebb6 00:49:18 Removing intermediate container 38a97ac0ebb6 00:49:18 ---> 39b2e19da05c 00:49:18 Step 29/30 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:49:18 ---> Running in e2fe920cefb5 00:49:19 Removing intermediate container e2fe920cefb5 00:49:19 ---> 8427499f8616 00:49:19 Step 30/30 : LABEL version=0.0.0 00:49:20 ---> Running in 890b320d4ec9 00:49:21 Removing intermediate container 890b320d4ec9 00:49:21 ---> 4fa488eb99f2 00:49:21 00:49:22 Removing intermediate container 6964a56aa1ac 00:49:22 ---> 332cae07685a 00:49:22 00:49:22 Step 10/21 : FROM alpine:3.12 00:49:22 ---> afeebe901d6b 00:49:22 Step 11/21 : RUN apk add --update --no-cache curl 00:49:22 Successfully built 4fa488eb99f2 00:49:22 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:22  Building docker-security-bootstrapper-go ... done  ---> Running in 6e5fdc81a229 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 (1/4) Installing ca-certificates (20191127-r4) 00:49:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:25 (3/4) Installing libcurl (7.69.1-r3) 00:49:25 (4/4) Installing curl (7.69.1-r3) 00:49:25 Executing busybox-1.31.1-r19.trigger 00:49:25 Executing ca-certificates-20191127-r4.trigger 00:49:25 OK: 7 MiB in 18 packages 00:49:28 Removing intermediate container 6e5fdc81a229 00:49:28 ---> 60d13f4f86ba 00:49:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:28 ---> Running in 2dc9de708ff1 00:49:28 Removing intermediate container 2dc9de708ff1 00:49:28 ---> 83cf12b086f1 00:49:28 Step 13/21 : WORKDIR /edgex 00:49:28 ---> Running in a412523212ff 00:49:29 Removing intermediate container a412523212ff 00:49:29 ---> 935299d8f578 00:49:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:30 ---> e1f51f7067e3 00:49:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:32 ---> d43822d8f61d 00:49:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:34 ---> 02eb9cfcd64c 00:49:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:34 ---> Running in ea1fc7677670 00:49:35 Removing intermediate container ea1fc7677670 00:49:35 ---> 55d38a61907d 00:49:35 Step 18/21 : CMD ["--init=true"] 00:49:35 ---> Running in 0f93531ae209 00:49:35 Removing intermediate container 0f93531ae209 00:49:35 ---> 426f25068a6c 00:49:35 Step 19/21 : LABEL arch=arm64 00:49:36 ---> Running in 6364356460c0 00:49:36 Removing intermediate container 6364356460c0 00:49:36 ---> dff0f2111c23 00:49:36 Step 20/21 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:49:37 ---> Running in f1b935076d44 00:49:37 Removing intermediate container f1b935076d44 00:49:37 ---> 48a1dcc2626b 00:49:37 Step 21/21 : LABEL version=0.0.0 00:49:37 ---> Running in 0d672c9be9b7 00:49:38 Removing intermediate container 0d672c9be9b7 00:49:38 ---> 3336ab5da02a 00:49:38 00:49:38 Successfully built 3336ab5da02a 00:49:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:11  Building docker-security-proxy-setup-go ... done Removing intermediate container 33a1efead1f6 00:50:11 ---> d662dae78eb3 00:50:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:11 ---> Running in 1e3f4f8ff84a 00:50:11 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:50:12 Removing intermediate container 1e3f4f8ff84a 00:50:12 ---> e9c7d2dccd12 00:50:12 00:50:12 Step 11/26 : FROM docker:20.10.0 00:50:12 20.10.0: Pulling from library/docker 00:50:22 Removing intermediate container 11a827932db3 00:50:22 ---> 72d138355937 00:50:22 00:50:22 Step 10/23 : FROM alpine:3.12 00:50:22 ---> afeebe901d6b 00:50:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:22 ---> Running in fc01a1be1801 00:50:22 Removing intermediate container fc01a1be1801 00:50:22 ---> 109bd8d6fc3a 00:50:22 Step 12/23 : ENV APP_PORT=48080 00:50:22 ---> Running in 3775421d30e6 00:50:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:22 Status: Downloaded newer image for docker:20.10.0 00:50:22 ---> eeaf43b92773 00:50:22 Step 12/26 : RUN apk add --no-cache bash 00:50:22 ---> Running in da724828b842 00:50:22 Removing intermediate container 3775421d30e6 00:50:22 ---> 05d4f49bc779 00:50:22 Step 13/23 : EXPOSE $APP_PORT 00:50:22 ---> Running in 61b76d0dc9c8 00:50:22 Removing intermediate container 61b76d0dc9c8 00:50:22 ---> 86cb8f4d9d5a 00:50:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:23 ---> Running in 4a59d5ae4a65 00:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:23 (1/2) Installing readline (8.0.4-r0) 00:50:23 (2/2) Installing bash (5.0.17-r0) 00:50:23 Executing bash-5.0.17-r0.post-install 00:50:24 Executing busybox-1.31.1-r19.trigger 00:50:24 OK: 12 MiB in 22 packages 00:50:25 Removing intermediate container 4a59d5ae4a65 00:50:25 ---> 75239962c4e0 00:50:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:25 Removing intermediate container da724828b842 00:50:25 ---> ced7e54c1516 00:50:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:25 ---> Running in 0a672c8837b1 00:50:25 ---> Running in 2f50bc6680bb 00:50:26 Removing intermediate container 2f50bc6680bb 00:50:26 ---> eef25d0cae72 00:50:26 Step 14/26 : ENV APP_PORT=48090 00:50:26 ---> Running in 5ea3e762fa2a 00:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:26 Removing intermediate container 5ea3e762fa2a 00:50:26 ---> 0f6c53b12053 00:50:26 Step 15/26 : EXPOSE $APP_PORT 00:50:27 ---> Running in ecc1ccccf67b 00:50:27 Removing intermediate container ecc1ccccf67b 00:50:27 ---> 80ddadf4f5c7 00:50:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:28 (1/6) Installing dumb-init (1.2.2-r1) 00:50:28 (2/6) Installing libgcc (9.3.0-r2) 00:50:28 (3/6) Installing libsodium (1.0.18-r0) 00:50:28 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:28 ---> d3f956268d51 00:50:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:28 (5/6) Installing libzmq (4.3.3-r0) 00:50:28 (6/6) Installing zeromq (4.3.3-r0) 00:50:29 Executing busybox-1.31.1-r19.trigger 00:50:29 OK: 8 MiB in 20 packages 00:50:29 ---> 3f3832a3b8b5 00:50:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:30 Removing intermediate container 0a672c8837b1 00:50:30 ---> 040b3b0aa8c1 00:50:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:30 ---> 1a8f0deb10dc 00:50:30 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:30 ---> Running in 8ef77d1bc54e 00:50:31 ---> 2c2cd0a1691a 00:50:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:32 (1/33) Installing libbz2 (1.0.8-r1) 00:50:32 (2/33) Installing expat (2.2.9-r1) 00:50:32 (3/33) Installing libffi (3.3-r2) 00:50:32 (4/33) Installing gdbm (1.13-r1) 00:50:32 (5/33) Installing xz-libs (5.2.5-r0) 00:50:32 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:32 (7/33) Installing python3 (3.8.5-r0) 00:50:32 ---> 518496289220 00:50:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:34 ---> 9954ade7b446 00:50:34 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:34 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:34 ---> Running in 7fce50688179 00:50:34 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:34 (11/33) Installing py3-six (1.15.0-r0) 00:50:34 (12/33) Installing py3-packaging (20.4-r0) 00:50:34 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:35 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:35 (15/33) Installing py3-idna (2.9-r0) 00:50:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:35 (18/33) Installing py3-requests (2.23.0-r0) 00:50:35 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:35 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:35 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:35 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:35 (24/33) Installing py3-distro (1.5.0-r1) 00:50:35 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:35 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:35 (29/33) Installing py3-progress (1.5-r0) 00:50:35 (30/33) Installing py3-toml (0.10.1-r0) 00:50:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:35 (33/33) Installing py3-pip (20.1.1-r0) 00:50:35 Removing intermediate container 7fce50688179 00:50:35 ---> 20c359396864 00:50:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:35 Executing busybox-1.31.1-r19.trigger 00:50:35 OK: 71 MiB in 55 packages 00:50:35 ---> Running in f5091b3254f5 00:50:36 Removing intermediate container f5091b3254f5 00:50:36 ---> 7d6cd243c47e 00:50:36 Step 21/23 : LABEL arch=arm64 00:50:36 ---> Running in b6527d610c0b 00:50:37 Removing intermediate container b6527d610c0b 00:50:37 ---> a51553bc97a8 00:50:37 Step 22/23 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:50:37 ---> Running in 5234ba708251 00:50:37 Removing intermediate container 5234ba708251 00:50:37 ---> 2ec48917b996 00:50:37 Step 23/23 : LABEL version=0.0.0 00:50:38 ---> Running in fd4752bc8535 00:50:38 Removing intermediate container fd4752bc8535 00:50:38 ---> e3440cafb6ea 00:50:38 00:50:39 Successfully built e3440cafb6ea 00:50:39 Successfully tagged docker-core-data-go-arm64:latest 00:50:41  Building docker-core-data-go ... done Removing intermediate container 8ef77d1bc54e 00:50:41 ---> 38fd46a2927d 00:50:41 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:42 ---> Running in 4e3a16042436 00:50:48 Collecting docker-compose==1.23.2 00:50:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:49 Collecting dockerpty<0.5,>=0.4.1 00:50:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:52 Collecting websocket-client<1.0,>=0.32.0 00:50:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:54 Collecting PyYAML<4,>=3.10 00:50:54 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:59 Collecting cached-property<2,>=1.2.0 00:50:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:59 Collecting texttable<0.10,>=0.9.0 00:50:59 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:03 Collecting docker<4.0,>=3.6.0 00:51:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:04 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:51:04 Collecting docopt<0.7,>=0.6.1 00:51:04 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:07 Collecting jsonschema<3,>=2.5.1 00:51:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:07 Collecting docker-pycreds>=0.4.0 00:51:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:08 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:51:09 Collecting urllib3<1.25,>=1.21.1 00:51:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:09 Collecting idna<2.8,>=2.5 00:51:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:09 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:51:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:10 Installing collected packages: dockerpty, websocket-client, PyYAML, cached-property, texttable, docker-pycreds, urllib3, idna, requests, docker, docopt, jsonschema, docker-compose 00:51:10 Running setup.py install for dockerpty: started 00:51:13 Running setup.py install for dockerpty: finished with status 'done' 00:51:13 Running setup.py install for PyYAML: started 00:51:16 Running setup.py install for PyYAML: finished with status 'done' 00:51:16 Running setup.py install for texttable: started 00:51:18 Running setup.py install for texttable: finished with status 'done' 00:51:18 Attempting uninstall: urllib3 00:51:18 Found existing installation: urllib3 1.25.9 00:51:18 Uninstalling urllib3-1.25.9: 00:51:18 Successfully uninstalled urllib3-1.25.9 00:51:19 Attempting uninstall: idna 00:51:19 Found existing installation: idna 2.9 00:51:19 Uninstalling idna-2.9: 00:51:19 Successfully uninstalled idna-2.9 00:51:19 Attempting uninstall: requests 00:51:19 Found existing installation: requests 2.23.0 00:51:19 Uninstalling requests-2.23.0: 00:51:20 Successfully uninstalled requests-2.23.0 00:51:21 Running setup.py install for docopt: started 00:51:23 Running setup.py install for docopt: finished with status 'done' 00:51:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:51:29 Removing intermediate container 4e3a16042436 00:51:29 ---> c74375e00b9b 00:51:29 Step 21/26 : RUN apk --no-cache add curl 00:51:29 ---> Running in ce011bc9bdd5 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:30 (2/3) Installing libcurl (7.69.1-r3) 00:51:30 (3/3) Installing curl (7.69.1-r3) 00:51:30 Executing busybox-1.31.1-r19.trigger 00:51:30 OK: 71 MiB in 58 packages 00:51:32 Removing intermediate container ce011bc9bdd5 00:51:32 ---> 596b344b6dff 00:51:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:32 ---> Running in eff390f54379 00:51:32 Removing intermediate container eff390f54379 00:51:32 ---> aefd602dd8f4 00:51:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:32 ---> Running in 8a0ffca6d4b2 00:51:33 Removing intermediate container 8a0ffca6d4b2 00:51:33 ---> 6dcffb7f7bde 00:51:33 Step 24/26 : LABEL arch=arm64 00:51:33 ---> Running in c4d7f974d412 00:51:33 Removing intermediate container c4d7f974d412 00:51:33 ---> 3a29f575dca1 00:51:33 Step 25/26 : LABEL git_sha=8bcaa91b1e8e35e070637adeae8a112ec3958236 00:51:33 ---> Running in 67174dfb3a99 00:51:34 Removing intermediate container 67174dfb3a99 00:51:34 ---> 34f3170ded75 00:51:34 Step 26/26 : LABEL version=0.0.0 00:51:34 ---> Running in ae5cbd119614 00:51:34 Removing intermediate container ae5cbd119614 00:51:34 ---> d5791d20c05a 00:51:34 00:51:35 Successfully built d5791d20c05a 00:51:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:35 $ docker stop --time=1 5891a03a90dcd1dba09ca42ac5f284d60f2ada3dc91bfccbaf37ac047fe4928b 00:51:37 $ docker rm -f 5891a03a90dcd1dba09ca42ac5f284d60f2ada3dc91bfccbaf37ac047fe4928b [Pipeline] // withDockerContainer [Pipeline] sh 00:51:38 + docker images 00:51:38 + grep docker 00:51:38 docker-sys-mgmt-agent-go-arm64 latest d5791d20c05a 4 seconds ago 300MB 00:51:38 docker-core-data-go-arm64 latest e3440cafb6ea About a minute ago 21MB 00:51:38 docker-security-proxy-setup-go-arm64 latest 3336ab5da02a 2 minutes ago 23.2MB 00:51:38 docker-security-bootstrapper-go-arm64 latest 4fa488eb99f2 2 minutes ago 17MB 00:51:38 docker-core-metadata-go-arm64 latest 48e5f0402ca7 3 minutes ago 17.8MB 00:51:38 docker-core-command-go-arm64 latest b6495bd2a706 3 minutes ago 16MB 00:51:38 docker-support-scheduler-go-arm64 latest 74e1f55536e7 3 minutes ago 16.1MB 00:51:38 docker-support-notifications-go-arm64 latest 9441436ca5c3 3 minutes ago 16.7MB 00:51:38 docker-security-secretstore-setup-go-arm64 latest b28390294502 4 minutes ago 23.4MB 00:51:38 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:51:40 provisioning config files... 00:51:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5701106397013960166tmp [Pipeline] { [Pipeline] sh 00:51:40 + set +x 00:51:40 + curl -s https://codecov.io/bash 00:51:40 + bash -s -- 00:51:41 00:51:41 _____ _ 00:51:41 / ____| | | 00:51:41 | | ___ __| | ___ ___ _____ __ 00:51:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:41 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:41 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:41 Bash-20210129-7c25fce 00:51:41 00:51:41 00:51:41 ==> git version 2.24.3 found 00:51:41 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:51:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:51:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:51:41 ==> Jenkins CI detected. 00:51:41 project root: . 00:51:41 --> token set from env 00:51:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:41 ==> Running gcov in . (disable via -X gcov) 00:51:41 ==> Python coveragepy not found 00:51:41 ==> Searching for coverage reports in: 00:51:41 + . 00:51:41 -> Found 1 reports 00:51:41 ==> Detecting git/mercurial file structure 00:51:41 ==> Reading reports 00:51:41 + ./coverage.out bytes=595676 00:51:41 ==> Appending adjustments 00:51:41 https://docs.codecov.io/docs/fixing-reports 00:51:44 + Found adjustments 00:51:44 ==> Gzipping contents 00:51:44 88K /tmp/codecov.A2n1Ti.gz 00:51:44 ==> Uploading reports 00:51:44 url: https://codecov.io 00:51:44 query: branch=PR-3164&commit=8bcaa91b1e8e35e070637adeae8a112ec3958236&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= 00:51:44 -> Pinging Codecov 00:51:44 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3164&commit=8bcaa91b1e8e35e070637adeae8a112ec3958236&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= 00:51:45 -> Uploading to 00:51:45 https://storage.googleapis.com/codecov/v4/raw/2021-02-16/00271124DB129430A58F1EEE437C3FCB/8bcaa91b1e8e35e070637adeae8a112ec3958236/187fd404-7906-47f3-a3c2-7febe562b2bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210216T005145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ad3dbbd501b0146fbfa29cb8fd17e39ae2e2795a1072603caeb5ad7e8fe0addb 00:51:45 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:45 Dload Upload Total Spent Left Speed 00:51:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 89516 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89516 0 0 100 89516 0 152k --:--:-- --:--:-- --:--:-- 152k 00:51:46 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8bcaa91b1e8e35e070637adeae8a112ec3958236 [Pipeline] } 00:51:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:49 ---> package-listing.sh 00:51:49 ++ facter osfamily 00:51:49 ++ tr '[:upper:]' '[:lower:]' 00:51:49 + OS_FAMILY=redhat 00:51:49 + workspace=/w/workspace/edgex-go/4 00:51:49 + START_PACKAGES=/tmp/packages_start.txt 00:51:49 + END_PACKAGES=/tmp/packages_end.txt 00:51:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:49 + PACKAGES=/tmp/packages_start.txt 00:51:49 + '[' /w/workspace/edgex-go/4 ']' 00:51:49 + PACKAGES=/tmp/packages_end.txt 00:51:49 + case "${OS_FAMILY}" in 00:51:49 + rpm -qa 00:51:49 + sort 00:51:54 + '[' -f /tmp/packages_start.txt ']' 00:51:54 + '[' -f /tmp/packages_end.txt ']' 00:51:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:54 + '[' /w/workspace/edgex-go/4 ']' 00:51:54 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:51:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:51:54 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:55 00:51:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:55 alpine: Pulling from edgex-lftools-log-publisher 00:51:55 df20fa9351a1: Pulling fs layer 00:51:55 36b3adc4ff6f: Pulling fs layer 00:51:55 8ad3a11d3b57: Pulling fs layer 00:51:55 46f8f816bc3b: Pulling fs layer 00:51:55 93b61091891f: Pulling fs layer 00:51:55 93b9cdb0e59b: Pulling fs layer 00:51:55 5e14af77c1be: Pulling fs layer 00:51:55 01666e4c0597: Pulling fs layer 00:51:55 aa168da1d23b: Pulling fs layer 00:51:55 46f8f816bc3b: Waiting 00:51:55 93b61091891f: Waiting 00:51:55 93b9cdb0e59b: Waiting 00:51:55 5e14af77c1be: Waiting 00:51:55 01666e4c0597: Waiting 00:51:55 aa168da1d23b: Waiting 00:51:55 36b3adc4ff6f: Verifying Checksum 00:51:55 36b3adc4ff6f: Download complete 00:51:55 46f8f816bc3b: Verifying Checksum 00:51:55 46f8f816bc3b: Download complete 00:51:55 df20fa9351a1: Verifying Checksum 00:51:55 df20fa9351a1: Download complete 00:51:55 93b9cdb0e59b: Verifying Checksum 00:51:55 93b9cdb0e59b: Download complete 00:51:55 5e14af77c1be: Verifying Checksum 00:51:55 5e14af77c1be: Download complete 00:51:55 93b61091891f: Verifying Checksum 00:51:55 93b61091891f: Download complete 00:51:55 01666e4c0597: Verifying Checksum 00:51:55 01666e4c0597: Download complete 00:51:55 8ad3a11d3b57: Verifying Checksum 00:51:55 8ad3a11d3b57: Download complete 00:51:56 df20fa9351a1: Pull complete 00:51:56 36b3adc4ff6f: Pull complete 00:51:57 8ad3a11d3b57: Pull complete 00:51:57 46f8f816bc3b: Pull complete 00:51:58 aa168da1d23b: Verifying Checksum 00:51:58 aa168da1d23b: Download complete 00:51:59 93b61091891f: Pull complete 00:51:59 93b9cdb0e59b: Pull complete 00:51:59 5e14af77c1be: Pull complete 00:51:59 01666e4c0597: Pull complete 00:52:08 aa168da1d23b: Pull complete 00:52:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:08 prd-centos7-docker-4c-2g-26536 does not seem to be running inside a container 00:52:08 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:12 $ docker top 146267e78af97d8d16b102de49ad966fa5257efe9ee8a913a5c2cca39da80f19 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:12 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:13 + mkdir -p /var/log/sa [Pipeline] sh 00:52:13 + ls /var/log/sa-host 00:52:13 + sadf -c /var/log/sa-host/sa16 00:52:13 file_magic: OK 00:52:13 HZ: Using current value: 100 00:52:13 file_header: OK 00:52:13 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:52:13 Statistics: 00:52:13 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... 00:52:13 File successfully converted to sysstat format version 12.2.1 00:52:13 + sadf -c /var/log/sa-host/sa23 00:52:13 file_magic: OK 00:52:13 HZ: Using current value: 100 00:52:13 file_header: OK 00:52:13 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:52:13 Statistics: 00:52:13 Hnuu...uuuununununu... 00:52:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:14 provisioning config files... 00:52:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4913321173544102925tmp [Pipeline] { [Pipeline] echo 00:52:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:14 ---> create-netrc.sh [Pipeline] } 00:52:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:14 ---> python-tools-install.sh [Pipeline] echo 00:52:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:15 ---> sudo-logs.sh 00:52:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:52:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:15 ---> job-cost.sh 00:52:15 lf-activate-venv: SKIPPING 00:52:15 INFO: No Stack... 00:52:16 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:17 INFO: Archiving Costs [Pipeline] echo 00:52:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:17 ---> logs-deploy.sh 00:52:17 lf-activate-venv: SKIPPING 00:52:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3164/4 00:52:17 INFO: archiving workspace using pattern(s): 00:52:19 Archives upload complete. 00:52:19 INFO: archiving logs to Nexus 00:52:20 ---> uname -a: 00:52:20 Linux prd-centos7-docker-4c-2g-26536.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:52:20 00:52:20 00:52:20 ---> lscpu: 00:52:20 Architecture: x86_64 00:52:20 CPU op-mode(s): 32-bit, 64-bit 00:52:20 Byte Order: Little Endian 00:52:20 Address sizes: 40 bits physical, 48 bits virtual 00:52:20 CPU(s): 4 00:52:20 On-line CPU(s) list: 0-3 00:52:20 Thread(s) per core: 1 00:52:20 Core(s) per socket: 1 00:52:20 Socket(s): 4 00:52:20 NUMA node(s): 1 00:52:20 Vendor ID: GenuineIntel 00:52:20 CPU family: 6 00:52:20 Model: 44 00:52:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:20 Stepping: 1 00:52:20 CPU MHz: 2933.442 00:52:20 BogoMIPS: 5866.88 00:52:20 Virtualization: VT-x 00:52:20 Hypervisor vendor: KVM 00:52:20 Virtualization type: full 00:52:20 L1d cache: 128 KiB 00:52:20 L1i cache: 128 KiB 00:52:20 L2 cache: 16 MiB 00:52:20 L3 cache: 64 MiB 00:52:20 NUMA node0 CPU(s): 0-3 00:52:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:20 Vulnerability Meltdown: Mitigation; PTI 00:52:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:20 Vulnerability Srbds: Not affected 00:52:20 Vulnerability Tsx async abort: Not affected 00:52:20 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:52:20 00:52:20 00:52:20 ---> nproc: 00:52:20 4 00:52:20 00:52:20 00:52:20 ---> df -h: 00:52:20 Filesystem Size Used Available Use% Mounted on 00:52:20 overlay 50.0G 11.7G 38.3G 23% / 00:52:20 tmpfs 64.0M 0 64.0M 0% /dev 00:52:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:20 shm 64.0M 0 64.0M 0% /dev/shm 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4 00:52:20 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4@tmp 00:52:20 00:52:20 00:52:20 ---> free -m: 00:52:20 total used free shared buff/cache available 00:52:20 Mem: 1837 737 263 0 836 1015 00:52:20 Swap: 1023 38 985 00:52:20 00:52:20 00:52:20 ---> ip addr: 00:52:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:20 inet 127.0.0.1/8 scope host lo 00:52:20 valid_lft forever preferred_lft forever 00:52:20 inet6 ::1/128 scope host 00:52:20 valid_lft forever preferred_lft forever 00:52:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:20 link/ether fa:16:3e:17:46:9a brd ff:ff:ff:ff:ff:ff 00:52:20 inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 00:52:20 valid_lft 85055sec preferred_lft 85055sec 00:52:20 inet6 fe80::f816:3eff:fe17:469a/64 scope link 00:52:20 valid_lft forever preferred_lft forever 00:52:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:20 link/ether 02:42:4a:a7:7f:ad brd ff:ff:ff:ff:ff:ff 00:52:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:20 valid_lft forever preferred_lft forever 00:52:20 inet6 fe80::42:4aff:fea7:7fad/64 scope link 00:52:20 valid_lft forever preferred_lft forever 00:52:20 00:52:20 00:52:20 ---> sar -b -r -n DEV: 00:52:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) 00:52:20 00:52:20 00:29:44 LINUX RESTART (4 CPU) 00:52:20 00:52:20 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:20 00:31:01 180.41 86.92 93.49 0.00 9767.86 45312.84 0.00 00:52:20 00:32:01 206.16 107.34 98.82 0.00 7089.00 44123.44 0.00 00:52:20 00:33:01 262.64 106.58 156.05 0.00 4423.81 21278.07 0.00 00:52:20 00:34:01 121.10 42.12 78.98 0.00 1788.63 9204.72 0.00 00:52:20 00:35:01 108.09 36.14 71.95 0.00 2134.89 16308.95 0.00 00:52:20 00:36:02 1068.17 785.28 282.89 0.00 92727.27 157119.62 0.00 00:52:20 00:37:01 2417.52 2138.15 279.37 0.00 142918.41 156146.19 0.00 00:52:20 00:38:02 742.14 455.08 287.06 0.00 71412.07 130978.03 0.00 00:52:20 00:39:01 1631.84 1343.84 288.00 0.00 82696.06 87366.87 0.00 00:52:20 00:40:01 178.93 25.73 153.20 0.00 4409.12 24916.64 0.00 00:52:20 00:41:01 4.63 0.00 4.63 0.00 0.00 126.76 0.00 00:52:20 00:42:02 0.35 0.10 0.25 0.00 3.20 2.73 0.00 00:52:20 00:43:01 0.25 0.05 0.20 0.00 0.68 1.83 0.00 00:52:20 00:44:01 0.27 0.00 0.27 0.00 0.00 3.76 0.00 00:52:20 00:45:01 1.57 1.35 0.22 0.00 47.69 2.46 0.00 00:52:20 00:46:01 0.80 0.02 0.78 0.00 0.53 15.32 0.00 00:52:20 00:47:01 0.28 0.02 0.27 0.00 0.53 2.75 0.00 00:52:20 00:48:01 0.27 0.00 0.27 0.00 0.00 3.41 0.00 00:52:20 00:49:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 00:52:20 00:50:01 0.22 0.00 0.22 0.00 0.00 1.80 0.00 00:52:20 00:51:01 0.53 0.25 0.28 0.00 135.89 3.51 0.00 00:52:20 00:52:01 95.68 70.56 25.12 0.00 6194.82 5688.14 0.00 00:52:20 Average: 318.20 235.29 82.91 0.00 19330.63 31781.52 0.00 00:52:20 00:52:20 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:20 00:31:01 140564 0 655552 34.84 2620 1082808 1570836 53.61 509532 1026780 40 00:52:20 00:32:01 77768 0 730564 38.83 2000 1071212 1461304 49.87 579576 981536 53920 00:52:20 00:33:01 296296 0 786452 41.80 860 797936 1746884 59.62 591484 718816 94020 00:52:20 00:34:01 257460 0 796532 42.33 800 826752 1776888 60.64 607804 726484 57504 00:52:20 00:35:01 97052 0 773488 41.11 736 1010268 1544188 52.70 633888 872052 92192 00:52:20 00:36:02 259404 0 741632 39.42 112 880396 1762356 60.15 564288 842708 32032 00:52:20 00:37:01 105168 0 1197028 63.62 112 579236 3400980 116.07 852620 658196 45168 00:52:20 00:38:02 72576 0 805860 42.83 112 1002996 2174528 74.21 626104 972108 32648 00:52:20 00:39:01 287652 0 757884 40.28 112 835896 1816804 62.00 635152 716348 620 00:52:20 00:40:01 169276 0 665076 35.35 112 1047080 1236664 42.21 583416 882364 20 00:52:20 00:41:01 173720 0 660612 35.11 112 1047100 1207808 41.22 580876 881996 12 00:52:20 00:42:02 173252 0 661068 35.13 112 1047112 1207968 41.23 581424 882092 8 00:52:20 00:43:01 173676 0 660652 35.11 112 1047104 1201812 41.02 580972 882068 8 00:52:20 00:44:01 173684 0 660624 35.11 112 1047124 1201848 41.02 581180 882088 8 00:52:20 00:45:01 173420 0 660156 35.09 112 1047856 1201704 41.01 580404 882800 16 00:52:20 00:46:01 173092 0 660464 35.10 112 1047876 1201764 41.01 580580 882808 8 00:52:20 00:47:01 173024 0 660544 35.11 112 1047864 1201728 41.01 580584 882808 8 00:52:20 00:48:01 172892 0 660648 35.11 112 1047892 1201704 41.01 580416 882828 8 00:52:20 00:49:01 173156 0 660376 35.10 112 1047900 1201704 41.01 580404 882824 8 00:52:20 00:50:01 173196 0 660328 35.10 112 1047908 1201704 41.01 580512 882824 8 00:52:20 00:51:01 166184 0 663244 35.25 112 1052004 1201776 41.01 586220 884072 8 00:52:20 00:52:01 68064 0 746340 39.67 112 1067028 1629088 55.60 701104 849552 84136 00:52:20 Average: 169572 0 723869 38.47 405 987698 1516002 51.74 603570 861643 22382 00:52:20 00:52:20 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:20 00:31:01 eth0 855.08 610.05 3732.69 95.10 0.00 0.00 0.00 0.00 00:52:20 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:31:01 vethc1344bb 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:31:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:32:01 eth0 1030.76 941.34 5805.52 125.07 0.00 0.00 0.00 0.00 00:52:20 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:32:01 vethb22316b 38.61 44.90 2.74 289.16 0.00 0.00 0.00 0.00 00:52:20 00:32:01 docker0 689.30 737.30 62.53 2958.75 0.00 0.00 0.00 0.00 00:52:20 00:33:01 eth0 114.63 100.38 565.22 18.87 0.00 0.00 0.00 0.00 00:52:20 00:33:01 vetheb7d956 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:33:01 docker0 83.41 88.18 6.28 537.67 0.00 0.00 0.00 0.00 00:52:20 00:34:01 eth0 41.95 30.71 23.22 77.95 0.00 0.00 0.00 0.00 00:52:20 00:34:01 vetheb7d956 2.03 2.03 0.16 0.17 0.00 0.00 0.00 0.00 00:52:20 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:34:01 docker0 2.03 2.03 0.13 0.17 0.00 0.00 0.00 0.00 00:52:20 00:35:01 eth0 175.37 141.44 1688.77 20.89 0.00 0.00 0.00 0.00 00:52:20 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:36:02 vethceb1c59 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 00:52:20 00:36:02 eth0 79.25 62.16 179.77 59.76 0.00 0.00 0.00 0.00 00:52:20 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:36:02 docker0 26.01 30.62 1.72 146.88 0.00 0.00 0.00 0.00 00:52:20 00:37:01 veth8fc152f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:37:01 veth9e1f0d6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:37:01 vethceb1c59 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:37:01 veth21ee28e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:38:02 vethceb1c59 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:38:02 eth0 2330.03 1893.21 12020.18 407.52 0.00 0.00 0.00 0.00 00:52:20 00:38:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:52:20 00:38:02 docker0 800.13 869.65 70.19 3749.56 0.00 0.00 0.00 0.00 00:52:20 00:39:01 vethceb1c59 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:39:01 vethe168892 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:52:20 00:39:01 eth0 62.69 41.36 114.29 82.61 0.00 0.00 0.00 0.00 00:52:20 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:40:01 eth0 243.42 173.54 1696.73 83.11 0.00 0.00 0.00 0.00 00:52:20 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:40:01 docker0 854.82 974.45 73.93 4348.50 0.00 0.00 0.00 0.00 00:52:20 00:41:01 eth0 0.80 0.28 0.42 0.08 0.00 0.00 0.00 0.00 00:52:20 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:42:02 eth0 0.52 0.40 0.30 0.21 0.00 0.00 0.00 0.00 00:52:20 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:43:01 eth0 0.58 0.20 0.13 0.05 0.00 0.00 0.00 0.00 00:52:20 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:44:01 eth0 1.00 0.50 0.47 0.33 0.00 0.00 0.00 0.00 00:52:20 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:45:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:52:20 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:46:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 00:52:20 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:47:01 eth0 0.20 0.20 0.07 0.02 0.00 0.00 0.00 0.00 00:52:20 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:52:20 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:20 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:51:01 eth0 0.35 0.32 0.17 0.08 0.00 0.00 0.00 0.00 00:52:20 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:52:01 eth0 190.90 155.12 2168.30 19.22 0.00 0.00 0.00 0.00 00:52:20 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 Average: eth0 129.88 104.08 736.12 27.25 0.00 0.00 0.00 0.00 00:52:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:20 Average: docker0 38.92 44.37 3.37 198.01 0.00 0.00 0.00 0.00 00:52:20 00:52:20 00:52:20 ---> sar -P ALL: 00:52:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) 00:52:20 00:52:20 00:29:44 LINUX RESTART (4 CPU) 00:52:20 00:52:20 00:30:02 CPU %user %nice %system %iowait %steal %idle 00:52:20 00:31:01 all 17.02 0.00 9.65 6.93 0.32 66.08 00:52:20 00:31:01 0 18.34 0.00 9.87 7.14 0.28 64.38 00:52:20 00:31:01 1 15.21 0.00 9.76 5.16 0.40 69.47 00:52:20 00:31:01 2 16.85 0.00 9.07 9.05 0.33 64.70 00:52:20 00:31:01 3 17.69 0.00 9.93 6.40 0.26 65.73 00:52:20 00:32:01 all 15.65 0.00 8.50 1.89 0.34 73.62 00:52:20 00:32:01 0 15.56 0.00 10.40 3.32 0.38 70.33 00:52:20 00:32:01 1 15.23 0.00 7.46 1.12 0.31 75.87 00:52:20 00:32:01 2 17.12 0.00 7.84 2.14 0.29 72.60 00:52:20 00:32:01 3 14.67 0.00 8.30 1.00 0.36 75.67 00:52:20 00:33:01 all 27.68 0.00 9.83 6.03 0.25 56.21 00:52:20 00:33:01 0 27.59 0.00 9.89 4.61 0.24 57.67 00:52:20 00:33:01 1 27.75 0.00 10.06 5.19 0.23 56.77 00:52:20 00:33:01 2 27.85 0.00 10.15 7.96 0.24 53.79 00:52:20 00:33:01 3 27.53 0.00 9.23 6.34 0.28 56.62 00:52:20 00:34:01 all 49.64 0.00 14.59 4.56 0.23 30.98 00:52:20 00:34:01 0 50.51 0.00 14.98 3.61 0.30 30.60 00:52:20 00:34:01 1 49.06 0.00 14.98 5.48 0.25 30.24 00:52:20 00:34:01 2 49.31 0.00 14.37 2.68 0.18 33.46 00:52:20 00:34:01 3 49.68 0.00 14.05 6.47 0.21 29.59 00:52:20 00:35:01 all 35.82 0.00 11.77 2.73 0.22 49.46 00:52:20 00:35:01 0 36.62 0.00 11.87 0.49 0.16 50.87 00:52:20 00:35:01 1 36.52 0.00 11.92 3.20 0.19 48.17 00:52:20 00:35:01 2 34.91 0.00 11.67 3.05 0.28 50.09 00:52:20 00:35:01 3 35.25 0.00 11.61 4.18 0.25 48.72 00:52:20 00:36:02 all 21.85 0.00 25.12 10.27 0.51 42.24 00:52:20 00:36:02 0 20.31 0.00 24.64 11.57 0.49 42.99 00:52:20 00:36:02 1 22.61 0.00 25.79 8.86 0.55 42.19 00:52:20 00:36:02 2 22.19 0.00 25.31 10.41 0.55 41.54 00:52:20 00:36:02 3 22.33 0.00 24.75 10.22 0.46 42.24 00:52:20 00:37:01 all 41.63 0.00 25.88 17.55 0.56 14.40 00:52:20 00:37:01 0 41.36 0.00 25.79 18.78 0.55 13.52 00:52:20 00:37:01 1 41.35 0.00 26.84 17.49 0.57 13.75 00:52:20 00:37:01 2 41.67 0.00 25.11 18.44 0.55 14.23 00:52:20 00:37:01 3 42.13 0.00 25.77 15.45 0.55 16.10 00:52:20 00:38:02 all 35.59 0.00 23.77 13.55 0.81 26.28 00:52:20 00:38:02 0 33.99 0.00 23.40 11.48 0.73 30.41 00:52:20 00:38:02 1 36.47 0.00 23.61 14.94 0.81 24.17 00:52:20 00:38:02 2 36.49 0.00 23.95 15.99 0.88 22.68 00:52:20 00:38:02 3 35.41 0.00 24.11 11.78 0.82 27.89 00:52:20 00:39:01 all 50.71 0.00 25.65 11.67 0.52 11.45 00:52:20 00:39:01 0 49.26 0.00 26.71 14.74 0.59 8.69 00:52:20 00:39:01 1 51.00 0.00 25.03 9.31 0.51 14.15 00:52:20 00:39:01 2 51.06 0.00 25.53 10.64 0.51 12.26 00:52:20 00:39:01 3 51.52 0.00 25.32 11.98 0.48 10.70 00:52:20 00:40:01 all 11.38 0.00 8.50 5.40 0.28 74.44 00:52:20 00:40:01 0 14.78 0.00 9.41 4.66 0.33 70.81 00:52:20 00:40:01 1 7.94 0.00 8.05 5.84 0.31 77.86 00:52:20 00:40:01 2 13.36 0.00 8.52 5.50 0.19 72.43 00:52:20 00:40:01 3 9.46 0.00 8.02 5.58 0.31 76.62 00:52:20 00:41:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:52:20 00:41:01 0 0.03 0.00 0.07 0.00 0.00 99.90 00:52:20 00:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:20 00:41:01 2 0.52 0.00 0.05 0.00 0.00 99.43 00:52:20 00:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:52:20 00:52:20 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:52:20 00:42:02 all 0.14 0.00 0.19 0.00 0.00 99.66 00:52:20 00:42:02 0 0.10 0.00 0.05 0.00 0.00 99.85 00:52:20 00:42:02 1 0.10 0.00 0.22 0.00 0.00 99.68 00:52:20 00:42:02 2 0.28 0.00 0.28 0.00 0.02 99.42 00:52:20 00:42:02 3 0.07 0.00 0.22 0.02 0.00 99.70 00:52:20 00:43:01 all 0.08 0.00 0.03 0.00 0.00 99.89 00:52:20 00:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:52:20 00:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:52:20 00:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:52:20 00:43:01 3 0.22 0.00 0.05 0.00 0.00 99.73 00:52:20 00:44:01 all 0.18 0.00 0.06 0.00 0.01 99.75 00:52:20 00:44:01 0 0.08 0.00 0.02 0.00 0.00 99.90 00:52:20 00:44:01 1 0.05 0.00 0.12 0.00 0.02 99.82 00:52:20 00:44:01 2 0.05 0.00 0.08 0.00 0.00 99.87 00:52:20 00:44:01 3 0.53 0.00 0.02 0.00 0.02 99.43 00:52:20 00:45:01 all 0.15 0.00 0.05 0.02 0.00 99.78 00:52:20 00:45:01 0 0.03 0.00 0.10 0.08 0.00 99.78 00:52:20 00:45:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:52:20 00:45:01 2 0.02 0.00 0.05 0.00 0.00 99.93 00:52:20 00:45:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:52:20 00:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:52:20 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:20 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:20 00:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:52:20 00:46:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:52:20 00:47:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:52:20 00:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:52:20 00:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:52:20 00:47:01 2 0.03 0.00 0.02 0.02 0.00 99.93 00:52:20 00:47:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:52:20 00:48:01 all 0.13 0.00 0.03 0.00 0.00 99.83 00:52:20 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:20 00:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:52:20 00:48:01 2 0.00 0.00 0.03 0.00 0.00 99.97 00:52:20 00:48:01 3 0.45 0.00 0.03 0.00 0.00 99.52 00:52:20 00:49:01 all 0.04 0.00 0.04 0.00 0.00 99.92 00:52:20 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:20 00:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:52:20 00:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:52:20 00:49:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:52:20 00:50:01 all 0.12 0.00 0.03 0.00 0.00 99.85 00:52:20 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:20 00:50:01 1 0.07 0.00 0.07 0.00 0.02 99.85 00:52:20 00:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:52:20 00:50:01 3 0.37 0.00 0.02 0.00 0.00 99.62 00:52:20 00:51:01 all 0.16 0.00 0.05 0.01 0.00 99.79 00:52:20 00:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:52:20 00:51:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:52:20 00:51:01 2 0.03 0.00 0.07 0.03 0.00 99.87 00:52:20 00:51:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:52:20 00:52:01 all 4.12 0.00 2.87 2.14 0.04 90.83 00:52:20 00:52:01 0 4.44 0.00 2.97 0.87 0.03 91.68 00:52:20 00:52:01 1 4.78 0.00 3.17 4.55 0.03 87.46 00:52:20 00:52:01 2 2.97 0.00 2.70 0.70 0.05 93.58 00:52:20 00:52:01 3 4.28 0.00 2.64 2.43 0.05 90.60 00:52:20 00:52:20 Average: CPU %user %nice %system %iowait %steal %idle 00:52:20 Average: all 13.69 0.00 7.29 3.62 0.18 75.22 00:52:20 Average: 0 13.71 0.00 7.45 3.54 0.18 75.11 00:52:20 Average: 1 13.52 0.00 7.33 3.56 0.18 75.40 00:52:20 Average: 2 13.80 0.00 7.22 3.79 0.18 75.01 00:52:20 Average: 3 13.71 0.00 7.17 3.57 0.18 75.38 00:52:20 00:52:20 00:52:20