Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3+9479b0bd6fd5f506950cc10d210a264fbf845fb3 (3b11d9ffdc039bcab873a992ff1dae615983c3e1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32536 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/53 [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/53 # 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 9479b0bd6fd5f506950cc10d210a264fbf845fb3 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 Merge succeeded, producing 41c67b8272bc3ee48d18e1342303fa752a9fc871 Checking out Revision 41c67b8272bc3ee48d18e1342303fa752a9fc871 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # 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 9479b0bd6fd5f506950cc10d210a264fbf845fb3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41c67b8272bc3ee48d18e1342303fa752a9fc871 # timeout=10 Commit message: "Merge commit '9479b0bd6fd5f506950cc10d210a264fbf845fb3' into HEAD" > git rev-list --no-walk 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:31 ========================================================= 00:31:31 EdgeX Global Pipelines Version Info 00:31:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:33 ------------------- 00:31:33 stable info: 00:31:33 ------------------- 00:31:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:33 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:31:33 Message: update stable to v1.0.186 00:31:34 ------------------- 00:31:34 experimental info: 00:31:34 ------------------- 00:31:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:34 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:31:34 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 41c67b8272bc3ee48d18e1342303fa752a9fc871 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 41c67b8 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:36 provisioning config files... 00:31:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/53@tmp/config2827251206270731771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:37 ---> docker-login.sh 00:31:37 nexus3.edgexfoundry.org:10001 00:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:37 Configure a credential helper to remove this warning. See 00:31:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:37 00:31:37 Login Succeeded 00:31:37 nexus3.edgexfoundry.org:10002 00:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:37 Configure a credential helper to remove this warning. See 00:31:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:37 00:31:37 Login Succeeded 00:31:37 nexus3.edgexfoundry.org:10003 00:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:37 Configure a credential helper to remove this warning. See 00:31:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:37 00:31:37 Login Succeeded 00:31:37 nexus3.edgexfoundry.org:10004 00:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:38 Configure a credential helper to remove this warning. See 00:31:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:38 00:31:38 Login Succeeded 00:31:38 docker.io 00:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:38 Configure a credential helper to remove this warning. See 00:31:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:38 00:31:38 Login Succeeded 00:31:38 ---> docker-login.sh ends [Pipeline] } 00:31:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:38 ++ 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:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/core-command/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo core-command,cmd/core-command/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/core-data/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo core-data,cmd/core-data/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/core-metadata/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/support-notifications/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/support-scheduler/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:38 + for file in '`ls cmd/**/Dockerfile`' 00:31:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:38 ++ cut -d/ -f2 00:31:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:38 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:31:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:39 00:31:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:40 latest: Pulling from edgex-devops/git-semver 00:31:40 31603596830f: Pulling fs layer 00:31:40 2a8b12db71e7: Pulling fs layer 00:31:40 6ca5941a6612: Pulling fs layer 00:31:40 ecc8261a40a4: Pulling fs layer 00:31:40 ecc8261a40a4: Waiting 00:31:40 2a8b12db71e7: Verifying Checksum 00:31:40 2a8b12db71e7: Download complete 00:31:40 31603596830f: Verifying Checksum 00:31:40 31603596830f: Download complete 00:31:40 ecc8261a40a4: Verifying Checksum 00:31:40 ecc8261a40a4: Download complete 00:31:40 6ca5941a6612: Verifying Checksum 00:31:40 6ca5941a6612: Download complete 00:31:40 31603596830f: Pull complete 00:31:40 2a8b12db71e7: Pull complete 00:31:41 6ca5941a6612: Pull complete 00:31:41 ecc8261a40a4: Pull complete 00:31:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:42 prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container 00:31:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:44 $ docker top c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:45 [ssh-agent] Looking for ssh-agent implementation... 00:31:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:45 $ docker exec c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent 00:31:45 SSH_AUTH_SOCK=/tmp/ssh-I8NWpLUmpLWi/agent.13 00:31:45 SSH_AGENT_PID=19 00:31:45 Running ssh-add (command line suppressed) 00:31:45 Identity added: /w/workspace/edgex-go/53@tmp/private_key_3606255738574254933.key (/w/workspace/edgex-go/53@tmp/private_key_3606255738574254933.key) 00:31:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:46 + git tag --points-at HEAD [Pipeline] } 00:31:46 $ docker exec --env ******** --env ******** c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent -k 00:31:46 unset SSH_AUTH_SOCK; 00:31:46 unset SSH_AGENT_PID; 00:31:46 echo Agent pid 19 killed; 00:31:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:46 [ssh-agent] Looking for ssh-agent implementation... 00:31:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:46 $ docker exec c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent 00:31:46 SSH_AUTH_SOCK=/tmp/ssh-HiukXj5k8JfL/agent.49 00:31:46 SSH_AGENT_PID=54 00:31:46 Running ssh-add (command line suppressed) 00:31:46 Identity added: /w/workspace/edgex-go/53@tmp/private_key_668286892794001040.key (/w/workspace/edgex-go/53@tmp/private_key_668286892794001040.key) 00:31:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:47 + git semver init 00:31:47 # -> Open(): unable to determine branch for HEAD 00:31:47 # $GIT_DIR = /w/workspace/edgex-go/53/.git 00:31:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/53 00:31:47 # $SEMVER_REMOTE_NAME = origin 00:31:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:47 # $SEMVER_USER_NAME = edgex-jenkins 00:31:47 # $SEMVER_BRANCH = PR-3234 00:31:47 # $SEMVER_TEMP = /tmp/semver-324533305 00:31:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:09 # '/tmp/semver-324533305' -> '/w/workspace/edgex-go/53/.semver' 00:32:10 # -> Force: false 00:32:10 # $SEMVER_DIR = /w/workspace/edgex-go/53/.semver [Pipeline] } 00:32:10 $ docker exec --env ******** --env ******** c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent -k 00:32:10 unset SSH_AUTH_SOCK; 00:32:10 unset SSH_AGENT_PID; 00:32:10 echo Agent pid 54 killed; 00:32:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:11 + git semver [Pipeline] } 00:32:11 $ docker stop --time=1 c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 00:32:12 $ docker rm -f c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:13 Stashed 1 file(s) [Pipeline] echo 00:32:13 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:15 + sudo service docker restart 00:32:15 + true 00:32:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:15 ========================================================= 00:32:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:20 Sending build context to Docker daemon 329.2MB 00:32:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:20 Step 2/6 : FROM ${BASE} 00:32:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:20 188c0c94c7c5: Pulling fs layer 00:32:20 0ef7d3d256c8: Pulling fs layer 00:32:20 de9db76c5a1d: Pulling fs layer 00:32:20 bca2f99d35d6: Pulling fs layer 00:32:20 93359f2a8cfa: Pulling fs layer 00:32:20 7c6f9722023f: Pulling fs layer 00:32:20 a35cf1a2eb13: Pulling fs layer 00:32:20 93359f2a8cfa: Waiting 00:32:20 7c6f9722023f: Waiting 00:32:20 a35cf1a2eb13: Waiting 00:32:20 bca2f99d35d6: Waiting 00:32:20 de9db76c5a1d: Verifying Checksum 00:32:20 de9db76c5a1d: Download complete 00:32:20 0ef7d3d256c8: Verifying Checksum 00:32:20 0ef7d3d256c8: Download complete 00:32:20 93359f2a8cfa: Verifying Checksum 00:32:20 93359f2a8cfa: Download complete 00:32:20 188c0c94c7c5: Verifying Checksum 00:32:20 7c6f9722023f: Verifying Checksum 00:32:20 7c6f9722023f: Download complete 00:32:20 188c0c94c7c5: Pull complete 00:32:20 0ef7d3d256c8: Pull complete 00:32:21 de9db76c5a1d: Pull complete 00:32:22 a35cf1a2eb13: Verifying Checksum 00:32:22 a35cf1a2eb13: Download complete 00:32:23 bca2f99d35d6: Verifying Checksum 00:32:23 bca2f99d35d6: Download complete 00:32:29 Still waiting to schedule task 00:32:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:29 bca2f99d35d6: Pull complete 00:32:29 93359f2a8cfa: Pull complete 00:32:29 7c6f9722023f: Pull complete 00:32:33 a35cf1a2eb13: Pull complete 00:32:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:33 ---> a62c8e92a672 00:32:33 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:32:34 ---> Running in e73426997603 00:32:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:36 (1/12) Installing libmagic (5.38-r0) 00:32:36 (2/12) Installing file (5.38-r0) 00:32:36 (3/12) Installing libc-dev (0.7.2-r3) 00:32:36 (4/12) Installing g++ (9.3.0-r2) 00:32:40 (5/12) Installing fortify-headers (1.1-r0) 00:32:40 (6/12) Installing patch (2.7.6-r6) 00:32:40 (7/12) Installing build-base (0.5-r2) 00:32:40 (8/12) Installing libsodium (1.0.18-r0) 00:32:40 (9/12) Installing pkgconf (1.7.2-r0) 00:32:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:41 (11/12) Installing libzmq (4.3.3-r0) 00:32:41 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:41 Executing busybox-1.31.1-r19.trigger 00:32:41 OK: 233 MiB in 51 packages 00:32:45 Removing intermediate container e73426997603 00:32:45 ---> d4a5d02a71ec 00:32:45 Step 4/6 : WORKDIR /edgex-go 00:32:45 ---> Running in 391c5beaef0b 00:32:45 Removing intermediate container 391c5beaef0b 00:32:45 ---> 89f0e3e2825d 00:32:45 Step 5/6 : COPY go.mod . 00:32:45 ---> ae4babe9e769 00:32:45 Step 6/6 : RUN go mod download 00:32:45 ---> Running in 3eff019fbab6 00:33:12 Removing intermediate container 3eff019fbab6 00:33:12 ---> 6abf2490e225 00:33:12 Successfully built 6abf2490e225 00:33:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:12 + docker inspect -f . ci-base-image-x86_64 00:33:12 . [Pipeline] withDockerContainer 00:33:12 prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container 00:33:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:13 $ docker top 822606e0c9c277d9644a0c9c5eacc39d7af0079b733935d42c09f64413c0eb79 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:14 + go version 00:33:14 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:14 $ docker stop --time=1 822606e0c9c277d9644a0c9c5eacc39d7af0079b733935d42c09f64413c0eb79 00:33:15 $ docker rm -f 822606e0c9c277d9644a0c9c5eacc39d7af0079b733935d42c09f64413c0eb79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:16 + docker inspect -f . ci-base-image-x86_64 00:33:16 . [Pipeline] withDockerContainer 00:33:16 prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container 00:33:16 $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:17 $ docker top bff2dc36d8f773dd4236d4a841d501752df829529c79ea098f59045f38fef57a -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:17 ========================================================= 00:33:17 [edgeXBuildGoParallel] Running Tests and Build... 00:33:17 ========================================================= [Pipeline] sh 00:33:17 + make test 00:33:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:27 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 45.9% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.210s coverage: 82.9% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.334s coverage: 92.8% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 1.0% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.229s coverage: 81.5% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.044s coverage: 87.1% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 64.4% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.345s coverage: 69.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.731s coverage: 29.1% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.110s coverage: 95.6% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:34:35 GO111MODULE=on go vet ./... 00:35:02 gofmt -l . 00:35:02 [ "`gofmt -l .`" = "" ] 00:35:03 ./bin/test-go-mod-tidy.sh 00:35:03 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:04 + ls -al . 00:35:04 total 796 00:35:04 drwxrwxr-x 10 1001 1001 4096 Apr 2 00:35 . 00:35:04 drwxr-xr-x 4 root root 30 Apr 2 00:33 .. 00:35:04 -rw-rw-r-- 1 1001 1001 11 Apr 2 00:31 .dockerignore 00:35:04 drwxrwxr-x 8 1001 1001 179 Apr 2 00:31 .git 00:35:04 drwxrwxr-x 3 1001 1001 125 Apr 2 00:31 .github 00:35:04 -rw-rw-r-- 1 1001 1001 818 Apr 2 00:31 .gitignore 00:35:04 drwx------ 3 1001 1001 60 Apr 2 00:32 .semver 00:35:04 -rw-rw-r-- 1 1001 1001 166 Apr 2 00:31 .sonarcloud.properties 00:35:04 -rw-rw-r-- 1 1001 1001 8607 Apr 2 00:31 Attribution.txt 00:35:04 -rw-rw-r-- 1 1001 1001 3804 Apr 2 00:31 CONTRIBUTING.md 00:35:04 -rw-rw-r-- 1 1001 1001 931 Apr 2 00:31 Dockerfile.build 00:35:04 -rw-rw-r-- 1 1001 1001 863 Apr 2 00:31 Jenkinsfile 00:35:04 -rw-rw-r-- 1 1001 1001 10775 Apr 2 00:31 LICENSE 00:35:04 -rw-rw-r-- 1 1001 1001 5774 Apr 2 00:31 Makefile 00:35:04 -rw-rw-r-- 1 1001 1001 6548 Apr 2 00:31 README.md 00:35:04 -rw-rw-r-- 1 1001 1001 6755 Apr 2 00:31 SECURITY.md 00:35:04 -rw-rw-r-- 1 1001 1001 5 Apr 2 00:32 VERSION 00:35:04 -rw-rw-r-- 1 1001 1001 4131 Apr 2 00:31 ZMQWindows.md 00:35:04 drwxrwxr-x 2 1001 1001 117 Apr 2 00:31 bin 00:35:04 drwxrwxr-x 14 1001 1001 4096 Apr 2 00:31 cmd 00:35:04 -rw-r--r-- 1 root root 686581 Apr 2 00:34 coverage.out 00:35:04 -rw-r--r-- 1 root root 1057 Apr 2 00:35 go.mod 00:35:04 -rw-r--r-- 1 root root 22362 Apr 2 00:35 go.sum 00:35:04 drwxrwxr-x 8 1001 1001 127 Apr 2 00:31 internal 00:35:04 drwxrwxr-x 4 1001 1001 26 Apr 2 00:31 openapi 00:35:04 drwxrwxr-x 4 1001 1001 71 Apr 2 00:31 snap 00:35:04 -rw-rw-r-- 1 1001 1001 168 Apr 2 00:31 version.go [Pipeline] sh 00:35:04 + '[' -e coverage.out ] 00:35:04 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:05 Stashed 1 file(s) [Pipeline] sh 00:35:05 + make build 00:35:05 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:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35: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:35:20 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:35:20 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:35:22 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:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:30 $ docker stop --time=1 bff2dc36d8f773dd4236d4a841d501752df829529c79ea098f59045f38fef57a 00:35:32 $ docker rm -f bff2dc36d8f773dd4236d4a841d501752df829529c79ea098f59045f38fef57a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:35:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32541 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:35:35 Running in /w/workspace/edgex-go/53 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 00:35:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:36 00:35:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:36 latest: Pulling from edgex-devops/edgex-compose 00:35:36 cbdbe7a5bc2a: Pulling fs layer 00:35:36 ca9280d653b3: Pulling fs layer 00:35:36 7e9c9ca2126c: Pulling fs layer 00:35:36 cbdbe7a5bc2a: Download complete 00:35:37 cbdbe7a5bc2a: Pull complete 00:35:37 ca9280d653b3: Verifying Checksum 00:35:37 ca9280d653b3: Download complete 00:35:38 ca9280d653b3: Pull complete 00:35:38 7e9c9ca2126c: Verifying Checksum 00:35:38 7e9c9ca2126c: Download complete 00:35:40 using credential edgex-jenkins-ssh 00:35:40 Cloning the remote Git repository 00:35:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:40 > git init /w/workspace/edgex-go/53 # timeout=10 00:35:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:41 > git --version # timeout=10 00:35:41 > git --version # 'git version 2.17.1' 00:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:44 7e9c9ca2126c: Pull complete 00:35:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:45 prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container 00:35:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:47 $ docker top 6a49f395b8c8859b59964bd706a97ff7be043649b7f96d359d7bd48d53b494e2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:47 + docker-compose build --help 00:35:47 + grep parallel 00:35:48 --parallel Build images in parallel. [Pipeline] } 00:35:48 $ docker stop --time=1 6a49f395b8c8859b59964bd706a97ff7be043649b7f96d359d7bd48d53b494e2 00:35:50 $ docker rm -f 6a49f395b8c8859b59964bd706a97ff7be043649b7f96d359d7bd48d53b494e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:51 . [Pipeline] withDockerContainer 00:35:51 prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container 00:35:51 $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:52 $ docker top 936ccc080ce2fa8bfc03cec9e0d6d3200606770957c31b4692b4da63eb48b36c -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:52 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:53 Building docker-core-command-go ... 00:35:53 Building docker-core-data-go ... 00:35:53 Building docker-core-metadata-go ... 00:35:53 Building docker-security-bootstrapper-go ... 00:35:53 Building docker-security-proxy-setup-go ... 00:35:53 Building docker-security-secretstore-setup-go ... 00:35:53 Building docker-support-notifications-go ... 00:35:53 Building docker-support-scheduler-go ... 00:35:53 Building docker-sys-mgmt-agent-go ... 00:35:53 Building docker-security-secretstore-setup-go 00:35:53 Building docker-core-command-go 00:35:53 Building docker-support-notifications-go 00:35:53 Building docker-support-scheduler-go 00:35:53 Building docker-security-bootstrapper-go 00:35:57 Merging remotes/origin/master commit 9479b0bd6fd5f506950cc10d210a264fbf845fb3 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 00:35:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:57 > git config core.sparsecheckout # timeout=10 00:35:57 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 00:35:57 > git remote # timeout=10 00:35:57 > git config --get remote.origin.url # timeout=10 00:35:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:57 > git merge 9479b0bd6fd5f506950cc10d210a264fbf845fb3 # timeout=10 00:35:58 Merge succeeded, producing 2c470540df34fecea36a5fdc264529cb653d5ec0 00:35:58 Checking out Revision 2c470540df34fecea36a5fdc264529cb653d5ec0 (PR-3234) 00:35:58 > git rev-parse HEAD^{commit} # timeout=10 00:35:58 > git config core.sparsecheckout # timeout=10 00:35:58 > git checkout -f 2c470540df34fecea36a5fdc264529cb653d5ec0 # timeout=10 00:36:02 Commit message: "Merge commit '9479b0bd6fd5f506950cc10d210a264fbf845fb3' into HEAD" 00:36:02 > git rev-list --no-walk 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:04 + + truesudo 00:36:04 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:06 provisioning config files... 00:36:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/53@tmp/config6272463397045909934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:07 ---> docker-login.sh 00:36:07 nexus3.edgexfoundry.org:10001 00:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:08 Configure a credential helper to remove this warning. See 00:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:08 00:36:08 Login Succeeded 00:36:08 nexus3.edgexfoundry.org:10002 00:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:09 Configure a credential helper to remove this warning. See 00:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:09 00:36:09 Login Succeeded 00:36:09 nexus3.edgexfoundry.org:10003 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:09 Configure a credential helper to remove this warning. See 00:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:09 00:36:09 Login Succeeded 00:36:09 nexus3.edgexfoundry.org:10004 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:10 Configure a credential helper to remove this warning. See 00:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:10 00:36:10 Login Succeeded 00:36:10 docker.io 00:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:11 Configure a credential helper to remove this warning. See 00:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:11 00:36:11 Login Succeeded 00:36:11 ---> docker-login.sh ends [Pipeline] } 00:36:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:11 ========================================================= 00:36:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:12 + 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:36:14 Sending build context to Docker daemon 167.1MB 00:36:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:14 Step 2/6 : FROM ${BASE} 00:36:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:14 5f621e34cdf4: Pulling fs layer 00:36:14 a4357932f1b6: Pulling fs layer 00:36:14 18c013af1878: Pulling fs layer 00:36:14 00ac8860ef70: Pulling fs layer 00:36:14 63d7cb157983: Pulling fs layer 00:36:14 b116817d02f9: Pulling fs layer 00:36:14 745a02a5169b: Pulling fs layer 00:36:14 00ac8860ef70: Waiting 00:36:14 63d7cb157983: Waiting 00:36:14 745a02a5169b: Waiting 00:36:14 b116817d02f9: Waiting 00:36:14 18c013af1878: Verifying Checksum 00:36:14 18c013af1878: Download complete 00:36:14 a4357932f1b6: Download complete 00:36:14 63d7cb157983: Download complete 00:36:14 5f621e34cdf4: Verifying Checksum 00:36:14 5f621e34cdf4: Download complete 00:36:14 b116817d02f9: Verifying Checksum 00:36:14 b116817d02f9: Download complete 00:36:15 5f621e34cdf4: Pull complete 00:36:15 a4357932f1b6: Pull complete 00:36:16 18c013af1878: Pull complete 00:36:17 745a02a5169b: Download complete 00:36:18 00ac8860ef70: Verifying Checksum 00:36:18 00ac8860ef70: Download complete 00:36:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:26 ---> 6abf2490e225 00:36:26 Step 3/24 : WORKDIR /edgex-go 00:36:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:26 ---> 6abf2490e225 00:36:26 Step 3/22 : WORKDIR /edgex-go 00:36:26 ---> Running in 78a904bfc0ca 00:36:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:26 ---> 6abf2490e225 00:36:26 Step 3/23 : WORKDIR /edgex-go 00:36:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:26 ---> 6abf2490e225 00:36:26 Step 3/22 : WORKDIR /edgex-go 00:36:26 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:36:26 ---> 6abf2490e225 00:36:26 Step 3/31 : WORKDIR /edgex-go 00:36:27 ---> Running in 6c28405a619e 00:36:27 ---> Running in f82a7a4a2706 00:36:27 ---> Running in 45096a5d1a4c 00:36:27 ---> Running in 6b4af1d90755 00:36:27 Removing intermediate container 78a904bfc0ca 00:36:27 ---> 6d1b26cc9fbc 00:36:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 45096a5d1a4c 00:36:27 ---> 51521322f552 00:36:27 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 6c28405a619e 00:36:27 ---> 5e0f52cfd40b 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container f82a7a4a2706 00:36:27 ---> dbc8b56ebbf0 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 6b4af1d90755 00:36:27 ---> eda3806a0061 00:36:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 ---> Running in 8601ac307677 00:36:27 ---> Running in 32dfeaf6aaa5 00:36:27 ---> Running in ff9cc03989df 00:36:27 ---> Running in 6bb62ac0af52 00:36:27 ---> Running in dcb121890536 00:36:28 00ac8860ef70: Pull complete 00:36:29 63d7cb157983: Pull complete 00:36:29 b116817d02f9: Pull complete 00:36:29 Removing intermediate container 8601ac307677 00:36:29 ---> 676252faef14 00:36:29 Step 5/22 : RUN apk add --update --no-cache make git 00:36:29 ---> Running in cad4bfd09511 00:36:29 Removing intermediate container 32dfeaf6aaa5 00:36:29 ---> d1397282abd1 00:36:29 Step 5/31 : RUN apk add --update --no-cache make git 00:36:29 ---> Running in a5614b63467f 00:36:30 Removing intermediate container ff9cc03989df 00:36:30 ---> f9080369adc2 00:36:30 Step 5/24 : RUN apk add --update --no-cache make git 00:36:30 ---> Running in c81315fa03ca 00:36:30 Removing intermediate container dcb121890536 00:36:30 ---> 9e17e059f1d7 00:36:30 Step 5/23 : RUN apk add --update --no-cache make git 00:36:30 Removing intermediate container 6bb62ac0af52 00:36:30 ---> dfcdf9b7bf12 00:36:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:30 ---> Running in 5fdc2f894ced 00:36:30 ---> Running in ab4702b5334e 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 OK: 233 MiB in 51 packages 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 OK: 233 MiB in 51 packages 00:36:32 OK: 233 MiB in 51 packages 00:36:32 745a02a5169b: Pull complete 00:36:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:32 ---> b7e6874047d6 00:36:32 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:36:32 OK: 233 MiB in 51 packages 00:36:32 Removing intermediate container cad4bfd09511 00:36:32 ---> 78873f0586b5 00:36:32 Step 6/22 : COPY go.mod . 00:36:33 OK: 233 MiB in 51 packages 00:36:33 Removing intermediate container c81315fa03ca 00:36:33 ---> 0b2bec2523cc 00:36:33 Step 6/24 : COPY go.mod . 00:36:33 ---> e00fde7c9613 00:36:33 Step 7/22 : RUN go mod download 00:36:33 Removing intermediate container a5614b63467f 00:36:33 ---> ba936cf93004 00:36:33 Step 6/31 : COPY go.mod . 00:36:33 ---> Running in e74d2abedbc4 00:36:33 ---> 651963caa9f6 00:36:33 Step 7/24 : RUN go mod download 00:36:33 Removing intermediate container 5fdc2f894ced 00:36:33 ---> 10c56eb31a85 00:36:33 Step 6/23 : COPY go.mod . 00:36:34 ---> Running in 58328da2032b 00:36:34 ---> 009c8ab02f4f 00:36:34 Step 7/31 : RUN go mod download 00:36:34 Removing intermediate container ab4702b5334e 00:36:34 ---> 3270f6b0a08d 00:36:34 Step 6/22 : COPY go.mod . 00:36:34 ---> Running in 56f7bbbcc8d1 00:36:34 ---> 3b63019df713 00:36:34 Step 7/23 : RUN go mod download 00:36:34 ---> Running in 116c91b8d177 00:36:34 ---> cf58bf6d638b 00:36:34 Step 7/22 : RUN go mod download 00:36:35 ---> Running in 620b6c4cbe34 00:36:36 ---> Running in d3b4ece7fea5 00:36:36 Removing intermediate container e74d2abedbc4 00:36:36 ---> cd185f7ebc9d 00:36:36 Step 8/22 : COPY . . 00:36:36 Removing intermediate container 58328da2032b 00:36:36 ---> 18ff5cd90775 00:36:36 Step 8/24 : COPY . . 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:38 Removing intermediate container 56f7bbbcc8d1 00:36:38 ---> 59b4cef401c5 00:36:38 Step 8/31 : COPY . . 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:39 (1/12) Installing libmagic (5.38-r0) 00:36:39 (2/12) Installing file (5.38-r0) 00:36:39 (3/12) Installing libc-dev (0.7.2-r3) 00:36:39 (4/12) Installing g++ (9.3.0-r2) 00:36:43 (5/12) Installing fortify-headers (1.1-r0) 00:36:43 (6/12) Installing patch (2.7.6-r6) 00:36:43 (7/12) Installing build-base (0.5-r2) 00:36:43 (8/12) Installing libsodium (1.0.18-r0) 00:36:43 (9/12) Installing pkgconf (1.7.2-r0) 00:36:43 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:43 (11/12) Installing libzmq (4.3.3-r0) 00:36:43 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:43 Executing busybox-1.31.1-r19.trigger 00:36:43 OK: 217 MiB in 51 packages 00:36:44 Removing intermediate container 116c91b8d177 00:36:44 ---> 777510b44bc4 00:36:44 Step 8/23 : COPY . . 00:36:44 Removing intermediate container 620b6c4cbe34 00:36:44 ---> 3c796c4d5769 00:36:44 Step 8/22 : COPY . . 00:36:48 Removing intermediate container d3b4ece7fea5 00:36:48 ---> a48de6ad14f8 00:36:48 Step 4/6 : WORKDIR /edgex-go 00:36:48 ---> Running in cfecf220f70f 00:36:48 Removing intermediate container cfecf220f70f 00:36:48 ---> 9cc8da56017c 00:36:48 Step 5/6 : COPY go.mod . 00:36:49 ---> 96431fed3af6 00:36:49 Step 6/6 : RUN go mod download 00:36:49 ---> Running in 726d4bab0d70 00:37:16 Removing intermediate container 726d4bab0d70 00:37:16 ---> 6195abde3c95 00:37:16 Successfully built 6195abde3c95 00:37:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:16 + docker inspect -f . ci-base-image-arm64 00:37:16 . [Pipeline] withDockerContainer 00:37:16 prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container 00:37:17 ---> eb4f8d322751 00:37:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:18 ---> 9ea9dae729c4 00:37:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:18 ---> 92902476cff0 00:37:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:18 ---> Running in 97f4ce7126e0 00:37:18 ---> 6a60cb468cc3 00:37:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:18 ---> Running in 2fd9bacdcd49 00:37:18 ---> Running in 410e3c79cbb1 00:37:18 ---> 9f040feb6240 00:37:18 Step 9/23 : RUN make cmd/core-command/core-command 00:37:18 $ docker top 778e42e96a5c06ff8effb58c114295ebfc085a8433da35a5b565a6e39a9d6c10 -eo pid,comm 00:37:18 ---> Running in 010cf8c45327 00:37:18 ---> Running in 879ff7c18c85 [Pipeline] { [Pipeline] sh 00:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:19 + go version 00:37:19 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:19 $ docker stop --time=1 778e42e96a5c06ff8effb58c114295ebfc085a8433da35a5b565a6e39a9d6c10 00:37:21 $ docker rm -f 778e42e96a5c06ff8effb58c114295ebfc085a8433da35a5b565a6e39a9d6c10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:22 + docker inspect -f . ci-base-image-arm64 00:37:22 . [Pipeline] withDockerContainer 00:37:22 prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container 00:37:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:24 $ docker top 25a1cbf8b80888f9ab762e29b516262d7468d3a9c51b255251031e68b422cc66 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:24 ========================================================= 00:37:24 [edgeXBuildGoParallel] Running Tests and Build... 00:37:24 ========================================================= [Pipeline] sh 00:37:25 + make test 00:37:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:47 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38:04 Removing intermediate container 410e3c79cbb1 00:38:04 ---> 33f66661f763 00:38:04 00:38:04 Step 10/31 : FROM alpine:3.12 00:38:04 Removing intermediate container 010cf8c45327 00:38:04 ---> 87750c684f3b 00:38:04 00:38:04 Step 10/24 : FROM alpine:3.12 00:38:04 Removing intermediate container 2fd9bacdcd49 00:38:04 ---> ffc3f818e85b 00:38:04 00:38:04 Step 10/22 : FROM alpine:3.12 00:38:04 Removing intermediate container 879ff7c18c85 00:38:04 ---> 6a0c674b2f10 00:38:04 00:38:04 Step 10/23 : FROM alpine:3.12 00:38:04 3.12: Pulling from library/alpine 00:38:04 3.12: Pulling from library/alpine 00:38:04 3.12: Pulling from library/alpine 00:38:04 3.12: Pulling from library/alpine 00:38:04 Removing intermediate container 97f4ce7126e0 00:38:04 ---> b797dda91fb0 00:38:04 00:38:04 Step 10/22 : FROM alpine:3.12 00:38:04 3.12: Pulling from library/alpine 00:38:04 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:38:04 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:38:04 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:38:04 Status: Image is up to date for alpine:3.12 00:38:04 Status: Downloaded newer image for alpine:3.12 00:38:04 Status: Downloaded newer image for alpine:3.12 00:38:04 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:38:04 Status: Image is up to date for alpine:3.12 00:38:04 ---> 7230e588e954 00:38:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:04 ---> 7230e588e954 00:38:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:04 ---> 7230e588e954 00:38:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:04 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:38:04 Status: Image is up to date for alpine:3.12 00:38:04 ---> 7230e588e954 00:38:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:38:04 ---> 7230e588e954 00:38:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:04 ---> Running in c193a33b5577 00:38:04 ---> Running in 5296a37e4ee1 00:38:04 ---> Running in c85c6077de5d 00:38:04 ---> Running in 16b833ceb9e9 00:38:04 ---> Running in 157c9dcc1abe 00:38:04 Removing intermediate container 16b833ceb9e9 00:38:04 ---> a785f50355b0 00:38:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:38:04 ---> Running in d9cf8b257022 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 (1/6) Installing ca-certificates (20191127-r4) 00:38:04 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:38:04 (3/6) Installing libcurl (7.69.1-r3) 00:38:04 (4/6) Installing curl (7.69.1-r3) 00:38:04 (5/6) Installing dumb-init (1.2.2-r1) 00:38:04 (6/6) Installing su-exec (0.2-r1) 00:38:04 Executing busybox-1.31.1-r20.trigger 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 Executing ca-certificates-20191127-r4.trigger 00:38:04 (1/2) Installing ca-certificates (20191127-r4) 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 (2/2) Installing dumb-init (1.2.2-r1) 00:38:04 Executing busybox-1.31.1-r20.trigger 00:38:04 Executing ca-certificates-20191127-r4.trigger 00:38:04 OK: 7 MiB in 20 packages 00:38:04 OK: 6 MiB in 16 packages 00:38:04 (1/1) Installing dumb-init (1.2.2-r1) 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 Executing busybox-1.31.1-r20.trigger 00:38:04 OK: 6 MiB in 15 packages 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 (1/2) Installing dumb-init (1.2.2-r1) 00:38:04 (2/2) Installing su-exec (0.2-r1) 00:38:04 Executing busybox-1.31.1-r20.trigger 00:38:04 OK: 6 MiB in 16 packages 00:38:05 (1/1) Installing dumb-init (1.2.2-r1) 00:38:05 Executing busybox-1.31.1-r20.trigger 00:38:05 OK: 6 MiB in 15 packages 00:38:07 Removing intermediate container c85c6077de5d 00:38:07 ---> d9af338c58d5 00:38:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:07 ---> Running in 44b4a63d0e47 00:38:07 Removing intermediate container 5296a37e4ee1 00:38:07 ---> a18b30578f6f 00:38:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:07 Removing intermediate container c193a33b5577 00:38:07 ---> a3a5ef86f3d3 00:38:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:07 ---> Running in 78afa5993d97 00:38:07 ---> Running in 4fc90c6cdd24 00:38:07 Removing intermediate container d9cf8b257022 00:38:07 ---> 23d4f29720cb 00:38:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:38:07 Removing intermediate container 157c9dcc1abe 00:38:07 ---> 0f862b4f61bd 00:38:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:07 Removing intermediate container 44b4a63d0e47 00:38:07 ---> 0a3e992241e6 00:38:07 Step 13/24 : WORKDIR / 00:38:07 ---> Running in 3dde37160e9d 00:38:07 ---> Running in 0236d6035d88 00:38:07 ---> Running in 9b144d9faba9 00:38:08 Removing intermediate container 78afa5993d97 00:38:08 ---> 23f2094476e7 00:38:08 Step 13/22 : ENV APP_PORT=48060 00:38:08 Removing intermediate container 4fc90c6cdd24 00:38:08 ---> 45ea3857df7a 00:38:08 Step 13/23 : ENV APP_PORT=48082 00:38:08 ---> Running in 5fe8114f6355 00:38:08 ---> Running in cb14fef2d1ce 00:38:08 Removing intermediate container 3dde37160e9d 00:38:08 ---> 98485c07c1dc 00:38:08 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:08 Removing intermediate container 0236d6035d88 00:38:08 ---> ff7b73d2b30f 00:38:08 Step 13/22 : ENV APP_PORT=48085 00:38:08 Removing intermediate container 9b144d9faba9 00:38:08 ---> 70d78f775f53 00:38:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:08 ---> Running in 1d20ae0fe4c3 00:38:08 ---> Running in 6e91d86f8f2b 00:38:08 Removing intermediate container 5fe8114f6355 00:38:08 ---> 4dd9dd0d01dd 00:38:08 Step 14/22 : EXPOSE $APP_PORT 00:38:08 Removing intermediate container cb14fef2d1ce 00:38:08 ---> 2689be765655 00:38:08 Step 14/23 : EXPOSE $APP_PORT 00:38:09 ---> Running in 5eb1bac7b1e7 00:38:09 ---> Running in 5f8889bf3a1b 00:38:09 ---> 102fc2a4e3c5 00:38:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:38:09 Removing intermediate container 1d20ae0fe4c3 00:38:09 ---> d6477a9b7a41 00:38:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:09 Removing intermediate container 6e91d86f8f2b 00:38:09 ---> 7a3249318046 00:38:09 Step 14/22 : EXPOSE $APP_PORT 00:38:09 ---> Running in 490e1e5e38c9 00:38:09 ---> Running in 374f7ecd635e 00:38:09 Removing intermediate container 5eb1bac7b1e7 00:38:09 ---> fe0823acec25 00:38:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:09 Removing intermediate container 5f8889bf3a1b 00:38:09 ---> a20384c45ea4 00:38:09 Step 15/23 : WORKDIR / 00:38:10 ---> 0c04b463843f 00:38:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:10 ---> Running in 6754a2c53013 00:38:10 Removing intermediate container 490e1e5e38c9 00:38:10 ---> fbf8821e3ee2 00:38:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:10 ---> d27f37fa1e4c 00:38:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:10 ---> fc55540eb775 00:38:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:10 Removing intermediate container 6754a2c53013 00:38:10 ---> c2a7974db7f9 00:38:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:10 ---> 3e23d6db3144 00:38:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:11 ---> 417cb069d410 00:38:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:11 ---> be214e487590 00:38:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:11 ---> 15a744db5e87 00:38:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:11 Removing intermediate container 374f7ecd635e 00:38:11 ---> e44ad1f63493 00:38:11 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:38:11 ---> b948db1f4d82 00:38:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:11 ---> 077a8a322a62 00:38:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:11 ---> 8d2502ba79cb 00:38:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:11 ---> Running in 1ff4b93f3a51 00:38:12 ---> Running in 17c792631876 00:38:12 ---> 3b54c411a8b2 00:38:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:12 ---> 095fe916064c 00:38:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:12 Removing intermediate container 1ff4b93f3a51 00:38:12 ---> c80b2c25983a 00:38:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:12 Removing intermediate container 17c792631876 00:38:12 ---> a7aee1c03852 00:38:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:12 ---> cd1c502c70fe 00:38:12 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:12 ---> a4cb651392ab 00:38:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:38:12 ---> Running in 8fa78a8280ce 00:38:12 ---> Running in b26b5352d512 00:38:12 ---> Running in 65742e8407db 00:38:12 ---> Running in cfb433a9dbb8 00:38:12 ---> ee1831d60acb 00:38:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:12 Removing intermediate container 8fa78a8280ce 00:38:12 ---> 4eb35e9eca01 00:38:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:13 ---> Running in c640c6c97791 00:38:13 Removing intermediate container b26b5352d512 00:38:13 ---> 8bc10550466b 00:38:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:13 ---> Running in 512b42dcd050 00:38:13 Removing intermediate container 65742e8407db 00:38:13 ---> 267b373c8b0d 00:38:13 Step 20/22 : LABEL arch=x86_64 00:38:13 ---> Running in 0f7b6f1b9800 00:38:13 ---> Running in 82b79b2a6881 00:38:13 Removing intermediate container 512b42dcd050 00:38:13 ---> 80dffccc9429 00:38:13 Step 20/22 : LABEL arch=x86_64 00:38:13 Removing intermediate container 0f7b6f1b9800 00:38:13 ---> 53ccb770caa4 00:38:13 Step 21/23 : LABEL arch=x86_64 00:38:13 ---> Running in 95cb57850ede 00:38:13 ---> Running in caaee2014ad2 00:38:13 Removing intermediate container 82b79b2a6881 00:38:13 ---> bdf706e181fc 00:38:13 Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:38:14 ---> Running in 37ea054f5fae 00:38:14 Removing intermediate container 95cb57850ede 00:38:14 ---> f94e9127d3b5 00:38:14 Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:38:14 Removing intermediate container caaee2014ad2 00:38:14 ---> f24071047f37 00:38:14 Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:38:14 ---> Running in be0b84f9b08a 00:38:14 ---> Running in a1af337af967 00:38:14 Removing intermediate container cfb433a9dbb8 00:38:14 ---> 1da40c1d2f52 00:38:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:14 Removing intermediate container 37ea054f5fae 00:38:14 ---> ecc5ebba22c6 00:38:14 Step 22/22 : LABEL version=0.0.0 00:38:14 ---> Running in 77c95bd6cda6 00:38:14 Removing intermediate container be0b84f9b08a 00:38:14 ---> 9d12a9bd8d4a 00:38:14 Step 22/22 : LABEL version=0.0.0 00:38:14 ---> Running in 7dc0928bf9d2 00:38:14 Removing intermediate container a1af337af967 00:38:14 ---> 227677b07be5 00:38:14 Step 23/23 : LABEL version=0.0.0 00:38:15 Removing intermediate container c640c6c97791 00:38:15 ---> 0c0c303dab7b 00:38:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:15 ---> Running in 183221d9933c 00:38:15 ---> Running in 4d281b037d00 00:38:15 Removing intermediate container 77c95bd6cda6 00:38:15 ---> b00d68e28be9 00:38:15 Step 22/24 : LABEL arch=x86_64 00:38:15 Removing intermediate container 7dc0928bf9d2 00:38:15 ---> c87731dff113 00:38:15 00:38:15 Removing intermediate container 183221d9933c 00:38:15 ---> 427114d9b95b 00:38:15 00:38:15 ---> Running in 9898d5bbaf2d 00:38:15 Successfully built c87731dff113 00:38:15 Successfully tagged docker-support-notifications-go:latest 00:38:15  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:38:15 ---> 3dcac7903e44 00:38:15 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:15 Removing intermediate container 4d281b037d00 00:38:15 ---> c62c41780bb7 00:38:15 00:38:15 Successfully built 427114d9b95b 00:38:16 Successfully tagged docker-support-scheduler-go:latest 00:38:16  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:38:16 Successfully built c62c41780bb7 00:38:16 Removing intermediate container 9898d5bbaf2d 00:38:16 ---> fb44696b9907 00:38:16 Step 23/24 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:38:16 Successfully tagged docker-core-command-go:latest 00:38:16 Building docker-core-metadata-go 00:38:16  Building docker-core-command-go ... done  ---> Running in 46ed14f095ee 00:38:16 ---> e931107c79c8 00:38:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:16 Removing intermediate container 46ed14f095ee 00:38:16 ---> c62e4eb19aef 00:38:16 Step 24/24 : LABEL version=0.0.0 00:38:16 ---> Running in da1a7c1f7c24 00:38:16 ---> 58822cbdd446 00:38:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:16 Removing intermediate container da1a7c1f7c24 00:38:16 ---> a820096e8f8d 00:38:16 00:38:17 Successfully built a820096e8f8d 00:38:17 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:17 Building docker-core-data-go 00:38:17  Building docker-security-secretstore-setup-go ... done  ---> 27a505efa23d 00:38:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:38:21 ---> 5197c74d89fd 00:38:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:38:23 ---> Running in 93185530d4c2 00:38:24 Removing intermediate container 93185530d4c2 00:38:24 ---> 8fa0615ca614 00:38:24 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:28 ---> aff42bc5128f 00:38:28 Step 26/31 : RUN chmod +x /entrypoint.sh 00:38:28 ---> Running in 2c07a9142f9b 00:38:30 Removing intermediate container 2c07a9142f9b 00:38:30 ---> 78375bff613c 00:38:30 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:38:37 ---> Running in 6a74590ad1d3 00:38:38 Removing intermediate container 6a74590ad1d3 00:38:38 ---> a173bde3eb54 00:38:38 Step 28/31 : CMD ["gate"] 00:38:39 ---> Running in 85d54398027d 00:38:40 Removing intermediate container 85d54398027d 00:38:40 ---> 27ac974fc9a0 00:38:40 Step 29/31 : LABEL arch=x86_64 00:38:42 ---> Running in 1bfeb8831ab1 00:38:43 Removing intermediate container 1bfeb8831ab1 00:38:43 ---> a92faf6e2a1f 00:38:43 Step 30/31 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:38:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:43 ---> 6abf2490e225 00:38:43 Step 3/26 : WORKDIR /edgex-go 00:38:43 ---> Using cache 00:38:43 ---> eda3806a0061 00:38:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:43 ---> Using cache 00:38:43 ---> 9e17e059f1d7 00:38:43 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:44 ---> 6abf2490e225 00:38:44 Step 3/23 : WORKDIR /edgex-go 00:38:44 ---> Using cache 00:38:44 ---> eda3806a0061 00:38:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:44 ---> Using cache 00:38:44 ---> 9e17e059f1d7 00:38:44 Step 5/23 : RUN apk add --update --no-cache make git 00:38:44 ---> Using cache 00:38:44 ---> 10c56eb31a85 00:38:44 Step 6/23 : COPY go.mod . 00:38:44 ---> Using cache 00:38:44 ---> 3b63019df713 00:38:44 Step 7/23 : RUN go mod download 00:38:44 ---> Using cache 00:38:44 ---> 777510b44bc4 00:38:44 Step 8/23 : COPY . . 00:38:44 ---> Using cache 00:38:44 ---> 9f040feb6240 00:38:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:44 ---> 6abf2490e225 00:38:44 Step 3/21 : WORKDIR /edgex-go 00:38:44 ---> Using cache 00:38:44 ---> eda3806a0061 00:38:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:44 ---> Using cache 00:38:44 ---> 9e17e059f1d7 00:38:44 Step 5/21 : RUN apk add --update --no-cache make git 00:38:44 ---> Using cache 00:38:44 ---> 10c56eb31a85 00:38:44 Step 6/21 : COPY go.mod . 00:38:44 ---> Using cache 00:38:44 ---> 3b63019df713 00:38:44 Step 7/21 : RUN go mod download 00:38:44 ---> Using cache 00:38:44 ---> 777510b44bc4 00:38:44 Step 8/21 : COPY . . 00:38:44 ---> Using cache 00:38:44 ---> 9f040feb6240 00:38:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:44 ---> 6abf2490e225 00:38:44 Step 3/23 : WORKDIR /edgex-go 00:38:44 ---> Using cache 00:38:44 ---> eda3806a0061 00:38:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:44 ---> Using cache 00:38:44 ---> 9e17e059f1d7 00:38:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:45 ---> Running in eae38dad279f 00:38:45 ---> Running in 90231ffd90a7 00:38:45 ---> Running in edbbd3f4453b 00:38:45 ---> Running in 941dc2e4cc2f 00:38:45 ---> Running in 97344ece6a30 00:38:46 Removing intermediate container eae38dad279f 00:38:46 ---> abca18980196 00:38:46 Step 31/31 : LABEL version=0.0.0 00:38:46 ---> Running in 67bdd01d34e5 00:38:46 Removing intermediate container 67bdd01d34e5 00:38:46 ---> 1e8e86ced910 00:38:46 00:38:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:47 Successfully built 1e8e86ced910 00:38:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:47 Successfully tagged docker-security-bootstrapper-go:latest 00:38:47  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 OK: 233 MiB in 51 packages 00:38:49 OK: 233 MiB in 51 packages 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:51 Removing intermediate container 97344ece6a30 00:38:51 ---> a4db9ccc441f 00:38:51 Step 6/26 : COPY go.mod . 00:38:51 Removing intermediate container edbbd3f4453b 00:38:51 ---> 860c00886dc8 00:38:51 Step 6/23 : COPY go.mod . 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:52 ---> 9ae291b018fd 00:38:52 Step 7/23 : RUN go mod download 00:38:52 ---> 6697c3ebd3f4 00:38:52 Step 7/26 : RUN go mod download 00:38:52 ---> Running in 7085fd7672e0 00:38:52 ---> Running in 87675c057b3a 00:38:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:56 Removing intermediate container 7085fd7672e0 00:38:56 ---> 4d90367adc61 00:38:56 Step 8/23 : COPY . . 00:38:56 Removing intermediate container 87675c057b3a 00:38:56 ---> 7b9cd9a7ea40 00:38:56 Step 8/26 : COPY . . 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39: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:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.309s coverage: 45.9% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.194s coverage: 19.8% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.198s coverage: 100.0% of statements 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.1% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.203s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.154s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.9% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:26 Removing intermediate container 90231ffd90a7 00:39:26 ---> adfd95af728d 00:39:26 00:39:26 Step 10/21 : FROM alpine:3.12 00:39:26 ---> 7230e588e954 00:39:26 Step 11/21 : RUN apk add --update --no-cache curl 00:39:26 Removing intermediate container 941dc2e4cc2f 00:39:26 ---> 376a97206765 00:39:26 00:39:26 Step 10/23 : FROM alpine:3.12 00:39:26 ---> 7230e588e954 00:39:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:26 ---> Using cache 00:39:26 ---> 0f862b4f61bd 00:39:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:26 ---> Using cache 00:39:26 ---> ff7b73d2b30f 00:39:26 Step 13/23 : ENV APP_PORT=48081 00:39:26 ---> Running in 2ac1ae620189 00:39:26 ---> Running in b86d161e19f8 00:39:26 ---> 70c82b5dbebd 00:39:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:26 ---> 755aee0240de 00:39:26 Step 9/23 : RUN make cmd/core-data/core-data 00:39:26 ---> Running in e7ede8aa6752 00:39:26 ---> Running in c4a9a6ad64d3 00:39:26 Removing intermediate container 2ac1ae620189 00:39:26 ---> e5c394174ad8 00:39:26 Step 14/23 : EXPOSE $APP_PORT 00:39:26 ---> Running in 109bfff853c6 00:39:27 Removing intermediate container 109bfff853c6 00:39:27 ---> 0c1550397a36 00:39:27 Step 15/23 : WORKDIR / 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:27 ---> Running in c5773d059322 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:27 (1/4) Installing ca-certificates (20191127-r4) 00:39:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:27 (3/4) Installing libcurl (7.69.1-r3) 00:39:27 Removing intermediate container c5773d059322 00:39:27 ---> f169ed8c220b 00:39:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:27 (4/4) Installing curl (7.69.1-r3) 00:39:27 Executing busybox-1.31.1-r20.trigger 00:39:27 Executing ca-certificates-20191127-r4.trigger 00:39:27 OK: 7 MiB in 18 packages 00:39:28 ---> 07966555b633 00:39:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:29 Removing intermediate container b86d161e19f8 00:39:29 ---> 34f6dfd1056e 00:39:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:30 ---> Running in d4965e7ed200 00:39:30 ---> bf898f91d88e 00:39:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:30 Removing intermediate container d4965e7ed200 00:39:30 ---> 281f915a6b51 00:39:30 Step 13/21 : WORKDIR /edgex 00:39:30 ---> Running in ac233c82321f 00:39:30 ---> bc92796cd33d 00:39:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:30 ---> Running in 91a84be36be3 00:39:30 Removing intermediate container ac233c82321f 00:39:30 ---> 2dc64690c8b6 00:39:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.150s coverage: 100.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.441s coverage: 86.7% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.516s coverage: 97.5% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.182s coverage: 78.3% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:31 Removing intermediate container 91a84be36be3 00:39:31 ---> 34f4310b7afb 00:39:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:31 ---> Running in a80218ab224e 00:39:31 ---> d00c99fc9bf9 00:39:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:31 Removing intermediate container a80218ab224e 00:39:31 ---> 1af9b883100b 00:39:31 Step 21/23 : LABEL arch=x86_64 00:39:31 ---> Running in bf35218219b5 00:39:32 Removing intermediate container bf35218219b5 00:39:32 ---> f5ab597f8ff5 00:39:32 Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:39:33 ---> Running in 866399625c8f 00:39:33 ---> ef2e348f8cdf 00:39:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:33 Removing intermediate container 866399625c8f 00:39:33 ---> f3b261f9ca33 00:39:33 Step 23/23 : LABEL version=0.0.0 00:39:33 ---> Running in 3c22811d2f9c 00:39:33 ---> 5edf461491b2 00:39:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:33 ---> Running in 575fae6e0a66 00:39:34 Removing intermediate container 3c22811d2f9c 00:39:34 ---> 382986767b9d 00:39:34 00:39:34 Removing intermediate container 575fae6e0a66 00:39:34 ---> 6452cca5731d 00:39:34 Step 18/21 : CMD ["--init=true"] 00:39:34 Successfully built 382986767b9d 00:39:34 ---> Running in 738ee4b6d1bf 00:39:34 Successfully tagged docker-core-metadata-go:latest 00:39:35  Building docker-core-metadata-go ... done Removing intermediate container 738ee4b6d1bf 00:39:35 ---> 32c33bfd91dc 00:39:35 Step 19/21 : LABEL arch=x86_64 00:39:35 ---> Running in aec69a18a5e7 00:39:35 Removing intermediate container aec69a18a5e7 00:39:35 ---> 878f1c5ac365 00:39:35 Step 20/21 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:39:35 ---> Running in c4b8bb3111ee 00:39:36 Removing intermediate container c4b8bb3111ee 00:39:36 ---> c1d267f1a57d 00:39:36 Step 21/21 : LABEL version=0.0.0 00:39:36 ---> Running in f69c68e14289 00:39:37 Removing intermediate container f69c68e14289 00:39:37 ---> 983e2a2520cf 00:39:37 00:39:37 Successfully built 983e2a2520cf 00:39:37 Successfully tagged docker-security-proxy-setup-go:latest 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.178s coverage: 92.8% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.130s coverage: 58.8% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 1.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.152s coverage: 47.1% of statements 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.191s coverage: 79.5% of statements 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.150s coverage: 94.1% of statements 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.182s coverage: 87.5% of statements 00:39:49  Building docker-security-proxy-setup-go ... done Removing intermediate container e7ede8aa6752 00:39:49 ---> 68adfcfc667c 00:39:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:49 ---> Running in 7a380a67c2e7 00:39:49 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:53 Removing intermediate container c4a9a6ad64d3 00:39:53 ---> 5ffcc87b9cbb 00:39:53 00:39:53 Step 10/23 : FROM alpine:3.12 00:39:53 ---> 7230e588e954 00:39:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:53 ---> Running in b0ef377d060f 00:39:53 Removing intermediate container 7a380a67c2e7 00:39:53 ---> 4f96512d037f 00:39:53 00:39:53 Step 11/26 : FROM docker:20.10.0 00:39:53 20.10.0: Pulling from library/docker 00:39:53 Removing intermediate container b0ef377d060f 00:39:53 ---> a31ae93f4035 00:39:53 Step 12/23 : ENV APP_PORT=48080 00:39:53 ---> Running in 38847248ed09 00:39:53 Removing intermediate container 38847248ed09 00:39:53 ---> dc40c0d47c55 00:39:53 Step 13/23 : EXPOSE $APP_PORT 00:39:53 ---> Running in ccbf476efe86 00:39:54 Removing intermediate container ccbf476efe86 00:39:54 ---> e492acc6a06b 00:39:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:54 ---> Running in 3809b90360ca 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.174s coverage: 94.4% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements 00:39:55 Removing intermediate container 3809b90360ca 00:39:55 ---> 697d431748bc 00:39:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:55 ---> Running in f6039777f7d4 00:39:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:57 Status: Downloaded newer image for docker:20.10.0 00:39:57 ---> aefe523efa57 00:39:57 Step 12/26 : RUN apk add --no-cache bash 00:39:57 ---> Running in 5907e953533b 00:39:57 (1/6) Installing dumb-init (1.2.2-r1) 00:39:58 (2/6) Installing libgcc (9.3.0-r2) 00:39:58 (3/6) Installing libsodium (1.0.18-r0) 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.591s coverage: 81.5% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.090s coverage: 87.1% of statements 00:39:58 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:58 (1/2) Installing readline (8.0.4-r0) 00:39:58 (2/2) Installing bash (5.0.17-r0) 00:39:58 Executing bash-5.0.17-r0.post-install 00:39:58 Executing busybox-1.31.1-r19.trigger 00:39:58 OK: 12 MiB in 22 packages 00:39:58 (5/6) Installing libzmq (4.3.3-r0) 00:39:58 (6/6) Installing zeromq (4.3.3-r0) 00:39:58 Executing busybox-1.31.1-r20.trigger 00:39:58 OK: 8 MiB in 20 packages 00:39:59 Removing intermediate container 5907e953533b 00:39:59 ---> 4f9a5c986b68 00:39:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:59 ---> Running in f28567c1c890 00:39:59 Removing intermediate container f28567c1c890 00:39:59 ---> 0dff45d3a097 00:39:59 Step 14/26 : ENV APP_PORT=48090 00:39:59 Removing intermediate container f6039777f7d4 00:39:59 ---> e770f72956a6 00:39:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:59 ---> Running in afc60f909daa 00:39:59 Removing intermediate container afc60f909daa 00:39:59 ---> 0b323b96a469 00:39:59 Step 15/26 : EXPOSE $APP_PORT 00:39:59 ---> 252ced80d01c 00:39:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:59 ---> Running in 2eb3c6a9fe7d 00:39:59 Removing intermediate container 2eb3c6a9fe7d 00:39:59 ---> 53406212e4db 00:39:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:00 ---> 82f23106bc38 00:40:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:00 ---> a25b2b756983 00:40:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:00 ---> 8c21e7c5aa0f 00:40:00 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:00 ---> 90b9c33b07f6 00:40:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:00 ---> Running in 77a7c760d86a 00:40:01 Removing intermediate container 77a7c760d86a 00:40:01 ---> e817ea1245d5 00:40:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:01 ---> Running in 0112696457fe 00:40:01 ---> 3e155b39775b 00:40:01 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:01 ---> Running in bdeb076948e4 00:40:01 Removing intermediate container 0112696457fe 00:40:01 ---> ce038e68c27a 00:40:01 Step 21/23 : LABEL arch=x86_64 00:40:01 ---> Running in 28e68d1aa1fc 00:40:01 Removing intermediate container 28e68d1aa1fc 00:40:01 ---> 212a7db5681d 00:40:01 Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:40:01 ---> Running in 5c8c02970df5 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:01 Removing intermediate container 5c8c02970df5 00:40:01 ---> 59b7b5672b1b 00:40:01 Step 23/23 : LABEL version=0.0.0 00:40:02 ---> Running in 3e0ebc921af8 00:40:02 (1/33) Installing libbz2 (1.0.8-r1) 00:40:02 (2/33) Installing expat (2.2.9-r1) 00:40:02 (3/33) Installing libffi (3.3-r2) 00:40:02 (4/33) Installing gdbm (1.13-r1) 00:40:02 (5/33) Installing xz-libs (5.2.5-r0) 00:40:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:02 (7/33) Installing python3 (3.8.8-r0) 00:40:02 Removing intermediate container 3e0ebc921af8 00:40:02 ---> 50cf89d48007 00:40:02 00:40:03 Successfully built 50cf89d48007 00:40:03 Successfully tagged docker-core-data-go:latest 00:40:03  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:03 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:03 (11/33) Installing py3-six (1.15.0-r0) 00:40:03 (12/33) Installing py3-packaging (20.4-r0) 00:40:03 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:03 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:03 (15/33) Installing py3-idna (2.9-r0) 00:40:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:03 (18/33) Installing py3-requests (2.23.0-r0) 00:40:03 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:03 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:03 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:03 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:03 (24/33) Installing py3-distro (1.5.0-r1) 00:40:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:03 (29/33) Installing py3-progress (1.5-r0) 00:40:03 (30/33) Installing py3-toml (0.10.1-r0) 00:40:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:03 (33/33) Installing py3-pip (20.1.1-r0) 00:40:04 Executing busybox-1.31.1-r19.trigger 00:40:04 OK: 71 MiB in 55 packages 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.185s coverage: 92.9% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.146s coverage: 80.8% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.208s coverage: 84.6% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.573s coverage: 64.4% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 69.0% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:40:14 Removing intermediate container bdeb076948e4 00:40:14 ---> 1629af9f0d89 00:40:14 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:14 ---> Running in c19c89fa916d 00:40:14 Collecting docker-compose==1.23.2 00:40:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:14 Collecting docopt<0.7,>=0.6.1 00:40:14 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:14 Collecting websocket-client<1.0,>=0.32.0 00:40:14 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:40:14 Collecting jsonschema<3,>=2.5.1 00:40:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:15 Collecting texttable<0.10,>=0.9.0 00:40:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:15 Collecting cached-property<2,>=1.2.0 00:40:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:15 Collecting PyYAML<4,>=3.10 00:40:15 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.445s coverage: 38.4% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements 00:40:16 Collecting docker<4.0,>=3.6.0 00:40:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:17 Collecting dockerpty<0.5,>=0.4.1 00:40:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:17 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:40:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:40:17 Collecting idna<2.8,>=2.5 00:40:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:17 Collecting urllib3<1.25,>=1.21.1 00:40:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:17 Collecting docker-pycreds>=0.4.0 00:40:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:17 Installing collected packages: docopt, websocket-client, jsonschema, texttable, cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, docker, dockerpty, docker-compose 00:40:17 Running setup.py install for docopt: started 00:40:18 Running setup.py install for docopt: finished with status 'done' 00:40:18 Running setup.py install for texttable: started 00:40:19 Running setup.py install for texttable: finished with status 'done' 00:40:19 Attempting uninstall: idna 00:40:19 Found existing installation: idna 2.9 00:40:19 Uninstalling idna-2.9: 00:40:19 Successfully uninstalled idna-2.9 00:40:19 Attempting uninstall: urllib3 00:40:19 Found existing installation: urllib3 1.25.9 00:40:19 Uninstalling urllib3-1.25.9: 00:40:19 Successfully uninstalled urllib3-1.25.9 00:40:19 Attempting uninstall: requests 00:40:19 Found existing installation: requests 2.23.0 00:40:19 Uninstalling requests-2.23.0: 00:40:19 Successfully uninstalled requests-2.23.0 00:40:19 Running setup.py install for PyYAML: started 00:40:20 Running setup.py install for PyYAML: finished with status 'done' 00:40:20 Running setup.py install for dockerpty: started 00:40:20 Running setup.py install for dockerpty: finished with status 'done' 00:40:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.1% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:25 Removing intermediate container c19c89fa916d 00:40:25 ---> 128b679e98ee 00:40:25 Step 21/26 : RUN apk --no-cache add curl 00:40:25 ---> Running in bffb32839531 00:40:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:25 (2/3) Installing libcurl (7.69.1-r3) 00:40:25 (3/3) Installing curl (7.69.1-r3) 00:40:25 Executing busybox-1.31.1-r19.trigger 00:40:25 OK: 72 MiB in 58 packages 00:40:26 Removing intermediate container bffb32839531 00:40:26 ---> 6e1b3f09ab48 00:40:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:26 ---> Running in a9f75e22ed24 00:40:26 Removing intermediate container a9f75e22ed24 00:40:26 ---> ed2602dbf9e6 00:40:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:26 ---> Running in aa636370823e 00:40:26 Removing intermediate container aa636370823e 00:40:26 ---> a88ac07a0c4b 00:40:26 Step 24/26 : LABEL arch=x86_64 00:40:26 ---> Running in f62116695459 00:40:27 Removing intermediate container f62116695459 00:40:27 ---> 0efd8cf92a41 00:40:27 Step 25/26 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:40:27 ---> Running in 1aa2061d37d6 00:40:27 Removing intermediate container 1aa2061d37d6 00:40:27 ---> 1198bd367efc 00:40:27 Step 26/26 : LABEL version=0.0.0 00:40:27 ---> Running in 2a1cfc2ff585 00:40:27 Removing intermediate container 2a1cfc2ff585 00:40:27 ---> 42d06ca90a88 00:40:27 00:40:27 Successfully built 42d06ca90a88 00:40:27 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:27 $ docker stop --time=1 936ccc080ce2fa8bfc03cec9e0d6d3200606770957c31b4692b4da63eb48b36c 00:40:29 $ docker rm -f 936ccc080ce2fa8bfc03cec9e0d6d3200606770957c31b4692b4da63eb48b36c 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.286s coverage: 29.1% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 95.6% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.125s coverage: 87.9% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [Pipeline] // withDockerContainer [Pipeline] sh 00:40:29 + docker images 00:40:29 + grep docker 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 00:40:30 docker-sys-mgmt-agent-go latest 42d06ca90a88 3 seconds ago 314MB 00:40:30 docker-core-data-go latest 50cf89d48007 28 seconds ago 22.7MB 00:40:30 docker-security-proxy-setup-go latest 983e2a2520cf 54 seconds ago 25.4MB 00:40:30 docker-core-metadata-go latest 382986767b9d 57 seconds ago 19MB 00:40:30 docker-security-bootstrapper-go latest 1e8e86ced910 About a minute ago 19MB 00:40:30 docker-security-secretstore-setup-go latest a820096e8f8d 2 minutes ago 25.7MB 00:40:30 docker-support-scheduler-go latest 427114d9b95b 2 minutes ago 17.4MB 00:40:30 docker-support-notifications-go latest c87731dff113 2 minutes ago 17.9MB 00:40:30 docker-core-command-go latest c62c41780bb7 2 minutes ago 17.3MB 00:40:30 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 32.1% of statements 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:40:33 GO111MODULE=on go vet ./... 00:40:46 Still waiting to schedule task 00:40:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:42 Running on prd-ubuntu18.04-docker-8c-8g-32545 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:41:43 Running in /w/workspace/edgex-go/53 [Pipeline] { [Pipeline] checkout 00:41:45 using credential edgex-jenkins-ssh 00:41:45 Cloning the remote Git repository 00:41:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:45 > git init /w/workspace/edgex-go/53 # timeout=10 00:41:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:45 > git --version # timeout=10 00:41:45 > git --version # 'git version 2.17.1' 00:41:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:54 gofmt -l . 00:41:54 [ "`gofmt -l .`" = "" ] 00:41:54 ./bin/test-go-mod-tidy.sh 00:41:54 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:57 + ls -al . 00:41:57 total 824 00:41:57 drwxrwxr-x 9 1001 1001 4096 Apr 2 00:41 . 00:41:57 drwxr-xr-x 4 root root 4096 Apr 2 00:37 .. 00:41:57 -rw-rw-r-- 1 1001 1001 11 Apr 2 00:35 .dockerignore 00:41:57 drwxrwxr-x 8 1001 1001 4096 Apr 2 00:36 .git 00:41:57 drwxrwxr-x 3 1001 1001 4096 Apr 2 00:35 .github 00:41:57 -rw-rw-r-- 1 1001 1001 818 Apr 2 00:35 .gitignore 00:41:57 -rw-rw-r-- 1 1001 1001 166 Apr 2 00:35 .sonarcloud.properties 00:41:57 -rw-rw-r-- 1 1001 1001 8607 Apr 2 00:35 Attribution.txt 00:41:57 -rw-rw-r-- 1 1001 1001 3804 Apr 2 00:35 CONTRIBUTING.md 00:41:57 -rw-rw-r-- 1 1001 1001 931 Apr 2 00:35 Dockerfile.build 00:41:57 -rw-rw-r-- 1 1001 1001 863 Apr 2 00:35 Jenkinsfile 00:41:57 -rw-rw-r-- 1 1001 1001 10775 Apr 2 00:35 LICENSE 00:41:57 -rw-rw-r-- 1 1001 1001 5774 Apr 2 00:35 Makefile 00:41:57 -rw-rw-r-- 1 1001 1001 6548 Apr 2 00:35 README.md 00:41:57 -rw-rw-r-- 1 1001 1001 6755 Apr 2 00:35 SECURITY.md 00:41:57 -rw-rw-r-- 1 1001 1001 5 Apr 2 00:32 VERSION 00:41:57 -rw-rw-r-- 1 1001 1001 4131 Apr 2 00:35 ZMQWindows.md 00:41:57 drwxrwxr-x 2 1001 1001 4096 Apr 2 00:35 bin 00:41:57 drwxrwxr-x 14 1001 1001 4096 Apr 2 00:35 cmd 00:41:57 -rw-r--r-- 1 root root 686581 Apr 2 00:40 coverage.out 00:41:57 -rw-r--r-- 1 root root 1057 Apr 2 00:41 go.mod 00:41:57 -rw-r--r-- 1 root root 22362 Apr 2 00:41 go.sum 00:41:57 drwxrwxr-x 8 1001 1001 4096 Apr 2 00:35 internal 00:41:57 drwxrwxr-x 4 1001 1001 4096 Apr 2 00:35 openapi 00:41:57 drwxrwxr-x 4 1001 1001 4096 Apr 2 00:35 snap 00:41:57 -rw-rw-r-- 1 1001 1001 168 Apr 2 00:35 version.go [Pipeline] sh 00:41:57 + '[' -e coverage.out ] 00:41:57 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:57 Warning: overwriting stash ‘coverage-report’ 00:41:59 Stashed 1 file(s) [Pipeline] sh 00:41:59 + make build 00:41:59 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:42:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:01 Merging remotes/origin/master commit 9479b0bd6fd5f506950cc10d210a264fbf845fb3 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 00:42:01 Merge succeeded, producing c7201469c85cf2b19dcc7f9d30549a596ad56a04 00:42:01 Checking out Revision c7201469c85cf2b19dcc7f9d30549a596ad56a04 (PR-3234) 00:42:01 > git config core.sparsecheckout # timeout=10 00:42:01 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 00:42:01 > git remote # timeout=10 00:42:01 > git config --get remote.origin.url # timeout=10 00:42:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:01 > git merge 9479b0bd6fd5f506950cc10d210a264fbf845fb3 # timeout=10 00:42:01 > git rev-parse HEAD^{commit} # timeout=10 00:42:01 > git config core.sparsecheckout # timeout=10 00:42:01 > git checkout -f c7201469c85cf2b19dcc7f9d30549a596ad56a04 # timeout=10 00:42:05 Commit message: "Merge commit '9479b0bd6fd5f506950cc10d210a264fbf845fb3' into HEAD" 00:42:05 > git rev-list --no-walk 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:06 + echo snap-build.sh 00:42:06 snap-build.sh 00:42:06 + SNAP_BASE_DIR=. 00:42:06 + '[' '!' -z /w/workspace/edgex-go/53 ']' 00:42:06 + SNAP_BASE_DIR=/w/workspace/edgex-go/53 00:42:06 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/53]' 00:42:06 [snap-build] Building snap in dir [/w/workspace/edgex-go/53] 00:42:06 + cd /w/workspace/edgex-go/53 00:42:06 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:06 Reading package lists... 00:42:06 Building dependency tree... 00:42:06 Reading state information... 00:42:06 The following packages were automatically installed and are no longer required: 00:42:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:06 uidmap xdelta3 00:42:06 Use 'sudo apt autoremove' to remove them. 00:42:06 The following packages will be REMOVED: 00:42:06 lxd* lxd-client* 00:42:07 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:07 After this operation, 31.7 MB disk space will be freed. 00:42:08 (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:42:08 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:09 Removing lxd dnsmasq configuration 00:42:09 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:11 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:11 (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:42:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:12 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:42:12 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:12 Processing triggers for ureadahead (0.100.0-21) ... 00:42:14 + sudo snap remove --purge lxd 00:42:14 snap "lxd" is not installed 00:42:14 + sudo groupadd --force --system lxd 00:42:14 ++ whoami 00:42:14 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:14 + newgrp - lxd 00:42:14 + sudo snap install lxd 00:42:22 2021-04-02T00:42:20Z INFO Waiting for automatic snapd restart... 00:42:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:37 lxd 4.12 from Canonical* installed 00:42:37 + sudo lxd init --auto 00:42:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:44 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:45 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:45 + sudo snap install --classic snapcraft 00:42: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:42:52 snapcraft 4.6 from Canonical* installed 00:42:52 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:42:52 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:42:52 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:52 Dload Upload Total Spent Left Speed 00:42:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 0 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 00:42:52 100 3325k 100 3325k 0 0 4380k 0 --:--:-- --:--:-- --:--:-- 4380k 00:42:52 ./yq_linux_amd64 00:42:52 + sudo snapcraft prime --use-lxd 00:42:54 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:54 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:54 - README.md 00:42:54 00:42:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:55 Launching a container. 00:42:55 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:43:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:07 Waiting for container to be ready 00:43:07 To start your first instance, try: lxc launch ubuntu:18.04 00:43:07 00:43: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:43:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:11 Waiting for network to be ready... 00:43:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:43:11 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:43:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:43:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:43:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:43:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:43:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:43:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:43:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:14 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:43:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 00:43:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:43:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:43:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:43:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:43:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:43:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:43:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:43:16 Fetched 24.2 MB in 5s (5345 kB/s) 00:43:17 Reading package lists... 00:43:17 Reading package lists... 00:43:17 Building dependency tree... 00:43:17 Reading state information... 00:43:17 The following additional packages will be installed: 00:43:17 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:17 Suggested packages: 00:43:17 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:17 Recommended packages: 00:43:17 gnupg libsasl2-modules 00:43:17 The following NEW packages will be installed: 00:43:17 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:17 The following packages will be upgraded: 00:43:17 gpg gpg-agent gpgconf libudev1 00:43:17 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:17 Need to get 3530 kB of archives. 00:43:17 After this operation, 13.3 MB of additional disk space will be used. 00:43:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:43:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:43:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:43:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:43:17 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:43:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:43:18 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:18 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:43:18 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:43:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:43:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:43:18 debconf: delaying package configuration, since apt-utils is not installed 00:43:18 Fetched 3530 kB in 1s (3026 kB/s) 00:43:18 (Reading database ... 12511 files and directories currently installed.) 00:43:18 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:43:18 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:43:19 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:43:19 Selecting previously unselected package udev. 00:43:19 (Reading database ... 12511 files and directories currently installed.) 00:43:19 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:43:19 Unpacking udev (237-3ubuntu10.45) ... 00:43:19 Selecting previously unselected package libfuse2:amd64. 00:43:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:19 Selecting previously unselected package fuse. 00:43:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:19 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:19 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:20 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:20 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:20 Selecting previously unselected package libksba8:amd64. 00:43:20 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:20 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:20 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:20 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:20 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } 00:43:20 $ docker stop --time=1 25a1cbf8b80888f9ab762e29b516262d7468d3a9c51b255251031e68b422cc66 00:43:21 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:21 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:21 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:21 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:21 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:21 Selecting previously unselected package libsasl2-2:amd64. 00:43:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:21 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:21 Selecting previously unselected package libldap-common. 00:43:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:43:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:43:21 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:43:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:43:21 Selecting previously unselected package dirmngr. 00:43:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:43:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:43:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:43:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:21 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:43:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:21 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:22 Setting up udev (237-3ubuntu10.45) ... 00:43:22 invoke-rc.d: policy-rc.d denied execution of start. 00:43:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Processing triggers for systemd (237-3ubuntu10) ... 00:43:22 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:22 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:43:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:43:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:43:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:23 settings in the [Install] section, and DefaultInstance for template units). 00:43:23 This means they are not meant to be enabled using systemctl. 00:43:23 Possible reasons for having this kind of units are: 00:43:23 1) A unit may be statically enabled by being symlinked from another unit's 00:43:23 .wants/ or .requires/ directory. 00:43:23 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:23 a requirement dependency on it. 00:43:23 3) A unit may be started when needed via activation (socket, path, timer, 00:43:23 D-Bus, udev, scripted systemctl call, ...). 00:43:23 4) In case of template units, the unit is meant to be enabled with some 00:43:23 instance name specified. 00:43:23 $ docker rm -f 25a1cbf8b80888f9ab762e29b516262d7468d3a9c51b255251031e68b422cc66 00:43:23 Reading package lists... 00:43:23 Building dependency tree... 00:43:23 Reading state information... 00:43:23 The following additional packages will be installed: 00:43:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:23 Suggested packages: 00:43:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:23 systemd-container policykit-1 00:43:23 Recommended packages: 00:43:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:23 The following NEW packages will be installed: 00:43:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:23 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:23 python3.6-minimal snapd squashfs-tools sudo 00:43:23 The following packages will be upgraded: 00:43:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:23 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:23 Need to get 35.2 MB of archives. 00:43:23 After this operation, 141 MB of additional disk space will be used. 00:43:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:43:23 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:43:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:43:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:43:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:43:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:43:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:43:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 00:43:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:43:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:25 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:25 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:25 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:25 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:25 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:25 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:25 debconf: delaying package configuration, since apt-utils is not installed 00:43:25 Fetched 35.2 MB in 1s (28.5 MB/s) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:25 (Reading database ... 12757 files and directories currently installed.) 00:43:25 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:43:25 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:43:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:25 00:43:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:43:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:43:26 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:26 29e5d40040c1: Pulling fs layer 00:43:26 1ce36da41761: Pulling fs layer 00:43:26 25b303627fd3: Pulling fs layer 00:43:26 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:43:26 (Reading database ... 12757 files and directories currently installed.) 00:43:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:26 (Reading database ... 12757 files and directories currently installed.) 00:43:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:26 29e5d40040c1: Verifying Checksum 00:43:26 29e5d40040c1: Download complete 00:43:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:27 Setting up apt (1.6.12ubuntu0.2) ... 00:43:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:27 1ce36da41761: Verifying Checksum 00:43:27 1ce36da41761: Download complete 00:43:27 (Reading database ... 12764 files and directories currently installed.) 00:43:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:43:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:43:27 29e5d40040c1: Pull complete 00:43:27 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:27 Selecting previously unselected package libexpat1:amd64. 00:43:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:28 Selecting previously unselected package python3.6-minimal. 00:43:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:43:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:43:28 Checking for services that may need to be restarted...done. 00:43:28 Checking for services that may need to be restarted...done. 00:43:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:43:29 1ce36da41761: Pull complete 00:43:29 25b303627fd3: Verifying Checksum 00:43:29 25b303627fd3: Download complete 00:43:29 Selecting previously unselected package python3-minimal. 00:43:29 (Reading database ... 13012 files and directories currently installed.) 00:43:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:29 Selecting previously unselected package mime-support. 00:43:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:29 Unpacking mime-support (3.60ubuntu1) ... 00:43:29 Selecting previously unselected package libmpdec2:amd64. 00:43:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:29 Selecting previously unselected package python3.6. 00:43:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:43:29 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:30 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:30 Selecting previously unselected package python3. 00:43:30 (Reading database ... 13442 files and directories currently installed.) 00:43:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:30 Unpacking python3 (3.6.7-1~18.04) ... 00:43:30 Selecting previously unselected package multiarch-support. 00:43:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:30 Selecting previously unselected package liblzo2-2:amd64. 00:43:30 (Reading database ... 13479 files and directories currently installed.) 00:43:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:30 Selecting previously unselected package libbsd0:amd64. 00:43:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:30 Selecting previously unselected package sudo. 00:43:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:30 Selecting previously unselected package apparmor. 00:43:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:31 Selecting previously unselected package libedit2:amd64. 00:43:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:31 Selecting previously unselected package libkrb5support0:amd64. 00:43:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:31 Selecting previously unselected package libk5crypto3:amd64. 00:43:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:31 Selecting previously unselected package libkeyutils1:amd64. 00:43:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:31 Selecting previously unselected package libkrb5-3:amd64. 00:43:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:31 Selecting previously unselected package libssl1.0.0:amd64. 00:43:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:43:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:31 Selecting previously unselected package openssh-client. 00:43:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:32 Selecting previously unselected package squashfs-tools. 00:43:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:32 Selecting previously unselected package snapd. 00:43:32 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:43:32 Unpacking snapd (2.48.3+18.04) ... 00:43:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:34 Setting up mime-support (3.60ubuntu1) ... 00:43:34 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:35 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:35 Setting up systemd (237-3ubuntu10.45) ... 00:43:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:35 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:35 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:35 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:35 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:35 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:35 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:43:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:36 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:36 Setting up python3 (3.6.7-1~18.04) ... 00:43:36 running python rtupdate hooks for python3.6... 00:43:36 running python post-rtupdate hooks for python3.6... 00:43:36 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:38 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:38 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:38 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:38 Setting up snapd (2.48.3+18.04) ... 00:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:39 25b303627fd3: Pull complete 00:43:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:39 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:39 prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container 00:43:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:39 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:40 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:40 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:40 /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:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:40 Processing triggers for systemd (237-3ubuntu10.45) ... 00:43:41 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:41 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:42 Reading package lists... 00:43:42 Reading package lists... 00:43:42 Building dependency tree... 00:43:42 Reading state information... 00:43:42 $ docker top 41ec9e4c63cefbad1adf35cdbe15d28fd1b2e65b534c4a1d40f9f41a344c3589 -eo pid,comm 00:43:43 Calculating upgrade... 00:43:43 The following packages will be upgraded: 00:43:43 advancecomp base-files bash binutils binutils-common 00:43:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:43 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:43 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:43 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:43 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:43 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:43 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:43 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:43 procps systemd-sysv tar tzdata ubuntu-keyring util-linux [Pipeline] { [Pipeline] sh 00:43:43 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:43 Need to get 63.8 MB of archives. 00:43:43 After this operation, 5208 kB of additional disk space will be used. 00:43:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:43:43 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:43 + docker-compose build --help 00:43:43 + grep parallel 00:43:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:44 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:44 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:44 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:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:44 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:44 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:44 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:44 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:44 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:44 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:44 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:44 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:44 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:43:44 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:43:44 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:44 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:43:44 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:44 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:43:44 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:44 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:44 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:44 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:44 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:44 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:44 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:44 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:44 Get:50 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:44 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:44 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:43:44 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:44 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:44 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:44 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:44 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:44 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:44 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:44 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:44 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:43:44 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:44 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:44 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:44 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 00:43:44 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:44 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:44 Get:68 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:44 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:44 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:44 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:44 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:44 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:43:44 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:44 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:43:44 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:44 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:44 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:44 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:43:44 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:44 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:44 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:43:44 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:45 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:43:45 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:43:45 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:43:45 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:45 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:45 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:45 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:45 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:45 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:46 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:46 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:46 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:46 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:46 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:46 debconf: delaying package configuration, since apt-utils is not installed 00:43:46 Fetched 63.8 MB in 3s (21.1 MB/s) 00:43:46 (Reading database ... 13912 files and directories currently installed.) 00:43:46 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:47 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:43:47 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:43:47 --parallel Build images in parallel. [Pipeline] } 00:43:47 $ docker stop --time=1 41ec9e4c63cefbad1adf35cdbe15d28fd1b2e65b534c4a1d40f9f41a344c3589 00:43:47 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:48 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:48 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:48 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:48 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:48 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:48 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:48 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:48 (Reading database ... 13911 files and directories currently installed.) 00:43:48 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:49 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:49 (Reading database ... 13911 files and directories currently installed.) 00:43:49 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:49 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:49 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:49 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:49 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:49 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:49 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:49 $ docker rm -f 41ec9e4c63cefbad1adf35cdbe15d28fd1b2e65b534c4a1d40f9f41a344c3589 00:43:49 (Reading database ... 13911 files and directories currently installed.) 00:43:49 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [Pipeline] // withDockerContainer 00:43:49 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:50 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:50 (Reading database ... 13911 files and directories currently installed.) 00:43:50 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:50 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:50 . [Pipeline] withDockerContainer 00:43:50 Setting up base-files (10.1ubuntu2.10) ... 00:43:50 Installing new version of config file /etc/issue ... 00:43:50 Installing new version of config file /etc/issue.net ... 00:43:50 prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container 00:43:50 $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:50 Installing new version of config file /etc/lsb-release ... 00:43:50 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:51 Removing obsolete conffile /etc/default/motd-news ... 00:43:51 (Reading database ... 13912 files and directories currently installed.) 00:43:51 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:51 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:51 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:51 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:51 (Reading database ... 13912 files and directories currently installed.) 00:43:51 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:51 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:51 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:51 (Reading database ... 13912 files and directories currently installed.) 00:43:51 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:51 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:52 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:52 (Reading database ... 13912 files and directories currently installed.) 00:43:52 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:52 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:52 $ docker top cf85018f95f82cfa3be7de1bf0167d3e0f4b3ccc6901f9c93410ce7eaf03bce3 -eo pid,comm 00:43:52 Setting up dpkg (1.19.0.5ubuntu2.3) ... [Pipeline] { 00:43:52 (Reading database ... 13912 files and directories currently installed.) 00:43:52 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:52 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:52 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:52 (Reading database ... 13912 files and directories currently installed.) 00:43:52 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [Pipeline] sh 00:43:52 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:52 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:52 (Reading database ... 13912 files and directories currently installed.) 00:43:52 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:53 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:53 Setting up grep (3.1-2build1) ... 00:43:53 (Reading database ... 13912 files and directories currently installed.) 00:43:53 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:53 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:53 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:53 Setting up login (1:4.5-1ubuntu2) ... 00:43:53 (Reading database ... 13912 files and directories currently installed.) 00:43:53 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:53 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:53 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:53 (Reading database ... 13912 files and directories currently installed.) 00:43:53 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:54 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:54 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:54 (Reading database ... 13912 files and directories currently installed.) 00:43:54 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:55 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:55 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:56 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:56 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:56 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:56 (Reading database ... 13912 files and directories currently installed.) 00:43:56 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:56 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:56 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:56 (Reading database ... 13912 files and directories currently installed.) 00:43:56 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:56 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:56 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:56 (Reading database ... 13912 files and directories currently installed.) 00:43:56 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:56 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:56 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:56 (Reading database ... 13912 files and directories currently installed.) 00:43:56 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:56 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:57 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:57 (Reading database ... 13912 files and directories currently installed.) 00:43:57 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:57 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:57 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:57 (Reading database ... 13912 files and directories currently installed.) 00:43:57 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:57 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:57 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:57 Building docker-core-command-go ... 00:43:57 Building docker-core-data-go ... 00:43:57 Building docker-core-metadata-go ... 00:43:57 Building docker-security-bootstrapper-go ... 00:43:57 Building docker-security-proxy-setup-go ... 00:43:57 Building docker-security-secretstore-setup-go ... 00:43:57 Building docker-support-notifications-go ... 00:43:57 Building docker-support-scheduler-go ... 00:43:57 Building docker-sys-mgmt-agent-go ... 00:43:57 Building docker-core-data-go 00:43:57 Building docker-support-scheduler-go 00:43:57 Building docker-support-notifications-go 00:43:57 Building docker-security-bootstrapper-go 00:43:57 Building docker-core-command-go 00:43:57 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:57 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:57 (Reading database ... 13912 files and directories currently installed.) 00:43:57 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:57 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:57 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:57 (Reading database ... 13912 files and directories currently installed.) 00:43:57 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:57 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:58 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:58 (Reading database ... 13912 files and directories currently installed.) 00:43:58 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:58 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:58 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:58 (Reading database ... 13912 files and directories currently installed.) 00:43:58 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:58 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:59 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:59 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:59 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:59 (Reading database ... 13912 files and directories currently installed.) 00:43:59 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:59 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:00 (Reading database ... 13912 files and directories currently installed.) 00:44:00 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:00 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:00 (Reading database ... 13914 files and directories currently installed.) 00:44:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:00 Setting up debconf (1.5.66ubuntu1) ... 00:44:00 (Reading database ... 13914 files and directories currently installed.) 00:44:00 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:00 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:00 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:01 (Reading database ... 13914 files and directories currently installed.) 00:44:01 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:01 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:01 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:01 (Reading database ... 13914 files and directories currently installed.) 00:44:01 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:01 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:01 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:01 (Reading database ... 13914 files and directories currently installed.) 00:44:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:02 (Reading database ... 13914 files and directories currently installed.) 00:44:02 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:02 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:02 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:02 (Reading database ... 13914 files and directories currently installed.) 00:44:02 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:02 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:02 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:44:02 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:02 (Reading database ... 13914 files and directories currently installed.) 00:44:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:03 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:03 (Reading database ... 13914 files and directories currently installed.) 00:44:03 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:03 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:03 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:03 (Reading database ... 13914 files and directories currently installed.) 00:44:03 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:03 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:03 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:03 (Reading database ... 13914 files and directories currently installed.) 00:44:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:44:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:44:03 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:44:04 (Reading database ... 13914 files and directories currently installed.) 00:44:04 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:04 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:04 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:04 (Reading database ... 13914 files and directories currently installed.) 00:44:04 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:04 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:44:04 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:44:04 (Reading database ... 13914 files and directories currently installed.) 00:44:04 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:04 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:04 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:05 (Reading database ... 13914 files and directories currently installed.) 00:44:05 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:05 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:05 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:05 (Reading database ... 13914 files and directories currently installed.) 00:44:05 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:05 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:05 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:05 (Reading database ... 13914 files and directories currently installed.) 00:44:05 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:05 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:05 (Reading database ... 13914 files and directories currently installed.) 00:44:05 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:05 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:05 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:05 (Reading database ... 13914 files and directories currently installed.) 00:44:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 00:44:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 00:44:06 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 00:44:06 (Reading database ... 13915 files and directories currently installed.) 00:44:06 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:06 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:06 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:06 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:06 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:44:06 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:44:06 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:06 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:07 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:07 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:07 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:07 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:07 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:07 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:07 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:07 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:07 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:07 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:07 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:08 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:08 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:08 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:08 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:08 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:08 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:08 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:08 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:09 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:09 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:09 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:09 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:09 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:09 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:09 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:10 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:10 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:10 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:10 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:11 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:11 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:12 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:12 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:13 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:13 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:13 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:13 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:14 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:14 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:14 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:14 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:14 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:14 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:14 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:14 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:14 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:14 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:15 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:15 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:15 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:15 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:15 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:15 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:15 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:15 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:15 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:15 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:15 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:15 00:44:15 Current default time zone: 'Etc/UTC' 00:44:15 Local time is now: Fri Apr 2 00:44:15 UTC 2021. 00:44:15 Universal Time is now: Fri Apr 2 00:44:15 UTC 2021. 00:44:15 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:15 00:44:15 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:44:15 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:15 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:44:15 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:16 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:16 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:16 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:16 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:16 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:16 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:16 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:16 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:16 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:16 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:44:16 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:16 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:16 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:16 Setting up ca-certificates (20210119~18.04.1) ... 00:44:18 Updating certificates in /etc/ssl/certs... 00:44:19 23 added, 27 removed; done. 00:44:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:19 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:19 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:44:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:19 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:44:20 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:20 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:20 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:20 Processing triggers for systemd (237-3ubuntu10.45) ... 00:44:20 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:20 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:20 Updating certificates in /etc/ssl/certs... 00:44:20 0 added, 0 removed; done. 00:44:20 Running hooks in /etc/ca-certificates/update.d... 00:44:20 done. 00:44:21 Reading package lists... 00:44:21 Building dependency tree... 00:44:21 Reading state information... 00:44:21 The following NEW packages will be installed: 00:44:21 apt-transport-https 00:44:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:21 Need to get 1696 B of archives. 00:44:21 After this operation, 153 kB of additional disk space will be used. 00:44:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:21 debconf: delaying package configuration, since apt-utils is not installed 00:44:21 Fetched 1696 B in 0s (30.4 kB/s) 00:44:21 Selecting previously unselected package apt-transport-https. 00:44:21 (Reading database ... 13920 files and directories currently installed.) 00:44:21 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:21 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:21 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:22 Waiting for network to be ready... 00:44:28 2021-04-02T00:44:25Z INFO Waiting for automatic snapd restart... 00:44:28 snapd 2.49.1 from Canonical* installed 00:44:29 "snapd" switched to the "latest/stable" channel 00:44:29 00:44:31 core18 20210309 from Canonical* installed 00:44:31 "core18" switched to the "latest/stable" channel 00:44:31 00:44:35 snapcraft 4.6 from Canonical* installed 00:44:35 "snapcraft" switched to the "latest/stable" channel 00:44:35 00:44:39 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:39 - README.md 00:44:39 00:44:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:46 Reading package lists... 00:44:47 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:44:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:53 Reading package lists... 00:44:53 Building dependency tree... 00:44:53 Reading state information... 00:44:53 Suggested packages: 00:44:53 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:53 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:53 Recommended packages: 00:44:53 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:53 The following NEW packages will be installed: 00:44:53 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:53 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:53 pkg-config zip 00:44:53 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:53 Need to get 7663 kB of archives. 00:44:53 After this operation, 43.8 MB of additional disk space will be used. 00:44:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:44:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 00:44:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:44:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:44:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:54 debconf: delaying package configuration, since apt-utils is not installed 00:44:54 Fetched 7663 kB in 1s (9550 kB/s) 00:44:54 Selecting previously unselected package libglib2.0-0:amd64. 00:44:54 (Reading database ... 13924 files and directories currently installed.) 00:44:54 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:44:54 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:44:54 Selecting previously unselected package libpsl5:amd64. 00:44:54 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:54 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:54 Selecting previously unselected package libnghttp2-14:amd64. 00:44:54 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:54 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:54 Selecting previously unselected package librtmp1:amd64. 00:44:54 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:54 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:55 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 00:44:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:44:55 Selecting previously unselected package liberror-perl. 00:44:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:55 Unpacking liberror-perl (0.17025-1) ... 00:44:55 Selecting previously unselected package git-man. 00:44:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:44:55 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:44:55 Selecting previously unselected package git. 00:44:55 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:44:55 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:44:56 Selecting previously unselected package libnorm1:amd64. 00:44:56 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:56 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:56 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:56 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:56 Selecting previously unselected package libsodium23:amd64. 00:44:56 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:56 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:56 Selecting previously unselected package libzmq5:amd64. 00:44:56 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:56 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:56 Selecting previously unselected package libzmq3-dev:amd64. 00:44:56 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:56 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:56 Selecting previously unselected package pkg-config. 00:44:56 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:56 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:56 Selecting previously unselected package zip. 00:44:56 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:56 Unpacking zip (3.0-11build1) ... 00:44:56 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:56 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:44:56 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:57 Setting up liberror-perl (0.17025-1) ... 00:44:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:44:57 No schema files found: doing nothing. 00:44:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:57 Setting up zip (3.0-11build1) ... 00:44:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:57 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:57 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:57 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:44:57 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:57 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:44:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:03 git set to automatically installed. 00:45:03 git-man set to automatically installed. 00:45:03 libcurl3-gnutls set to automatically installed. 00:45:03 liberror-perl set to automatically installed. 00:45:03 libglib2.0-0 set to automatically installed. 00:45:03 libnghttp2-14 set to automatically installed. 00:45:03 libnorm1 set to automatically installed. 00:45:03 libpgm-5.2-0 set to automatically installed. 00:45:03 libpsl5 set to automatically installed. 00:45:03 librtmp1 set to automatically installed. 00:45:03 libsodium23 set to automatically installed. 00:45:03 libzmq3-dev set to automatically installed. 00:45:03 libzmq5 set to automatically installed. 00:45:03 pkg-config set to automatically installed. 00:45:03 zip set to automatically installed. 00:45:05 snapd is not logged in, snap install commands will use sudo 00:45:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:13 snap "core18" has no updates available 00:45:14 snapd is not logged in, snap install commands will use sudo 00:45:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 6195abde3c95 00:45:19 Step 3/22 : WORKDIR /edgex-go 00:45:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 6195abde3c95 00:45:19 Step 3/23 : WORKDIR /edgex-go 00:45:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 6195abde3c95 00:45:19 Step 3/22 : WORKDIR /edgex-go 00:45:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 6195abde3c95 00:45:19 Step 3/23 : WORKDIR /edgex-go 00:45:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:45:19 ---> 6195abde3c95 00:45:19 Step 3/31 : WORKDIR /edgex-go 00:45:19 ---> Running in 4fd3ac8ab4c0 00:45:19 ---> Running in ca1da6a9a510 00:45:19 ---> Running in e5fe1abc3252 00:45:19 ---> Running in bf5b7861796d 00:45:19 ---> Running in b4022126882e 00:45:19 Removing intermediate container e5fe1abc3252 00:45:19 Removing intermediate container bf5b7861796d 00:45:19 ---> 9c55ddf31cea 00:45:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 ---> efdac989b2db 00:45:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 Removing intermediate container 4fd3ac8ab4c0 00:45:19 ---> 59f111100982 00:45:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 Removing intermediate container ca1da6a9a510 00:45:19 ---> 01996220131c 00:45:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 Removing intermediate container b4022126882e 00:45:19 ---> 522faa480a11 00:45:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:19 ---> Running in d7d6e76613df 00:45:19 ---> Running in 98ba7cb2ccc9 00:45:19 ---> Running in 25291d6d9a99 00:45:19 ---> Running in 203a90775390 00:45:19 ---> Running in 5a5ed5c77b8f 00:45:19 Removing intermediate container d7d6e76613df 00:45:19 ---> 33e3893166a3 00:45:19 Step 5/23 : RUN apk add --update --no-cache make git 00:45:19 ---> Running in 2b839fe744be 00:45:19 Removing intermediate container 98ba7cb2ccc9 00:45:19 ---> 01f0916f59cc 00:45:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:19 Removing intermediate container 25291d6d9a99 00:45:19 ---> 193d28573f92 00:45:19 Step 5/22 : RUN apk add --update --no-cache make git 00:45:19 ---> Running in f57b263de89a 00:45:19 ---> Running in 6ef4835004a5 00:45:19 Removing intermediate container 203a90775390 00:45:19 ---> 1a52c7a12923 00:45:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:45:19 Removing intermediate container 5a5ed5c77b8f 00:45:19 ---> 380c540ffc85 00:45:19 Step 5/31 : RUN apk add --update --no-cache make git 00:45:19 ---> Running in ca2fd85fd5d6 00:45:19 ---> Running in 31aa33422612 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:20 OK: 217 MiB in 51 packages 00:45:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:21 OK: 217 MiB in 51 packages 00:45:21 OK: 217 MiB in 51 packages 00:45:21 OK: 217 MiB in 51 packages 00:45:22 OK: 217 MiB in 51 packages 00:45:22 Removing intermediate container 2b839fe744be 00:45:22 ---> 9b3952703c6f 00:45:22 Step 6/23 : COPY go.mod . 00:45:23 ---> 68775ccd1dce 00:45:23 Step 7/23 : RUN go mod download 00:45:23 Removing intermediate container ca2fd85fd5d6 00:45:23 ---> f3460a959c04 00:45:23 Step 6/23 : COPY go.mod . 00:45:23 ---> Running in 490fef89f27e 00:45:23 Removing intermediate container 6ef4835004a5 00:45:23 ---> 6ee2f714f547 00:45:23 Step 6/22 : COPY go.mod . 00:45:23 Removing intermediate container f57b263de89a 00:45:23 ---> 876e60c19ba1 00:45:23 Step 6/22 : COPY go.mod . 00:45:24 Removing intermediate container 31aa33422612 00:45:24 ---> 9b1596f166d8 00:45:24 Step 6/31 : COPY go.mod . 00:45:24 ---> c7df93b3f75d 00:45:24 Step 7/23 : RUN go mod download 00:45:24 ---> Running in b0edc5b94653 00:45:25 ---> b4d991ad924c 00:45:25 Step 7/22 : RUN go mod download 00:45:25 ---> Running in 850ac382d409 00:45:25 ---> 319e1d588c55 00:45:25 Step 7/31 : RUN go mod download 00:45:25 ---> 1ea77cc67a38 00:45:25 Step 7/22 : RUN go mod download 00:45:25 ---> Running in 6d5e475d7815 00:45:25 ---> Running in e1e257d37487 00:45:28 Removing intermediate container 490fef89f27e 00:45:28 ---> 497989d45e3b 00:45:28 Step 8/23 : COPY . . 00:45:29 Removing intermediate container b0edc5b94653 00:45:29 ---> b08dd16c4751 00:45:29 Step 8/23 : COPY . . 00:45:30 Removing intermediate container 850ac382d409 00:45:30 ---> 6d7371978f76 00:45:30 Step 8/22 : COPY . . 00:45:31 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:45:31 Removing intermediate container 6d5e475d7815 00:45:31 ---> cbe57907d21d 00:45:31 Step 8/31 : COPY . . 00:45:31 Removing intermediate container e1e257d37487 00:45:31 ---> 38e5eb9c4fe1 00:45:31 Step 8/22 : COPY . . 00:45:32 Pulling go-build-helper 00:45:32 + snapcraftctl pull 00:45:33 'app-service-config' has dependencies that need to be staged: go-build-helper 00:45:33 Skipping pull go-build-helper (already ran) 00:45:33 Building go-build-helper 00:45:33 + snapcraftctl build 00:45:34 Staging go-build-helper 00:45:34 + snapcraftctl stage 00:45:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:45:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:45:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:45:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:45:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:45:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:45:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:45:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:45:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 00:45:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:45:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:45:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:45:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:45:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:45:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:45:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:45:44 Fetched 24.2 MB in 0s (0 B/s) 00:45:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:44 Fetched 224 kB in 0s (0 B/s) 00:45:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:44 Fetched 157 kB in 0s (0 B/s) 00:45:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:44 Fetched 221 kB in 0s (0 B/s) 00:45:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:44 Fetched 143 kB in 0s (0 B/s) 00:45:44 Pulling app-service-config 00:45:44 + snapcraftctl pull 00:45:44 Cloning into '/root/parts/app-service-config/src'... 00:45:45 Pulling config-common 00:45:45 + snapcraftctl pull 00:45:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:49 Fetched 0 B in 0s (0 B/s) 00:45:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:49 Fetched 0 B in 0s (0 B/s) 00:45:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:49 Fetched 0 B in 0s (0 B/s) 00:45:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:49 Fetched 0 B in 0s (0 B/s) 00:45:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:49 Fetched 0 B in 0s (0 B/s) 00:45:49 Pulling edgex-go 00:45:49 + snapcraftctl pull 00:45:58 ---> 7c8ea6b4c5c9 00:45:58 Step 9/23 : RUN make cmd/core-command/core-command 00:45:58 ---> b5328b24e15f 00:45:58 Step 9/23 : RUN make cmd/core-data/core-data 00:45:58 ---> 734bd566b1e5 00:45:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:58 ---> a8dda5292ec5 00:45:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:58 ---> Running in db01ac20dffc 00:45:58 ---> 99371f50839f 00:45:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:58 ---> Running in 3f7f7badf9c9 00:45:58 ---> Running in 7cdd3430df54 00:45:58 ---> Running in 1b6bd1f00920 00:45:58 ---> Running in 85f1d5491fa5 00:45:58 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:58 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:58 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:58 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:58 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:46:11 + snapcraftctl pull 00:46:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:11 Fetched 0 B in 0s (0 B/s) 00:46:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:11 Fetched 96.5 kB in 0s (0 B/s) 00:46:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:11 Fetched 279 kB in 0s (0 B/s) 00:46:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:11 Fetched 122 kB in 0s (0 B/s) 00:46:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:11 Fetched 77.8 kB in 0s (0 B/s) 00:46:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:11 Fetched 8848 B in 0s (0 B/s) 00:46:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:11 Fetched 47.8 kB in 0s (0 B/s) 00:46:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:11 Fetched 45.6 kB in 0s (0 B/s) 00:46:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:46:11 Fetched 15.0 kB in 0s (0 B/s) 00:46:11 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 00:46:11 Fetched 219 kB in 0s (0 B/s) 00:46:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:46:11 Fetched 154 kB in 0s (0 B/s) 00:46:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:11 Fetched 50.6 kB in 0s (0 B/s) 00:46:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:11 Fetched 14.8 kB in 0s (0 B/s) 00:46:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:11 Fetched 41.8 kB in 0s (0 B/s) 00:46:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:11 Fetched 499 kB in 0s (0 B/s) 00:46:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:11 Fetched 111 kB in 0s (0 B/s) 00:46:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:11 Fetched 240 kB in 0s (0 B/s) 00:46:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:11 Fetched 29.3 kB in 0s (0 B/s) 00:46:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:11 Fetched 85.5 kB in 0s (0 B/s) 00:46:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:11 Fetched 24.5 kB in 0s (0 B/s) 00:46:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:46:11 Fetched 49.2 kB in 0s (0 B/s) 00:46:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:11 Fetched 54.2 kB in 0s (0 B/s) 00:46:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:11 Fetched 30.8 kB in 0s (0 B/s) 00:46:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:46:11 Fetched 15.8 kB in 0s (0 B/s) 00:46:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:11 Fetched 85.9 kB in 0s (0 B/s) 00:46:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:11 Fetched 8720 B in 0s (0 B/s) 00:46:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:11 Fetched 137 kB in 0s (0 B/s) 00:46:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:11 Fetched 119 kB in 0s (0 B/s) 00:46:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:11 Fetched 109 kB in 0s (0 B/s) 00:46:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:11 Fetched 11.1 kB in 0s (0 B/s) 00:46:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:11 Fetched 645 kB in 0s (0 B/s) 00:46:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:11 Fetched 41.3 kB in 0s (0 B/s) 00:46:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:11 Fetched 17.9 kB in 0s (0 B/s) 00:46:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:11 Fetched 368 kB in 0s (0 B/s) 00:46:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:46:11 Fetched 187 kB in 0s (0 B/s) 00:46:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:11 Fetched 175 kB in 0s (0 B/s) 00:46:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:11 Fetched 206 kB in 0s (0 B/s) 00:46:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:46:11 Fetched 1301 kB in 0s (0 B/s) 00:46:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:11 Fetched 36.2 kB in 0s (0 B/s) 00:46:11 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 00:46:11 Fetched 159 kB in 0s (0 B/s) 00:46:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:11 Fetched 107 kB in 0s (0 B/s) 00:46:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:11 Fetched 48.7 kB in 0s (0 B/s) 00:46:11 Pulling static-packages 00:46:11 Pulling version 00:46:11 + cd /root/project 00:46:11 + [ -f VERSION ] 00:46:11 + PROJECT_VERSION=local-dev 00:46:11 + git rev-parse --short HEAD 00:46:11 + GIT_REVISION=c7201469 00:46:11 + snapcraftctl set-version local-dev 00:46:11 Skipping build go-build-helper (already ran) 00:46:11 Building app-service-config 00:46:11 + make build 00:46:11 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:46:14 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 00:46:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 00:46:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 00:46:15 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:46:15 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 00:46:15 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 00:46:15 go: downloading github.com/go-kit/kit v0.8.0 00:46:15 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:46:15 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:15 go: downloading github.com/hashicorp/consul/api v1.8.1 00:46:15 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:46:15 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:15 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:15 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:15 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:46:15 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:15 go: downloading github.com/gorilla/mux v1.8.0 00:46:15 go: downloading github.com/google/uuid v1.2.0 00:46:15 go: downloading github.com/hashicorp/serf v0.9.5 00:46:15 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:15 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:46:15 go: downloading github.com/pebbe/zmq4 v1.2.7 00:46:15 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:46:15 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:15 go: downloading github.com/gorilla/websocket v1.4.2 00:46:15 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:15 go: downloading github.com/x448/float16 v0.8.4 00:46:15 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:15 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:46:15 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:15 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:46:15 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:15 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:15 go: downloading github.com/leodido/go-urn v1.2.0 00:46:15 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:15 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:15 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:46:15 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:15 go: downloading github.com/go-playground/locales v0.13.0 00:46:15 go: downloading github.com/mattn/go-isatty v0.0.12 00:46:15 go: downloading github.com/fatih/color v1.9.0 00:46:15 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:16 go: downloading github.com/mattn/go-colorable v0.1.6 00:46:16 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:46:16 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:25 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:46:25 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:46:25 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:46:25 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:46:25 Building config-common 00:46:25 + snapcraftctl build 00:46:28 Building edgex-go 00:46:28 + cd /root/parts/edgex-go/src 00:46:28 + make build 00:46:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:46:28 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:28 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 00:46:28 go: downloading github.com/imdario/mergo v0.3.12 00:46:28 go: downloading github.com/pkg/errors v0.8.1 00:46: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:46:31 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:37 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:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:39 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:46:39 go: downloading github.com/stretchr/testify v1.7.0 00:46:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:40 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:40 go: downloading github.com/davecgh/go-spew v1.1.1 00:46: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:46:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46: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:46:44 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:46: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:46: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:46:47 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:48 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:46:48 go: downloading github.com/lib/pq v1.10.0 00:46:50 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:46:50 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:46:50 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:46:50 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:46:50 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:46:50 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:46:50 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:46:50 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:46:50 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:46:50 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:46:50 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:46:50 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:46:50 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:46:50 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:46:50 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:46:50 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:46:50 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:46:50 + 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:46:50 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:46:50 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:46:50 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 00:46:50 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:46:50 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:46:50 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:46:50 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:46:50 + 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:46:53 Building static-packages 00:46:53 + snapcraftctl build 00:46:55 Building version 00:46:55 + snapcraftctl build 00:46:56 Skipping stage go-build-helper (already ran) 00:46:56 Staging app-service-config 00:46:56 + snapcraftctl stage 00:46:57 Staging config-common 00:46:58 + snapcraftctl stage 00:46:59 Staging edgex-go 00:46:59 + snapcraftctl stage 00:47:00 Staging static-packages 00:47:00 + snapcraftctl stage 00:47:01 Staging version 00:47:01 + snapcraftctl stage 00:47:02 Priming go-build-helper 00:47:02 + snapcraftctl prime 00:47:02 Priming app-service-config 00:47:02 + snapcraftctl prime 00:47:04 Priming config-common 00:47:04 + snapcraftctl prime 00:47:04 Priming edgex-go 00:47:05 + snapcraftctl prime 00:47:06 Priming static-packages 00:47:06 + snapcraftctl prime 00:47:08 Priming version 00:47:08 + snapcraftctl prime 00:47:09 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:47:50 Removing intermediate container 1b6bd1f00920 00:47:50 ---> a55a8474606f 00:47:50 00:47:50 Step 10/31 : FROM alpine:3.12 00:47:50 3.12: Pulling from library/alpine 00:47:50 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:47:50 Status: Downloaded newer image for alpine:3.12 00:47:50 ---> d75e27dfc0a0 00:47:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:50 ---> Running in 53b4c176ec79 00:47:51 Removing intermediate container 53b4c176ec79 00:47:51 ---> 0c75feef904d 00:47:51 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:47:51 ---> Running in 7cb019df1ccb 00:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:54 (1/2) Installing dumb-init (1.2.2-r1) 00:47:54 (2/2) Installing su-exec (0.2-r1) 00:47:54 Executing busybox-1.31.1-r20.trigger 00:47:54 OK: 5 MiB in 16 packages 00:47:58 Removing intermediate container 7cb019df1ccb 00:47:58 ---> 147b8379e19e 00:47:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:47:58 ---> Running in 11c3b496d912 00:47:58 Removing intermediate container db01ac20dffc 00:47:58 ---> 205e4d0e8627 00:47:58 00:47:58 Step 10/23 : FROM alpine:3.12 00:47:58 ---> d75e27dfc0a0 00:47:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:59 ---> Running in 835fae0a9561 00:47:59 Removing intermediate container 11c3b496d912 00:47:59 ---> 51b62f59ba74 00:47:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:00 ---> Running in ac806481df0e 00:48:01 Removing intermediate container ac806481df0e 00:48:01 ---> 90417ba659cb 00:48:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:02 ---> Running in 2f455d34588c 00:48:02 (1/1) Installing dumb-init (1.2.2-r1) 00:48:02 Executing busybox-1.31.1-r20.trigger 00:48:02 OK: 5 MiB in 15 packages 00:48:03 Removing intermediate container 85f1d5491fa5 00:48:03 ---> 1e3e14fa6a13 00:48:03 00:48:03 Step 10/22 : FROM alpine:3.12 00:48:03 ---> d75e27dfc0a0 00:48:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:03 Removing intermediate container 7cdd3430df54 00:48:03 ---> e48cd83f868e 00:48:03 00:48:03 Step 10/22 : FROM alpine:3.12 00:48:03 ---> d75e27dfc0a0 00:48:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:04 ---> Running in b04caff1bc5f 00:48:04 ---> Running in 04014a86e8f2 00:48:04 Removing intermediate container 835fae0a9561 00:48:04 ---> 6704ec390047 00:48:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:05 ---> Running in c522347301d3 00:48:06 Removing intermediate container c522347301d3 00:48:06 ---> 3397cc3ca1af 00:48:06 Step 13/23 : ENV APP_PORT=48082 00:48:06 ---> Running in be35016bd560 00:48:06 Removing intermediate container 2f455d34588c 00:48:06 ---> f2d99733a937 00:48:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:07 ---> Running in 41f13e32b3e6 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:07 Removing intermediate container be35016bd560 00:48:07 ---> 152c3a266e8d 00:48:07 Step 14/23 : EXPOSE $APP_PORT 00:48:07 ---> Running in f042a5bbd717 00:48:08 Removing intermediate container 41f13e32b3e6 00:48:08 ---> dde1477dfd08 00:48:08 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:08 (1/1) Installing dumb-init (1.2.2-r1) 00:48:08 Executing busybox-1.31.1-r20.trigger 00:48:08 OK: 5 MiB in 15 packages 00:48:08 (1/2) Installing ca-certificates (20191127-r4) 00:48:08 (2/2) Installing dumb-init (1.2.2-r1) 00:48:08 Executing busybox-1.31.1-r20.trigger 00:48:08 Executing ca-certificates-20191127-r4.trigger 00:48:08 Removing intermediate container f042a5bbd717 00:48:08 ---> 794e07cc2d77 00:48:08 Step 15/23 : WORKDIR / 00:48:08 OK: 6 MiB in 16 packages 00:48:08 ---> Running in 91ebb5cdd145 00:48:09 ---> 6f8e8201e4b5 00:48:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:09 ---> Running in 6307dc27a5a9 00:48:09 Removing intermediate container 91ebb5cdd145 00:48:09 ---> b7ab87527603 00:48:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:10 Removing intermediate container b04caff1bc5f 00:48:10 ---> 38bade7c0e08 00:48:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:10 ---> Running in f10d3f67ef8c 00:48:11 Removing intermediate container f10d3f67ef8c 00:48:11 ---> 94859b5501b3 00:48:11 Step 13/22 : ENV APP_PORT=48085 00:48:11 ---> 847fe1f58f2a 00:48:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:11 ---> Running in 664fd6926a1e 00:48:11 Removing intermediate container 04014a86e8f2 00:48:11 ---> d4c69b52ec62 00:48:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:11 ---> Running in ed7c95d3af75 00:48:12 Removing intermediate container 664fd6926a1e 00:48:12 ---> 001b5090a045 00:48:12 Step 14/22 : EXPOSE $APP_PORT 00:48:12 ---> Running in 136832d9c42c 00:48:12 Removing intermediate container ed7c95d3af75 00:48:12 ---> d41edc68c17a 00:48:12 Step 13/22 : ENV APP_PORT=48060 00:48:13 ---> Running in cd606385988d 00:48:13 Removing intermediate container 136832d9c42c 00:48:13 ---> 2a884d0a5bce 00:48:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:13 ---> c147a7e04b4e 00:48:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:13 Removing intermediate container 6307dc27a5a9 00:48:13 ---> d2e841f35662 00:48:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:14 Removing intermediate container cd606385988d 00:48:14 ---> 5ed84d542b4c 00:48:14 Step 14/22 : EXPOSE $APP_PORT 00:48:14 ---> Running in 16f8c56368fa 00:48:15 ---> 2206b428ec2e 00:48:15 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:15 ---> Running in 026dd7a189d0 00:48:15 ---> dd635e195949 00:48:15 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:15 ---> 53cbe032bd96 00:48:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:15 Removing intermediate container 16f8c56368fa 00:48:15 ---> c9df8d16fc2b 00:48:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:16 Removing intermediate container 026dd7a189d0 00:48:16 ---> 3ca5675ecfaa 00:48:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:17 ---> a77b62b1fa5e 00:48:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:17 ---> Running in 0e8fdcdce5c5 00:48:17 ---> 0983291f67d1 00:48:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:17 ---> d9f477e2fc24 00:48:17 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:17 Removing intermediate container 3f7f7badf9c9 00:48:17 ---> 2fec19384825 00:48:17 00:48:17 Step 10/23 : FROM alpine:3.12 00:48:17 ---> d75e27dfc0a0 00:48:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:18 Removing intermediate container 0e8fdcdce5c5 00:48:18 ---> c9dcef6a0513 00:48:18 Step 21/23 : LABEL arch=arm64 00:48:18 ---> Running in 99655346e37d 00:48:18 ---> Running in aadc435c67ed 00:48:18 ---> 1fd7acb7ce4d 00:48:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:19 ---> f04c9f7ff9c1 00:48:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:19 ---> Running in 94fa17c1e358 00:48:19 Removing intermediate container 99655346e37d 00:48:19 ---> 50a1e90cc5ad 00:48:19 Step 12/23 : ENV APP_PORT=48080 00:48:19 Removing intermediate container aadc435c67ed 00:48:19 ---> ec8d50fc4d03 00:48:19 Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:48:19 ---> 9b77a215447d 00:48:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:19 ---> Running in 25d2fdbb3240 00:48:19 ---> Running in fe587fa982e6 00:48:19 Removing intermediate container 94fa17c1e358 00:48:19 ---> 9e0bfecc4603 00:48:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:19 ---> Running in c6f84b09e897 00:48:20 Removing intermediate container 25d2fdbb3240 00:48:20 ---> db9facd33d42 00:48:20 Step 13/23 : EXPOSE $APP_PORT 00:48:20 Removing intermediate container fe587fa982e6 00:48:20 ---> da3c888d7ac6 00:48:20 Step 23/23 : LABEL version=0.0.0 00:48:20 ---> c53165019781 00:48:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:48:20 ---> Running in f22227809fc8 00:48:20 ---> Running in 3bfbf9cb7502 00:48:20 ---> 4ad1ead018d2 00:48:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:20 Removing intermediate container c6f84b09e897 00:48:20 ---> f5aea8b51253 00:48:20 Step 20/22 : LABEL arch=arm64 00:48:20 ---> Running in 8c8f563fc991 00:48:20 ---> Running in b01995e66270 00:48:20 Removing intermediate container f22227809fc8 00:48:20 ---> 834556379a9f 00:48:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:20 Removing intermediate container 3bfbf9cb7502 00:48:20 ---> 2c6376c1d83a 00:48:20 00:48:21 ---> 63b52821df57 00:48:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:48:21 Removing intermediate container 8c8f563fc991 00:48:21 ---> 257102f90e25 00:48:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:21 Removing intermediate container b01995e66270 00:48:21 ---> 21adc28492b7 00:48:21 Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:48:21 ---> Running in 4077a9677b19 00:48:21 Successfully built 2c6376c1d83a 00:48:21 Successfully tagged docker-core-command-go-arm64:latest 00:48:21  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:48:21 ---> Running in 5ea6f8671856 00:48:21 ---> Running in 4b0dce2227bc 00:48:21 ---> Running in 850a585d7c6c 00:48:22 Removing intermediate container 4b0dce2227bc 00:48:22 ---> 33eefca26b85 00:48:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:22 Removing intermediate container 850a585d7c6c 00:48:22 ---> 0582f50b63b6 00:48:22 Step 20/22 : LABEL arch=arm64 00:48:22 Removing intermediate container 5ea6f8671856 00:48:22 ---> 38def3c215cc 00:48:22 Step 22/22 : LABEL version=0.0.0 00:48:23 ---> Running in a8a2438b6254 00:48:23 ---> Running in af43edfe62eb 00:48:24 ---> e316a1807f4b 00:48:24 Step 26/31 : RUN chmod +x /entrypoint.sh 00:48:24 Removing intermediate container af43edfe62eb 00:48:24 ---> f865e7dd9e20 00:48:24 00:48:24 Removing intermediate container a8a2438b6254 00:48:24 ---> f71c8c7c3b0e 00:48:24 Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:48:25 ---> Running in 45d1af464d94 00:48:25 ---> Running in 18c98c6fafb7 00:48:25 Successfully built f865e7dd9e20 00:48:25 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:25  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 00:48:26 Removing intermediate container 4077a9677b19 00:48:26 ---> 38e9a790e8bd 00:48:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:48:26 Removing intermediate container 45d1af464d94 00:48:26 ---> febdc7599955 00:48:26 Step 22/22 : LABEL version=0.0.0 00:48:26 ---> Running in d11cf1237382 00:48:26 ---> Running in 6f6e54071d65 00:48:27 Removing intermediate container 6f6e54071d65 00:48:27 ---> 5517c1240223 00:48:27 00:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:28 Successfully built 5517c1240223 00:48:28 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:28 Building docker-security-proxy-setup-go 00:48:28  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:29 Removing intermediate container 18c98c6fafb7 00:48:29 ---> 040b48ab9bf6 00:48:29 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:48:29 (1/6) Installing dumb-init (1.2.2-r1) 00:48:29 (2/6) Installing libgcc (9.3.0-r2) 00:48:29 ---> Running in 6cab118bb876 00:48:29 (3/6) Installing libsodium (1.0.18-r0) 00:48:30 (4/6) Installing libstdc++ (9.3.0-r2) 00:48:30 (5/6) Installing libzmq (4.3.3-r0) 00:48:30 (6/6) Installing zeromq (4.3.3-r0) 00:48:30 Removing intermediate container 6cab118bb876 00:48:30 ---> 0b0c9113f536 00:48:30 Step 28/31 : CMD ["gate"] 00:48:30 Executing busybox-1.31.1-r20.trigger 00:48:30 OK: 8 MiB in 20 packages 00:48:31 ---> Running in 577e76ff03b6 00:48:32 Removing intermediate container 577e76ff03b6 00:48:32 ---> f71ea152b1cb 00:48:32 Step 29/31 : LABEL arch=arm64 00:48:32 ---> Running in ea954233a4a9 00:48:32 Removing intermediate container d11cf1237382 00:48:32 ---> 78c0757ef218 00:48:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:33 Removing intermediate container ea954233a4a9 00:48:33 ---> 9251c2a48916 00:48:33 Step 30/31 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:48:34 ---> c753cc221073 00:48:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:34 ---> Running in 8939718eb59c 00:48:35 Removing intermediate container 8939718eb59c 00:48:35 ---> 641a048912a0 00:48:35 Step 31/31 : LABEL version=0.0.0 00:48:36 ---> 2250cbbca208 00:48:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:36 ---> Running in ac06884288e6 00:48:37 ---> a320fd91be76 00:48:37 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:37 Removing intermediate container ac06884288e6 00:48:37 ---> e2d6e87d4679 00:48:37 00:48:37 ---> Running in ef447dc9b1a0 00:48:38 Successfully built e2d6e87d4679 00:48:38 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:38  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go 00:48:38 Removing intermediate container ef447dc9b1a0 00:48:38 ---> 91ad7f27a8af 00:48:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:39 ---> Running in 17247ab0c7e3 00:48:39 Removing intermediate container 17247ab0c7e3 00:48:39 ---> 12c89b360c13 00:48:39 Step 21/23 : LABEL arch=arm64 00:48:39 ---> Running in 206cd1bc76fe 00:48:40 Removing intermediate container 206cd1bc76fe 00:48:40 ---> cd2655638c7e 00:48:40 Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:48:40 ---> Running in ed3b1ca05d1f 00:48:41 Removing intermediate container ed3b1ca05d1f 00:48:41 ---> 709488e37200 00:48:41 Step 23/23 : LABEL version=0.0.0 00:48:42 ---> Running in 554d4e089cbd 00:48:42 Removing intermediate container 554d4e089cbd 00:48:42 ---> 8b6040733047 00:48:42 00:48:43 Successfully built 8b6040733047 00:48:43 Successfully tagged docker-core-data-go-arm64:latest 00:49:10  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:10 ---> 6195abde3c95 00:49:10 Step 3/24 : WORKDIR /edgex-go 00:49:10 ---> Using cache 00:49:10 ---> 522faa480a11 00:49:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:10 ---> Using cache 00:49:10 ---> 1a52c7a12923 00:49:10 Step 5/24 : RUN apk add --update --no-cache make git 00:49:14 ---> Running in 1472a82e9cb2 00:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:16 ---> 6195abde3c95 00:49:16 Step 3/23 : WORKDIR /edgex-go 00:49:16 ---> Using cache 00:49:16 ---> 522faa480a11 00:49:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:16 ---> Using cache 00:49:16 ---> 1a52c7a12923 00:49:16 Step 5/23 : RUN apk add --update --no-cache make git 00:49:17 OK: 217 MiB in 51 packages 00:49:18 ---> Running in df046bd6ff41 00:49:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:19 ---> 6195abde3c95 00:49:19 Step 3/21 : WORKDIR /edgex-go 00:49:19 ---> Using cache 00:49:19 ---> 522faa480a11 00:49:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:19 ---> Using cache 00:49:19 ---> 1a52c7a12923 00:49:19 Step 5/21 : RUN apk add --update --no-cache make git 00:49:19 ---> Running in c0230fa9cd7c 00:49:19 Removing intermediate container 1472a82e9cb2 00:49:19 ---> 6adccee68d21 00:49:19 Step 6/24 : COPY go.mod . 00:49:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:21 ---> 0c1e024275ff 00:49:21 Step 7/24 : RUN go mod download 00:49:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 ---> Running in c6e0b509e442 00:49:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:21 ---> 6195abde3c95 00:49:21 Step 3/26 : WORKDIR /edgex-go 00:49:21 ---> Using cache 00:49:21 ---> 522faa480a11 00:49:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:21 ---> Using cache 00:49:21 ---> 1a52c7a12923 00:49:21 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:21 ---> Running in a0de101bdfb0 00:49:21 OK: 217 MiB in 51 packages 00:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:23 OK: 217 MiB in 51 packages 00:49:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:23 Removing intermediate container df046bd6ff41 00:49:23 ---> 85058e6ba4a0 00:49:23 Step 6/23 : COPY go.mod . 00:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:24 ---> 7f53928c13f6 00:49:24 Step 7/23 : RUN go mod download 00:49:24 ---> Running in 7558b3a224e0 00:49:24 Removing intermediate container c0230fa9cd7c 00:49:24 ---> 106762fdf3b8 00:49:24 Step 6/21 : COPY go.mod . 00:49:24 OK: 217 MiB in 51 packages 00:49:25 Removing intermediate container c6e0b509e442 00:49:25 ---> c9718592e978 00:49:25 Step 8/24 : COPY . . 00:49:25 ---> f3a7140b8f94 00:49:25 Step 7/21 : RUN go mod download 00:49:26 ---> Running in c0425a0dc401 00:49:27 Removing intermediate container a0de101bdfb0 00:49:27 ---> abe94a03a9ea 00:49:27 Step 6/26 : COPY go.mod . 00:49:28 ---> 3db7fb230069 00:49:28 Step 7/26 : RUN go mod download 00:49:29 ---> Running in c506ec5b50bc 00:49:29 Removing intermediate container 7558b3a224e0 00:49:29 ---> 0c5c9e5fda27 00:49:29 Step 8/23 : COPY . . 00:49:30 Removing intermediate container c0425a0dc401 00:49:30 ---> 5ce5e185c579 00:49:30 Step 8/21 : COPY . . 00:49:36 Removing intermediate container c506ec5b50bc 00:49:36 ---> c4540ca34fa9 00:49:36 Step 8/26 : COPY . . 00:49:48 ---> d83ffa26f515 00:49:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:49 ---> Running in 668c576d49c1 00:49:49 ---> 1bdf081b1a09 00:49:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:49 ---> Running in 249e0925f289 00:49:50 ---> a2e29ec3e527 00:49:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:50 ---> Running in b1d9f53778a8 00:49:51 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:49:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:51 ---> 1d10e3a28d89 00:49:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:52 ---> Running in 483eeef69f34 00:49:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:53 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:51:15 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:51:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:51:22 Removing intermediate container 668c576d49c1 00:51:22 ---> 007c535392bb 00:51:22 00:51:22 Step 10/24 : FROM alpine:3.12 00:51:22 ---> d75e27dfc0a0 00:51:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:51:22 ---> Running in 895adb81c159 00:51:22 Removing intermediate container b1d9f53778a8 00:51:22 ---> 1f5c2ca59014 00:51:22 00:51:22 Step 10/21 : FROM alpine:3.12 00:51:22 ---> d75e27dfc0a0 00:51:22 Step 11/21 : RUN apk add --update --no-cache curl 00:51:23 ---> Running in 9eb9a6f50aff 00:51:23 Removing intermediate container 483eeef69f34 00:51:23 ---> 5a2676df4a5c 00:51:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:23 ---> Running in 3f4929ee93b2 00:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:24 (1/6) Installing ca-certificates (20191127-r4) 00:51:24 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:51:24 (3/6) Installing libcurl (7.69.1-r3) 00:51:24 (4/6) Installing curl (7.69.1-r3) 00:51:24 (5/6) Installing dumb-init (1.2.2-r1) 00:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:25 (6/6) Installing su-exec (0.2-r1) 00:51:25 Executing busybox-1.31.1-r20.trigger 00:51:25 Executing ca-certificates-20191127-r4.trigger 00:51:25 OK: 7 MiB in 20 packages 00:51:25 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:51:25 (1/4) Installing ca-certificates (20191127-r4) 00:51:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:25 (3/4) Installing libcurl (7.69.1-r3) 00:51:25 (4/4) Installing curl (7.69.1-r3) 00:51:25 Executing busybox-1.31.1-r20.trigger 00:51:25 Executing ca-certificates-20191127-r4.trigger 00:51:26 OK: 7 MiB in 18 packages 00:51:28 Removing intermediate container 895adb81c159 00:51:28 ---> d9cd7c06553d 00:51:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:28 ---> Running in 9e2562bf71a2 00:51:28 Removing intermediate container 9eb9a6f50aff 00:51:28 ---> 53b8c0628d02 00:51:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:28 ---> Running in 00cfffe8af45 00:51:29 Removing intermediate container 9e2562bf71a2 00:51:29 ---> eca51aa85a83 00:51:29 Step 13/24 : WORKDIR / 00:51:29 ---> Running in 9be15e61a890 00:51:29 Removing intermediate container 00cfffe8af45 00:51:29 ---> 0acba321dcae 00:51:29 Step 13/21 : WORKDIR /edgex 00:51:30 ---> Running in d6e35bf32f8a 00:51:30 Removing intermediate container 3f4929ee93b2 00:51:30 ---> c21669d90a77 00:51:30 00:51:30 Step 11/26 : FROM docker:20.10.0 00:51:30 20.10.0: Pulling from library/docker 00:51:30 Removing intermediate container 9be15e61a890 00:51:30 ---> 9b9293b50797 00:51:30 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:51:30 Removing intermediate container d6e35bf32f8a 00:51:30 ---> a6a098bb169c 00:51:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:31 ---> b086c77446ae 00:51:31 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:51:32 Removing intermediate container 249e0925f289 00:51:32 ---> e28030da7cf5 00:51:32 00:51:32 Step 10/23 : FROM alpine:3.12 00:51:32 ---> d75e27dfc0a0 00:51:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:32 ---> Using cache 00:51:32 ---> 38bade7c0e08 00:51:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:32 ---> Using cache 00:51:32 ---> 94859b5501b3 00:51:32 Step 13/23 : ENV APP_PORT=48081 00:51:32 ---> 65a1d1f155af 00:51:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:32 ---> Running in c98be29ed22f 00:51:33 ---> 706a773c0d94 00:51:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:33 Removing intermediate container c98be29ed22f 00:51:33 ---> 56e3a36e47f4 00:51:33 Step 14/23 : EXPOSE $APP_PORT 00:51:34 ---> c3c3b2e208d5 00:51:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:34 ---> Running in d01cbdd45160 00:51:34 ---> d0ab47c95cb3 00:51:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:35 Removing intermediate container d01cbdd45160 00:51:35 ---> 732291b1c65c 00:51:35 Step 15/23 : WORKDIR / 00:51:35 ---> Running in 0be9c353497e 00:51:36 ---> 63808a20a356 00:51:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:36 ---> c95c09102469 00:51:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:37 ---> Running in 361051fac935 00:51:37 Removing intermediate container 0be9c353497e 00:51:37 ---> f9d4188b1a72 00:51:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:38 Removing intermediate container 361051fac935 00:51:38 ---> 0381e9cb0047 00:51:38 Step 18/21 : CMD ["--init=true"] 00:51:39 ---> b2ab6d79466a 00:51:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:39 ---> Running in 0c71756a0e0a 00:51:39 ---> 6f0ac5feb7a2 00:51:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:40 Removing intermediate container 0c71756a0e0a 00:51:40 ---> 7db7d2f7b603 00:51:40 Step 19/21 : LABEL arch=arm64 00:51:40 ---> 22da87bfe620 00:51:40 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:51:41 ---> Running in 7f2e91b12ad7 00:51:41 ---> e5980d9bdf47 00:51:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:41 ---> Running in 58a8b34217dc 00:51:41 Removing intermediate container 7f2e91b12ad7 00:51:41 ---> 8e2decc2b66f 00:51:41 Step 20/21 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:51:42 ---> Running in d0fc140a08ed 00:51:42 ---> 5a88965f8d68 00:51:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:42 ---> Running in bb89c1a9ec97 00:51:42 Status: Downloaded newer image for docker:20.10.0 00:51:42 ---> eeaf43b92773 00:51:42 Step 12/26 : RUN apk add --no-cache bash 00:51:42 Removing intermediate container d0fc140a08ed 00:51:42 ---> eee3fb8fe28e 00:51:42 Step 21/21 : LABEL version=0.0.0 00:51:42 ---> Running in 2af4b2b631e7 00:51:42 ---> Running in e518040be16b 00:51:43 Removing intermediate container bb89c1a9ec97 00:51:43 ---> 1cc1089c968d 00:51:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:43 ---> Running in a43db734dd8f 00:51:43 Removing intermediate container e518040be16b 00:51:43 ---> 2f9ddce7f6dd 00:51:43 00:51:44 Successfully built 2f9ddce7f6dd 00:51:44 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:44  Building docker-security-proxy-setup-go ... done Removing intermediate container 58a8b34217dc 00:51:44 ---> de6f527f47f5 00:51:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:44 Removing intermediate container a43db734dd8f 00:51:44 ---> 916994884ac0 00:51:44 Step 21/23 : LABEL arch=arm64 00:51:44 ---> Running in bade1f801414 00:51:44 ---> Running in c77b9a96eb11 00:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:44 Removing intermediate container c77b9a96eb11 00:51:44 ---> a20832077256 00:51:44 Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:51:44 Removing intermediate container bade1f801414 00:51:44 ---> 17119ad29637 00:51:44 Step 22/24 : LABEL arch=arm64 00:51:45 ---> Running in ab4e00e81442 00:51:45 ---> Running in 7ae396bcb736 00:51:45 (1/2) Installing readline (8.0.4-r0) 00:51:45 (2/2) Installing bash (5.0.17-r0) 00:51:45 Executing bash-5.0.17-r0.post-install 00:51:45 Executing busybox-1.31.1-r19.trigger 00:51:45 OK: 12 MiB in 22 packages 00:51:45 Removing intermediate container ab4e00e81442 00:51:45 ---> c368710185af 00:51:45 Step 23/23 : LABEL version=0.0.0 00:51:45 Removing intermediate container 7ae396bcb736 00:51:45 ---> 4fc056aa2b8d 00:51:45 Step 23/24 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:51:45 ---> Running in 42b590e2bfdc 00:51:46 ---> Running in a1e0bb4127d7 00:51:46 Removing intermediate container 42b590e2bfdc 00:51:46 ---> 2686ebdf9b18 00:51:46 00:51:46 Removing intermediate container a1e0bb4127d7 00:51:46 ---> 1ac512301a51 00:51:46 Step 24/24 : LABEL version=0.0.0 00:51:46 Successfully built 2686ebdf9b18 00:51:46 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:46 Removing intermediate container 2af4b2b631e7 00:51:46  Building docker-core-metadata-go ... done  ---> 724591b73b48 00:51:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:46 ---> Running in 992c6d07227f 00:51:46 ---> Running in 7a71121fabdc 00:51:47 Removing intermediate container 992c6d07227f 00:51:47 ---> ab837919c48b 00:51:47 00:51:47 Removing intermediate container 7a71121fabdc 00:51:47 ---> 152240d6b133 00:51:47 Step 14/26 : ENV APP_PORT=48090 00:51:47 ---> Running in 0587f1ad9e36 00:51:47 Successfully built ab837919c48b 00:51:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:48  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0587f1ad9e36 00:51:48 ---> c5c210e1c337 00:51:48 Step 15/26 : EXPOSE $APP_PORT 00:51:48 ---> Running in 59e327bb6496 00:51:48 Removing intermediate container 59e327bb6496 00:51:48 ---> 9497276d64ce 00:51:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:50 ---> 330878656049 00:51:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:50 ---> d35549967a59 00:51:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:51 ---> 508245d39eea 00:51:51 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:51 ---> Running in a36d70a06181 00:51:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:53 (1/33) Installing libbz2 (1.0.8-r1) 00:51:53 (2/33) Installing expat (2.2.9-r1) 00:51:53 (3/33) Installing libffi (3.3-r2) 00:51:53 (4/33) Installing gdbm (1.13-r1) 00:51:53 (5/33) Installing xz-libs (5.2.5-r0) 00:51:53 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:53 (7/33) Installing python3 (3.8.8-r0) 00:51:55 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:55 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:55 (11/33) Installing py3-six (1.15.0-r0) 00:51:55 (12/33) Installing py3-packaging (20.4-r0) 00:51:55 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:55 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:55 (15/33) Installing py3-idna (2.9-r0) 00:51:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:55 (18/33) Installing py3-requests (2.23.0-r0) 00:51:55 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:55 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:55 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:55 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:55 (24/33) Installing py3-distro (1.5.0-r1) 00:51:55 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:55 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:55 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:55 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:55 (29/33) Installing py3-progress (1.5-r0) 00:51:55 (30/33) Installing py3-toml (0.10.1-r0) 00:51:55 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:55 (33/33) Installing py3-pip (20.1.1-r0) 00:51:55 Executing busybox-1.31.1-r19.trigger 00:51:55 OK: 71 MiB in 55 packages 00:52:02 Removing intermediate container a36d70a06181 00:52:02 ---> cfa2aad07195 00:52:02 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:02 ---> Running in 88ce64a24ee1 00:52:06 Collecting docker-compose==1.23.2 00:52:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:07 Collecting PyYAML<4,>=3.10 00:52:07 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:11 Collecting docker<4.0,>=3.6.0 00:52:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:11 Collecting jsonschema<3,>=2.5.1 00:52:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:12 Collecting cached-property<2,>=1.2.0 00:52:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:12 Collecting texttable<0.10,>=0.9.0 00:52:12 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:14 Collecting docopt<0.7,>=0.6.1 00:52:14 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:16 Collecting websocket-client<1.0,>=0.32.0 00:52:16 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:52:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:18 Collecting dockerpty<0.5,>=0.4.1 00:52:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:20 Collecting docker-pycreds>=0.4.0 00:52:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:20 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:52:20 Collecting urllib3<1.25,>=1.21.1 00:52:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:21 Collecting idna<2.8,>=2.5 00:52:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:21 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:52:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:22 Installing collected packages: PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, texttable, docopt, dockerpty, docker-compose 00:52:22 Running setup.py install for PyYAML: started 00:52:24 Running setup.py install for PyYAML: finished with status 'done' 00:52:24 Attempting uninstall: urllib3 00:52:24 Found existing installation: urllib3 1.25.9 00:52:24 Uninstalling urllib3-1.25.9: 00:52:24 Successfully uninstalled urllib3-1.25.9 00:52:24 Attempting uninstall: idna 00:52:24 Found existing installation: idna 2.9 00:52:24 Uninstalling idna-2.9: 00:52:24 Successfully uninstalled idna-2.9 00:52:25 Attempting uninstall: requests 00:52:25 Found existing installation: requests 2.23.0 00:52:25 Uninstalling requests-2.23.0: 00:52:25 Successfully uninstalled requests-2.23.0 00:52:27 Running setup.py install for texttable: started 00:52:28 Running setup.py install for texttable: finished with status 'done' 00:52:28 Running setup.py install for docopt: started 00:52:30 Running setup.py install for docopt: finished with status 'done' 00:52:30 Running setup.py install for dockerpty: started 00:52:32 Running setup.py install for dockerpty: finished with status 'done' 00:52:33 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:52:36 Removing intermediate container 88ce64a24ee1 00:52:36 ---> 35d016e9f153 00:52:36 Step 21/26 : RUN apk --no-cache add curl 00:52:37 ---> Running in 4d8c48b83117 00:52:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:39 (2/3) Installing libcurl (7.69.1-r3) 00:52:39 (3/3) Installing curl (7.69.1-r3) 00:52:39 Executing busybox-1.31.1-r19.trigger 00:52:39 OK: 72 MiB in 58 packages 00:52:39 Removing intermediate container 4d8c48b83117 00:52:39 ---> bf23ed09d5bd 00:52:39 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:40 ---> Running in 6f5b1458d7e0 00:52:40 Removing intermediate container 6f5b1458d7e0 00:52:40 ---> 57c48eca2201 00:52:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:40 ---> Running in 44f38b9d2f2a 00:52:41 Removing intermediate container 44f38b9d2f2a 00:52:41 ---> ed7cdeb987c8 00:52:41 Step 24/26 : LABEL arch=arm64 00:52:41 ---> Running in 0f642b236532 00:52:42 Removing intermediate container 0f642b236532 00:52:42 ---> cb3696537d0c 00:52:42 Step 25/26 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 00:52:42 ---> Running in 77312a92272f 00:52:42 Removing intermediate container 77312a92272f 00:52:42 ---> 1f2eca75a1e3 00:52:42 Step 26/26 : LABEL version=0.0.0 00:52:42 ---> Running in aa34f993b42b 00:52:43 Removing intermediate container aa34f993b42b 00:52:43 ---> 42369a95d69b 00:52:43 00:52:43 Successfully built 42369a95d69b 00:52:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:43 $ docker stop --time=1 cf85018f95f82cfa3be7de1bf0167d3e0f4b3ccc6901f9c93410ce7eaf03bce3 00:52:45 $ docker rm -f cf85018f95f82cfa3be7de1bf0167d3e0f4b3ccc6901f9c93410ce7eaf03bce3 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:46 + docker images 00:52:46 + grep docker 00:52:46 docker-sys-mgmt-agent-go-arm64 latest 42369a95d69b 4 seconds ago 301MB 00:52:46 docker-security-secretstore-setup-go-arm64 latest ab837919c48b 59 seconds ago 24.4MB 00:52:46 docker-core-metadata-go-arm64 latest 2686ebdf9b18 About a minute ago 17.9MB 00:52:46 docker-security-proxy-setup-go-arm64 latest 2f9ddce7f6dd About a minute ago 24.1MB 00:52:46 docker-core-data-go-arm64 latest 8b6040733047 4 minutes ago 21.4MB 00:52:46 docker-security-bootstrapper-go-arm64 latest e2d6e87d4679 4 minutes ago 17.9MB 00:52:46 docker-support-notifications-go-arm64 latest 5517c1240223 4 minutes ago 16.9MB 00:52:46 docker-support-scheduler-go-arm64 latest f865e7dd9e20 4 minutes ago 16.4MB 00:52:46 docker-core-command-go-arm64 latest 2c6376c1d83a 4 minutes ago 16.3MB 00:52:46 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:52:47 ---> job-cost.sh 00:52:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TAWE 00:53:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:03 lf-activate-venv(): INFO: Adding /tmp/venv-TAWE/bin to PATH 00:55:03 INFO: No Stack... 00:55:03 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:03 INFO: Archiving Costs [Pipeline] sh 00:55:03 + cat /w/workspace/edgex-go/53/archives/cost.csv 00:55:03 + cut -d, -f6 [Pipeline] lock 00:55:03 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] 00:55:03 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] did not exist. Created. 00:55:03 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:04 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:04 Stashed 1 file(s) [Pipeline] } 00:55:04 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:55:06 provisioning config files... 00:55:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/53@tmp/config9052412270056700413tmp [Pipeline] { [Pipeline] sh 00:55:07 + set +x 00:55:07 + curl -s https://codecov.io/bash 00:55:07 + bash -s -- 00:55:07 00:55:07 _____ _ 00:55:07 / ____| | | 00:55:07 | | ___ __| | ___ ___ _____ __ 00:55:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:07 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:07 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:07 Bash-20210309-2b87ace 00:55:07 00:55:07 00:55:07 ==> git version 2.24.3 found 00:55:07 ==> 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:55:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:55:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:55:07 ==> Jenkins CI detected. 00:55:07 project root: . 00:55:07 --> token set from env 00:55:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:07 ==> Running gcov in . (disable via -X gcov) 00:55:07 ==> Python coveragepy not found 00:55:07 ==> Searching for coverage reports in: 00:55:07 + . 00:55:07 -> Found 1 reports 00:55:07 ==> Detecting git/mercurial file structure 00:55:07 ==> Reading reports 00:55:07 + ./coverage.out bytes=686581 00:55:07 ==> Appending adjustments 00:55:07 https://docs.codecov.io/docs/fixing-reports 00:55:11 + Found adjustments 00:55:11 ==> Gzipping contents 00:55:11 100K /tmp/codecov.UY645w.gz 00:55:11 ==> Uploading reports 00:55:11 url: https://codecov.io 00:55:11 query: branch=PR-3234&commit=41c67b8272bc3ee48d18e1342303fa752a9fc871&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F53%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 00:55:11 -> Pinging Codecov 00:55:11 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=41c67b8272bc3ee48d18e1342303fa752a9fc871&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F53%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 00:55:11 -> Uploading to 00:55:11 https://storage.googleapis.com/codecov/v4/raw/2021-04-02/00271124DB129430A58F1EEE437C3FCB/41c67b8272bc3ee48d18e1342303fa752a9fc871/985630d9-6fc2-40a6-8940-2732b240cd2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T005511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1c6a167d11269742b86f4f94c594a648eb8d3aa4a45ab08527dfc26c05963d4f 00:55:11 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:11 Dload Upload Total Spent Left Speed 00:55:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98722 0 0 100 98722 0 215k --:--:-- --:--:-- --:--:-- 216k 00:55:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/41c67b8272bc3ee48d18e1342303fa752a9fc871 [Pipeline] } 00:55:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:55:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:15 ---> package-listing.sh 00:55:15 ++ facter osfamily 00:55:15 ++ tr '[:upper:]' '[:lower:]' 00:55:15 + OS_FAMILY=redhat 00:55:15 + workspace=/w/workspace/edgex-go/53 00:55:15 + START_PACKAGES=/tmp/packages_start.txt 00:55:15 + END_PACKAGES=/tmp/packages_end.txt 00:55:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:15 + PACKAGES=/tmp/packages_start.txt 00:55:15 + '[' /w/workspace/edgex-go/53 ']' 00:55:15 + PACKAGES=/tmp/packages_end.txt 00:55:15 + case "${OS_FAMILY}" in 00:55:15 + rpm -qa 00:55:15 + sort 00:55:20 + '[' -f /tmp/packages_start.txt ']' 00:55:20 + '[' -f /tmp/packages_end.txt ']' 00:55:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:20 + '[' /w/workspace/edgex-go/53 ']' 00:55:20 + mkdir -p /w/workspace/edgex-go/53/archives/ 00:55:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/53/archives/ [Pipeline] echo 00:55:20 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/53/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:21 00:55:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:21 alpine: Pulling from edgex-lftools-log-publisher 00:55:21 df20fa9351a1: Pulling fs layer 00:55:21 36b3adc4ff6f: Pulling fs layer 00:55:21 8ad3a11d3b57: Pulling fs layer 00:55:21 46f8f816bc3b: Pulling fs layer 00:55:21 93b61091891f: Pulling fs layer 00:55:21 93b9cdb0e59b: Pulling fs layer 00:55:21 5e14af77c1be: Pulling fs layer 00:55:21 01666e4c0597: Pulling fs layer 00:55:21 aa168da1d23b: Pulling fs layer 00:55:21 93b9cdb0e59b: Waiting 00:55:21 5e14af77c1be: Waiting 00:55:21 01666e4c0597: Waiting 00:55:21 aa168da1d23b: Waiting 00:55:21 46f8f816bc3b: Waiting 00:55:21 93b61091891f: Waiting 00:55:21 36b3adc4ff6f: Verifying Checksum 00:55:21 36b3adc4ff6f: Download complete 00:55:21 46f8f816bc3b: Verifying Checksum 00:55:21 46f8f816bc3b: Download complete 00:55:21 df20fa9351a1: Verifying Checksum 00:55:21 df20fa9351a1: Download complete 00:55:21 93b9cdb0e59b: Verifying Checksum 00:55:21 93b9cdb0e59b: Download complete 00:55:21 5e14af77c1be: Verifying Checksum 00:55:21 5e14af77c1be: Download complete 00:55:21 01666e4c0597: Verifying Checksum 00:55:21 01666e4c0597: Download complete 00:55:21 93b61091891f: Verifying Checksum 00:55:21 93b61091891f: Download complete 00:55:22 df20fa9351a1: Pull complete 00:55:22 36b3adc4ff6f: Pull complete 00:55:23 8ad3a11d3b57: Verifying Checksum 00:55:23 8ad3a11d3b57: Download complete 00:55:23 8ad3a11d3b57: Pull complete 00:55:23 46f8f816bc3b: Pull complete 00:55:24 aa168da1d23b: Verifying Checksum 00:55:24 aa168da1d23b: Download complete 00:55:25 93b61091891f: Pull complete 00:55:26 93b9cdb0e59b: Pull complete 00:55:26 5e14af77c1be: Pull complete 00:55:26 01666e4c0597: Pull complete 00:55:34 aa168da1d23b: Pull complete 00:55:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:34 prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container 00:55:34 $ 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/53/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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:45 $ docker top 41c70758c3f7811c2aa3dd617757e3fae101bbb77a13e6f36566ec6636aea169 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:46 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:46 + mkdir -p /var/log/sa [Pipeline] sh 00:55:46 + ls /var/log/sa-host 00:55:46 + sadf -c /var/log/sa-host/sa02 00:55:46 file_magic: OK 00:55:46 HZ: Using current value: 100 00:55:46 file_header: OK 00:55:46 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:55:46 Statistics: 00:55:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:46 File successfully converted to sysstat format version 12.2.1 00:55:46 + sadf -c /var/log/sa-host/sa23 00:55:46 file_magic: OK 00:55:46 HZ: Using current value: 100 00:55:46 file_header: OK 00:55:46 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:55:46 Statistics: 00:55:46 Hnuu...uuuununununu... 00:55:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:47 provisioning config files... 00:55:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/53@tmp/config3443799620034347922tmp [Pipeline] { [Pipeline] echo 00:55:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:47 ---> create-netrc.sh [Pipeline] } 00:55:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:47 ---> python-tools-install.sh [Pipeline] echo 00:55:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:48 ---> sudo-logs.sh 00:55:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:48 ---> job-cost.sh 00:55:48 lf-activate-venv: SKIPPING 00:55:48 DEBUG: total: 0.20999999344348907 00:55:48 INFO: Retrieving Stack Cost... 00:55:49 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:50 INFO: Archiving Costs [Pipeline] echo 00:55:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:50 ---> logs-deploy.sh 00:55:50 lf-activate-venv: SKIPPING 00:55:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/53 00:55:50 INFO: archiving workspace using pattern(s): 00:55:52 Archives upload complete. 00:55:52 INFO: archiving logs to Nexus 00:55:53 ---> uname -a: 00:55:53 Linux prd-centos7-docker-4c-2g-32536.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:55:53 00:55:53 00:55:53 ---> lscpu: 00:55:53 Architecture: x86_64 00:55:53 CPU op-mode(s): 32-bit, 64-bit 00:55:53 Byte Order: Little Endian 00:55:53 Address sizes: 40 bits physical, 48 bits virtual 00:55:53 CPU(s): 4 00:55:53 On-line CPU(s) list: 0-3 00:55:53 Thread(s) per core: 1 00:55:53 Core(s) per socket: 1 00:55:53 Socket(s): 4 00:55:53 NUMA node(s): 1 00:55:53 Vendor ID: GenuineIntel 00:55:53 CPU family: 6 00:55:53 Model: 44 00:55:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:53 Stepping: 1 00:55:53 CPU MHz: 2933.438 00:55:53 BogoMIPS: 5866.87 00:55:53 Virtualization: VT-x 00:55:53 Hypervisor vendor: KVM 00:55:53 Virtualization type: full 00:55:53 L1d cache: 128 KiB 00:55:53 L1i cache: 128 KiB 00:55:53 L2 cache: 16 MiB 00:55:53 L3 cache: 64 MiB 00:55:53 NUMA node0 CPU(s): 0-3 00:55:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:53 Vulnerability Meltdown: Mitigation; PTI 00:55:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:53 Vulnerability Srbds: Not affected 00:55:53 Vulnerability Tsx async abort: Not affected 00:55:53 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:55:53 00:55:53 00:55:53 ---> nproc: 00:55:53 4 00:55:53 00:55:53 00:55:53 ---> df -h: 00:55:53 Filesystem Size Used Available Use% Mounted on 00:55:53 overlay 50.0G 11.8G 38.2G 24% / 00:55:53 tmpfs 64.0M 0 64.0M 0% /dev 00:55:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:53 shm 64.0M 0 64.0M 0% /dev/shm 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/53 00:55:53 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/53@tmp 00:55:53 00:55:53 00:55:53 ---> free -m: 00:55:53 total used free shared buff/cache available 00:55:53 Mem: 1837 717 157 0 962 1039 00:55:53 Swap: 1023 73 950 00:55:53 00:55:53 00:55:53 ---> ip addr: 00:55:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:53 inet 127.0.0.1/8 scope host lo 00:55:53 valid_lft forever preferred_lft forever 00:55:53 inet6 ::1/128 scope host 00:55:53 valid_lft forever preferred_lft forever 00:55:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:53 link/ether fa:16:3e:99:03:49 brd ff:ff:ff:ff:ff:ff 00:55:53 inet 10.30.123.17/23 brd 10.30.123.255 scope global dynamic eth0 00:55:53 valid_lft 84878sec preferred_lft 84878sec 00:55:53 inet6 fe80::f816:3eff:fe99:349/64 scope link 00:55:53 valid_lft forever preferred_lft forever 00:55:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:53 link/ether 02:42:a7:48:39:86 brd ff:ff:ff:ff:ff:ff 00:55:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:53 valid_lft forever preferred_lft forever 00:55:53 inet6 fe80::42:a7ff:fe48:3986/64 scope link 00:55:53 valid_lft forever preferred_lft forever 00:55:53 00:55:53 00:55:53 ---> sar -b -r -n DEV: 00:55:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 00:55:53 00:55:53 00:30:18 LINUX RESTART (4 CPU) 00:55:53 00:55:53 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:53 00:32:01 70.07 18.28 51.79 0.00 5150.71 13955.79 0.00 00:55:53 00:33:02 323.05 137.55 185.49 0.00 8579.99 52337.99 0.00 00:55:53 00:34:01 229.36 102.24 127.13 0.00 4007.40 13323.28 0.00 00:55:53 00:35:01 126.05 55.60 70.45 0.00 1932.86 7255.61 0.00 00:55:53 00:36:01 187.33 55.93 131.41 0.00 11152.72 62474.80 0.00 00:55:53 00:37:02 2343.09 1982.34 360.75 0.00 178199.24 208425.69 0.00 00:55:53 00:38:02 1282.55 1058.56 223.99 0.00 58450.48 79742.91 0.00 00:55:53 00:39:01 1390.78 1041.70 349.09 0.00 99780.29 150781.79 0.00 00:55:53 00:40:01 1198.84 914.95 283.89 0.00 59927.57 79852.38 0.00 00:55:53 00:41:01 96.99 16.11 80.88 0.00 3154.86 6016.73 0.00 00:55:53 00:42:01 1.35 0.05 1.30 0.00 0.80 18.85 0.00 00:55:53 00:43:01 1.72 1.42 0.30 0.00 102.18 3.40 0.00 00:55:53 00:44:02 0.28 0.02 0.27 0.00 0.13 3.46 0.00 00:55:53 00:45:01 0.29 0.00 0.29 0.00 0.00 3.18 0.00 00:55:53 00:46:01 2.35 1.57 0.78 0.00 51.56 14.94 0.00 00:55:53 00:47:01 0.30 0.02 0.28 0.00 0.13 3.56 0.00 00:55:53 00:48:01 0.28 0.03 0.25 0.00 0.40 2.73 0.00 00:55:53 00:49:01 0.15 0.00 0.15 0.00 0.00 1.78 0.00 00:55:53 00:50:01 0.25 0.00 0.25 0.00 0.00 3.70 0.00 00:55:53 00:51:01 0.57 0.28 0.28 0.00 161.20 2.63 0.00 00:55:53 00:52:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 00:55:53 00:53:01 0.30 0.05 0.25 0.00 0.93 2.76 0.00 00:55:53 00:54:01 0.20 0.02 0.18 0.00 0.13 2.05 0.00 00:55:53 00:55:01 0.28 0.02 0.27 0.00 0.27 3.01 0.00 00:55:53 Average: 302.96 224.98 77.98 0.00 17999.79 28157.48 0.00 00:55:53 00:55:53 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:53 00:32:01 70396 0 798080 42.42 2620 1010448 1454768 49.65 653048 953736 5900 00:55:53 00:33:02 67116 0 802876 42.67 1492 1010060 1514520 51.69 664180 854824 65700 00:55:53 00:34:01 114020 0 864344 45.94 732 902448 1903104 64.95 730180 752492 69388 00:55:53 00:35:01 340716 0 738816 39.27 676 801336 1316188 44.92 509416 739064 43044 00:55:53 00:36:01 71468 0 724044 38.48 92 1085940 1247176 42.56 718840 834896 93248 00:55:53 00:37:02 65716 0 850836 45.22 0 964992 2320020 79.18 770496 809656 78588 00:55:53 00:38:02 357272 0 703344 37.38 0 820928 1349436 46.05 570292 702888 8 00:55:53 00:39:01 85116 0 930368 49.45 0 866060 2921076 99.69 662016 885972 28124 00:55:53 00:40:01 156376 0 683308 36.32 0 1041860 1469792 50.16 621840 863016 0 00:55:53 00:41:01 142168 0 632792 33.63 0 1106584 1197192 40.86 580600 911300 8 00:55:53 00:42:01 146052 0 628900 33.42 0 1106592 1170356 39.94 578752 910032 8 00:55:53 00:43:01 144176 0 627716 33.36 0 1109652 1163196 39.70 578432 912928 24 00:55:53 00:44:02 144600 0 627284 33.34 0 1109660 1163076 39.69 577948 912932 12 00:55:53 00:45:01 144436 0 627440 33.35 0 1109668 1163076 39.69 577828 912936 8 00:55:53 00:46:01 143088 0 628008 33.38 0 1110448 1163172 39.70 578196 913584 16 00:55:53 00:47:01 143028 0 628052 33.38 0 1110464 1163112 39.70 578012 913592 16 00:55:53 00:48:01 143400 0 627616 33.36 0 1110528 1163076 39.69 578044 913624 32 00:55:53 00:49:01 143192 0 627872 33.37 0 1110480 1163076 39.69 577868 913604 12 00:55:53 00:50:01 143176 0 627884 33.37 0 1110484 1163076 39.69 578136 913604 8 00:55:53 00:51:01 135452 0 630776 33.52 0 1115316 1163136 39.70 583584 915616 12 00:55:53 00:52:01 135488 0 630732 33.52 0 1115324 1163076 39.69 583636 915612 12 00:55:53 00:53:01 135064 0 631156 33.54 0 1115324 1163172 39.70 583904 915628 20 00:55:53 00:54:01 135456 0 630752 33.52 0 1115336 1163076 39.69 583784 915640 12 00:55:53 00:55:01 135372 0 630832 33.53 0 1115340 1163076 39.69 583540 915644 8 00:55:53 Average: 143431 0 688910 36.61 234 1048970 1374334 46.90 608440 879284 16009 00:55:53 00:55:53 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:53 00:32:01 eth0 1427.91 1437.90 5702.30 162.29 0.00 0.00 0.00 0.00 00:55:53 00:32:01 veth0611dd5 913.52 801.52 86.70 2736.88 0.00 0.00 0.00 0.00 00:55:53 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:32:01 docker0 913.52 801.39 74.21 2736.87 0.00 0.00 0.00 0.00 00:55:53 00:33:02 eth0 450.66 362.73 3667.12 40.01 0.00 0.00 0.00 0.00 00:55:53 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:33:02 docker0 113.59 150.56 8.42 826.53 0.00 0.00 0.00 0.00 00:55:53 00:34:01 veth7f19019 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:53 00:34:01 eth0 41.24 30.56 31.64 71.42 0.00 0.00 0.00 0.00 00:55:53 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:35:01 veth7f19019 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 00:55:53 00:35:01 eth0 22.68 12.06 16.13 8.71 0.00 0.00 0.00 0.00 00:55:53 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:35:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 00:55:53 00:36:01 veth4157866 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:53 00:36:01 eth0 228.80 176.48 1707.61 91.19 0.00 0.00 0.00 0.00 00:55:53 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:37:02 veth4157866 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:55:53 00:37:02 eth0 52.86 38.14 161.84 10.64 0.00 0.00 0.00 0.00 00:55:53 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:37:02 docker0 27.96 32.62 1.73 145.62 0.00 0.00 0.00 0.00 00:55:53 00:38:02 veth4157866 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:38:02 eth0 12.52 6.53 10.22 5.48 0.00 0.00 0.00 0.00 00:55:53 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:39:01 veth4157866 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 00:55:53 00:39:01 veth10c562d 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 00:55:53 00:39:01 eth0 97.57 58.64 304.27 78.17 0.00 0.00 0.00 0.00 00:55:53 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:40:01 veth4157866 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:53 00:40:01 eth0 159.70 113.52 1380.13 19.29 0.00 0.00 0.00 0.00 00:55:53 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:40:01 vethcfcfd5b 1.40 2.23 0.09 20.09 0.00 0.00 0.00 0.00 00:55:53 00:41:01 eth0 89.18 66.15 362.93 78.27 0.00 0.00 0.00 0.00 00:55:53 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:41:01 docker0 1090.50 1067.59 86.19 4369.74 0.00 0.00 0.00 0.00 00:55:53 00:42:01 eth0 1.43 0.58 0.75 0.19 0.00 0.00 0.00 0.00 00:55:53 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:43:01 eth0 0.65 0.35 0.28 0.20 0.00 0.00 0.00 0.00 00:55:53 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:44:02 eth0 0.15 0.10 0.01 0.04 0.00 0.00 0.00 0.00 00:55:53 00:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:45:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:55:53 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:46:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 00:55:53 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:47:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 00:55:53 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:53 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:53 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:51:01 eth0 0.23 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:55:53 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:53 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:53:01 eth0 0.95 0.32 0.32 0.20 0.00 0.00 0.00 0.00 00:55:53 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:54:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:53 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:55:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 Average: eth0 107.10 95.29 553.87 23.49 0.00 0.00 0.00 0.00 00:55:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:53 Average: docker0 45.54 44.58 3.60 182.48 0.00 0.00 0.00 0.00 00:55:53 00:55:53 00:55:53 ---> sar -P ALL: 00:55:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 00:55:53 00:55:53 00:30:18 LINUX RESTART (4 CPU) 00:55:53 00:55:53 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:55:53 00:32:01 all 10.72 0.00 5.72 1.72 0.10 81.74 00:55:53 00:32:01 0 13.47 0.00 8.02 0.89 0.09 77.52 00:55:53 00:32:01 1 10.81 0.00 4.96 0.45 0.10 83.69 00:55:53 00:32:01 2 8.94 0.00 4.90 3.00 0.12 83.03 00:55:53 00:32:01 3 9.69 0.00 5.05 2.54 0.09 82.63 00:55:53 00:33:02 all 14.86 0.00 10.43 5.19 0.41 69.11 00:55:53 00:33:02 0 13.43 0.00 10.36 5.00 0.34 70.87 00:55:53 00:33:02 1 15.30 0.00 10.01 5.51 0.50 68.68 00:55:53 00:33:02 2 16.20 0.00 11.19 3.90 0.43 68.28 00:55:53 00:33:02 3 14.51 0.00 10.17 6.36 0.36 68.60 00:55:53 00:34:01 all 44.64 0.00 12.39 4.51 0.27 38.19 00:55:53 00:34:01 0 44.87 0.00 12.72 2.82 0.30 39.29 00:55:53 00:34:01 1 45.91 0.00 12.58 6.16 0.26 35.08 00:55:53 00:34:01 2 42.47 0.00 12.90 1.78 0.26 42.58 00:55:53 00:34:01 3 45.29 0.00 11.34 7.29 0.26 35.81 00:55:53 00:35:01 all 50.01 0.00 13.85 3.00 0.03 33.11 00:55:53 00:35:01 0 48.98 0.00 13.95 5.31 0.03 31.72 00:55:53 00:35:01 1 51.58 0.00 13.93 4.03 0.02 30.45 00:55:53 00:35:01 2 50.48 0.00 13.34 1.77 0.03 34.38 00:55:53 00:35:01 3 49.00 0.00 14.17 0.87 0.03 35.93 00:55:53 00:36:01 all 24.74 0.00 12.96 4.74 0.07 57.49 00:55:53 00:36:01 0 25.26 0.00 12.87 3.37 0.07 58.43 00:55:53 00:36:01 1 25.51 0.00 12.56 4.36 0.09 57.50 00:55:53 00:36:01 2 24.16 0.00 13.17 6.27 0.05 56.35 00:55:53 00:36:01 3 24.05 0.00 13.24 4.96 0.09 57.67 00:55:53 00:37:02 all 21.44 0.00 30.05 22.18 0.11 26.23 00:55:53 00:37:02 0 20.51 0.00 29.66 21.60 0.12 28.11 00:55:53 00:37:02 1 20.81 0.00 30.39 22.87 0.09 25.84 00:55:53 00:37:02 2 21.76 0.00 30.35 21.24 0.12 26.52 00:55:53 00:37:02 3 22.71 0.00 29.78 22.99 0.09 24.43 00:55:53 00:38:02 all 57.21 0.00 18.98 11.30 0.06 12.45 00:55:53 00:38:02 0 57.42 0.00 18.27 9.17 0.07 15.08 00:55:53 00:38:02 1 57.13 0.00 18.79 12.48 0.05 11.54 00:55:53 00:38:02 2 57.29 0.00 19.47 12.66 0.05 10.53 00:55:53 00:38:02 3 56.98 0.00 19.39 10.91 0.07 12.65 00:55:53 00:39:01 all 33.63 0.00 25.44 17.19 0.09 23.64 00:55:53 00:39:01 0 33.12 0.00 25.99 15.80 0.12 24.97 00:55:53 00:39:01 1 33.43 0.00 25.11 16.26 0.07 25.13 00:55:53 00:39:01 2 33.81 0.00 25.72 19.46 0.09 20.92 00:55:53 00:39:01 3 34.16 0.00 24.95 17.26 0.09 23.55 00:55:53 00:40:01 all 38.08 0.00 18.74 18.18 0.03 24.96 00:55:53 00:40:01 0 37.61 0.00 18.49 15.15 0.03 28.71 00:55:53 00:40:01 1 37.85 0.00 18.88 20.84 0.03 22.39 00:55:53 00:40:01 2 37.96 0.00 19.27 18.03 0.03 24.69 00:55:53 00:40:01 3 38.91 0.00 18.30 18.69 0.03 24.06 00:55:53 00:41:01 all 5.11 0.00 3.13 4.01 0.02 87.73 00:55:53 00:41:01 0 4.10 0.00 3.50 3.50 0.02 88.88 00:55:53 00:41:01 1 6.25 0.00 3.42 3.72 0.02 86.60 00:55:53 00:41:01 2 3.02 0.00 2.64 6.97 0.02 87.36 00:55:53 00:41:01 3 7.06 0.00 2.98 1.87 0.02 88.07 00:55:53 00:42:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:55:53 00:42:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:55:53 00:42:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:55:53 00:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:55:53 00:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:53 00:55:53 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:55:53 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:55:53 00:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:55:53 00:43:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:55:53 00:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:55:53 00:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:44:02 all 0.15 0.00 0.02 0.00 0.00 99.82 00:55:53 00:44:02 0 0.03 0.00 0.03 0.02 0.00 99.92 00:55:53 00:44:02 1 0.50 0.00 0.02 0.00 0.00 99.48 00:55:53 00:44:02 2 0.05 0.00 0.02 0.00 0.00 99.93 00:55:53 00:44:02 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:53 00:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:55:53 00:45:01 1 0.53 0.00 0.00 0.00 0.00 99.47 00:55:53 00:45:01 2 0.02 0.00 0.05 0.00 0.00 99.93 00:55:53 00:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 00:55:53 00:46:01 all 0.16 0.00 0.07 0.02 0.00 99.75 00:55:53 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:46:01 1 0.55 0.00 0.10 0.02 0.00 99.33 00:55:53 00:46:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:55:53 00:46:01 3 0.03 0.00 0.08 0.08 0.00 99.80 00:55:53 00:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:55:53 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:47:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:55:53 00:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:55:53 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:53 00:48:01 all 0.04 0.00 0.03 0.00 0.00 99.93 00:55:53 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:53 00:48:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:55:53 00:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:55:53 00:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:49:01 all 0.10 0.00 0.04 0.00 0.00 99.87 00:55:53 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:53 00:49:01 1 0.32 0.00 0.07 0.00 0.00 99.62 00:55:53 00:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:53 00:50:01 all 0.15 0.00 0.02 0.00 0.01 99.83 00:55:53 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:53 00:50:01 1 0.52 0.00 0.02 0.00 0.02 99.45 00:55:53 00:50:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:55:53 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:53 00:51:01 all 0.15 0.00 0.05 0.01 0.00 99.79 00:55:53 00:51:01 0 0.03 0.00 0.03 0.02 0.00 99.92 00:55:53 00:51:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:55:53 00:51:01 2 0.03 0.00 0.12 0.03 0.00 99.82 00:55:53 00:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:53 00:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:55:53 00:52:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:55:53 00:52:01 2 0.07 0.00 0.02 0.00 0.00 99.92 00:55:53 00:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:53 00:53:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:55:53 00:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:53 00:53:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:55:53 00:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:55:53 00:53:01 3 0.00 0.00 0.03 0.00 0.00 99.97 00:55:53 00:55:53 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:55:53 00:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:55:53 00:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:53 00:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:55:53 00:54:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:55:53 00:54:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:55:53 00:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:53 00:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:55:53 00:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:55:53 00:55:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:55:53 00:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:53 Average: all 12.28 0.00 6.17 3.74 0.05 77.76 00:55:53 Average: 0 12.17 0.00 6.27 3.36 0.05 78.16 00:55:53 Average: 1 12.63 0.00 6.14 3.93 0.05 77.26 00:55:53 Average: 2 12.08 0.00 6.23 3.87 0.05 77.77 00:55:53 Average: 3 12.25 0.00 6.06 3.79 0.05 77.86 00:55:53 00:55:53 00:55:53