Pull request #3240 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at dd3c5304426daa1a06e165d92e5378a7e6535b25 rather than 5b5b09b08de191c939747e2b2181a058facfeae3 Obtained Jenkinsfile from dd3c5304426daa1a06e165d92e5378a7e6535b25 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 ‘prd-centos7-docker-4c-2g-29146’ is offline; ‘prd-centos7-docker-4c-2g-29148’ is offline; ‘prd-centos7-docker-4c-2g-29154’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29156 in /w/workspace/edgexfoundry_edgex-go_PR-3240 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 5b5b09b08de191c939747e2b2181a058facfeae3 Merge succeeded, producing 5b5b09b08de191c939747e2b2181a058facfeae3 Checking out Revision 5b5b09b08de191c939747e2b2181a058facfeae3 (PR-3240) > 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/3240/head:refs/remotes/origin/PR-3240 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5b5b09b08de191c939747e2b2181a058facfeae3 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5b5b09b08de191c939747e2b2181a058facfeae3 # timeout=10 Commit message: "Merge branch 'master' into issue-3239" > git rev-list --no-walk cfcce5c472c39c5db8a6224bebbaf558c0ea25cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:42:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:42:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:42:54 ========================================================= 16:42:54 EdgeX Global Pipelines Version Info 16:42:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:42:57 ------------------- 16:42:57 stable info: 16:42:57 ------------------- 16:42:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:42:57 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:42:57 Message: update stable to v1.0.184 16:42:58 ------------------- 16:42:58 experimental info: 16:42:58 ------------------- 16:42:58 Commited By: **** collab-it+edgex@linuxfoundation.org 16:42:58 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:42:58 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:42:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3240 [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3240 [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3240 [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b5b09b08de191c939747e2b2181a058facfeae3 [Pipeline] echo 16:43:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b5b09b [Pipeline] echo 16:43:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:43:01 provisioning config files... 16:43:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8149196364534858679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:43:01 ---> docker-login.sh 16:43:01 nexus3.edgexfoundry.org:10001 16:43:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:02 Configure a credential helper to remove this warning. See 16:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:02 16:43:02 Login Succeeded 16:43:02 nexus3.edgexfoundry.org:10002 16:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:02 Configure a credential helper to remove this warning. See 16:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:02 16:43:02 Login Succeeded 16:43:02 nexus3.edgexfoundry.org:10003 16:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:02 Configure a credential helper to remove this warning. See 16:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:02 16:43:02 Login Succeeded 16:43:02 nexus3.edgexfoundry.org:10004 16:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:02 Configure a credential helper to remove this warning. See 16:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:02 16:43:02 Login Succeeded 16:43:02 docker.io 16:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:03 Configure a credential helper to remove this warning. See 16:43:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:03 16:43:03 Login Succeeded 16:43:03 ---> docker-login.sh ends [Pipeline] } 16:43:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:03 ++ 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 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/core-command/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo core-command,cmd/core-command/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/core-data/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo core-data,cmd/core-data/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/core-metadata/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo core-metadata,cmd/core-metadata/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/security-bootstrapper/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/security-proxy-setup/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/support-notifications/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo support-notifications,cmd/support-notifications/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/support-scheduler/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:43:03 + for file in '`ls cmd/**/Dockerfile`' 16:43:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:43:03 ++ cut -d/ -f2 16:43:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:43:03 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 16:43:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:43:04 16:43:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:43:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:43:04 latest: Pulling from edgex-devops/git-semver 16:43:04 31603596830f: Pulling fs layer 16:43:04 2a8b12db71e7: Pulling fs layer 16:43:04 6ca5941a6612: Pulling fs layer 16:43:04 ecc8261a40a4: Pulling fs layer 16:43:04 ecc8261a40a4: Waiting 16:43:04 2a8b12db71e7: Verifying Checksum 16:43:04 2a8b12db71e7: Download complete 16:43:05 31603596830f: Verifying Checksum 16:43:05 31603596830f: Download complete 16:43:05 6ca5941a6612: Verifying Checksum 16:43:05 6ca5941a6612: Download complete 16:43:05 ecc8261a40a4: Verifying Checksum 16:43:05 ecc8261a40a4: Download complete 16:43:05 31603596830f: Pull complete 16:43:05 2a8b12db71e7: Pull complete 16:43:06 6ca5941a6612: Pull complete 16:43:06 ecc8261a40a4: Pull complete 16:43:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:43:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:43:07 prd-centos7-docker-4c-2g-29156 does not seem to be running inside a container 16:43:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:43:10 $ docker top bd741e91c92d1ba7007d85a0a65e3c15d7f1c62fbc566190bb49ef2a65d1575e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:43:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:10 [ssh-agent] Looking for ssh-agent implementation... 16:43:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:10 $ docker exec bd741e91c92d1ba7007d85a0a65e3c15d7f1c62fbc566190bb49ef2a65d1575e ssh-agent 16:43:11 SSH_AUTH_SOCK=/tmp/ssh-NnvMTaXnPbhH/agent.13 16:43:11 SSH_AGENT_PID=18 16:43:11 Running ssh-add (command line suppressed) 16:43:11 Identity added: /w/workspace/edgex-go/3@tmp/private_key_9124074587987695667.key (/w/workspace/edgex-go/3@tmp/private_key_9124074587987695667.key) 16:43:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:11 + git tag --points-at HEAD [Pipeline] } 16:43:11 $ docker exec --env ******** --env ******** bd741e91c92d1ba7007d85a0a65e3c15d7f1c62fbc566190bb49ef2a65d1575e ssh-agent -k 16:43:11 unset SSH_AUTH_SOCK; 16:43:11 unset SSH_AGENT_PID; 16:43:11 echo Agent pid 18 killed; 16:43:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:43:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:12 [ssh-agent] Looking for ssh-agent implementation... 16:43:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:12 $ docker exec bd741e91c92d1ba7007d85a0a65e3c15d7f1c62fbc566190bb49ef2a65d1575e ssh-agent 16:43:12 SSH_AUTH_SOCK=/tmp/ssh-7Qc4EG7NDBcE/agent.46 16:43:12 SSH_AGENT_PID=51 16:43:12 Running ssh-add (command line suppressed) 16:43:12 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2983730865131071467.key (/w/workspace/edgex-go/3@tmp/private_key_2983730865131071467.key) 16:43:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:13 + git semver init 16:43:13 # -> Open(): unable to determine branch for HEAD 16:43:13 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:43:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:43:13 # $SEMVER_REMOTE_NAME = origin 16:43:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:43:13 # $SEMVER_USER_NAME = edgex-jenkins 16:43:13 # $SEMVER_BRANCH = PR-3240 16:43:13 # $SEMVER_TEMP = /tmp/semver-959618337 16:43:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:43:35 # '/tmp/semver-959618337' -> '/w/workspace/edgex-go/3/.semver' 16:43:35 # -> Force: false 16:43:35 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:43:35 $ docker exec --env ******** --env ******** bd741e91c92d1ba7007d85a0a65e3c15d7f1c62fbc566190bb49ef2a65d1575e ssh-agent -k 16:43:35 unset SSH_AUTH_SOCK; 16:43:35 unset SSH_AGENT_PID; 16:43:35 echo Agent pid 51 killed; 16:43:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:35 + git semver [Pipeline] } 16:43:35 $ docker stop --time=1 bd741e91c92d1ba7007d85a0a65e3c15d7f1c62fbc566190bb49ef2a65d1575e 16:43:37 $ docker rm -f bd741e91c92d1ba7007d85a0a65e3c15d7f1c62fbc566190bb49ef2a65d1575e [Pipeline] // withDockerContainer [Pipeline] sh 16:43:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:43:38 Stashed 1 file(s) [Pipeline] echo 16:43:38 [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 16:43:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:43:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:43:40 + sudo service docker restart 16:43:40 + true 16:43:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:43:40 ========================================================= 16:43:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:43:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:43:41 + 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 . 16:43:45 Sending build context to Docker daemon 328.4MB 16:43:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:43:45 Step 2/6 : FROM ${BASE} 16:43:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:43:45 188c0c94c7c5: Pulling fs layer 16:43:45 0ef7d3d256c8: Pulling fs layer 16:43:45 de9db76c5a1d: Pulling fs layer 16:43:45 bca2f99d35d6: Pulling fs layer 16:43:45 93359f2a8cfa: Pulling fs layer 16:43:45 7c6f9722023f: Pulling fs layer 16:43:45 a35cf1a2eb13: Pulling fs layer 16:43:45 bca2f99d35d6: Waiting 16:43:45 93359f2a8cfa: Waiting 16:43:45 7c6f9722023f: Waiting 16:43:45 a35cf1a2eb13: Waiting 16:43:45 0ef7d3d256c8: Download complete 16:43:45 de9db76c5a1d: Verifying Checksum 16:43:45 de9db76c5a1d: Download complete 16:43:45 93359f2a8cfa: Verifying Checksum 16:43:45 93359f2a8cfa: Download complete 16:43:45 188c0c94c7c5: Verifying Checksum 16:43:45 188c0c94c7c5: Download complete 16:43:45 7c6f9722023f: Download complete 16:43:46 188c0c94c7c5: Pull complete 16:43:46 0ef7d3d256c8: Pull complete 16:43:47 de9db76c5a1d: Pull complete 16:43:47 a35cf1a2eb13: Verifying Checksum 16:43:47 a35cf1a2eb13: Download complete 16:43:48 bca2f99d35d6: Verifying Checksum 16:43:48 bca2f99d35d6: Download complete 16:43:54 Still waiting to schedule task 16:43:54 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29157’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29158’ is offline 16:43:54 bca2f99d35d6: Pull complete 16:43:54 93359f2a8cfa: Pull complete 16:43:54 7c6f9722023f: Pull complete 16:43:59 a35cf1a2eb13: Pull complete 16:43:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:43:59 ---> a62c8e92a672 16:43:59 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 16:43:59 ---> Running in bf2320dc34d4 16:43:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:01 (1/12) Installing libmagic (5.38-r0) 16:44:01 (2/12) Installing file (5.38-r0) 16:44:01 (3/12) Installing libc-dev (0.7.2-r3) 16:44:01 (4/12) Installing g++ (9.3.0-r2) 16:44:06 (5/12) Installing fortify-headers (1.1-r0) 16:44:06 (6/12) Installing patch (2.7.6-r6) 16:44:06 (7/12) Installing build-base (0.5-r2) 16:44:06 (8/12) Installing libsodium (1.0.18-r0) 16:44:06 (9/12) Installing pkgconf (1.7.2-r0) 16:44:06 (10/12) Installing libsodium-dev (1.0.18-r0) 16:44:06 (11/12) Installing libzmq (4.3.3-r0) 16:44:07 (12/12) Installing zeromq-dev (4.3.3-r0) 16:44:07 Executing busybox-1.31.1-r19.trigger 16:44:07 OK: 233 MiB in 51 packages 16:44:11 Removing intermediate container bf2320dc34d4 16:44:11 ---> 05c05d66124a 16:44:11 Step 4/6 : WORKDIR /edgex-go 16:44:11 ---> Running in 36566ffb9626 16:44:11 Removing intermediate container 36566ffb9626 16:44:11 ---> 25608643af7e 16:44:11 Step 5/6 : COPY go.mod . 16:44:11 ---> 9c0a82bab51a 16:44:11 Step 6/6 : RUN go mod download 16:44:11 ---> Running in 9940ff1128a6 16:44:38 Removing intermediate container 9940ff1128a6 16:44:38 ---> 0c908b2ce411 16:44:38 Successfully built 0c908b2ce411 16:44:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:44:38 + docker inspect -f . ci-base-image-x86_64 16:44:38 . [Pipeline] withDockerContainer 16:44:38 prd-centos7-docker-4c-2g-29156 does not seem to be running inside a container 16:44:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:44:40 $ docker top 5f2de4f49c019a776ebbc92f8f7ac42692db804923febfdc420e3862acfd38a0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:44:40 + go version 16:44:40 go version go1.15.5 linux/amd64 [Pipeline] } 16:44:40 $ docker stop --time=1 5f2de4f49c019a776ebbc92f8f7ac42692db804923febfdc420e3862acfd38a0 16:44:42 $ docker rm -f 5f2de4f49c019a776ebbc92f8f7ac42692db804923febfdc420e3862acfd38a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:44:43 + docker inspect -f . ci-base-image-x86_64 16:44:43 . [Pipeline] withDockerContainer 16:44:43 prd-centos7-docker-4c-2g-29156 does not seem to be running inside a container 16:44:43 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:44:44 $ docker top 05472143847d19db441d4ae22b60dd9ad4de262c78b246f87c17bd6f86ca61d5 -eo pid,comm [Pipeline] { [Pipeline] echo 16:44:44 ========================================================= 16:44:44 [edgeXBuildGoParallel] Running Tests and Build... 16:44:44 ========================================================= [Pipeline] sh 16:44:44 + make test 16:44:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:44:55 ? github.com/edgexfoundry/edgex-go [no test files] 16:45:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:45:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:45:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:45:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:45:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:45:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:45:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:45:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:45:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:45:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:45:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:45:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:45:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:45:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements 16:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:45:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:45:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.238s coverage: 27.1% of statements 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.156s coverage: 71.3% of statements 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:45:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements 16:45:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:45:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:45:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements 16:45:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.611s coverage: 28.6% of statements 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:45:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.652s coverage: 92.8% of statements 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.111s coverage: 0.1% of statements 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 16:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 16:46:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements 16:46:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 16:46:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.092s coverage: 81.4% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 77.8% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.096s coverage: 87.2% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.6% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.234s coverage: 62.4% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.420s coverage: 69.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 38.4% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.069s coverage: 89.5% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.251s coverage: 47.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.231s coverage: 87.1% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.963s coverage: 29.1% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.111s coverage: 95.6% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:46:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 16:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:46:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 16:46:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements 16:46:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 16:46:15 GO111MODULE=on go vet ./... 16:46:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29162 in /w/workspace/edgexfoundry_edgex-go_PR-3240 [Pipeline] { [Pipeline] ws 16:46:23 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:46:30 using credential edgex-jenkins-ssh 16:46:30 Cloning the remote Git repository 16:46:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:46:30 > git init /w/workspace/edgex-go/3 # timeout=10 16:46:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:30 > git --version # timeout=10 16:46:30 > git --version # 'git version 2.17.1' 16:46:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:47 gofmt -l . 16:46:47 [ "`gofmt -l .`" = "" ] 16:46:48 ./bin/test-go-mod-tidy.sh 16:46:49 ./bin/test-attribution-txt.sh [Pipeline] sh 16:46:50 + ls -al . 16:46:50 total 736 16:46:50 drwxrwxr-x 10 1001 1001 4096 Mar 9 16:46 . 16:46:50 drwxr-xr-x 4 root root 28 Mar 9 16:44 .. 16:46:50 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:42 .dockerignore 16:46:50 drwxrwxr-x 8 1001 1001 179 Mar 9 16:42 .git 16:46:50 drwxrwxr-x 3 1001 1001 125 Mar 9 16:42 .github 16:46:50 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:42 .gitignore 16:46:50 drwx------ 3 1001 1001 60 Mar 9 16:43 .semver 16:46:50 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:42 .sonarcloud.properties 16:46:50 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:42 Attribution.txt 16:46:50 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:42 CONTRIBUTING.md 16:46:50 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:42 Dockerfile.build 16:46:50 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:42 Jenkinsfile 16:46:50 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:42 LICENSE 16:46:50 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:42 Makefile 16:46:50 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:42 README.md 16:46:50 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:42 SECURITY.md 16:46:50 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:43 VERSION 16:46:50 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:42 ZMQWindows.md 16:46:50 drwxrwxr-x 2 1001 1001 117 Mar 9 16:42 bin 16:46:50 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:42 cmd 16:46:50 -rw-r--r-- 1 root root 625548 Mar 9 16:46 coverage.out 16:46:50 -rw-r--r-- 1 root root 1055 Mar 9 16:46 go.mod 16:46:50 -rw-r--r-- 1 root root 21981 Mar 9 16:46 go.sum 16:46:50 drwxrwxr-x 8 1001 1001 127 Mar 9 16:42 internal 16:46:50 drwxrwxr-x 4 1001 1001 26 Mar 9 16:42 openapi 16:46:50 drwxrwxr-x 4 1001 1001 71 Mar 9 16:42 snap 16:46:50 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:42 version.go [Pipeline] sh 16:46:50 + '[' -e coverage.out ] 16:46:50 + chown 1001:1001 coverage.out [Pipeline] stash 16:46:50 Stashed 1 file(s) [Pipeline] sh 16:46:50 + make build 16:46:50 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 16:46:54 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 5b5b09b08de191c939747e2b2181a058facfeae3 16:46:54 Merge succeeded, producing 5b5b09b08de191c939747e2b2181a058facfeae3 16:46:54 Checking out Revision 5b5b09b08de191c939747e2b2181a058facfeae3 (PR-3240) 16:46:55 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 16:46:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:53 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3240/head:refs/remotes/origin/PR-3240 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:46:54 > git config core.sparsecheckout # timeout=10 16:46:54 > git checkout -f 5b5b09b08de191c939747e2b2181a058facfeae3 # timeout=10 16:46:54 > git remote # timeout=10 16:46:54 > git config --get remote.origin.url # timeout=10 16:46:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:54 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 16:46:54 > git rev-parse HEAD^{commit} # timeout=10 16:46:54 > git config core.sparsecheckout # timeout=10 16:46:54 > git checkout -f 5b5b09b08de191c939747e2b2181a058facfeae3 # timeout=10 16:46:59 Commit message: "Merge branch 'master' into issue-3239" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:47:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:47:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:47:02 + true 16:47:02 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:47:04 provisioning config files... 16:47:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4682695487478305657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:04 ---> docker-login.sh 16:47:04 nexus3.edgexfoundry.org:10001 16:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:05 Configure a credential helper to remove this warning. See 16:47:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:05 16:47:05 Login Succeeded 16:47:05 nexus3.edgexfoundry.org:10002 16:47:06 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 16:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:06 Configure a credential helper to remove this warning. See 16:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:06 16:47:06 Login Succeeded 16:47:06 nexus3.edgexfoundry.org:10003 16:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:07 Configure a credential helper to remove this warning. See 16:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:07 16:47:07 Login Succeeded 16:47:07 nexus3.edgexfoundry.org:10004 16:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:07 Configure a credential helper to remove this warning. See 16:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:07 16:47:07 Login Succeeded 16:47:07 docker.io 16:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:47:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:47:08 Configure a credential helper to remove this warning. See 16:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:47:08 16:47:08 Login Succeeded 16:47:08 ---> docker-login.sh ends [Pipeline] } 16:47:08 Deleting 1 temporary files 16:47:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:47:09 ========================================================= 16:47:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:47:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:47:09 + 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 . 16:47:10 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 16:47:12 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 16:47:12 Sending build context to Docker daemon 166.7MB 16:47:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:47:12 Step 2/6 : FROM ${BASE} 16:47:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:47:12 5f621e34cdf4: Pulling fs layer 16:47:12 a4357932f1b6: Pulling fs layer 16:47:12 18c013af1878: Pulling fs layer 16:47:12 00ac8860ef70: Pulling fs layer 16:47:12 63d7cb157983: Pulling fs layer 16:47:12 00ac8860ef70: Waiting 16:47:12 b116817d02f9: Pulling fs layer 16:47:12 63d7cb157983: Waiting 16:47:12 745a02a5169b: Pulling fs layer 16:47:12 b116817d02f9: Waiting 16:47:12 745a02a5169b: Waiting 16:47:12 18c013af1878: Verifying Checksum 16:47:12 18c013af1878: Download complete 16:47:12 a4357932f1b6: Verifying Checksum 16:47:12 a4357932f1b6: Download complete 16:47:12 63d7cb157983: Download complete 16:47:12 5f621e34cdf4: Verifying Checksum 16:47:12 b116817d02f9: Verifying Checksum 16:47:12 b116817d02f9: Download complete 16:47:12 5f621e34cdf4: Pull complete 16:47:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:47:13 a4357932f1b6: Pull complete 16:47:13 18c013af1878: Pull complete 16:47:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:47:15 745a02a5169b: Verifying Checksum 16:47:15 745a02a5169b: Download complete 16:47:15 00ac8860ef70: Verifying Checksum 16:47:15 00ac8860ef70: Download complete 16:47: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 16:47:17 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] } 16:47:19 $ docker stop --time=1 05472143847d19db441d4ae22b60dd9ad4de262c78b246f87c17bd6f86ca61d5 16:47:20 $ docker rm -f 05472143847d19db441d4ae22b60dd9ad4de262c78b246f87c17bd6f86ca61d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:24 16:47:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:47:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:24 latest: Pulling from edgex-devops/edgex-compose 16:47:24 cbdbe7a5bc2a: Pulling fs layer 16:47:24 ca9280d653b3: Pulling fs layer 16:47:24 7e9c9ca2126c: Pulling fs layer 16:47:25 cbdbe7a5bc2a: Verifying Checksum 16:47:25 cbdbe7a5bc2a: Download complete 16:47:25 ca9280d653b3: Verifying Checksum 16:47:25 ca9280d653b3: Download complete 16:47:25 cbdbe7a5bc2a: Pull complete 16:47:25 00ac8860ef70: Pull complete 16:47:25 63d7cb157983: Pull complete 16:47:25 b116817d02f9: Pull complete 16:47:26 7e9c9ca2126c: Download complete 16:47:26 ca9280d653b3: Pull complete 16:47:29 745a02a5169b: Pull complete 16:47:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:47:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:47:29 ---> b7e6874047d6 16:47:29 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 16:47:33 ---> Running in 7704b8e7b6c1 16:47:33 7e9c9ca2126c: Pull complete 16:47:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:47:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:47:33 prd-centos7-docker-4c-2g-29156 does not seem to be running inside a container 16:47:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 16:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:47:36 $ docker top 747f4b6171b7a2077ba55170e90df9250162017a6ece34257eccc582a8183127 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:36 + docker-compose build --help 16:47:36 + grep parallel 16:47:37 (1/12) Installing libmagic (5.38-r0) 16:47:37 (2/12) Installing file (5.38-r0) 16:47:37 (3/12) Installing libc-dev (0.7.2-r3) 16:47:37 (4/12) Installing g++ (9.3.0-r2) 16:47:38 --parallel Build images in parallel. [Pipeline] } 16:47:38 $ docker stop --time=1 747f4b6171b7a2077ba55170e90df9250162017a6ece34257eccc582a8183127 16:47:39 $ docker rm -f 747f4b6171b7a2077ba55170e90df9250162017a6ece34257eccc582a8183127 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:40 . [Pipeline] withDockerContainer 16:47:40 prd-centos7-docker-4c-2g-29156 does not seem to be running inside a container 16:47:40 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:47:41 $ docker top 816e87eb7285ec427867a062570b2f6f692b353605ab5ecbd50ce32d9e7ac960 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:42 + docker-compose -f ./docker-compose-build.yml build --parallel 16:47:43 Building docker-core-command-go ... 16:47:43 Building docker-core-data-go ... 16:47:43 Building docker-core-metadata-go ... 16:47:43 Building docker-security-bootstrapper-go ... 16:47:43 Building docker-security-proxy-setup-go ... 16:47:43 Building docker-security-secretstore-setup-go ... 16:47:43 Building docker-support-notifications-go ... 16:47:43 Building docker-support-scheduler-go ... 16:47:43 Building docker-sys-mgmt-agent-go ... 16:47:43 Building docker-core-command-go 16:47:43 Building docker-core-data-go 16:47:43 Building docker-security-secretstore-setup-go 16:47:43 Building docker-security-proxy-setup-go 16:47:43 Building docker-sys-mgmt-agent-go 16:47:56 (5/12) Installing fortify-headers (1.1-r0) 16:47:56 (6/12) Installing patch (2.7.6-r6) 16:47:56 (7/12) Installing build-base (0.5-r2) 16:47:56 (8/12) Installing libsodium (1.0.18-r0) 16:47:56 (9/12) Installing pkgconf (1.7.2-r0) 16:47:56 (10/12) Installing libsodium-dev (1.0.18-r0) 16:47:56 (11/12) Installing libzmq (4.3.3-r0) 16:47:56 (12/12) Installing zeromq-dev (4.3.3-r0) 16:47:56 Executing busybox-1.31.1-r19.trigger 16:47:56 OK: 217 MiB in 51 packages 16:48:01 Removing intermediate container 7704b8e7b6c1 16:48:01 ---> 6848c3126a13 16:48:01 Step 4/6 : WORKDIR /edgex-go 16:48:01 ---> Running in 65def2bec6ae 16:48:02 Removing intermediate container 65def2bec6ae 16:48:02 ---> c6da6539f007 16:48:02 Step 5/6 : COPY go.mod . 16:48:02 ---> 298fc5d2a838 16:48:02 Step 6/6 : RUN go mod download 16:48:02 ---> Running in 019e655093bc 16:48:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:48:30 ---> 0c908b2ce411 16:48:30 Step 3/23 : WORKDIR /edgex-go 16:48:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:48:30 ---> 0c908b2ce411 16:48:30 Step 3/24 : WORKDIR /edgex-go 16:48:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:48:30 ---> 0c908b2ce411 16:48:30 Step 3/21 : WORKDIR /edgex-go 16:48:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:48:30 ---> 0c908b2ce411 16:48:30 Step 3/23 : WORKDIR /edgex-go 16:48:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:48:30 ---> 0c908b2ce411 16:48:30 Step 3/26 : WORKDIR /edgex-go 16:48:30 ---> Running in 413cc7275c03 16:48:30 ---> Running in c9e92d25ff81 16:48:30 ---> Running in 71a1ab7cfc47 16:48:30 ---> Running in 81c0ae338047 16:48:30 ---> Running in 797caf55409e 16:48:30 Removing intermediate container 81c0ae338047 16:48:30 ---> c0323cf9aaa1 16:48:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:30 Removing intermediate container 71a1ab7cfc47 16:48:30 ---> 4fe44360e894 16:48:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:30 Removing intermediate container c9e92d25ff81 16:48:30 ---> 47cc6e040e88 16:48:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:30 Removing intermediate container 797caf55409e 16:48:30 ---> 504fe36dd4a6 16:48:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:30 Removing intermediate container 413cc7275c03 16:48:30 ---> fe04a011264f 16:48:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:30 ---> Running in e8261daeeaa8 16:48:30 ---> Running in b0b73b0e79e5 16:48:30 ---> Running in d15971ab66cf 16:48:30 ---> Running in 8efbf3a2b17e 16:48:30 ---> Running in 176bafd61357 16:48:30 Removing intermediate container d15971ab66cf 16:48:30 ---> ca501d3f612f 16:48:30 Step 5/26 : RUN apk add --update --no-cache make bash git 16:48:30 Removing intermediate container b0b73b0e79e5 16:48:30 ---> 77a4643f46e8 16:48:30 Step 5/23 : RUN apk add --update --no-cache make git 16:48:30 Removing intermediate container e8261daeeaa8 16:48:30 ---> a2ece9b24313 16:48:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:48:30 ---> Running in 533a9968fc73 16:48:30 ---> Running in a089cdc9fc76 16:48:30 ---> Running in c656541c41a6 16:48:30 Removing intermediate container 8efbf3a2b17e 16:48:30 ---> 82dba77c21f9 16:48:30 Step 5/21 : RUN apk add --update --no-cache make git 16:48:30 Removing intermediate container 176bafd61357 16:48:30 ---> ab8cf8225d54 16:48:30 Step 5/24 : RUN apk add --update --no-cache make git 16:48:30 ---> Running in f6d3d20c1a03 16:48:30 ---> Running in 8bc752e32133 16:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:31 OK: 233 MiB in 51 packages 16:48:31 OK: 233 MiB in 51 packages 16:48:32 OK: 233 MiB in 51 packages 16:48:32 OK: 233 MiB in 51 packages 16:48:32 OK: 233 MiB in 51 packages 16:48:32 Removing intermediate container a089cdc9fc76 16:48:32 ---> 6d826be3b361 16:48:32 Step 6/26 : COPY go.mod . 16:48:33 ---> 27c81a2f00df 16:48:33 Step 7/26 : RUN go mod download 16:48:33 Removing intermediate container 533a9968fc73 16:48:33 ---> 1e181d553b28 16:48:33 Step 6/23 : COPY go.mod . 16:48:33 Removing intermediate container c656541c41a6 16:48:33 ---> fd1ff17f73b9 16:48:33 Step 6/23 : COPY go.mod . 16:48:33 ---> Running in 7550d71e4558 16:48:33 Removing intermediate container f6d3d20c1a03 16:48:33 ---> f0fd4178d36e 16:48:33 Step 6/21 : COPY go.mod . 16:48:33 Removing intermediate container 8bc752e32133 16:48:33 ---> ef33d21e5449 16:48:33 Step 6/24 : COPY go.mod . 16:48:33 ---> 0b4bd34d8e6e 16:48:33 Step 7/23 : RUN go mod download 16:48:33 ---> 7c4d58eb164d 16:48:33 Step 7/23 : RUN go mod download 16:48:33 ---> Running in 88a038f0318a 16:48:33 ---> Running in 9f734e08eef7 16:48:34 ---> 51e8938ca85c 16:48:34 Step 7/21 : RUN go mod download 16:48:35 ---> 952dba96fb98 16:48:35 Step 7/24 : RUN go mod download 16:48:35 ---> Running in 60296c19528b 16:48:35 ---> Running in e38fc1345020 16:48:35 Removing intermediate container 019e655093bc 16:48:35 ---> d64149a95b73 16:48:35 Successfully built d64149a95b73 16:48:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:48:35 + docker inspect -f . ci-base-image-arm64 16:48:35 . [Pipeline] withDockerContainer 16:48:35 prd-ubuntu18.04-docker-arm64-4c-16g-29162 does not seem to be running inside a container 16:48:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:48:37 Removing intermediate container 88a038f0318a 16:48:37 ---> 14c79dfe4c94 16:48:37 Step 8/23 : COPY . . 16:48:37 Removing intermediate container 7550d71e4558 16:48:37 ---> 5ae508116572 16:48:37 Step 8/26 : COPY . . 16:48:37 Removing intermediate container 9f734e08eef7 16:48:37 ---> 0578a767ca84 16:48:37 Step 8/23 : COPY . . 16:48:37 Removing intermediate container 60296c19528b 16:48:37 ---> 39bcf52cd626 16:48:37 Step 8/21 : COPY . . 16:48:37 $ docker top d30b720dc48c1147b67502ebace3bf3f2617ce56fc435bf6756c34e2b4ec7a5c -eo pid,comm 16:48:38 Removing intermediate container e38fc1345020 16:48:38 ---> ceac515622d9 16:48:38 Step 8/24 : COPY . . [Pipeline] { [Pipeline] sh 16:48:38 + go version 16:48:38 go version go1.15.5 linux/arm64 [Pipeline] } 16:48:38 $ docker stop --time=1 d30b720dc48c1147b67502ebace3bf3f2617ce56fc435bf6756c34e2b4ec7a5c 16:48:40 $ docker rm -f d30b720dc48c1147b67502ebace3bf3f2617ce56fc435bf6756c34e2b4ec7a5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:48:42 + docker inspect -f . ci-base-image-arm64 16:48:42 . [Pipeline] withDockerContainer 16:48:42 prd-ubuntu18.04-docker-arm64-4c-16g-29162 does not seem to be running inside a container 16:48:42 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:48:44 $ docker top a944053de4e70ff867d4ab6ceeb7ae651ceee6df0eb1ca7aaee38e463b20a569 -eo pid,comm [Pipeline] { [Pipeline] echo 16:48:44 ========================================================= 16:48:44 [edgeXBuildGoParallel] Running Tests and Build... 16:48:44 ========================================================= [Pipeline] sh 16:48:45 + make test 16:48:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:49:17 ? github.com/edgexfoundry/edgex-go [no test files] 16:49:25 ---> f5049984501b 16:49:25 Step 9/23 : RUN make cmd/core-command/core-command 16:49:25 ---> Running in 26a293042683 16:49:25 ---> c1965a9baf48 16:49:25 Step 9/23 : RUN make cmd/core-data/core-data 16:49:25 ---> 2e193a49e85f 16:49:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:49:25 ---> fb232e29976c 16:49:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:49:25 ---> a748f04123c2 16:49:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:49:25 ---> Running in 6e311dc57ecd 16:49:25 ---> Running in 9dd0e6d103d4 16:49:25 ---> Running in c8b18eec233c 16:49:25 ---> Running in b054590e16c5 16:49:25 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 16:49:25 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 16:49:25 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 16:49:25 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 16:49:25 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 16:50:04 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 16:50:04 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 16:50:08 Removing intermediate container c8b18eec233c 16:50:08 ---> 18b4fc520c38 16:50:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:50:08 ---> Running in dbd530a9ad93 16:50:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:50:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:50:14 Removing intermediate container 9dd0e6d103d4 16:50:14 ---> b9da8c80e4be 16:50:14 16:50:14 Step 10/21 : FROM alpine:3.12 16:50:14 Removing intermediate container 26a293042683 16:50:14 ---> 52858621ffe3 16:50:14 16:50:14 Step 10/23 : FROM alpine:3.12 16:50:14 3.12: Pulling from library/alpine 16:50:14 Removing intermediate container b054590e16c5 16:50:14 ---> a0ceba91912a 16:50:14 16:50:14 Step 10/24 : FROM alpine:3.12 16:50:14 3.12: Pulling from library/alpine 16:50:14 3.12: Pulling from library/alpine 16:50:14 Removing intermediate container dbd530a9ad93 16:50:14 ---> 0d04bc98c97c 16:50:14 16:50:14 Step 11/26 : FROM docker:20.10.0 16:50:14 20.10.0: Pulling from library/docker 16:50:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:50:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:50:14 Status: Image is up to date for alpine:3.12 16:50:14 Status: Downloaded newer image for alpine:3.12 16:50:14 ---> 88dd2752d2ea 16:50:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:50:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:50:14 Status: Image is up to date for alpine:3.12 16:50:14 ---> 88dd2752d2ea 16:50:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:50:14 ---> 88dd2752d2ea 16:50:14 Step 11/21 : RUN apk add --update --no-cache curl 16:50:15 ---> Running in 5d59981609a3 16:50:15 ---> Running in 7c77c12740f0 16:50:15 ---> Running in 185cf4f0b784 16:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:17 (1/4) Installing ca-certificates (20191127-r4) 16:50:17 (1/5) Installing ca-certificates (20191127-r4) 16:50:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:50:17 (3/4) Installing libcurl (7.69.1-r3) 16:50:17 (4/4) Installing curl (7.69.1-r3) 16:50:17 Executing busybox-1.31.1-r19.trigger 16:50:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:50:17 (3/5) Installing libcurl (7.69.1-r3) 16:50:17 (1/1) Installing dumb-init (1.2.2-r1) 16:50:17 Executing busybox-1.31.1-r19.trigger 16:50:17 Executing ca-certificates-20191127-r4.trigger 16:50:17 OK: 6 MiB in 15 packages 16:50:17 (4/5) Installing curl (7.69.1-r3) 16:50:17 (5/5) Installing dumb-init (1.2.2-r1) 16:50:17 Executing busybox-1.31.1-r19.trigger 16:50:17 Executing ca-certificates-20191127-r4.trigger 16:50:17 OK: 7 MiB in 18 packages 16:50:17 OK: 7 MiB in 19 packages 16:50:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:50:19 Removing intermediate container 6e311dc57ecd 16:50:19 ---> 92f0a7f39296 16:50:19 16:50:19 Step 10/23 : FROM alpine:3.12 16:50:19 ---> 88dd2752d2ea 16:50:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:50:20 ---> Running in cc3fec6eca1c 16:50:20 Removing intermediate container cc3fec6eca1c 16:50:20 ---> 1d6802afe951 16:50:20 Step 12/23 : ENV APP_PORT=48080 16:50:21 Removing intermediate container 7c77c12740f0 16:50:21 ---> fbf6df9ab8ef 16:50:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:50:21 ---> Running in ae1e451ebd9f 16:50:21 ---> Running in aa14f810bdae 16:50:21 Removing intermediate container 185cf4f0b784 16:50:21 ---> 514f9dc397aa 16:50:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:50:21 Removing intermediate container 5d59981609a3 16:50:21 ---> e0300b280db6 16:50:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:50:22 ---> Running in 772e0e027d75 16:50:22 ---> Running in e2593b3ba674 16:50:22 Removing intermediate container ae1e451ebd9f 16:50:22 ---> 09ddda1f5e39 16:50:22 Step 13/23 : EXPOSE $APP_PORT 16:50:22 Removing intermediate container aa14f810bdae 16:50:22 ---> e4822072e64a 16:50:22 Step 13/23 : ENV APP_PORT=48082 16:50:22 Removing intermediate container 772e0e027d75 16:50:22 ---> f059eaa9957e 16:50:22 Step 13/21 : WORKDIR /edgex 16:50:22 ---> Running in c417cecd0e1b 16:50:22 ---> Running in e28de55ff4e5 16:50:22 Removing intermediate container e2593b3ba674 16:50:22 ---> a65793a9f7a1 16:50:22 Step 13/24 : WORKDIR / 16:50:22 ---> Running in abe58200e62a 16:50:22 ---> Running in 6453cfbcf8bf 16:50:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:50:22 Status: Downloaded newer image for docker:20.10.0 16:50:22 ---> aefe523efa57 16:50:22 Step 12/26 : RUN apk add --no-cache bash 16:50:22 Removing intermediate container c417cecd0e1b 16:50:22 ---> 8247c5848b99 16:50:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:22 Removing intermediate container e28de55ff4e5 16:50:22 ---> 99566a786116 16:50:22 Step 14/23 : EXPOSE $APP_PORT 16:50:22 Removing intermediate container abe58200e62a 16:50:22 ---> fefe110ad58f 16:50:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:50:23 ---> Running in fb77a1a60cee 16:50:23 ---> Running in a6ebb23bf13c 16:50:23 ---> Running in 636813d581af 16:50:23 Removing intermediate container 6453cfbcf8bf 16:50:23 ---> c7b03c003aba 16:50:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:50:23 ---> fb53085502f7 16:50:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:50:23 Removing intermediate container fb77a1a60cee 16:50:23 ---> d3ed62609db3 16:50:23 Step 15/23 : WORKDIR / 16:50:24 ---> b255228c6638 16:50:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:50:24 ---> Running in de2e86374935 16:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:24 (1/2) Installing readline (8.0.4-r0) 16:50:24 (2/2) Installing bash (5.0.17-r0) 16:50:24 Executing bash-5.0.17-r0.post-install 16:50:24 Executing busybox-1.31.1-r19.trigger 16:50:24 OK: 12 MiB in 22 packages 16:50:25 ---> 0609dac106a6 16:50:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:50:25 ---> 2ff3e2066449 16:50:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:50:25 Removing intermediate container de2e86374935 16:50:25 ---> 4db00a99070a 16:50:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:25 ---> bf2c84adf804 16:50:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:50:25 ---> 8cca2d36f106 16:50:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:50:25 Removing intermediate container a6ebb23bf13c 16:50:25 ---> 8c487a125796 16:50:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:50:26 ---> b561d10d97d9 16:50:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:50:26 ---> Running in 5c8085f37073 16:50:26 Removing intermediate container 636813d581af 16:50:26 ---> f3f7476f0cf5 16:50:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:50:26 ---> Running in 230add9b7283 16:50:26 ---> Running in 193245d81818 16:50:26 Removing intermediate container 230add9b7283 16:50:26 ---> 329e30d392fd 16:50:26 Step 18/21 : CMD ["--init=true"] 16:50:26 ---> 3590fc2941db 16:50:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:50:26 ---> f8ad04abe94e 16:50:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:50:26 ---> Running in 1b3b79f427d4 16:50:26 Removing intermediate container 193245d81818 16:50:26 ---> de4694e648be 16:50:26 Step 14/26 : ENV APP_PORT=48090 16:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:27 ---> Running in 0b1b7e11ad99 16:50:27 Removing intermediate container 1b3b79f427d4 16:50:27 ---> d69bf6dfa017 16:50:27 Step 19/21 : LABEL arch=x86_64 16:50:27 ---> fd38233a2d95 16:50:27 Step 19/23 : ENTRYPOINT ["/core-command"] 16:50:27 Removing intermediate container 0b1b7e11ad99 16:50:27 ---> 36b7f3a7ead5 16:50:27 Step 15/26 : EXPOSE $APP_PORT 16:50:27 ---> 8847307f27f2 16:50:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:50:27 ---> Running in ef35a3738731 16:50:27 ---> Running in 21fc629f5cda 16:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:27 ---> Running in 3fb37778915d 16:50:27 Removing intermediate container ef35a3738731 16:50:27 ---> 1b78845b8f6f 16:50:27 Step 20/21 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:50:27 Removing intermediate container 21fc629f5cda 16:50:27 ---> 3748fc3061b6 16:50:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:50:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:50:28 ---> Running in aaa29d23dab1 16:50:28 ---> 5db0d7c38260 16:50:28 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/ 16:50:28 ---> Running in 2987cb786bd8 16:50:28 Removing intermediate container 3fb37778915d 16:50:28 ---> 87f6cdbe1994 16:50:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:50:28 (1/6) Installing dumb-init (1.2.2-r1) 16:50:28 ---> Running in ff3e23f26d41 16:50:28 (2/6) Installing libgcc (9.3.0-r2) 16:50:28 (3/6) Installing libsodium (1.0.18-r0) 16:50:28 (4/6) Installing libstdc++ (9.3.0-r2) 16:50:28 Removing intermediate container 2987cb786bd8 16:50:28 ---> 408d075275e4 16:50:28 Step 21/23 : LABEL arch=x86_64 16:50:28 Removing intermediate container aaa29d23dab1 16:50:28 ---> 4489f4412098 16:50:28 Step 21/21 : LABEL version=0.0.0 16:50:29 (5/6) Installing libzmq (4.3.3-r0) 16:50:29 ---> Running in 6a0ba9a76280 16:50:29 ---> Running in fc8b6b2a3b53 16:50:29 (6/6) Installing zeromq (4.3.3-r0) 16:50:29 Executing busybox-1.31.1-r19.trigger 16:50:29 OK: 8 MiB in 20 packages 16:50:29 ---> 0c1595ed1709 16:50:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:50:29 Removing intermediate container 6a0ba9a76280 16:50:29 ---> 85a6f858ea2c 16:50:29 16:50:29 Removing intermediate container fc8b6b2a3b53 16:50:29 ---> 2ddc2b957d7e 16:50:29 Step 22/23 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:50:29 ---> Running in 009e8752dc8f 16:50:29 ---> 05bbb7049693 16:50:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:50:30 Successfully built 85a6f858ea2c 16:50:30 Successfully tagged docker-security-proxy-setup-go:latest 16:50:30 Building docker-support-notifications-go 16:50:30  Building docker-security-proxy-setup-go ... done Removing intermediate container 009e8752dc8f 16:50:30 ---> f81e672463f8 16:50:30 Step 23/23 : LABEL version=0.0.0 16:50:30 Removing intermediate container 5c8085f37073 16:50:30 ---> e34f0c4e38a9 16:50:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:30 ---> Running in ce5aabf2a585 16:50:30 Removing intermediate container ff3e23f26d41 16:50:30 ---> 20c9d39e11cb 16:50:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:50:30 ---> 2d094a1b1af2 16:50:30 Step 19/26 : RUN apk --no-cache add py3-pip 16:50:30 ---> Running in 205fe2b5b3c9 16:50:30 ---> Running in 92a323afcf80 16:50:30 Removing intermediate container ce5aabf2a585 16:50:30 ---> 613219e2e5f0 16:50:30 16:50:31 Successfully built 613219e2e5f0 16:50:31 ---> 85bf931da14e 16:50:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:50:31 Successfully tagged docker-core-command-go:latest 16:50:31 Building docker-security-bootstrapper-go 16:50:31  Building docker-core-command-go ... done Removing intermediate container 205fe2b5b3c9 16:50:31 ---> 3446e09c4f3e 16:50:31 Step 22/24 : LABEL arch=x86_64 16:50:31 ---> Running in 82a017d0dbca 16:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:33 (1/33) Installing libbz2 (1.0.8-r1) 16:50:33 (2/33) Installing expat (2.2.9-r1) 16:50:33 (3/33) Installing libffi (3.3-r2) 16:50:33 (4/33) Installing gdbm (1.13-r1) 16:50:33 (5/33) Installing xz-libs (5.2.5-r0) 16:50:33 (6/33) Installing sqlite-libs (3.32.1-r0) 16:50:33 (7/33) Installing python3 (3.8.5-r1) 16:50:34 Removing intermediate container 82a017d0dbca 16:50:34 ---> 5841e8e749f5 16:50:34 Step 23/24 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:50:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:50:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:50:38 ---> 2e5cc392bf17 16:50:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:50:38 ---> Running in 19eb8b57aa9b 16:50:40 (8/33) Installing py3-appdirs (1.4.4-r1) 16:50:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:50:40 (10/33) Installing py3-parsing (2.4.7-r0) 16:50:40 (11/33) Installing py3-six (1.15.0-r0) 16:50:40 (12/33) Installing py3-packaging (20.4-r0) 16:50:40 (13/33) Installing py3-setuptools (47.0.0-r0) 16:50:40 (14/33) Installing py3-chardet (3.0.4-r4) 16:50:40 (15/33) Installing py3-idna (2.9-r0) 16:50:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:50:40 ---> ce7bbffc55dc 16:50:40 Step 19/23 : ENTRYPOINT ["/core-data"] 16:50:40 Removing intermediate container 19eb8b57aa9b 16:50:40 ---> 49f26816eab7 16:50:40 Step 24/24 : LABEL version=0.0.0 16:50:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:50:40 (18/33) Installing py3-requests (2.23.0-r0) 16:50:41 (19/33) Installing py3-msgpack (1.0.0-r0) 16:50:41 (20/33) Installing py3-lockfile (0.12.2-r3) 16:50:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:50:41 ---> Running in 84f289838a9f 16:50:41 (22/33) Installing py3-colorama (0.4.3-r0) 16:50:41 ---> Running in c26ace415df0 16:50:41 (23/33) Installing py3-distlib (0.3.0-r0) 16:50:41 (24/33) Installing py3-distro (1.5.0-r1) 16:50:41 (25/33) Installing py3-webencodings (0.5.1-r3) 16:50:42 (26/33) Installing py3-html5lib (1.0.1-r4) 16:50:42 (27/33) Installing py3-pytoml (0.1.21-r0) 16:50:42 (28/33) Installing py3-pep517 (0.8.2-r0) 16:50:42 (29/33) Installing py3-progress (1.5-r0) 16:50:42 (30/33) Installing py3-toml (0.10.1-r0) 16:50:43 (31/33) Installing py3-retrying (1.3.3-r0) 16:50:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:50:43 (33/33) Installing py3-pip (20.1.1-r0) 16:50:44 Removing intermediate container c26ace415df0 16:50:44 ---> 52e02504d56e 16:50:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:44 Removing intermediate container 84f289838a9f 16:50:44 ---> b24a3d09a5a5 16:50:44 16:50:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:50:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:50:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:50:45 Executing busybox-1.31.1-r19.trigger 16:50:45 OK: 71 MiB in 55 packages 16:50:45 Successfully built b24a3d09a5a5 16:50:45 Successfully tagged docker-security-secretstore-setup-go:latest 16:50:45 Building docker-support-scheduler-go 16:50:46  Building docker-security-secretstore-setup-go ... done  ---> Running in 5fea38a42a7f 16:50:49 Removing intermediate container 5fea38a42a7f 16:50:49 ---> e2980c3307a2 16:50:49 Step 21/23 : LABEL arch=x86_64 16:50:50 ---> Running in 07817ad77a65 16:50:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 45.9% of statements 16:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:50:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.254s coverage: 100.0% of statements 16:50:51 Removing intermediate container 07817ad77a65 16:50:51 ---> cf8d94ef4f8d 16:50:51 Step 22/23 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:50:52 ---> Running in 7ecd3dbcddf2 16:50:54 Removing intermediate container 7ecd3dbcddf2 16:50:54 ---> ec1119b47ccc 16:50:54 Step 23/23 : LABEL version=0.0.0 16:50:56 ---> Running in 9d69e47891ed 16:50:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:50:56 ---> 0c908b2ce411 16:50:56 Step 3/22 : WORKDIR /edgex-go 16:50:56 ---> Using cache 16:50:56 ---> fe04a011264f 16:50:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:56 ---> Using cache 16:50:56 ---> 82dba77c21f9 16:50:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:50:57 Removing intermediate container 9d69e47891ed 16:50:57 ---> 15190d684a2f 16:50:57 16:50:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:50:57 ---> 0c908b2ce411 16:50:57 Step 3/31 : WORKDIR /edgex-go 16:50:57 ---> Using cache 16:50:57 ---> fe04a011264f 16:50:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:57 ---> Using cache 16:50:57 ---> 82dba77c21f9 16:50:57 Step 5/31 : RUN apk add --update --no-cache make git 16:50:57 ---> Using cache 16:50:57 ---> f0fd4178d36e 16:50:57 Step 6/31 : COPY go.mod . 16:50:57 ---> Using cache 16:50:57 ---> 51e8938ca85c 16:50:57 Step 7/31 : RUN go mod download 16:50:57 ---> Using cache 16:50:57 ---> 39bcf52cd626 16:50:57 Step 8/31 : COPY . . 16:50:57 ---> Using cache 16:50:57 ---> 2e193a49e85f 16:50:57 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:50:57 Successfully built 15190d684a2f 16:50:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.651s coverage: 27.1% of statements 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:50:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:50:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:50:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:50:58 Successfully tagged docker-core-data-go:latest 16:50:58 Building docker-core-metadata-go 16:50:58  Building docker-core-data-go ... done  ---> Running in 6f93a3498ed0 16:50:58 ---> Running in 1f41cb1b9529 16:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 71.3% of statements 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:51:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.585s coverage: 82.9% of statements 16:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:51:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.171s coverage: 78.9% of statements 16:51:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:51:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:03 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 16:51:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:04 OK: 233 MiB in 51 packages 16:51:10 Removing intermediate container 6f93a3498ed0 16:51:10 ---> 675dcca351d9 16:51:10 Step 6/22 : COPY go.mod . 16:51:11 ---> 60a724462bcd 16:51:11 Step 7/22 : RUN go mod download 16:51:11 ---> Running in 657baedf52bc 16:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.366s coverage: 28.6% of statements 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.469s coverage: 97.5% of statements 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:51:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:51:16 ---> 0c908b2ce411 16:51:16 Step 3/22 : WORKDIR /edgex-go 16:51:16 ---> Using cache 16:51:16 ---> fe04a011264f 16:51:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:16 ---> Using cache 16:51:16 ---> 82dba77c21f9 16:51:16 Step 5/22 : RUN apk add --update --no-cache make git 16:51:16 ---> Using cache 16:51:16 ---> f0fd4178d36e 16:51:16 Step 6/22 : COPY go.mod . 16:51:16 ---> Using cache 16:51:16 ---> 51e8938ca85c 16:51:16 Step 7/22 : RUN go mod download 16:51:16 ---> Using cache 16:51:16 ---> 39bcf52cd626 16:51:16 Step 8/22 : COPY . . 16:51:16 ---> Using cache 16:51:16 ---> 2e193a49e85f 16:51:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:51:16 ---> Running in 7ec46e77c29e 16:51:18 Removing intermediate container 657baedf52bc 16:51:18 ---> 224b2d837335 16:51:18 Step 8/22 : COPY . . 16:51:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:51:18 Removing intermediate container 92a323afcf80 16:51:18 ---> 9d7585e5c357 16:51:18 Step 20/26 : RUN pip install docker-compose==1.23.2 16:51:22 ---> Running in 7ffc1c8621c0 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.523s coverage: 92.8% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.288s coverage: 0.1% of statements 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:51:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.124s coverage: 47.1% of statements 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.110s coverage: 79.5% of statements 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements 16:51:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 16:51:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:51:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:51:29 ---> 0c908b2ce411 16:51:29 Step 3/23 : WORKDIR /edgex-go 16:51:29 ---> Using cache 16:51:29 ---> fe04a011264f 16:51:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:29 ---> Using cache 16:51:29 ---> 82dba77c21f9 16:51:29 Step 5/23 : RUN apk add --update --no-cache make git 16:51:29 ---> Using cache 16:51:29 ---> f0fd4178d36e 16:51:29 Step 6/23 : COPY go.mod . 16:51:29 ---> Using cache 16:51:29 ---> 51e8938ca85c 16:51:29 Step 7/23 : RUN go mod download 16:51:29 ---> Using cache 16:51:29 ---> 39bcf52cd626 16:51:29 Step 8/23 : COPY . . 16:51:29 ---> Using cache 16:51:29 ---> 2e193a49e85f 16:51:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:51:30 ---> Running in 703e2432a5b9 16:51:32 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 16:51:33 Collecting docker-compose==1.23.2 16:51:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:51:34 Collecting cached-property<2,>=1.2.0 16:51:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:51:34 Collecting docopt<0.7,>=0.6.1 16:51:34 Downloading docopt-0.6.2.tar.gz (25 kB) 16:51:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.100s coverage: 94.4% of statements 16:51:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 16:51:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.131s coverage: 81.4% of statements 16:51:39 Collecting texttable<0.10,>=0.9.0 16:51:39 Downloading texttable-0.9.1.tar.gz (11 kB) 16:51:41 Collecting websocket-client<1.0,>=0.32.0 16:51:41 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:51:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:51:41 Collecting docker<4.0,>=3.6.0 16:51:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:51:42 Collecting dockerpty<0.5,>=0.4.1 16:51:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:51:44 Collecting PyYAML<4,>=3.10 16:51:44 Downloading PyYAML-3.13.tar.gz (270 kB) 16:51:45 Removing intermediate container 1f41cb1b9529 16:51:45 ---> f0d3a9b4d85d 16:51:45 16:51:45 Step 10/31 : FROM alpine:3.12 16:51:45 ---> 88dd2752d2ea 16:51:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:51:47 Collecting jsonschema<3,>=2.5.1 16:51:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:51:48 ---> Running in 2ed16e080a52 16:51:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:51:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:51:48 Collecting docker-pycreds>=0.4.0 16:51:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:51:49 Collecting idna<2.8,>=2.5 16:51:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:51:49 Removing intermediate container 2ed16e080a52 16:51:49 ---> b229adc301be 16:51:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:51:50 Collecting urllib3<1.25,>=1.21.1 16:51:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:51:50 ---> Running in c7717f660fc8 16:51:50 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) 16:51:50 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:51:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:51:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:51:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:51:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:51:51 Installing collected packages: cached-property, docopt, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, docker-compose 16:51:51 Running setup.py install for docopt: started 16:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:53 Running setup.py install for docopt: finished with status 'done' 16:51:53 Running setup.py install for texttable: started 16:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:53 (1/2) Installing dumb-init (1.2.2-r1) 16:51:53 (2/2) Installing su-exec (0.2-r1) 16:51:53 Executing busybox-1.31.1-r19.trigger 16:51:53 OK: 6 MiB in 16 packages 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 77.8% of statements 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.6% of statements 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.6% of statements 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.665s coverage: 62.4% of statements 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 16:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 16:51:53 Running setup.py install for texttable: finished with status 'done' 16:51:54 Attempting uninstall: idna 16:51:54 Found existing installation: idna 2.9 16:51:54 Uninstalling idna-2.9: 16:51:54 Successfully uninstalled idna-2.9 16:51:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.947s coverage: 69.0% of statements 16:51:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:51:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:51:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:51:56 Attempting uninstall: urllib3 16:51:56 Found existing installation: urllib3 1.25.9 16:51:56 Uninstalling urllib3-1.25.9: 16:51:56 Successfully uninstalled urllib3-1.25.9 16:51:57 Removing intermediate container c7717f660fc8 16:51:57 ---> f3586798d9c5 16:51:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:51:57 Attempting uninstall: requests 16:51:57 Found existing installation: requests 2.23.0 16:51:57 Uninstalling requests-2.23.0: 16:51:57 ---> Running in 3dc225ff51ae 16:51:57 ---> e253fa438f10 16:51:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:51:57 Successfully uninstalled requests-2.23.0 16:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.426s coverage: 38.4% of statements 16:51:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:51:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 16:51:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 16:51:58 ---> Running in ed36e553d076 16:51:58 Removing intermediate container 3dc225ff51ae 16:51:58 ---> 8c2363ca7d35 16:51:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:51:59 ---> Running in 79e8837d8765 16:51:59 Running setup.py install for dockerpty: started 16:52:00 Running setup.py install for dockerpty: finished with status 'done' 16:52:00 Running setup.py install for PyYAML: started 16:52:00 Removing intermediate container 79e8837d8765 16:52:00 ---> ee3f5e7e7aa6 16:52:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:52:01 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 16:52:01 Running setup.py install for PyYAML: finished with status 'done' 16:52:01 ---> Running in ff750efc7eee 16:52:02 Removing intermediate container 7ec46e77c29e 16:52:02 ---> 614da8175266 16:52:02 16:52:02 Step 10/22 : FROM alpine:3.12 16:52:02 ---> 88dd2752d2ea 16:52:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:52:02 ---> Using cache 16:52:02 ---> fbf6df9ab8ef 16:52:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:52:02 ---> Using cache 16:52:02 ---> e4822072e64a 16:52:02 Step 13/22 : ENV APP_PORT=48085 16:52:03 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 16:52:04 ---> Running in 55548e675a40 16:52:04 Removing intermediate container 55548e675a40 16:52:04 ---> 343ef7bf4008 16:52:04 Step 14/22 : EXPOSE $APP_PORT 16:52:04 ---> Running in 4d219b6f055a 16:52:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.472s coverage: 47.0% of statements 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:52:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:52:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:52:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.484s coverage: 87.1% of statements 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:52:04 Removing intermediate container ff750efc7eee 16:52:04 ---> 07930ee216e8 16:52:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:52:04 ---> Running in c340e7f44d5c 16:52:05 Removing intermediate container 4d219b6f055a 16:52:05 ---> abef8f4c1dc4 16:52:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:52:05 Removing intermediate container c340e7f44d5c 16:52:05 ---> 31f5fd97c82e 16:52:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:52:07 ---> be5db6aaf66f 16:52:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:52:08 ---> 2dfe9e5d66ee 16:52:08 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:52:09 Removing intermediate container 7ffc1c8621c0 16:52:09 ---> c0aa7e9e54d2 16:52:09 Step 21/26 : RUN apk --no-cache add curl 16:52:09 ---> Running in 6022012e370a 16:52:09 ---> d8fc36d38e81 16:52:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:52:09 ---> Running in cf7ce576ba50 16:52:10 ---> efc05114844b 16:52:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:52:10 ---> Running in dd083095767a 16:52:11 Removing intermediate container dd083095767a 16:52:11 ---> b6724fabdc6a 16:52:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:11 ---> Running in c83aa829773c 16:52:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:52:11 (2/3) Installing libcurl (7.69.1-r3) 16:52:11 (3/3) Installing curl (7.69.1-r3) 16:52:11 Executing busybox-1.31.1-r19.trigger 16:52:11 OK: 72 MiB in 58 packages 16:52:11 Removing intermediate container c83aa829773c 16:52:11 ---> 92b685210582 16:52:11 Step 20/22 : LABEL arch=x86_64 16:52:12 ---> Running in 3877e80e8972 16:52:12 Removing intermediate container 6022012e370a 16:52:12 ---> e5020ad975ff 16:52:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:52:12 Removing intermediate container 3877e80e8972 16:52:12 ---> b253b3dd161a 16:52:12 Step 21/22 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:52:12 ---> Running in 297e7c19fcab 16:52:12 Removing intermediate container cf7ce576ba50 16:52:12 ---> 55997e36da4a 16:52:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.923s coverage: 29.1% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.203s coverage: 95.6% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 16:52:13 ---> a96b98978ad7 16:52:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:52:13 ---> Running in e45d4efd4424 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements 16:52:13 Removing intermediate container 297e7c19fcab 16:52:13 ---> e151fccb2abf 16:52:13 Step 22/22 : LABEL version=0.0.0 16:52:14 ---> Running in 5128227bae7d 16:52:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 16:52:15 Removing intermediate container e45d4efd4424 16:52:15 ---> a6902d7685af 16:52:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:15 ---> e0a97f6ad5ae 16:52:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:52:15 ---> Running in 7a202dfa3851 16:52:15 GO111MODULE=on go vet ./... 16:52:15 Removing intermediate container 5128227bae7d 16:52:15 ---> f51d21744d63 16:52:15 16:52:16 Removing intermediate container 703e2432a5b9 16:52:16 ---> 231df8b25c23 16:52:16 16:52:16 Step 10/23 : FROM alpine:3.12 16:52:16 ---> 88dd2752d2ea 16:52:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:52:16 ---> Using cache 16:52:16 ---> fbf6df9ab8ef 16:52:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:52:16 ---> Using cache 16:52:16 ---> e4822072e64a 16:52:16 Step 13/23 : ENV APP_PORT=48081 16:52:16 Successfully built f51d21744d63 16:52:17 ---> Running in 06aca61b4fc6 16:52:17 Successfully tagged docker-support-scheduler-go:latest 16:52:17  Building docker-support-scheduler-go ... done Removing intermediate container 7a202dfa3851 16:52:17 ---> 7f77900196ef 16:52:17 Step 24/26 : LABEL arch=x86_64 16:52:17 ---> 6951d544a2db 16:52:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:52:17 ---> Running in a24ad19b3f24 16:52:17 Removing intermediate container 06aca61b4fc6 16:52:17 ---> 873ea6f78cfa 16:52:17 Step 14/23 : EXPOSE $APP_PORT 16:52:17 ---> Running in 4711b7865165 16:52:17 Removing intermediate container a24ad19b3f24 16:52:17 ---> a990f7cd9a15 16:52:17 Step 25/26 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:52:17 ---> e97d301efb1c 16:52:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:52:17 ---> Running in 9c3cc02745a0 16:52:17 Removing intermediate container 4711b7865165 16:52:17 ---> de9de1b66154 16:52:17 Step 15/23 : WORKDIR / 16:52:18 ---> Running in ce4daea5d3a2 16:52:18 Removing intermediate container 9c3cc02745a0 16:52:18 ---> b377e34b1bc6 16:52:18 Step 26/26 : LABEL version=0.0.0 16:52:18 ---> Running in cd4d6b94ccf5 16:52:18 ---> faaaf0dd850e 16:52:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:52:18 Removing intermediate container ce4daea5d3a2 16:52:18 ---> ad2503ab8bfb 16:52:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:52:19 Removing intermediate container cd4d6b94ccf5 16:52:19 ---> 7e234825cfd1 16:52:19 16:52:19 ---> Running in 95532301be31 16:52:19 Successfully built 7e234825cfd1 16:52:19 ---> 41b11989b187 16:52:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:52:19 Successfully tagged docker-sys-mgmt-agent-go:latest 16:52:20  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 95532301be31 16:52:20 ---> a363fc784b75 16:52:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:52:20 ---> 25fe1ba9c647 16:52:20 Step 26/31 : RUN chmod +x /entrypoint.sh 16:52:20 ---> Running in 38a985a803eb 16:52:20 ---> 2f9731d1f4e5 16:52:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:52:21 ---> e6d21ffd6239 16:52:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:52:21 ---> Running in e4a9ad993c50 16:52:21 Removing intermediate container e4a9ad993c50 16:52:21 ---> dc6745816716 16:52:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:21 ---> Running in 7b1bec0c008e 16:52:22 Removing intermediate container 7b1bec0c008e 16:52:22 ---> 474c58793224 16:52:22 Step 21/23 : LABEL arch=x86_64 16:52:22 ---> Running in e5c4923e3d8d 16:52:22 Removing intermediate container 38a985a803eb 16:52:22 ---> 49ffec557878 16:52:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:52:23 ---> Running in 90927f70e092 16:52:23 Removing intermediate container e5c4923e3d8d 16:52:23 ---> b2c12ae53fb2 16:52:23 Step 22/23 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:52:25 ---> Running in 3db1c2f65f05 16:52:25 Removing intermediate container 90927f70e092 16:52:25 ---> e25387dc6e00 16:52:25 Step 28/31 : CMD ["gate"] 16:52:25 Removing intermediate container ed36e553d076 16:52:25 ---> c5feeb5aae02 16:52:25 16:52:25 Step 10/22 : FROM alpine:3.12 16:52:25 ---> 88dd2752d2ea 16:52:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:52:25 ---> Running in 5a9b3e44a4a3 16:52:25 ---> Running in 07e93c876900 16:52:25 Removing intermediate container 3db1c2f65f05 16:52:25 ---> 3663d53d8b73 16:52:25 Step 23/23 : LABEL version=0.0.0 16:52:25 ---> Running in 120093e58e28 16:52:25 Removing intermediate container 5a9b3e44a4a3 16:52:25 ---> 1e65546da924 16:52:25 Step 29/31 : LABEL arch=x86_64 16:52:26 ---> Running in 9e6afdd75fe5 16:52:26 Removing intermediate container 120093e58e28 16:52:26 ---> 817622376785 16:52:26 16:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:26 Successfully built 817622376785 16:52:26 Successfully tagged docker-core-metadata-go:latest 16:52:26  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:26 Removing intermediate container 9e6afdd75fe5 16:52:26 ---> e44b5c6d3e9f 16:52:26 Step 30/31 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:52:26 ---> Running in 18653fbaa0f3 16:52:26 (1/2) Installing ca-certificates (20191127-r4) 16:52:26 (2/2) Installing dumb-init (1.2.2-r1) 16:52:26 Executing busybox-1.31.1-r19.trigger 16:52:26 Executing ca-certificates-20191127-r4.trigger 16:52:26 OK: 6 MiB in 16 packages 16:52:26 Removing intermediate container 18653fbaa0f3 16:52:26 ---> a14e8dc2fee6 16:52:26 Step 31/31 : LABEL version=0.0.0 16:52:27 ---> Running in 3331a176b2ea 16:52:28 Removing intermediate container 3331a176b2ea 16:52:28 ---> 11a286fddb7b 16:52:28 16:52:28 Removing intermediate container 07e93c876900 16:52:28 ---> b915732324c9 16:52:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:52:28 ---> Running in d6bbd39a5abd 16:52:28 Successfully built 11a286fddb7b 16:52:28 Successfully tagged docker-security-bootstrapper-go:latest 16:52:28  Building docker-security-bootstrapper-go ... done Removing intermediate container d6bbd39a5abd 16:52:28 ---> 1ff4c5f5e049 16:52:28 Step 13/22 : ENV APP_PORT=48060 16:52:28 ---> Running in e7080e70bb8e 16:52:28 Removing intermediate container e7080e70bb8e 16:52:28 ---> 672fb3417097 16:52:28 Step 14/22 : EXPOSE $APP_PORT 16:52:28 ---> Running in 2f76e24feccf 16:52:28 Removing intermediate container 2f76e24feccf 16:52:28 ---> c6b9294d3ad0 16:52:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:52:29 ---> 6a931dc1a8d0 16:52:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:52:29 ---> c1792af1542e 16:52:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:52:30 ---> 35cb8ff27182 16:52:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:52:30 ---> Running in ffe8ec8bf07f 16:52:30 Removing intermediate container ffe8ec8bf07f 16:52:30 ---> b8731d450b38 16:52:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:30 ---> Running in 76053e34386f 16:52:30 Removing intermediate container 76053e34386f 16:52:30 ---> 716a08ea5705 16:52:30 Step 20/22 : LABEL arch=x86_64 16:52:30 ---> Running in 9f7be13bd13d 16:52:30 Removing intermediate container 9f7be13bd13d 16:52:30 ---> 2f8b39bb0568 16:52:30 Step 21/22 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 16:52:31 ---> Running in 7f7f6f3ce179 16:52:31 Removing intermediate container 7f7f6f3ce179 16:52:31 ---> a558569dde3a 16:52:31 Step 22/22 : LABEL version=0.0.0 16:52:31 ---> Running in 9db4c0b13f75 16:52:31 Removing intermediate container 9db4c0b13f75 16:52:31 ---> a8c095006baa 16:52:31 16:52:31 Successfully built a8c095006baa 16:52:31 Successfully tagged docker-support-notifications-go:latest 16:52:32  Building docker-support-notifications-go ... done  [Pipeline] } 16:52:32 $ docker stop --time=1 816e87eb7285ec427867a062570b2f6f692b353605ab5ecbd50ce32d9e7ac960 16:52:33 $ docker rm -f 816e87eb7285ec427867a062570b2f6f692b353605ab5ecbd50ce32d9e7ac960 [Pipeline] // withDockerContainer [Pipeline] sh 16:52:34 + docker images 16:52:34 + grep docker 16:52:34 docker-support-notifications-go latest a8c095006baa 3 seconds ago 17.8MB 16:52:34 docker-security-bootstrapper-go latest 11a286fddb7b 7 seconds ago 18.7MB 16:52:34 docker-core-metadata-go latest 817622376785 9 seconds ago 19MB 16:52:34 docker-sys-mgmt-agent-go latest 7e234825cfd1 16 seconds ago 313MB 16:52:34 docker-support-scheduler-go latest f51d21744d63 19 seconds ago 17.2MB 16:52:34 docker-core-data-go latest 15190d684a2f About a minute ago 22.6MB 16:52:34 docker-security-secretstore-setup-go latest b24a3d09a5a5 About a minute ago 24.9MB 16:52:34 docker-core-command-go latest 613219e2e5f0 2 minutes ago 17.2MB 16:52:34 docker-security-proxy-setup-go latest 85a6f858ea2c 2 minutes ago 24.7MB 16:52:34 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:52:50 Still waiting to schedule task 16:52:50 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:53:45 Running on prd-ubuntu18.04-docker-8c-8g-29165 in /w/workspace/edgexfoundry_edgex-go_PR-3240 [Pipeline] { [Pipeline] ws 16:53:45 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:53:47 using credential edgex-jenkins-ssh 16:53:47 Cloning the remote Git repository 16:53:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:53:47 > git init /w/workspace/edgex-go/3 # timeout=10 16:53:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:53:48 > git --version # timeout=10 16:53:48 > git --version # 'git version 2.17.1' 16:53:48 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:53:52 gofmt -l . 16:53:52 [ "`gofmt -l .`" = "" ] 16:53:52 ./bin/test-go-mod-tidy.sh 16:53:52 ./bin/test-attribution-txt.sh [Pipeline] sh 16:53:53 + ls -al . 16:53:53 total 764 16:53:53 drwxrwxr-x 9 1001 1001 4096 Mar 9 16:53 . 16:53:53 drwxr-xr-x 4 root root 4096 Mar 9 16:48 .. 16:53:53 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:46 .dockerignore 16:53:53 drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 .git 16:53:53 drwxrwxr-x 3 1001 1001 4096 Mar 9 16:46 .github 16:53:53 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:46 .gitignore 16:53:53 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:46 .sonarcloud.properties 16:53:53 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:46 Attribution.txt 16:53:53 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:46 CONTRIBUTING.md 16:53:53 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:46 Dockerfile.build 16:53:53 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:46 Jenkinsfile 16:53:53 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:46 LICENSE 16:53:53 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:46 Makefile 16:53:53 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:46 README.md 16:53:53 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:46 SECURITY.md 16:53:53 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:43 VERSION 16:53:53 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:46 ZMQWindows.md 16:53:53 drwxrwxr-x 2 1001 1001 4096 Mar 9 16:46 bin 16:53:53 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:46 cmd 16:53:53 -rw-r--r-- 1 root root 625548 Mar 9 16:52 coverage.out 16:53:53 -rw-r--r-- 1 root root 1055 Mar 9 16:53 go.mod 16:53:53 -rw-r--r-- 1 root root 21981 Mar 9 16:53 go.sum 16:53:53 drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 internal 16:53:53 drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 openapi 16:53:53 drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 snap 16:53:53 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:46 version.go [Pipeline] sh 16:53:54 + '[' -e coverage.out ] 16:53:54 + chown 1001:1001 coverage.out [Pipeline] stash 16:53:54 Warning: overwriting stash ‘coverage-report’ 16:53:55 Stashed 1 file(s) [Pipeline] sh 16:53:56 + make build 16:53:56 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 16:54:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:54:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:54:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:54:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3240/head:refs/remotes/origin/PR-3240 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:54:05 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 5b5b09b08de191c939747e2b2181a058facfeae3 16:54:05 Merge succeeded, producing 5b5b09b08de191c939747e2b2181a058facfeae3 16:54:05 Checking out Revision 5b5b09b08de191c939747e2b2181a058facfeae3 (PR-3240) 16:54:05 > git config core.sparsecheckout # timeout=10 16:54:05 > git checkout -f 5b5b09b08de191c939747e2b2181a058facfeae3 # timeout=10 16:54:05 > git remote # timeout=10 16:54:05 > git config --get remote.origin.url # timeout=10 16:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:05 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 16:54:05 > git rev-parse HEAD^{commit} # timeout=10 16:54:05 > git config core.sparsecheckout # timeout=10 16:54:05 > git checkout -f 5b5b09b08de191c939747e2b2181a058facfeae3 # timeout=10 16:54:08 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 16:54:09 Commit message: "Merge branch 'master' into issue-3239" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:54:10 + echo snap-build.sh 16:54:10 snap-build.sh 16:54:10 + SNAP_BASE_DIR=. 16:54:10 + '[' '!' -z /w/workspace/edgex-go/3 ']' 16:54:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 16:54:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 16:54:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 16:54:10 + cd /w/workspace/edgex-go/3 16:54:10 + sudo apt-get remove -qy --purge lxd lxd-client 16:54:10 Reading package lists... 16:54:10 Building dependency tree... 16:54:10 Reading state information... 16:54:11 The following packages were automatically installed and are no longer required: 16:54:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:54:11 uidmap xdelta3 16:54:11 Use 'sudo apt autoremove' to remove them. 16:54:11 The following packages will be REMOVED: 16:54:11 lxd* lxd-client* 16:54:11 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:54:11 After this operation, 31.7 MB disk space will be freed. 16:54:12 (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.) 16:54:12 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:54:13 Removing lxd dnsmasq configuration 16:54:13 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:54:13 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:54:14 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:54:14 (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.) 16:54:14 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:54:16 Processing triggers for systemd (237-3ubuntu10.42) ... 16:54:16 Processing triggers for ureadahead (0.100.0-21) ... 16:54:17 + sudo snap remove --purge lxd 16:54:17 snap "lxd" is not installed 16:54:17 + sudo groupadd --force --system lxd 16:54:17 ++ whoami 16:54:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:54:17 + newgrp - lxd 16:54:17 + sudo snap install lxd 16:54:35 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 16:54:35 2021-03-09T16:54:32Z INFO Waiting for automatic snapd restart... 16:54:40 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 16:54:46 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 16:54:47 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 16:54:50 lxd 4.11 from Canonical* installed 16:54:50 + sudo lxd init --auto 16:54:53 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 16:54:58 + sudo snap install --classic snapcraft 16:55:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:55:03 snapcraft 4.5.4 from Canonical* installed 16:55:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:55:03 + patch --verbose -p1 16:55:03 Hmm... Looks like a unified diff to me... 16:55:03 The text leading up to this was: 16:55:03 -------------------------- 16:55:03 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:55:03 |From: Tony Espy 16:55:03 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:55:03 |Subject: [PATCH] optimize snap build for pipeline CI check 16:55:03 | 16:55:03 |This patch is used by the EdgeX CI pipeline builds to 16:55:03 |optimize the snap CI check run for pull requests. When 16:55:03 |applied, it essentially strips out everything (apps and 16:55:03 |parts) from the snapcraft.yaml file except those required 16:55:03 |to build edgex-go, as the whole idea of the CI check is to 16:55:03 |catch changes to edgex-go that break the snap build. 16:55:03 | 16:55:03 |In general, anyone updating snapcraft.yaml will also need 16:55:03 |to update this patch file, otherwise it may fail to apply, 16:55:03 |resulting in a failed snap build CI check in the associated 16:55:03 |pull request. 16:55:03 | 16:55:03 |Note - in addition to applying this patch, the pipeline also 16:55:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:55:03 |need to build the finally binary .snap file (and it won't 16:55:03 |work with the patch applied). This further reduces the build 16:55:03 |time. 16:55:03 |--- 16:55:03 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:55:03 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:55:03 | 16:55:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:55:03 |index 1e537489..faf42425 100644 16:55:03 |--- a/snap/snapcraft.yaml 16:55:03 |+++ b/snap/snapcraft.yaml 16:55:03 -------------------------- 16:55:03 patching file snap/snapcraft.yaml 16:55:03 Using Plan A... 16:55:03 Hunk #1 succeeded at 73. 16:55:03 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 16:55:03 Hunk #3 succeeded at 217 (offset 3 lines). 16:55:03 Hunk #4 succeeded at 225 (offset 3 lines). 16:55:03 Hunk #5 succeeded at 232 (offset 3 lines). 16:55:03 Hunk #6 succeeded at 259 (offset 3 lines). 16:55:03 Hunk #7 succeeded at 293 (offset 3 lines). 16:55:03 Hunk #8 succeeded at 352 (offset 11 lines). 16:55:03 Hmm... Ignoring the trailing garbage. 16:55:03 done 16:55:03 + sudo snapcraft prime --use-lxd 16:55:04 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:55:04 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: 16:55:04 - README.md 16:55:04 - snapcraft.yaml.orig 16:55:04 16:55:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:55:04 Launching a container. 16:55:05 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 16:55:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:55: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 16:55:16 Waiting for container to be ready 16:55:16 To start your first instance, try: lxc launch ubuntu:18.04 16:55:16 16:55:19 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:55:19 Waiting for network to be ready... 16:55: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 16:55:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:55:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 16:55:20 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:55:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 16:55:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:55:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:55:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 16:55:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 16:55:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 16:55:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 16:55:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:55:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:55:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:55:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:55:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:55:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:55:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:55:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:55:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:55:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 16:55:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 16:55:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:55:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:55:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 16:55:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 16:55:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 16:55:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 16:55:23 Fetched 24.0 MB in 4s (5809 kB/s) 16:55:24 Reading package lists... 16:55:25 Reading package lists... 16:55:25 Building dependency tree... 16:55:25 Reading state information... 16:55:25 The following additional packages will be installed: 16:55:25 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:55:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:55:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:55:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:55:25 Suggested packages: 16:55:25 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:55:25 Recommended packages: 16:55:25 gnupg libsasl2-modules 16:55:25 The following NEW packages will be installed: 16:55:25 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:55:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:55:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:55:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:55:25 The following packages will be upgraded: 16:55:25 gpg gpg-agent gpgconf libudev1 16:55:25 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:55:25 Need to get 3530 kB of archives. 16:55:25 After this operation, 13.3 MB of additional disk space will be used. 16:55:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 16:55:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:55:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:55:25 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 16:55:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:55:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:55:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:55:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:55:26 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:55:26 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:55:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:55:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:55:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:55:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:55:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:55:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:55:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:55:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:55:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:55:26 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:55:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:55:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:55:26 debconf: delaying package configuration, since apt-utils is not installed 16:55:26 Fetched 3530 kB in 1s (3201 kB/s) 16:55:26 (Reading database ... 12511 files and directories currently installed.) 16:55:26 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 16:55:26 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:55:26 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 16:55:27 Selecting previously unselected package udev. 16:55:27 (Reading database ... 12511 files and directories currently installed.) 16:55:27 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 16:55:27 Unpacking udev (237-3ubuntu10.44) ... 16:55:27 Selecting previously unselected package libfuse2:amd64. 16:55:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:55:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:55:27 Selecting previously unselected package fuse. 16:55:27 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:55:27 Unpacking fuse (2.9.7-1ubuntu1) ... 16:55:27 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:55:27 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:55:27 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:55:27 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:55:27 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:55:27 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:55:27 Selecting previously unselected package libksba8:amd64. 16:55:27 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:55:27 Unpacking libksba8:amd64 (1.3.5-2) ... 16:55:27 Selecting previously unselected package libroken18-heimdal:amd64. 16:55:27 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:27 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:55:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:55:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:55:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [Pipeline] } 16:55:28 $ docker stop --time=1 a944053de4e70ff867d4ab6ceeb7ae651ceee6df0eb1ca7aaee38e463b20a569 16:55:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libwind0-heimdal:amd64. 16:55:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:55:28 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:55:28 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:55:28 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:28 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:55:28 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:55:28 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:28 Selecting previously unselected package libsasl2-modules-db:amd64. 16:55:28 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:55:28 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:55:28 Selecting previously unselected package libsasl2-2:amd64. 16:55:28 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:55:28 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:55:28 Selecting previously unselected package libldap-common. 16:55:28 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:55:28 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:55:29 Selecting previously unselected package libldap-2.4-2:amd64. 16:55:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:55:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:55:29 Selecting previously unselected package dirmngr. 16:55:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:55:29 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:55:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:55:29 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:55:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:55:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:55:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:55:29 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:55:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:29 Setting up libksba8:amd64 (1.3.5-2) ... 16:55:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:55:29 Setting up udev (237-3ubuntu10.44) ... 16:55:29 invoke-rc.d: policy-rc.d denied execution of start. 16:55:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Processing triggers for systemd (237-3ubuntu10) ... 16:55:30 Setting up fuse (2.9.7-1ubuntu1) ... 16:55:30 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:55:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:55:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:55:30 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:55:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:55:31 $ docker rm -f a944053de4e70ff867d4ab6ceeb7ae651ceee6df0eb1ca7aaee38e463b20a569 16:55:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:55:31 settings in the [Install] section, and DefaultInstance for template units). 16:55:31 This means they are not meant to be enabled using systemctl. 16:55:31 Possible reasons for having this kind of units are: 16:55:31 1) A unit may be statically enabled by being symlinked from another unit's 16:55:31 .wants/ or .requires/ directory. 16:55:31 2) A unit's purpose may be to act as a helper for some other unit which has 16:55:31 a requirement dependency on it. 16:55:31 3) A unit may be started when needed via activation (socket, path, timer, 16:55:31 D-Bus, udev, scripted systemctl call, ...). 16:55:31 4) In case of template units, the unit is meant to be enabled with some 16:55:31 instance name specified. 16:55:31 Reading package lists... 16:55:31 Building dependency tree... 16:55:31 Reading state information... 16:55:31 The following additional packages will be installed: 16:55:31 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:55:31 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:55:31 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:55:31 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:55:31 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:55:31 Suggested packages: 16:55:31 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:55:31 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:55:31 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:55:31 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:55:31 systemd-container policykit-1 16:55:31 Recommended packages: 16:55:31 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:55:31 The following NEW packages will be installed: 16:55:31 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:55:31 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:55:31 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:55:31 multiarch-support openssh-client python3 python3-minimal python3.6 16:55:31 python3.6-minimal snapd squashfs-tools sudo 16:55:31 The following packages will be upgraded: 16:55:31 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:55:31 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:55:31 Need to get 35.2 MB of archives. 16:55:31 After this operation, 141 MB of additional disk space will be used. 16:55:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:55:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:55:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 16:55:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 16:55:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:55:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:55:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:55:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:55:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:55:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:55:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:55:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:55:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:55:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:55:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:55:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:55:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:55:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:55:32 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) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:55:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 16:55:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:55:33 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:55:33 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:55:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:55:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:55:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:55:33 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:55:33 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:55:33 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:55:33 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:55:33 debconf: delaying package configuration, since apt-utils is not installed 16:55:33 Fetched 35.2 MB in 2s (22.7 MB/s) 16:55:33 (Reading database ... 12757 files and directories currently installed.) 16:55:33 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 16:55:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:55:33 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:55:33 16:55:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:55:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:55:34 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 16:55:34 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:55:34 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 16:55:34 latest: Pulling from edgex-devops/edgex-compose-arm64 16:55:34 29e5d40040c1: Pulling fs layer 16:55:34 1ce36da41761: Pulling fs layer 16:55:34 25b303627fd3: Pulling fs layer 16:55:34 (Reading database ... 12757 files and directories currently installed.) 16:55:34 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:55:34 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:55:34 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:55:34 29e5d40040c1: Verifying Checksum 16:55:34 (Reading database ... 12757 files and directories currently installed.) 16:55:34 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:55:34 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:55:35 Setting up apt (1.6.12ubuntu0.2) ... 16:55:35 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:55:35 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:55:35 29e5d40040c1: Pull complete 16:55:35 1ce36da41761: Verifying Checksum 16:55:35 1ce36da41761: Download complete 16:55:35 (Reading database ... 12764 files and directories currently installed.) 16:55:35 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:55:35 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:55:35 Selecting previously unselected package libpython3.6-minimal:amd64. 16:55:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:55:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:55:36 Selecting previously unselected package libexpat1:amd64. 16:55:36 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:55:36 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:55:36 Selecting previously unselected package python3.6-minimal. 16:55:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:55:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:55:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 16:55:36 Checking for services that may need to be restarted...done. 16:55:36 Checking for services that may need to be restarted...done. 16:55:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:55:36 1ce36da41761: Pull complete 16:55:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:55:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:55:37 Selecting previously unselected package python3-minimal. 16:55:37 (Reading database ... 13012 files and directories currently installed.) 16:55:37 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:55:37 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:55:37 Selecting previously unselected package mime-support. 16:55:37 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:55:37 Unpacking mime-support (3.60ubuntu1) ... 16:55:37 Selecting previously unselected package libmpdec2:amd64. 16:55:37 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:55:37 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:55:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:55:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:55:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:55:37 Selecting previously unselected package python3.6. 16:55:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:55:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:55:37 Selecting previously unselected package libpython3-stdlib:amd64. 16:55:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:55:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:55:38 Setting up python3-minimal (3.6.7-1~18.04) ... 16:55:38 25b303627fd3: Verifying Checksum 16:55:38 25b303627fd3: Download complete 16:55:38 Selecting previously unselected package python3. 16:55:38 (Reading database ... 13442 files and directories currently installed.) 16:55:38 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:55:38 Unpacking python3 (3.6.7-1~18.04) ... 16:55:38 Selecting previously unselected package multiarch-support. 16:55:38 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:55:38 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:55:38 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:55:38 Selecting previously unselected package liblzo2-2:amd64. 16:55:38 (Reading database ... 13479 files and directories currently installed.) 16:55:38 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:55:38 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:55:38 Selecting previously unselected package libbsd0:amd64. 16:55:38 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:55:38 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:55:38 Selecting previously unselected package sudo. 16:55:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:55:38 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:55:39 Selecting previously unselected package apparmor. 16:55:39 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:55:39 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:55:39 Selecting previously unselected package libedit2:amd64. 16:55:39 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:55:39 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:55:39 Selecting previously unselected package libkrb5support0:amd64. 16:55:39 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:55:39 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:55:39 Selecting previously unselected package libk5crypto3:amd64. 16:55:39 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:55:39 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:55:39 Selecting previously unselected package libkeyutils1:amd64. 16:55:39 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:55:39 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:55:39 Selecting previously unselected package libkrb5-3:amd64. 16:55:39 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:55:39 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:55:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:55:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:55:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:55:40 Selecting previously unselected package libssl1.0.0:amd64. 16:55:40 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:55:40 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:55:40 Selecting previously unselected package openssh-client. 16:55:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:55:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:55:40 Selecting previously unselected package squashfs-tools. 16:55:40 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:55:40 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:55:40 Selecting previously unselected package snapd. 16:55:40 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:55:40 Unpacking snapd (2.48.3+18.04) ... 16:55:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:55:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:55:43 Setting up mime-support (3.60ubuntu1) ... 16:55:43 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:55:43 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:55:43 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:55:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:55:43 Setting up systemd (237-3ubuntu10.44) ... 16:55:43 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:55:44 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:55:44 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:55:44 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:55:44 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:55:44 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:55:44 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:55:45 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:55:45 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:55:45 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:55:45 Setting up python3 (3.6.7-1~18.04) ... 16:55:45 running python rtupdate hooks for python3.6... 16:55:45 running python post-rtupdate hooks for python3.6... 16:55:45 Setting up apparmor (2.12-4ubuntu5.1) ... 16:55:47 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:55:48 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:55:48 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:55:48 Setting up snapd (2.48.3+18.04) ... 16:55:48 25b303627fd3: Pull complete 16:55:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:55:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:55:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:55:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:55:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:55:48 prd-ubuntu18.04-docker-arm64-4c-16g-29162 does not seem to be running inside a container 16:55:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:55:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:55:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:55:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:55:49 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:55:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:55:49 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:55:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:55:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:55:50 /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' 16:55:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:55:50 Processing triggers for systemd (237-3ubuntu10.44) ... 16:55:51 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:55:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:55:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:55:51 Fetched 88.7 kB in 1s (161 kB/s) 16:55:52 Reading package lists... 16:55:52 $ docker top 84e35332f73dacecb37eeac13f5a5d88f4ebd1c2662afcc13eb85b9afabeaf9a -eo pid,comm 16:55:52 Reading package lists... 16:55:52 Building dependency tree... 16:55:52 Reading state information... [Pipeline] { 16:55:52 Calculating upgrade... 16:55:52 The following packages will be upgraded: 16:55:52 advancecomp base-files bash binutils binutils-common 16:55:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:55:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:55:52 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:55:52 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:55:52 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:55:52 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:55:52 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:55:52 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:55:52 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:55:52 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:55:52 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:55:52 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:55:52 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:55:52 procps systemd-sysv tar tzdata ubuntu-keyring util-linux [Pipeline] sh 16:55:53 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:55:53 Need to get 63.8 MB of archives. 16:55:53 After this operation, 5202 kB of additional disk space will be used. 16:55:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 16:55:53 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:55:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:55:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:55:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:55:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:55:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:55:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:55:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:55:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:55:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:55:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:55:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:55:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:55:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:55:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:55:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:55:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:55:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:55:53 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:55:53 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:55:53 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:55:53 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:55:53 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:55:53 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:55:53 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:55:53 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:55:53 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:55:53 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:55:53 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:55:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:55:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:55:53 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:55:53 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:55:53 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:55:53 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:55:53 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:55:53 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:55:53 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:55:53 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 16:55:53 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:55:53 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:55:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:55:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:55:53 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:55:53 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:55:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:55:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:55:53 + docker-compose+ buildgrep --help parallel 16:55:53 16:55:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:55:53 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:55:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:55:53 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:55:53 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:55:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:55:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:55:53 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:55:54 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:55:54 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:55:54 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:55:54 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:55:54 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:55:54 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:55:54 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:55:54 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:55:54 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:55:54 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:55:54 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:55:54 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:55:54 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:55:54 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:55:54 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:55:54 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:55:54 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:55:54 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:55:54 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:55:54 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:55:54 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:55:54 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:55:54 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:55:54 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:55:54 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:55:54 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:55:54 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:55:54 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 16:55:54 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:55:54 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:55:54 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:55:54 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:55:54 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:55:54 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:55:55 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:55:55 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:55:55 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:55:55 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:55:55 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:55:55 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:55:55 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:55:55 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:55:55 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:55:55 debconf: delaying package configuration, since apt-utils is not installed 16:55:55 Fetched 63.8 MB in 2s (31.2 MB/s) 16:55:55 (Reading database ... 13912 files and directories currently installed.) 16:55:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:55:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:55:55 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:55:55 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:55:56 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 16:55:56 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 16:55:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:57 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:57 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:57 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:57 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:57 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:55:58 (Reading database ... 13911 files and directories currently installed.) 16:55:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:55:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:55:58 (Reading database ... 13911 files and directories currently installed.) 16:55:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:58 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:55:58 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:55:58 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:55:59 (Reading database ... 13911 files and directories currently installed.) 16:55:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:55:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:55:59 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:56:00 (Reading database ... 13911 files and directories currently installed.) 16:56:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:56:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:56:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:56:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:56:00 Setting up base-files (10.1ubuntu2.10) ... 16:56:00 --parallel Build images in parallel. [Pipeline] } 16:56:00 $ docker stop --time=1 84e35332f73dacecb37eeac13f5a5d88f4ebd1c2662afcc13eb85b9afabeaf9a 16:56:00 Installing new version of config file /etc/issue ... 16:56:00 Installing new version of config file /etc/issue.net ... 16:56:00 Installing new version of config file /etc/lsb-release ... 16:56:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:56:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:56:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:56:00 Removing obsolete conffile /etc/default/motd-news ... 16:56:01 (Reading database ... 13912 files and directories currently installed.) 16:56:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:56:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:56:01 Setting up bash (4.4.18-2ubuntu1.2) ... 16:56:01 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 16:56:01 (Reading database ... 13912 files and directories currently installed.) 16:56:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:56:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:56:01 (Reading database ... 13912 files and directories currently installed.) 16:56:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:56:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:56:01 Setting up tar (1.29b-2ubuntu0.2) ... 16:56:01 (Reading database ... 13912 files and directories currently installed.) 16:56:01 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:56:01 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:56:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:56:02 (Reading database ... 13912 files and directories currently installed.) 16:56:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:56:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:56:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:56:02 (Reading database ... 13912 files and directories currently installed.) 16:56:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:56:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:56:02 $ docker rm -f 84e35332f73dacecb37eeac13f5a5d88f4ebd1c2662afcc13eb85b9afabeaf9a 16:56:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:56:02 (Reading database ... 13912 files and directories currently installed.) 16:56:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:56:02 Unpacking grep (3.1-2build1) over (3.1-2) ... [Pipeline] // withDockerContainer 16:56:02 Setting up grep (3.1-2build1) ... 16:56:02 (Reading database ... 13912 files and directories currently installed.) 16:56:02 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:56:02 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:03 Setting up login (1:4.5-1ubuntu2) ... 16:56:03 (Reading database ... 13912 files and directories currently installed.) 16:56:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:56:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:56:03 . [Pipeline] withDockerContainer 16:56:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:56:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:56:03 (Reading database ... 13912 files and directories currently installed.) 16:56:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:56:03 prd-ubuntu18.04-docker-arm64-4c-16g-29162 does not seem to be running inside a container 16:56:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:56:03 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:56:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:56:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:56:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:56:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:56:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:56:04 (Reading database ... 13912 files and directories currently installed.) 16:56:04 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:56:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:56:05 $ docker top 21442b16a82978080426873cbe3957e3bed8819089ce0bd6f7a9f2c7d7c5ac92 -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:06 + docker-compose -f ./docker-compose-build.yml build --parallel 16:56:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:56:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:56:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:56:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:56:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:56:06 (Reading database ... 13912 files and directories currently installed.) 16:56:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:56:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:56:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:56:06 (Reading database ... 13912 files and directories currently installed.) 16:56:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:56:07 (Reading database ... 13912 files and directories currently installed.) 16:56:07 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:07 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:56:07 (Reading database ... 13912 files and directories currently installed.) 16:56:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:56:07 (Reading database ... 13912 files and directories currently installed.) 16:56:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:56:08 (Reading database ... 13912 files and directories currently installed.) 16:56:08 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:56:08 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:56:08 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:56:08 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:56:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:56:08 (Reading database ... 13912 files and directories currently installed.) 16:56:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:56:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:56:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:56:08 (Reading database ... 13912 files and directories currently installed.) 16:56:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:56:08 (Reading database ... 13912 files and directories currently installed.) 16:56:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:56:09 (Reading database ... 13912 files and directories currently installed.) 16:56:09 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:09 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:56:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:56:10 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:56:10 (Reading database ... 13912 files and directories currently installed.) 16:56:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:56:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:56:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:56:10 (Reading database ... 13912 files and directories currently installed.) 16:56:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:56:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:56:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:56:10 (Reading database ... 13914 files and directories currently installed.) 16:56:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:56:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:56:10 Setting up debconf (1.5.66ubuntu1) ... 16:56:11 (Reading database ... 13914 files and directories currently installed.) 16:56:11 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:56:11 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:56:11 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:56:11 (Reading database ... 13914 files and directories currently installed.) 16:56:11 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:56:11 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:56:12 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:56:12 (Reading database ... 13914 files and directories currently installed.) 16:56:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:56:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:56:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:56:12 (Reading database ... 13914 files and directories currently installed.) 16:56:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:56:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:56:12 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:56:12 (Reading database ... 13914 files and directories currently installed.) 16:56:12 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:56:12 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:56:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:56:12 Building docker-core-command-go ... 16:56:12 Building docker-core-data-go ... 16:56:12 Building docker-core-metadata-go ... 16:56:12 Building docker-security-bootstrapper-go ... 16:56:12 Building docker-security-proxy-setup-go ... 16:56:12 Building docker-security-secretstore-setup-go ... 16:56:12 Building docker-support-notifications-go ... 16:56:12 Building docker-support-scheduler-go ... 16:56:12 Building docker-sys-mgmt-agent-go ... 16:56:12 Building docker-core-metadata-go 16:56:12 Building docker-support-notifications-go 16:56:12 Building docker-core-data-go 16:56:12 Building docker-core-command-go 16:56:12 Building docker-security-secretstore-setup-go 16:56:13 (Reading database ... 13914 files and directories currently installed.) 16:56:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:56:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:56:13 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 16:56:13 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:56:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:56:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:56:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:56:13 (Reading database ... 13914 files and directories currently installed.) 16:56:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:56:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:56:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:56:13 (Reading database ... 13914 files and directories currently installed.) 16:56:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:56:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:56:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:56:14 (Reading database ... 13914 files and directories currently installed.) 16:56:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:56:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:56:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:56:14 (Reading database ... 13914 files and directories currently installed.) 16:56:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:56:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:56:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:56:14 (Reading database ... 13914 files and directories currently installed.) 16:56:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:56:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:56:15 Setting up passwd (1:4.5-1ubuntu2) ... 16:56:15 (Reading database ... 13914 files and directories currently installed.) 16:56:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:56:15 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:56:15 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:56:15 (Reading database ... 13914 files and directories currently installed.) 16:56:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:56:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:56:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:56:15 (Reading database ... 13914 files and directories currently installed.) 16:56:15 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:56:15 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:56:16 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:56:16 (Reading database ... 13914 files and directories currently installed.) 16:56:16 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:56:16 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:56:16 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:56:16 (Reading database ... 13914 files and directories currently installed.) 16:56:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:56:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:56:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:56:16 (Reading database ... 13914 files and directories currently installed.) 16:56:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:56:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:56:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:56:16 (Reading database ... 13914 files and directories currently installed.) 16:56:16 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:56:16 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:56:16 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:56:17 (Reading database ... 13915 files and directories currently installed.) 16:56:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:56:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:56:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:56:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:56:17 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:56:17 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:56:17 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:56:17 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:56:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:56:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:56:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:56:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:56:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:56:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:56:18 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:56:18 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:56:18 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:56:18 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:56:18 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:56:18 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:56:18 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:56:18 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:56:19 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:56:19 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:56:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:56:20 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:56:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:56:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:56:20 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:56:20 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:56:20 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:56:20 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:56:20 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:56:20 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:56:20 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:56:20 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:56:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:21 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:21 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:21 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:21 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:22 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:22 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:23 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:23 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:24 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:24 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:24 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:24 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:25 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:56:25 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:56:25 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:56:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:56:25 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:56:25 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:56:25 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:56:25 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:56:25 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:56:25 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:56:26 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:56:26 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:56:26 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:56:26 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:56:26 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:56:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:56:26 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:26 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:56:26 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:26 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:26 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:26 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:56:26 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:56:26 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:56:26 16:56:26 Current default time zone: 'Etc/UTC' 16:56:26 Local time is now: Tue Mar 9 16:56:26 UTC 2021. 16:56:26 Universal Time is now: Tue Mar 9 16:56:26 UTC 2021. 16:56:26 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:56:26 16:56:26 Setting up systemd-sysv (237-3ubuntu10.44) ... 16:56:26 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:26 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 16:56:26 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:56:26 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:56:26 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:56:26 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:56:26 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:56:27 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:56:27 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:56:27 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:27 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:56:27 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:56:27 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:56:27 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:27 Setting up patch (2.7.6-2ubuntu1.1) ... 16:56:27 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:56:27 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:56:27 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 16:56:27 Installing new version of config file /etc/ssl/openssl.cnf ... 16:56:27 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:56:27 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:56:27 Setting up ca-certificates (20210119~18.04.1) ... 16:56:29 Updating certificates in /etc/ssl/certs... 16:56:30 23 added, 27 removed; done. 16:56:30 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:56:30 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:56:30 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:56:30 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:56:30 Setting up pkgbinarymangler (138.18.04.1) ... 16:56:30 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:56:30 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up perl (5.26.1-6ubuntu0.5) ... 16:56:30 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:56:30 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:56:30 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:56:30 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:56:30 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:56:30 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:56:30 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:56:30 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:56:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:56:31 Processing triggers for systemd (237-3ubuntu10.44) ... 16:56:31 Processing triggers for mime-support (3.60ubuntu1) ... 16:56:31 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:56:31 Updating certificates in /etc/ssl/certs... 16:56:31 0 added, 0 removed; done. 16:56:31 Running hooks in /etc/ca-certificates/update.d... 16:56:31 done. 16:56:32 Reading package lists... 16:56:32 Building dependency tree... 16:56:32 Reading state information... 16:56:32 The following NEW packages will be installed: 16:56:32 apt-transport-https 16:56:32 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:56:32 Need to get 1696 B of archives. 16:56:32 After this operation, 153 kB of additional disk space will be used. 16:56:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:56:32 debconf: delaying package configuration, since apt-utils is not installed 16:56:32 Fetched 1696 B in 0s (8624 B/s) 16:56:33 Selecting previously unselected package apt-transport-https. 16:56:33 (Reading database ... 13920 files and directories currently installed.) 16:56:33 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:56:33 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:56:33 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:56:33 Waiting for network to be ready... 16:56:39 2021-03-09T16:56:37Z INFO Waiting for automatic snapd restart... 16:56:40 snapd 2.49 from Canonical* installed 16:56:41 "snapd" switched to the "latest/stable" channel 16:56:41 16:56:44 core18 20210128 from Canonical* installed 16:56:44 "core18" switched to the "latest/stable" channel 16:56:44 16:56:47 snapcraft 4.5.4 from Canonical* installed 16:56:47 "snapcraft" switched to the "latest/stable" channel 16:56:47 16:56:51 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: 16:56:51 - README.md 16:56:51 - snapcraft.yaml.orig 16:56:51 16:56:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:56:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:56:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:56:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:56:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:56:59 Reading package lists... 16:56:59 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 16:57:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:57:05 Reading package lists... 16:57:05 Building dependency tree... 16:57:05 Reading state information... 16:57:05 Suggested packages: 16:57:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:57:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:57:05 Recommended packages: 16:57:05 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:57:05 The following NEW packages will be installed: 16:57:05 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:57:05 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:57:05 pkg-config zip 16:57:06 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:57:06 Need to get 7656 kB of archives. 16:57:06 After this operation, 43.7 MB of additional disk space will be used. 16:57:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 16:57:06 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:57:06 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:57:06 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:57:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:57:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:57:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:57:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:57:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:57:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:57:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:57:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:57:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:57:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:57:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:57:07 debconf: delaying package configuration, since apt-utils is not installed 16:57:07 Fetched 7656 kB in 1s (5314 kB/s) 16:57:07 Selecting previously unselected package libglib2.0-0:amd64. 16:57:07 (Reading database ... 13924 files and directories currently installed.) 16:57:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 16:57:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 16:57:07 Selecting previously unselected package libpsl5:amd64. 16:57:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:57:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:57:07 Selecting previously unselected package libnghttp2-14:amd64. 16:57:07 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:57:07 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:57:08 Selecting previously unselected package librtmp1:amd64. 16:57:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:57:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:57:08 Selecting previously unselected package libcurl3-gnutls:amd64. 16:57:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:57:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:57:08 Selecting previously unselected package liberror-perl. 16:57:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:57:08 Unpacking liberror-perl (0.17025-1) ... 16:57:08 Selecting previously unselected package git-man. 16:57:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:57:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:57:08 Selecting previously unselected package git. 16:57:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:57:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:57:09 Selecting previously unselected package libnorm1:amd64. 16:57:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:57:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:57:09 Selecting previously unselected package libpgm-5.2-0:amd64. 16:57:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:57:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:57:09 Selecting previously unselected package libsodium23:amd64. 16:57:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:57:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:57:09 Selecting previously unselected package libzmq5:amd64. 16:57:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:57:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:57:09 Selecting previously unselected package libzmq3-dev:amd64. 16:57:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:57:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:57:09 Selecting previously unselected package pkg-config. 16:57:09 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:57:09 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:57:10 Selecting previously unselected package zip. 16:57:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:57:10 Unpacking zip (3.0-11build1) ... 16:57:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:57:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:57:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:57:10 Setting up liberror-perl (0.17025-1) ... 16:57:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:57:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 16:57:10 No schema files found: doing nothing. 16:57:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:57:10 Setting up zip (3.0-11build1) ... 16:57:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:57:10 Setting up libsodium23:amd64 (1.0.16-2) ... 16:57:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:57:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:57:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:57:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:57:10 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:57:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:57:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:57:17 git set to automatically installed. 16:57:17 git-man set to automatically installed. 16:57:17 libcurl3-gnutls set to automatically installed. 16:57:17 liberror-perl set to automatically installed. 16:57:17 libglib2.0-0 set to automatically installed. 16:57:17 libnghttp2-14 set to automatically installed. 16:57:17 libnorm1 set to automatically installed. 16:57:17 libpgm-5.2-0 set to automatically installed. 16:57:17 libpsl5 set to automatically installed. 16:57:17 librtmp1 set to automatically installed. 16:57:17 libsodium23 set to automatically installed. 16:57:17 libzmq3-dev set to automatically installed. 16:57:17 libzmq5 set to automatically installed. 16:57:17 pkg-config set to automatically installed. 16:57:17 zip set to automatically installed. 16:57:25 snapd is not logged in, snap install commands will use sudo 16:57:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:57:32 snap "core18" has no updates available 16:57:33 Pulling config-common 16:57:33 + snapcraftctl pull 16:57:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:57:34 ---> d64149a95b73 16:57:34 Step 3/23 : WORKDIR /edgex-go 16:57:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:57:34 ---> d64149a95b73 16:57:34 Step 3/23 : WORKDIR /edgex-go 16:57:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:57:34 ---> d64149a95b73 16:57:34 Step 3/24 : WORKDIR /edgex-go 16:57:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:57:34 ---> d64149a95b73 16:57:34 Step 3/23 : WORKDIR /edgex-go 16:57:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:57:34 ---> d64149a95b73 16:57:34 Step 3/22 : WORKDIR /edgex-go 16:57:34 ---> Running in 572685ecdefe 16:57:34 ---> Running in 00f86b8790ff 16:57:34 ---> Running in 0f13cf6e693d 16:57:34 ---> Running in 9ec83e221eac 16:57:34 ---> Running in 0c4f7200562e 16:57:34 Removing intermediate container 572685ecdefe 16:57:34 ---> b60d5f68d846 16:57:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:34 Removing intermediate container 0f13cf6e693d 16:57:34 ---> 296d75641fe5 16:57:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:34 Removing intermediate container 00f86b8790ff 16:57:34 ---> bbdf8a531af0 16:57:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:34 Removing intermediate container 9ec83e221eac 16:57:34 ---> e98d2c94d1bd 16:57:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:34 Removing intermediate container 0c4f7200562e 16:57:34 ---> 9fd804537cb8 16:57:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:34 ---> Running in fe42cb4cdb95 16:57:34 ---> Running in e56823152bbc 16:57:34 ---> Running in 84824910c021 16:57:34 ---> Running in 1e94e235bb19 16:57:34 ---> Running in aa2b39b797b7 16:57:35 Removing intermediate container e56823152bbc 16:57:35 ---> 24819bd7cb8e 16:57:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:57:35 Pulling go-build-helper 16:57:35 + snapcraftctl pull 16:57:35 ---> Running in 928569c03d06 16:57:35 Removing intermediate container fe42cb4cdb95 16:57:35 ---> 5205dd377e84 16:57:35 Step 5/24 : RUN apk add --update --no-cache make git 16:57:35 ---> Running in 69f1cf9d85c8 16:57:35 Removing intermediate container aa2b39b797b7 16:57:35 ---> 857efb6bb64f 16:57:35 Step 5/23 : RUN apk add --update --no-cache make git 16:57:35 Removing intermediate container 84824910c021 16:57:35 ---> 8be33b769ad8 16:57:35 Step 5/23 : RUN apk add --update --no-cache make git 16:57:36 Removing intermediate container 1e94e235bb19 16:57:36 ---> dd1d5bbf2a60 16:57:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:57:36 ---> Running in 270d778f64a4 16:57:36 ---> Running in 74c0b0b71afd 16:57:36 ---> Running in dfc807999137 16:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:39 OK: 217 MiB in 51 packages 16:57:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:40 OK: 217 MiB in 51 packages 16:57:40 OK: 217 MiB in 51 packages 16:57:41 OK: 217 MiB in 51 packages 16:57:41 OK: 217 MiB in 51 packages 16:57:41 Removing intermediate container 928569c03d06 16:57:41 ---> ea2af5de8d96 16:57:41 Step 6/23 : COPY go.mod . 16:57:41 Removing intermediate container 69f1cf9d85c8 16:57:41 ---> 400199b66bfc 16:57:41 Step 6/24 : COPY go.mod . 16:57:42 ---> 7495afab3e8b 16:57:42 Step 7/23 : RUN go mod download 16:57:42 Removing intermediate container 270d778f64a4 16:57:42 ---> d614ad5e04de 16:57:42 Step 6/23 : COPY go.mod . 16:57:42 ---> Running in 99991c538963 16:57:42 ---> ed3920cd5d38 16:57:42 Step 7/24 : RUN go mod download 16:57:42 Removing intermediate container dfc807999137 16:57:42 ---> 659bb4e51576 16:57:42 Step 6/22 : COPY go.mod . 16:57:43 ---> Running in 87fd4c3d85b2 16:57:43 Removing intermediate container 74c0b0b71afd 16:57:43 ---> 730773d1173a 16:57:43 Step 6/23 : COPY go.mod . 16:57:43 ---> d0c92029190d 16:57:43 Step 7/23 : RUN go mod download 16:57:44 ---> Running in a9112be40867 16:57:44 ---> d4f4b5e7195e 16:57:44 Step 7/22 : RUN go mod download 16:57:44 ---> Running in fd603f54af79 16:57:44 ---> d81c5f11d3c2 16:57:44 Step 7/23 : RUN go mod download 16:57:44 ---> Running in 8b49e36fcc9f 16:57:48 Removing intermediate container 87fd4c3d85b2 16:57:48 ---> 014f7ff6a3d1 16:57:48 Step 8/24 : COPY . . 16:57:48 Removing intermediate container 99991c538963 16:57:48 ---> ef325f87f39e 16:57:48 Step 8/23 : COPY . . 16:57:48 Removing intermediate container a9112be40867 16:57:48 ---> bf5c50695017 16:57:48 Step 8/23 : COPY . . 16:57:48 Removing intermediate container fd603f54af79 16:57:48 ---> dda847844cc4 16:57:48 Step 8/22 : COPY . . 16:57:49 Removing intermediate container 8b49e36fcc9f 16:57:49 ---> 3b3cbb8121c1 16:57:49 Step 8/23 : COPY . . 16:57:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:57:57 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:57:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 16:57:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 16:57:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:57:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:57:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 16:57:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 16:57:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 16:57:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 16:57:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:57:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:57:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:57:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:57:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:57:57 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:57:57 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:57:57 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:57:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:57:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 16:57:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 16:57:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:57:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:57:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 16:57:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 16:57:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 16:57:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 16:57:57 Fetched 24.0 MB in 0s (0 B/s) 16:57:57 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:57:57 Fetched 96.5 kB in 0s (0 B/s) 16:57:57 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:57:57 Fetched 279 kB in 0s (0 B/s) 16:57:57 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:57:57 Fetched 122 kB in 0s (0 B/s) 16:57:57 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:57:57 Fetched 77.8 kB in 0s (0 B/s) 16:57:57 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:57:57 Fetched 8848 B in 0s (0 B/s) 16:57:57 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:57:57 Fetched 47.8 kB in 0s (0 B/s) 16:57:57 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:57:57 Fetched 45.6 kB in 0s (0 B/s) 16:57:57 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:57:57 Fetched 15.0 kB in 0s (0 B/s) 16:57:57 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:57:57 Fetched 214 kB in 0s (0 B/s) 16:57:57 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:57:57 Fetched 154 kB in 0s (0 B/s) 16:57:57 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:57:57 Fetched 50.6 kB in 0s (0 B/s) 16:57:57 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:57:57 Fetched 14.8 kB in 0s (0 B/s) 16:57:57 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:57:57 Fetched 41.8 kB in 0s (0 B/s) 16:57:57 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:57:57 Fetched 499 kB in 0s (0 B/s) 16:57:57 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:57:57 Fetched 111 kB in 0s (0 B/s) 16:57:57 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:57:57 Fetched 240 kB in 0s (0 B/s) 16:57:57 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:57:57 Fetched 29.3 kB in 0s (0 B/s) 16:57:57 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:57:57 Fetched 85.5 kB in 0s (0 B/s) 16:57:57 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:57:57 Fetched 24.5 kB in 0s (0 B/s) 16:57:57 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:57:57 Fetched 49.2 kB in 0s (0 B/s) 16:57:57 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:57:57 Fetched 54.2 kB in 0s (0 B/s) 16:57:57 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:57:57 Fetched 30.8 kB in 0s (0 B/s) 16:57:57 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:57:57 Fetched 15.8 kB in 0s (0 B/s) 16:57:57 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:57:57 Fetched 85.9 kB in 0s (0 B/s) 16:57:57 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:57:57 Fetched 8720 B in 0s (0 B/s) 16:57:57 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:57:57 Fetched 137 kB in 0s (0 B/s) 16:57:57 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:57:57 Fetched 119 kB in 0s (0 B/s) 16:57:57 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:57:57 Fetched 109 kB in 0s (0 B/s) 16:57:57 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:57:57 Fetched 11.1 kB in 0s (0 B/s) 16:57:57 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:57:57 Fetched 645 kB in 0s (0 B/s) 16:57:57 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:57:57 Fetched 41.3 kB in 0s (0 B/s) 16:57:57 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:57:57 Fetched 17.9 kB in 0s (0 B/s) 16:57:57 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:57:57 Fetched 368 kB in 0s (0 B/s) 16:57:57 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:57:57 Fetched 187 kB in 0s (0 B/s) 16:57:57 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:57:57 Fetched 175 kB in 0s (0 B/s) 16:57:57 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:57:59 Fetched 206 kB in 0s (0 B/s) 16:57:59 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 16:57:59 Fetched 1301 kB in 0s (0 B/s) 16:57:59 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:57:59 Fetched 36.2 kB in 0s (0 B/s) 16:57:59 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:57:59 Fetched 159 kB in 0s (0 B/s) 16:57:59 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:57:59 Fetched 107 kB in 0s (0 B/s) 16:57:59 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:57:59 Fetched 48.7 kB in 0s (0 B/s) 16:57:59 Pulling static-packages 16:57:59 + snapcraftctl pull 16:58:00 'go115' has dependencies that need to be staged: go-build-helper static-packages 16:58:00 Skipping pull go-build-helper (already ran) 16:58:00 Skipping pull static-packages (already ran) 16:58:00 Building go-build-helper 16:58:00 + snapcraftctl build 16:58:04 Building static-packages 16:58:04 + snapcraftctl build 16:58:05 Staging go-build-helper 16:58:05 + snapcraftctl stage 16:58:06 Staging static-packages 16:58:06 + snapcraftctl stage 16:58:07 Pulling go115 16:58:07 + snapcraftctl pull 16:58:08 'edgex-go' has dependencies that need to be staged: go115 16:58:08 Skipping pull go115 (already ran) 16:58:08 Building go115 16:58:08 + dpkg --print-architecture 16:58:08 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 16:58:08 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 16:58:08 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 16:58:08 % Total % Received % Xferd Average Speed Time Time Time Current 16:58:08 Dload Upload Total Spent Left Speed 16:58:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 8111k 0 0 12.0M 0 0:00:09 --:--:-- 0:00:09 12.0M 44 115M 44 51.2M 0 0 30.9M 0 0:00:03 0:00:01 0:00:02 30.9M 75 115M 75 86.7M 0 0 32.5M 0 0:00:03 0:00:02 0:00:01 32.5M 100 115M 100 115M 0 0 33.3M 0 0:00:03 0:00:03 --:--:-- 33.3M 16:58:12 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 16:58:12 + sha256sum -c sha256 16:58:12 + grep OK 16:58:12 go1.15.2.linux-amd64.tar.gz: OK 16:58:12 + mkdir -p /root/stage/go1.15 16:58:12 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 16:58:16 ---> 1c17a22da9f8 16:58:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:58:16 ---> Running in ba13c68307b9 16:58:16 ---> 0ebfdadb0324 16:58:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:58:16 ---> 42df4ec5cb1f 16:58:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:58:16 ---> 76b26440716f 16:58:16 Step 9/23 : RUN make cmd/core-data/core-data 16:58:16 ---> e511088abde0 16:58:16 Step 9/23 : RUN make cmd/core-command/core-command 16:58:16 ---> Running in 4da767710379 16:58:16 ---> Running in f662723b7ab1 16:58:16 ---> Running in c05d83be2bd2 16:58:16 ---> Running in 8042d09b1327 16:58:16 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 16:58:17 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 16:58:17 Staging go115 16:58:17 + snapcraftctl stage 16:58: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 16:58:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:58:17 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 16:58:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:58:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:58:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:58:22 Fetched 0 B in 0s (0 B/s) 16:58:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:58:22 Fetched 224 kB in 0s (0 B/s) 16:58:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:58:22 Fetched 157 kB in 0s (0 B/s) 16:58:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:58:22 Fetched 221 kB in 0s (0 B/s) 16:58:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:58:22 Fetched 143 kB in 0s (0 B/s) 16:58:22 Pulling edgex-go 16:58:22 + snapcraftctl pull 16:58:22 Pulling version 16:58:22 + cd /root/project 16:58:22 + [ -f VERSION ] 16:58:22 + PROJECT_VERSION=local-dev 16:58:22 + git rev-parse --short HEAD 16:58:22 + GIT_REVISION=5b5b09b0 16:58:22 + snapcraftctl set-version local-dev 16:58:23 Building config-common 16:58:23 + snapcraftctl build 16:58:26 Skipping build go-build-helper (already ran) 16:58:26 Skipping build static-packages (already ran) 16:58:26 Skipping build go115 (already ran) 16:58:26 Building edgex-go 16:58:26 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 16:58:26 + cd /root/parts/edgex-go/src 16:58:26 + make build 16:58:26 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 16:58:29 go: downloading github.com/gorilla/mux v1.8.0 16:58:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 16:58:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 16:58:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:58:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:58:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 16:58:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 16:58:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 16:58:29 go: downloading github.com/pelletier/go-toml v1.2.0 16:58:29 go: downloading github.com/x448/float16 v0.8.4 16:58:29 go: downloading github.com/BurntSushi/toml v0.3.1 16:58:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 16:58:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:58:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 16:58:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:58:29 go: downloading github.com/go-kit/kit v0.8.0 16:58:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:58:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:58:29 go: downloading github.com/imdario/mergo v0.3.11 16:58:29 go: downloading github.com/google/uuid v1.2.0 16:58:29 go: downloading github.com/pkg/errors v0.8.1 16:58:29 go: downloading github.com/hashicorp/consul/api v1.8.1 16:58:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:58:29 go: downloading github.com/pebbe/zmq4 v1.2.5 16:58:29 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 16:58:29 go: downloading github.com/gorilla/websocket v1.4.2 16:58:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:58:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:58:29 go: downloading github.com/mitchellh/copystructure v1.0.0 16:58:29 go: downloading github.com/leodido/go-urn v1.2.0 16:58:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:58:29 go: downloading github.com/hashicorp/serf v0.9.5 16:58:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:58:29 go: downloading github.com/hashicorp/go-hclog v0.12.0 16:58:29 go: downloading github.com/go-playground/universal-translator v0.17.0 16:58:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:58:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:58:29 go: downloading github.com/go-playground/locales v0.13.0 16:58:29 go: downloading github.com/mattn/go-isatty v0.0.12 16:58:29 go: downloading github.com/fatih/color v1.9.0 16:58:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:58:29 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 16:58:29 go: downloading github.com/mattn/go-colorable v0.1.6 16:58:29 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:58:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:58:36 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 16:58:36 go: downloading gopkg.in/yaml.v2 v2.4.0 16:58:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:58:42 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 16:58: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 16:58:44 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 16:58:44 go: downloading github.com/stretchr/testify v1.7.0 16:58:44 go: downloading github.com/davecgh/go-spew v1.1.1 16:58:44 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:58:44 go: downloading github.com/pmezard/go-difflib v1.0.0 16:58:46 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 16:58:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:58:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:58:48 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 16:58:49 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 16:58:49 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 16:58:50 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 16:58:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:58:51 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:58:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:58:52 go: downloading github.com/lib/pq v1.9.0 16:58:54 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:58:54 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:58:54 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:58:54 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:58:54 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:58:54 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:58:54 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:58:54 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:58:54 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:58:54 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:58:54 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:58:54 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:58:54 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:58:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:58:54 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:58:54 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:58:54 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:58:54 + 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 16:58:54 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:58:54 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:58:54 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:58:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:58:54 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:58:54 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:58:54 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:58:56 Building version 16:58:56 + snapcraftctl build 16:58:58 Staging config-common 16:58:58 + snapcraftctl stage 16:58:59 Skipping stage go-build-helper (already ran) 16:58:59 Skipping stage static-packages (already ran) 16:58:59 Skipping stage go115 (already ran) 16:58:59 Staging edgex-go 16:58:59 + snapcraftctl stage 16:59:00 Staging version 16:59:00 + snapcraftctl stage 16:59:01 Priming config-common 16:59:01 + snapcraftctl prime 16:59:02 Priming go-build-helper 16:59:02 + snapcraftctl prime 16:59:03 Priming static-packages 16:59:03 + snapcraftctl prime 16:59:05 Priming go115 16:59:05 + snapcraftctl prime 16:59:06 Priming edgex-go 16:59:06 + snapcraftctl prime 16:59:07 Priming version 16:59:07 + snapcraftctl prime 16:59:08 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] } 17:00:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:00:24 Removing intermediate container ba13c68307b9 17:00:24 ---> 1748dc4c8a98 17:00:24 17:00:24 Step 10/24 : FROM alpine:3.12 17:00:24 3.12: Pulling from library/alpine 17:00:24 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:00:24 Status: Downloaded newer image for alpine:3.12 17:00:24 ---> d10569e2745f 17:00:24 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:00:24 ---> Running in ebfe88fa97bb 17:00:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:28 (1/5) Installing ca-certificates (20191127-r4) 17:00:28 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:00:28 (3/5) Installing libcurl (7.69.1-r3) 17:00:28 (4/5) Installing curl (7.69.1-r3) 17:00:28 (5/5) Installing dumb-init (1.2.2-r1) 17:00:28 Executing busybox-1.31.1-r19.trigger 17:00:28 Executing ca-certificates-20191127-r4.trigger 17:00:28 OK: 7 MiB in 19 packages 17:00:32 Removing intermediate container ebfe88fa97bb 17:00:32 ---> f7149b927f89 17:00:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:00:32 ---> Running in 01ee42d064d3 17:00:32 Removing intermediate container 01ee42d064d3 17:00:32 ---> 038bf9dd6acf 17:00:32 Step 13/24 : WORKDIR / 17:00:32 ---> Running in b8bfe6f72856 17:00:33 Removing intermediate container b8bfe6f72856 17:00:33 ---> fd650b8eee6f 17:00:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:00:35 ---> efe3f12c4b24 17:00:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:00:36 ---> 066531b3b91d 17:00:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:00:37 ---> 5c06cef29467 17:00:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:00:40 ---> 7e6583a0efd2 17:00:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:00:42 ---> fa2676642a1a 17:00:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:00:44 ---> cd9556ee5f2f 17:00:44 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/ 17:00:44 ---> Running in 57e4d617fa97 17:00:50 Removing intermediate container 8042d09b1327 17:00:50 ---> 8eaa6c1a683f 17:00:50 17:00:50 Step 10/23 : FROM alpine:3.12 17:00:50 ---> d10569e2745f 17:00:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:00:50 ---> Running in 47a916cf3709 17:00:50 Removing intermediate container 57e4d617fa97 17:00:50 ---> 0803e1e227f4 17:00:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:00:51 ---> Running in a0a46c2dab8e 17:00:51 Removing intermediate container f662723b7ab1 17:00:51 ---> d0f7a4ea7daf 17:00:51 17:00:51 Step 10/22 : FROM alpine:3.12 17:00:51 ---> d10569e2745f 17:00:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:00:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:52 ---> Running in 1bbb0be5f88a 17:00:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:52 Removing intermediate container a0a46c2dab8e 17:00:52 ---> bb69b1df87e2 17:00:52 Step 22/24 : LABEL arch=arm64 17:00:52 ---> Running in 6e399a26b52c 17:00:53 (1/1) Installing dumb-init (1.2.2-r1) 17:00:53 Executing busybox-1.31.1-r19.trigger 17:00:53 OK: 5 MiB in 15 packages 17:00:53 Removing intermediate container 6e399a26b52c 17:00:53 ---> 745510599b9c 17:00:53 Step 23/24 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:00:53 ---> Running in d79d02dff8c8 17:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:54 Removing intermediate container d79d02dff8c8 17:00:54 ---> f478cc9b8d8d 17:00:54 Step 24/24 : LABEL version=0.0.0 17:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:55 ---> Running in d937e8c65dcf 17:00:55 Removing intermediate container 47a916cf3709 17:00:55 ---> e4e0411c9bc6 17:00:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:00:55 (1/2) Installing ca-certificates (20191127-r4) 17:00:55 (2/2) Installing dumb-init (1.2.2-r1) 17:00:55 Executing busybox-1.31.1-r19.trigger 17:00:56 Executing ca-certificates-20191127-r4.trigger 17:00:56 Removing intermediate container d937e8c65dcf 17:00:56 ---> c892343acf21 17:00:56 17:00:56 ---> Running in 084773d4cae3 17:00:56 OK: 6 MiB in 16 packages 17:00:57 Successfully built c892343acf21 17:00:57 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:00:57 Removing intermediate container 084773d4cae3 17:00:57 ---> fcec9ea100b0 17:00:57 Step 13/23 : ENV APP_PORT=48082 17:00:57  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 17:00:57 ---> Running in c732088dedaf 17:00:58 Removing intermediate container c732088dedaf 17:00:58 ---> 1b10305ba1f0 17:00:58 Step 14/23 : EXPOSE $APP_PORT 17:00:58 ---> Running in f846b604b1d4 17:01:00 Removing intermediate container 1bbb0be5f88a 17:01:00 ---> 5dbf8749ec6e 17:01:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:01:01 Removing intermediate container f846b604b1d4 17:01:01 ---> 46789a4499f6 17:01:01 Step 15/23 : WORKDIR / 17:01:02 ---> Running in eae87e9c6b5d 17:01:02 ---> Running in d2aba15c6bdb 17:01:03 Removing intermediate container eae87e9c6b5d 17:01:03 ---> 03ecf2cef3f6 17:01:03 Step 13/22 : ENV APP_PORT=48060 17:01:03 Removing intermediate container 4da767710379 17:01:03 ---> 3907501cc840 17:01:03 17:01:03 Step 10/23 : FROM alpine:3.12 17:01:03 ---> d10569e2745f 17:01:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:01:03 ---> Using cache 17:01:03 ---> e4e0411c9bc6 17:01:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:01:03 ---> Using cache 17:01:03 ---> fcec9ea100b0 17:01:03 Step 13/23 : ENV APP_PORT=48081 17:01:04 ---> Running in 78b550ee4da6 17:01:04 ---> Running in da017d222318 17:01:04 Removing intermediate container d2aba15c6bdb 17:01:04 ---> 920f4f3186ab 17:01:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:05 Removing intermediate container 78b550ee4da6 17:01:05 ---> 5047ddc83673 17:01:05 Step 14/23 : EXPOSE $APP_PORT 17:01:05 Removing intermediate container da017d222318 17:01:05 ---> d991749077e5 17:01:05 Step 14/22 : EXPOSE $APP_PORT 17:01:05 ---> e0fc3dd84cc5 17:01:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:01:05 ---> Running in 86be221c780c 17:01:05 ---> Running in 5c1e936f61ee 17:01:06 Removing intermediate container 86be221c780c 17:01:06 ---> 965c3fd8171c 17:01:06 Step 15/23 : WORKDIR / 17:01:06 Removing intermediate container 5c1e936f61ee 17:01:06 ---> 69f7290b864e 17:01:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:07 ---> Running in c0579bf5aa21 17:01:08 ---> 9a0519bc0b85 17:01:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:01:08 Removing intermediate container c0579bf5aa21 17:01:08 ---> 9e09450d193a 17:01:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:08 ---> 1308214d6ded 17:01:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:01:09 ---> 2772e41deb61 17:01:09 Step 19/23 : ENTRYPOINT ["/core-command"] 17:01:10 ---> Running in 4bdac6b75764 17:01:10 ---> 644eb5e1aaf3 17:01:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:01:11 ---> 8f6869af09fd 17:01:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:01:12 Removing intermediate container 4bdac6b75764 17:01:12 ---> 89a6693e216d 17:01:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:12 ---> Running in ab54ae182d1b 17:01:13 ---> 2434b9700300 17:01:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:01:13 ---> Running in 40252cebdc9e 17:01:14 Removing intermediate container c05d83be2bd2 17:01:14 ---> 82037359fe02 17:01:14 17:01:14 Step 10/23 : FROM alpine:3.12 17:01:14 ---> d10569e2745f 17:01:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:01:14 Removing intermediate container ab54ae182d1b 17:01:14 ---> 41c1805d0200 17:01:14 Step 21/23 : LABEL arch=arm64 17:01:14 ---> 32e458e6e8c6 17:01:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:01:14 ---> Running in c10d6cc78391 17:01:14 ---> Running in 7f017a9ce583 17:01:14 Removing intermediate container 40252cebdc9e 17:01:14 ---> 5e4b72f0979a 17:01:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:15 ---> Running in 90a5d88a2c1a 17:01:16 ---> e47fd68ec603 17:01:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:01:16 Removing intermediate container 7f017a9ce583 17:01:16 ---> f3ad13321692 17:01:16 Step 22/23 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:01:16 Removing intermediate container c10d6cc78391 17:01:16 ---> 74d57100b5e8 17:01:16 Step 12/23 : ENV APP_PORT=48080 17:01:16 ---> Running in 5b5fae3c95f9 17:01:16 ---> Running in 4e67678bdf04 17:01:16 Removing intermediate container 90a5d88a2c1a 17:01:16 ---> e224f7e10d02 17:01:16 Step 20/22 : LABEL arch=arm64 17:01:17 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:01:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:01:17 ---> d64149a95b73 17:01:17 Step 3/31 : WORKDIR /edgex-go 17:01:17 ---> Using cache 17:01:17 ---> 9fd804537cb8 17:01:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:17 ---> Using cache 17:01:17 ---> dd1d5bbf2a60 17:01:17 Step 5/31 : RUN apk add --update --no-cache make git 17:01:17 ---> Running in 35d55ce0631e 17:01:17 ---> Running in 453e0a0be947 17:01:17 ---> Running in 3c2c85dd0546 17:01:17 Removing intermediate container 5b5fae3c95f9 17:01:17 ---> 5dabe2976bc5 17:01:17 Step 13/23 : EXPOSE $APP_PORT 17:01:17 Removing intermediate container 4e67678bdf04 17:01:17 ---> bfd4f7a4a5fd 17:01:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:18 ---> Running in 3fa2f7993eb9 17:01:18 ---> Running in ef7cd5c78567 17:01:18 Removing intermediate container 35d55ce0631e 17:01:18 ---> 48d0cfc70aed 17:01:18 Step 23/23 : LABEL version=0.0.0 17:01:18 Removing intermediate container 453e0a0be947 17:01:18 ---> 494cca4bafd0 17:01:18 Step 21/22 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:01:18 ---> Running in 137d3b3080ff 17:01:18 ---> Running in 843890b4e41e 17:01:18 Removing intermediate container 3fa2f7993eb9 17:01:18 ---> 02c89bbeaa64 17:01:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:18 Removing intermediate container ef7cd5c78567 17:01:18 ---> 23c35c5e03a4 17:01:18 Step 21/23 : LABEL arch=arm64 17:01:19 ---> Running in 5c5b4ef42d9f 17:01:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:19 ---> Running in 8a97601db79e 17:01:19 Removing intermediate container 137d3b3080ff 17:01:19 ---> e029fa0b0237 17:01:19 17:01:19 Removing intermediate container 843890b4e41e 17:01:19 ---> 5fdac7588853 17:01:19 Step 22/22 : LABEL version=0.0.0 17:01:19 ---> Running in 5c5e4c4a2ce8 17:01:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:19 Removing intermediate container 8a97601db79e 17:01:19 ---> 35fe4cf7a8d2 17:01:19 Step 22/23 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:01:20 Successfully built e029fa0b0237 17:01:20 Successfully tagged docker-core-command-go-arm64:latest 17:01:20 Building docker-sys-mgmt-agent-go 17:01:20  Building docker-core-command-go ... done  ---> Running in 11de9ffef925 17:01:20 Removing intermediate container 5c5e4c4a2ce8 17:01:20 ---> 3fd2eb48a5f4 17:01:20 17:01:20 OK: 217 MiB in 51 packages 17:01:21 Successfully built 3fd2eb48a5f4 17:01:21 Successfully tagged docker-support-notifications-go-arm64:latest 17:01:21  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 17:01:21 Removing intermediate container 11de9ffef925 17:01:21 ---> 4c1c3472cc5f 17:01:21 Step 23/23 : LABEL version=0.0.0 17:01:21 ---> Running in ef7e9a22ac0b 17:01:22 Removing intermediate container ef7e9a22ac0b 17:01:22 ---> 803578e35509 17:01:22 17:01:22 Successfully built 803578e35509 17:01:22 Successfully tagged docker-core-metadata-go-arm64:latest 17:01:22  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 17:01:23 Removing intermediate container 3c2c85dd0546 17:01:23 ---> 1e3274e38c27 17:01:23 Step 6/31 : COPY go.mod . 17:01:23 Removing intermediate container 5c5b4ef42d9f 17:01:23 ---> fa28a19cb441 17:01:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:01:23 ---> Running in bd1d0f3e9a86 17:01:24 ---> ee3098c200a9 17:01:24 Step 7/31 : RUN go mod download 17:01:24 ---> Running in 15eb59beccf7 17:01:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:26 (1/6) Installing dumb-init (1.2.2-r1) 17:01:26 (2/6) Installing libgcc (9.3.0-r2) 17:01:26 (3/6) Installing libsodium (1.0.18-r0) 17:01:26 (4/6) Installing libstdc++ (9.3.0-r2) 17:01:27 (5/6) Installing libzmq (4.3.3-r0) 17:01:27 (6/6) Installing zeromq (4.3.3-r0) 17:01:27 Executing busybox-1.31.1-r19.trigger 17:01:27 OK: 8 MiB in 20 packages 17:01:30 Removing intermediate container 15eb59beccf7 17:01:30 ---> 9e37fe47288e 17:01:30 Step 8/31 : COPY . . 17:01:31 Removing intermediate container bd1d0f3e9a86 17:01:31 ---> 08983f189ed2 17:01:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:34 ---> 08e2daca07f6 17:01:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:01:38 ---> 6031207dd06f 17:01:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:01:40 ---> e3efaaa9ae49 17:01:40 Step 19/23 : ENTRYPOINT ["/core-data"] 17:01:41 ---> Running in 6b784c29914b 17:01:41 Removing intermediate container 6b784c29914b 17:01:41 ---> 725502478587 17:01:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:42 ---> Running in cbebdfc33f1c 17:01:43 Removing intermediate container cbebdfc33f1c 17:01:43 ---> 73ee47a7e136 17:01:43 Step 21/23 : LABEL arch=arm64 17:01:43 ---> Running in 8278d0cdf5b5 17:01:43 ---> 894ce9c3ed7d 17:01:43 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:01:44 ---> Running in 2a03374dce59 17:01:44 Removing intermediate container 8278d0cdf5b5 17:01:44 ---> 90b9c06bf1af 17:01:44 Step 22/23 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:01:45 ---> Running in af38a168370f 17:01:46 Removing intermediate container af38a168370f 17:01:46 ---> b6f884f65cba 17:01:46 Step 23/23 : LABEL version=0.0.0 17:01:46 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 17:01:47 ---> Running in 9ce59629eef4 17:01:48 Removing intermediate container 9ce59629eef4 17:01:48 ---> 7e1c9609c094 17:01:48 17:01:49 Successfully built 7e1c9609c094 17:01:49 Successfully tagged docker-core-data-go-arm64:latest 17:02:04  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:02:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:02:04 ---> d64149a95b73 17:02:04 Step 3/26 : WORKDIR /edgex-go 17:02:04 ---> Using cache 17:02:04 ---> 9fd804537cb8 17:02:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:04 ---> Using cache 17:02:04 ---> dd1d5bbf2a60 17:02:04 Step 5/26 : RUN apk add --update --no-cache make bash git 17:02:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:02:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:02:04 ---> d64149a95b73 17:02:04 Step 3/22 : WORKDIR /edgex-go 17:02:04 ---> Using cache 17:02:04 ---> 9fd804537cb8 17:02:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:04 ---> Using cache 17:02:04 ---> dd1d5bbf2a60 17:02:04 Step 5/22 : RUN apk add --update --no-cache make git 17:02:04 ---> Using cache 17:02:04 ---> 1e3274e38c27 17:02:04 Step 6/22 : COPY go.mod . 17:02:04 ---> Using cache 17:02:04 ---> ee3098c200a9 17:02:04 Step 7/22 : RUN go mod download 17:02:04 ---> Using cache 17:02:04 ---> 9e37fe47288e 17:02:04 Step 8/22 : COPY . . 17:02:04 ---> Using cache 17:02:04 ---> 894ce9c3ed7d 17:02:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:02:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:02:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:02:05 ---> d64149a95b73 17:02:05 Step 3/21 : WORKDIR /edgex-go 17:02:05 ---> Using cache 17:02:05 ---> 9fd804537cb8 17:02:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:05 ---> Using cache 17:02:05 ---> dd1d5bbf2a60 17:02:05 Step 5/21 : RUN apk add --update --no-cache make git 17:02:05 ---> Using cache 17:02:05 ---> 1e3274e38c27 17:02:05 Step 6/21 : COPY go.mod . 17:02:05 ---> Using cache 17:02:05 ---> ee3098c200a9 17:02:05 Step 7/21 : RUN go mod download 17:02:05 ---> Using cache 17:02:05 ---> 9e37fe47288e 17:02:05 Step 8/21 : COPY . . 17:02:05 ---> Using cache 17:02:05 ---> 894ce9c3ed7d 17:02:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:02:08 ---> Running in 218df79fd720 17:02:08 ---> Running in 1cf69bec7ee3 17:02:08 ---> Running in 26fbe5b399d1 17:02:10 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 17:02:10 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 17:02:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:12 OK: 217 MiB in 51 packages 17:02:14 Removing intermediate container 218df79fd720 17:02:14 ---> 59c78bd928e3 17:02:14 Step 6/26 : COPY go.mod . 17:02:15 ---> 61f3c9f4ee58 17:02:15 Step 7/26 : RUN go mod download 17:02:15 ---> Running in 41d60c3ee644 17:02:20 Removing intermediate container 41d60c3ee644 17:02:20 ---> b539cb4891ab 17:02:20 Step 8/26 : COPY . . 17:02:47 ---> c75b5492186c 17:02:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:02:47 ---> Running in 3f2633e11427 17:02:47 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 17:03:06 Removing intermediate container 2a03374dce59 17:03:06 ---> 29ab5602658c 17:03:06 17:03:06 Step 10/31 : FROM alpine:3.12 17:03:06 ---> d10569e2745f 17:03:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:03:06 ---> Running in 96d93a4eea5c 17:03:06 Removing intermediate container 96d93a4eea5c 17:03:06 ---> e7980d696580 17:03:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:03:06 ---> Running in 81146bcad4e0 17:03:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:07 (1/2) Installing dumb-init (1.2.2-r1) 17:03:07 (2/2) Installing su-exec (0.2-r1) 17:03:07 Executing busybox-1.31.1-r19.trigger 17:03:07 OK: 5 MiB in 16 packages 17:03:09 Removing intermediate container 81146bcad4e0 17:03:09 ---> 7bdca4b13a83 17:03:09 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:03:09 ---> Running in 0f9bd096a979 17:03:10 Removing intermediate container 0f9bd096a979 17:03:10 ---> 0660f993d344 17:03:10 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:03:10 ---> Running in 9f3a20b6011c 17:03:11 Removing intermediate container 9f3a20b6011c 17:03:11 ---> 83f13e469fbd 17:03:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:03:11 ---> Running in d3699c26191b 17:03:15 Removing intermediate container d3699c26191b 17:03:15 ---> b25206767440 17:03:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:03:15 ---> Running in f98ea99eaa54 17:03:15 Removing intermediate container f98ea99eaa54 17:03:15 ---> 7ffc599e6f32 17:03:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:03:17 ---> e04c1cc5fcf1 17:03:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:03:17 ---> Running in 7c6112ba31e0 17:03:21 Removing intermediate container 7c6112ba31e0 17:03:21 ---> 59027b801742 17:03:21 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:22 ---> 24f7ee873473 17:03:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:03:24 ---> 128f3d001e36 17:03:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:03:25 ---> 0a30b24538c6 17:03:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:03:27 ---> c55451e41bdb 17:03:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:03:28 ---> 889ff20435a4 17:03:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:03:28 ---> Running in a4c6555e7be6 17:03:29 Removing intermediate container a4c6555e7be6 17:03:29 ---> 4d34e0ce3f0c 17:03:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:03:30 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 17:03:30 ---> 67060fc363ee 17:03:30 Step 26/31 : RUN chmod +x /entrypoint.sh 17:03:31 ---> Running in d83e7b571252 17:03:35 Removing intermediate container d83e7b571252 17:03:35 ---> 0080104854ad 17:03:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:03:35 ---> Running in 4de3366e9930 17:03:36 Removing intermediate container 4de3366e9930 17:03:36 ---> cd5a4bfa93d5 17:03:36 Step 28/31 : CMD ["gate"] 17:03:36 ---> Running in 002ff8bb2824 17:03:37 Removing intermediate container 002ff8bb2824 17:03:37 ---> 20c4d0d7a124 17:03:37 Step 29/31 : LABEL arch=arm64 17:03:37 ---> Running in 4a5088cca7fd 17:03:38 Removing intermediate container 4a5088cca7fd 17:03:38 ---> 787cca803bde 17:03:38 Step 30/31 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:03:39 ---> Running in 4cd13bb74dee 17:03:40 Removing intermediate container 4cd13bb74dee 17:03:40 ---> 48e92cc16fc5 17:03:40 Step 31/31 : LABEL version=0.0.0 17:03:40 ---> Running in 43366eb8bb2b 17:03:41 Removing intermediate container 43366eb8bb2b 17:03:41 ---> 405d1c4f5329 17:03:41 17:03:41 Successfully built 405d1c4f5329 17:03:41 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:03:47  Building docker-security-bootstrapper-go ... done Removing intermediate container 1cf69bec7ee3 17:03:47 ---> c18e808c1911 17:03:47 17:03:47 Step 10/21 : FROM alpine:3.12 17:03:47 ---> d10569e2745f 17:03:47 Step 11/21 : RUN apk add --update --no-cache curl 17:03:47 ---> Running in c6ef01d4922b 17:03:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:50 (1/4) Installing ca-certificates (20191127-r4) 17:03:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:03:50 (3/4) Installing libcurl (7.69.1-r3) 17:03:50 (4/4) Installing curl (7.69.1-r3) 17:03:50 Executing busybox-1.31.1-r19.trigger 17:03:50 Executing ca-certificates-20191127-r4.trigger 17:03:50 OK: 7 MiB in 18 packages 17:03:53 Removing intermediate container c6ef01d4922b 17:03:53 ---> 061d91959acc 17:03:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:03:54 ---> Running in 62b3c656e7bd 17:03:54 Removing intermediate container 62b3c656e7bd 17:03:54 ---> 1adfb3dc189e 17:03:54 Step 13/21 : WORKDIR /edgex 17:03:55 Removing intermediate container 26fbe5b399d1 17:03:55 ---> 3a6edac471ce 17:03:55 17:03:55 Step 10/22 : FROM alpine:3.12 17:03:55 ---> d10569e2745f 17:03:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:03:55 ---> Using cache 17:03:55 ---> e4e0411c9bc6 17:03:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:03:55 ---> Using cache 17:03:55 ---> fcec9ea100b0 17:03:55 Step 13/22 : ENV APP_PORT=48085 ---> Running in d6c61bc64c30 17:03:55 17:03:55 ---> Running in 4c2087250d62 17:03:55 Removing intermediate container d6c61bc64c30 17:03:55 ---> 9941813bb9b2 17:03:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:03:55 Removing intermediate container 4c2087250d62 17:03:55 ---> 465958c0b173 17:03:55 Step 14/22 : EXPOSE $APP_PORT 17:03:55 ---> Running in 74f7dfd17f7a 17:03:56 Removing intermediate container 74f7dfd17f7a 17:03:56 ---> b2ace4b51075 17:03:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:03:56 ---> f2fc8d008e99 17:03:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:03:57 ---> 120d582ee705 17:03:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:03:58 ---> 1966e29d64b8 17:03:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:04:00 ---> 0e4ba4076ed4 17:04:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:04:00 ---> 5026eb0491b2 17:04:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:04:00 ---> Running in fa485da62328 17:04:00 Removing intermediate container 3f2633e11427 17:04:00 ---> a8e2305f67c3 17:04:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:04:00 ---> Running in 61efc1fcb99f 17:04:00 ---> 849806145083 17:04:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:04:00 Removing intermediate container fa485da62328 17:04:00 ---> 65b061114dbf 17:04:00 Step 18/21 : CMD ["--init=true"] 17:04:00 ---> Running in 4969091cb01c 17:04:00 ---> Running in 0e7a100484e2 17:04:01 Removing intermediate container 4969091cb01c 17:04:01 ---> 0479e81b8b36 17:04:01 Step 19/21 : LABEL arch=arm64 17:04:01 Removing intermediate container 0e7a100484e2 17:04:01 ---> 12c263da34c2 17:04:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:04:01 ---> Running in fdc68a89d3d0 17:04:01 ---> Running in 4985485750d9 17:04:01 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 17:04:02 Removing intermediate container 4985485750d9 17:04:02 ---> d6dda23b7310 17:04:02 Step 20/21 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:04:02 Removing intermediate container fdc68a89d3d0 17:04:02 ---> 91394aa62561 17:04:02 Step 20/22 : LABEL arch=arm64 17:04:02 ---> Running in d124bb6b6c6c 17:04:02 ---> Running in 2ab707652111 17:04:03 Removing intermediate container d124bb6b6c6c 17:04:03 ---> b76aa0fd1b22 17:04:03 Step 21/21 : LABEL version=0.0.0 17:04:03 Removing intermediate container 2ab707652111 17:04:03 ---> d0dba052a2bd 17:04:03 Step 21/22 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:04:03 ---> Running in e5921f5faf4b 17:04:03 ---> Running in e59f4bea2964 17:04:03 Removing intermediate container e5921f5faf4b 17:04:03 ---> b3533f1ee8b5 17:04:03 17:04:04 Removing intermediate container e59f4bea2964 17:04:04 ---> bf91c132446e 17:04:04 Step 22/22 : LABEL version=0.0.0 17:04:04 Successfully built b3533f1ee8b5 17:04:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:04:04  Building docker-security-proxy-setup-go ... done  ---> Running in f54a5f8416cb 17:04:04 Removing intermediate container f54a5f8416cb 17:04:04 ---> 1768eeb60ba0 17:04:04 17:04:04 Removing intermediate container 61efc1fcb99f 17:04:04 ---> 1b2dcdf03341 17:04:04 17:04:04 Step 11/26 : FROM docker:20.10.0 17:04:05 20.10.0: Pulling from library/docker 17:04:05 Successfully built 1768eeb60ba0 17:04:05 Successfully tagged docker-support-scheduler-go-arm64:latest 17:04:12  Building docker-support-scheduler-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:04:12 Status: Downloaded newer image for docker:20.10.0 17:04:12 ---> eeaf43b92773 17:04:12 Step 12/26 : RUN apk add --no-cache bash 17:04:13 ---> Running in b8fa2b72ee8e 17:04:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:15 (1/2) Installing readline (8.0.4-r0) 17:04:15 (2/2) Installing bash (5.0.17-r0) 17:04:15 Executing bash-5.0.17-r0.post-install 17:04:15 Executing busybox-1.31.1-r19.trigger 17:04:15 OK: 12 MiB in 22 packages 17:04:16 Removing intermediate container b8fa2b72ee8e 17:04:16 ---> c7397d83b0e3 17:04:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:04:16 ---> Running in e22fff26206a 17:04:17 Removing intermediate container e22fff26206a 17:04:17 ---> a162684e21ba 17:04:17 Step 14/26 : ENV APP_PORT=48090 17:04:17 ---> Running in 25e6fb12183c 17:04:18 Removing intermediate container 25e6fb12183c 17:04:18 ---> 94908b5afc7b 17:04:18 Step 15/26 : EXPOSE $APP_PORT 17:04:18 ---> Running in 373f5a2cfb6b 17:04:18 Removing intermediate container 373f5a2cfb6b 17:04:18 ---> 52da6b7ece2f 17:04:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:04:19 ---> 217d3cae3284 17:04:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:04:20 ---> cd732a98f196 17:04:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:04:21 ---> 9e8a6939a116 17:04:21 Step 19/26 : RUN apk --no-cache add py3-pip 17:04:21 ---> Running in 124b516e0e05 17:04:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:23 (1/33) Installing libbz2 (1.0.8-r1) 17:04:23 (2/33) Installing expat (2.2.9-r1) 17:04:23 (3/33) Installing libffi (3.3-r2) 17:04:23 (4/33) Installing gdbm (1.13-r1) 17:04:23 (5/33) Installing xz-libs (5.2.5-r0) 17:04:23 (6/33) Installing sqlite-libs (3.32.1-r0) 17:04:23 (7/33) Installing python3 (3.8.5-r1) 17:04:25 (8/33) Installing py3-appdirs (1.4.4-r1) 17:04:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:04:25 (10/33) Installing py3-parsing (2.4.7-r0) 17:04:25 (11/33) Installing py3-six (1.15.0-r0) 17:04:25 (12/33) Installing py3-packaging (20.4-r0) 17:04:25 (13/33) Installing py3-setuptools (47.0.0-r0) 17:04:25 (14/33) Installing py3-chardet (3.0.4-r4) 17:04:25 (15/33) Installing py3-idna (2.9-r0) 17:04:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:04:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:04:25 (18/33) Installing py3-requests (2.23.0-r0) 17:04:25 (19/33) Installing py3-msgpack (1.0.0-r0) 17:04:25 (20/33) Installing py3-lockfile (0.12.2-r3) 17:04:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:04:25 (22/33) Installing py3-colorama (0.4.3-r0) 17:04:25 (23/33) Installing py3-distlib (0.3.0-r0) 17:04:25 (24/33) Installing py3-distro (1.5.0-r1) 17:04:25 (25/33) Installing py3-webencodings (0.5.1-r3) 17:04:25 (26/33) Installing py3-html5lib (1.0.1-r4) 17:04:25 (27/33) Installing py3-pytoml (0.1.21-r0) 17:04:25 (28/33) Installing py3-pep517 (0.8.2-r0) 17:04:25 (29/33) Installing py3-progress (1.5-r0) 17:04:25 (30/33) Installing py3-toml (0.10.1-r0) 17:04:25 (31/33) Installing py3-retrying (1.3.3-r0) 17:04:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:04:25 (33/33) Installing py3-pip (20.1.1-r0) 17:04:25 Executing busybox-1.31.1-r19.trigger 17:04:25 OK: 71 MiB in 55 packages 17:04:32 Removing intermediate container 124b516e0e05 17:04:32 ---> 44b5c9a40770 17:04:32 Step 20/26 : RUN pip install docker-compose==1.23.2 17:04:32 ---> Running in 174d60692565 17:04:36 Collecting docker-compose==1.23.2 17:04:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:04:37 Collecting websocket-client<1.0,>=0.32.0 17:04:38 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:04:38 Collecting cached-property<2,>=1.2.0 17:04:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:04:38 Collecting docopt<0.7,>=0.6.1 17:04:38 Downloading docopt-0.6.2.tar.gz (25 kB) 17:04:41 Collecting PyYAML<4,>=3.10 17:04:41 Downloading PyYAML-3.13.tar.gz (270 kB) 17:04:44 Collecting docker<4.0,>=3.6.0 17:04:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:04:45 Collecting dockerpty<0.5,>=0.4.1 17:04:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:04:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:04:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:04:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:04:48 Collecting jsonschema<3,>=2.5.1 17:04:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:04:48 Collecting texttable<0.10,>=0.9.0 17:04:48 Downloading texttable-0.9.1.tar.gz (11 kB) 17:04:50 Collecting docker-pycreds>=0.4.0 17:04:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:04:50 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:04:51 Collecting urllib3<1.25,>=1.21.1 17:04:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:04:51 Collecting idna<2.8,>=2.5 17:04:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:04:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:04:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:04:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:04:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:04:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:04:52 Installing collected packages: websocket-client, cached-property, docopt, PyYAML, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, texttable, docker-compose 17:04:53 Running setup.py install for docopt: started 17:04:55 Running setup.py install for docopt: finished with status 'done' 17:04:55 Running setup.py install for PyYAML: started 17:04:57 Running setup.py install for PyYAML: finished with status 'done' 17:04:57 Attempting uninstall: urllib3 17:04:57 Found existing installation: urllib3 1.25.9 17:04:57 Uninstalling urllib3-1.25.9: 17:04:57 Successfully uninstalled urllib3-1.25.9 17:04:58 Attempting uninstall: idna 17:04:58 Found existing installation: idna 2.9 17:04:58 Uninstalling idna-2.9: 17:04:58 Successfully uninstalled idna-2.9 17:04:58 Attempting uninstall: requests 17:04:58 Found existing installation: requests 2.23.0 17:04:58 Uninstalling requests-2.23.0: 17:04:59 Successfully uninstalled requests-2.23.0 17:05:00 Running setup.py install for dockerpty: started 17:05:02 Running setup.py install for dockerpty: finished with status 'done' 17:05:02 Running setup.py install for texttable: started 17:05:05 Running setup.py install for texttable: finished with status 'done' 17:05:05 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 17:05:09 Removing intermediate container 174d60692565 17:05:09 ---> 67fbec709b31 17:05:09 Step 21/26 : RUN apk --no-cache add curl 17:05:09 ---> Running in 87362bd6134d 17:05:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:05:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:05:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:05:11 (2/3) Installing libcurl (7.69.1-r3) 17:05:11 (3/3) Installing curl (7.69.1-r3) 17:05:11 Executing busybox-1.31.1-r19.trigger 17:05:11 OK: 71 MiB in 58 packages 17:05:12 Removing intermediate container 87362bd6134d 17:05:12 ---> 3ab60e8f1b7a 17:05:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:05:12 ---> Running in f2c521bed683 17:05:13 Removing intermediate container f2c521bed683 17:05:13 ---> ce94498cc1a0 17:05:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:05:13 ---> Running in d618c694bc15 17:05:13 Removing intermediate container d618c694bc15 17:05:13 ---> 9331bcfd354e 17:05:13 Step 24/26 : LABEL arch=arm64 17:05:13 ---> Running in 6e7b2a196deb 17:05:14 Removing intermediate container 6e7b2a196deb 17:05:14 ---> 554739bdb6f9 17:05:14 Step 25/26 : LABEL git_sha=5b5b09b08de191c939747e2b2181a058facfeae3 17:05:14 ---> Running in 8d9ccddbecd2 17:05:14 Removing intermediate container 8d9ccddbecd2 17:05:14 ---> 97dc96ee50dd 17:05:14 Step 26/26 : LABEL version=0.0.0 17:05:14 ---> Running in ee4ed0f9e426 17:05:15 Removing intermediate container ee4ed0f9e426 17:05:15 ---> 9a1839cb2bf6 17:05:15 17:05:15 Successfully built 9a1839cb2bf6 17:05:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:05:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:05:16 $ docker stop --time=1 21442b16a82978080426873cbe3957e3bed8819089ce0bd6f7a9f2c7d7c5ac92 17:05:17 $ docker rm -f 21442b16a82978080426873cbe3957e3bed8819089ce0bd6f7a9f2c7d7c5ac92 [Pipeline] // withDockerContainer [Pipeline] sh 17:05:18 + docker images 17:05:18 + grep docker 17:05:18 docker-sys-mgmt-agent-go-arm64 latest 9a1839cb2bf6 3 seconds ago 300MB 17:05:18 docker-support-scheduler-go-arm64 latest 1768eeb60ba0 About a minute ago 16.3MB 17:05:18 docker-security-proxy-setup-go-arm64 latest b3533f1ee8b5 About a minute ago 23.4MB 17:05:18 docker-security-bootstrapper-go-arm64 latest 405d1c4f5329 About a minute ago 17.8MB 17:05:18 docker-core-data-go-arm64 latest 7e1c9609c094 3 minutes ago 21.3MB 17:05:18 docker-core-metadata-go-arm64 latest 803578e35509 3 minutes ago 17.9MB 17:05:18 docker-support-notifications-go-arm64 latest 3fd2eb48a5f4 3 minutes ago 16.9MB 17:05:18 docker-core-command-go-arm64 latest e029fa0b0237 4 minutes ago 16.2MB 17:05:18 docker-security-secretstore-setup-go-arm64 latest c892343acf21 4 minutes ago 23.7MB 17:05:18 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:05:19 ---> job-cost.sh 17:05:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KAWv 17:06:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:07:43 lf-activate-venv(): INFO: Adding /tmp/venv-KAWv/bin to PATH 17:07:43 INFO: No Stack... 17:07:43 INFO: Retrieving Pricing Info for: lf-standard-4 17:07:43 INFO: Archiving Costs [Pipeline] sh 17:07:43 + cut -d, -f6 17:07:43 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 17:07:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3240-3-stack-cost] 17:07:43 Resource [jenkins-edgexfoundry-edgex-go-PR-3240-3-stack-cost] did not exist. Created. 17:07:43 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3240-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:07:44 + echo total: 0.20999999344348907 [Pipeline] stash 17:07:44 Stashed 1 file(s) [Pipeline] } 17:07:44 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3240-3-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 17:07:45 provisioning config files... 17:07:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config9018830809816605418tmp [Pipeline] { [Pipeline] sh 17:07:46 + set +x 17:07:46 + curl -s https://codecov.io/bash 17:07:46 + bash -s -- 17:07:46 17:07:46 _____ _ 17:07:46 / ____| | | 17:07:46 | | ___ __| | ___ ___ _____ __ 17:07:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:07:46 | |___| (_) | (_| | __/ (_| (_) \ V / 17:07:46 \_____\___/ \__,_|\___|\___\___/ \_/ 17:07:46 Bash-20210309-2b87ace 17:07:46 17:07:46 17:07:46 ==> git version 2.24.3 found 17:07:46 ==> 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 17:07:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:07:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:07:46 ==> Jenkins CI detected. 17:07:46 project root: . 17:07:46 --> token set from env 17:07:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:07:46 ==> Running gcov in . (disable via -X gcov) 17:07:46 ==> Python coveragepy not found 17:07:46 ==> Searching for coverage reports in: 17:07:46 + . 17:07:46 -> Found 1 reports 17:07:46 ==> Detecting git/mercurial file structure 17:07:46 ==> Reading reports 17:07:46 + ./coverage.out bytes=625548 17:07:46 ==> Appending adjustments 17:07:46 https://docs.codecov.io/docs/fixing-reports 17:07:50 + Found adjustments 17:07:50 ==> Gzipping contents 17:07:50 92K /tmp/codecov.PdEWLf.gz 17:07:50 ==> Uploading reports 17:07:50 url: https://codecov.io 17:07:50 query: branch=PR-3240&commit=5b5b09b08de191c939747e2b2181a058facfeae3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3240%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3240&job=&cmd_args= 17:07:50 -> Pinging Codecov 17:07:50 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3240&commit=5b5b09b08de191c939747e2b2181a058facfeae3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3240%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3240&job=&cmd_args= 17:07:50 -> Uploading to 17:07:50 https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/5b5b09b08de191c939747e2b2181a058facfeae3/8fed2e73-4c18-4b0b-872e-e7e61497f9e9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T170750Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8534e631cf6981a36518150bbf3c96e92a3b2714d528a9c9d7771556bb7a88a 17:07:50 % Total % Received % Xferd Average Speed Time Time Time Current 17:07:50 Dload Upload Total Spent Left Speed 17:07:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92436 0 0 100 92436 0 146k --:--:-- --:--:-- --:--:-- 147k 17:07:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5b5b09b08de191c939747e2b2181a058facfeae3 [Pipeline] } 17:07:51 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 17:07:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:07:54 ---> package-listing.sh 17:07:54 ++ facter osfamily 17:07:54 ++ tr '[:upper:]' '[:lower:]' 17:07:54 + OS_FAMILY=redhat 17:07:54 + workspace=/w/workspace/edgex-go/3 17:07:54 + START_PACKAGES=/tmp/packages_start.txt 17:07:54 + END_PACKAGES=/tmp/packages_end.txt 17:07:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:07:54 + PACKAGES=/tmp/packages_start.txt 17:07:54 + '[' /w/workspace/edgex-go/3 ']' 17:07:54 + PACKAGES=/tmp/packages_end.txt 17:07:54 + case "${OS_FAMILY}" in 17:07:54 + rpm -qa 17:07:54 + sort 17:07:59 + '[' -f /tmp/packages_start.txt ']' 17:07:59 + '[' -f /tmp/packages_end.txt ']' 17:07:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:07:59 + '[' /w/workspace/edgex-go/3 ']' 17:07:59 + mkdir -p /w/workspace/edgex-go/3/archives/ 17:07:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 17:07:59 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:08:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:08:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:08:00 17:08:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:08:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:08:00 alpine: Pulling from edgex-lftools-log-publisher 17:08:00 df20fa9351a1: Pulling fs layer 17:08:00 36b3adc4ff6f: Pulling fs layer 17:08:00 8ad3a11d3b57: Pulling fs layer 17:08:00 46f8f816bc3b: Pulling fs layer 17:08:00 93b61091891f: Pulling fs layer 17:08:00 93b9cdb0e59b: Pulling fs layer 17:08:00 5e14af77c1be: Pulling fs layer 17:08:00 01666e4c0597: Pulling fs layer 17:08:00 aa168da1d23b: Pulling fs layer 17:08:00 5e14af77c1be: Waiting 17:08:00 46f8f816bc3b: Waiting 17:08:00 93b61091891f: Waiting 17:08:00 01666e4c0597: Waiting 17:08:00 aa168da1d23b: Waiting 17:08:00 93b9cdb0e59b: Waiting 17:08:00 36b3adc4ff6f: Download complete 17:08:00 46f8f816bc3b: Verifying Checksum 17:08:00 46f8f816bc3b: Download complete 17:08:00 df20fa9351a1: Verifying Checksum 17:08:00 df20fa9351a1: Download complete 17:08:01 93b9cdb0e59b: Verifying Checksum 17:08:01 93b9cdb0e59b: Download complete 17:08:01 93b61091891f: Download complete 17:08:01 5e14af77c1be: Download complete 17:08:01 01666e4c0597: Verifying Checksum 17:08:01 01666e4c0597: Download complete 17:08:01 8ad3a11d3b57: Verifying Checksum 17:08:01 8ad3a11d3b57: Download complete 17:08:01 df20fa9351a1: Pull complete 17:08:01 36b3adc4ff6f: Pull complete 17:08:03 aa168da1d23b: Verifying Checksum 17:08:03 aa168da1d23b: Download complete 17:08:04 8ad3a11d3b57: Pull complete 17:08:04 46f8f816bc3b: Pull complete 17:08:04 93b61091891f: Pull complete 17:08:04 93b9cdb0e59b: Pull complete 17:08:04 5e14af77c1be: Pull complete 17:08:04 01666e4c0597: Pull complete 17:08:15 aa168da1d23b: Pull complete 17:08:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:08:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:08:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:08:15 prd-centos7-docker-4c-2g-29156 does not seem to be running inside a container 17:08:15 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:08:19 $ docker top 796db8df7ddb7b243f188c02a4e98f6c1ed851b7b141657f590cf4310c739c59 -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:19 + touch /tmp/pre-build-complete [Pipeline] sh 17:08:19 + mkdir -p /var/log/sa [Pipeline] sh 17:08:20 + ls /var/log/sa-host 17:08:20 + sadf -c /var/log/sa-host/sa09 17:08:20 file_magic: OK 17:08:20 HZ: Using current value: 100 17:08:20 file_header: OK 17:08:20 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 17:08:20 Statistics: 17:08:20 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...Hnuu...uuuununununu... 17:08:20 File successfully converted to sysstat format version 12.2.1 17:08:20 + sadf -c /var/log/sa-host/sa23 17:08:20 file_magic: OK 17:08:20 HZ: Using current value: 100 17:08:20 file_header: OK 17:08:20 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 17:08:20 Statistics: 17:08:20 Hnuu...uuuununununu... 17:08:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:08:20 provisioning config files... 17:08:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6603980697006507637tmp [Pipeline] { [Pipeline] echo 17:08:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:08:20 ---> create-netrc.sh [Pipeline] } 17:08:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:08:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:08:21 ---> python-tools-install.sh [Pipeline] echo 17:08:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:08:21 ---> sudo-logs.sh 17:08:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:08:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:08:22 ---> job-cost.sh 17:08:22 lf-activate-venv: SKIPPING 17:08:22 DEBUG: total: 0.20999999344348907 17:08:22 INFO: Retrieving Stack Cost... 17:08:22 INFO: Retrieving Pricing Info for: v1-standard-2 17:08:23 INFO: Archiving Costs [Pipeline] echo 17:08:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:08:23 ---> logs-deploy.sh 17:08:23 lf-activate-venv: SKIPPING 17:08:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3240/3 17:08:23 INFO: archiving workspace using pattern(s): 17:08:25 Archives upload complete. 17:08:25 INFO: archiving logs to Nexus 17:08:26 ---> uname -a: 17:08:26 Linux prd-centos7-docker-4c-2g-29156.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:08:26 17:08:26 17:08:26 ---> lscpu: 17:08:26 Architecture: x86_64 17:08:26 CPU op-mode(s): 32-bit, 64-bit 17:08:26 Byte Order: Little Endian 17:08:26 Address sizes: 40 bits physical, 48 bits virtual 17:08:26 CPU(s): 4 17:08:26 On-line CPU(s) list: 0-3 17:08:26 Thread(s) per core: 1 17:08:26 Core(s) per socket: 1 17:08:26 Socket(s): 4 17:08:26 NUMA node(s): 1 17:08:26 Vendor ID: GenuineIntel 17:08:26 CPU family: 6 17:08:26 Model: 44 17:08:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:08:26 Stepping: 1 17:08:26 CPU MHz: 2933.438 17:08:26 BogoMIPS: 5866.87 17:08:26 Virtualization: VT-x 17:08:26 Hypervisor vendor: KVM 17:08:26 Virtualization type: full 17:08:26 L1d cache: 128 KiB 17:08:26 L1i cache: 128 KiB 17:08:26 L2 cache: 16 MiB 17:08:26 L3 cache: 64 MiB 17:08:26 NUMA node0 CPU(s): 0-3 17:08:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:08:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:08:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:08:26 Vulnerability Meltdown: Mitigation; PTI 17:08:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:08:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:08:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:08:26 Vulnerability Srbds: Not affected 17:08:26 Vulnerability Tsx async abort: Not affected 17:08:26 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 17:08:26 17:08:26 17:08:26 ---> nproc: 17:08:26 4 17:08:26 17:08:26 17:08:26 ---> df -h: 17:08:26 Filesystem Size Used Available Use% Mounted on 17:08:26 overlay 50.0G 11.7G 38.2G 23% / 17:08:26 tmpfs 64.0M 0 64.0M 0% /dev 17:08:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:08:26 shm 64.0M 0 64.0M 0% /dev/shm 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3@tmp 17:08:26 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3 17:08:26 17:08:26 17:08:26 ---> free -m: 17:08:26 total used free shared buff/cache available 17:08:26 Mem: 1837 717 132 0 987 1033 17:08:26 Swap: 1023 35 988 17:08:26 17:08:26 17:08:26 ---> ip addr: 17:08:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:08:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:08:26 inet 127.0.0.1/8 scope host lo 17:08:26 valid_lft forever preferred_lft forever 17:08:26 inet6 ::1/128 scope host 17:08:26 valid_lft forever preferred_lft forever 17:08:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:08:26 link/ether fa:16:3e:44:eb:da brd ff:ff:ff:ff:ff:ff 17:08:26 inet 10.30.122.182/23 brd 10.30.123.255 scope global dynamic eth0 17:08:26 valid_lft 84829sec preferred_lft 84829sec 17:08:26 inet6 fe80::f816:3eff:fe44:ebda/64 scope link 17:08:26 valid_lft forever preferred_lft forever 17:08:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:08:26 link/ether 02:42:0c:98:c3:33 brd ff:ff:ff:ff:ff:ff 17:08:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:08:26 valid_lft forever preferred_lft forever 17:08:26 inet6 fe80::42:cff:fe98:c333/64 scope link 17:08:26 valid_lft forever preferred_lft forever 17:08:26 17:08:26 17:08:26 ---> sar -b -r -n DEV: 17:08:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 17:08:26 17:08:26 16:42:02 LINUX RESTART (4 CPU) 17:08:26 17:08:26 16:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:08:26 16:44:01 222.97 104.04 118.93 0.00 8410.69 47194.91 0.00 17:08:26 16:45:01 214.15 77.87 136.28 0.00 3689.19 17975.05 0.00 17:08:26 16:46:02 106.99 27.79 79.20 0.00 1109.37 10154.78 0.00 17:08:26 16:47:01 146.26 71.08 75.18 0.00 3176.35 6661.63 0.00 17:08:26 16:48:01 238.55 86.56 151.98 0.00 22183.67 94311.27 0.00 17:08:26 16:49:02 2034.18 1715.60 318.59 0.00 165142.22 173782.73 0.00 17:08:26 16:50:01 1110.41 956.70 153.70 0.00 55147.86 60931.90 0.00 17:08:26 16:51:02 981.52 621.85 359.67 0.00 73176.01 117590.55 0.00 17:08:26 16:52:02 1466.13 1172.34 293.80 0.00 79659.20 82781.76 0.00 17:08:26 16:53:01 192.07 34.41 157.66 0.00 4459.48 17328.20 0.00 17:08:26 16:54:01 1.35 0.03 1.32 0.00 0.80 19.35 0.00 17:08:26 16:55:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 17:08:26 16:56:01 0.32 0.02 0.30 0.00 0.53 3.30 0.00 17:08:26 16:57:01 0.57 0.30 0.27 0.00 10.52 2.96 0.00 17:08:26 16:58:01 2.13 1.30 0.83 0.00 43.42 16.10 0.00 17:08:26 16:59:01 0.28 0.02 0.27 0.00 0.53 3.01 0.00 17:08:26 17:00:01 0.28 0.00 0.28 0.00 0.00 3.28 0.00 17:08:26 17:01:01 0.28 0.08 0.20 0.00 1.73 2.73 0.00 17:08:26 17:02:01 0.70 0.35 0.35 0.00 22.63 5.41 0.00 17:08:26 17:03:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 17:08:26 17:04:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 17:08:26 17:05:01 0.42 0.15 0.27 0.00 30.11 3.58 0.00 17:08:26 17:06:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 17:08:26 17:07:02 0.18 0.00 0.18 0.00 0.00 1.40 0.00 17:08:26 17:08:01 63.71 63.44 0.27 0.00 5419.91 23.07 0.00 17:08:26 Average: 271.99 197.83 74.16 0.00 16955.92 25273.97 0.00 17:08:26 17:08:26 16:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:08:26 16:44:01 135764 0 710440 37.76 2040 1033300 1465828 50.03 573736 933328 8848 17:08:26 16:45:01 84516 0 824796 43.84 1492 970740 1646552 56.19 660604 857780 86852 17:08:26 16:46:02 236816 0 779524 41.43 776 864428 1767544 60.32 652484 710228 60952 17:08:26 16:47:01 212752 0 820696 43.62 684 847412 1790764 61.12 663340 710608 51236 17:08:26 16:48:01 75764 0 833148 44.28 152 972480 2267108 77.37 758292 817708 61584 17:08:26 16:49:02 71108 0 848788 45.11 92 961556 2381328 81.27 647204 926096 16560 17:08:26 16:50:01 467572 0 867108 46.08 92 546772 2946288 100.55 538180 598528 63080 17:08:26 16:51:02 69916 0 752096 39.97 92 1059440 2102916 71.77 669080 910104 20316 17:08:26 16:52:02 415800 0 784576 41.70 92 681076 2354996 80.37 550016 662032 2652 17:08:26 16:53:01 431228 0 643176 34.18 92 807048 1217516 41.55 494792 716968 20 17:08:26 16:54:01 435512 0 638896 33.96 92 807044 1186472 40.49 492084 716344 20 17:08:26 16:55:01 436092 0 638296 33.92 92 807064 1182312 40.35 491704 716328 12 17:08:26 16:56:01 436264 0 638132 33.92 92 807056 1182324 40.35 491936 716328 12 17:08:26 16:57:01 436184 0 637456 33.88 92 807812 1182804 40.37 491828 716840 12 17:08:26 16:58:01 435108 0 638440 33.93 92 807904 1182276 40.35 491852 716860 8 17:08:26 16:59:01 435532 0 638024 33.91 92 807896 1182216 40.35 491656 716860 12 17:08:26 17:00:01 435216 0 638320 33.93 92 807916 1182336 40.35 492000 716876 16 17:08:26 17:01:01 434320 0 639212 33.97 92 807920 1184556 40.43 492532 716884 12 17:08:26 17:02:01 433844 0 639016 33.96 92 808592 1182820 40.37 492368 717432 8 17:08:26 17:03:01 434056 0 638784 33.95 92 808612 1182796 40.37 492368 717448 8 17:08:26 17:04:01 434016 0 638816 33.95 92 808620 1182844 40.37 492608 717448 12 17:08:26 17:05:01 432788 0 639132 33.97 92 809532 1182868 40.37 492644 718356 8 17:08:26 17:06:01 433532 0 638384 33.93 92 809536 1182724 40.36 492044 718352 8 17:08:26 17:07:02 433540 0 638372 33.93 92 809540 1182724 40.36 492172 718352 8 17:08:26 17:08:01 188196 0 705968 37.52 92 987288 1598976 54.57 572644 877572 19852 17:08:26 Average: 339017 0 700384 37.22 279 841863 1524076 52.01 546807 750466 15684 17:08:26 17:08:26 16:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:08:26 16:44:01 eth0 1148.93 1149.61 5995.46 135.46 0.00 0.00 0.00 0.00 17:08:26 16:44:01 veth8d1dd98 2.99 9.18 0.20 49.88 0.00 0.00 0.00 0.00 17:08:26 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:44:01 docker0 858.17 797.70 70.77 2778.84 0.00 0.00 0.00 0.00 17:08:26 16:45:01 eth0 220.62 165.22 814.71 72.44 0.00 0.00 0.00 0.00 17:08:26 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:45:01 veth2cc58e1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:45:01 docker0 127.38 169.85 9.35 782.94 0.00 0.00 0.00 0.00 17:08:26 16:46:02 eth0 26.03 18.31 19.88 10.91 0.00 0.00 0.00 0.00 17:08:26 16:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:46:02 veth2cc58e1 0.83 0.83 0.07 0.07 0.00 0.00 0.00 0.00 17:08:26 16:46:02 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 17:08:26 16:47:01 eth0 29.75 21.42 19.18 62.82 0.00 0.00 0.00 0.00 17:08:26 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:47:01 veth2cc58e1 1.52 1.52 0.12 0.12 0.00 0.00 0.00 0.00 17:08:26 16:47:01 docker0 1.52 1.52 0.10 0.12 0.00 0.00 0.00 0.00 17:08:26 16:48:01 vethdce3edb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:48:01 eth0 186.99 144.74 1689.72 23.57 0.00 0.00 0.00 0.00 17:08:26 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:49:02 vethdce3edb 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:49:02 eth0 47.92 25.31 155.57 47.27 0.00 0.00 0.00 0.00 17:08:26 16:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:49:02 docker0 9.58 25.88 0.50 144.73 0.00 0.00 0.00 0.00 17:08:26 16:50:01 vethb1e4f44 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:50:01 veth2a80a7c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:50:01 vethf9869d8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:50:01 vethdce3edb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:51:02 vethdce3edb 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:51:02 eth0 2986.07 2519.94 13668.26 550.44 0.00 0.00 0.00 0.00 17:08:26 16:51:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 17:08:26 16:51:02 veth4a28657 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:52:02 veth5fb94a2 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:52:02 vethfbdf770 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:08:26 16:52:02 vethdce3edb 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:52:02 eth0 51.48 30.26 109.64 17.94 0.00 0.00 0.00 0.00 17:08:26 16:53:01 eth0 61.87 44.92 97.99 64.88 0.00 0.00 0.00 0.00 17:08:26 16:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:08:26 16:53:01 docker0 1040.87 1096.36 83.50 4377.84 0.00 0.00 0.00 0.00 17:08:26 16:54:01 eth0 1.12 0.57 0.38 0.23 0.00 0.00 0.00 0.00 17:08:26 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:55:01 eth0 1.08 0.37 0.33 0.17 0.00 0.00 0.00 0.00 17:08:26 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:56:01 eth0 1.05 0.35 0.32 0.23 0.00 0.00 0.00 0.00 17:08:26 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:57:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 17:08:26 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:58:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 17:08:26 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:59:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:08:26 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:00:01 eth0 0.98 0.28 0.32 0.20 0.00 0.00 0.00 0.00 17:08:26 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:01:01 eth0 0.33 0.02 0.03 0.00 0.00 0.00 0.00 0.00 17:08:26 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:02:01 eth0 0.67 0.25 0.29 0.20 0.00 0.00 0.00 0.00 17:08:26 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:03:01 eth0 0.83 0.20 0.20 0.07 0.00 0.00 0.00 0.00 17:08:26 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:04:01 eth0 1.90 0.50 0.63 0.36 0.00 0.00 0.00 0.00 17:08:26 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:05:01 eth0 0.57 0.33 0.28 0.20 0.00 0.00 0.00 0.00 17:08:26 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:06:01 eth0 0.08 0.03 0.00 0.03 0.00 0.00 0.00 0.00 17:08:26 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:07:02 eth0 0.42 0.07 0.02 0.01 0.00 0.00 0.00 0.00 17:08:26 17:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:08:01 eth0 69.91 56.26 338.53 52.45 0.00 0.00 0.00 0.00 17:08:26 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 Average: eth0 83.85 72.64 439.35 23.11 0.00 0.00 0.00 0.00 17:08:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:26 Average: docker0 41.06 43.24 3.29 172.68 0.00 0.00 0.00 0.00 17:08:26 17:08:26 17:08:26 ---> sar -P ALL: 17:08:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 17:08:26 17:08:26 16:42:02 LINUX RESTART (4 CPU) 17:08:26 17:08:26 16:43:02 CPU %user %nice %system %iowait %steal %idle 17:08:26 16:44:01 all 17.41 0.00 10.12 2.20 0.99 69.29 17:08:26 16:44:01 0 18.92 0.00 11.63 0.75 0.89 67.81 17:08:26 16:44:01 1 18.51 0.00 10.03 3.44 1.04 66.98 17:08:26 16:44:01 2 16.60 0.00 9.74 1.73 0.92 71.01 17:08:26 16:44:01 3 15.65 0.00 9.08 2.84 1.09 71.34 17:08:26 16:45:01 all 20.47 0.00 9.09 4.94 4.65 60.86 17:08:26 16:45:01 0 19.88 0.00 9.37 3.62 4.69 62.44 17:08:26 16:45:01 1 22.27 0.00 8.30 6.44 4.86 58.13 17:08:26 16:45:01 2 19.71 0.00 9.52 5.26 4.35 61.16 17:08:26 16:45:01 3 19.99 0.00 9.18 4.42 4.69 61.72 17:08:26 16:46:02 all 52.81 0.00 13.60 2.87 4.84 25.88 17:08:26 16:46:02 0 51.17 0.00 14.13 4.40 5.43 24.86 17:08:26 16:46:02 1 52.51 0.00 14.08 1.97 5.24 26.20 17:08:26 16:46:02 2 52.92 0.00 13.66 2.81 4.82 25.80 17:08:26 16:46:02 3 54.64 0.00 12.52 2.29 3.88 26.67 17:08:26 16:47:01 all 53.88 0.00 15.93 3.05 3.18 23.96 17:08:26 16:47:01 0 53.98 0.00 15.20 3.75 2.94 24.12 17:08:26 16:47:01 1 53.76 0.00 16.48 3.65 2.95 23.16 17:08:26 16:47:01 2 52.72 0.00 15.52 1.60 3.53 26.62 17:08:26 16:47:01 3 55.05 0.00 16.53 3.18 3.29 21.95 17:08:26 16:48:01 all 21.07 0.00 15.56 2.61 3.96 56.80 17:08:26 16:48:01 0 19.30 0.00 15.14 2.56 4.09 58.91 17:08:26 16:48:01 1 19.43 0.00 14.56 2.86 4.11 59.04 17:08:26 16:48:01 2 24.58 0.00 16.96 2.46 3.51 52.49 17:08:26 16:48:01 3 21.02 0.00 15.58 2.57 4.14 56.69 17:08:26 16:49:02 all 23.15 0.00 29.60 16.87 7.36 23.02 17:08:26 16:49:02 0 24.60 0.00 29.98 16.45 7.54 21.43 17:08:26 16:49:02 1 23.43 0.00 31.30 16.72 6.84 21.72 17:08:26 16:49:02 2 21.89 0.00 27.55 16.93 8.20 25.44 17:08:26 16:49:02 3 22.70 0.00 29.57 17.38 6.87 23.48 17:08:26 16:50:01 all 63.09 0.00 18.72 6.11 4.52 7.56 17:08:26 16:50:01 0 63.37 0.00 21.09 6.14 4.13 5.27 17:08:26 16:50:01 1 63.48 0.00 19.32 5.77 4.65 6.78 17:08:26 16:50:01 2 62.08 0.00 16.91 6.38 4.78 9.85 17:08:26 16:50:01 3 63.45 0.00 17.60 6.15 4.53 8.27 17:08:26 16:51:02 all 26.09 0.00 23.70 18.58 6.71 24.91 17:08:26 16:51:02 0 26.97 0.00 23.32 22.22 6.58 20.91 17:08:26 16:51:02 1 24.42 0.00 23.91 16.61 7.18 27.88 17:08:26 16:51:02 2 24.93 0.00 22.48 19.58 7.18 25.84 17:08:26 16:51:02 3 28.11 0.00 25.13 15.87 5.89 24.99 17:08:26 16:52:02 all 58.68 0.00 25.98 8.02 3.89 3.44 17:08:26 16:52:02 0 61.45 0.00 26.10 7.10 3.19 2.16 17:08:26 16:52:02 1 59.60 0.00 24.43 7.19 4.12 4.67 17:08:26 16:52:02 2 54.91 0.00 27.21 9.37 4.85 3.66 17:08:26 16:52:02 3 58.79 0.00 26.19 8.40 3.39 3.24 17:08:26 16:53:01 all 19.26 0.00 8.52 8.38 0.18 63.67 17:08:26 16:53:01 0 19.39 0.00 9.19 9.64 0.21 61.56 17:08:26 16:53:01 1 19.56 0.00 8.28 6.86 0.14 65.17 17:08:26 16:53:01 2 19.16 0.00 8.10 8.52 0.17 64.05 17:08:26 16:53:01 3 18.90 0.00 8.50 8.50 0.21 63.89 17:08:26 16:54:01 all 0.16 0.00 0.05 0.00 0.00 99.79 17:08:26 16:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 17:08:26 16:54:01 1 0.53 0.00 0.03 0.00 0.00 99.43 17:08:26 16:54:01 2 0.05 0.00 0.07 0.00 0.00 99.88 17:08:26 16:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:08:26 17:08:26 16:54:01 CPU %user %nice %system %iowait %steal %idle 17:08:26 16:55:01 all 0.20 0.00 0.22 0.00 0.01 99.57 17:08:26 16:55:01 0 0.08 0.00 0.20 0.00 0.00 99.72 17:08:26 16:55:01 1 0.57 0.00 0.18 0.00 0.02 99.23 17:08:26 16:55:01 2 0.10 0.00 0.28 0.00 0.00 99.62 17:08:26 16:55:01 3 0.07 0.00 0.22 0.00 0.02 99.70 17:08:26 16:56:01 all 0.15 0.00 0.02 0.00 0.01 99.81 17:08:26 16:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 17:08:26 16:56:01 1 0.53 0.00 0.03 0.00 0.02 99.42 17:08:26 16:56:01 2 0.03 0.00 0.05 0.00 0.02 99.90 17:08:26 16:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:08:26 16:57:01 all 0.17 0.00 0.10 0.00 0.00 99.72 17:08:26 16:57:01 0 0.05 0.00 0.08 0.00 0.02 99.85 17:08:26 16:57:01 1 0.05 0.00 0.07 0.00 0.00 99.88 17:08:26 16:57:01 2 0.55 0.00 0.18 0.00 0.00 99.27 17:08:26 16:57:01 3 0.03 0.00 0.08 0.02 0.00 99.87 17:08:26 16:58:01 all 0.15 0.00 0.05 0.02 0.00 99.78 17:08:26 16:58:01 0 0.05 0.00 0.05 0.00 0.02 99.88 17:08:26 16:58:01 1 0.03 0.00 0.10 0.07 0.00 99.80 17:08:26 16:58:01 2 0.50 0.00 0.03 0.00 0.00 99.47 17:08:26 16:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:08:26 16:59:01 all 0.15 0.00 0.03 0.00 0.00 99.81 17:08:26 16:59:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:08:26 16:59:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:08:26 16:59:01 2 0.50 0.00 0.02 0.00 0.00 99.48 17:08:26 16:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:08:26 17:00:01 all 0.15 0.00 0.02 0.00 0.00 99.82 17:08:26 17:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:08:26 17:00:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:08:26 17:00:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:08:26 17:00:01 3 0.02 0.00 0.02 0.00 0.02 99.95 17:08:26 17:01:01 all 0.15 0.00 0.05 0.00 0.01 99.79 17:08:26 17:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:08:26 17:01:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:08:26 17:01:01 2 0.52 0.00 0.10 0.00 0.02 99.37 17:08:26 17:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:08:26 17:02:01 all 0.04 0.00 0.05 0.01 0.00 99.90 17:08:26 17:02:01 0 0.03 0.00 0.05 0.02 0.00 99.90 17:08:26 17:02:01 1 0.02 0.00 0.03 0.02 0.00 99.93 17:08:26 17:02:01 2 0.07 0.00 0.07 0.00 0.00 99.87 17:08:26 17:02:01 3 0.03 0.00 0.03 0.02 0.00 99.92 17:08:26 17:03:01 all 0.10 0.00 0.03 0.00 0.00 99.87 17:08:26 17:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:08:26 17:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:08:26 17:03:01 2 0.30 0.00 0.07 0.00 0.00 99.63 17:08:26 17:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:08:26 17:04:01 all 0.15 0.00 0.03 0.00 0.00 99.81 17:08:26 17:04:01 0 0.10 0.00 0.07 0.00 0.02 99.82 17:08:26 17:04:01 1 0.00 0.00 0.02 0.00 0.00 99.98 17:08:26 17:04:01 2 0.47 0.00 0.02 0.02 0.00 99.50 17:08:26 17:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:08:26 17:05:01 all 0.17 0.00 0.02 0.00 0.00 99.80 17:08:26 17:05:01 0 0.55 0.00 0.03 0.02 0.00 99.40 17:08:26 17:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:08:26 17:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:08:26 17:05:01 3 0.03 0.00 0.00 0.00 0.00 99.97 17:08:26 17:08:26 17:05:01 CPU %user %nice %system %iowait %steal %idle 17:08:26 17:06:01 all 0.15 0.00 0.04 0.00 0.00 99.81 17:08:26 17:06:01 0 0.53 0.00 0.03 0.00 0.00 99.43 17:08:26 17:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:08:26 17:06:01 2 0.03 0.00 0.07 0.00 0.02 99.88 17:08:26 17:06:01 3 0.00 0.00 0.03 0.00 0.00 99.97 17:08:26 17:07:02 all 0.15 0.00 0.02 0.00 0.00 99.83 17:08:26 17:07:02 0 0.50 0.00 0.02 0.00 0.00 99.48 17:08:26 17:07:02 1 0.02 0.00 0.02 0.00 0.00 99.97 17:08:26 17:07:02 2 0.02 0.00 0.02 0.00 0.00 99.97 17:08:26 17:07:02 3 0.07 0.00 0.03 0.00 0.00 99.90 17:08:26 17:08:01 all 2.38 0.00 1.45 1.61 0.01 94.55 17:08:26 17:08:01 0 2.40 0.00 1.43 1.38 0.02 94.78 17:08:26 17:08:01 1 2.43 0.00 1.65 2.04 0.02 93.86 17:08:26 17:08:01 2 2.00 0.00 0.90 1.22 0.00 95.87 17:08:26 17:08:01 3 2.71 0.00 1.82 1.79 0.02 93.66 17:08:26 Average: all 13.86 0.00 6.69 2.93 1.57 74.95 17:08:26 Average: 0 13.97 0.00 6.85 3.04 1.55 74.60 17:08:26 Average: 1 13.90 0.00 6.70 2.87 1.61 74.91 17:08:26 Average: 2 13.71 0.00 6.58 2.97 1.65 75.10 17:08:26 Average: 3 13.87 0.00 6.64 2.84 1.47 75.19 17:08:26 17:08:26 17:08:26