Pull request #3080 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than e333ecd1da9aaba0972792a779bd9b340e8c74fe Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24233 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 > 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 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit e333ecd1da9aaba0972792a779bd9b340e8c74fe Merge succeeded, producing e333ecd1da9aaba0972792a779bd9b340e8c74fe Checking out Revision e333ecd1da9aaba0972792a779bd9b340e8c74fe (PR-3080) > 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/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 Commit message: "refactor(meta): Move Transform func to go-mode-core-contract" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:12:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:12:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk e744a924a118a74d190ac4bd2492cd44ad69498a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:12:14 ========================================================= 01:12:14 EdgeX Global Pipelines Version Info 01:12:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:12:17 ------------------- 01:12:17 stable info: 01:12:17 ------------------- 01:12:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:12:17 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:12:17 Message: update stable to v1.0.179 01:12:18 ------------------- 01:12:18 experimental info: 01:12:18 ------------------- 01:12:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:12:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:12:18 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:12:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:12:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:12:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:12:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:12:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:12:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo 01:12:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo 01:12:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo 01:12:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e333ecd1da9aaba0972792a779bd9b340e8c74fe [Pipeline] echo 01:12:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e333ecd [Pipeline] echo 01:12:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:12:21 provisioning config files... 01:12:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config1555885479740710621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:12:22 ---> docker-login.sh 01:12:22 nexus3.edgexfoundry.org:10001 01:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:12:22 Configure a credential helper to remove this warning. See 01:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:12:22 01:12:22 Login Succeeded 01:12:22 nexus3.edgexfoundry.org:10002 01:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:12:23 Configure a credential helper to remove this warning. See 01:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:12:23 01:12:23 Login Succeeded 01:12:23 nexus3.edgexfoundry.org:10003 01:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:12:23 Configure a credential helper to remove this warning. See 01:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:12:23 01:12:23 Login Succeeded 01:12:23 nexus3.edgexfoundry.org:10004 01:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:12:23 Configure a credential helper to remove this warning. See 01:12:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:12:23 01:12:23 Login Succeeded 01:12:23 docker.io 01:12:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:12:24 Configure a credential helper to remove this warning. See 01:12:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:12:24 01:12:24 Login Succeeded 01:12:24 ---> docker-login.sh ends [Pipeline] } 01:12:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:12:24 ++ 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 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ dirname cmd/core-command/Dockerfile 01:12:24 ++ cut -d/ -f2 01:12:24 + echo core-command,cmd/core-command/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ dirname cmd/core-data/Dockerfile 01:12:24 ++ cut -d/ -f2 01:12:24 + echo core-data,cmd/core-data/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ cut -d/ -f2 01:12:24 ++ dirname cmd/core-metadata/Dockerfile 01:12:24 + echo core-metadata,cmd/core-metadata/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ dirname cmd/security-bootstrapper/Dockerfile 01:12:24 ++ cut -d/ -f2 01:12:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ dirname cmd/security-proxy-setup/Dockerfile 01:12:24 ++ cut -d/ -f2 01:12:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:12:24 ++ cut -d/ -f2 01:12:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ dirname cmd/support-notifications/Dockerfile 01:12:24 ++ cut -d/ -f2 01:12:24 + echo support-notifications,cmd/support-notifications/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ cut -d/ -f2 01:12:24 ++ dirname cmd/support-scheduler/Dockerfile 01:12:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:12:24 + for file in '`ls cmd/**/Dockerfile`' 01:12:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:12:24 ++ cut -d/ -f2 01:12:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:12:25 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 01:12:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:12:26 01:12:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:12:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:12:27 latest: Pulling from edgex-devops/git-semver 01:12:27 31603596830f: Pulling fs layer 01:12:27 2a8b12db71e7: Pulling fs layer 01:12:27 6ca5941a6612: Pulling fs layer 01:12:27 ecc8261a40a4: Pulling fs layer 01:12:27 ecc8261a40a4: Waiting 01:12:27 2a8b12db71e7: Verifying Checksum 01:12:27 2a8b12db71e7: Download complete 01:12:27 31603596830f: Verifying Checksum 01:12:27 31603596830f: Download complete 01:12:27 ecc8261a40a4: Verifying Checksum 01:12:27 ecc8261a40a4: Download complete 01:12:27 6ca5941a6612: Verifying Checksum 01:12:27 6ca5941a6612: Download complete 01:12:28 31603596830f: Pull complete 01:12:28 2a8b12db71e7: Pull complete 01:12:30 6ca5941a6612: Pull complete 01:12:30 ecc8261a40a4: Pull complete 01:12:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:12:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:12:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:12:30 prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container 01:12:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10004/edgex-devops/git-semver:latest cat 01:12:33 $ docker top 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:12:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:12:34 [ssh-agent] Looking for ssh-agent implementation... 01:12:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:12:34 $ docker exec 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent 01:12:34 SSH_AUTH_SOCK=/tmp/ssh-NaNK4QjGhnY2/agent.13 01:12:34 SSH_AGENT_PID=18 01:12:34 Running ssh-add (command line suppressed) 01:12:35 Identity added: /w/workspace/edgex-go/10@tmp/private_key_6645734994096593582.key (/w/workspace/edgex-go/10@tmp/private_key_6645734994096593582.key) 01:12:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:12:35 + git tag --points-at HEAD [Pipeline] } 01:12:35 $ docker exec --env ******** --env ******** 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent -k 01:12:36 unset SSH_AUTH_SOCK; 01:12:36 unset SSH_AGENT_PID; 01:12:36 echo Agent pid 18 killed; 01:12:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:12:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:12:36 [ssh-agent] Looking for ssh-agent implementation... 01:12:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:12:36 $ docker exec 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent 01:12:37 SSH_AUTH_SOCK=/tmp/ssh-lSyN4ro2FMok/agent.46 01:12:37 SSH_AGENT_PID=51 01:12:37 Running ssh-add (command line suppressed) 01:12:37 Identity added: /w/workspace/edgex-go/10@tmp/private_key_5594139646781461012.key (/w/workspace/edgex-go/10@tmp/private_key_5594139646781461012.key) 01:12:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:12:37 + git semver init 01:12:38 # -> Open(): unable to determine branch for HEAD 01:12:38 # $GIT_DIR = /w/workspace/edgex-go/10/.git 01:12:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 01:12:38 # $SEMVER_REMOTE_NAME = origin 01:12:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:12:38 # $SEMVER_USER_NAME = edgex-jenkins 01:12:38 # $SEMVER_BRANCH = PR-3080 01:12:38 # $SEMVER_TEMP = /tmp/semver-565562408 01:12:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:13:17 # '/tmp/semver-565562408' -> '/w/workspace/edgex-go/10/.semver' 01:13:17 # -> Force: false 01:13:17 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 01:13:17 $ docker exec --env ******** --env ******** 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e ssh-agent -k 01:13:17 unset SSH_AUTH_SOCK; 01:13:18 unset SSH_AGENT_PID; 01:13:18 echo Agent pid 51 killed; 01:13:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:13:18 + git semver [Pipeline] } 01:13:18 $ docker stop --time=1 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e 01:13:20 $ docker rm -f 076f92dc5d8ae459c0fd28dffdff92ceb1591e1e2b78e78926f9565bd663097e [Pipeline] // withDockerContainer [Pipeline] sh 01:13:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:13:23 Stashed 1 file(s) [Pipeline] echo 01:13:23 [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 01:13:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:13:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:13:25 + sudo service docker restart 01:13:25 + true 01:13:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:13:26 ========================================================= 01:13:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:13:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:13:26 + 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 . 01:13:33 Sending build context to Docker daemon 327.4MB 01:13:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:13:33 Step 2/6 : FROM ${BASE} 01:13:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:13:34 188c0c94c7c5: Pulling fs layer 01:13:34 0ef7d3d256c8: Pulling fs layer 01:13:34 de9db76c5a1d: Pulling fs layer 01:13:34 bca2f99d35d6: Pulling fs layer 01:13:34 93359f2a8cfa: Pulling fs layer 01:13:34 7c6f9722023f: Pulling fs layer 01:13:34 a35cf1a2eb13: Pulling fs layer 01:13:34 bca2f99d35d6: Waiting 01:13:34 93359f2a8cfa: Waiting 01:13:34 7c6f9722023f: Waiting 01:13:34 a35cf1a2eb13: Waiting 01:13:34 de9db76c5a1d: Verifying Checksum 01:13:34 de9db76c5a1d: Download complete 01:13:34 0ef7d3d256c8: Verifying Checksum 01:13:34 0ef7d3d256c8: Download complete 01:13:34 93359f2a8cfa: Verifying Checksum 01:13:34 93359f2a8cfa: Download complete 01:13:34 7c6f9722023f: Verifying Checksum 01:13:34 7c6f9722023f: Download complete 01:13:34 188c0c94c7c5: Verifying Checksum 01:13:34 188c0c94c7c5: Download complete 01:13:34 188c0c94c7c5: Pull complete 01:13:35 0ef7d3d256c8: Pull complete 01:13:35 de9db76c5a1d: Pull complete 01:13:38 a35cf1a2eb13: Verifying Checksum 01:13:38 a35cf1a2eb13: Download complete 01:13:38 Still waiting to schedule task 01:13:38 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24232’ 01:13:39 bca2f99d35d6: Verifying Checksum 01:13:39 bca2f99d35d6: Download complete 01:13:49 bca2f99d35d6: Pull complete 01:13:49 93359f2a8cfa: Pull complete 01:13:49 7c6f9722023f: Pull complete 01:13:54 a35cf1a2eb13: Pull complete 01:13:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:13:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:13:54 ---> a62c8e92a672 01:13:54 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 01:13:54 ---> Running in ac62a904f03f 01:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:13:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:13:57 (1/12) Installing libmagic (5.38-r0) 01:13:57 (2/12) Installing file (5.38-r0) 01:13:57 (3/12) Installing libc-dev (0.7.2-r3) 01:13:57 (4/12) Installing g++ (9.3.0-r2) 01:14:16 (5/12) Installing fortify-headers (1.1-r0) 01:14:16 (6/12) Installing patch (2.7.6-r6) 01:14:16 (7/12) Installing build-base (0.5-r2) 01:14:16 (8/12) Installing libsodium (1.0.18-r0) 01:14:16 (9/12) Installing pkgconf (1.7.2-r0) 01:14:16 (10/12) Installing libsodium-dev (1.0.18-r0) 01:14:16 (11/12) Installing libzmq (4.3.3-r0) 01:14:16 (12/12) Installing zeromq-dev (4.3.3-r0) 01:14:16 Executing busybox-1.31.1-r19.trigger 01:14:16 OK: 233 MiB in 51 packages 01:14:19 Removing intermediate container ac62a904f03f 01:14:19 ---> 688835dc7263 01:14:19 Step 4/6 : WORKDIR /edgex-go 01:14:19 ---> Running in 18f27be1851a 01:14:19 Removing intermediate container 18f27be1851a 01:14:19 ---> 4d354833f314 01:14:19 Step 5/6 : COPY go.mod . 01:14:19 ---> 589218ae24ee 01:14:19 Step 6/6 : RUN go mod download 01:14:19 ---> Running in 9a8bf0264483 01:14:46 Removing intermediate container 9a8bf0264483 01:14:46 ---> db12cc44a3a1 01:14:46 Successfully built db12cc44a3a1 01:14:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:14:47 + docker inspect -f . ci-base-image-x86_64 01:14:47 . [Pipeline] withDockerContainer 01:14:47 prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container 01:14:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:14:49 $ docker top fd117c5e637770b7e3c5cb68a340e58cedcdd205197ee875edd99dc5894c3f54 -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:50 + go version 01:14:50 go version go1.15.5 linux/amd64 [Pipeline] } 01:14:50 $ docker stop --time=1 fd117c5e637770b7e3c5cb68a340e58cedcdd205197ee875edd99dc5894c3f54 01:14:51 $ docker rm -f fd117c5e637770b7e3c5cb68a340e58cedcdd205197ee875edd99dc5894c3f54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:14:53 + docker inspect -f . ci-base-image-x86_64 01:14:53 . [Pipeline] withDockerContainer 01:14:53 prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container 01:14:54 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:14:55 $ docker top a3eb12cec089f36fefe2bb7e9069ee792bcbb95a650f48296c1763117e8d7160 -eo pid,comm [Pipeline] { [Pipeline] echo 01:14:55 ========================================================= 01:14:55 [edgeXBuildGoParallel] Running Tests and Build... 01:14:55 ========================================================= [Pipeline] sh 01:14:55 + make test 01:14:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:15:11 ? github.com/edgexfoundry/edgex-go [no test files] 01:15:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:15:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:15:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:15:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:15:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:15:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:15:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:15:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:15:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:15:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:15:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:16:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:16:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:16:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.0% of statements 01:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements 01:16:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.522s coverage: 27.1% of statements 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:16:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:16:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:16:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.199s coverage: 65.8% of statements 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:16:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.275s coverage: 82.3% of statements 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:16:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.614s coverage: 28.6% of statements 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.243s coverage: 100.0% of statements 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.188s coverage: 97.5% of statements 01:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:16:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.173s coverage: 78.3% of statements 01:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:16:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.872s coverage: 92.8% of statements 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:16:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.086s coverage: 58.8% of statements 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:16:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:16:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.137s coverage: 45.5% of statements 01:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.124s coverage: 79.5% of statements 01:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements 01:16:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements 01:16:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 01:16:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements 01:16:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.133s coverage: 92.9% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.111s coverage: 87.2% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.097s coverage: 84.2% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.411s coverage: 91.4% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.442s coverage: 63.5% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.761s coverage: 68.9% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.660s coverage: 84.0% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.228s coverage: 47.1% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:16:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements 01:16:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.702s coverage: 29.1% of statements 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.159s coverage: 100.0% of statements 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 100.0% of statements 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.087s coverage: 0.0% of statements 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.146s coverage: 100.0% of statements 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.115s coverage: 100.0% of statements 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 01:16:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 01:16:57 GO111MODULE=on go vet ./... 01:17:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24235 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws 01:17:21 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 01:17:26 using credential edgex-jenkins-ssh 01:17:27 Cloning the remote Git repository 01:17:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:17:27 > git init /w/workspace/edgex-go/10 # timeout=10 01:17:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:17:27 > git --version # timeout=10 01:17:27 > git --version # 'git version 2.17.1' 01:17:27 using GIT_SSH to set credentials SSH Credentials for GitHub 01:17:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:17:44 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:17:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:17:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:17:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:17:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 01:17:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:17:44 > git config core.sparsecheckout # timeout=10 01:17:44 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 01:17:44 Merge succeeded, producing e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:17:44 Checking out Revision e333ecd1da9aaba0972792a779bd9b340e8c74fe (PR-3080) 01:17:44 > git remote # timeout=10 01:17:44 > git config --get remote.origin.url # timeout=10 01:17:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:17:44 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 01:17:44 > git rev-parse HEAD^{commit} # timeout=10 01:17:44 > git config core.sparsecheckout # timeout=10 01:17:44 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 01:17:49 Commit message: "refactor(meta): Move Transform func to go-mode-core-contract" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:17:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:17:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:17:51 + true 01:17:51 + sudo service docker restart 01:17:54 gofmt -l . 01:17:54 [ "`gofmt -l .`" = "" ] 01:17:54 ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:17:54 provisioning config files... 01:17:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config3718459693328794531tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:17:54 ---> docker-login.sh 01:17:54 nexus3.edgexfoundry.org:10001 01:17:54 ./bin/test-attribution-txt.sh 01:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 01:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:17:56 Configure a credential helper to remove this warning. See 01:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:17:56 01:17:56 Login Succeeded 01:17:56 nexus3.edgexfoundry.org:10002 01:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:56 + ls -al . 01:17:56 total 680 01:17:56 drwxrwxr-x 10 1001 1001 4096 Feb 1 01:17 . 01:17:56 drwxr-xr-x 4 root root 30 Feb 1 01:14 .. 01:17:56 -rw-rw-r-- 1 1001 1001 11 Feb 1 01:12 .dockerignore 01:17:56 drwxrwxr-x 8 1001 1001 179 Feb 1 01:12 .git 01:17:56 drwxrwxr-x 3 1001 1001 125 Feb 1 01:12 .github 01:17:56 -rw-rw-r-- 1 1001 1001 872 Feb 1 01:12 .gitignore 01:17:56 drwx------ 3 1001 1001 60 Feb 1 01:13 .semver 01:17:56 -rw-rw-r-- 1 1001 1001 166 Feb 1 01:12 .sonarcloud.properties 01:17:56 -rw-rw-r-- 1 1001 1001 7859 Feb 1 01:12 Attribution.txt 01:17:56 -rw-rw-r-- 1 1001 1001 3804 Feb 1 01:12 CONTRIBUTING.md 01:17:56 -rw-rw-r-- 1 1001 1001 931 Feb 1 01:12 Dockerfile.build 01:17:56 -rw-rw-r-- 1 1001 1001 863 Feb 1 01:12 Jenkinsfile 01:17:56 -rw-rw-r-- 1 1001 1001 10775 Feb 1 01:12 LICENSE 01:17:56 -rw-rw-r-- 1 1001 1001 6001 Feb 1 01:12 Makefile 01:17:56 -rw-rw-r-- 1 1001 1001 6524 Feb 1 01:12 README.md 01:17:56 -rw-rw-r-- 1 1001 1001 6755 Feb 1 01:12 SECURITY.md 01:17:56 -rw-rw-r-- 1 1001 1001 5 Feb 1 01:13 VERSION 01:17:56 -rw-rw-r-- 1 1001 1001 4131 Feb 1 01:12 ZMQWindows.md 01:17:56 drwxrwxr-x 2 1001 1001 117 Feb 1 01:12 bin 01:17:56 drwxrwxr-x 15 1001 1001 4096 Feb 1 01:12 cmd 01:17:56 -rw-r--r-- 1 root root 574984 Feb 1 01:16 coverage.out 01:17:56 -rw-r--r-- 1 root root 1054 Feb 1 01:17 go.mod 01:17:56 -rw-r--r-- 1 root root 19289 Feb 1 01:17 go.sum 01:17:56 drwxrwxr-x 8 1001 1001 127 Feb 1 01:12 internal 01:17:56 drwxrwxr-x 4 1001 1001 26 Feb 1 01:12 openapi 01:17:56 drwxrwxr-x 4 1001 1001 71 Feb 1 01:12 snap 01:17:56 -rw-rw-r-- 1 1001 1001 168 Feb 1 01:12 version.go [Pipeline] sh 01:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:17:56 Configure a credential helper to remove this warning. See 01:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:17:56 01:17:56 Login Succeeded 01:17:56 nexus3.edgexfoundry.org:10003 01:17:56 + '[' -e coverage.out ] 01:17:56 + chown 1001:1001 coverage.out [Pipeline] stash 01:17:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:57 Stashed 1 file(s) [Pipeline] sh 01:17:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:17:57 Configure a credential helper to remove this warning. See 01:17:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:17:57 01:17:57 Login Succeeded 01:17:57 nexus3.edgexfoundry.org:10004 01:17:57 + make build 01:17:57 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 01:17:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:17:57 Configure a credential helper to remove this warning. See 01:17:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:17:57 01:17:57 Login Succeeded 01:17:57 docker.io 01:17:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:17:58 Configure a credential helper to remove this warning. See 01:17:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:17:58 01:17:58 Login Succeeded 01:17:58 ---> docker-login.sh ends [Pipeline] } 01:17:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:17:58 ========================================================= 01:17:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:17:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:17:59 + 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 . 01:18:01 Sending build context to Docker daemon 166MB 01:18:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:18:01 Step 2/6 : FROM ${BASE} 01:18:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:18:01 5f621e34cdf4: Pulling fs layer 01:18:01 a4357932f1b6: Pulling fs layer 01:18:01 18c013af1878: Pulling fs layer 01:18:01 00ac8860ef70: Pulling fs layer 01:18:01 63d7cb157983: Pulling fs layer 01:18:01 b116817d02f9: Pulling fs layer 01:18:01 745a02a5169b: Pulling fs layer 01:18:01 00ac8860ef70: Waiting 01:18:01 63d7cb157983: Waiting 01:18:01 b116817d02f9: Waiting 01:18:01 745a02a5169b: Waiting 01:18:01 18c013af1878: Verifying Checksum 01:18:01 18c013af1878: Download complete 01:18:01 a4357932f1b6: Download complete 01:18:01 63d7cb157983: Verifying Checksum 01:18:01 63d7cb157983: Download complete 01:18:01 b116817d02f9: Verifying Checksum 01:18:01 b116817d02f9: Download complete 01:18:02 5f621e34cdf4: Verifying Checksum 01:18:02 5f621e34cdf4: Download complete 01:18:03 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 01:18:03 5f621e34cdf4: Pull complete 01:18:03 a4357932f1b6: Pull complete 01:18:04 18c013af1878: Pull complete 01:18:05 745a02a5169b: Verifying Checksum 01:18:05 745a02a5169b: Download complete 01:18:05 00ac8860ef70: Download complete 01:18:18 00ac8860ef70: Pull complete 01:18:18 63d7cb157983: Pull complete 01:18:18 b116817d02f9: Pull complete 01:18:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:18:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:18:20 745a02a5169b: Pull complete 01:18:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:18:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:18:20 ---> b7e6874047d6 01:18:20 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 01:18:22 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 01:18:23 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 01:18:24 ---> Running in 195752189da0 01:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:18:26 (1/12) Installing libmagic (5.38-r0) 01:18:26 (2/12) Installing file (5.38-r0) 01:18:26 (3/12) Installing libc-dev (0.7.2-r3) 01:18:26 (4/12) Installing g++ (9.3.0-r2) 01:18:27 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 01:18:29 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 01:18:30 (5/12) Installing fortify-headers (1.1-r0) 01:18:30 (6/12) Installing patch (2.7.6-r6) 01:18:30 (7/12) Installing build-base (0.5-r2) 01:18:30 (8/12) Installing libsodium (1.0.18-r0) 01:18:30 (9/12) Installing pkgconf (1.7.2-r0) 01:18:30 (10/12) Installing libsodium-dev (1.0.18-r0) 01:18:30 (11/12) Installing libzmq (4.3.3-r0) 01:18:31 (12/12) Installing zeromq-dev (4.3.3-r0) 01:18:31 Executing busybox-1.31.1-r19.trigger 01:18:31 OK: 217 MiB in 51 packages 01:18:31 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 01:18:33 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 01:18:35 Removing intermediate container 195752189da0 01:18:35 ---> a5322f30d765 01:18:35 Step 4/6 : WORKDIR /edgex-go 01:18:35 ---> Running in 41c74c84890c 01:18:35 Removing intermediate container 41c74c84890c 01:18:35 ---> 707f47ffb1e6 01:18:35 Step 5/6 : COPY go.mod . 01:18:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:18:36 ---> 8a3a5d4243ce 01:18:36 Step 6/6 : RUN go mod download 01:18:36 ---> Running in 4e3ddc56cfc0 01:18:39 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 01:18:41 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] } 01:18:44 $ docker stop --time=1 a3eb12cec089f36fefe2bb7e9069ee792bcbb95a650f48296c1763117e8d7160 01:18:46 $ docker rm -f a3eb12cec089f36fefe2bb7e9069ee792bcbb95a650f48296c1763117e8d7160 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:18:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:18:51 01:18:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:18:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:18:52 latest: Pulling from edgex-devops/edgex-compose 01:18:52 cbdbe7a5bc2a: Pulling fs layer 01:18:52 ca9280d653b3: Pulling fs layer 01:18:52 7e9c9ca2126c: Pulling fs layer 01:18:52 cbdbe7a5bc2a: Verifying Checksum 01:18:52 cbdbe7a5bc2a: Download complete 01:18:53 ca9280d653b3: Verifying Checksum 01:18:53 ca9280d653b3: Download complete 01:18:53 cbdbe7a5bc2a: Pull complete 01:18:55 7e9c9ca2126c: Verifying Checksum 01:18:55 7e9c9ca2126c: Download complete 01:18:55 ca9280d653b3: Pull complete 01:19:03 Removing intermediate container 4e3ddc56cfc0 01:19:03 ---> f3888d1f4ca3 01:19:03 Successfully built f3888d1f4ca3 01:19:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:19:04 + docker inspect -f . ci-base-image-arm64 01:19:04 . [Pipeline] withDockerContainer 01:19:04 prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container 01:19:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:19:06 7e9c9ca2126c: Pull complete 01:19:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:19:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:19:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:19:06 $ docker top fbc2b22f349dbda68305b8b213c3624d5f40528223385495d487e83123c744b7 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 01:19:06 prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container 01:19:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:19:08 $ docker top 11ff1b526c8ba5df67b4b63e35ef030d166cda85ef55f7dfe5cd60aaea6f51a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 01:19:09 + go version 01:19:09 go version go1.15.5 linux/arm64 [Pipeline] } 01:19:09 $ docker stop --time=1 fbc2b22f349dbda68305b8b213c3624d5f40528223385495d487e83123c744b7 01:19:09 + docker-compose build --help 01:19:09 + grep parallel 01:19:10 --parallel Build images in parallel. 01:19:11 $ docker rm -f fbc2b22f349dbda68305b8b213c3624d5f40528223385495d487e83123c744b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 01:19:11 $ docker stop --time=1 11ff1b526c8ba5df67b4b63e35ef030d166cda85ef55f7dfe5cd60aaea6f51a3 01:19:13 $ docker rm -f 11ff1b526c8ba5df67b4b63e35ef030d166cda85ef55f7dfe5cd60aaea6f51a3 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 01:19:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:19:14 . [Pipeline] withDockerContainer 01:19:14 + docker inspect -f . ci-base-image-arm64 01:19:14 . 01:19:14 prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container 01:19:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:19:16 $ docker top a796e7addf648de96124fa9a6e3150d4ff1fd33a0c5c86592f7b51817cdd849a -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 01:19:16 prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container 01:19:17 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:19:18 $ docker top 052e551bcb6285e0be0f84c611f38f3072c518964e84188ee41d053347bfd4d3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 01:19:18 ========================================================= 01:19:18 [edgeXBuildGoParallel] Running Tests and Build... 01:19:18 ========================================================= [Pipeline] sh 01:19:19 + docker-compose -f ./docker-compose-build.yml build --parallel 01:19:19 + make test 01:19:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:19:20 Building docker-core-command-go ... 01:19:20 Building docker-core-data-go ... 01:19:20 Building docker-core-metadata-go ... 01:19:20 Building docker-security-bootstrapper-go ... 01:19:20 Building docker-security-proxy-setup-go ... 01:19:20 Building docker-security-secretstore-setup-go ... 01:19:20 Building docker-support-notifications-go ... 01:19:20 Building docker-support-scheduler-go ... 01:19:20 Building docker-sys-mgmt-agent-go ... 01:19:20 Building docker-support-scheduler-go 01:19:20 Building docker-security-proxy-setup-go 01:19:20 Building docker-security-secretstore-setup-go 01:19:20 Building docker-core-command-go 01:19:20 Building docker-support-notifications-go 01:19:41 ? github.com/edgexfoundry/edgex-go [no test files] 01:20:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:20:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:20:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:20:29 01:20:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:20:29 ---> db12cc44a3a1 01:20:29 Step 3/23 : WORKDIR /edgex-go 01:20:29 ---> db12cc44a3a1 01:20:29 Step 3/22 : WORKDIR /edgex-go 01:20:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:20:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:20:29 ---> db12cc44a3a1 01:20:29 Step 3/21 : WORKDIR /edgex-go 01:20:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:20:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:20:29 ---> db12cc44a3a1 01:20:29 Step 3/22 : WORKDIR /edgex-go 01:20:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:20:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:20:29 ---> db12cc44a3a1 01:20:29 Step 3/24 : WORKDIR /edgex-go 01:20:29 ---> Running in 975a1146394e 01:20:29 ---> Running in ed14b84ab542 01:20:29 ---> Running in 3bc887f30f15 01:20:29 ---> Running in 8f234acf1d22 01:20:29 ---> Running in a650042f1384 01:20:29 Removing intermediate container a650042f1384 01:20:29 ---> 6c9a83d74b28 01:20:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:29 Removing intermediate container 8f234acf1d22 01:20:29 ---> 6245f00aa999 01:20:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:29 Removing intermediate container 975a1146394e 01:20:29 ---> dbcdce39c30c 01:20:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:29 Removing intermediate container 3bc887f30f15 01:20:29 ---> d36a5cd7b83f 01:20:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:29 Removing intermediate container ed14b84ab542 01:20:29 ---> a48735e565b1 01:20:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:29 ---> Running in 568cf2fe0d7f 01:20:29 ---> Running in b0be7585c88d 01:20:29 ---> Running in 60b9865845f6 01:20:29 ---> Running in 20bed5d6d539 01:20:29 ---> Running in 8c5d3554c17c 01:20:29 Removing intermediate container b0be7585c88d 01:20:29 ---> a08147b024fa 01:20:29 Step 5/24 : RUN apk add --update --no-cache make git 01:20:29 ---> Running in 8102052f4343 01:20:29 Removing intermediate container 8c5d3554c17c 01:20:29 ---> 2c86100d1c9b 01:20:29 Step 5/23 : RUN apk add --update --no-cache make git 01:20:29 Removing intermediate container 20bed5d6d539 01:20:29 ---> 79983830d501 01:20:29 Step 5/21 : RUN apk add --update --no-cache make git 01:20:29 Removing intermediate container 60b9865845f6 01:20:29 ---> 8eb7f9c5be45 01:20:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:20:29 ---> Running in a25ed24509ba 01:20:29 ---> Running in 1ef94b70d3f9 01:20:29 Removing intermediate container 568cf2fe0d7f 01:20:29 ---> 05a13173c30c 01:20:29 Step 5/22 : RUN apk add --update --no-cache make git 01:20:29 ---> Running in f9b4e707c259 01:20:29 ---> Running in be30670b5d88 01:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:20:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:20:30 OK: 233 MiB in 51 packages 01:20:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:20:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:20:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:20:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:20:31 OK: 233 MiB in 51 packages 01:20:31 OK: 233 MiB in 51 packages 01:20:31 OK: 233 MiB in 51 packages 01:20:31 OK: 233 MiB in 51 packages 01:20:31 Removing intermediate container 8102052f4343 01:20:31 ---> 82c4628ae4bf 01:20:31 Step 6/24 : COPY go.mod . 01:20:32 ---> 2e72d5ed0878 01:20:32 Step 7/24 : RUN go mod download 01:20:32 Removing intermediate container a25ed24509ba 01:20:32 ---> 0338f6b09faa 01:20:32 Step 6/21 : COPY go.mod . 01:20:32 ---> Running in 4efa44aae917 01:20:32 Removing intermediate container f9b4e707c259 01:20:32 ---> 7c1d96d3d57a 01:20:32 Step 6/22 : COPY go.mod . 01:20:32 ---> e178c4c09866 01:20:32 Step 7/21 : RUN go mod download 01:20:32 Removing intermediate container be30670b5d88 01:20:32 ---> 21cbb4839867 01:20:32 Step 6/22 : COPY go.mod . 01:20:32 Removing intermediate container 1ef94b70d3f9 01:20:32 ---> 0acab4e2c3e6 01:20:32 Step 6/23 : COPY go.mod . 01:20:32 ---> Running in 4c7145413bb9 01:20:33 ---> 5449388f4d0e 01:20:33 Step 7/22 : RUN go mod download 01:20:33 ---> Running in ccc26e86e62e 01:20:33 ---> aadaeaf8a739 01:20:33 Step 7/22 : RUN go mod download 01:20:33 ---> 15ada7315332 01:20:33 Step 7/23 : RUN go mod download 01:20:34 ---> Running in 894575ec7a16 01:20:34 ---> Running in 62eac84c5aaa 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:20:36 Removing intermediate container 4efa44aae917 01:20:36 ---> e0165cb0cb51 01:20:36 Step 8/24 : COPY . . 01:20:36 Removing intermediate container 4c7145413bb9 01:20:36 ---> ecdae37626e1 01:20:36 Step 8/21 : COPY . . 01:20:36 Removing intermediate container ccc26e86e62e 01:20:36 ---> c1bdf7cc3808 01:20:36 Step 8/22 : COPY . . 01:20:36 Removing intermediate container 894575ec7a16 01:20:36 ---> 54897248a72c 01:20:36 Step 8/22 : COPY . . 01:20:37 Removing intermediate container 62eac84c5aaa 01:20:37 ---> 4dde0bbd8914 01:20:37 Step 8/23 : COPY . . 01:20:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:20:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:20:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:20:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:20:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:20:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:20:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:20:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:20:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:20:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:20:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:20:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:21:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 46.0% of statements 01:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:21:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:21:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.165s coverage: 100.0% of statements 01:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.1% of statements 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:21:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 65.8% of statements 01:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:21:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.699s coverage: 82.3% of statements 01:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:21:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.242s coverage: 28.6% of statements 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:21:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:21:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:21:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements 01:21:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:21:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements 01:21:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:21:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.238s coverage: 78.3% of statements 01:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.246s coverage: 92.8% of statements 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.098s coverage: 58.8% of statements 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:21:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 45.5% of statements 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 01:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 01:21:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements 01:21:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 01:21:45 ---> 6b986f1be305 01:21:45 Step 9/23 : RUN make cmd/core-command/core-command 01:21:45 ---> 17e2ad6c4a60 01:21:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:21:45 ---> 0b2a51592339 01:21:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:21:45 ---> a8e24cd08b00 01:21:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:21:45 ---> Running in b07407c020bc 01:21:45 ---> 57b342985310 01:21:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:21:45 ---> Running in 77c8cf3f0d4e 01:21:45 ---> Running in 44e37fc16d70 01:21:45 ---> Running in 1e7ee0192e0d 01:21:45 ---> Running in a2d7a57394bc 01:21:45 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 01:21:45 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 01:21:45 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 01:21:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:21:45 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 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.092s coverage: 87.2% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.492s coverage: 63.5% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 68.9% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.291s coverage: 37.0% of statements 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.483s coverage: 84.0% of statements 01:21:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements 01:22:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.1% of statements 01:22:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:22:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:22:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:22:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:22:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:22:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements 01:22:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:22:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements 01:22:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.398s coverage: 29.1% of statements 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 100.0% of statements 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.106s coverage: 0.0% of statements 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:22:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 01:22:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 01:22:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 01:22:11 GO111MODULE=on go vet ./... 01:22:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:22:24 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 01:22:30 Removing intermediate container a2d7a57394bc 01:22:30 ---> 917da87cb4e1 01:22:30 01:22:30 Step 10/22 : FROM alpine:3.12 01:22:30 3.12: Pulling from library/alpine 01:22:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:22:33 Status: Downloaded newer image for alpine:3.12 01:22:33 ---> 389fef711851 01:22:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:22:33 Removing intermediate container 44e37fc16d70 01:22:33 ---> 61f88a68c241 01:22:33 01:22:33 Step 10/21 : FROM alpine:3.12 01:22:33 ---> 389fef711851 01:22:33 Step 11/21 : RUN apk add --update --no-cache curl 01:22:33 Removing intermediate container 1e7ee0192e0d 01:22:33 ---> eaa0a4e4d074 01:22:33 01:22:33 Step 10/24 : FROM alpine:3.12 01:22:33 ---> 389fef711851 01:22:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:22:34 ---> Running in 0d45261e3bc3 01:22:35 ---> Running in 4f33aaaae47c 01:22:35 ---> Running in 432be5e155d5 01:22:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:22:38 Removing intermediate container b07407c020bc 01:22:38 ---> 63f7832a4f7f 01:22:38 01:22:38 Step 10/23 : FROM alpine:3.12 01:22:38 ---> 389fef711851 01:22:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:22:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:22:38 ---> Running in f407c726e020 01:22:38 Removing intermediate container 77c8cf3f0d4e 01:22:38 ---> 20fde54e2c65 01:22:38 01:22:38 Step 10/22 : FROM alpine:3.12 01:22:38 ---> 389fef711851 01:22:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:22:38 (1/2) Installing ca-certificates (20191127-r4) 01:22:38 (2/2) Installing dumb-init (1.2.2-r1) 01:22:38 Executing busybox-1.31.1-r19.trigger 01:22:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:22:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:22:39 Executing ca-certificates-20191127-r4.trigger 01:22:39 OK: 6 MiB in 16 packages 01:22:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:22:39 ---> Running in 9f3efc60599a 01:22:39 (1/5) Installing ca-certificates (20191127-r4) 01:22:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:22:39 (3/5) Installing libcurl (7.69.1-r3) 01:22:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:22:39 (4/5) Installing curl (7.69.1-r3) 01:22:39 (5/5) Installing dumb-init (1.2.2-r1) 01:22:39 Executing busybox-1.31.1-r19.trigger 01:22:39 Executing ca-certificates-20191127-r4.trigger 01:22:39 OK: 7 MiB in 19 packages 01:22:39 (1/4) Installing ca-certificates (20191127-r4) 01:22:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:22:40 (3/4) Installing libcurl (7.69.1-r3) 01:22:40 (4/4) Installing curl (7.69.1-r3) 01:22:40 Executing busybox-1.31.1-r19.trigger 01:22:40 Executing ca-certificates-20191127-r4.trigger 01:22:40 OK: 7 MiB in 18 packages 01:22:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:22:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:22:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:22:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:22:41 (1/1) Installing dumb-init (1.2.2-r1) 01:22:41 Executing busybox-1.31.1-r19.trigger 01:22:41 OK: 6 MiB in 15 packages 01:22:41 (1/1) Installing dumb-init (1.2.2-r1) 01:22:41 Executing busybox-1.31.1-r19.trigger 01:22:41 OK: 6 MiB in 15 packages 01:22:41 Removing intermediate container 0d45261e3bc3 01:22:41 ---> 88196f13c5dd 01:22:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:22:42 ---> Running in b32449572d30 01:22:42 Removing intermediate container 4f33aaaae47c 01:22:42 ---> 8acd132ed15a 01:22:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:22:42 Removing intermediate container 432be5e155d5 01:22:42 ---> 1d189a698146 01:22:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:22:42 ---> Running in 266d10c39a47 01:22:42 Removing intermediate container b32449572d30 01:22:42 ---> 819ca972cb62 01:22:42 Step 13/22 : ENV APP_PORT=48060 01:22:43 ---> Running in f8a2e98ef47c 01:22:43 ---> Running in cc9d0ec82bdf 01:22:43 Removing intermediate container f407c726e020 01:22:43 ---> 9ec0e2c4e008 01:22:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:22:43 Removing intermediate container 9f3efc60599a 01:22:43 ---> 793cc22c675a 01:22:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:22:44 ---> Running in ff58aad7a2b2 01:22:44 Removing intermediate container f8a2e98ef47c 01:22:44 ---> aab8f284f690 01:22:44 Step 13/21 : WORKDIR /edgex 01:22:44 Removing intermediate container 266d10c39a47 01:22:44 ---> 60c0da4cdf4d 01:22:44 Step 13/24 : WORKDIR / 01:22:44 ---> Running in 2b677096c555 01:22:44 ---> Running in 753f03df6a0a 01:22:44 ---> Running in 2747191f5ce5 01:22:44 Removing intermediate container cc9d0ec82bdf 01:22:44 ---> 9aaa66a4994a 01:22:44 Step 14/22 : EXPOSE $APP_PORT 01:22:44 Removing intermediate container ff58aad7a2b2 01:22:44 ---> ab66bb67da36 01:22:44 Step 13/23 : ENV APP_PORT=48082 01:22:44 ---> Running in 0010fb221bf2 01:22:44 ---> Running in 7b6ac30829c0 01:22:44 Removing intermediate container 2b677096c555 01:22:44 ---> 65a62a9cc6bf 01:22:44 Step 13/22 : ENV APP_PORT=48085 01:22:44 Removing intermediate container 753f03df6a0a 01:22:44 ---> 89e3f6009146 01:22:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:22:44 Removing intermediate container 2747191f5ce5 01:22:44 ---> 596fdf3e7638 01:22:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:22:45 ---> Running in 534ae35e5373 01:22:45 Removing intermediate container 0010fb221bf2 01:22:45 ---> e02e35fa07f4 01:22:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:22:45 Removing intermediate container 7b6ac30829c0 01:22:45 ---> 993b047b0d41 01:22:45 Step 14/23 : EXPOSE $APP_PORT 01:22:45 ---> 7b8f8dec92ce 01:22:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:22:45 Removing intermediate container 534ae35e5373 01:22:45 ---> 9efe750ba7d6 01:22:45 Step 14/22 : EXPOSE $APP_PORT 01:22:45 ---> f0fa65e87d67 01:22:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:22:46 ---> Running in 16d093cf9709 01:22:46 ---> Running in a24909819063 01:22:46 ---> ca4f60c2a67f 01:22:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:22:46 ---> af6a3f7414fc 01:22:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:22:46 ---> 0f9c9259f4c6 01:22:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:22:46 Removing intermediate container 16d093cf9709 01:22:46 ---> 84ee3846c1c9 01:22:46 Step 15/23 : WORKDIR / 01:22:47 Removing intermediate container a24909819063 01:22:47 ---> f73b2982a231 01:22:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:22:47 ---> Running in ea4989983aca 01:22:47 ---> e0ac52cd50ab 01:22:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:22:48 Removing intermediate container ea4989983aca 01:22:48 ---> 57305a20ed78 01:22:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:22:48 ---> 3664da3345bf 01:22:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:22:48 ---> 7f75b9a8daff 01:22:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:22:48 ---> c617d6850a6d 01:22:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:22:48 ---> Running in d2a7a13f313c 01:22:48 ---> dd8905f7b422 01:22:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:22:48 ---> 3a4e92fe0698 01:22:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:22:48 ---> ab2e1834dc58 01:22:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:22:49 Removing intermediate container d2a7a13f313c 01:22:49 ---> d74ff7fbf3a4 01:22:49 Step 18/21 : CMD ["--init=true"] 01:22:49 ---> Running in cc7869b18708 01:22:49 ---> 21d4884f07e3 01:22:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:22:49 ---> Running in e4b86d954624 01:22:49 ---> f5c8796cf339 01:22:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:22:49 Removing intermediate container cc7869b18708 01:22:49 ---> b50467ae71f9 01:22:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:22:49 ---> 2cde71700cd1 01:22:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:22:49 ---> Running in 7653de6c3ddc 01:22:49 Removing intermediate container e4b86d954624 01:22:49 ---> 9299d5709912 01:22:49 Step 19/21 : LABEL arch=x86_64 01:22:50 ---> Running in cd01a29e58cf 01:22:50 ---> 2b41ec8f5ed1 01:22:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:22:50 ---> bf3000b900f4 01:22:50 Step 19/23 : ENTRYPOINT ["/core-command"] 01:22:50 ---> Running in 4ab679abf072 01:22:50 Removing intermediate container 7653de6c3ddc 01:22:50 ---> c27d4cbc8b3e 01:22:50 Step 20/22 : LABEL arch=x86_64 ---> be5fe7f2c8da 01:22:50 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/ 01:22:50 01:22:50 ---> Running in fcd943e6f41f 01:22:50 ---> Running in 8ea2d803d728 01:22:51 ---> Running in 4347d5a88cb0 01:22:51 Removing intermediate container cd01a29e58cf 01:22:51 ---> 5098626a70f0 01:22:51 Step 20/21 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:22:51 ---> Running in af1638f6f6ce 01:22:51 Removing intermediate container 4ab679abf072 01:22:51 ---> dcba3103a47f 01:22:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:22:51 Removing intermediate container fcd943e6f41f 01:22:51 ---> 38c101eb5169 01:22:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:22:51 Removing intermediate container 8ea2d803d728 01:22:51 ---> 6b7f9484a1e6 01:22:51 Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:22:51 ---> Running in 6eb0f8351188 01:22:51 ---> Running in acfd19c0b3ca 01:22:51 ---> Running in bcebc1d57d01 01:22:51 Removing intermediate container af1638f6f6ce 01:22:51 ---> 4b9a61a716ec 01:22:51 Step 21/21 : LABEL version=0.0.0 01:22:51 ---> Running in b8a76fdcc981 01:22:51 Removing intermediate container 6eb0f8351188 01:22:51 ---> 144f707c7cf9 01:22:51 Step 20/22 : LABEL arch=x86_64 01:22:52 Removing intermediate container acfd19c0b3ca 01:22:52 ---> 990cd807eebf 01:22:52 Step 21/23 : LABEL arch=x86_64 01:22:52 Removing intermediate container bcebc1d57d01 01:22:52 ---> 83f4a7dacb77 01:22:52 Step 22/22 : LABEL version=0.0.0 01:22:52 ---> Running in 1c7cf386676c 01:22:52 ---> Running in f4417aa30cd3 01:22:52 ---> Running in ba5c67d4b180 01:22:52 Removing intermediate container b8a76fdcc981 01:22:52 ---> 89eb2e5578c7 01:22:52 01:22:53 Removing intermediate container 1c7cf386676c 01:22:53 ---> 84ff67cd345b 01:22:53 Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:22:53 Removing intermediate container f4417aa30cd3 01:22:53 ---> 7fc37b9dea5e 01:22:53 Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:22:53 Removing intermediate container ba5c67d4b180 01:22:53 ---> d2f4d5a3fd88 01:22:53 01:22:53 Successfully built 89eb2e5578c7 01:22:53 Removing intermediate container 4347d5a88cb0 01:22:53 ---> 0e32f44e054c 01:22:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:22:53 ---> Running in d5e3808bca01 01:22:53 Successfully tagged docker-security-proxy-setup-go:latest 01:22:53 Building docker-core-metadata-go 01:22:53  Building docker-security-proxy-setup-go ... done  ---> Running in 23ee32503324 01:22:53 ---> Running in 018635df3648 01:22:54 Successfully built d2f4d5a3fd88 01:22:54 Removing intermediate container d5e3808bca01 01:22:54 ---> e6f4cdb048fb 01:22:54 Step 22/22 : LABEL version=0.0.0 01:22:54 Removing intermediate container 018635df3648 01:22:54 ---> 428357fb382a 01:22:54 Step 22/24 : LABEL arch=x86_64 01:22:54 Successfully tagged docker-support-notifications-go:latest 01:22:54  Building docker-support-notifications-go ... done Building docker-core-data-go 01:22:54 Removing intermediate container 23ee32503324 01:22:54 ---> 58ecd3f63e24 01:22:54 Step 23/23 : LABEL version=0.0.0 01:22:54 ---> Running in c6301bf8f96f 01:22:55 ---> Running in dcb6b8c28946 01:22:55 ---> Running in d979a32b1df6 01:22:55 Removing intermediate container c6301bf8f96f 01:22:55 ---> fbf6e6e783d3 01:22:55 01:22:56 Removing intermediate container dcb6b8c28946 01:22:56 ---> 17d3db6ae69a 01:22:56 Step 23/24 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:22:56 Successfully built fbf6e6e783d3 01:22:56 Removing intermediate container d979a32b1df6 01:22:56 ---> fddabeccf30e 01:22:56 01:22:57 Successfully tagged docker-support-scheduler-go:latest 01:22:57  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 01:22:57 ---> Running in 8a46651ae475 01:22:57 Successfully built fddabeccf30e 01:22:57 Successfully tagged docker-core-command-go:latest 01:22:57 Building docker-sys-mgmt-agent-go 01:22:57  Building docker-core-command-go ... done Removing intermediate container 8a46651ae475 01:22:57 ---> 41c47da9c0d0 01:22:57 Step 24/24 : LABEL version=0.0.0 01:22:58 ---> Running in 46046f9c4a53 01:22:59 Removing intermediate container 46046f9c4a53 01:22:59 ---> 8028368c84ec 01:22:59 01:23:00 Successfully built 8028368c84ec 01:23:00 Successfully tagged docker-security-secretstore-setup-go:latest 01:23:32 gofmt -l . 01:23:32 [ "`gofmt -l .`" = "" ] 01:23:32 ./bin/test-go-mod-tidy.sh 01:23:32 ./bin/test-attribution-txt.sh [Pipeline] sh 01:23:33 + ls -al . 01:23:33 total 708 01:23:33 drwxrwxr-x 9 1001 1001 4096 Feb 1 01:23 . 01:23:33 drwxr-xr-x 4 root root 4096 Feb 1 01:19 .. 01:23:33 -rw-rw-r-- 1 1001 1001 11 Feb 1 01:17 .dockerignore 01:23:33 drwxrwxr-x 8 1001 1001 4096 Feb 1 01:17 .git 01:23:33 drwxrwxr-x 3 1001 1001 4096 Feb 1 01:17 .github 01:23:33 -rw-rw-r-- 1 1001 1001 872 Feb 1 01:17 .gitignore 01:23:33 -rw-rw-r-- 1 1001 1001 166 Feb 1 01:17 .sonarcloud.properties 01:23:33 -rw-rw-r-- 1 1001 1001 7859 Feb 1 01:17 Attribution.txt 01:23:33 -rw-rw-r-- 1 1001 1001 3804 Feb 1 01:17 CONTRIBUTING.md 01:23:33 -rw-rw-r-- 1 1001 1001 931 Feb 1 01:17 Dockerfile.build 01:23:33 -rw-rw-r-- 1 1001 1001 863 Feb 1 01:17 Jenkinsfile 01:23:33 -rw-rw-r-- 1 1001 1001 10775 Feb 1 01:17 LICENSE 01:23:33 -rw-rw-r-- 1 1001 1001 6001 Feb 1 01:17 Makefile 01:23:33 -rw-rw-r-- 1 1001 1001 6524 Feb 1 01:17 README.md 01:23:33 -rw-rw-r-- 1 1001 1001 6755 Feb 1 01:17 SECURITY.md 01:23:33 -rw-rw-r-- 1 1001 1001 5 Feb 1 01:13 VERSION 01:23:33 -rw-rw-r-- 1 1001 1001 4131 Feb 1 01:17 ZMQWindows.md 01:23:33 drwxrwxr-x 2 1001 1001 4096 Feb 1 01:17 bin 01:23:33 drwxrwxr-x 15 1001 1001 4096 Feb 1 01:17 cmd 01:23:33 -rw-r--r-- 1 root root 574984 Feb 1 01:22 coverage.out 01:23:33 -rw-r--r-- 1 root root 1054 Feb 1 01:23 go.mod 01:23:33 -rw-r--r-- 1 root root 19289 Feb 1 01:23 go.sum 01:23:33 drwxrwxr-x 8 1001 1001 4096 Feb 1 01:17 internal 01:23:33 drwxrwxr-x 4 1001 1001 4096 Feb 1 01:17 openapi 01:23:33 drwxrwxr-x 4 1001 1001 4096 Feb 1 01:17 snap 01:23:33 -rw-rw-r-- 1 1001 1001 168 Feb 1 01:17 version.go [Pipeline] sh 01:23:34 + '[' -e coverage.out ] 01:23:34 + chown 1001:1001 coverage.out [Pipeline] stash 01:23:34 Warning: overwriting stash ‘coverage-report’ 01:23:35 Stashed 1 file(s) [Pipeline] sh 01:23:36 + make build 01:23:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:23:39  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:23:39 ---> db12cc44a3a1 01:23:39 Step 3/31 : WORKDIR /edgex-go 01:23:39 ---> Using cache 01:23:39 ---> a48735e565b1 01:23:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:39 ---> Using cache 01:23:39 ---> 2c86100d1c9b 01:23:39 Step 5/31 : RUN apk add --update --no-cache make git 01:23:39 ---> Using cache 01:23:39 ---> 0acab4e2c3e6 01:23:39 Step 6/31 : COPY go.mod . 01:23:39 ---> Using cache 01:23:39 ---> 15ada7315332 01:23:39 Step 7/31 : RUN go mod download 01:23:39 ---> Using cache 01:23:39 ---> 4dde0bbd8914 01:23:39 Step 8/31 : COPY . . 01:23:39 ---> Using cache 01:23:39 ---> 6b986f1be305 01:23:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:23:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:23:39 ---> db12cc44a3a1 01:23:39 Step 3/23 : WORKDIR /edgex-go 01:23:39 ---> Using cache 01:23:39 ---> a48735e565b1 01:23:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:39 ---> Using cache 01:23:39 ---> 2c86100d1c9b 01:23:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:23:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:23:39 ---> db12cc44a3a1 01:23:39 Step 3/26 : WORKDIR /edgex-go 01:23:39 ---> Using cache 01:23:39 ---> a48735e565b1 01:23:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:39 ---> Using cache 01:23:39 ---> 2c86100d1c9b 01:23:39 Step 5/26 : RUN apk add --update --no-cache make bash git 01:23:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:23:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:23:39 ---> db12cc44a3a1 01:23:39 Step 3/23 : WORKDIR /edgex-go 01:23:39 ---> Using cache 01:23:39 ---> a48735e565b1 01:23:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:39 ---> Using cache 01:23:39 ---> 2c86100d1c9b 01:23:39 Step 5/23 : RUN apk add --update --no-cache make git 01:23:39 ---> Using cache 01:23:39 ---> 0acab4e2c3e6 01:23:39 Step 6/23 : COPY go.mod . 01:23:39 ---> Using cache 01:23:39 ---> 15ada7315332 01:23:39 Step 7/23 : RUN go mod download 01:23:39 ---> Using cache 01:23:39 ---> 4dde0bbd8914 01:23:39 Step 8/23 : COPY . . 01:23:40 ---> Using cache 01:23:40 ---> 6b986f1be305 01:23:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:23:40 ---> Running in 2e3a08e6881a 01:23:40 ---> Running in 66806aef64b7 01:23:40 ---> Running in 18639efc0e1b 01:23:40 ---> Running in ca4f5b04cf2c 01:23:42 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 01:23:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:23:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:23:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:23:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:23:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:23:43 OK: 233 MiB in 51 packages 01:23:43 OK: 233 MiB in 51 packages 01:23:45 Removing intermediate container 66806aef64b7 01:23:45 ---> 706bcac7dcbd 01:23:45 Step 6/26 : COPY go.mod . 01:23:45 Removing intermediate container 2e3a08e6881a 01:23:45 ---> c8b42ae01f31 01:23:45 Step 6/23 : COPY go.mod . 01:23:46 ---> 43d7452c79fc 01:23:46 Step 7/26 : RUN go mod download 01:23:46 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 01:23:46 ---> Running in 8b135d41f34f 01:23:46 ---> 19276bada68a 01:23:46 Step 7/23 : RUN go mod download 01:23:46 ---> Running in 0e3f324a9693 01:23:53 Removing intermediate container 8b135d41f34f 01:23:53 ---> 9f55b83e9957 01:23:53 Step 8/26 : COPY . . 01:23:53 Removing intermediate container 0e3f324a9693 01:23:53 ---> 4cecf5842311 01:23:53 Step 8/23 : COPY . . 01:24:13 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 01:24:15 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 01:24:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:24:22 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 01:24:23 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 01:24:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:24:32 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 01:24:36 Removing intermediate container 18639efc0e1b 01:24:36 ---> bae93bde7732 01:24:36 01:24:36 Step 10/23 : FROM alpine:3.12 01:24:36 ---> 389fef711851 01:24:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:24:36 ---> Using cache 01:24:36 ---> 793cc22c675a 01:24:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:24:36 ---> Using cache 01:24:36 ---> 65a62a9cc6bf 01:24:36 Step 13/23 : ENV APP_PORT=48081 01:24:37 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 01:24:38 ---> Running in d1ed382be577 01:24:41 Removing intermediate container d1ed382be577 01:24:41 ---> 635b6b239086 01:24:41 Step 14/23 : EXPOSE $APP_PORT 01:24:41 Removing intermediate container ca4f5b04cf2c 01:24:41 ---> f1ad6dc17a6e 01:24:41 01:24:41 Step 10/31 : FROM alpine:3.12 01:24:41 ---> 389fef711851 01:24:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:24:41 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 01:24:41 ---> Running in 902786e62cba 01:24:41 ---> Running in 5596b00b69ef 01:24:41 ---> f6fe19419659 01:24:41 Step 9/23 : RUN make cmd/core-data/core-data 01:24:41 ---> 6d42f292f108 01:24:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:24:41 ---> Running in 410174a73de5 01:24:41 Removing intermediate container 902786e62cba 01:24:41 ---> cd6bdb3e2700 01:24:41 Step 15/23 : WORKDIR / 01:24:41 ---> Running in d0338de314ac 01:24:41 Removing intermediate container 5596b00b69ef 01:24:41 ---> f39e633abc88 01:24:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:24:41 ---> Running in 985aab13c44e 01:24:41 ---> Running in 3900535ee89c 01:24:43 Removing intermediate container 985aab13c44e 01:24:43 ---> 62abad294e11 01:24:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:24:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:24:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:24:43 ---> 675b1918491e 01:24:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:24:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:24:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:24:44 (1/2) Installing dumb-init (1.2.2-r1) 01:24:44 (2/2) Installing su-exec (0.2-r1) 01:24:44 Executing busybox-1.31.1-r19.trigger 01:24:44 OK: 6 MiB in 16 packages 01:24:45 ---> dcef9d8538e4 01:24:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:24:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:24:46 ---> 0fbc3322c723 01:24:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:24:46 Removing intermediate container 3900535ee89c 01:24:46 ---> d5e8455092dc 01:24:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:24:46 ---> Running in 0857b6665084 01:24:46 ---> Running in 73224800f049 01:24:47 Removing intermediate container 73224800f049 01:24:47 ---> b52e87fa1466 01:24:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:24:47 Removing intermediate container 0857b6665084 01:24:47 ---> fc2b032d22d8 01:24:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:24:48 ---> Running in 5a101d13313a 01:24:48 ---> Running in 1ade2f9199fa 01:24:48 Removing intermediate container 5a101d13313a 01:24:48 ---> 700d86321950 01:24:48 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:24:49 Removing intermediate container 1ade2f9199fa 01:24:49 ---> c3e9d7934c43 01:24:49 Step 21/23 : LABEL arch=x86_64 01:24:49 ---> Running in ec86dab1e050 01:24:49 ---> Running in 53929549670b 01:24:49 Removing intermediate container 53929549670b 01:24:49 ---> d8519e3ad9e4 01:24:49 Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:24:50 ---> Running in 2eb09f76032d 01:24:50 Removing intermediate container 2eb09f76032d 01:24:50 ---> c11300c3c753 01:24:50 Step 23/23 : LABEL version=0.0.0 01:24:51 ---> Running in 5bbc7560f0ef 01:24: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 01:24:51 Removing intermediate container 5bbc7560f0ef 01:24:51 ---> bbfe74b22a6b 01:24:51 01:24:52 Removing intermediate container ec86dab1e050 01:24:52 ---> b3f595142869 01:24:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:24:52 Successfully built bbfe74b22a6b 01:24:52 Successfully tagged docker-core-metadata-go:latest 01:24:52  Building docker-core-metadata-go ... done  ---> Running in 80bee71d0f2e 01:24:53 Removing intermediate container 80bee71d0f2e 01:24:53 ---> c4482364b736 01:24:53 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:24:54 ---> 0acea2ea06e6 01:24:54 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:24:54 ---> Running in 025c755c4616 01:24:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:24:58 Removing intermediate container 025c755c4616 01:24:58 ---> 87b0eed023b3 01:24:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:24:58 ---> 14986a9e4617 01:24:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:25:00 ---> 6627e7ec05b3 01:25:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] } 01:25:00 $ docker stop --time=1 052e551bcb6285e0be0f84c611f38f3072c518964e84188ee41d053347bfd4d3 01:25:01 ---> d5bc4a1cbded 01:25:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:25:03 ---> f55060c0bb80 01:25:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:25:03 $ docker rm -f 052e551bcb6285e0be0f84c611f38f3072c518964e84188ee41d053347bfd4d3 01:25:04 ---> a031ba70ba11 01:25:04 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 01:25:05 ---> Running in 4fd94f54ae51 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:25:05 Removing intermediate container 4fd94f54ae51 01:25:05 ---> 88b9176df03b 01:25:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:25:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:25:05 01:25:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:25:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:25:06 latest: Pulling from edgex-devops/edgex-compose-arm64 01:25:06 29e5d40040c1: Pulling fs layer 01:25:06 1ce36da41761: Pulling fs layer 01:25:06 25b303627fd3: Pulling fs layer 01:25:06 29e5d40040c1: Verifying Checksum 01:25:06 29e5d40040c1: Download complete 01:25:06 ---> 5adfa53c18ec 01:25:06 Step 26/31 : RUN chmod +x /entrypoint.sh 01:25:07 1ce36da41761: Verifying Checksum 01:25:07 1ce36da41761: Download complete 01:25:07 29e5d40040c1: Pull complete 01:25:07 ---> Running in e65436319810 01:25:08 1ce36da41761: Pull complete 01:25:09 25b303627fd3: Verifying Checksum 01:25:09 25b303627fd3: Download complete 01:25:10 Removing intermediate container e65436319810 01:25:10 ---> 01f2638a5a35 01:25:10 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:25:11 ---> Running in d0502cb27ab8 01:25:11 Removing intermediate container d0502cb27ab8 01:25:11 ---> 9214310315c4 01:25:11 Step 28/31 : CMD ["gate"] 01:25:12 ---> Running in a5ae9f3ca67a 01:25:13 Removing intermediate container d0338de314ac 01:25:13 ---> 9fb8a70b9473 01:25:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:25:13 ---> Running in ab449393260d 01:25:13 Removing intermediate container a5ae9f3ca67a 01:25:13 ---> 0580fafef36f 01:25:13 Step 29/31 : LABEL arch=x86_64 01:25:14 ---> Running in 31a539db7f5c 01:25:15 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 01:25:15 Removing intermediate container 31a539db7f5c 01:25:15 ---> d91fc1164fe7 01:25:15 Step 30/31 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:25:16 ---> Running in 31204c2a596d 01:25:16 Removing intermediate container 31204c2a596d 01:25:16 ---> bf438d8406bd 01:25:16 Step 31/31 : LABEL version=0.0.0 01:25:16 ---> Running in 7e2cd2261b75 01:25:17 Removing intermediate container 7e2cd2261b75 01:25:17 ---> 4af5362e0dfa 01:25:17 01:25:18 Successfully built 4af5362e0dfa 01:25:18 Successfully tagged docker-security-bootstrapper-go:latest 01:25:19  Building docker-security-bootstrapper-go ... done Removing intermediate container 410174a73de5 01:25:19 ---> 877f84663953 01:25:19 01:25:19 Step 10/23 : FROM alpine:3.12 01:25:19 ---> 389fef711851 01:25:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:25:19 Removing intermediate container ab449393260d 01:25:19 ---> f1fc08a8a36d 01:25:19 01:25:19 Step 11/26 : FROM docker:20.10.0 01:25:19 ---> Running in 0ec7c269f7dc 01:25:19 20.10.0: Pulling from library/docker 01:25:20 25b303627fd3: Pull complete 01:25:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:25:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:25:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:25:20 Removing intermediate container 0ec7c269f7dc 01:25:20 ---> 08c3b2850dfb 01:25:20 Step 12/23 : ENV APP_PORT=48080 01:25:20 ---> Running in f555ac225101 01:25:20 prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container 01:25:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:25:20 Removing intermediate container f555ac225101 01:25:20 ---> c4e1d3d40d16 01:25:20 Step 13/23 : EXPOSE $APP_PORT 01:25:20 ---> Running in feaa4a841b4d 01:25:21 Removing intermediate container feaa4a841b4d 01:25:21 ---> b9149ddbfa49 01:25:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:21 ---> Running in 4479820a4baf 01:25:23 $ docker top ba25db9835debe63339f466cc7f1ec473e9a4e7101850637fd19184b1c58a63c -eo pid,comm 01:25:24 Removing intermediate container 4479820a4baf 01:25:24 ---> 4533fd2428fd 01:25:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:25:24 ---> Running in 559f68818d6d [Pipeline] { [Pipeline] sh 01:25:24 + docker-compose build --help 01:25:24 + grep parallel 01:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:26 (1/6) Installing dumb-init (1.2.2-r1) 01:25:26 (2/6) Installing libgcc (9.3.0-r2) 01:25:26 (3/6) Installing libsodium (1.0.18-r0) 01:25:26 (4/6) Installing libstdc++ (9.3.0-r2) 01:25:27 (5/6) Installing libzmq (4.3.3-r0) 01:25:27 (6/6) Installing zeromq (4.3.3-r0) 01:25:27 Executing busybox-1.31.1-r19.trigger 01:25:27 OK: 8 MiB in 20 packages 01:25:29 Removing intermediate container 559f68818d6d 01:25:29 ---> b84691438ffb 01:25:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:25:29 --parallel Build images in parallel. [Pipeline] } 01:25:29 $ docker stop --time=1 ba25db9835debe63339f466cc7f1ec473e9a4e7101850637fd19184b1c58a63c 01:25:29 ---> 752591a979ce 01:25:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:25:31 ---> 88e13a0b62f4 01:25:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:25:31 $ docker rm -f ba25db9835debe63339f466cc7f1ec473e9a4e7101850637fd19184b1c58a63c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 01:25:31 ---> 5680cdc98cab 01:25:31 Step 19/23 : ENTRYPOINT ["/core-data"] 01:25:31 ---> Running in 9e6ba05c406f [Pipeline] isUnix [Pipeline] sh 01:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:25:32 . [Pipeline] withDockerContainer 01:25:32 Removing intermediate container 9e6ba05c406f 01:25:32 ---> 00da26b895c2 01:25:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:25:32 prd-ubuntu18.04-docker-arm64-4c-16g-24235 does not seem to be running inside a container 01:25:32 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:25:32 ---> Running in d68ff3b65ecb 01:25:32 Removing intermediate container d68ff3b65ecb 01:25:32 ---> 2b19b24c94db 01:25:32 Step 21/23 : LABEL arch=x86_64 01:25:33 ---> Running in 1816d63300b7 01:25:33 Removing intermediate container 1816d63300b7 01:25:33 ---> e48ea40f4eb9 01:25:33 Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:25:33 ---> Running in 53a7fb7acb02 01:25:34 $ docker top 1f55fbc99fcff995f3936816bed0042f528c0c045b4c5305950772fc87b399f5 -eo pid,comm 01:25:34 Removing intermediate container 53a7fb7acb02 01:25:34 ---> 6b98783242fd 01:25:34 Step 23/23 : LABEL version=0.0.0 01:25:34 ---> Running in c5f9644fb2b5 [Pipeline] { 01:25:34 Removing intermediate container c5f9644fb2b5 01:25:34 ---> 62a44e9270a1 01:25:34 01:25:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:25:34 Status: Downloaded newer image for docker:20.10.0 01:25:34 ---> aefe523efa57 01:25:34 Step 12/26 : RUN apk add --no-cache bash 01:25:34 ---> Running in 8f1c520c2d20 [Pipeline] sh 01:25:34 Successfully built 62a44e9270a1 01:25:34 Successfully tagged docker-core-data-go:latest 01:25:35 + docker-compose -f ./docker-compose-build.yml build --parallel 01:25:35  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:36 (1/2) Installing readline (8.0.4-r0) 01:25:36 (2/2) Installing bash (5.0.17-r0) 01:25:36 Executing bash-5.0.17-r0.post-install 01:25:36 Executing busybox-1.31.1-r19.trigger 01:25:36 OK: 12 MiB in 22 packages 01:25:37 Removing intermediate container 8f1c520c2d20 01:25:37 ---> 96ff520705bf 01:25:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:25:37 ---> Running in cc8969f8be20 01:25:37 Removing intermediate container cc8969f8be20 01:25:37 ---> d84ab36a921d 01:25:37 Step 14/26 : ENV APP_PORT=48090 01:25:37 ---> Running in d7194cbad739 01:25:37 Removing intermediate container d7194cbad739 01:25:37 ---> 539800669f41 01:25:37 Step 15/26 : EXPOSE $APP_PORT 01:25:37 ---> Running in d120a5a7f45e 01:25:38 Removing intermediate container d120a5a7f45e 01:25:38 ---> 0273f416b9e4 01:25:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:25:39 ---> f5a6046c9f76 01:25:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:25:39 ---> 66cdc43c35d1 01:25:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:25:39 Building docker-core-command-go ... 01:25:39 Building docker-core-data-go ... 01:25:39 Building docker-core-metadata-go ... 01:25:39 Building docker-security-bootstrapper-go ... 01:25:39 Building docker-security-proxy-setup-go ... 01:25:39 Building docker-security-secretstore-setup-go ... 01:25:39 Building docker-support-notifications-go ... 01:25:39 Building docker-support-scheduler-go ... 01:25:39 Building docker-sys-mgmt-agent-go ... 01:25:39 Building docker-support-notifications-go 01:25:39 Building docker-core-command-go 01:25:39 Building docker-core-data-go 01:25:39 Building docker-support-scheduler-go 01:25:39 Building docker-sys-mgmt-agent-go 01:25:39 ---> 10ddcab37a2e 01:25:39 Step 19/26 : RUN apk --no-cache add py3-pip 01:25:39 ---> Running in 06baccb0b99a 01:25:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:41 (1/33) Installing libbz2 (1.0.8-r1) 01:25:41 (2/33) Installing expat (2.2.9-r1) 01:25:41 (3/33) Installing libffi (3.3-r2) 01:25:41 (4/33) Installing gdbm (1.13-r1) 01:25:41 (5/33) Installing xz-libs (5.2.5-r0) 01:25:41 (6/33) Installing sqlite-libs (3.32.1-r0) 01:25:41 (7/33) Installing python3 (3.8.5-r0) 01:25:42 (8/33) Installing py3-appdirs (1.4.4-r1) 01:25:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:25:42 (10/33) Installing py3-parsing (2.4.7-r0) 01:25:42 (11/33) Installing py3-six (1.15.0-r0) 01:25:42 (12/33) Installing py3-packaging (20.4-r0) 01:25:42 (13/33) Installing py3-setuptools (47.0.0-r0) 01:25:42 (14/33) Installing py3-chardet (3.0.4-r4) 01:25:42 (15/33) Installing py3-idna (2.9-r0) 01:25:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:25:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:25:42 (18/33) Installing py3-requests (2.23.0-r0) 01:25:42 (19/33) Installing py3-msgpack (1.0.0-r0) 01:25:42 (20/33) Installing py3-lockfile (0.12.2-r3) 01:25:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:25:42 (22/33) Installing py3-colorama (0.4.3-r0) 01:25:42 (23/33) Installing py3-distlib (0.3.0-r0) 01:25:42 (24/33) Installing py3-distro (1.5.0-r1) 01:25:42 (25/33) Installing py3-webencodings (0.5.1-r3) 01:25:43 (26/33) Installing py3-html5lib (1.0.1-r4) 01:25:43 (27/33) Installing py3-pytoml (0.1.21-r0) 01:25:43 (28/33) Installing py3-pep517 (0.8.2-r0) 01:25:43 (29/33) Installing py3-progress (1.5-r0) 01:25:43 (30/33) Installing py3-toml (0.10.1-r0) 01:25:43 (31/33) Installing py3-retrying (1.3.3-r0) 01:25:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:25:43 (33/33) Installing py3-pip (20.1.1-r0) 01:25:43 Executing busybox-1.31.1-r19.trigger 01:25:43 OK: 71 MiB in 55 packages 01:25:53 Removing intermediate container 06baccb0b99a 01:25:53 ---> 247dbc78dac1 01:25:53 Step 20/26 : RUN pip install docker-compose==1.23.2 01:25:53 ---> Running in 34f146827d5f 01:25:57 Collecting docker-compose==1.23.2 01:25:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:25:57 Collecting cached-property<2,>=1.2.0 01:25:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:25:57 Collecting PyYAML<4,>=3.10 01:25:57 Downloading PyYAML-3.13.tar.gz (270 kB) 01:25:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:25:58 Collecting jsonschema<3,>=2.5.1 01:25:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:25:59 Collecting docker<4.0,>=3.6.0 01:25:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:25:59 Collecting dockerpty<0.5,>=0.4.1 01:25:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:26:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:26:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:26:00 Collecting websocket-client<1.0,>=0.32.0 01:26:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:26:00 Collecting texttable<0.10,>=0.9.0 01:26:00 Downloading texttable-0.9.1.tar.gz (11 kB) 01:26:01 Collecting docopt<0.7,>=0.6.1 01:26:01 Downloading docopt-0.6.2.tar.gz (25 kB) 01:26:02 Collecting docker-pycreds>=0.4.0 01:26:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:26:02 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) 01:26:02 Collecting idna<2.8,>=2.5 01:26:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:26:03 Collecting urllib3<1.25,>=1.21.1 01:26:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:26:03 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) 01:26:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:26:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:26:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:26:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:26:03 Installing collected packages: cached-property, PyYAML, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, texttable, docopt, docker-compose 01:26:03 Running setup.py install for PyYAML: started 01:26:04 Running setup.py install for PyYAML: finished with status 'done' 01:26:04 Attempting uninstall: idna 01:26:04 Found existing installation: idna 2.9 01:26:04 Uninstalling idna-2.9: 01:26:04 Successfully uninstalled idna-2.9 01:26:05 Attempting uninstall: urllib3 01:26:05 Found existing installation: urllib3 1.25.9 01:26:05 Uninstalling urllib3-1.25.9: 01:26:05 Successfully uninstalled urllib3-1.25.9 01:26:05 Attempting uninstall: requests 01:26:05 Found existing installation: requests 2.23.0 01:26:05 Uninstalling requests-2.23.0: 01:26:05 Successfully uninstalled requests-2.23.0 01:26:05 Running setup.py install for dockerpty: started 01:26:06 Running setup.py install for dockerpty: finished with status 'done' 01:26:06 Running setup.py install for texttable: started 01:26:07 Running setup.py install for texttable: finished with status 'done' 01:26:07 Running setup.py install for docopt: started 01:26:08 Running setup.py install for docopt: finished with status 'done' 01:26:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:26:11 Removing intermediate container 34f146827d5f 01:26:11 ---> 895f21317fa8 01:26:11 Step 21/26 : RUN apk --no-cache add curl 01:26:11 ---> Running in 1d2a52e440f2 01:26:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:26:12 (2/3) Installing libcurl (7.69.1-r3) 01:26:12 (3/3) Installing curl (7.69.1-r3) 01:26:12 Executing busybox-1.31.1-r19.trigger 01:26:12 OK: 72 MiB in 58 packages 01:26:13 Removing intermediate container 1d2a52e440f2 01:26:13 ---> 86b06b09bf07 01:26:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:26:13 ---> Running in 000f9aa55843 01:26:14 Removing intermediate container 000f9aa55843 01:26:14 ---> 67643f68497c 01:26:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:14 ---> Running in 2d71ccba54e4 01:26:14 Removing intermediate container 2d71ccba54e4 01:26:14 ---> 8add77c839d7 01:26:14 Step 24/26 : LABEL arch=x86_64 01:26:14 ---> Running in 09e754a8ee55 01:26:15 Removing intermediate container 09e754a8ee55 01:26:15 ---> 8af773c03bcc 01:26:15 Step 25/26 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:26:15 ---> Running in 6971886cdc02 01:26:15 Removing intermediate container 6971886cdc02 01:26:15 ---> d57f0621d9a9 01:26:15 Step 26/26 : LABEL version=0.0.0 01:26:15 ---> Running in 054c9151cc39 01:26:16 Removing intermediate container 054c9151cc39 01:26:16 ---> 3a87e3473f30 01:26:16 01:26:16 Successfully built 3a87e3473f30 01:26:16 Successfully tagged docker-sys-mgmt-agent-go:latest 01:26:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:26:16 $ docker stop --time=1 a796e7addf648de96124fa9a6e3150d4ff1fd33a0c5c86592f7b51817cdd849a 01:26:19 $ docker rm -f a796e7addf648de96124fa9a6e3150d4ff1fd33a0c5c86592f7b51817cdd849a [Pipeline] // withDockerContainer [Pipeline] sh 01:26:19 + docker images 01:26:19 + grep docker 01:26:20 docker-sys-mgmt-agent-go latest 3a87e3473f30 5 seconds ago 313MB 01:26:20 docker-core-data-go latest 62a44e9270a1 46 seconds ago 22.3MB 01:26:20 docker-security-bootstrapper-go latest 4af5362e0dfa About a minute ago 23.8MB 01:26:20 docker-core-metadata-go latest bbfe74b22a6b About a minute ago 18.8MB 01:26:20 docker-security-secretstore-setup-go latest 8028368c84ec 3 minutes ago 24.6MB 01:26:20 docker-support-scheduler-go latest fbf6e6e783d3 3 minutes ago 17MB 01:26:20 docker-core-command-go latest fddabeccf30e 3 minutes ago 16.9MB 01:26:20 docker-security-proxy-setup-go latest 89eb2e5578c7 3 minutes ago 24.4MB 01:26:20 docker-support-notifications-go latest d2f4d5a3fd88 3 minutes ago 16.9MB 01:26:20 docker 20.10.0 aefe523efa57 7 weeks 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 01:26:36 Still waiting to schedule task 01:26:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:26:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:26:47 ---> f3888d1f4ca3 01:26:47 Step 3/26 : WORKDIR /edgex-go 01:26:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:26:47 ---> f3888d1f4ca3 01:26:47 Step 3/23 : WORKDIR /edgex-go 01:26:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:26:47 ---> f3888d1f4ca3 01:26:47 Step 3/23 : WORKDIR /edgex-go 01:26:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:26:47 ---> f3888d1f4ca3 01:26:47 Step 3/22 : WORKDIR /edgex-go 01:26:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:26:47 ---> f3888d1f4ca3 01:26:47 Step 3/22 : WORKDIR /edgex-go 01:26:50 ---> Running in 9451c3856e1b 01:26:50 ---> Running in 10bbd006b0ae 01:26:50 ---> Running in 9da1b07cb09a 01:26:50 ---> Running in e93e8824310b 01:26:50 ---> Running in 3265e6ca6b17 01:26:50 Removing intermediate container 9da1b07cb09a 01:26:50 ---> b09b1920d28d 01:26:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:50 Removing intermediate container 10bbd006b0ae 01:26:50 ---> 612239e72e51 01:26:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:50 Removing intermediate container 9451c3856e1b 01:26:50 ---> 053791d7813e 01:26:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:51 Removing intermediate container 3265e6ca6b17 01:26:51 ---> b44447c26834 01:26:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:51 Removing intermediate container e93e8824310b 01:26:51 ---> 4b9a4a82a0bf 01:26:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:51 ---> Running in 0ebbc5f78434 01:26:51 ---> Running in 26ed8bc8d91d 01:26:51 ---> Running in f163e7df03b3 01:26:51 ---> Running in 4927eadfaeff 01:26:51 ---> Running in 35b57b637226 01:26:54 Removing intermediate container f163e7df03b3 01:26:54 ---> 8aaffd22066d 01:26:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:26:55 ---> Running in d7b82d973f04 01:26:55 Removing intermediate container 26ed8bc8d91d 01:26:55 ---> 2c02dcaf9176 01:26:55 Step 5/26 : RUN apk add --update --no-cache make bash git 01:26:55 Removing intermediate container 0ebbc5f78434 01:26:55 ---> 8c967a9e3bfe 01:26:55 Step 5/23 : RUN apk add --update --no-cache make git 01:26:55 ---> Running in 1ad6ab1e7dde 01:26:56 ---> Running in 1827fb859e4e 01:26:56 Removing intermediate container 4927eadfaeff 01:26:56 ---> 20a6badadbca 01:26:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:26:56 Removing intermediate container 35b57b637226 01:26:56 ---> d92e9e3cf11e 01:26:56 Step 5/22 : RUN apk add --update --no-cache make git 01:26:56 ---> Running in 63784f49577a 01:26:56 ---> Running in 0c655c894e46 01:26:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:26:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:26:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:26:58 OK: 217 MiB in 51 packages 01:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:26:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:27:00 OK: 217 MiB in 51 packages 01:27:00 Removing intermediate container d7b82d973f04 01:27:00 ---> b1f50b8623a3 01:27:00 Step 6/23 : COPY go.mod . 01:27:00 OK: 217 MiB in 51 packages 01:27:00 OK: 217 MiB in 51 packages 01:27:00 OK: 217 MiB in 51 packages 01:27:01 ---> 45fc7680f4b2 01:27:01 Step 7/23 : RUN go mod download 01:27:01 ---> Running in 4409523aba83 01:27:01 Removing intermediate container 1ad6ab1e7dde 01:27:01 ---> 7ccdaf8e0562 01:27:01 Step 6/26 : COPY go.mod . 01:27:02 Removing intermediate container 1827fb859e4e 01:27:02 ---> cc155525af2d 01:27:02 Step 6/23 : COPY go.mod . 01:27:02 Removing intermediate container 63784f49577a 01:27:02 ---> 0c29cb3a015d 01:27:02 Step 6/22 : COPY go.mod . 01:27:03 ---> f0073c3371ce 01:27:03 Step 7/26 : RUN go mod download 01:27:03 Removing intermediate container 0c655c894e46 01:27:03 ---> 1dbd2b05256e 01:27:03 Step 6/22 : COPY go.mod . 01:27:03 ---> Running in e773fa1c3c39 01:27:03 ---> 386c9d04f331 01:27:03 Step 7/23 : RUN go mod download 01:27:04 ---> b2aa0c500b67 01:27:04 Step 7/22 : RUN go mod download 01:27:04 ---> Running in 0a17959d155a 01:27:04 ---> Running in e4eb9e4e3cdc 01:27:04 ---> 0b8a5bafa99c 01:27:04 Step 7/22 : RUN go mod download 01:27:04 ---> Running in 6f2572fad232 01:27:05 Removing intermediate container 4409523aba83 01:27:05 ---> 3adfbb3999af 01:27:05 Step 8/23 : COPY . . 01:27:06 Removing intermediate container e773fa1c3c39 01:27:06 ---> b3512f3e8feb 01:27:06 Step 8/26 : COPY . . 01:27:08 Removing intermediate container 0a17959d155a 01:27:08 ---> 1f027297275b 01:27:08 Step 8/23 : COPY . . 01:27:09 Removing intermediate container e4eb9e4e3cdc 01:27:09 ---> d74068ac971c 01:27:09 Step 8/22 : COPY . . 01:27:10 Removing intermediate container 6f2572fad232 01:27:10 ---> 486c2d975fa2 01:27:10 Step 8/22 : COPY . . 01:27:32 Running on prd-ubuntu18.04-docker-8c-8g-24237 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws 01:27:32 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 01:27:35 using credential edgex-jenkins-ssh 01:27:35 Cloning the remote Git repository 01:27:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:27:35 > git init /w/workspace/edgex-go/10 # timeout=10 01:27:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:27:35 > git --version # timeout=10 01:27:35 > git --version # 'git version 2.17.1' 01:27:35 using GIT_SSH to set credentials SSH Credentials for GitHub 01:27:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:27:37 ---> d8fad0be9b42 01:27:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:27:37 ---> 8c5a5177fa40 01:27:37 Step 9/23 : RUN make cmd/core-data/core-data 01:27:37 ---> fc0ef1fa1db0 01:27:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:27:37 ---> Running in 129765b81dd3 01:27:37 ---> Running in 5b0175ba1c40 01:27:37 ---> 22492c1f0464 01:27:37 Step 9/23 : RUN make cmd/core-command/core-command 01:27:37 ---> 57f35a8a45af 01:27:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:27:37 ---> Running in 483d234e93a7 01:27:37 ---> Running in a6b7a98d3f5c 01:27:37 ---> Running in 9a07f411f8b5 01:27:37 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 01:27:37 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 01:27:37 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 01:27:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:27:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:27:44 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:27:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:27:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:27:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:27:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:27:43 using GIT_SSH to set credentials SSH Credentials for GitHub 01:27:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:27:44 > git config core.sparsecheckout # timeout=10 01:27:44 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 01:27:44 Merge succeeded, producing e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:27:44 Checking out Revision e333ecd1da9aaba0972792a779bd9b340e8c74fe (PR-3080) 01:27:44 > git remote # timeout=10 01:27:44 > git config --get remote.origin.url # timeout=10 01:27:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:27:44 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 01:27:44 > git rev-parse HEAD^{commit} # timeout=10 01:27:44 > git config core.sparsecheckout # timeout=10 01:27:44 > git checkout -f e333ecd1da9aaba0972792a779bd9b340e8c74fe # timeout=10 01:27:48 Commit message: "refactor(meta): Move Transform func to go-mode-core-contract" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:49 + echo snap-build.sh 01:27:49 snap-build.sh 01:27:49 + SNAP_BASE_DIR=. 01:27:49 + '[' '!' -z /w/workspace/edgex-go/10 ']' 01:27:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 01:27:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 01:27:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 01:27:49 + cd /w/workspace/edgex-go/10 01:27:49 + sudo apt-get remove -qy --purge lxd lxd-client 01:27:49 Reading package lists... 01:27:49 Building dependency tree... 01:27:49 Reading state information... 01:27:49 The following packages were automatically installed and are no longer required: 01:27:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:27:49 uidmap xdelta3 01:27:49 Use 'sudo apt autoremove' to remove them. 01:27:49 The following packages will be REMOVED: 01:27:49 lxd* lxd-client* 01:27:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:27:50 After this operation, 31.7 MB disk space will be freed. 01:27:51 (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.) 01:27:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:27:52 Removing lxd dnsmasq configuration 01:27:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:27:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:27:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:27:54 (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.) 01:27:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:27:55 Processing triggers for systemd (237-3ubuntu10.42) ... 01:27:55 Processing triggers for ureadahead (0.100.0-21) ... 01:27:57 + sudo snap remove --purge lxd 01:27:57 snap "lxd" is not installed 01:27:57 + sudo groupadd --force --system lxd 01:27:57 ++ whoami 01:27:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:27:57 + newgrp - lxd 01:27:57 + sudo snap install lxd 01:28:05 2021-02-01T01:28:03Z INFO Waiting for automatic snapd restart... 01:28:20 lxd 4.10 from Canonical* installed 01:28:20 + sudo lxd init --auto 01:28:30 + sudo snap install --classic snapcraft 01:28:34 snapcraft 4.4.4 from Canonical* installed 01:28:34 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:28:34 + patch --verbose -p1 01:28:34 Hmm... Looks like a unified diff to me... 01:28:34 The text leading up to this was: 01:28:34 -------------------------- 01:28:34 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:28:34 |From: Tony Espy 01:28:34 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:28:34 |Subject: [PATCH] optimize snap build for pipeline CI check 01:28:34 | 01:28:34 |This patch is used by the EdgeX CI pipeline builds to 01:28:34 |optimize the snap CI check run for pull requests. When 01:28:34 |applied, it essentially strips out everything (apps and 01:28:34 |parts) from the snapcraft.yaml file except those required 01:28:34 |to build edgex-go, as the whole idea of the CI check is to 01:28:34 |catch changes to edgex-go that break the snap build. 01:28:34 | 01:28:34 |In general, anyone updating snapcraft.yaml will also need 01:28:34 |to update this patch file, otherwise it may fail to apply, 01:28:34 |resulting in a failed snap build CI check in the associated 01:28:34 |pull request. 01:28:34 | 01:28:34 |Note - in addition to applying this patch, the pipeline also 01:28:34 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:28:34 |need to build the finally binary .snap file (and it won't 01:28:34 |work with the patch applied). This further reduces the build 01:28:34 |time. 01:28:34 |--- 01:28:34 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:28:34 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:28:34 | 01:28:34 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:28:34 |index 1e537489..faf42425 100644 01:28:34 |--- a/snap/snapcraft.yaml 01:28:34 |+++ b/snap/snapcraft.yaml 01:28:34 -------------------------- 01:28:34 patching file snap/snapcraft.yaml 01:28:34 Using Plan A... 01:28:34 Hunk #1 succeeded at 73. 01:28:34 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:28:34 Hunk #3 succeeded at 214 (offset -1 lines). 01:28:34 Hunk #4 succeeded at 222 (offset -1 lines). 01:28:34 Hunk #5 succeeded at 229 (offset -1 lines). 01:28:34 Hunk #6 succeeded at 256 (offset -1 lines). 01:28:34 Hunk #7 succeeded at 290 (offset -1 lines). 01:28:34 Hunk #8 succeeded at 342. 01:28:34 Hmm... Ignoring the trailing garbage. 01:28:34 done 01:28:34 + sudo snapcraft prime --use-lxd 01:28:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:28:36 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: 01:28:36 - README.md 01:28:36 - snapcraft.yaml.orig 01:28:36 01:28:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:28:37 Launching a container. 01:28:49 Waiting for container to be ready 01:28:50 To start your first instance, try: lxc launch ubuntu:18.04 01:28:50 01:28:54 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:28:54 Waiting for network to be ready... 01:28:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:28:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 01:28:55 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:28:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 01:28:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:28:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:28:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 01:28:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 01:28:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:28:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:28:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:28:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:28:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:28:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:28:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:28:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:28:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:28:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:28:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:28:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 01:28:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 01:28:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:28:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:28:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 01:28:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 01:28:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 01:28:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:29:00 Fetched 23.9 MB in 5s (4566 kB/s) 01:29:01 Reading package lists... 01:29:01 Reading package lists... 01:29:02 Building dependency tree... 01:29:02 Reading state information... 01:29:02 The following additional packages will be installed: 01:29:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:29:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:29:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:29:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:29:02 Suggested packages: 01:29:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:29:02 Recommended packages: 01:29:02 gnupg libsasl2-modules 01:29:02 The following NEW packages will be installed: 01:29:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:29:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:29:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:29:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:29:02 The following packages will be upgraded: 01:29:02 gpg gpg-agent gpgconf libudev1 01:29:02 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:29:02 Need to get 3533 kB of archives. 01:29:02 After this operation, 13.3 MB of additional disk space will be used. 01:29:02 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:29:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:29:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:29:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:29:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:29:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:29:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:29:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:29:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:29:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:29:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:29:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:29:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:29:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:29:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:29:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:29:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:29:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:29:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:29:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:29:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:29:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:29:03 debconf: delaying package configuration, since apt-utils is not installed 01:29:03 Fetched 3533 kB in 1s (3071 kB/s) 01:29:03 (Reading database ... 12511 files and directories currently installed.) 01:29:03 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:29:03 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:29:03 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:29:03 Selecting previously unselected package udev. 01:29:03 (Reading database ... 12511 files and directories currently installed.) 01:29:03 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:29:03 Unpacking udev (237-3ubuntu10.44) ... 01:29:04 Selecting previously unselected package libfuse2:amd64. 01:29:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:29:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:29:04 Selecting previously unselected package fuse. 01:29:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:29:04 Unpacking fuse (2.9.7-1ubuntu1) ... 01:29:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:29:04 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:29:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:29:04 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:29:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:29:04 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:29:04 Selecting previously unselected package libksba8:amd64. 01:29:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:29:05 Unpacking libksba8:amd64 (1.3.5-2) ... 01:29:05 Selecting previously unselected package libroken18-heimdal:amd64. 01:29:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:29:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:29:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:29:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:05 Selecting previously unselected package libwind0-heimdal:amd64. 01:29:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:29:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:29:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:05 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:29:05 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:05 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:29:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:29:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:06 Selecting previously unselected package libsasl2-modules-db:amd64. 01:29:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:29:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:29:06 Selecting previously unselected package libsasl2-2:amd64. 01:29:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:29:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:29:06 Selecting previously unselected package libldap-common. 01:29:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:29:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:29:06 Selecting previously unselected package libldap-2.4-2:amd64. 01:29:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:29:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:29:06 Selecting previously unselected package dirmngr. 01:29:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:29:06 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:29:06 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:29:06 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:29:06 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:29:06 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:29:06 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:29:06 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:29:06 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:06 Setting up libksba8:amd64 (1.3.5-2) ... 01:29:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:29:06 Setting up udev (237-3ubuntu10.44) ... 01:29:07 invoke-rc.d: policy-rc.d denied execution of start. 01:29:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Processing triggers for systemd (237-3ubuntu10) ... 01:29:07 Setting up fuse (2.9.7-1ubuntu1) ... 01:29:07 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:29:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:29:07 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:29:07 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:29:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:29:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:29:08 settings in the [Install] section, and DefaultInstance for template units). 01:29:08 This means they are not meant to be enabled using systemctl. 01:29:08 Possible reasons for having this kind of units are: 01:29:08 1) A unit may be statically enabled by being symlinked from another unit's 01:29:08 .wants/ or .requires/ directory. 01:29:08 2) A unit's purpose may be to act as a helper for some other unit which has 01:29:08 a requirement dependency on it. 01:29:08 3) A unit may be started when needed via activation (socket, path, timer, 01:29:08 D-Bus, udev, scripted systemctl call, ...). 01:29:08 4) In case of template units, the unit is meant to be enabled with some 01:29:08 instance name specified. 01:29:08 Reading package lists... 01:29:09 Building dependency tree... 01:29:09 Reading state information... 01:29:09 The following additional packages will be installed: 01:29:09 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:29:09 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:29:09 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:29:09 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:29:09 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:29:09 Suggested packages: 01:29:09 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:29:09 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:29:09 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:29:09 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:29:09 systemd-container policykit-1 01:29:09 Recommended packages: 01:29:09 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:29:09 The following NEW packages will be installed: 01:29:09 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:29:09 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:29:09 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:29:09 multiarch-support openssh-client python3 python3-minimal python3.6 01:29:09 python3.6-minimal snapd squashfs-tools sudo 01:29:09 The following packages will be upgraded: 01:29:09 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:29:09 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:29:09 Need to get 35.2 MB of archives. 01:29:09 After this operation, 141 MB of additional disk space will be used. 01:29:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:29:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:29:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:29:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:29:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:29:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:29:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:29:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:29:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:29:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:29:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:29:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:29:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:29:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:29:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:29:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:29:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:29:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:29:10 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:29:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:29:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:29:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:29:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:29:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:29:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:29:10 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:29:10 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:29:10 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:29:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:29:10 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:29:11 debconf: delaying package configuration, since apt-utils is not installed 01:29:11 Fetched 35.2 MB in 2s (15.0 MB/s) 01:29:11 (Reading database ... 12757 files and directories currently installed.) 01:29:11 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:29:12 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:29:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:29:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:29:12 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:29:12 (Reading database ... 12757 files and directories currently installed.) 01:29:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:29:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:29:13 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:29:13 (Reading database ... 12757 files and directories currently installed.) 01:29:13 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:29:13 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:29:13 Setting up apt (1.6.12ubuntu0.2) ... 01:29:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:29:14 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:29:14 (Reading database ... 12764 files and directories currently installed.) 01:29:14 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:29:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:29:14 Selecting previously unselected package libpython3.6-minimal:amd64. 01:29:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:29:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:29:14 Selecting previously unselected package libexpat1:amd64. 01:29:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:29:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:29:14 Selecting previously unselected package python3.6-minimal. 01:29:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:29:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:29:15 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:29:15 Checking for services that may need to be restarted...done. 01:29:15 Checking for services that may need to be restarted...done. 01:29:15 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:29:15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:29:15 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:29:15 Selecting previously unselected package python3-minimal. 01:29:15 (Reading database ... 13012 files and directories currently installed.) 01:29:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:29:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:29:16 Selecting previously unselected package mime-support. 01:29:16 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:29:16 Unpacking mime-support (3.60ubuntu1) ... 01:29:16 Selecting previously unselected package libmpdec2:amd64. 01:29:16 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:29:16 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:29:16 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:29:16 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:29:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:29:17 Selecting previously unselected package python3.6. 01:29:17 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:29:17 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:29:17 Selecting previously unselected package libpython3-stdlib:amd64. 01:29:17 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:29:17 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:29:17 Setting up python3-minimal (3.6.7-1~18.04) ... 01:29:17 Selecting previously unselected package python3. 01:29:17 (Reading database ... 13442 files and directories currently installed.) 01:29:17 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:29:17 Unpacking python3 (3.6.7-1~18.04) ... 01:29:17 Selecting previously unselected package multiarch-support. 01:29:17 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:29:17 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:29:17 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:29:18 Selecting previously unselected package liblzo2-2:amd64. 01:29:18 (Reading database ... 13479 files and directories currently installed.) 01:29:18 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:29:18 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:29:18 Selecting previously unselected package libbsd0:amd64. 01:29:18 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:29:18 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:29:18 Selecting previously unselected package sudo. 01:29:18 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:29:18 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:29:18 Selecting previously unselected package apparmor. 01:29:18 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:29:18 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:29:19 Selecting previously unselected package libedit2:amd64. 01:29:19 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:29:19 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:29:19 Selecting previously unselected package libkrb5support0:amd64. 01:29:19 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:29:19 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:29:19 Selecting previously unselected package libk5crypto3:amd64. 01:29:19 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:29:19 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:29:19 Selecting previously unselected package libkeyutils1:amd64. 01:29:19 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:29:19 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:29:19 Selecting previously unselected package libkrb5-3:amd64. 01:29:19 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:29:19 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:29:19 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:29:19 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:29:19 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:29:19 Selecting previously unselected package libssl1.0.0:amd64. 01:29:19 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:29:19 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:29:20 Selecting previously unselected package openssh-client. 01:29:20 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:29:20 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:29:20 Selecting previously unselected package squashfs-tools. 01:29:20 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:29:20 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:29:20 Selecting previously unselected package snapd. 01:29:20 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:29:20 Unpacking snapd (2.48+18.04) ... 01:29:23 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:29:23 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:29:23 Setting up mime-support (3.60ubuntu1) ... 01:29:23 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:29:23 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:29:23 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:29:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:29:23 Setting up systemd (237-3ubuntu10.44) ... 01:29:23 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:29:24 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:29:24 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:29:24 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:29:24 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:29:24 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:29:24 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:29:25 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:29:25 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:29:25 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:29:25 Setting up python3 (3.6.7-1~18.04) ... 01:29:25 running python rtupdate hooks for python3.6... 01:29:25 running python post-rtupdate hooks for python3.6... 01:29:25 Setting up apparmor (2.12-4ubuntu5.1) ... 01:29:27 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:29:27 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:29:27 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:29:27 Setting up snapd (2.48+18.04) ... 01:29:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:29:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:29:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:29:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:29:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:29:28 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:29:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:29:29 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:29:29 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:29:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:29:29 /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' 01:29:29 Removing intermediate container 5b0175ba1c40 01:29:29 ---> cdf90d3630d8 01:29:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:29:29 ---> Running in c91e7ef07e9f 01:29:29 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 01:29:29 Removing intermediate container a6b7a98d3f5c 01:29:29 ---> e3df9417acf9 01:29:29 01:29:29 Step 10/22 : FROM alpine:3.12 01:29:29 3.12: Pulling from library/alpine 01:29:29 Removing intermediate container c91e7ef07e9f 01:29:29 ---> d9d347e6d086 01:29:29 01:29:29 Step 11/26 : FROM docker:20.10.0 01:29:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:29:29 Status: Downloaded newer image for alpine:3.12 01:29:29 ---> afeebe901d6b 01:29:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:29:29 20.10.0: Pulling from library/docker 01:29:29 ---> Running in f3395aa9f82e 01:29:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:29:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:29:29 (1/2) Installing ca-certificates (20191127-r4) 01:29:29 (2/2) Installing dumb-init (1.2.2-r1) 01:29:29 Executing busybox-1.31.1-r19.trigger 01:29:29 Executing ca-certificates-20191127-r4.trigger 01:29:29 OK: 6 MiB in 16 packages 01:29:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:29:29 Processing triggers for systemd (237-3ubuntu10.44) ... 01:29:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:29:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:29:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:29:32 Removing intermediate container f3395aa9f82e 01:29:32 ---> de117dd3a1a9 01:29:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:29:32 ---> Running in 0e14c7dc8817 01:29:32 Reading package lists... 01:29:33 Reading package lists... 01:29:33 Building dependency tree... 01:29:33 Reading state information... 01:29:33 Removing intermediate container 0e14c7dc8817 01:29:33 ---> 36c0bd350336 01:29:33 Step 13/22 : ENV APP_PORT=48060 01:29:33 Calculating upgrade... 01:29:33 The following packages will be upgraded: 01:29:33 advancecomp base-files bash binutils binutils-common 01:29:33 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:29:33 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:29:33 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:29:33 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:29:33 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:29:33 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:29:33 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:29:33 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:29:33 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:29:33 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:29:33 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:29:33 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:29:33 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:29:33 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:29:33 ---> Running in 6c6c1fff5ff0 01:29:34 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:29:34 Need to get 63.8 MB of archives. 01:29:34 After this operation, 5205 kB of additional disk space will be used. 01:29:34 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:29:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 01:29:34 Removing intermediate container 6c6c1fff5ff0 01:29:34 ---> 1eaccef27a91 01:29:34 Step 14/22 : EXPOSE $APP_PORT 01:29:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:29:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:29:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:29:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:29:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:29:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:29:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:29:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:29:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:29:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:29:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:29:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:29:34 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:29:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:29:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:29:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:29:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:29:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:29:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:29:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:29:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:29:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:29:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:29:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:29:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:29:34 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:29:34 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:29:34 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:29:34 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:29:34 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:29:34 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:29:35 ---> Running in 4772b1e4d796 01:29:35 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:29:35 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:29:35 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:29:35 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:29:35 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:29:35 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:29:35 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:29:35 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:29:35 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:29:35 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:29:35 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:29:35 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:29:35 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:29:35 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:29:35 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:29:35 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:29:35 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:29:35 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:29:35 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:29:35 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:29:35 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:29:35 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:29:35 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:29:35 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:29:35 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:29:35 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:29:35 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:29:35 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:29:35 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:29:35 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:29:35 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:29:35 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:29:35 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:29:35 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:29:35 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:29:35 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:29:35 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:29:35 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:29:35 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:29:35 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:29:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:29:35 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:29:35 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:29:35 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:29:35 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:29:35 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:29:35 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 01:29:35 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:29:35 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:29:35 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:29:35 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:29:35 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:29:35 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:29:35 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:29:35 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:29:35 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:29:35 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:29:36 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:29:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:29:36 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:29:36 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:29:37 Removing intermediate container 4772b1e4d796 01:29:37 ---> 87b626eeea44 01:29:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:29:37 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:29:37 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:29:37 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:29:37 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:29:37 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:29:37 debconf: delaying package configuration, since apt-utils is not installed 01:29:37 Fetched 63.8 MB in 3s (18.7 MB/s) 01:29:37 (Reading database ... 13912 files and directories currently installed.) 01:29:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:29:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:29:38 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:29:38 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:29:38 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 01:29:38 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 01:29:39 Removing intermediate container 9a07f411f8b5 01:29:39 ---> 2b3f83ae7e53 01:29:39 01:29:39 Step 10/23 : FROM alpine:3.12 01:29:39 ---> afeebe901d6b 01:29:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:29:39 ---> f0a303a1c86e 01:29:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:29:39 ---> Running in 76bb64de9602 01:29:39 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:39 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:39 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:39 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:39 Removing intermediate container 483d234e93a7 01:29:39 ---> bf8cddf653ac 01:29:39 01:29:39 Step 10/22 : FROM alpine:3.12 01:29:39 ---> afeebe901d6b 01:29:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:29:40 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:40 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:40 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:40 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:40 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:40 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:40 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:29:40 (Reading database ... 13911 files and directories currently installed.) 01:29:40 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:40 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:29:40 ---> Running in 6e4267121c37 01:29:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:29:40 (Reading database ... 13911 files and directories currently installed.) 01:29:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:29:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:29:41 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:29:41 (Reading database ... 13911 files and directories currently installed.) 01:29:41 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:29:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:29:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:29:41 ---> 4c50ab5f674a 01:29:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:29:42 (Reading database ... 13911 files and directories currently installed.) 01:29:42 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:29:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:29:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:29:42 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:29:42 Setting up base-files (10.1ubuntu2.10) ... 01:29:42 Installing new version of config file /etc/issue ... 01:29:42 Installing new version of config file /etc/issue.net ... 01:29:42 Installing new version of config file /etc/lsb-release ... 01:29:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:29:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:29:42 (1/1) Installing dumb-init (1.2.2-r1) 01:29:42 Executing busybox-1.31.1-r19.trigger 01:29:42 OK: 5 MiB in 15 packages 01:29:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:29:43 Removing obsolete conffile /etc/default/motd-news ... 01:29:43 (Reading database ... 13912 files and directories currently installed.) 01:29:43 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:29:43 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:29:43 (1/1) Installing dumb-init (1.2.2-r1) 01:29:43 Setting up bash (4.4.18-2ubuntu1.2) ... 01:29:43 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 01:29:43 (Reading database ... 13912 files and directories currently installed.) 01:29:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:29:43 Executing busybox-1.31.1-r19.trigger 01:29:43 OK: 5 MiB in 15 packages 01:29:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:29:43 (Reading database ... 13912 files and directories currently installed.) 01:29:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:29:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:29:43 ---> 76bf6fe90433 01:29:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:29:43 Setting up tar (1.29b-2ubuntu0.2) ... 01:29:43 (Reading database ... 13912 files and directories currently installed.) 01:29:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:29:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:29:43 ---> Running in 240f9fd4be68 01:29:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:29:44 (Reading database ... 13912 files and directories currently installed.) 01:29:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:29:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:29:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:29:44 (Reading database ... 13912 files and directories currently installed.) 01:29:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:29:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:29:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:29:44 (Reading database ... 13912 files and directories currently installed.) 01:29:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:29:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:29:44 Setting up grep (3.1-2build1) ... 01:29:44 (Reading database ... 13912 files and directories currently installed.) 01:29:44 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:29:44 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:29:44 Removing intermediate container 240f9fd4be68 01:29:44 ---> 409225a8ebb6 01:29:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:44 Removing intermediate container 76bb64de9602 01:29:44 ---> fc6e7e1a35eb 01:29:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:29:45 Setting up login (1:4.5-1ubuntu2) ... 01:29:45 ---> Running in 218a92ac5eaa 01:29:45 Removing intermediate container 6e4267121c37 01:29:45 ---> bc743bdeb2c5 01:29:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:29:45 ---> Running in 525ff09cb16d 01:29:45 (Reading database ... 13912 files and directories currently installed.) 01:29:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:29:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:29:45 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:29:45 ---> Running in 2b44441ffaf9 01:29:45 (Reading database ... 13912 files and directories currently installed.) 01:29:45 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:29:45 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:29:45 Removing intermediate container 218a92ac5eaa 01:29:45 ---> 7dbc9e882e7c 01:29:45 Step 20/22 : LABEL arch=arm64 01:29:46 Removing intermediate container 525ff09cb16d 01:29:46 ---> 608ba4032b3f 01:29:46 Step 13/23 : ENV APP_PORT=48082 01:29:46 ---> Running in d58c4bcf7880 01:29:46 ---> Running in 6b7ac50667f0 01:29:46 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:29:46 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:29:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:29:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:29:46 Removing intermediate container 2b44441ffaf9 01:29:46 ---> 25d20d038537 01:29:46 Step 13/22 : ENV APP_PORT=48085 01:29:46 ---> Running in e29cda00457d 01:29:47 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:29:47 Removing intermediate container d58c4bcf7880 01:29:47 ---> 89526ff0f743 01:29:47 Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:29:47 Removing intermediate container 6b7ac50667f0 01:29:47 ---> 3d0adba73724 01:29:47 Step 14/23 : EXPOSE $APP_PORT 01:29:47 (Reading database ... 13912 files and directories currently installed.) 01:29:47 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:29:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:29:47 ---> Running in 644a9da0be06 01:29:47 ---> Running in f21ab0fc0c31 01:29:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:29:47 Status: Downloaded newer image for docker:20.10.0 01:29:47 ---> eeaf43b92773 01:29:47 Step 12/26 : RUN apk add --no-cache bash 01:29:47 Removing intermediate container e29cda00457d 01:29:47 ---> 654cbe4f6e8b 01:29:47 Step 14/22 : EXPOSE $APP_PORT 01:29:47 ---> Running in b137eee55cd3 01:29:47 ---> Running in e23cc4e2d334 01:29:48 Removing intermediate container 644a9da0be06 01:29:48 ---> 08d2a6c7c76e 01:29:48 Step 15/23 : WORKDIR / 01:29:48 Removing intermediate container f21ab0fc0c31 01:29:48 ---> a01dbae4ebca 01:29:48 Step 22/22 : LABEL version=0.0.0 01:29:48 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:29:48 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:29:48 ---> Running in 2277deb59ee9 01:29:48 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:29:48 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:29:48 ---> Running in d945cafb41f9 01:29:48 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:29:48 (Reading database ... 13912 files and directories currently installed.) 01:29:48 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:29:48 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:29:49 Removing intermediate container e23cc4e2d334 01:29:49 ---> 8c16892ca502 01:29:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:29:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:29:49 (Reading database ... 13912 files and directories currently installed.) 01:29:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:29:49 (Reading database ... 13912 files and directories currently installed.) 01:29:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:49 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:29:49 (Reading database ... 13912 files and directories currently installed.) 01:29:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:49 Removing intermediate container 2277deb59ee9 01:29:49 ---> 7199d3c8a6fb 01:29:49 01:29:49 Removing intermediate container d945cafb41f9 01:29:49 ---> 50e21264bb1e 01:29:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:29:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:29:49 (Reading database ... 13912 files and directories currently installed.) 01:29:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:49 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:29:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:29:50 (Reading database ... 13912 files and directories currently installed.) 01:29:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:29:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:29:50 ---> d3adca89067e 01:29:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:29:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:29:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:29:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:29:50 (Reading database ... 13912 files and directories currently installed.) 01:29:50 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:29:50 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:29:50 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:29:50 Successfully built 7199d3c8a6fb 01:29:50 (1/2) Installing readline (8.0.4-r0) 01:29:50 (2/2) Installing bash (5.0.17-r0) 01:29:50 Successfully tagged docker-support-notifications-go-arm64:latest 01:29:50  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 01:29:50 Executing bash-5.0.17-r0.post-install 01:29:50 Executing busybox-1.31.1-r19.trigger 01:29:50 OK: 12 MiB in 22 packages 01:29:50 (Reading database ... 13912 files and directories currently installed.) 01:29:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:50 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:29:51 (Reading database ... 13912 files and directories currently installed.) 01:29:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:51 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:51 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:29:51 Removing intermediate container 129765b81dd3 01:29:51 ---> 1eb96823c1e6 01:29:51 01:29:51 Step 10/23 : FROM alpine:3.12 01:29:51 ---> afeebe901d6b 01:29:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:29:51 (Reading database ... 13912 files and directories currently installed.) 01:29:51 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:51 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:51 ---> 1e977e789cc6 01:29:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:29:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:29:51 ---> Running in 1a64aa81a965 01:29:51 ---> ca333b01152b 01:29:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:29:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:29:52 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:29:52 (Reading database ... 13912 files and directories currently installed.) 01:29:52 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:29:52 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:29:52 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:29:53 (Reading database ... 13912 files and directories currently installed.) 01:29:53 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:29:53 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:29:53 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:29:53 (Reading database ... 13914 files and directories currently installed.) 01:29:53 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:29:53 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:29:53 Setting up debconf (1.5.66ubuntu1) ... 01:29:53 Removing intermediate container 1a64aa81a965 01:29:53 ---> 9a184c59aeba 01:29:53 Step 12/23 : ENV APP_PORT=48080 01:29:53 Removing intermediate container b137eee55cd3 01:29:53 ---> bb1a4f06a587 01:29:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:29:53 ---> Running in cde6d1454628 01:29:53 ---> 212502a2928b 01:29:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:29:53 ---> 382fab609aa6 01:29:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:29:53 (Reading database ... 13914 files and directories currently installed.) 01:29:53 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:29:53 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:29:54 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:29:54 (Reading database ... 13914 files and directories currently installed.) 01:29:54 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:29:54 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:29:54 ---> Running in fe0d4469b47d 01:29:54 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:29:54 (Reading database ... 13914 files and directories currently installed.) 01:29:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:29:54 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:29:54 ---> Running in 7866e390c53f 01:29:54 Removing intermediate container cde6d1454628 01:29:54 ---> 39e4a09085dd 01:29:54 Step 13/23 : EXPOSE $APP_PORT 01:29:54 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:29:54 (Reading database ... 13914 files and directories currently installed.) 01:29:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:29:54 ---> Running in 44e4d19855d9 01:29:54 Removing intermediate container fe0d4469b47d 01:29:54 ---> 1301a31c3621 01:29:54 Step 14/26 : ENV APP_PORT=48090 01:29:55 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:29:55 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:29:55 (Reading database ... 13914 files and directories currently installed.) 01:29:55 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:29:55 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:29:55 ---> e8d8241c81ca 01:29:55 Step 19/23 : ENTRYPOINT ["/core-command"] 01:29:55 Removing intermediate container 7866e390c53f 01:29:55 ---> a0d334b627b6 01:29:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:55 ---> Running in 524afca7ea4e 01:29:55 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:29:55 (Reading database ... 13914 files and directories currently installed.) 01:29:55 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:29:55 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:29:55 ---> Running in 05e23491bb0d 01:29:55 Removing intermediate container 44e4d19855d9 01:29:55 ---> a23db6788f82 01:29:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:29:55 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:29:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:29:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:29:55 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:29:55 ---> Running in 0ca2737d6866 01:29:56 (Reading database ... 13914 files and directories currently installed.) 01:29:56 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:29:56 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:29:56 ---> Running in 2932cb261b65 01:29:56 Removing intermediate container 524afca7ea4e 01:29:56 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:29:56 (Reading database ... 13914 files and directories currently installed.) 01:29:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:29:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:29:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:29:56 ---> c8bfbd936977 01:29:56 Step 15/26 : EXPOSE $APP_PORT 01:29:56 Removing intermediate container 05e23491bb0d 01:29:56 ---> d904c0e6b5dd 01:29:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:56 (Reading database ... 13914 files and directories currently installed.) 01:29:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:29:56 ---> Running in 2018d3ff4e7c 01:29:56 Removing intermediate container 0ca2737d6866 01:29:56 ---> 75bc6b05838e 01:29:56 Step 20/22 : LABEL arch=arm64 01:29:56 ---> Running in 63fb3d0c1b75 01:29:57 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:29:57 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:29:57 (Reading database ... 13914 files and directories currently installed.) 01:29:57 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:29:57 ---> Running in 2dd9a052c2c0 01:29:57 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:29:57 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:29:57 (Reading database ... 13914 files and directories currently installed.) 01:29:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:29:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:29:57 Removing intermediate container 63fb3d0c1b75 01:29:57 ---> 9a7072f4a298 01:29:57 Step 21/23 : LABEL arch=arm64 01:29:57 Removing intermediate container 2018d3ff4e7c 01:29:57 ---> 8dd3dfdc7dc8 01:29:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:29:57 Removing intermediate container 2dd9a052c2c0 01:29:57 ---> a466525ec934 01:29:57 Step 21/22 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:29:57 Setting up passwd (1:4.5-1ubuntu2) ... 01:29:57 ---> Running in b6bbdc54463c 01:29:57 ---> Running in 637146cc92ca 01:29:58 (Reading database ... 13914 files and directories currently installed.) 01:29:58 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:29:58 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:29:58 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:29:58 (Reading database ... 13914 files and directories currently installed.) 01:29:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:29:58 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:29:58 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:29:58 Removing intermediate container b6bbdc54463c 01:29:58 ---> 607072f314d0 01:29:58 Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:29:58 (Reading database ... 13914 files and directories currently installed.) 01:29:58 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:29:58 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:29:58 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:29:58 (Reading database ... 13914 files and directories currently installed.) 01:29:58 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:29:58 Removing intermediate container 637146cc92ca 01:29:58 ---> baa9f773de88 01:29:58 Step 22/22 : LABEL version=0.0.0 01:29:59 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:29:59 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:29:59 ---> Running in d90f5605de4e 01:29:59 ---> 99e84d91402f 01:29:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:29:59 ---> Running in 52a176bcedaa 01:29:59 (Reading database ... 13914 files and directories currently installed.) 01:29:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:29:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:29:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:29:59 (Reading database ... 13914 files and directories currently installed.) 01:29:59 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:29:59 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:29:59 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:29:59 (Reading database ... 13914 files and directories currently installed.) 01:29:59 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:29:59 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:29:59 Removing intermediate container 2932cb261b65 01:29:59 ---> 60fbb1badd93 01:29:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:29:59 Removing intermediate container d90f5605de4e 01:29:59 ---> ca8de7340376 01:29:59 Step 23/23 : LABEL version=0.0.0 01:29:59 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:29:59 (Reading database ... 13915 files and directories currently installed.) 01:29:59 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:29:59 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:30:00 ---> Running in 199585b2d705 01:30:00 Removing intermediate container 52a176bcedaa 01:30:00 ---> 21e48e99f3fd 01:30:00 01:30:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:30:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:30:00 ---> Running in bda9c28e494d 01:30:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:30:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:30:00 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:30:00 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:30:00 ---> e3f462fd0a6b 01:30:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:30:00 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:30:00 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:30:00 Successfully built 21e48e99f3fd 01:30:00 Successfully tagged docker-support-scheduler-go-arm64:latest 01:30:00  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 01:30:00 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:30:00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:30:00 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:30:00 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:30:01 Removing intermediate container bda9c28e494d 01:30:01 ---> eb2dda0443bf 01:30:01 01:30:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:30:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:30:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:30:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:30:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:30:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:30:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:30:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:30:01 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 01:30:01 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 01:30:01 Successfully built eb2dda0443bf 01:30:01 Successfully tagged docker-core-command-go-arm64:latest 01:30:01  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 01:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:30:01 ---> dca3daaa49bc 01:30:01 Step 19/26 : RUN apk --no-cache add py3-pip 01:30:02 ---> Running in 8320d6870cb5 01:30:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:30:02 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:30:02 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:30:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:30:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:30:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:30:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:30:03 (1/6) Installing dumb-init (1.2.2-r1) 01:30:03 (2/6) Installing libgcc (9.3.0-r2) 01:30:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:30:03 (3/6) Installing libsodium (1.0.18-r0) 01:30:03 (4/6) Installing libstdc++ (9.3.0-r2) 01:30:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:30:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:30:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:30:03 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:30:03 (5/6) Installing libzmq (4.3.3-r0) 01:30:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:30:03 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:30:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:30:03 (6/6) Installing zeromq (4.3.3-r0) 01:30:03 Executing busybox-1.31.1-r19.trigger 01:30:03 OK: 8 MiB in 20 packages 01:30:03 (1/33) Installing libbz2 (1.0.8-r1) 01:30:03 (2/33) Installing expat (2.2.9-r1) 01:30:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:04 (3/33) Installing libffi (3.3-r2) 01:30:04 (4/33) Installing gdbm (1.13-r1) 01:30:04 (5/33) Installing xz-libs (5.2.5-r0) 01:30:04 (6/33) Installing sqlite-libs (3.32.1-r0) 01:30:04 (7/33) Installing python3 (3.8.5-r0) 01:30:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:04 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:04 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:06 (8/33) Installing py3-appdirs (1.4.4-r1) 01:30:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:30:06 (10/33) Installing py3-parsing (2.4.7-r0) 01:30:06 (11/33) Installing py3-six (1.15.0-r0) 01:30:06 (12/33) Installing py3-packaging (20.4-r0) 01:30:06 (13/33) Installing py3-setuptools (47.0.0-r0) 01:30:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:06 (14/33) Installing py3-chardet (3.0.4-r4) 01:30:06 (15/33) Installing py3-idna (2.9-r0) 01:30:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:30:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:30:06 (18/33) Installing py3-requests (2.23.0-r0) 01:30:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:06 (19/33) Installing py3-msgpack (1.0.0-r0) 01:30:06 (20/33) Installing py3-lockfile (0.12.2-r3) 01:30:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:30:06 (22/33) Installing py3-colorama (0.4.3-r0) 01:30:06 (23/33) Installing py3-distlib (0.3.0-r0) 01:30:06 (24/33) Installing py3-distro (1.5.0-r1) 01:30:06 (25/33) Installing py3-webencodings (0.5.1-r3) 01:30:06 (26/33) Installing py3-html5lib (1.0.1-r4) 01:30:07 (27/33) Installing py3-pytoml (0.1.21-r0) 01:30:07 (28/33) Installing py3-pep517 (0.8.2-r0) 01:30:07 (29/33) Installing py3-progress (1.5-r0) 01:30:07 (30/33) Installing py3-toml (0.10.1-r0) 01:30:07 (31/33) Installing py3-retrying (1.3.3-r0) 01:30:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:30:07 Removing intermediate container 199585b2d705 01:30:07 (33/33) Installing py3-pip (20.1.1-r0) 01:30:07 ---> 5da0e36d4668 01:30:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:07 Executing busybox-1.31.1-r19.trigger 01:30:07 OK: 71 MiB in 55 packages 01:30:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:08 ---> b1df9319beea 01:30:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:30:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:30:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:30:09 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:30:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:30:09 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:30:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:30:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:30:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:30:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:30:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:30:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:30:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:30:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:30:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:30:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:30:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:30:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:10 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:30:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:30:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:30:10 Setting up tzdata (2021a-0ubuntu0.18.04) ... 01:30:10 01:30:10 Current default time zone: 'Etc/UTC' 01:30:10 Local time is now: Mon Feb 1 01:30:10 UTC 2021. 01:30:10 Universal Time is now: Mon Feb 1 01:30:10 UTC 2021. 01:30:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:30:10 01:30:10 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:30:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:10 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 01:30:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:30:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:30:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:30:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:30:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:30:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:30:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:30:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:30:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:30:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:30:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:11 Setting up patch (2.7.6-2ubuntu1.1) ... 01:30:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:30:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:30:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:30:11 Installing new version of config file /etc/ssl/openssl.cnf ... 01:30:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:30:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:30:11 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:30:12 ---> 93b44e2bc7d6 01:30:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:30:13 ---> 1b309be2bb3c 01:30:13 Step 19/23 : ENTRYPOINT ["/core-data"] 01:30:13 Updating certificates in /etc/ssl/certs... 01:30:13 ---> Running in 5b8f005ed7ba 01:30:13 22 added, 17 removed; done. 01:30:13 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:30:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:30:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:30:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:30:14 Setting up pkgbinarymangler (138.18.04.1) ... 01:30:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:30:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up perl (5.26.1-6ubuntu0.5) ... 01:30:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:30:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:30:14 Removing intermediate container 5b8f005ed7ba 01:30:14 ---> a9115e37f815 01:30:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:30:14 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:30:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:30:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:30:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:30:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:30:15 ---> Running in 006b33cabdc1 01:30:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:30:15 Processing triggers for systemd (237-3ubuntu10.44) ... 01:30:15 Processing triggers for mime-support (3.60ubuntu1) ... 01:30:15 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:30:15 Updating certificates in /etc/ssl/certs... 01:30:15 0 added, 0 removed; done. 01:30:15 Running hooks in /etc/ca-certificates/update.d... 01:30:15 done. 01:30:15 Removing intermediate container 8320d6870cb5 01:30:15 ---> 45824303461f 01:30:15 Step 20/26 : RUN pip install docker-compose==1.23.2 01:30:15 Removing intermediate container 006b33cabdc1 01:30:15 ---> 2defd7056dc6 01:30:15 Step 21/23 : LABEL arch=arm64 01:30:16 Reading package lists... 01:30:16 Building dependency tree... 01:30:16 Reading state information... 01:30:16 ---> Running in 2826c1b3eb0a 01:30:16 ---> Running in d9c91fa437af 01:30:16 The following NEW packages will be installed: 01:30:16 apt-transport-https 01:30:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:30:16 Need to get 1696 B of archives. 01:30:16 After this operation, 153 kB of additional disk space will be used. 01:30:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:30:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:30:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:30:16 ---> f3888d1f4ca3 01:30:16 Step 3/31 : WORKDIR /edgex-go 01:30:16 ---> Using cache 01:30:16 ---> 053791d7813e 01:30:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:16 ---> Using cache 01:30:16 ---> 8aaffd22066d 01:30:16 Step 5/31 : RUN apk add --update --no-cache make git 01:30:16 ---> Running in 8b8d08e507f8 01:30:17 debconf: delaying package configuration, since apt-utils is not installed 01:30:17 Fetched 1696 B in 0s (20.4 kB/s) 01:30:17 Selecting previously unselected package apt-transport-https. 01:30:17 (Reading database ... 13929 files and directories currently installed.) 01:30:17 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:30:17 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:30:17 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:30:17 Removing intermediate container d9c91fa437af 01:30:17 ---> 0a1a1de300ba 01:30:17 Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:30:17 ---> Running in 5fa0318fc353 01:30:17 Waiting for network to be ready... 01:30:18 Removing intermediate container 5fa0318fc353 01:30:18 ---> 6efde5fa6483 01:30:18 Step 23/23 : LABEL version=0.0.0 01:30:18 ---> Running in c34a898fbac0 01:30:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:30:18 Removing intermediate container c34a898fbac0 01:30:18 ---> 6ab32aba9ffd 01:30:18 01:30:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:30:19 Successfully built 6ab32aba9ffd 01:30:19 Successfully tagged docker-core-data-go-arm64:latest 01:30:19 Building docker-core-metadata-go 01:30:19  Building docker-core-data-go ... done OK: 217 MiB in 51 packages 01:30:21 Removing intermediate container 8b8d08e507f8 01:30:21 ---> c8242bca6e5e 01:30:21 Step 6/31 : COPY go.mod . 01:30:22 ---> 5f24db19d728 01:30:22 Step 7/31 : RUN go mod download 01:30:22 ---> Running in fb7f97f518d5 01:30:22 Collecting docker-compose==1.23.2 01:30:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:30:24 2021-02-01T01:30:21Z INFO Waiting for automatic snapd restart... 01:30:24 Collecting websocket-client<1.0,>=0.32.0 01:30:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:30:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:30:24 snapd 2.48.2 from Canonical* installed 01:30:25 "snapd" switched to the "latest/stable" channel 01:30:25 01:30:26 Collecting PyYAML<4,>=3.10 01:30:26 Downloading PyYAML-3.13.tar.gz (270 kB) 01:30:27 Removing intermediate container fb7f97f518d5 01:30:27 ---> 14fb9818fc9e 01:30:27 Step 8/31 : COPY . . 01:30:30 Collecting docker<4.0,>=3.6.0 01:30:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:30:31 core18 20201210 from Canonical* installed 01:30:31 "core18" switched to the "latest/stable" channel 01:30:31 01:30:31 Collecting cached-property<2,>=1.2.0 01:30:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:30:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:30:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:30:33 Collecting dockerpty<0.5,>=0.4.1 01:30:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:30:37 Collecting jsonschema<3,>=2.5.1 01:30:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:30:37 Collecting docopt<0.7,>=0.6.1 01:30:37 Downloading docopt-0.6.2.tar.gz (25 kB) 01:30:37 snapcraft 4.4.4 from Canonical* installed 01:30:37 "snapcraft" switched to the "latest/stable" channel 01:30:37 01:30:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:30:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:30:39 ---> f3888d1f4ca3 01:30:39 Step 3/21 : WORKDIR /edgex-go 01:30:39 ---> Using cache 01:30:39 ---> 053791d7813e 01:30:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:39 ---> Using cache 01:30:39 ---> 8aaffd22066d 01:30:39 Step 5/21 : RUN apk add --update --no-cache make git 01:30:39 ---> Using cache 01:30:39 ---> c8242bca6e5e 01:30:39 Step 6/21 : COPY go.mod . 01:30:39 ---> Using cache 01:30:39 ---> 5f24db19d728 01:30:39 Step 7/21 : RUN go mod download 01:30:39 ---> Using cache 01:30:39 ---> 14fb9818fc9e 01:30:39 Step 8/21 : COPY . . 01:30:39 Collecting texttable<0.10,>=0.9.0 01:30:39 Downloading texttable-0.9.1.tar.gz (11 kB) 01:30:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:30:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:30:39 ---> f3888d1f4ca3 01:30:39 Step 3/24 : WORKDIR /edgex-go 01:30:39 ---> Using cache 01:30:39 ---> 053791d7813e 01:30:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:39 ---> Using cache 01:30:39 ---> 8aaffd22066d 01:30:39 Step 5/24 : RUN apk add --update --no-cache make git 01:30:39 ---> Using cache 01:30:39 ---> c8242bca6e5e 01:30:39 Step 6/24 : COPY go.mod . 01:30:39 ---> Using cache 01:30:39 ---> 5f24db19d728 01:30:39 Step 7/24 : RUN go mod download 01:30:39 ---> Using cache 01:30:39 ---> 14fb9818fc9e 01:30:39 Step 8/24 : COPY . . 01:30:41 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: 01:30:41 - README.md 01:30:41 - snapcraft.yaml.orig 01:30:41 01:30:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:30:42 Collecting docker-pycreds>=0.4.0 01:30:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:30:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:30:42 Collecting idna<2.8,>=2.5 01:30:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:30:43 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) 01:30:43 Collecting urllib3<1.25,>=1.21.1 01:30:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:30:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:30:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:30:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:30:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:30:45 Installing collected packages: websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose 01:30:45 Running setup.py install for PyYAML: started 01:30:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:30:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:30:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:30:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:30:48 Running setup.py install for PyYAML: finished with status 'done' 01:30:48 Attempting uninstall: idna 01:30:48 Found existing installation: idna 2.9 01:30:48 Uninstalling idna-2.9: 01:30:48 Successfully uninstalled idna-2.9 01:30:49 Reading package lists... 01:30:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 01:30:50 Attempting uninstall: urllib3 01:30:50 Found existing installation: urllib3 1.25.9 01:30:50 Uninstalling urllib3-1.25.9: 01:30:50 Successfully uninstalled urllib3-1.25.9 01:30:51 Attempting uninstall: requests 01:30:51 Found existing installation: requests 2.23.0 01:30:51 Uninstalling requests-2.23.0: 01:30:52 Successfully uninstalled requests-2.23.0 01:30:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:30:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:30:52 ---> f3888d1f4ca3 01:30:52 Step 3/23 : WORKDIR /edgex-go 01:30:52 ---> Using cache 01:30:52 ---> 053791d7813e 01:30:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:52 ---> Using cache 01:30:52 ---> 8aaffd22066d 01:30:52 Step 5/23 : RUN apk add --update --no-cache make git 01:30:52 ---> Using cache 01:30:52 ---> c8242bca6e5e 01:30:52 Step 6/23 : COPY go.mod . 01:30:52 ---> Using cache 01:30:52 ---> 5f24db19d728 01:30:52 Step 7/23 : RUN go mod download 01:30:52 ---> Using cache 01:30:52 ---> 14fb9818fc9e 01:30:52 Step 8/23 : COPY . . 01:30:53 ---> Using cache 01:30:53 ---> 30600d16fc71 01:30:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:30:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:30:55 Reading package lists... 01:30:55 Building dependency tree... 01:30:55 Reading state information... 01:30:55 Suggested packages: 01:30:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:30:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:30:55 Recommended packages: 01:30:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:30:55 The following NEW packages will be installed: 01:30:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:30:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:30:55 pkg-config zip 01:30:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:30:55 Need to get 7655 kB of archives. 01:30:55 After this operation, 43.7 MB of additional disk space will be used. 01:30:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:30:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:30:55 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:30:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:30:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:30:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:30:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:30:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:30:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:30:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:30:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:30:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:30:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:30:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:30:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:30:56 debconf: delaying package configuration, since apt-utils is not installed 01:30:56 Fetched 7655 kB in 1s (9936 kB/s) 01:30:56 Selecting previously unselected package libglib2.0-0:amd64. 01:30:56 (Reading database ... 13933 files and directories currently installed.) 01:30:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:30:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:30:56 Selecting previously unselected package libpsl5:amd64. 01:30:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:30:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:30:56 Selecting previously unselected package libnghttp2-14:amd64. 01:30:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:30:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:30:56 Selecting previously unselected package librtmp1:amd64. 01:30:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:30:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:30:57 Selecting previously unselected package libcurl3-gnutls:amd64. 01:30:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:30:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:30:57 Selecting previously unselected package liberror-perl. 01:30:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:30:57 Unpacking liberror-perl (0.17025-1) ... 01:30:57 Selecting previously unselected package git-man. 01:30:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:30:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:30:57 Selecting previously unselected package git. 01:30:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:30:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:30:58 Selecting previously unselected package libnorm1:amd64. 01:30:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:30:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:30:58 Selecting previously unselected package libpgm-5.2-0:amd64. 01:30:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:30:58 Running setup.py install for dockerpty: started 01:30:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:30:58 Selecting previously unselected package libsodium23:amd64. 01:30:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:30:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:30:58 Selecting previously unselected package libzmq5:amd64. 01:30:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:30:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:30:58 Selecting previously unselected package libzmq3-dev:amd64. 01:30:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:30:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:30:58 Selecting previously unselected package pkg-config. 01:30:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:30:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:30:59 Selecting previously unselected package zip. 01:30:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:30:59 Unpacking zip (3.0-11build1) ... 01:30:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:30:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:30:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:30:59 Setting up liberror-perl (0.17025-1) ... 01:30:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:30:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:30:59 No schema files found: doing nothing. 01:30:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:30:59 Setting up zip (3.0-11build1) ... 01:30:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:30:59 Setting up libsodium23:amd64 (1.0.16-2) ... 01:30:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:30:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:30:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:30:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:30:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:30:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:30:59 ---> Running in 7897a0ab24c4 01:31:00 ---> 30600d16fc71 01:31:00 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:31:00 ---> Running in 3e4a2f5a5061 01:31:00 ---> b1c5a49a9554 01:31:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:31:00 Running setup.py install for dockerpty: finished with status 'done' 01:31:00 ---> Running in 4082acdfe343 01:31:01 Running setup.py install for docopt: started 01:31:01 ---> 5c08f0b40e2c 01:31:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:31:01 ---> Running in 7cbd0141484f 01:31:01 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 01:31:02 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 01:31:03 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 01:31:03 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 01:31:03 Running setup.py install for docopt: finished with status 'done' 01:31:03 Running setup.py install for texttable: started 01:31:07 Running setup.py install for texttable: finished with status 'done' 01:31:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:31:07 git set to automatically installed. 01:31:07 git-man set to automatically installed. 01:31:07 libcurl3-gnutls set to automatically installed. 01:31:07 liberror-perl set to automatically installed. 01:31:07 libglib2.0-0 set to automatically installed. 01:31:07 libnghttp2-14 set to automatically installed. 01:31:07 libnorm1 set to automatically installed. 01:31:07 libpgm-5.2-0 set to automatically installed. 01:31:07 libpsl5 set to automatically installed. 01:31:07 librtmp1 set to automatically installed. 01:31:07 libsodium23 set to automatically installed. 01:31:07 libzmq3-dev set to automatically installed. 01:31:07 libzmq5 set to automatically installed. 01:31:07 pkg-config set to automatically installed. 01:31:07 zip set to automatically installed. 01:31:08 snapd is not logged in, snap install commands will use sudo 01:31:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:31:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:31:15 snap "core18" has no updates available 01:31:15 Removing intermediate container 2826c1b3eb0a 01:31:15 ---> 2373cd68d8cf 01:31:15 Step 21/26 : RUN apk --no-cache add curl 01:31:15 ---> Running in 13b46a5aa722 01:31:16 Pulling config-common 01:31:17 Pulling go-build-helper 01:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:31:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:31:18 (2/3) Installing libcurl (7.69.1-r3) 01:31:18 (3/3) Installing curl (7.69.1-r3) 01:31:18 Executing busybox-1.31.1-r19.trigger 01:31:18 OK: 71 MiB in 58 packages 01:31:20 Removing intermediate container 13b46a5aa722 01:31:20 ---> 823c0a88c002 01:31:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:31:20 ---> Running in 22bc483fd3cf 01:31:20 Removing intermediate container 22bc483fd3cf 01:31:20 ---> f152f48fe187 01:31:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:31:21 ---> Running in 37a53eb98a67 01:31:22 Removing intermediate container 37a53eb98a67 01:31:22 ---> 84cbe6153b4c 01:31:22 Step 24/26 : LABEL arch=arm64 01:31:22 ---> Running in 54457777b31c 01:31:22 Removing intermediate container 54457777b31c 01:31:22 ---> fdbdabe53d64 01:31:22 Step 25/26 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:31:22 ---> Running in 6e71484596f8 01:31:23 Removing intermediate container 6e71484596f8 01:31:23 ---> 9021aa0496bb 01:31:23 Step 26/26 : LABEL version=0.0.0 01:31:23 ---> Running in 8e82af307565 01:31:24 Removing intermediate container 8e82af307565 01:31:24 ---> 4145e7f5640d 01:31:24 01:31:25 Successfully built 4145e7f5640d 01:31:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:31:43 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:31:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:31:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:31:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 01:31:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:31:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:31:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:31:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:31:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:31:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:31:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:31:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 01:31:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:31:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:31:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 01:31:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 01:31:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:31:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:31:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:31:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 01:31:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 01:31:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:31:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:31:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 01:31:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 01:31:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 01:31:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:31:43 Fetched 23.9 MB in 0s (0 B/s) 01:31:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:31:43 Fetched 96.5 kB in 0s (0 B/s) 01:31:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:31:43 Fetched 279 kB in 0s (0 B/s) 01:31:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:31:43 Fetched 122 kB in 0s (0 B/s) 01:31:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:31:43 Fetched 77.8 kB in 0s (0 B/s) 01:31:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:31:43 Fetched 8848 B in 0s (0 B/s) 01:31:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:31:43 Fetched 47.8 kB in 0s (0 B/s) 01:31:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:31:43 Fetched 45.6 kB in 0s (0 B/s) 01:31:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:31:43 Fetched 15.0 kB in 0s (0 B/s) 01:31:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:31:43 Fetched 214 kB in 0s (0 B/s) 01:31:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:31:43 Fetched 155 kB in 0s (0 B/s) 01:31:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:31:43 Fetched 50.6 kB in 0s (0 B/s) 01:31:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:31:43 Fetched 14.8 kB in 0s (0 B/s) 01:31:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:31:43 Fetched 41.8 kB in 0s (0 B/s) 01:31:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:31:43 Fetched 499 kB in 0s (0 B/s) 01:31:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:31:43 Fetched 111 kB in 0s (0 B/s) 01:31:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:31:43 Fetched 240 kB in 0s (0 B/s) 01:31:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:31:43 Fetched 29.3 kB in 0s (0 B/s) 01:31:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:31:43 Fetched 85.5 kB in 0s (0 B/s) 01:31:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:31:43 Fetched 24.5 kB in 0s (0 B/s) 01:31:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:31:43 Fetched 49.2 kB in 0s (0 B/s) 01:31:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:31:43 Fetched 54.2 kB in 0s (0 B/s) 01:31:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:31:43 Fetched 30.8 kB in 0s (0 B/s) 01:31:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:31:43 Fetched 17.0 kB in 0s (0 B/s) 01:31:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:31:43 Fetched 85.9 kB in 0s (0 B/s) 01:31:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:31:43 Fetched 8720 B in 0s (0 B/s) 01:31:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:31:43 Fetched 137 kB in 0s (0 B/s) 01:31:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:31:43 Fetched 119 kB in 0s (0 B/s) 01:31:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:31:43 Fetched 109 kB in 0s (0 B/s) 01:31:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:31:43 Fetched 11.1 kB in 0s (0 B/s) 01:31:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:31:43 Fetched 645 kB in 0s (0 B/s) 01:31:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:31:43 Fetched 41.3 kB in 0s (0 B/s) 01:31:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:31:43 Fetched 17.9 kB in 0s (0 B/s) 01:31:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:31:43 Fetched 368 kB in 0s (0 B/s) 01:31:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:31:43 Fetched 187 kB in 0s (0 B/s) 01:31:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:31:43 Fetched 175 kB in 0s (0 B/s) 01:31:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:31:44 Fetched 206 kB in 0s (0 B/s) 01:31:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:31:44 Fetched 1301 kB in 0s (0 B/s) 01:31:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:31:44 Fetched 36.2 kB in 0s (0 B/s) 01:31:44 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:31:44 Fetched 159 kB in 0s (0 B/s) 01:31:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:31:44 Fetched 107 kB in 0s (0 B/s) 01:31:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:31:44 Fetched 48.7 kB in 0s (0 B/s) 01:31:44 Pulling static-packages 01:31:45 'go115' has dependencies that need to be staged: go-build-helper static-packages 01:31:45 Skipping pull go-build-helper (already ran) 01:31:45 Skipping pull static-packages (already ran) 01:31:45 Building go-build-helper 01:31:49 Building static-packages 01:31:52 Staging go-build-helper 01:31:53 Staging static-packages 01:31:54 Pulling go115 01:31:55 'edgex-go' has dependencies that need to be staged: go115 01:31:55 Skipping pull go115 (already ran) 01:31:55 Building go115 01:31:55 % Total % Received % Xferd Average Speed Time Time Time Current 01:31:55 Dload Upload Total Spent Left Speed 01:31:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3535k 0 0 9452k 0 0:00:12 --:--:-- 0:00:12 9427k 33 115M 33 38.5M 0 0 28.3M 0 0:00:04 0:00:01 0:00:03 28.2M 62 115M 62 72.7M 0 0 30.8M 0 0:00:03 0:00:02 0:00:01 30.8M 93 115M 93 108M 0 0 32.2M 0 0:00:03 0:00:03 --:--:-- 32.2M 100 115M 100 115M 0 0 32.5M 0 0:00:03 0:00:03 --:--:-- 32.5M 01:32:00 go1.15.2.linux-amd64.tar.gz: OK 01:32:05 Staging go115 01:32:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:32:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:32:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:32:12 Fetched 0 B in 0s (0 B/s) 01:32:12 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:32:12 Fetched 224 kB in 0s (0 B/s) 01:32:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:32:12 Fetched 157 kB in 0s (0 B/s) 01:32:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:32:12 Fetched 221 kB in 0s (0 B/s) 01:32:12 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:32:12 Fetched 143 kB in 0s (0 B/s) 01:32:12 Pulling edgex-go 01:32:12  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:32:12 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 01:32:14 Pulling version 01:32:15 Building config-common 01:32:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:32:18 Skipping build go-build-helper (already ran) 01:32:18 Skipping build static-packages (already ran) 01:32:18 Skipping build go115 (already ran) 01:32:18 Building edgex-go 01:32:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:32:20 go: downloading github.com/gorilla/mux v1.8.0 01:32:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 01:32:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:32:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 01:32:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:32:20 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:32:20 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 01:32:20 go: downloading github.com/BurntSushi/toml v0.3.1 01:32:20 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:32:20 go: downloading github.com/pelletier/go-toml v1.2.0 01:32:20 go: downloading github.com/google/uuid v1.2.0 01:32:20 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:32:20 go: downloading github.com/go-kit/kit v0.8.0 01:32:20 go: downloading github.com/pebbe/zmq4 v1.2.2 01:32:20 go: downloading github.com/hashicorp/consul/api v1.1.0 01:32:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:32:20 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:32:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:32:20 go: downloading github.com/imdario/mergo v0.3.11 01:32:20 go: downloading github.com/pkg/errors v0.8.1 01:32:20 go: downloading github.com/x448/float16 v0.8.4 01:32:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:32:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:32:20 go: downloading gopkg.in/yaml.v2 v2.4.0 01:32:20 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:32:20 go: downloading github.com/mitchellh/copystructure v1.0.0 01:32:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:32:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:32:20 go: downloading github.com/hashicorp/serf v0.8.2 01:32:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:32:20 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:32:20 go: downloading github.com/go-playground/universal-translator v0.17.0 01:32:20 go: downloading github.com/leodido/go-urn v1.2.0 01:32:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:32:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:32:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:32:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:32:20 go: downloading github.com/go-playground/locales v0.13.0 01:32:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:32:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:32:26 Removing intermediate container 7cbd0141484f 01:32:26 ---> fce5140a3441 01:32:26 01:32:26 Step 10/24 : FROM alpine:3.12 01:32:26 ---> afeebe901d6b 01:32:26 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:32:26 ---> Running in 076ee54b720a 01:32:28 Removing intermediate container 4082acdfe343 01:32:28 ---> 2466a4ebb59e 01:32:28 01:32:28 Step 10/21 : FROM alpine:3.12 01:32:28 ---> afeebe901d6b 01:32:28 Step 11/21 : RUN apk add --update --no-cache curl 01:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:32:29 ---> Running in 1e503a3fe22a 01:32:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:32:30 (1/5) Installing ca-certificates (20191127-r4) 01:32:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:32:30 (3/5) Installing libcurl (7.69.1-r3) 01:32:30 (4/5) Installing curl (7.69.1-r3) 01:32:30 (5/5) Installing dumb-init (1.2.2-r1) 01:32:30 Executing busybox-1.31.1-r19.trigger 01:32:30 Executing ca-certificates-20191127-r4.trigger 01:32:30 OK: 7 MiB in 19 packages 01:32:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:32:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:32:31 (1/4) Installing ca-certificates (20191127-r4) 01:32:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:32:31 (3/4) Installing libcurl (7.69.1-r3) 01:32:31 (4/4) Installing curl (7.69.1-r3) 01:32:31 Executing busybox-1.31.1-r19.trigger 01:32:32 Executing ca-certificates-20191127-r4.trigger 01:32:32 OK: 7 MiB in 18 packages 01:32:33 Removing intermediate container 076ee54b720a 01:32:33 ---> d8f57c65d840 01:32:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:32:33 ---> Running in 0c16a6327170 01:32:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:32:34 Removing intermediate container 0c16a6327170 01:32:34 ---> ed77adf7b527 01:32:34 Step 13/24 : WORKDIR / 01:32:35 Removing intermediate container 1e503a3fe22a 01:32:35 ---> e10693b604eb 01:32:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:32:35 ---> Running in d604e451c0b5 01:32:35 ---> Running in 6a09fe9b9d17 01:32:35 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 01:32:36 Removing intermediate container d604e451c0b5 01:32:36 ---> 7d40c9a2dd3c 01:32:36 Removing intermediate container 6a09fe9b9d17 01:32:36 ---> 01df1e37754a 01:32:36 Step 13/21 : WORKDIR /edgex 01:32:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:32:36 ---> Running in 422ad023814a 01:32:36 Removing intermediate container 3e4a2f5a5061 01:32:36 ---> a6885fa4d8fc 01:32:36 01:32:36 Step 10/31 : FROM alpine:3.12 01:32:36 ---> afeebe901d6b 01:32:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:32:36 ---> Running in fdd86cafdd9c 01:32:36 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 01:32:37 Removing intermediate container 422ad023814a 01:32:37 ---> 7d9e59dc2bcd 01:32:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:32:37 ---> 532710986b78 01:32:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:32:37 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 01:32:37 go: downloading github.com/stretchr/testify v1.7.0 01:32:37 go: downloading github.com/pmezard/go-difflib v1.0.0 01:32:37 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:32:37 go: downloading github.com/davecgh/go-spew v1.1.1 01:32:37 Removing intermediate container fdd86cafdd9c 01:32:37 ---> 576bfa59094c 01:32:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:32:37 ---> Running in a431aa714cc8 01:32:38 ---> 3c70797a7b65 01:32:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:32:39 ---> 4beb973b8d83 01:32:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:32:39 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 01:32:39 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:32:39 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:32:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:32:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:32:40 ---> 7774e5fa9e9d 01:32:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:32:40 ---> 5e43b57e77fa 01:32:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:32:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:32:41 (1/2) Installing dumb-init (1.2.2-r1) 01:32:41 (2/2) Installing su-exec (0.2-r1) 01:32:41 Executing busybox-1.31.1-r19.trigger 01:32:41 OK: 5 MiB in 16 packages 01:32:41 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 01:32:41 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:32:42 ---> 86b576445164 01:32:42 ---> 69fdb8e8d7eb 01:32:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:32:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:32:42 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 01:32:43 ---> Running in c46a66b2b3a5 01:32:43 Removing intermediate container a431aa714cc8 01:32:43 ---> 738f368b14ed 01:32:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:32:43 Removing intermediate container 7897a0ab24c4 01:32:43 ---> bae51cb8f9a5 01:32:43 01:32:43 Step 10/23 : FROM alpine:3.12 01:32:43 ---> afeebe901d6b 01:32:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:32:43 ---> Using cache 01:32:43 ---> bc743bdeb2c5 01:32:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:32:43 ---> Using cache 01:32:43 ---> 25d20d038537 01:32:43 Step 13/23 : ENV APP_PORT=48081 01:32:43 ---> Running in ed6b2c6948ea 01:32:43 ---> Running in 65ba2e7aa6d3 01:32:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:32:43 ---> 47c80b523aba 01:32:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:32:43 Removing intermediate container c46a66b2b3a5 01:32:43 ---> a7697217d26b 01:32:43 Step 18/21 : CMD ["--init=true"] 01:32:44 ---> Running in 6d5e78a75e96 01:32:44 Removing intermediate container ed6b2c6948ea 01:32:44 ---> 284d2a3a4a83 01:32:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:32:44 Removing intermediate container 65ba2e7aa6d3 01:32:44 ---> 275e2a8402be 01:32:44 Step 14/23 : EXPOSE $APP_PORT 01:32:44 ---> Running in f43a78273792 01:32:44 ---> Running in 09c4fcc7d521 01:32:44 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 01:32:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:32:44 Removing intermediate container 6d5e78a75e96 01:32:44 ---> d3e770e618cf 01:32:44 Step 19/21 : LABEL arch=arm64 01:32:44 ---> f45599312112 01:32: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/ 01:32:44 ---> Running in 0c1aeaf96e9e 01:32:44 ---> Running in c153f5e3198c 01:32:45 Removing intermediate container f43a78273792 01:32:45 ---> 40980f49a176 01:32:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:32:45 Removing intermediate container 09c4fcc7d521 01:32:45 ---> b9b4012353d6 01:32:45 Step 15/23 : WORKDIR / 01:32:45 ---> Running in b0881410ee64 01:32:45 ---> Running in 8bdcb4b27903 01:32:45 Removing intermediate container 0c1aeaf96e9e 01:32:45 ---> f58dfa5bf287 01:32:45 Step 20/21 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:32:45 ---> Running in b37f54c398ac 01:32:45 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 01:32:45 go: downloading github.com/lib/pq v1.9.0 01:32:46 Removing intermediate container b0881410ee64 01:32:46 ---> 705b10bf6bd0 01:32:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 Removing intermediate container b37f54c398ac 01:32:46 ---> 4222c63dde49 01:32:46 Step 21/21 : LABEL version=0.0.0 01:32:46 ---> Running in 1cefb3bb03ef 01:32:47 ---> 05e1f98808dc 01:32:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:32:47 Removing intermediate container 1cefb3bb03ef 01:32:47 ---> 210ecb33a328 01:32:47 01:32:47 Successfully built 210ecb33a328 01:32:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:32:47  Building docker-security-proxy-setup-go ... done Removing intermediate container c153f5e3198c 01:32:47 ---> 82ef7e4118ab 01:32:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:32:48 ---> Running in 2ca0723f8fbe 01:32:48 Removing intermediate container 8bdcb4b27903 01:32:48 ---> d0aec4f93949 01:32:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:32:48 ---> 5252206b8b4d 01:32:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:32:48 ---> Running in 2932f3b8369b 01:32:48 Removing intermediate container 2ca0723f8fbe 01:32:48 ---> dcef348164bf 01:32:48 Step 22/24 : LABEL arch=arm64 01:32:49 ---> Running in c7f324e2255c 01:32:49 Building version 01:32:49 Removing intermediate container 2932f3b8369b 01:32:49 ---> 9b599373084a 01:32:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:32:49 ---> 6ebd99c44c4f 01:32:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:32:49 Removing intermediate container c7f324e2255c 01:32:49 ---> 350a4ddb0399 01:32:49 Step 23/24 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:32:49 ---> Running in 5c21df5d6916 01:32:49 ---> Running in 36ff9cc9b78b 01:32:50 Removing intermediate container 5c21df5d6916 01:32:50 ---> 357ee0220d3e 01:32:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:32:50 ---> 62c3cb6e10ce 01:32:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:32:50 ---> Running in 1115997de856 01:32:50 Removing intermediate container 36ff9cc9b78b 01:32:50 ---> 26f471037bd0 01:32:50 Step 24/24 : LABEL version=0.0.0 01:32:50 ---> Running in 3371f9f24749 01:32:51 ---> Running in c4b0efa4c667 01:32:51 Removing intermediate container 1115997de856 01:32:51 ---> a59f089b9bf7 01:32:51 Step 21/23 : LABEL arch=arm64 01:32:51 ---> Running in e262ea5c25d6 01:32:51 Removing intermediate container c4b0efa4c667 01:32:51 ---> b51f5a8fa46c 01:32:51 01:32:51 Staging config-common 01:32:52 Removing intermediate container e262ea5c25d6 01:32:52 ---> e7e7d97ac655 01:32:52 Step 22/23 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe 01:32:52 Successfully built b51f5a8fa46c 01:32:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:32:52  Building docker-security-secretstore-setup-go ... done  ---> Running in 7561a76933bb 01:32:52 Skipping stage go-build-helper (already ran) 01:32:52 Skipping stage static-packages (already ran) 01:32:52 Skipping stage go115 (already ran) 01:32:52 Staging edgex-go 01:32:52 Removing intermediate container 7561a76933bb 01:32:52 ---> ff014aca299a 01:32:52 Step 23/23 : LABEL version=0.0.0 01:32:53 ---> Running in 20032ff89e33 01:32:53 Removing intermediate container 20032ff89e33 01:32:53 ---> 666480c59208 01:32:53 Removing intermediate container 3371f9f24749 01:32:53 ---> 42f097772b85 01:32:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:32:53 01:32:53 Successfully built 666480c59208 01:32:53 Successfully tagged docker-core-metadata-go-arm64:latest 01:32:54 Staging version 01:32:54  Building docker-core-metadata-go ... done  ---> 50e0ef02f6c6 01:32:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:32:54 Priming config-common 01:32:55 ---> 1b89fcd2846e 01:32:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:32:56 ---> 849fcf045af6 01:32:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:32:56 Priming go-build-helper 01:32:57 ---> f498ef763f10 01:32:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:32:57 Priming static-packages 01:32:58 ---> d81849183bfc 01:32:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:32:58 ---> Running in e73e8cb107d3 01:32:59 Removing intermediate container e73e8cb107d3 01:32:59 ---> e8cfc4a7e43a 01:32:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:32:59 ---> 821e007b2762 01:32:59 Step 26/31 : RUN chmod +x /entrypoint.sh 01:32:59 Priming go115 01:33:00 ---> Running in f498e1803336 01:33:00 Priming edgex-go 01:33:02 Removing intermediate container f498e1803336 01:33:02 ---> 37e3aa00a9ac 01:33:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:33:02 Priming version 01:33:02 ---> Running in 5a26c7d448d6 01:33:03 Removing intermediate container 5a26c7d448d6 01:33:03 ---> d8c7cb501805 01:33:03 Step 28/31 : CMD ["gate"] 01:33:03 ---> Running in 97ccdb61a894 01:33:03 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 01:33:04 Removing intermediate container 97ccdb61a894 01:33:04 ---> 1c8c1b36d895 01:33:04 Step 29/31 : LABEL arch=arm64 01:33:04 ---> Running in f8c2c0b37eeb 01:33:04 Removing intermediate container f8c2c0b37eeb 01:33:04 ---> a75f03723b09 01:33:04 Step 30/31 : LABEL git_sha=e333ecd1da9aaba0972792a779bd9b340e8c74fe [Pipeline] } [Pipeline] // withEnv 01:33:05 ---> Running in 4633fb981a7f [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 01:33:05 Removing intermediate container 4633fb981a7f 01:33:05 ---> 8fef7ad0f23a 01:33:05 Step 31/31 : LABEL version=0.0.0 [Pipeline] } 01:33:06 ---> Running in 2deb4a531b46 01:33:06 Removing intermediate container 2deb4a531b46 01:33:06 ---> 8254b5c31dc9 01:33:06 01:33:06 Successfully built 8254b5c31dc9 01:33:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:33:07  Building docker-security-bootstrapper-go ... done  [Pipeline] } 01:33:07 $ docker stop --time=1 1f55fbc99fcff995f3936816bed0042f528c0c045b4c5305950772fc87b399f5 01:33:09 $ docker rm -f 1f55fbc99fcff995f3936816bed0042f528c0c045b4c5305950772fc87b399f5 [Pipeline] // withDockerContainer [Pipeline] sh 01:33:09 + grep docker 01:33:09 + docker images 01:33:10 docker-security-bootstrapper-go-arm64 latest 8254b5c31dc9 4 seconds ago 22.6MB 01:33:10 docker-core-metadata-go-arm64 latest 666480c59208 17 seconds ago 17.7MB 01:33:10 docker-security-secretstore-setup-go-arm64 latest b51f5a8fa46c 19 seconds ago 23.4MB 01:33:10 docker-security-proxy-setup-go-arm64 latest 210ecb33a328 24 seconds ago 23.2MB 01:33:10 docker-sys-mgmt-agent-go-arm64 latest 4145e7f5640d About a minute ago 300MB 01:33:10 docker-core-data-go-arm64 latest 6ab32aba9ffd 2 minutes ago 21MB 01:33:10 docker-core-command-go-arm64 latest eb2dda0443bf 3 minutes ago 16MB 01:33:10 docker-support-scheduler-go-arm64 latest 21e48e99f3fd 3 minutes ago 16.1MB 01:33:10 docker-support-notifications-go-arm64 latest 7199d3c8a6fb 3 minutes ago 16MB 01:33:10 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:33:12 provisioning config files... 01:33:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config5548382689779227289tmp [Pipeline] { [Pipeline] sh 01:33:12 + set +x 01:33:12 + curl -s https://codecov.io/bash 01:33:12 + bash -s -- 01:33:13 01:33:13 _____ _ 01:33:13 / ____| | | 01:33:13 | | ___ __| | ___ ___ _____ __ 01:33:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:33:13 | |___| (_) | (_| | __/ (_| (_) \ V / 01:33:13 \_____\___/ \__,_|\___|\___\___/ \_/ 01:33:13 Bash-20210129-7c25fce 01:33:13 01:33:13 01:33:13 ==> git version 2.24.3 found 01:33:13 ==> 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 01:33:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:33:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:33:13 ==> Jenkins CI detected. 01:33:13 project root: . 01:33:13 --> token set from env 01:33:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:33:13 ==> Running gcov in . (disable via -X gcov) 01:33:13 ==> Python coveragepy not found 01:33:13 ==> Searching for coverage reports in: 01:33:13 + . 01:33:13 -> Found 1 reports 01:33:13 ==> Detecting git/mercurial file structure 01:33:13 ==> Reading reports 01:33:13 + ./coverage.out bytes=574984 01:33:13 ==> Appending adjustments 01:33:13 https://docs.codecov.io/docs/fixing-reports 01:33:19 + Found adjustments 01:33:19 ==> Gzipping contents 01:33:19 88K /tmp/codecov.seOUyT.gz 01:33:19 ==> Uploading reports 01:33:19 url: https://codecov.io 01:33:19 query: branch=PR-3080&commit=e333ecd1da9aaba0972792a779bd9b340e8c74fe&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= 01:33:19 -> Pinging Codecov 01:33:19 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3080&commit=e333ecd1da9aaba0972792a779bd9b340e8c74fe&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= 01:33:19 -> Uploading to 01:33:19 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/e333ecd1da9aaba0972792a779bd9b340e8c74fe/759c01c5-bec9-42db-b197-c68e19947ba2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T013318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c15f0a0cb0568afdcebd6ace2b29f1f7620245942b112ae8fc554d817a0f68f4 01:33:19 % Total % Received % Xferd Average Speed Time Time Time Current 01:33:19 Dload Upload Total Spent Left Speed 01:33:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87154 0 0 100 87154 0 137k --:--:-- --:--:-- --:--:-- 137k 01:33:19 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e333ecd1da9aaba0972792a779bd9b340e8c74fe [Pipeline] } 01:33:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:33:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:33:23 ---> package-listing.sh 01:33:23 ++ facter osfamily 01:33:23 ++ tr '[:upper:]' '[:lower:]' 01:33:23 + OS_FAMILY=redhat 01:33:23 + workspace=/w/workspace/edgex-go/10 01:33:23 + START_PACKAGES=/tmp/packages_start.txt 01:33:23 + END_PACKAGES=/tmp/packages_end.txt 01:33:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:33:23 + PACKAGES=/tmp/packages_start.txt 01:33:23 + '[' /w/workspace/edgex-go/10 ']' 01:33:23 + PACKAGES=/tmp/packages_end.txt 01:33:23 + case "${OS_FAMILY}" in 01:33:23 + sort 01:33:23 + rpm -qa 01:33:30 + '[' -f /tmp/packages_start.txt ']' 01:33:30 + '[' -f /tmp/packages_end.txt ']' 01:33:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:33:30 + '[' /w/workspace/edgex-go/10 ']' 01:33:30 + mkdir -p /w/workspace/edgex-go/10/archives/ 01:33:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 01:33:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:33:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:33:31 01:33:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:33:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:33:32 alpine: Pulling from edgex-lftools-log-publisher 01:33:32 df20fa9351a1: Pulling fs layer 01:33:32 36b3adc4ff6f: Pulling fs layer 01:33:32 8ad3a11d3b57: Pulling fs layer 01:33:32 46f8f816bc3b: Pulling fs layer 01:33:32 93b61091891f: Pulling fs layer 01:33:32 93b9cdb0e59b: Pulling fs layer 01:33:32 5e14af77c1be: Pulling fs layer 01:33:32 01666e4c0597: Pulling fs layer 01:33:32 aa168da1d23b: Pulling fs layer 01:33:32 93b9cdb0e59b: Waiting 01:33:32 5e14af77c1be: Waiting 01:33:32 01666e4c0597: Waiting 01:33:32 aa168da1d23b: Waiting 01:33:32 46f8f816bc3b: Waiting 01:33:32 93b61091891f: Waiting 01:33:32 36b3adc4ff6f: Verifying Checksum 01:33:32 36b3adc4ff6f: Download complete 01:33:32 46f8f816bc3b: Verifying Checksum 01:33:32 46f8f816bc3b: Download complete 01:33:32 df20fa9351a1: Verifying Checksum 01:33:32 93b9cdb0e59b: Download complete 01:33:32 5e14af77c1be: Verifying Checksum 01:33:32 5e14af77c1be: Download complete 01:33:32 01666e4c0597: Verifying Checksum 01:33:32 01666e4c0597: Download complete 01:33:32 93b61091891f: Download complete 01:33:33 8ad3a11d3b57: Verifying Checksum 01:33:33 8ad3a11d3b57: Download complete 01:33:33 df20fa9351a1: Pull complete 01:33:33 36b3adc4ff6f: Pull complete 01:33:34 8ad3a11d3b57: Pull complete 01:33:36 46f8f816bc3b: Pull complete 01:33:37 aa168da1d23b: Verifying Checksum 01:33:37 aa168da1d23b: Download complete 01:33:37 93b61091891f: Pull complete 01:33:37 93b9cdb0e59b: Pull complete 01:33:37 5e14af77c1be: Pull complete 01:33:38 01666e4c0597: Pull complete 01:33:50 aa168da1d23b: Pull complete 01:33:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:33:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:33:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:33:50 prd-centos7-docker-4c-2g-24233 does not seem to be running inside a container 01:33:50 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-lftools-log-publisher:alpine cat 01:33:56 $ docker top 2e9bc06670fa0530c7d9e6a52d1e223086b76c6639a6f990c3a8dfa9e51dfbf2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:56 + touch /tmp/pre-build-complete [Pipeline] sh 01:33:57 + mkdir -p /var/log/sa [Pipeline] sh 01:33:57 + ls /var/log/sa-host 01:33:57 + sadf -c /var/log/sa-host/sa01 01:33:57 file_magic: OK 01:33:57 HZ: Using current value: 100 01:33:57 file_header: OK 01:33:57 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 01:33:57 Statistics: 01:33:57 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... 01:33:57 File successfully converted to sysstat format version 12.2.1 01:33:57 + sadf -c /var/log/sa-host/sa23 01:33:57 file_magic: OK 01:33:57 HZ: Using current value: 100 01:33:57 file_header: OK 01:33:57 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 01:33:57 Statistics: 01:33:57 Hnuu...uuuununununu... 01:33:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:33:58 provisioning config files... 01:33:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2500611717371427824tmp [Pipeline] { [Pipeline] echo 01:33:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:33:59 ---> create-netrc.sh [Pipeline] } 01:33:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:33:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:33:59 ---> python-tools-install.sh [Pipeline] echo 01:33:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:34:00 ---> sudo-logs.sh 01:34:00 Archiving 'sudo' log.. [Pipeline] echo 01:34:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:34:00 ---> job-cost.sh 01:34:00 lf-activate-venv: SKIPPING 01:34:00 INFO: No Stack... 01:34:01 INFO: Retrieving Pricing Info for: v1-standard-2 01:34:01 INFO: Archiving Costs [Pipeline] echo 01:34:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:34:02 ---> logs-deploy.sh 01:34:02 lf-activate-venv: SKIPPING 01:34:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/10 01:34:02 INFO: archiving workspace using pattern(s): 01:34:05 Archives upload complete. 01:34:05 INFO: archiving logs to Nexus 01:34:07 ---> uname -a: 01:34:07 Linux prd-centos7-docker-4c-2g-24233.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:34:07 01:34:07 01:34:07 ---> lscpu: 01:34:07 Architecture: x86_64 01:34:07 CPU op-mode(s): 32-bit, 64-bit 01:34:07 Byte Order: Little Endian 01:34:07 Address sizes: 40 bits physical, 48 bits virtual 01:34:07 CPU(s): 4 01:34:07 On-line CPU(s) list: 0-3 01:34:07 Thread(s) per core: 1 01:34:07 Core(s) per socket: 1 01:34:07 Socket(s): 4 01:34:07 NUMA node(s): 1 01:34:07 Vendor ID: GenuineIntel 01:34:07 CPU family: 6 01:34:07 Model: 44 01:34:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:34:07 Stepping: 1 01:34:07 CPU MHz: 2933.438 01:34:07 BogoMIPS: 5866.87 01:34:07 Virtualization: VT-x 01:34:07 Hypervisor vendor: KVM 01:34:07 Virtualization type: full 01:34:07 L1d cache: 128 KiB 01:34:07 L1i cache: 128 KiB 01:34:07 L2 cache: 16 MiB 01:34:07 L3 cache: 64 MiB 01:34:07 NUMA node0 CPU(s): 0-3 01:34:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:34:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:34:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:34:07 Vulnerability Meltdown: Mitigation; PTI 01:34:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:34:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:34:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:34:07 Vulnerability Srbds: Not affected 01:34:07 Vulnerability Tsx async abort: Not affected 01:34:07 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 01:34:07 01:34:07 01:34:07 ---> nproc: 01:34:07 4 01:34:07 01:34:07 01:34:07 ---> df -h: 01:34:07 Filesystem Size Used Available Use% Mounted on 01:34:07 overlay 50.0G 11.3G 38.7G 23% / 01:34:07 tmpfs 64.0M 0 64.0M 0% /dev 01:34:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:34:07 shm 64.0M 0 64.0M 0% /dev/shm 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/10@tmp 01:34:07 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/10 01:34:07 01:34:07 01:34:07 ---> free -m: 01:34:07 total used free shared buff/cache available 01:34:07 Mem: 1837 728 244 0 863 1024 01:34:07 Swap: 1023 63 960 01:34:07 01:34:07 01:34:07 ---> ip addr: 01:34:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:34:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:34:07 inet 127.0.0.1/8 scope host lo 01:34:07 valid_lft forever preferred_lft forever 01:34:07 inet6 ::1/128 scope host 01:34:07 valid_lft forever preferred_lft forever 01:34:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:34:07 link/ether fa:16:3e:d9:09:e9 brd ff:ff:ff:ff:ff:ff 01:34:07 inet 10.30.122.216/23 brd 10.30.123.255 scope global dynamic eth0 01:34:07 valid_lft 85017sec preferred_lft 85017sec 01:34:07 inet6 fe80::f816:3eff:fed9:9e9/64 scope link 01:34:07 valid_lft forever preferred_lft forever 01:34:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:34:07 link/ether 02:42:63:06:1e:3c brd ff:ff:ff:ff:ff:ff 01:34:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:34:07 valid_lft forever preferred_lft forever 01:34:07 inet6 fe80::42:63ff:fe06:1e3c/64 scope link 01:34:07 valid_lft forever preferred_lft forever 01:34:07 01:34:07 01:34:07 ---> sar -b -r -n DEV: 01:34:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 01:34:07 01:34:07 01:10:53 LINUX RESTART (4 CPU) 01:34:07 01:34:07 01:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:34:07 01:13:01 67.59 16.58 51.01 0.00 4985.97 12624.38 0.00 01:34:07 01:14:01 195.16 87.65 107.51 0.00 6491.89 39356.40 0.00 01:34:07 01:15:02 208.04 75.69 132.35 0.00 3195.22 18029.61 0.00 01:34:07 01:16:01 96.50 32.09 64.41 0.00 1367.08 6793.60 0.00 01:34:07 01:17:01 71.03 31.16 39.87 0.00 787.77 4863.49 0.00 01:34:07 01:18:02 97.46 44.18 53.28 0.00 2790.30 4285.96 0.00 01:34:07 01:19:01 60.54 11.04 49.49 0.00 528.74 16118.54 0.00 01:34:07 01:20:03 291.21 119.81 171.40 0.00 58866.35 115692.83 0.00 01:34:07 01:21:01 2098.10 1879.33 218.77 0.00 105611.75 113324.76 0.00 01:34:07 01:22:02 1109.27 947.37 161.91 0.00 74499.24 80775.39 0.00 01:34:07 01:23:01 272.45 63.17 209.28 0.00 10935.33 45152.35 0.00 01:34:07 01:24:05 1216.23 1042.27 173.96 0.00 86836.43 113315.23 0.00 01:34:07 01:25:02 946.17 740.14 206.03 0.00 54113.73 57365.56 0.00 01:34:07 01:26:01 181.01 18.23 162.78 0.00 1441.34 31079.05 0.00 01:34:07 01:27:01 38.73 12.43 26.30 0.00 2977.34 918.47 0.00 01:34:07 01:28:01 1.45 1.23 0.22 0.00 22.76 2.03 0.00 01:34:07 01:29:01 0.30 0.00 0.30 0.00 0.00 3.30 0.00 01:34:07 01:30:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 01:34:07 01:31:02 0.32 0.03 0.28 0.00 0.80 3.39 0.00 01:34:07 01:32:01 0.27 0.02 0.25 0.00 0.54 2.71 0.00 01:34:07 01:33:01 0.22 0.02 0.20 0.00 0.27 2.23 0.00 01:34:07 Average: 329.96 242.95 87.01 0.00 19904.82 31685.43 0.00 01:34:07 01:34:07 01:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:34:07 01:13:01 66332 0 800892 42.57 2620 1011700 1491772 50.91 649084 962384 17740 01:34:07 01:14:01 103568 0 734856 39.06 1492 1041628 1458124 49.76 563192 974716 31852 01:34:07 01:15:02 147912 0 824944 43.84 1492 907196 1512060 51.60 609472 853976 5784 01:34:07 01:16:01 168772 0 835472 44.40 660 876640 1655640 56.50 666452 768520 68052 01:34:07 01:17:01 363392 0 808608 42.98 492 709052 1615440 55.13 543636 690792 21048 01:34:07 01:18:02 86612 0 958856 50.96 404 835672 1622248 55.36 761464 743472 69444 01:34:07 01:19:01 74956 0 786200 41.78 360 1020028 1536304 52.43 637516 885596 68560 01:34:07 01:20:03 65776 0 840000 44.64 0 975768 2303112 78.60 770636 838008 47012 01:34:07 01:21:01 81792 0 843528 44.83 0 956224 2334608 79.68 780868 785528 75872 01:34:07 01:22:02 297764 0 1052064 55.91 0 531716 3455808 117.94 677916 641620 49956 01:34:07 01:23:01 73140 0 705148 37.48 0 1103256 1400184 47.79 727280 833224 45280 01:34:07 01:24:05 101620 0 836480 44.46 0 943444 2613520 89.20 672024 867908 88952 01:34:07 01:25:02 297560 0 841596 44.73 0 742388 2518808 85.96 688624 653524 30556 01:34:07 01:26:01 128484 0 723800 38.47 0 1029260 1516988 51.77 606264 900916 7680 01:34:07 01:27:01 176896 0 643312 34.19 0 1061336 1220404 41.65 521396 942828 8 01:34:07 01:28:01 178364 0 641844 34.11 0 1061336 1195872 40.81 519520 943356 8 01:34:07 01:29:01 179616 0 640584 34.05 0 1061344 1186536 40.49 518520 943244 8 01:34:07 01:30:01 179376 0 640812 34.06 0 1061356 1186716 40.50 518848 943244 8 01:34:07 01:31:02 180112 0 640076 34.02 0 1061356 1186528 40.49 518788 943260 8 01:34:07 01:32:01 179628 0 640544 34.04 0 1061372 1186644 40.50 518884 943284 8 01:34:07 01:33:01 179440 0 640724 34.05 0 1061380 1186704 40.50 519100 943284 8 01:34:07 Average: 157672 0 765730 40.70 358 957783 1684953 57.50 618547 857271 29897 01:34:07 01:34:07 01:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:34:07 01:13:01 vetha19f9be 884.99 753.76 83.49 2671.29 0.00 0.00 0.00 0.00 01:34:07 01:13:01 eth0 1056.04 1060.48 4284.20 144.66 0.00 0.00 0.00 0.00 01:34:07 01:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:13:01 docker0 884.99 753.62 71.39 2671.28 0.00 0.00 0.00 0.00 01:34:07 01:14:01 veth8ea2141 23.14 26.89 1.69 137.93 0.00 0.00 0.00 0.00 01:34:07 01:14:01 eth0 318.37 266.44 2975.93 29.58 0.00 0.00 0.00 0.00 01:34:07 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:14:01 docker0 23.19 26.81 1.38 137.92 0.00 0.00 0.00 0.00 01:34:07 01:15:02 veth330d1a7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:15:02 eth0 169.01 111.64 715.57 18.35 0.00 0.00 0.00 0.00 01:34:07 01:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:15:02 docker0 96.00 142.31 6.72 689.28 0.00 0.00 0.00 0.00 01:34:07 01:16:01 veth330d1a7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:16:01 eth0 15.43 10.98 12.94 6.55 0.00 0.00 0.00 0.00 01:34:07 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:17:01 veth330d1a7 2.14 2.14 0.17 0.18 0.00 0.00 0.00 0.00 01:34:07 01:17:01 eth0 39.70 31.86 21.12 81.74 0.00 0.00 0.00 0.00 01:34:07 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:17:01 docker0 2.14 2.14 0.14 0.18 0.00 0.00 0.00 0.00 01:34:07 01:18:02 veth330d1a7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:18:02 eth0 11.96 8.88 10.97 5.94 0.00 0.00 0.00 0.00 01:34:07 01:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:19:01 eth0 168.46 136.51 1712.34 38.00 0.00 0.00 0.00 0.00 01:34:07 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:20:03 vethf560386 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:20:03 eth0 26.46 21.51 21.75 51.35 0.00 0.00 0.00 0.00 01:34:07 01:20:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:20:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:21:01 vethf560386 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:21:01 eth0 49.59 41.02 164.01 8.07 0.00 0.00 0.00 0.00 01:34:07 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:21:01 docker0 32.23 36.06 2.14 152.76 0.00 0.00 0.00 0.00 01:34:07 01:22:02 veth1c4828d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:22:02 veth2eadc78 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:22:02 veth3c461eb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:22:02 vethf560386 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:23:01 vethf560386 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:23:01 eth0 2442.99 2051.27 12428.18 520.66 0.00 0.00 0.00 0.00 01:34:07 01:23:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:34:07 01:23:01 docker0 1065.01 1003.44 83.58 3873.46 0.00 0.00 0.00 0.00 01:34:07 01:24:05 veth3cf1b68 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:24:05 vethf560386 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:24:05 veth2e112c4 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:24:05 eth0 25.98 19.02 67.20 7.37 0.00 0.00 0.00 0.00 01:34:07 01:25:02 vethf560386 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:25:02 vethefc5ace 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:25:02 eth0 29.82 22.20 51.41 11.09 0.00 0.00 0.00 0.00 01:34:07 01:25:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:34:07 01:26:01 veth871eccc 4.29 4.93 0.48 16.79 0.00 0.00 0.00 0.00 01:34:07 01:26:01 vethf560386 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 01:34:07 01:26:01 eth0 217.89 150.43 1683.18 96.26 0.00 0.00 0.00 0.00 01:34:07 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:27:01 eth0 25.77 17.12 55.07 7.83 0.00 0.00 0.00 0.00 01:34:07 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:27:01 docker0 1088.92 1072.82 84.86 4350.97 0.00 0.00 0.00 0.00 01:34:07 01:28:01 eth0 0.95 0.52 0.37 0.21 0.00 0.00 0.00 0.00 01:34:07 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:29:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 01:34:07 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:30:01 eth0 0.47 0.30 0.27 0.20 0.00 0.00 0.00 0.00 01:34:07 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:31:02 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 01:34:07 01:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:32:01 eth0 0.32 0.14 0.09 0.07 0.00 0.00 0.00 0.00 01:34:07 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:33:01 eth0 1.03 0.40 0.38 0.20 0.00 0.00 0.00 0.00 01:34:07 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 Average: eth0 106.60 93.00 571.43 27.78 0.00 0.00 0.00 0.00 01:34:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:34:07 Average: docker0 51.97 51.20 4.05 207.65 0.00 0.00 0.00 0.00 01:34:07 01:34:07 01:34:07 ---> sar -P ALL: 01:34:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 01:34:07 01:34:07 01:10:53 LINUX RESTART (4 CPU) 01:34:07 01:34:07 01:12:01 CPU %user %nice %system %iowait %steal %idle 01:34:07 01:13:01 all 8.02 0.00 4.43 1.52 12.09 73.94 01:34:07 01:13:01 0 7.90 0.00 5.42 1.01 13.31 72.36 01:34:07 01:13:01 1 7.25 0.00 4.08 1.68 11.35 75.65 01:34:07 01:13:01 2 10.95 0.00 4.84 2.18 12.69 69.33 01:34:07 01:13:01 3 5.99 0.00 3.41 1.18 11.06 78.36 01:34:07 01:14:01 all 7.84 0.00 4.97 1.27 13.42 72.50 01:34:07 01:14:01 0 5.74 0.00 5.34 1.04 14.00 73.88 01:34:07 01:14:01 1 8.64 0.00 4.22 1.87 13.53 71.73 01:34:07 01:14:01 2 8.03 0.00 5.42 1.08 13.38 72.09 01:34:07 01:14:01 3 8.94 0.00 4.90 1.09 12.77 72.30 01:34:07 01:15:02 all 6.43 0.00 5.66 6.36 11.20 70.35 01:34:07 01:15:02 0 6.17 0.00 5.77 7.16 11.38 69.52 01:34:07 01:15:02 1 6.94 0.00 6.13 5.91 11.28 69.75 01:34:07 01:15:02 2 6.44 0.00 5.13 6.30 10.92 71.22 01:34:07 01:15:02 3 6.18 0.00 5.61 6.07 11.22 70.92 01:34:07 01:16:01 all 39.68 0.00 11.20 3.11 26.05 19.96 01:34:07 01:16:01 0 42.17 0.00 11.94 4.66 26.13 15.11 01:34:07 01:16:01 1 39.49 0.00 10.44 1.66 26.28 22.13 01:34:07 01:16:01 2 38.71 0.00 10.57 2.52 25.84 22.36 01:34:07 01:16:01 3 38.40 0.00 11.88 3.66 25.96 20.10 01:34:07 01:17:01 all 31.74 0.00 11.03 1.45 25.82 29.95 01:34:07 01:17:01 0 29.29 0.00 10.57 1.06 28.49 30.59 01:34:07 01:17:01 1 31.27 0.00 10.77 1.36 25.15 31.45 01:34:07 01:17:01 2 30.49 0.00 11.39 1.83 27.18 29.12 01:34:07 01:17:01 3 36.03 0.00 11.43 1.58 22.36 28.61 01:34:07 01:18:02 all 29.75 0.00 13.47 2.38 28.54 25.86 01:34:07 01:18:02 0 29.68 0.00 12.93 2.88 28.90 25.61 01:34:07 01:18:02 1 30.89 0.00 13.99 2.80 29.57 22.75 01:34:07 01:18:02 2 29.72 0.00 13.65 2.23 26.67 27.73 01:34:07 01:18:02 3 28.73 0.00 13.34 1.59 29.00 27.34 01:34:07 01:19:01 all 18.39 0.00 9.16 0.53 17.84 54.09 01:34:07 01:19:01 0 18.31 0.00 9.46 0.75 17.71 53.77 01:34:07 01:19:01 1 19.64 0.00 10.33 0.72 17.62 51.69 01:34:07 01:19:01 2 16.52 0.00 7.73 0.09 18.58 57.07 01:34:07 01:19:01 3 19.08 0.00 9.15 0.55 17.43 53.79 01:34:07 01:20:03 all 9.42 0.00 9.82 4.60 30.10 46.07 01:34:07 01:20:03 0 10.43 0.00 10.73 4.42 29.90 44.53 01:34:07 01:20:03 1 8.79 0.00 9.35 4.25 30.95 46.67 01:34:07 01:20:03 2 10.14 0.00 9.49 4.55 30.40 45.41 01:34:07 01:20:03 3 8.31 0.00 9.72 5.20 29.12 47.64 01:34:07 01:21:01 all 9.95 0.00 15.18 24.54 24.76 25.57 01:34:07 01:21:01 0 10.30 0.00 16.70 24.72 24.99 23.29 01:34:07 01:21:01 1 9.80 0.00 14.92 24.87 24.23 26.17 01:34:07 01:21:01 2 10.06 0.00 14.54 24.18 23.94 27.27 01:34:07 01:21:01 3 9.62 0.00 14.58 24.41 25.87 25.52 01:34:07 01:22:02 all 33.55 0.00 12.26 15.92 23.31 14.96 01:34:07 01:22:02 0 33.54 0.00 12.24 14.76 23.39 16.07 01:34:07 01:22:02 1 35.90 0.00 11.65 15.17 22.68 14.60 01:34:07 01:22:02 2 30.89 0.00 12.48 15.87 23.96 16.81 01:34:07 01:22:02 3 33.89 0.00 12.66 17.90 23.22 12.33 01:34:07 01:23:01 all 36.40 0.00 13.78 8.75 21.47 19.61 01:34:07 01:23:01 0 37.22 0.00 13.01 8.97 20.91 19.88 01:34:07 01:23:01 1 36.33 0.00 14.32 7.08 22.36 19.91 01:34:07 01:23:01 2 33.74 0.00 12.96 8.09 21.59 23.61 01:34:07 01:23:01 3 38.30 0.00 14.87 10.83 21.02 14.98 01:34:07 01:34:07 01:23:01 CPU %user %nice %system %iowait %steal %idle 01:34:07 01:24:05 all 24.39 0.00 14.00 9.25 27.80 24.55 01:34:07 01:24:05 0 23.05 0.00 13.62 8.51 26.76 28.06 01:34:07 01:24:05 1 25.52 0.00 14.09 10.90 29.01 20.48 01:34:07 01:24:05 2 25.52 0.00 13.89 8.67 27.32 24.60 01:34:07 01:24:05 3 23.52 0.00 14.42 8.96 28.18 24.91 01:34:07 01:25:02 all 34.75 0.00 15.31 14.28 22.26 13.40 01:34:07 01:25:02 0 34.07 0.00 16.13 15.22 22.89 11.67 01:34:07 01:25:02 1 35.11 0.00 14.81 13.98 22.17 13.94 01:34:07 01:25:02 2 34.71 0.00 15.79 13.74 22.18 13.58 01:34:07 01:25:02 3 35.10 0.00 14.49 14.17 21.82 14.43 01:34:07 01:26:01 all 14.78 0.00 9.34 4.07 17.52 54.29 01:34:07 01:26:01 0 16.57 0.00 9.77 3.83 18.49 51.34 01:34:07 01:26:01 1 13.21 0.00 8.69 4.66 17.53 55.91 01:34:07 01:26:01 2 15.24 0.00 10.55 3.83 17.18 53.20 01:34:07 01:26:01 3 14.10 0.00 8.38 3.96 16.87 56.69 01:34:07 01:27:01 all 2.57 0.00 1.69 0.89 3.87 90.98 01:34:07 01:27:01 0 2.81 0.00 2.33 1.83 3.79 89.24 01:34:07 01:27:01 1 2.72 0.00 1.33 0.45 3.84 91.66 01:34:07 01:27:01 2 1.79 0.00 1.56 0.56 3.59 92.50 01:34:07 01:27:01 3 2.96 0.00 1.56 0.73 4.24 90.51 01:34:07 01:28:01 all 0.08 0.00 0.06 0.05 0.39 99.41 01:34:07 01:28:01 0 0.02 0.00 0.07 0.00 0.27 99.65 01:34:07 01:28:01 1 0.03 0.00 0.07 0.20 0.46 99.24 01:34:07 01:28:01 2 0.03 0.00 0.07 0.00 0.43 99.47 01:34:07 01:28:01 3 0.23 0.00 0.05 0.00 0.42 99.30 01:34:07 01:29:01 all 0.09 0.00 0.12 0.00 0.59 99.20 01:34:07 01:29:01 0 0.02 0.00 0.10 0.00 0.45 99.43 01:34:07 01:29:01 1 0.23 0.00 0.12 0.00 0.63 99.02 01:34:07 01:29:01 2 0.05 0.00 0.17 0.00 0.70 99.09 01:34:07 01:29:01 3 0.07 0.00 0.08 0.00 0.58 99.27 01:34:07 01:30:01 all 0.09 0.00 0.02 0.00 0.29 99.60 01:34:07 01:30:01 0 0.02 0.00 0.03 0.00 0.35 99.60 01:34:07 01:30:01 1 0.32 0.00 0.02 0.00 0.32 99.35 01:34:07 01:30:01 2 0.00 0.00 0.02 0.00 0.05 99.93 01:34:07 01:30:01 3 0.02 0.00 0.03 0.00 0.45 99.50 01:34:07 01:31:02 all 0.11 0.00 0.11 0.00 0.50 99.28 01:34:07 01:31:02 0 0.03 0.00 0.17 0.00 0.38 99.42 01:34:07 01:31:02 1 0.32 0.00 0.10 0.02 0.53 99.04 01:34:07 01:31:02 2 0.03 0.00 0.07 0.00 0.61 99.29 01:34:07 01:31:02 3 0.05 0.00 0.10 0.00 0.47 99.38 01:34:07 01:32:01 all 0.11 0.00 0.02 0.01 0.25 99.61 01:34:07 01:32:01 0 0.02 0.00 0.02 0.00 0.36 99.61 01:34:07 01:32:01 1 0.37 0.00 0.03 0.00 0.24 99.36 01:34:07 01:32:01 2 0.02 0.00 0.02 0.05 0.37 99.54 01:34:07 01:32:01 3 0.02 0.00 0.02 0.00 0.05 99.92 01:34:07 01:33:01 all 0.11 0.00 0.02 0.00 0.26 99.61 01:34:07 01:33:01 0 0.37 0.00 0.02 0.00 0.27 99.35 01:34:07 01:33:01 1 0.02 0.00 0.02 0.00 0.10 99.87 01:34:07 01:33:01 2 0.03 0.00 0.03 0.00 0.43 99.50 01:34:07 01:33:01 3 0.02 0.00 0.02 0.00 0.25 99.72 01:34:07 Average: all 14.05 0.00 7.00 4.56 14.36 60.03 01:34:07 Average: 0 14.08 0.00 7.25 4.64 14.61 59.42 01:34:07 Average: 1 14.21 0.00 6.88 4.49 14.43 60.00 01:34:07 Average: 2 13.84 0.00 6.95 4.42 14.36 60.43 01:34:07 Average: 3 14.06 0.00 6.94 4.68 14.05 60.27 01:34:07 01:34:07 01:34:07