Pull request #3396 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e43bf7cada016736cb12b4b6d36e41ebdfc98de9+78fade22505eae315bd953aec98210b437e07b35 (c862d75107fe9fb2ab08eeba64133f579509a306) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1574 in /w/workspace/edgexfoundry_edgex-go_PR-3396 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3396/head:refs/remotes/origin/PR-3396 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit e43bf7cada016736cb12b4b6d36e41ebdfc98de9 Merge succeeded, producing e43bf7cada016736cb12b4b6d36e41ebdfc98de9 Checking out Revision e43bf7cada016736cb12b4b6d36e41ebdfc98de9 (PR-3396) > git config core.sparsecheckout # timeout=10 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # 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 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:23:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:23:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:23:16 ========================================================= 18:23:16 EdgeX Global Pipelines Version Info 18:23:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 724f40526e391802f698c28f6854e8675694636a # timeout=10 18:23:18 ------------------- 18:23:18 stable info: 18:23:18 ------------------- 18:23:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:23:18 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:23:18 Message: update stable to v1.0.186 18:23:19 ------------------- 18:23:19 experimental info: 18:23:19 ------------------- 18:23:19 Commited By: **** collab-it+edgex@linuxfoundation.org 18:23:19 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 18:23:19 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:23:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3396 [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3396 [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3396 [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e43bf7c [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:23:20 provisioning config files... 18:23:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2475341975637685624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:23:20 ---> docker-login.sh 18:23:20 nexus3.edgexfoundry.org:10001 18:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:20 Configure a credential helper to remove this warning. See 18:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:20 18:23:20 Login Succeeded 18:23:20 nexus3.edgexfoundry.org:10002 18:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:21 Configure a credential helper to remove this warning. See 18:23:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:21 18:23:21 Login Succeeded 18:23:21 nexus3.edgexfoundry.org:10003 18:23:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:21 Configure a credential helper to remove this warning. See 18:23:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:21 18:23:21 Login Succeeded 18:23:21 nexus3.edgexfoundry.org:10004 18:23:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:21 Configure a credential helper to remove this warning. See 18:23:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:21 18:23:21 Login Succeeded 18:23:21 docker.io 18:23:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:21 Configure a credential helper to remove this warning. See 18:23:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:21 18:23:21 Login Succeeded 18:23:21 ---> docker-login.sh ends [Pipeline] } 18:23:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:22 ++ 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 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/core-command/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo core-command,cmd/core-command/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/core-data/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo core-data,cmd/core-data/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/core-metadata/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo core-metadata,cmd/core-metadata/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/security-bootstrapper/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/security-proxy-setup/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/support-notifications/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo support-notifications,cmd/support-notifications/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/support-scheduler/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:23:22 + for file in '`ls cmd/**/Dockerfile`' 18:23:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:23:22 ++ cut -d/ -f2 18:23:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:23:22 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 18:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:22 18:23:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:23:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:23 latest: Pulling from edgex-devops/git-semver 18:23:23 31603596830f: Pulling fs layer 18:23:23 2a8b12db71e7: Pulling fs layer 18:23:23 6ca5941a6612: Pulling fs layer 18:23:23 ecc8261a40a4: Pulling fs layer 18:23:23 ecc8261a40a4: Waiting 18:23:23 2a8b12db71e7: Verifying Checksum 18:23:23 2a8b12db71e7: Download complete 18:23:23 31603596830f: Verifying Checksum 18:23:23 31603596830f: Download complete 18:23:23 ecc8261a40a4: Verifying Checksum 18:23:23 ecc8261a40a4: Download complete 18:23:23 6ca5941a6612: Verifying Checksum 18:23:23 6ca5941a6612: Download complete 18:23:23 31603596830f: Pull complete 18:23:23 2a8b12db71e7: Pull complete 18:23:24 6ca5941a6612: Pull complete 18:23:24 ecc8261a40a4: Pull complete 18:23:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:23:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:23:24 prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container 18:23:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:23:27 $ docker top bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:23:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:27 [ssh-agent] Looking for ssh-agent implementation... 18:23:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:27 $ docker exec bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent 18:23:28 SSH_AUTH_SOCK=/tmp/ssh-maiu4id6R98K/agent.12 18:23:28 SSH_AGENT_PID=17 18:23:28 Running ssh-add (command line suppressed) 18:23:28 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8892514813092118091.key (/w/workspace/edgex-go/3@tmp/private_key_8892514813092118091.key) 18:23:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:28 + git tag --points-at HEAD [Pipeline] } 18:23:28 $ docker exec --env ******** --env ******** bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent -k 18:23:28 unset SSH_AUTH_SOCK; 18:23:28 unset SSH_AGENT_PID; 18:23:28 echo Agent pid 17 killed; 18:23:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:28 [ssh-agent] Looking for ssh-agent implementation... 18:23:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:28 $ docker exec bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent 18:23:29 SSH_AUTH_SOCK=/tmp/ssh-w59hLdnSliUR/agent.47 18:23:29 SSH_AGENT_PID=52 18:23:29 Running ssh-add (command line suppressed) 18:23:29 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6941047253523122495.key (/w/workspace/edgex-go/3@tmp/private_key_6941047253523122495.key) 18:23:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:29 + git semver init 18:23:29 # -> Open(): unable to determine branch for HEAD 18:23:29 # $GIT_DIR = /w/workspace/edgex-go/3/.git 18:23:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 18:23:29 # $SEMVER_REMOTE_NAME = origin 18:23:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:23:29 # $SEMVER_USER_NAME = edgex-jenkins 18:23:29 # $SEMVER_BRANCH = PR-3396 18:23:29 # $SEMVER_TEMP = /tmp/semver-591356872 18:23:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:23:47 # '/tmp/semver-591356872' -> '/w/workspace/edgex-go/3/.semver' 18:23:48 # -> Force: false 18:23:48 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 18:23:48 $ docker exec --env ******** --env ******** bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent -k 18:23:48 unset SSH_AUTH_SOCK; 18:23:48 unset SSH_AGENT_PID; 18:23:48 echo Agent pid 52 killed; 18:23:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:49 + git semver [Pipeline] } 18:23:49 $ docker stop --time=1 bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 18:23:51 $ docker rm -f bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 [Pipeline] // withDockerContainer [Pipeline] sh 18:23:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:23:51 Stashed 1 file(s) [Pipeline] echo 18:23:51 [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 18:23:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:23:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:23:53 + sudo service docker restart 18:23:53 + true 18:23:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:23:53 ========================================================= 18:23:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:23:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:23:54 + 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 . 18:23:57 Sending build context to Docker daemon 329.6MB 18:23:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:23:57 Step 2/6 : FROM ${BASE} 18:23:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:23:57 188c0c94c7c5: Pulling fs layer 18:23:57 0ef7d3d256c8: Pulling fs layer 18:23:57 de9db76c5a1d: Pulling fs layer 18:23:57 bca2f99d35d6: Pulling fs layer 18:23:57 93359f2a8cfa: Pulling fs layer 18:23:57 7c6f9722023f: Pulling fs layer 18:23:57 a35cf1a2eb13: Pulling fs layer 18:23:57 93359f2a8cfa: Waiting 18:23:57 bca2f99d35d6: Waiting 18:23:57 7c6f9722023f: Waiting 18:23:57 a35cf1a2eb13: Waiting 18:23:57 de9db76c5a1d: Verifying Checksum 18:23:57 de9db76c5a1d: Download complete 18:23:57 0ef7d3d256c8: Verifying Checksum 18:23:57 0ef7d3d256c8: Download complete 18:23:57 93359f2a8cfa: Verifying Checksum 18:23:57 93359f2a8cfa: Download complete 18:23:57 7c6f9722023f: Verifying Checksum 18:23:57 7c6f9722023f: Download complete 18:23:57 188c0c94c7c5: Verifying Checksum 18:23:57 188c0c94c7c5: Download complete 18:23:58 188c0c94c7c5: Pull complete 18:23:58 0ef7d3d256c8: Pull complete 18:23:58 de9db76c5a1d: Pull complete 18:23:59 a35cf1a2eb13: Verifying Checksum 18:23:59 a35cf1a2eb13: Download complete 18:24:00 bca2f99d35d6: Verifying Checksum 18:24:00 bca2f99d35d6: Download complete 18:24:05 bca2f99d35d6: Pull complete 18:24:05 93359f2a8cfa: Pull complete 18:24:05 7c6f9722023f: Pull complete 18:24:07 Still waiting to schedule task 18:24:07 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1573’ 18:24:10 a35cf1a2eb13: Pull complete 18:24:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:24:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:24:10 ---> a62c8e92a672 18:24:10 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 18:24:10 ---> Running in dc977192c2d6 18:24:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:12 (1/12) Installing libmagic (5.38-r0) 18:24:12 (2/12) Installing file (5.38-r0) 18:24:12 (3/12) Installing libc-dev (0.7.2-r3) 18:24:12 (4/12) Installing g++ (9.3.0-r2) 18:24:17 (5/12) Installing fortify-headers (1.1-r0) 18:24:17 (6/12) Installing patch (2.7.6-r6) 18:24:17 (7/12) Installing build-base (0.5-r2) 18:24:17 (8/12) Installing libsodium (1.0.18-r0) 18:24:17 (9/12) Installing pkgconf (1.7.2-r0) 18:24:17 (10/12) Installing libsodium-dev (1.0.18-r0) 18:24:17 (11/12) Installing libzmq (4.3.3-r0) 18:24:17 (12/12) Installing zeromq-dev (4.3.3-r0) 18:24:17 Executing busybox-1.31.1-r19.trigger 18:24:17 OK: 233 MiB in 51 packages 18:24:22 Removing intermediate container dc977192c2d6 18:24:22 ---> 705132ecfa5f 18:24:22 Step 4/6 : WORKDIR /edgex-go 18:24:22 ---> Running in dce8c509d2ec 18:24:22 Removing intermediate container dce8c509d2ec 18:24:22 ---> 7697453b1358 18:24:22 Step 5/6 : COPY go.mod . 18:24:22 ---> 4b567dd90c09 18:24:22 Step 6/6 : RUN go mod download 18:24:22 ---> Running in adad044354fc 18:24:44 Removing intermediate container adad044354fc 18:24:44 ---> 4092aefaa8f0 18:24:44 Successfully built 4092aefaa8f0 18:24:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:24:44 + docker inspect -f . ci-base-image-x86_64 18:24:44 . [Pipeline] withDockerContainer 18:24:44 prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container 18:24:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:45 $ docker top 3f29d1152a9153d7a3aac5716c15eff58064a90680702514cb6af88e8079ea96 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:46 + go version 18:24:46 go version go1.15.5 linux/amd64 [Pipeline] } 18:24:46 $ docker stop --time=1 3f29d1152a9153d7a3aac5716c15eff58064a90680702514cb6af88e8079ea96 18:24:47 $ docker rm -f 3f29d1152a9153d7a3aac5716c15eff58064a90680702514cb6af88e8079ea96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:48 + docker inspect -f . ci-base-image-x86_64 18:24:48 . [Pipeline] withDockerContainer 18:24:48 prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container 18:24:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:48 $ docker top f3ecb5513ad65eef18622245e38784532bfe06bea77d8ff9475bf5effacfe4d1 -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:48 ========================================================= 18:24:48 [edgeXBuildGoParallel] Running Tests and Build... 18:24:48 ========================================================= [Pipeline] sh 18:24:49 + make test 18:24:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:24:59 ? github.com/edgexfoundry/edgex-go [no test files] 18:25:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:25:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:25:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:25:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:25:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:25:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:25:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:25:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:25:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:25:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:25:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:25:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:25:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 45.9% of statements 18:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements 18:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements 18:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.127s coverage: 71.3% of statements 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.9% of statements 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements 18:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.250s coverage: 86.7% of statements 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 93.0% of statements 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.9% of statements 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:25:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 47.1% of statements 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.106s coverage: 79.5% of statements 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 18:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 18:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements 18:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 18:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.410s coverage: 81.9% of statements 18:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.098s coverage: 87.2% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 64.4% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.032s coverage: 89.5% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 88.6% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 28.7% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:26:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.097s coverage: 64.6% of statements 18:26:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:26:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.149s coverage: 95.6% of statements 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:26:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:26:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:26:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:26:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:26:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 18:26:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 28.1% of statements 18:26:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:26:06 GO111MODULE=on go vet ./... 18:26:33 gofmt -l . 18:26:34 [ "`gofmt -l .`" = "" ] 18:26:35 ./bin/test-go-mod-tidy.sh 18:26:35 ./bin/test-attribution-txt.sh [Pipeline] sh 18:26:36 + ls -al . 18:26:36 total 812 18:26:36 drwxrwxr-x 10 1001 1001 4096 Apr 23 18:26 . 18:26:36 drwxr-xr-x 4 root root 28 Apr 23 18:24 .. 18:26:36 -rw-rw-r-- 1 1001 1001 11 Apr 23 18:23 .dockerignore 18:26:36 drwxrwxr-x 8 1001 1001 179 Apr 23 18:23 .git 18:26:36 drwxrwxr-x 3 1001 1001 125 Apr 23 18:23 .github 18:26:36 -rw-rw-r-- 1 1001 1001 818 Apr 23 18:23 .gitignore 18:26:36 drwx------ 3 1001 1001 60 Apr 23 18:23 .semver 18:26:36 -rw-rw-r-- 1 1001 1001 166 Apr 23 18:23 .sonarcloud.properties 18:26:36 -rw-rw-r-- 1 1001 1001 8609 Apr 23 18:23 Attribution.txt 18:26:36 -rw-rw-r-- 1 1001 1001 3804 Apr 23 18:23 CONTRIBUTING.md 18:26:36 -rw-rw-r-- 1 1001 1001 931 Apr 23 18:23 Dockerfile.build 18:26:36 -rw-rw-r-- 1 1001 1001 863 Apr 23 18:23 Jenkinsfile 18:26:36 -rw-rw-r-- 1 1001 1001 10775 Apr 23 18:23 LICENSE 18:26:36 -rw-rw-r-- 1 1001 1001 5774 Apr 23 18:23 Makefile 18:26:36 -rw-rw-r-- 1 1001 1001 7978 Apr 23 18:23 README.md 18:26:36 -rw-rw-r-- 1 1001 1001 6755 Apr 23 18:23 SECURITY.md 18:26:36 -rw-rw-r-- 1 1001 1001 5 Apr 23 18:23 VERSION 18:26:36 -rw-rw-r-- 1 1001 1001 4131 Apr 23 18:23 ZMQWindows.md 18:26:36 drwxrwxr-x 2 1001 1001 117 Apr 23 18:23 bin 18:26:36 drwxrwxr-x 14 1001 1001 4096 Apr 23 18:23 cmd 18:26:36 -rw-r--r-- 1 root root 703598 Apr 23 18:26 coverage.out 18:26:36 -rw-r--r-- 1 root root 1060 Apr 23 18:26 go.mod 18:26:36 -rw-r--r-- 1 root root 22420 Apr 23 18:26 go.sum 18:26:36 drwxrwxr-x 8 1001 1001 127 Apr 23 18:23 internal 18:26:36 drwxrwxr-x 4 1001 1001 26 Apr 23 18:23 openapi 18:26:36 drwxrwxr-x 4 1001 1001 71 Apr 23 18:23 snap 18:26:36 -rw-rw-r-- 1 1001 1001 168 Apr 23 18:23 version.go [Pipeline] sh 18:26:36 + '[' -e coverage.out ] 18:26:36 + chown 1001:1001 coverage.out [Pipeline] stash 18:26:37 Stashed 1 file(s) [Pipeline] sh 18:26:37 + make build 18:26: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 18:26:41 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 18:26:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:26:51 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 18:26:52 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 18:26:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:26:54 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 18:26:56 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 18:26:57 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 18:26:58 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 18:26:59 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 18:27:01 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] } 18:27:03 $ docker stop --time=1 f3ecb5513ad65eef18622245e38784532bfe06bea77d8ff9475bf5effacfe4d1 18:27:04 $ docker rm -f f3ecb5513ad65eef18622245e38784532bfe06bea77d8ff9475bf5effacfe4d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:06 18:27:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:27:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:06 latest: Pulling from edgex-devops/edgex-compose 18:27:06 cbdbe7a5bc2a: Pulling fs layer 18:27:06 ca9280d653b3: Pulling fs layer 18:27:06 7e9c9ca2126c: Pulling fs layer 18:27:06 cbdbe7a5bc2a: Verifying Checksum 18:27:06 cbdbe7a5bc2a: Download complete 18:27:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1575 in /w/workspace/edgexfoundry_edgex-go_PR-3396 [Pipeline] { [Pipeline] ws 18:27:06 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:27:06 cbdbe7a5bc2a: Pull complete 18:27:07 ca9280d653b3: Verifying Checksum 18:27:07 ca9280d653b3: Download complete 18:27:08 ca9280d653b3: Pull complete 18:27:08 7e9c9ca2126c: Download complete 18:27:12 using credential edgex-jenkins-ssh 18:27:12 Cloning the remote Git repository 18:27:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:27:12 > git init /w/workspace/edgex-go/3 # timeout=10 18:27:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:27:12 > git --version # timeout=10 18:27:12 > git --version # 'git version 2.17.1' 18:27:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:27:15 7e9c9ca2126c: Pull complete 18:27:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:27:15 prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container 18:27:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:27:17 $ docker top 362726c9fc9289f653a2b1254e60ef7cefbf4eec9e69134ab2a4f7d22b4ff4d8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:17 + docker-compose build --help 18:27:17 + grep parallel 18:27:18 --parallel Build images in parallel. [Pipeline] } 18:27:19 $ docker stop --time=1 362726c9fc9289f653a2b1254e60ef7cefbf4eec9e69134ab2a4f7d22b4ff4d8 18:27:20 $ docker rm -f 362726c9fc9289f653a2b1254e60ef7cefbf4eec9e69134ab2a4f7d22b4ff4d8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:21 . [Pipeline] withDockerContainer 18:27:21 prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container 18:27:21 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:27:21 $ docker top 15383ac1853a29d1b75dbfedc5df804ed49fee382bddccf0978680eb3fb9fc42 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:22 + docker-compose -f ./docker-compose-build.yml build --parallel 18:27:23 Building docker-core-command-go ... 18:27:23 Building docker-core-data-go ... 18:27:23 Building docker-core-metadata-go ... 18:27:23 Building docker-security-bootstrapper-go ... 18:27:23 Building docker-security-proxy-setup-go ... 18:27:23 Building docker-security-secretstore-setup-go ... 18:27:23 Building docker-support-notifications-go ... 18:27:23 Building docker-support-scheduler-go ... 18:27:23 Building docker-sys-mgmt-agent-go ... 18:27:23 Building docker-security-secretstore-setup-go 18:27:23 Building docker-support-scheduler-go 18:27:23 Building docker-security-proxy-setup-go 18:27:23 Building docker-security-bootstrapper-go 18:27:23 Building docker-core-command-go 18:27:32 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:27:33 Merge succeeded, producing e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:27:33 Checking out Revision e43bf7cada016736cb12b4b6d36e41ebdfc98de9 (PR-3396) 18:27:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:27:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:27:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:27:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:27:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3396/head:refs/remotes/origin/PR-3396 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:27:32 > git config core.sparsecheckout # timeout=10 18:27:32 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 18:27:33 > git remote # timeout=10 18:27:33 > git config --get remote.origin.url # timeout=10 18:27:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:33 > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 18:27:33 > git rev-parse HEAD^{commit} # timeout=10 18:27:33 > git config core.sparsecheckout # timeout=10 18:27:33 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 18:27:37 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:27:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:27:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:27:39 + sudo service docker restart 18:27:39 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:27:41 provisioning config files... 18:27:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1408571304490174687tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:27:42 ---> docker-login.sh 18:27:42 nexus3.edgexfoundry.org:10001 18:27:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:43 Configure a credential helper to remove this warning. See 18:27:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:43 18:27:43 Login Succeeded 18:27:43 nexus3.edgexfoundry.org:10002 18:27:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:44 Configure a credential helper to remove this warning. See 18:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:44 18:27:44 Login Succeeded 18:27:44 nexus3.edgexfoundry.org:10003 18:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:44 Configure a credential helper to remove this warning. See 18:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:44 18:27:44 Login Succeeded 18:27:44 nexus3.edgexfoundry.org:10004 18:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:45 Configure a credential helper to remove this warning. See 18:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:45 18:27:45 Login Succeeded 18:27:45 docker.io 18:27:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:45 Configure a credential helper to remove this warning. See 18:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:45 18:27:45 Login Succeeded 18:27:45 ---> docker-login.sh ends [Pipeline] } 18:27:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:27:46 ========================================================= 18:27:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:27:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:27:46 + 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 . 18:27:49 Sending build context to Docker daemon 167.4MB 18:27:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:27:49 Step 2/6 : FROM ${BASE} 18:27:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:27:49 5f621e34cdf4: Pulling fs layer 18:27:49 a4357932f1b6: Pulling fs layer 18:27:49 18c013af1878: Pulling fs layer 18:27:49 00ac8860ef70: Pulling fs layer 18:27:49 63d7cb157983: Pulling fs layer 18:27:49 b116817d02f9: Pulling fs layer 18:27:49 745a02a5169b: Pulling fs layer 18:27:49 63d7cb157983: Waiting 18:27:49 00ac8860ef70: Waiting 18:27:49 745a02a5169b: Waiting 18:27:49 b116817d02f9: Waiting 18:27:49 18c013af1878: Verifying Checksum 18:27:49 18c013af1878: Download complete 18:27:49 a4357932f1b6: Verifying Checksum 18:27:49 a4357932f1b6: Download complete 18:27:49 63d7cb157983: Download complete 18:27:49 b116817d02f9: Verifying Checksum 18:27:49 b116817d02f9: Download complete 18:27:49 5f621e34cdf4: Verifying Checksum 18:27:49 5f621e34cdf4: Download complete 18:27:49 5f621e34cdf4: Pull complete 18:27:50 a4357932f1b6: Pull complete 18:27:50 18c013af1878: Pull complete 18:27:51 745a02a5169b: Verifying Checksum 18:27:51 745a02a5169b: Download complete 18:27:52 00ac8860ef70: Verifying Checksum 18:27:52 00ac8860ef70: Download complete 18:27:55 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:27:55 ---> 4092aefaa8f0 18:27:55 Step 3/31 : WORKDIR /edgex-go 18:27:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:55 ---> 4092aefaa8f0 18:27:55 Step 3/23 : WORKDIR /edgex-go 18:27:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:55 ---> 4092aefaa8f0 18:27:55 Step 3/22 : WORKDIR /edgex-go 18:27:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:27:55 ---> 4092aefaa8f0 18:27:55 Step 3/24 : WORKDIR /edgex-go 18:27:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:27:55 ---> 4092aefaa8f0 18:27:55 Step 3/21 : WORKDIR /edgex-go 18:27:55 ---> Running in c522dca3b7fb 18:27:55 ---> Running in b4cb8ca2380e 18:27:55 ---> Running in 9c4dee7eb6ee 18:27:55 ---> Running in 5bba46308a65 18:27:55 ---> Running in 4e6a9e6fba7a 18:27:55 Removing intermediate container 9c4dee7eb6ee 18:27:55 ---> 0fd9d73c439b 18:27:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:55 Removing intermediate container 5bba46308a65 18:27:55 ---> bb6217e1db01 18:27:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:55 Removing intermediate container b4cb8ca2380e 18:27:55 ---> 734012329757 18:27:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:55 Removing intermediate container 4e6a9e6fba7a 18:27:55 ---> 42798141922b 18:27:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:55 Removing intermediate container c522dca3b7fb 18:27:55 ---> f7f1f44a23fa 18:27:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:55 ---> Running in ea668ce20ac3 18:27:55 ---> Running in 903d67132129 18:27:55 ---> Running in d3ebe52d2e37 18:27:55 ---> Running in 58a674efc9ff 18:27:55 ---> Running in 4f5958a0776e 18:27:56 Removing intermediate container ea668ce20ac3 18:27:56 ---> 120800e631b1 18:27:56 Step 5/22 : RUN apk add --update --no-cache make git 18:27:56 Removing intermediate container d3ebe52d2e37 18:27:56 ---> 9bb49825b0c5 18:27:56 Step 5/23 : RUN apk add --update --no-cache make git 18:27:56 ---> Running in 95fe636e9fa7 18:27:56 ---> Running in ed0417fb9108 18:27:57 Removing intermediate container 903d67132129 18:27:57 ---> 5b9e5df37c56 18:27:57 Step 5/24 : RUN apk add --update --no-cache make git 18:27:57 Removing intermediate container 4f5958a0776e 18:27:57 ---> 6f00651dddf3 18:27:57 Step 5/31 : RUN apk add --update --no-cache make git 18:27:57 Removing intermediate container 58a674efc9ff 18:27:57 ---> 4cfc101a2cde 18:27:57 Step 5/21 : RUN apk add --update --no-cache make git 18:27:57 ---> Running in 0a13202b3b8e 18:27:57 ---> Running in 7f605af22915 18:27:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:57 ---> Running in cff2d876e06d 18:27:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:58 OK: 233 MiB in 51 packages 18:27:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:59 Removing intermediate container 95fe636e9fa7 18:27:59 ---> f7fa4cafe39b 18:27:59 Step 6/22 : COPY go.mod . 18:27:59 OK: 233 MiB in 51 packages 18:27:59 ---> cd165f91f67c 18:27:59 Step 7/22 : RUN go mod download 18:27:59 OK: 233 MiB in 51 packages 18:27:59 ---> Running in 7fda127c228f 18:27:59 OK: 233 MiB in 51 packages 18:27:59 OK: 233 MiB in 51 packages 18:27:59 Removing intermediate container ed0417fb9108 18:27:59 ---> 4d2bd86e4cd5 18:27:59 Step 6/23 : COPY go.mod . 18:28:00 Removing intermediate container 0a13202b3b8e 18:28:00 ---> 94f4d33156c6 18:28:00 Step 6/24 : COPY go.mod . 18:28:00 ---> eb500a03fd01 18:28:00 Step 7/23 : RUN go mod download 18:28:00 Removing intermediate container cff2d876e06d 18:28:00 ---> d2a14f206924 18:28:00 Step 6/21 : COPY go.mod . 18:28:00 ---> Running in 369f6784c644 18:28:00 Removing intermediate container 7f605af22915 18:28:00 ---> 5e53dde5f5d7 18:28:00 Step 6/31 : COPY go.mod . 18:28:00 ---> b1da956926a0 18:28:00 Step 7/24 : RUN go mod download 18:28:00 ---> 3920f07b8ac1 18:28:00 Step 7/21 : RUN go mod download 18:28:00 ---> Running in f57d3572342c 18:28:00 ---> Running in fb00dfee0723 18:28:01 ---> 74201b127fda 18:28:01 Step 7/31 : RUN go mod download 18:28:01 ---> Running in a6f3f60221c4 18:28:01 Removing intermediate container 7fda127c228f 18:28:01 ---> a085e06f3a43 18:28:01 Step 8/22 : COPY . . 18:28:04 00ac8860ef70: Pull complete 18:28:04 63d7cb157983: Pull complete 18:28:04 b116817d02f9: Pull complete 18:28:04 Removing intermediate container 369f6784c644 18:28:04 ---> 8eca63650350 18:28:04 Step 8/23 : COPY . . 18:28:07 745a02a5169b: Pull complete 18:28:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:28:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:28:07 ---> b7e6874047d6 18:28:07 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 18:28:10 Removing intermediate container f57d3572342c 18:28:10 ---> 8fb7b17583bf 18:28:10 Step 8/24 : COPY . . 18:28:10 ---> Running in 63cd106e4c65 18:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:13 (1/12) Installing libmagic (5.38-r0) 18:28:13 (2/12) Installing file (5.38-r0) 18:28:13 (3/12) Installing libc-dev (0.7.2-r3) 18:28:13 (4/12) Installing g++ (9.3.0-r2) 18:28:14 Removing intermediate container fb00dfee0723 18:28:14 ---> 2a30ff9555a0 18:28:14 Step 8/21 : COPY . . 18:28:14 Removing intermediate container a6f3f60221c4 18:28:14 ---> bfc62c5c289e 18:28:14 Step 8/31 : COPY . . 18:28:18 (5/12) Installing fortify-headers (1.1-r0) 18:28:18 (6/12) Installing patch (2.7.6-r6) 18:28:18 (7/12) Installing build-base (0.5-r2) 18:28:18 (8/12) Installing libsodium (1.0.18-r0) 18:28:18 (9/12) Installing pkgconf (1.7.2-r0) 18:28:18 (10/12) Installing libsodium-dev (1.0.18-r0) 18:28:18 (11/12) Installing libzmq (4.3.3-r0) 18:28:18 (12/12) Installing zeromq-dev (4.3.3-r0) 18:28:18 Executing busybox-1.31.1-r19.trigger 18:28:18 OK: 217 MiB in 51 packages 18:28:23 Removing intermediate container 63cd106e4c65 18:28:23 ---> 534d4822cbe1 18:28:23 Step 4/6 : WORKDIR /edgex-go 18:28:23 ---> Running in 782359a4d6df 18:28:24 Removing intermediate container 782359a4d6df 18:28:24 ---> e67b355305a4 18:28:24 Step 5/6 : COPY go.mod . 18:28:24 ---> adcd7700f0ec 18:28:24 Step 6/6 : RUN go mod download 18:28:25 ---> Running in 498d8bcee85b 18:28:36 ---> 34ebbc1fda8f 18:28:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:28:38 ---> Running in fbb6be14cc73 18:28:46 ---> 191d3430014f 18:28:46 Step 9/23 : RUN make cmd/core-command/core-command 18:28:47 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 18:28:48 ---> Running in 82e594437dfb 18:28:49 ---> 65176aa15e53 18:28:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:28:50 ---> ce612b6eff19 18:28:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:28:50 ---> Running in f22d8dcc7989 18:28:51 ---> 2c2fd19bd2df 18:28:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:28:51 ---> Running in 8f8cf8889cd0 18:28:51 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 18:28:51 Removing intermediate container 498d8bcee85b 18:28:51 ---> 286a7165a6e6 18:28:51 Successfully built 286a7165a6e6 18:28:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:28:52 + docker inspect -f . ci-base-image-arm64 18:28:52 . [Pipeline] withDockerContainer 18:28:52 ---> Running in e2f521bfc49f 18:28:52 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 18:28:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:28:53 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 18:28:53 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 18:28:53 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 18:28:54 $ docker top 334e948d387254d85b6e557979adcbcab481e21817a71b38da39a6fae7630516 -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:55 + go version 18:28:55 go version go1.15.5 linux/arm64 [Pipeline] } 18:28:55 $ docker stop --time=1 334e948d387254d85b6e557979adcbcab481e21817a71b38da39a6fae7630516 18:28:57 $ docker rm -f 334e948d387254d85b6e557979adcbcab481e21817a71b38da39a6fae7630516 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:28:57 + docker inspect -f . ci-base-image-arm64 18:28:57 . [Pipeline] withDockerContainer 18:28:57 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 18:28:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:28:59 $ docker top bfda9e0dba8adbe49c6cbf0b58535be3a98d40f1f1f6cfeb79b91c0c89ef95d5 -eo pid,comm [Pipeline] { [Pipeline] echo 18:28:59 ========================================================= 18:28:59 [edgeXBuildGoParallel] Running Tests and Build... 18:28:59 ========================================================= [Pipeline] sh 18:29:00 + make test 18:29:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:29:22 ? github.com/edgexfoundry/edgex-go [no test files] 18:29:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:29:25 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 18:29:27 Removing intermediate container fbb6be14cc73 18:29:27 ---> ab46e34dc655 18:29:27 18:29:27 Step 10/22 : FROM alpine:3.12 18:29:27 3.12: Pulling from library/alpine 18:29:27 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:29:27 Status: Downloaded newer image for alpine:3.12 18:29:27 ---> 13621d1b12d4 18:29:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:29:30 ---> Running in e3861f56e61d 18:29:30 Removing intermediate container 82e594437dfb 18:29:30 ---> 9fef29bfe4c8 18:29:30 18:29:30 Step 10/23 : FROM alpine:3.12 18:29:30 ---> 13621d1b12d4 18:29:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:29:30 Removing intermediate container 8f8cf8889cd0 18:29:30 ---> d522999bbf55 18:29:30 18:29:30 Step 10/31 : FROM alpine:3.12 18:29:30 ---> 13621d1b12d4 18:29:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:29:31 ---> Running in 38647808fa70 18:29:31 ---> Running in 4a320418087b 18:29:31 Removing intermediate container 4a320418087b 18:29:31 ---> 32e128a8cde3 18:29:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:29:34 ---> Running in a809435397f1 18:29:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:34 (1/1) Installing dumb-init (1.2.2-r1) 18:29:34 Executing busybox-1.31.1-r20.trigger 18:29:34 OK: 6 MiB in 15 packages 18:29:35 Removing intermediate container e2f521bfc49f 18:29:35 Removing intermediate container f22d8dcc7989 18:29:35 ---> af083d495216 18:29:35 18:29:35 Step 10/24 : FROM alpine:3.12 18:29:35 ---> 13621d1b12d4 18:29:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:29:35 ---> a9869180d4b0 18:29:35 18:29:35 Step 10/21 : FROM alpine:3.12 18:29:35 ---> 13621d1b12d4 18:29:35 Step 11/21 : RUN apk add --update --no-cache curl 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:35 ---> Running in 4310d6e9439c 18:29:35 ---> Running in 4af79d8cdb74 18:29:35 (1/1) Installing dumb-init (1.2.2-r1) 18:29:35 Executing busybox-1.31.1-r20.trigger 18:29:35 OK: 6 MiB in 15 packages 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:35 (1/2) Installing dumb-init (1.2.2-r1) 18:29:35 (2/2) Installing su-exec (0.2-r1) 18:29:35 Executing busybox-1.31.1-r20.trigger 18:29:35 OK: 6 MiB in 16 packages 18:29:35 Removing intermediate container e3861f56e61d 18:29:35 ---> e2153f9699bc 18:29:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:35 ---> Running in 2cb5cebae5e8 18:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:36 Removing intermediate container 38647808fa70 18:29:36 ---> d927ccdaf139 18:29:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:36 Removing intermediate container 2cb5cebae5e8 18:29:36 ---> 3375139a2aa2 18:29:36 Step 13/22 : ENV APP_PORT=48085 18:29:36 ---> Running in e2c0bd1220b5 18:29:36 (1/4) Installing ca-certificates (20191127-r4) 18:29:36 (1/6) Installing ca-certificates (20191127-r4) 18:29:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:29:36 (3/4) Installing libcurl (7.76.1-r0) 18:29:36 (4/4) Installing curl (7.76.1-r0) 18:29:36 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:29:36 (3/6) Installing libcurl (7.76.1-r0) 18:29:36 (4/6) Installing curl (7.76.1-r0) 18:29:36 Executing busybox-1.31.1-r20.trigger 18:29:36 (5/6) Installing dumb-init (1.2.2-r1) 18:29:36 (6/6) Installing su-exec (0.2-r1) 18:29:36 Executing busybox-1.31.1-r20.trigger 18:29:36 Executing ca-certificates-20191127-r4.trigger 18:29:36 Executing ca-certificates-20191127-r4.trigger 18:29:36 OK: 7 MiB in 18 packages 18:29:36 OK: 7 MiB in 20 packages 18:29:36 ---> Running in 30a8823bfc93 18:29:37 Removing intermediate container a809435397f1 18:29:37 ---> 02d5cc9d950b 18:29:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:29:37 Removing intermediate container e2c0bd1220b5 18:29:37 ---> 036e45105886 18:29:37 Step 13/23 : ENV APP_PORT=48082 18:29:37 ---> Running in 19668323d66b 18:29:37 Removing intermediate container 30a8823bfc93 18:29:37 ---> e803e1867f4c 18:29:37 Step 14/22 : EXPOSE $APP_PORT 18:29:38 ---> Running in 562f237235f9 18:29:38 ---> Running in db83872ff30b 18:29:39 Removing intermediate container 19668323d66b 18:29:39 ---> 6a456f68b892 18:29:39 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:29:39 Removing intermediate container 4310d6e9439c 18:29:39 ---> 782cc8c4537d 18:29:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:29:39 Removing intermediate container 562f237235f9 18:29:39 ---> cac0c2a3e35d 18:29:39 Step 14/23 : EXPOSE $APP_PORT 18:29:39 ---> Running in 101b5b499c10 18:29:39 ---> Running in eb15f1fa08a8 18:29:39 Removing intermediate container db83872ff30b 18:29:39 ---> 5e3daebf3a22 18:29:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:39 Removing intermediate container 4af79d8cdb74 18:29:39 ---> 006f3f4e1a61 18:29:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:29:39 ---> Running in ce7d78fed767 18:29:39 ---> Running in b4ba4eacdd1b 18:29:39 Removing intermediate container 101b5b499c10 18:29:39 ---> 17f8b6cccce3 18:29:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:29:39 Removing intermediate container eb15f1fa08a8 18:29:39 ---> a455e2087b24 18:29:39 Step 13/21 : WORKDIR /edgex 18:29:40 ---> 9c1d3c7c2a4c 18:29:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:29:40 Removing intermediate container ce7d78fed767 18:29:40 ---> e5f4c9a2efa3 18:29:40 Step 15/23 : WORKDIR / 18:29:40 ---> Running in 59b153e476cd 18:29:40 ---> Running in 58cbb88dab9a 18:29:40 Removing intermediate container b4ba4eacdd1b 18:29:40 ---> ee4d455dbb22 18:29:40 Step 13/24 : WORKDIR / 18:29:40 ---> Running in c676388b4c7b 18:29:40 ---> Running in 924e83c9cb86 18:29:41 Removing intermediate container 59b153e476cd 18:29:41 ---> 4039e172a3a6 18:29:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:29:41 Removing intermediate container c676388b4c7b 18:29:41 ---> 69babd7906f6 18:29:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:41 ---> 1c480f95b2a7 18:29:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:29:41 Removing intermediate container 924e83c9cb86 18:29:41 ---> 00f83590f2fa 18:29:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:29:41 ---> 8cb9b0c8c2dd 18:29:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:29:41 ---> bce38effd8a1 18:29:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:29:41 ---> bd3f9fb063c2 18:29:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:29:41 ---> c9af6ea989fd 18:29:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:29:42 ---> Running in 79a6957dfb6f 18:29:42 ---> c8cc582a51e9 18:29:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:29:42 Removing intermediate container 58cbb88dab9a 18:29:42 ---> 6ab95265f81c 18:29:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:29:42 ---> f5b947288dc9 18:29:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:29:42 Removing intermediate container 79a6957dfb6f 18:29:42 ---> 09574ac64540 18:29:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:42 ---> c7c9f80b594c 18:29:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:29:42 ---> Running in a61fec075200 18:29:42 ---> Running in b5e2dd081679 18:29:42 ---> 16a1424474f7 18:29:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:29:42 ---> 4a55d9f0abe5 18:29:42 Step 19/23 : ENTRYPOINT ["/core-command"] 18:29:43 ---> d9234d65d412 18:29:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:29:43 ---> Running in 8b22e4d156e0 18:29:43 ---> Running in 86880e82f3ed 18:29:43 Removing intermediate container a61fec075200 18:29:43 ---> 04b5649313cf 18:29:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:29:43 Removing intermediate container b5e2dd081679 18:29:43 ---> 0f3677decff9 18:29:43 Step 20/22 : LABEL arch=x86_64 18:29:43 ---> Running in 092f23326617 18:29:43 Removing intermediate container 86880e82f3ed 18:29:43 ---> 0f9ceab069a4 18:29:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:43 Removing intermediate container 8b22e4d156e0 18:29:43 ---> 89c27f19de19 18:29:43 Step 18/21 : CMD ["--init=true"] 18:29:43 ---> 13d5368b7849 18:29:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:29:43 ---> c7b33f0c0daa 18:29:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:29:43 ---> Running in b14bc9b80e9d 18:29:43 ---> Running in 3a8b506e6544 18:29:43 ---> Running in 2d76f9dbd34d 18:29:43 Removing intermediate container 092f23326617 18:29:43 ---> 3b023777c62f 18:29:43 Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:29:44 ---> Running in 06ba38671d81 18:29:44 Removing intermediate container 3a8b506e6544 18:29:44 ---> 30eb2eb03ead 18:29:44 Step 21/23 : LABEL arch=x86_64 18:29:44 Removing intermediate container b14bc9b80e9d 18:29:44 ---> 5ca3ef7af418 18:29:44 Step 19/21 : LABEL arch=x86_64 18:29:44 ---> 555929e3fd36 18:29:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:29:44 ---> Running in bc8e611b609f 18:29:44 ---> Running in 144e1c302b54 18:29:44 Removing intermediate container 06ba38671d81 18:29:44 ---> d0013e8e95c5 18:29:44 Step 22/22 : LABEL version=0.0.0 18:29:45 ---> Running in 135f64c25c2b 18:29:45 ---> 084af4399877 18:29:45 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/ 18:29:45 Removing intermediate container bc8e611b609f 18:29:45 ---> 8880658f54cc 18:29:45 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:29:45 Removing intermediate container 144e1c302b54 18:29:45 ---> 3b1dd4339c50 18:29:45 Step 20/21 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:29:45 ---> Running in f7913584ee6a 18:29:45 ---> Running in a8052c7568bd 18:29:45 ---> Running in 91e486c4e67f 18:29:45 Removing intermediate container 135f64c25c2b 18:29:45 ---> 147d4ffdfb6c 18:29:45 18:29:46 Removing intermediate container 2d76f9dbd34d 18:29:46 ---> 2f1a6569fb0f 18:29:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:46 Removing intermediate container a8052c7568bd 18:29:46 ---> 889d977a8df5 18:29:46 Step 23/23 : LABEL version=0.0.0 18:29:46 Successfully built 147d4ffdfb6c 18:29:46 Removing intermediate container 91e486c4e67f 18:29:46 ---> e04e1f57b727 18:29:46 Step 21/21 : LABEL version=0.0.0 18:29:46 Successfully tagged docker-support-scheduler-go:latest 18:29:46 Building docker-support-notifications-go 18:29:46  Building docker-support-scheduler-go ... done  ---> Running in 9eb756d590eb 18:29:46 ---> Running in 7785296d4f4b 18:29:46 ---> dd2782e974df 18:29:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:29:46 Removing intermediate container 9eb756d590eb 18:29:46 ---> ecdbe9cb938b 18:29:46 18:29:46 Removing intermediate container 7785296d4f4b 18:29:46 ---> ca6892e5f2ea 18:29:46 18:29:47 Successfully built ecdbe9cb938b 18:29:48 Successfully built ca6892e5f2ea 18:29:48 Successfully tagged docker-core-command-go:latest 18:29:48 Building docker-core-metadata-go 18:29:48  Building docker-core-command-go ... done Successfully tagged docker-security-proxy-setup-go:latest 18:29:48 Building docker-core-data-go 18:29:49  Building docker-security-proxy-setup-go ... done Removing intermediate container f7913584ee6a 18:29:49 ---> c821f0d0cdaa 18:29:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:29:49 ---> e5982d616fa3 18:29:49 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:29:56 ---> Running in c735f81343b6 18:29:56 ---> 4b9456c09abd 18:29:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:29:56 Removing intermediate container c735f81343b6 18:29:56 ---> e034aba3e9db 18:29:56 Step 22/24 : LABEL arch=x86_64 18:29:57 ---> Running in 6da6df1a8628 18:29:57 ---> b186fdec6f77 18:29:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:29:57 Removing intermediate container 6da6df1a8628 18:29:57 ---> af4b16f48531 18:29:57 Step 23/24 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:29:57 ---> Running in 1b0bb064ec44 18:29:57 ---> 892d93c023b9 18:29:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:29:57 Removing intermediate container 1b0bb064ec44 18:29:57 ---> f92a0f89d59e 18:29:57 Step 24/24 : LABEL version=0.0.0 18:29:57 ---> Running in 5ff7335d78c3 18:29:57 ---> Running in 4cb1752b59cf 18:30:00 Removing intermediate container 5ff7335d78c3 18:30:00 ---> 42804c997d90 18:30:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:30:00 Removing intermediate container 4cb1752b59cf 18:30:00 ---> 403faf9c22b0 18:30:00 18:30:00 Successfully built 403faf9c22b0 18:30:00 Successfully tagged docker-security-secretstore-setup-go:latest 18:30:00 Building docker-sys-mgmt-agent-go 18:30:01  Building docker-security-secretstore-setup-go ... done  ---> 113160ba7211 18:30:01 Step 26/31 : RUN chmod +x /entrypoint.sh 18:30:03 ---> Running in b04ac0dde6ec 18:30:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:30:11 ---> 4092aefaa8f0 18:30:11 Step 3/22 : WORKDIR /edgex-go 18:30:11 ---> Using cache 18:30:11 ---> f7f1f44a23fa 18:30:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:11 ---> Using cache 18:30:11 ---> 6f00651dddf3 18:30:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:30:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:30:11 ---> 4092aefaa8f0 18:30:11 Step 3/23 : WORKDIR /edgex-go 18:30:11 ---> Using cache 18:30:11 ---> f7f1f44a23fa 18:30:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:11 ---> Using cache 18:30:11 ---> 6f00651dddf3 18:30:11 Step 5/23 : RUN apk add --update --no-cache make git 18:30:11 ---> Using cache 18:30:11 ---> 5e53dde5f5d7 18:30:11 Step 6/23 : COPY go.mod . 18:30:11 ---> Using cache 18:30:11 ---> 74201b127fda 18:30:11 Step 7/23 : RUN go mod download 18:30:11 ---> Using cache 18:30:11 ---> bfc62c5c289e 18:30:11 Step 8/23 : COPY . . 18:30:11 ---> Using cache 18:30:11 ---> ce612b6eff19 18:30:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:30:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:30:11 ---> 4092aefaa8f0 18:30:11 Step 3/23 : WORKDIR /edgex-go 18:30:11 ---> Using cache 18:30:11 ---> f7f1f44a23fa 18:30:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:11 ---> Using cache 18:30:11 ---> 6f00651dddf3 18:30:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:30:12 Removing intermediate container b04ac0dde6ec 18:30:12 ---> 9f67565b6163 18:30:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:30:12 ---> Running in c3be130a182c 18:30:12 ---> Running in 6bc8c5031a25 18:30:12 ---> Running in 2eeb281778a3 18:30:12 ---> Running in 5f814ff0feee 18:30:12 Removing intermediate container 5f814ff0feee 18:30:12 ---> dcd94ffd4752 18:30:12 Step 28/31 : CMD ["gate"] 18:30:12 ---> Running in 170a002f53ca 18:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:14 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 18:30:14 OK: 233 MiB in 51 packages 18:30:14 Removing intermediate container 170a002f53ca 18:30:14 ---> 9011ddd89380 18:30:14 Step 29/31 : LABEL arch=x86_64 18:30:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:15 OK: 233 MiB in 51 packages 18:30:16 ---> Running in a2b5a91725d2 18:30:18 Removing intermediate container a2b5a91725d2 18:30:18 ---> 69380d271091 18:30:18 Step 30/31 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:30:18 Removing intermediate container c3be130a182c 18:30:18 ---> 313a01b83458 18:30:18 Step 6/22 : COPY go.mod . 18:30:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:30:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:30:19 ---> Running in acf0d7ec285c 18:30:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:30:19 ---> 4092aefaa8f0 18:30:19 Step 3/23 : WORKDIR /edgex-go 18:30:19 ---> Using cache 18:30:19 ---> f7f1f44a23fa 18:30:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:19 ---> Using cache 18:30:19 ---> 6f00651dddf3 18:30:19 Step 5/23 : RUN apk add --update --no-cache make bash git 18:30:20 Removing intermediate container 6bc8c5031a25 18:30:20 ---> a6387c83d55b 18:30:20 Step 6/23 : COPY go.mod . 18:30:20 ---> fd31882444c4 18:30:20 Step 7/22 : RUN go mod download 18:30:20 ---> Running in 1428adb7eac1 18:30:20 Removing intermediate container acf0d7ec285c 18:30:20 ---> ceb5e7139ef6 18:30:20 Step 31/31 : LABEL version=0.0.0 18:30:21 ---> Running in 4fa4aa6e4fcb 18:30:21 ---> Running in a5554c45817d 18:30:21 ---> 9f88239d9076 18:30:21 Step 7/23 : RUN go mod download 18:30:22 ---> Running in 458d143d5174 18:30:22 Removing intermediate container a5554c45817d 18:30:22 ---> e7351c13a34c 18:30:22 18:30:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:22 Successfully built e7351c13a34c 18:30:22 Successfully tagged docker-security-bootstrapper-go:latest 18:30:23  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:23 OK: 233 MiB in 51 packages 18:30:25 Removing intermediate container 4fa4aa6e4fcb 18:30:25 ---> a2285cca5a0f 18:30:25 Step 8/22 : COPY . . 18:30:25 Removing intermediate container 458d143d5174 18:30:25 ---> 5c9ebf6087b0 18:30:25 Step 8/23 : COPY . . 18:30:25 Removing intermediate container 1428adb7eac1 18:30:25 ---> 9fd7bc770f45 18:30:25 Step 6/23 : COPY go.mod . 18:30:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:30:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:30:29 ---> 8bd090f49caf 18:30:29 Step 7/23 : RUN go mod download 18:30:31 ---> Running in 29a6a6cb583a 18:30:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:30:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:30:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:30:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:30:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:30:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.281s coverage: 45.9% of statements 18:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:30:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:30:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.124s coverage: 19.8% of statements 18:30:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.318s coverage: 100.0% of statements 18:30:46 Removing intermediate container 29a6a6cb583a 18:30:46 ---> 0e2a7f0aaca1 18:30:46 Step 8/23 : COPY . . 18:30:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.467s coverage: 27.1% of statements 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:30:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.188s coverage: 100.0% of statements 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:30:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:30:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.238s coverage: 71.3% of statements 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:30:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:30:56 ---> 5921fccc0d3c 18:30:56 Step 9/23 : RUN make cmd/core-data/core-data 18:30:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.668s coverage: 82.9% of statements 18:30:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:30:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:30:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.202s coverage: 78.9% of statements 18:30:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:30:57 ---> 4f254d45d6e4 18:30:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:30:58 Removing intermediate container 2eeb281778a3 18:30:58 ---> 22cb462fc4c1 18:30:58 18:30:58 Step 10/23 : FROM alpine:3.12 18:30:58 ---> 13621d1b12d4 18:30:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:30:58 ---> Using cache 18:30:58 ---> d927ccdaf139 18:30:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:30:58 ---> Using cache 18:30:58 ---> 036e45105886 18:30:58 Step 13/23 : ENV APP_PORT=48081 18:31:00 ---> Running in 70a64a1a0e43 18:31:00 ---> Running in b6ee193b1796 18:31:01 ---> Running in 8dcb0520f104 18:31:02 Removing intermediate container 8dcb0520f104 18:31:02 ---> f359eb2fe948 18:31:02 Step 14/23 : EXPOSE $APP_PORT 18:31:03 ---> Running in 9076d1f154c0 18:31:04 ---> 8ad91cd1c58d 18:31:04 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:31:04 Removing intermediate container 9076d1f154c0 18:31:04 ---> f4a0491f4a90 18:31:04 Step 15/23 : WORKDIR / 18:31:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:31:04 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 18:31:04 ---> Running in d4138d5c5d63 18:31:05 ---> Running in 8eec60056aa6 18:31:05 Removing intermediate container 8eec60056aa6 18:31:05 ---> 11960cf75821 18:31:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:05 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 18:31:05 ---> 70c1a2677507 18:31:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:31:06 ---> 07d855f2eeaf 18:31:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:31:07 ---> 6664bcc9918f 18:31:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.094s coverage: 28.6% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.451s coverage: 86.7% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.382s coverage: 97.5% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:31:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:31:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:31:07 ---> Running in 69477c574dfb 18:31:07 Removing intermediate container 69477c574dfb 18:31:07 ---> c010fe1c783d 18:31:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:07 ---> Running in 0e044267e56b 18:31:08 Removing intermediate container 0e044267e56b 18:31:08 ---> a46b25999c3c 18:31:08 Step 21/23 : LABEL arch=x86_64 18:31:08 ---> Running in fd98f18654c1 18:31:08 Removing intermediate container fd98f18654c1 18:31:08 ---> b7a2a9e0a0f7 18:31:08 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:31:08 ---> Running in 0e4774e1ea85 18:31:08 Removing intermediate container 0e4774e1ea85 18:31:08 ---> ef746a093fb4 18:31:08 Step 23/23 : LABEL version=0.0.0 18:31:09 ---> Running in 46d3b6f60da6 18:31:09 Removing intermediate container 46d3b6f60da6 18:31:09 ---> d0d5047af7e8 18:31:09 18:31:09 Successfully built d0d5047af7e8 18:31:09 Successfully tagged docker-core-metadata-go:latest 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.280s coverage: 93.0% of statements 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.124s coverage: 58.8% of statements 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.267s coverage: 0.9% of statements 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.175s coverage: 47.1% of statements 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.171s coverage: 79.5% of statements 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.119s coverage: 94.1% of statements 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.204s coverage: 96.3% of statements 18:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.175s coverage: 87.5% of statements 18:31:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.141s coverage: 94.4% of statements 18:31:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 18:31:31  Building docker-core-metadata-go ... done Removing intermediate container d4138d5c5d63 18:31:31 ---> 8d9d3cc34944 18:31:31 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:31:33 ---> Running in 170fbd264b63 18:31:33 Removing intermediate container 70a64a1a0e43 18:31:33 ---> f190089a50ea 18:31:33 18:31:33 Step 10/22 : FROM alpine:3.12 18:31:33 ---> 13621d1b12d4 18:31:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:31:33 ---> Running in 6a7109e42631 18:31:33 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 18:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:34 (1/2) Installing ca-certificates (20191127-r4) 18:31:34 (2/2) Installing dumb-init (1.2.2-r1) 18:31:34 Executing busybox-1.31.1-r20.trigger 18:31:34 Executing ca-certificates-20191127-r4.trigger 18:31:34 OK: 6 MiB in 16 packages 18:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.505s coverage: 81.9% of statements 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:31:36 Removing intermediate container b6ee193b1796 18:31:36 ---> 044739339ec8 18:31:36 18:31:36 Step 10/23 : FROM alpine:3.12 18:31:36 ---> 13621d1b12d4 18:31:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:31:36 ---> Running in 66b3f3b65da4 18:31:36 Removing intermediate container 66b3f3b65da4 18:31:36 ---> 9a2b9c9e127b 18:31:36 Step 12/23 : ENV APP_PORT=48080 18:31:37 ---> Running in 7c10e6ced820 18:31:37 Removing intermediate container 170fbd264b63 18:31:37 ---> ebb26d296aee 18:31:37 18:31:37 Step 11/23 : FROM docker:20.10.0 18:31:37 20.10.0: Pulling from library/docker 18:31:37 Removing intermediate container 6a7109e42631 18:31:37 ---> 262ac3412588 18:31:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:31:37 ---> Running in b92d8ef02820 18:31:37 Removing intermediate container 7c10e6ced820 18:31:37 ---> a62c0c8887a9 18:31:37 Step 13/23 : EXPOSE $APP_PORT 18:31:37 ---> Running in dd703d68359e 18:31:37 Removing intermediate container b92d8ef02820 18:31:37 ---> ef96d0027856 18:31:37 Step 13/22 : ENV APP_PORT=48060 18:31:37 ---> Running in 1956e100f077 18:31:38 Removing intermediate container dd703d68359e 18:31:38 ---> 3337c9592816 18:31:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:39 ---> Running in 6e5802d6251e 18:31:39 Removing intermediate container 1956e100f077 18:31:39 ---> e575bb94de0c 18:31:39 Step 14/22 : EXPOSE $APP_PORT 18:31:39 ---> Running in 41ea372ce590 18:31:40 Removing intermediate container 41ea372ce590 18:31:40 ---> 40cf9fc1a83f 18:31:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:40 ---> 3ee322398ef5 18:31:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:31:40 Removing intermediate container 6e5802d6251e 18:31:40 ---> ce7f72702c51 18:31:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:31:41 ---> Running in 7819459a5ced 18:31:41 ---> c865fa977928 18:31:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:31:41 ---> 6d02e60505f4 18:31:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:31:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:41 ---> Running in df96338a812b 18:31:41 Removing intermediate container df96338a812b 18:31:41 ---> 5a2f2a482604 18:31:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:42 ---> Running in e86d19fa4d3d 18:31:42 Removing intermediate container e86d19fa4d3d 18:31:42 ---> 3fbcbaaabda7 18:31:42 Step 20/22 : LABEL arch=x86_64 18:31:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:42 ---> Running in 4a1cfb9de941 18:31:42 Removing intermediate container 4a1cfb9de941 18:31:42 ---> b7bd9b40a633 18:31:42 Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:31:42 ---> Running in aa331965b238 18:31:42 (1/6) Installing dumb-init (1.2.2-r1) 18:31:42 (2/6) Installing libgcc (9.3.0-r2) 18:31:42 (3/6) Installing libsodium (1.0.18-r0) 18:31:42 Removing intermediate container aa331965b238 18:31:42 ---> f994673bfc41 18:31:42 Step 22/22 : LABEL version=0.0.0 18:31:42 (4/6) Installing libstdc++ (9.3.0-r2) 18:31:43 ---> Running in 7ac37d588180 18:31:43 Removing intermediate container 7ac37d588180 18:31:43 ---> 25e3ed9d9361 18:31:43 18:31:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:31:43 Status: Downloaded newer image for docker:20.10.0 18:31:43 ---> aefe523efa57 18:31:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:31:43 Successfully built 25e3ed9d9361 18:31:43 Successfully tagged docker-support-notifications-go:latest 18:31:43  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) 18:31:43 ---> Running in 752087caaf21 18:31:43 (6/6) Installing zeromq (4.3.3-r0) 18:31:43 Removing intermediate container 752087caaf21 18:31:43 ---> 097ae3c66307 18:31:43 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:31:43 Executing busybox-1.31.1-r20.trigger 18:31:43 OK: 8 MiB in 20 packages 18:31:43 ---> Running in 37635d72bcba 18:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:44 Removing intermediate container 7819459a5ced 18:31:44 ---> 193a1e19bb01 18:31:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:44 (1/39) Installing readline (8.0.4-r0) 18:31:44 (2/39) Installing bash (5.0.17-r0) 18:31:44 Executing bash-5.0.17-r0.post-install 18:31:44 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:31:44 (4/39) Installing libcurl (7.76.1-r0) 18:31:44 (5/39) Installing curl (7.76.1-r0) 18:31:44 (6/39) Installing dumb-init (1.2.2-r1) 18:31:44 (7/39) Installing libbz2 (1.0.8-r1) 18:31:44 (8/39) Installing expat (2.2.9-r1) 18:31:44 (9/39) Installing libffi (3.3-r2) 18:31:44 (10/39) Installing gdbm (1.13-r1) 18:31:44 ---> 6bbaada87464 18:31:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:31:44 (11/39) Installing xz-libs (5.2.5-r0) 18:31:44 (12/39) Installing sqlite-libs (3.32.1-r0) 18:31:44 (13/39) Installing python3 (3.8.8-r0) 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.178s coverage: 92.9% of statements 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.180s coverage: 87.2% of statements 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.200s coverage: 84.6% of statements 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.254s coverage: 91.6% of statements 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 64.4% of statements 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 18:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 18:31:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 18:31:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 18:31:48 ---> c64c24dd5879 18:31:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:31:48 (14/39) Installing py3-appdirs (1.4.4-r1) 18:31:48 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:31:48 (16/39) Installing py3-parsing (2.4.7-r0) 18:31:48 (17/39) Installing py3-six (1.15.0-r0) 18:31:48 (18/39) Installing py3-packaging (20.4-r0) 18:31:48 (19/39) Installing py3-setuptools (47.0.0-r0) 18:31:48 (20/39) Installing py3-chardet (3.0.4-r4) 18:31:48 (21/39) Installing py3-idna (2.9-r0) 18:31:48 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:31:48 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:31:48 (24/39) Installing py3-requests (2.23.0-r0) 18:31:48 (25/39) Installing py3-msgpack (1.0.0-r0) 18:31:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.909s coverage: 69.0% of statements 18:31:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:31:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:31:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:31:49 (26/39) Installing py3-lockfile (0.12.2-r3) 18:31:49 ---> e14c21ee63cd 18:31:49 Step 19/23 : ENTRYPOINT ["/core-data"] 18:31:49 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:31:49 (28/39) Installing py3-colorama (0.4.3-r0) 18:31:49 (29/39) Installing py3-distlib (0.3.0-r0) 18:31:49 (30/39) Installing py3-distro (1.5.0-r1) 18:31:49 (31/39) Installing py3-webencodings (0.5.1-r3) 18:31:49 ---> Running in b75459f4895a 18:31:49 (32/39) Installing py3-html5lib (1.0.1-r4) 18:31:49 (33/39) Installing py3-pytoml (0.1.21-r0) 18:31:49 (34/39) Installing py3-pep517 (0.8.2-r0) 18:31:49 (35/39) Installing py3-progress (1.5-r0) 18:31:49 (36/39) Installing py3-toml (0.10.1-r0) 18:31:49 (37/39) Installing py3-retrying (1.3.3-r0) 18:31:49 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:31:49 (39/39) Installing py3-pip (20.1.1-r0) 18:31:50 Executing busybox-1.31.1-r19.trigger 18:31:50 OK: 72 MiB in 59 packages 18:31:50 Removing intermediate container b75459f4895a 18:31:50 ---> 84c91d5e7aec 18:31:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:50 ---> Running in 82fc4c2a66a6 18:31:50 Removing intermediate container 82fc4c2a66a6 18:31:50 ---> bb1cbb3b3552 18:31:50 Step 21/23 : LABEL arch=x86_64 18:31:50 ---> Running in 21599adb4b78 18:31:50 Removing intermediate container 21599adb4b78 18:31:50 ---> f184f20c3a03 18:31:50 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:31:50 ---> Running in 11789de1b22a 18:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.539s coverage: 38.4% of statements 18:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 18:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 18:31:51 Removing intermediate container 11789de1b22a 18:31:51 ---> ae3e723e35f9 18:31:51 Step 23/23 : LABEL version=0.0.0 18:31:51 ---> Running in 33ee10fa9dab 18:31:51 Removing intermediate container 33ee10fa9dab 18:31:51 ---> 5fa04217c723 18:31:51 18:31:51 Collecting docker-compose==1.23.2 18:31:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:31:51 Successfully built 5fa04217c723 18:31:51 Successfully tagged docker-core-data-go:latest 18:31:51  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 18:31:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:31:52 Collecting texttable<0.10,>=0.9.0 18:31:52 Downloading texttable-0.9.1.tar.gz (11 kB) 18:31:53 Collecting docker<4.0,>=3.6.0 18:31:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:31:53 Collecting jsonschema<3,>=2.5.1 18:31:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:31:54 Collecting websocket-client<1.0,>=0.32.0 18:31:54 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:31:54 Collecting docopt<0.7,>=0.6.1 18:31:54 Downloading docopt-0.6.2.tar.gz (25 kB) 18:31:54 Collecting PyYAML<4,>=3.10 18:31:54 Downloading PyYAML-3.13.tar.gz (270 kB) 18:31:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:31:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:31:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:31:55 Collecting cached-property<2,>=1.2.0 18:31:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:31:55 Collecting docker-pycreds>=0.4.0 18:31:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:31:55 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) 18:31:55 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) 18:31:55 Collecting idna<2.8,>=2.5 18:31:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:31:56 Collecting urllib3<1.25,>=1.21.1 18:31:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:31:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:31:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:31:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:31:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:31:56 Installing collected packages: dockerpty, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, PyYAML, cached-property, docker-compose 18:31:56 Running setup.py install for dockerpty: started 18:31:56 Running setup.py install for dockerpty: finished with status 'done' 18:31:56 Running setup.py install for texttable: started 18:31:57 Running setup.py install for texttable: finished with status 'done' 18:31:57 Attempting uninstall: idna 18:31:57 Found existing installation: idna 2.9 18:31:57 Uninstalling idna-2.9: 18:31:57 Successfully uninstalled idna-2.9 18:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.498s coverage: 47.0% of statements 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.136s coverage: 9.6% of statements 18:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:31:57 Attempting uninstall: urllib3 18:31:57 Found existing installation: urllib3 1.25.9 18:31:57 Uninstalling urllib3-1.25.9: 18:31:57 Successfully uninstalled urllib3-1.25.9 18:31:58 Attempting uninstall: requests 18:31:58 Found existing installation: requests 2.23.0 18:31:58 Uninstalling requests-2.23.0: 18:31:58 Successfully uninstalled requests-2.23.0 18:31:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.493s coverage: 88.6% of statements 18:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:31:58 Running setup.py install for docopt: started 18:31:58 Running setup.py install for docopt: finished with status 'done' 18:31:58 Running setup.py install for PyYAML: started 18:31:59 Running setup.py install for PyYAML: finished with status 'done' 18:31:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:32:06 Removing intermediate container 37635d72bcba 18:32:06 ---> 5cee30bd0f48 18:32:06 Step 14/23 : ENV APP_PORT=48090 18:32:06 ---> Running in b68d479b1e7d 18:32:06 Removing intermediate container b68d479b1e7d 18:32:06 ---> 296f3a4b5ca5 18:32:06 Step 15/23 : EXPOSE $APP_PORT 18:32:06 ---> Running in 634d8e79b0cf 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.369s coverage: 28.7% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.222s coverage: 99.0% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.220s coverage: 100.0% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.157s coverage: 64.6% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.347s coverage: 95.6% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.107s coverage: 0.0% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:32:06 Removing intermediate container 634d8e79b0cf 18:32:06 ---> e87974034e40 18:32:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 18:32:07 ---> ac164b820161 18:32:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:32:07 ---> f2caa7daa1b9 18:32:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:32:07 ---> 7c3925d29377 18:32:07 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:32:07 ---> Running in 67b93da11018 18:32:08 Removing intermediate container 67b93da11018 18:32:08 ---> 3b70c5cc94fb 18:32:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:32:08 ---> Running in 37edc55ebbcd 18:32:08 Removing intermediate container 37edc55ebbcd 18:32:08 ---> 617a796741cd 18:32:08 Step 21/23 : LABEL arch=x86_64 18:32:08 ---> Running in bc5f328c0625 18:32:08 Removing intermediate container bc5f328c0625 18:32:08 ---> 45bffd5b5fea 18:32:08 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:32:08 ---> Running in 947e20a2453d 18:32:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.132s coverage: 28.1% of statements 18:32:08 Removing intermediate container 947e20a2453d 18:32:08 ---> 0fbbe966ec85 18:32:08 Step 23/23 : LABEL version=0.0.0 18:32:08 ---> Running in 3f816f013a4d 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:32:09 Removing intermediate container 3f816f013a4d 18:32:09 ---> 9bc6b81f3ecf 18:32:09 18:32:09 Successfully built 9bc6b81f3ecf 18:32:09 Successfully tagged docker-sys-mgmt-agent-go:latest 18:32:09 GO111MODULE=on go vet ./... 18:32:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:32:09 $ docker stop --time=1 15383ac1853a29d1b75dbfedc5df804ed49fee382bddccf0978680eb3fb9fc42 18:32:11 $ docker rm -f 15383ac1853a29d1b75dbfedc5df804ed49fee382bddccf0978680eb3fb9fc42 [Pipeline] // withDockerContainer [Pipeline] sh 18:32:11 + docker images 18:32:11 + grep docker 18:32:12 docker-sys-mgmt-agent-go latest 9bc6b81f3ecf 3 seconds ago 312MB 18:32:12 docker-core-data-go latest 5fa04217c723 21 seconds ago 22.9MB 18:32:12 docker-support-notifications-go latest 25e3ed9d9361 30 seconds ago 18.2MB 18:32:12 docker-core-metadata-go latest d0d5047af7e8 About a minute ago 19.2MB 18:32:12 docker-security-bootstrapper-go latest e7351c13a34c About a minute ago 19.3MB 18:32:12 docker-security-secretstore-setup-go latest 403faf9c22b0 2 minutes ago 26.3MB 18:32:12 docker-core-command-go latest ecdbe9cb938b 2 minutes ago 17.5MB 18:32:12 docker-security-proxy-setup-go latest ca6892e5f2ea 2 minutes ago 26MB 18:32:12 docker-support-scheduler-go latest 147d4ffdfb6c 2 minutes ago 17.7MB 18:32:12 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:32:27 Still waiting to schedule task 18:32:27 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:33:21 Running on prd-ubuntu18.04-docker-8c-8g-1576 in /w/workspace/edgexfoundry_edgex-go_PR-3396 [Pipeline] { [Pipeline] ws 18:33:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:33:24 using credential edgex-jenkins-ssh 18:33:24 Cloning the remote Git repository 18:33:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:33:24 > git init /w/workspace/edgex-go/3 # timeout=10 18:33:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:33:24 > git --version # timeout=10 18:33:24 > git --version # 'git version 2.17.1' 18:33:24 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:31 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:33:31 gofmt -l . 18:33:31 [ "`gofmt -l .`" = "" ] 18:33:31 ./bin/test-go-mod-tidy.sh 18:33:31 Merge succeeded, producing e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:33:31 Checking out Revision e43bf7cada016736cb12b4b6d36e41ebdfc98de9 (PR-3396) 18:33:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:33:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:33:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:33:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3396/head:refs/remotes/origin/PR-3396 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:33:31 > git config core.sparsecheckout # timeout=10 18:33:31 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 18:33:31 > git remote # timeout=10 18:33:31 > git config --get remote.origin.url # timeout=10 18:33:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:31 > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 18:33:31 > git rev-parse HEAD^{commit} # timeout=10 18:33:31 > git config core.sparsecheckout # timeout=10 18:33:31 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 18:33:32 ./bin/test-attribution-txt.sh [Pipeline] sh 18:33:34 + ls -al . 18:33:34 total 840 18:33:34 drwxrwxr-x 9 1001 1001 4096 Apr 23 18:33 . 18:33:34 drwxr-xr-x 4 root root 4096 Apr 23 18:28 .. 18:33:34 -rw-rw-r-- 1 1001 1001 11 Apr 23 18:27 .dockerignore 18:33:34 drwxrwxr-x 8 1001 1001 4096 Apr 23 18:27 .git 18:33:34 drwxrwxr-x 3 1001 1001 4096 Apr 23 18:27 .github 18:33:34 -rw-rw-r-- 1 1001 1001 818 Apr 23 18:27 .gitignore 18:33:34 -rw-rw-r-- 1 1001 1001 166 Apr 23 18:27 .sonarcloud.properties 18:33:34 -rw-rw-r-- 1 1001 1001 8609 Apr 23 18:27 Attribution.txt 18:33:34 -rw-rw-r-- 1 1001 1001 3804 Apr 23 18:27 CONTRIBUTING.md 18:33:34 -rw-rw-r-- 1 1001 1001 931 Apr 23 18:27 Dockerfile.build 18:33:34 -rw-rw-r-- 1 1001 1001 863 Apr 23 18:27 Jenkinsfile 18:33:34 -rw-rw-r-- 1 1001 1001 10775 Apr 23 18:27 LICENSE 18:33:34 -rw-rw-r-- 1 1001 1001 5774 Apr 23 18:27 Makefile 18:33:34 -rw-rw-r-- 1 1001 1001 7978 Apr 23 18:27 README.md 18:33:34 -rw-rw-r-- 1 1001 1001 6755 Apr 23 18:27 SECURITY.md 18:33:34 -rw-rw-r-- 1 1001 1001 5 Apr 23 18:23 VERSION 18:33:34 -rw-rw-r-- 1 1001 1001 4131 Apr 23 18:27 ZMQWindows.md 18:33:34 drwxrwxr-x 2 1001 1001 4096 Apr 23 18:27 bin 18:33:34 drwxrwxr-x 14 1001 1001 4096 Apr 23 18:27 cmd 18:33:34 -rw-r--r-- 1 root root 703598 Apr 23 18:32 coverage.out 18:33:34 -rw-r--r-- 1 root root 1060 Apr 23 18:33 go.mod 18:33:34 -rw-r--r-- 1 root root 22420 Apr 23 18:33 go.sum 18:33:34 drwxrwxr-x 8 1001 1001 4096 Apr 23 18:27 internal 18:33:34 drwxrwxr-x 4 1001 1001 4096 Apr 23 18:27 openapi 18:33:34 drwxrwxr-x 4 1001 1001 4096 Apr 23 18:27 snap 18:33:34 -rw-rw-r-- 1 1001 1001 168 Apr 23 18:27 version.go [Pipeline] sh 18:33:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 18:33:35 + '[' -e coverage.out ] 18:33:35 + chown 1001:1001 coverage.out [Pipeline] stash 18:33:35 Warning: overwriting stash ‘coverage-report’ [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:33:36 + echo snap-build.sh 18:33:36 snap-build.sh 18:33:36 + SNAP_BASE_DIR=. 18:33:36 + '[' '!' -z /w/workspace/edgex-go/3 ']' 18:33:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 18:33:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 18:33:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 18:33:36 + cd /w/workspace/edgex-go/3 18:33:36 + sudo apt-get remove -qy --purge lxd lxd-client 18:33:36 Reading package lists... 18:33:36 Stashed 1 file(s) [Pipeline] sh 18:33:36 Building dependency tree... 18:33:36 Reading state information... 18:33:36 The following packages were automatically installed and are no longer required: 18:33:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:33:36 uidmap xdelta3 18:33:36 Use 'sudo apt autoremove' to remove them. 18:33:36 The following packages will be REMOVED: 18:33:36 lxd* lxd-client* 18:33:37 + make build 18:33: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 18:33:37 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:33:37 After this operation, 31.7 MB disk space will be freed. 18:33:38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 18:33:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:33:38 Removing lxd dnsmasq configuration 18:33:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:33:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:33:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:33:40 (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.) 18:33:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:33:41 Processing triggers for systemd (237-3ubuntu10.42) ... 18:33:41 Processing triggers for ureadahead (0.100.0-21) ... 18:33:43 + sudo snap remove --purge lxd 18:33:43 snap "lxd" is not installed 18:33:43 + sudo groupadd --force --system lxd 18:33:43 ++ whoami 18:33:43 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:33:43 + newgrp - lxd 18:33:43 + sudo snap install lxd 18:33:49 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 18:33:51 2021-04-23T18:33:49Z INFO Waiting for automatic snapd restart... 18:34:06 lxd 4.13 from Canonical* installed 18:34:06 + sudo lxd init --auto 18:34:11 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 18:34:14 + sudo snap install --classic snapcraft 18:34:16 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 18:34:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:34:22 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 18:34:24 snapcraft 4.6.2 from Canonical* installed 18:34:24 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:34:24 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:34:24 % Total % Received % Xferd Average Speed Time Time Time Current 18:34:24 Dload Upload Total Spent Left Speed 18:34:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4415 0 --:--:-- --:--:-- --:--:-- 4415 18:34:24 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M 18:34:24 ./yq_linux_amd64 18:34:24 + sudo snapcraft prime --use-lxd 18:34:25 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:34:25 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: 18:34:25 - README.md 18:34:25 18:34:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:34:26 Launching a container. 18:34:29 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 18:34:33 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 18:34:38 Waiting for container to be ready 18:34:38 To start your first instance, try: lxc launch ubuntu:18.04 18:34:38 18:34:40 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 18:34:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:34:42 Waiting for network to be ready... 18:34:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:34:42 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:34:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 18:34:43 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:34:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:34:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 18:34:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:34:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:34:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 18:34:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 18:34:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 18:34:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 18:34:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:34:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:34:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:34:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:34:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:34:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:34:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:34:44 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 18:34:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 18:34:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 18:34:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 18:34:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:34:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 18:34:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 18:34:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 18:34:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 18:34:47 Fetched 24.4 MB in 4s (5446 kB/s) 18:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:34:47 Reading package lists... 18:34:48 Reading package lists... 18:34:48 Building dependency tree... 18:34:48 Reading state information... 18:34:48 The following additional packages will be installed: 18:34:48 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:34:48 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:34:48 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:34:48 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:34:48 Suggested packages: 18:34:48 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:34:48 Recommended packages: 18:34:48 gnupg libsasl2-modules 18:34:48 The following NEW packages will be installed: 18:34:48 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:34:48 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:34:48 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:34:48 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:34:48 The following packages will be upgraded: 18:34:48 gpg gpg-agent gpgconf libudev1 18:34:48 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 18:34:48 Need to get 3529 kB of archives. 18:34:48 After this operation, 13.3 MB of additional disk space will be used. 18:34:48 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 18:34:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:34:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:34:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 18:34:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:34:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:34:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:34:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:34:49 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:34:49 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:34:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:34:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:34:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:34:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:34:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:34:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:34:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:34:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:34:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:34:49 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:34:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:34:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:34:49 debconf: delaying package configuration, since apt-utils is not installed 18:34:49 Fetched 3529 kB in 1s (3453 kB/s) 18:34:49 (Reading database ... 12511 files and directories currently installed.) 18:34:49 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 18:34:49 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:34:49 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 18:34:50 Selecting previously unselected package udev. 18:34:50 (Reading database ... 12511 files and directories currently installed.) 18:34:50 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 18:34:50 Unpacking udev (237-3ubuntu10.46) ... 18:34:50 Selecting previously unselected package libfuse2:amd64. 18:34:50 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:34:50 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:34:50 Selecting previously unselected package fuse. 18:34:50 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:34:50 Unpacking fuse (2.9.7-1ubuntu1) ... 18:34:50 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:50 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:34:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:51 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:34:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:52 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:34:52 Selecting previously unselected package libksba8:amd64. 18:34:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:34:52 Unpacking libksba8:amd64 (1.3.5-2) ... 18:34:52 Selecting previously unselected package libroken18-heimdal:amd64. 18:34:52 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:52 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:34:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:34:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:34:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:52 Selecting previously unselected package libwind0-heimdal:amd64. 18:34:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:34:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:34:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:34:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:34:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:53 Selecting previously unselected package libsasl2-modules-db:amd64. 18:34:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:34:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:53 Selecting previously unselected package libsasl2-2:amd64. 18:34:53 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:34:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:53 Selecting previously unselected package libldap-common. 18:34:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:34:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:34:53 Selecting previously unselected package libldap-2.4-2:amd64. 18:34:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:34:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:34:53 Selecting previously unselected package dirmngr. 18:34:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:34:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:34:54 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:34:54 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:34:54 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:54 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:54 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:34:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:54 Setting up libksba8:amd64 (1.3.5-2) ... 18:34:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:34:54 Setting up udev (237-3ubuntu10.46) ... 18:34:54 invoke-rc.d: policy-rc.d denied execution of start. 18:34:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:54 Processing triggers for systemd (237-3ubuntu10) ... 18:34:54 Setting up fuse (2.9.7-1ubuntu1) ... 18:34:54 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:34:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:55 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:55 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:55 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:34:55 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:34:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:34:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:34:57 settings in the [Install] section, and DefaultInstance for template units). 18:34:57 This means they are not meant to be enabled using systemctl. 18:34:57 Possible reasons for having this kind of units are: 18:34:57 1) A unit may be statically enabled by being symlinked from another unit's 18:34:57 .wants/ or .requires/ directory. 18:34:57 2) A unit's purpose may be to act as a helper for some other unit which has 18:34:57 a requirement dependency on it. 18:34:57 3) A unit may be started when needed via activation (socket, path, timer, 18:34:57 D-Bus, udev, scripted systemctl call, ...). 18:34:57 4) In case of template units, the unit is meant to be enabled with some 18:34:57 instance name specified. 18:34:57 Reading package lists... 18:34:58 Building dependency tree... 18:34:58 Reading state information... 18:34:58 The following additional packages will be installed: 18:34:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:34:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:34:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:34:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:34:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:34:58 Suggested packages: 18:34:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:34:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:34:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:34:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:34:58 systemd-container policykit-1 18:34:58 Recommended packages: 18:34:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:34:58 The following NEW packages will be installed: 18:34:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:34:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:34:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:34:58 multiarch-support openssh-client python3 python3-minimal python3.6 18:34:58 python3.6-minimal snapd squashfs-tools sudo 18:34:58 The following packages will be upgraded: 18:34:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:34:58 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 18:34:58 Need to get 35.2 MB of archives. 18:34:58 After this operation, 141 MB of additional disk space will be used. 18:34:58 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 18:34:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 18:34:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:34:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:34:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:34:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 18:34:59 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 18:34:59 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 18:34:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:34:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:34:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:34:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:34:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:34:59 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:34:59 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:34:59 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:34:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:34:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:34:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:34:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:34:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:34:59 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:34:59 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:34:59 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:34:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:34:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:34:59 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:34:59 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:34:59 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:34:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [Pipeline] } 18:35:00 $ docker stop --time=1 bfda9e0dba8adbe49c6cbf0b58535be3a98d40f1f1f6cfeb79b91c0c89ef95d5 18:35:00 debconf: delaying package configuration, since apt-utils is not installed 18:35:00 Fetched 35.2 MB in 2s (15.2 MB/s) 18:35:00 (Reading database ... 12757 files and directories currently installed.) 18:35:00 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 18:35:00 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:35:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 18:35:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:35:01 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 18:35:01 (Reading database ... 12757 files and directories currently installed.) 18:35:01 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 18:35:01 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 18:35:01 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 18:35:02 (Reading database ... 12757 files and directories currently installed.) 18:35:02 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 18:35:02 Unpacking apt (1.6.13) over (1.6.1) ... 18:35:02 $ docker rm -f bfda9e0dba8adbe49c6cbf0b58535be3a98d40f1f1f6cfeb79b91c0c89ef95d5 18:35:02 Setting up apt (1.6.13) ... 18:35:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:35:02 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:35:02 (Reading database ... 12764 files and directories currently installed.) 18:35:02 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:35:02 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:35:02 Selecting previously unselected package libpython3.6-minimal:amd64. 18:35:02 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:02 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:03 Selecting previously unselected package libexpat1:amd64. 18:35:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:35:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:35:03 Selecting previously unselected package python3.6-minimal. 18:35:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:35:03 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 18:35:03 Checking for services that may need to be restarted...done. 18:35:03 Checking for services that may need to be restarted...done. 18:35:03 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:03 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } 18:35:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:04 Selecting previously unselected package python3-minimal. 18:35:04 (Reading database ... 13012 files and directories currently installed.) 18:35:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:35:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:35:04 18:35:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:35:04 Selecting previously unselected package mime-support. 18:35:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:35:04 Unpacking mime-support (3.60ubuntu1) ... 18:35:04 Selecting previously unselected package libmpdec2:amd64. 18:35:04 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:35:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [Pipeline] isUnix [Pipeline] sh 18:35:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:35:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:35:05 latest: Pulling from edgex-devops/edgex-compose-arm64 18:35:05 29e5d40040c1: Pulling fs layer 18:35:05 1ce36da41761: Pulling fs layer 18:35:05 25b303627fd3: Pulling fs layer 18:35:05 Selecting previously unselected package python3.6. 18:35:05 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:35:05 Selecting previously unselected package libpython3-stdlib:amd64. 18:35:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:35:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:35:05 Setting up python3-minimal (3.6.7-1~18.04) ... 18:35:05 Selecting previously unselected package python3. 18:35:05 (Reading database ... 13442 files and directories currently installed.) 18:35:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:35:05 Unpacking python3 (3.6.7-1~18.04) ... 18:35:05 Selecting previously unselected package multiarch-support. 18:35:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:35:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:35:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:35:05 29e5d40040c1: Verifying Checksum 18:35:05 29e5d40040c1: Download complete 18:35:05 Selecting previously unselected package liblzo2-2:amd64. 18:35:05 (Reading database ... 13479 files and directories currently installed.) 18:35:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:35:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:35:05 1ce36da41761: Verifying Checksum 18:35:05 1ce36da41761: Download complete 18:35:06 29e5d40040c1: Pull complete 18:35:06 Selecting previously unselected package libbsd0:amd64. 18:35:06 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:35:06 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:35:06 Selecting previously unselected package sudo. 18:35:06 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:35:06 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:35:06 Selecting previously unselected package apparmor. 18:35:06 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:35:07 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:35:07 Selecting previously unselected package libedit2:amd64. 18:35:07 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:35:07 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:35:07 Selecting previously unselected package libkrb5support0:amd64. 18:35:07 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:35:07 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:35:07 Selecting previously unselected package libk5crypto3:amd64. 18:35:07 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:35:07 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:35:07 Selecting previously unselected package libkeyutils1:amd64. 18:35:07 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:35:07 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:35:07 Selecting previously unselected package libkrb5-3:amd64. 18:35:07 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:35:07 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:35:07 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:35:07 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:35:07 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:35:07 1ce36da41761: Pull complete 18:35:07 25b303627fd3: Verifying Checksum 18:35:07 25b303627fd3: Download complete 18:35:07 Selecting previously unselected package libssl1.0.0:amd64. 18:35:07 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:35:07 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:35:07 Selecting previously unselected package openssh-client. 18:35:07 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:35:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:35:08 Selecting previously unselected package squashfs-tools. 18:35:08 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:35:08 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:35:08 Selecting previously unselected package snapd. 18:35:08 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:35:08 Unpacking snapd (2.48.3+18.04) ... 18:35:10 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:35:10 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:35:10 Setting up mime-support (3.60ubuntu1) ... 18:35:10 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:35:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:35:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:35:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:35:10 Setting up systemd (237-3ubuntu10.46) ... 18:35:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:35:11 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:35:11 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:35:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:35:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:35:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:35:12 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:35:12 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:35:12 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:35:12 Setting up python3 (3.6.7-1~18.04) ... 18:35:12 running python rtupdate hooks for python3.6... 18:35:12 running python post-rtupdate hooks for python3.6... 18:35:12 Setting up apparmor (2.12-4ubuntu5.1) ... 18:35:13 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:35:14 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:35:14 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:35:14 Setting up snapd (2.48.3+18.04) ... 18:35:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:35:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:35:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:35:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:35:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:35:15 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:35:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:35:15 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:35:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:35:16 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:35:16 /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' 18:35:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:35:16 Processing triggers for systemd (237-3ubuntu10.46) ... 18:35:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:35:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:35:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:35:17 25b303627fd3: Pull complete 18:35:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:35:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:35:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:35:18 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 18:35:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:35:18 Reading package lists... 18:35:18 Reading package lists... 18:35:19 Building dependency tree... 18:35:19 Reading state information... 18:35:19 Calculating upgrade... 18:35:19 The following packages will be upgraded: 18:35:19 advancecomp base-files bash binutils binutils-common 18:35:19 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:35:19 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:35:19 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:35:19 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:35:19 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:35:19 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:35:19 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 18:35:19 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 18:35:19 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 18:35:19 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 18:35:19 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 18:35:19 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 18:35:19 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 18:35:19 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:35:19 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:35:19 Need to get 64.0 MB of archives. 18:35:19 After this operation, 5034 kB of additional disk space will be used. 18:35:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 18:35:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:35:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:35:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:35:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:35:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:35:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:35:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:35:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:35:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:35:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:35:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:35:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:35:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:35:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:35:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:35:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:35:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:35:19 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:35:19 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:35:19 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:35:19 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:35:19 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:35:19 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:35:19 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:35:19 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:35:19 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:35:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:35:19 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:35:19 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:35:19 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:35:19 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:35:19 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:35:19 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:35:19 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:35:19 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:35:19 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 18:35:19 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 18:35:19 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:35:19 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:35:19 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 18:35:19 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:35:19 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:35:19 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:35:19 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:35:19 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:35:19 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:35:19 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:35:19 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:35:19 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:35:19 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:35:19 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:35:20 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:35:20 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:35:20 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:35:20 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:35:20 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:35:20 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:35:20 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:35:20 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:35:20 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:35:20 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:35:20 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:35:20 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:35:20 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:35:20 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:35:20 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:35:20 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:35:20 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:35:20 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:35:20 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:35:20 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:35:20 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:35:20 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:35:20 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:35:20 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:35:20 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:35:20 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:35:20 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:35:20 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:35:20 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:35:20 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:35:20 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:35:20 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:35:20 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 18:35:20 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:35:20 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:35:20 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:35:20 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:35:21 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:35:21 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 18:35:21 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 18:35:21 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:35:21 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:35:21 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:35:21 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:35:21 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:35:21 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:35:21 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:35:21 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:35:21 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:35:21 debconf: delaying package configuration, since apt-utils is not installed 18:35:21 Fetched 64.0 MB in 2s (34.1 MB/s) 18:35:21 (Reading database ... 13912 files and directories currently installed.) 18:35:21 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:35:21 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:21 $ docker top ea65e152b34f855b7f91a962bc4c66d75d267ac2015709fc82314957b71f7697 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:22 + docker-compose build+ --helpgrep parallel 18:35:22 18:35:22 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:35:22 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:22 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 18:35:22 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 18:35:23 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:23 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:23 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:23 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:23 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:23 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:23 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:23 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:23 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:23 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:24 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:24 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:24 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:24 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:24 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:24 (Reading database ... 13911 files and directories currently installed.) 18:35:24 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:24 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:35:24 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:35:24 (Reading database ... 13911 files and directories currently installed.) 18:35:24 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:24 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:24 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:24 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:24 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:24 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:24 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:25 (Reading database ... 13911 files and directories currently installed.) 18:35:25 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:35:25 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:25 --parallel Build images in parallel. 18:35:25 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:35:25 (Reading database ... 13911 files and directories currently installed.) 18:35:25 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:35:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:35:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:35:25 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] } 18:35:25 $ docker stop --time=1 ea65e152b34f855b7f91a962bc4c66d75d267ac2015709fc82314957b71f7697 18:35:26 Setting up base-files (10.1ubuntu2.10) ... 18:35:26 Installing new version of config file /etc/issue ... 18:35:26 Installing new version of config file /etc/issue.net ... 18:35:26 Installing new version of config file /etc/lsb-release ... 18:35:26 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:35:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:35:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:35:26 Removing obsolete conffile /etc/default/motd-news ... 18:35:26 (Reading database ... 13912 files and directories currently installed.) 18:35:26 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:35:26 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:35:26 Setting up bash (4.4.18-2ubuntu1.2) ... 18:35:26 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 18:35:27 (Reading database ... 13912 files and directories currently installed.) 18:35:27 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:27 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:35:27 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:35:27 $ docker rm -f ea65e152b34f855b7f91a962bc4c66d75d267ac2015709fc82314957b71f7697 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:35:28 . [Pipeline] withDockerContainer 18:35:28 prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container 18:35:28 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:35:29 (Reading database ... 13912 files and directories currently installed.) 18:35:29 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:35:29 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:35:29 Setting up tar (1.29b-2ubuntu0.2) ... 18:35:29 (Reading database ... 13912 files and directories currently installed.) 18:35:29 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:35:29 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:29 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:35:30 (Reading database ... 13912 files and directories currently installed.) 18:35:30 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:30 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:30 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:30 (Reading database ... 13912 files and directories currently installed.) 18:35:30 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:30 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:30 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:35:30 $ docker top 268c72a5b6dc659d252c59e25ced631acd5da3bfb1bec4149f73bc52297c8605 -eo pid,comm 18:35:30 (Reading database ... 13912 files and directories currently installed.) 18:35:30 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:35:30 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:35:30 Setting up grep (3.1-2build1) ... 18:35:30 (Reading database ... 13912 files and directories currently installed.) 18:35:30 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:35:30 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] { [Pipeline] sh 18:35:30 Setting up login (1:4.5-1ubuntu2) ... 18:35:31 (Reading database ... 13912 files and directories currently installed.) 18:35:31 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:31 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:31 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:35:31 (Reading database ... 13912 files and directories currently installed.) 18:35:31 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:31 + docker-compose -f ./docker-compose-build.yml build --parallel 18:35:31 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:31 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:31 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:31 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:31 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:32 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:35:32 (Reading database ... 13912 files and directories currently installed.) 18:35:32 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:35:32 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:33 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:35:33 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:35:33 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:35:33 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:35:33 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:35:33 (Reading database ... 13912 files and directories currently installed.) 18:35:33 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:35:33 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:35:34 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:35:34 (Reading database ... 13912 files and directories currently installed.) 18:35:34 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:34 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:34 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:34 (Reading database ... 13912 files and directories currently installed.) 18:35:34 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:34 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:34 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:34 Building docker-core-command-go ... 18:35:34 Building docker-core-data-go ... 18:35:34 Building docker-core-metadata-go ... 18:35:34 Building docker-security-bootstrapper-go ... 18:35:34 Building docker-security-proxy-setup-go ... 18:35:34 Building docker-security-secretstore-setup-go ... 18:35:34 Building docker-support-notifications-go ... 18:35:34 Building docker-support-scheduler-go ... 18:35:34 Building docker-sys-mgmt-agent-go ... 18:35:34 Building docker-support-notifications-go 18:35:34 Building docker-sys-mgmt-agent-go 18:35:34 Building docker-core-command-go 18:35:34 Building docker-security-proxy-setup-go 18:35:34 Building docker-security-bootstrapper-go 18:35:34 (Reading database ... 13912 files and directories currently installed.) 18:35:34 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:34 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:34 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:34 (Reading database ... 13912 files and directories currently installed.) 18:35:34 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:34 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:34 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:35 (Reading database ... 13912 files and directories currently installed.) 18:35:35 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:35 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:35 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:35 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:35 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:35 (Reading database ... 13912 files and directories currently installed.) 18:35:35 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:35 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:35 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:35 (Reading database ... 13912 files and directories currently installed.) 18:35:35 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:35 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:35 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:35 (Reading database ... 13912 files and directories currently installed.) 18:35:35 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:35 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:35 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:35:36 (Reading database ... 13912 files and directories currently installed.) 18:35:36 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:36 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:36 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:35:37 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:35:37 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:35:37 (Reading database ... 13912 files and directories currently installed.) 18:35:37 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:35:37 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:37 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:35:37 (Reading database ... 13912 files and directories currently installed.) 18:35:37 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:35:37 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:37 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:35:38 (Reading database ... 13914 files and directories currently installed.) 18:35:38 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:35:38 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:35:38 Setting up debconf (1.5.66ubuntu1) ... 18:35:38 (Reading database ... 13914 files and directories currently installed.) 18:35:38 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:35:38 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:35:38 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:35:38 (Reading database ... 13914 files and directories currently installed.) 18:35:38 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:35:38 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:35:38 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:35:38 (Reading database ... 13914 files and directories currently installed.) 18:35:38 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:35:38 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:39 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:39 (Reading database ... 13914 files and directories currently installed.) 18:35:39 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:35:39 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:39 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:39 (Reading database ... 13914 files and directories currently installed.) 18:35:39 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:35:39 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:39 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:39 (Reading database ... 13914 files and directories currently installed.) 18:35:39 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:39 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:40 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 18:35:40 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:35:40 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:40 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:40 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:40 (Reading database ... 13914 files and directories currently installed.) 18:35:40 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:35:40 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:35:40 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:35:40 (Reading database ... 13914 files and directories currently installed.) 18:35:40 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:35:40 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:41 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:41 (Reading database ... 13914 files and directories currently installed.) 18:35:41 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:41 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:41 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:41 (Reading database ... 13914 files and directories currently installed.) 18:35:41 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:35:41 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:35:41 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:35:41 (Reading database ... 13914 files and directories currently installed.) 18:35:41 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:35:41 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:35:42 Setting up passwd (1:4.5-1ubuntu2) ... 18:35:42 (Reading database ... 13914 files and directories currently installed.) 18:35:42 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:35:42 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:35:42 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:35:42 (Reading database ... 13914 files and directories currently installed.) 18:35:42 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 18:35:42 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 18:35:42 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 18:35:42 (Reading database ... 13914 files and directories currently installed.) 18:35:42 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 18:35:42 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 18:35:43 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 18:35:43 (Reading database ... 13914 files and directories currently installed.) 18:35:43 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:35:43 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:35:43 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:35:43 (Reading database ... 13914 files and directories currently installed.) 18:35:43 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:35:43 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:35:43 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:35:43 (Reading database ... 13914 files and directories currently installed.) 18:35:43 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:35:43 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:35:43 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:35:43 (Reading database ... 13914 files and directories currently installed.) 18:35:43 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:35:43 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:35:43 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:35:44 (Reading database ... 13914 files and directories currently installed.) 18:35:44 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 18:35:44 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 18:35:44 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 18:35:44 (Reading database ... 13914 files and directories currently installed.) 18:35:44 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 18:35:44 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 18:35:44 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 18:35:44 (Reading database ... 13915 files and directories currently installed.) 18:35:44 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:35:44 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:35:44 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:35:44 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:35:45 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:35:45 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:35:45 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:35:45 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:35:45 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:35:45 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:35:45 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:35:45 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:35:45 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:35:45 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:35:45 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:35:45 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:35:46 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:35:46 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:35:46 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:35:46 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:35:46 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:35:46 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:35:46 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:35:46 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:35:47 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:35:47 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:35:47 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:35:47 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:35:47 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:47 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:48 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:48 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:48 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:48 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:48 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:48 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:48 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:48 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:48 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:48 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:48 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:49 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:49 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:50 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:50 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:51 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:51 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:51 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:51 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:51 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:52 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:52 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:52 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:53 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:35:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:35:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:35:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:35:53 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:53 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:53 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:53 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:54 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:35:54 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:35:54 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:35:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:35:54 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:35:54 18:35:54 Current default time zone: 'Etc/UTC' 18:35:54 Local time is now: Fri Apr 23 18:35:54 UTC 2021. 18:35:54 Universal Time is now: Fri Apr 23 18:35:54 UTC 2021. 18:35:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:35:54 18:35:54 Setting up systemd-sysv (237-3ubuntu10.46) ... 18:35:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:54 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 18:35:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:35:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:35:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:35:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:35:54 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:35:54 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:35:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:35:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:54 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:35:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:35:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:55 Setting up patch (2.7.6-2ubuntu1.1) ... 18:35:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:35:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:35:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 18:35:55 Installing new version of config file /etc/ssl/openssl.cnf ... 18:35:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:35:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:35:55 Setting up ca-certificates (20210119~18.04.1) ... 18:35:57 Updating certificates in /etc/ssl/certs... 18:35:58 23 added, 27 removed; done. 18:35:58 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:35:58 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:58 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:35:58 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:35:58 Setting up pkgbinarymangler (138.18.04.1) ... 18:35:58 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:35:58 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up perl (5.26.1-6ubuntu0.5) ... 18:35:58 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:35:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:35:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:35:58 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:35:58 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:35:58 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:35:58 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:35:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:35:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:35:59 Processing triggers for systemd (237-3ubuntu10.46) ... 18:35:59 Processing triggers for mime-support (3.60ubuntu1) ... 18:35:59 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:35:59 Updating certificates in /etc/ssl/certs... 18:36:00 0 added, 0 removed; done. 18:36:00 Running hooks in /etc/ca-certificates/update.d... 18:36:00 done. 18:36:00 Reading package lists... 18:36:00 Building dependency tree... 18:36:00 Reading state information... 18:36:00 The following NEW packages will be installed: 18:36:00 apt-transport-https 18:36:00 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:36:00 Need to get 1692 B of archives. 18:36:00 After this operation, 154 kB of additional disk space will be used. 18:36:00 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 18:36:00 debconf: delaying package configuration, since apt-utils is not installed 18:36:00 Fetched 1692 B in 0s (8428 B/s) 18:36:00 Selecting previously unselected package apt-transport-https. 18:36:00 (Reading database ... 13920 files and directories currently installed.) 18:36:00 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 18:36:00 Unpacking apt-transport-https (1.6.13) ... 18:36:00 Setting up apt-transport-https (1.6.13) ... 18:36:01 Waiting for network to be ready... 18:36:07 2021-04-23T18:36:04Z INFO Waiting for automatic snapd restart... 18:36:07 snapd 2.49.2 from Canonical* installed 18:36:07 "snapd" switched to the "latest/stable" channel 18:36:07 18:36:10 core18 20210309 from Canonical* installed 18:36:10 "core18" switched to the "latest/stable" channel 18:36:10 18:36:14 snapcraft 4.6.2 from Canonical* installed 18:36:14 "snapcraft" switched to the "latest/stable" channel 18:36:14 18:36:18 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: 18:36:18 - README.md 18:36:18 18:36:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:36:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:25 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 18:36:25 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:36:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:36:25 Reading package lists... 18:36:26 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:36:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:32 Reading package lists... 18:36:32 Building dependency tree... 18:36:32 Reading state information... 18:36:32 Suggested packages: 18:36:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:36:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:36:32 Recommended packages: 18:36:32 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:36:32 The following NEW packages will be installed: 18:36:32 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:36:32 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:36:32 pkg-config zip 18:36:32 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:36:32 Need to get 7663 kB of archives. 18:36:32 After this operation, 43.8 MB of additional disk space will be used. 18:36:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:36:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 18:36:32 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:36:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 18:36:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 18:36:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:36:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:36:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:36:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:36:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:36:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:36:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:36:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:36:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:36:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:36:33 debconf: delaying package configuration, since apt-utils is not installed 18:36:33 Fetched 7663 kB in 1s (9550 kB/s) 18:36:33 Selecting previously unselected package libglib2.0-0:amd64. 18:36:33 (Reading database ... 13924 files and directories currently installed.) 18:36:33 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:36:33 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:36:33 Selecting previously unselected package libpsl5:amd64. 18:36:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:36:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:36:33 Selecting previously unselected package libnghttp2-14:amd64. 18:36:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:36:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:36:34 Selecting previously unselected package librtmp1:amd64. 18:36:34 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:36:34 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:36:34 Selecting previously unselected package libcurl3-gnutls:amd64. 18:36:34 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 18:36:34 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 18:36:34 Selecting previously unselected package liberror-perl. 18:36:34 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:36:34 Unpacking liberror-perl (0.17025-1) ... 18:36:34 Selecting previously unselected package git-man. 18:36:34 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 18:36:34 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 18:36:34 Selecting previously unselected package git. 18:36:34 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 18:36:34 Unpacking git (1:2.17.1-1ubuntu0.8) ... 18:36:35 Selecting previously unselected package libnorm1:amd64. 18:36:35 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:36:35 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:36:35 Selecting previously unselected package libpgm-5.2-0:amd64. 18:36:35 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:36:35 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:36:35 Selecting previously unselected package libsodium23:amd64. 18:36:35 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:36:35 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:36:35 Selecting previously unselected package libzmq5:amd64. 18:36:35 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:36:35 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:36:35 Selecting previously unselected package libzmq3-dev:amd64. 18:36:35 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:36:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:36:36 Selecting previously unselected package pkg-config. 18:36:36 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:36:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:36:36 Selecting previously unselected package zip. 18:36:36 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:36:36 Unpacking zip (3.0-11build1) ... 18:36:36 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:36:36 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 18:36:36 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:36:36 Setting up liberror-perl (0.17025-1) ... 18:36:36 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:36:36 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:36:36 No schema files found: doing nothing. 18:36:36 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:36:36 Setting up zip (3.0-11build1) ... 18:36:36 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:36:36 Setting up libsodium23:amd64 (1.0.16-2) ... 18:36:36 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:36:36 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:36:36 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 18:36:36 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:36:36 Setting up git (1:2.17.1-1ubuntu0.8) ... 18:36:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:36:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:43 git set to automatically installed. 18:36:43 git-man set to automatically installed. 18:36:43 libcurl3-gnutls set to automatically installed. 18:36:43 liberror-perl set to automatically installed. 18:36:43 libglib2.0-0 set to automatically installed. 18:36:43 libnghttp2-14 set to automatically installed. 18:36:43 libnorm1 set to automatically installed. 18:36:43 libpgm-5.2-0 set to automatically installed. 18:36:43 libpsl5 set to automatically installed. 18:36:43 librtmp1 set to automatically installed. 18:36:43 libsodium23 set to automatically installed. 18:36:43 libzmq3-dev set to automatically installed. 18:36:43 libzmq5 set to automatically installed. 18:36:43 pkg-config set to automatically installed. 18:36:43 zip set to automatically installed. 18:36:45 snapd is not logged in, snap install commands will use sudo 18:36:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:36:56 ---> 286a7165a6e6 18:36:56 Step 3/21 : WORKDIR /edgex-go 18:36:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:56 ---> 286a7165a6e6 18:36:56 Step 3/23 : WORKDIR /edgex-go 18:36:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:56 ---> 286a7165a6e6 18:36:56 Step 3/23 : WORKDIR /edgex-go 18:36:56 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:36:56 ---> 286a7165a6e6 18:36:56 Step 3/31 : WORKDIR /edgex-go 18:36:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:36:56 ---> 286a7165a6e6 18:36:56 Step 3/22 : WORKDIR /edgex-go 18:36:56 ---> Running in 7ae2a3b7a7ee 18:36:56 ---> Running in 092878b35d1c 18:36:56 ---> Running in 4998b4048d0b 18:36:56 ---> Running in 5354e9e04f2f 18:36:56 ---> Running in 05f9c0bcf209 18:36:56 Removing intermediate container 092878b35d1c 18:36:56 ---> 8c68c8be0cfb 18:36:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:56 Removing intermediate container 7ae2a3b7a7ee 18:36:56 ---> 409b97133ca6 18:36:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:56 Removing intermediate container 4998b4048d0b 18:36:56 ---> 2fa8ed7b5dc4 18:36:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:56 Removing intermediate container 5354e9e04f2f 18:36:56 ---> 5084e5f506bc 18:36:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:56 Removing intermediate container 05f9c0bcf209 18:36:56 ---> be0d4180cb02 18:36:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:56 ---> Running in 2425ae251d7d 18:36:56 ---> Running in c8ef742c53da 18:36:56 ---> Running in 331ea1692e7e 18:36:56 ---> Running in 57ccba01930b 18:36:56 ---> Running in 00044b35e127 18:36:56 Removing intermediate container c8ef742c53da 18:36:56 ---> 169c1c83cb3d 18:36:56 Step 5/21 : RUN apk add --update --no-cache make git 18:36:56 ---> Running in 48a6ac07d427 18:36:56 Removing intermediate container 57ccba01930b 18:36:56 ---> 35f988915a5c 18:36:56 Step 5/31 : RUN apk add --update --no-cache make git 18:36:56 Removing intermediate container 331ea1692e7e 18:36:56 ---> be91a5712a77 18:36:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:36:56 Removing intermediate container 2425ae251d7d 18:36:56 ---> 73c0838ae034 18:36:56 Step 5/23 : RUN apk add --update --no-cache make git 18:36:56 ---> Running in e2100290d651 18:36:56 ---> Running in f082ee968f3a 18:36:56 ---> Running in f735902cb4c2 18:36:57 Removing intermediate container 00044b35e127 18:36:57 ---> 4c226ba0cf48 18:36:57 Step 5/23 : RUN apk add --update --no-cache make bash git 18:36:57 ---> Running in df96b4c690e0 18:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:59 OK: 217 MiB in 51 packages 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:00 OK: 217 MiB in 51 packages 18:37:00 OK: 217 MiB in 51 packages 18:37:00 Removing intermediate container 48a6ac07d427 18:37:00 ---> 807de87ff7bc 18:37:00 Step 6/21 : COPY go.mod . 18:37:00 OK: 217 MiB in 51 packages 18:37:00 OK: 217 MiB in 51 packages 18:37:02 Removing intermediate container f082ee968f3a 18:37:02 ---> def84a6df7e8 18:37:02 Step 6/31 : COPY go.mod . 18:37:02 ---> 10898f0142a8 18:37:02 Step 7/21 : RUN go mod download 18:37:02 Removing intermediate container f735902cb4c2 18:37:02 ---> da532a49af79 18:37:02 Step 6/23 : COPY go.mod . 18:37:02 ---> Running in 7da462c27c41 18:37:03 Removing intermediate container df96b4c690e0 18:37:03 ---> 28ce03626c2d 18:37:03 Step 6/23 : COPY go.mod . 18:37:03 Removing intermediate container e2100290d651 18:37:03 ---> 6a2b591ec673 18:37:03 Step 6/22 : COPY go.mod . 18:37:03 ---> 84c0ef9a9f3b 18:37:03 Step 7/31 : RUN go mod download 18:37:03 ---> f8e1514011a0 18:37:03 Step 7/23 : RUN go mod download 18:37:03 ---> Running in 3ce2e7f441a4 18:37:03 ---> Running in 5a26b2c317ad 18:37:04 ---> 3ab773728180 18:37:04 Step 7/23 : RUN go mod download 18:37:04 ---> 622e33bf6201 18:37:04 Step 7/22 : RUN go mod download 18:37:04 ---> Running in 3a4ac3737111 18:37:04 ---> Running in 13a9daf20771 18:37:06 Removing intermediate container 7da462c27c41 18:37:06 ---> f702d473a8bb 18:37:06 Step 8/21 : COPY . . 18:37:07 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 18:37:07 snapd is not logged in, snap install commands will use sudo 18:37:09 Removing intermediate container 3ce2e7f441a4 18:37:09 ---> 8aa8d06b376a 18:37:09 Step 8/31 : COPY . . 18:37:09 Removing intermediate container 5a26b2c317ad 18:37:09 ---> d476fba9ea3b 18:37:09 Step 8/23 : COPY . . 18:37:09 Removing intermediate container 3a4ac3737111 18:37:09 ---> 2fd0faf94749 18:37:09 Step 8/23 : COPY . . 18:37:09 Removing intermediate container 13a9daf20771 18:37:09 ---> 3832d11f21df 18:37:09 Step 8/22 : COPY . . 18:37:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:37:12 snap "core18" has no updates available 18:37:13 Pulling go-build-helper 18:37:13 + snapcraftctl pull 18:37:14 'app-service-config' has dependencies that need to be staged: go-build-helper 18:37:14 Skipping pull go-build-helper (already ran) 18:37:14 Building go-build-helper 18:37:14 + snapcraftctl build 18:37:16 Staging go-build-helper 18:37:16 + snapcraftctl stage 18:37:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:37:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:37:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 18:37:26 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:37:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:37:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 18:37:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:37:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:37:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 18:37:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 18:37:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 18:37:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 18:37:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:37:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:37:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:37:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:37:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:37:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:37:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:37:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 18:37:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 18:37:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 18:37:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:37:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 18:37:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 18:37:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 18:37:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 18:37:26 Fetched 24.4 MB in 0s (0 B/s) 18:37:26 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:37:26 Fetched 224 kB in 0s (0 B/s) 18:37:26 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:37:26 Fetched 157 kB in 0s (0 B/s) 18:37:26 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:37:26 Fetched 221 kB in 0s (0 B/s) 18:37:26 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:37:26 Fetched 143 kB in 0s (0 B/s) 18:37:26 Pulling app-service-config 18:37:26 + snapcraftctl pull 18:37:27 Cloning into '/root/parts/app-service-config/src'... 18:37:27 Pulling config-common 18:37:27 + snapcraftctl pull 18:37:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:37:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:37:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:37:31 Fetched 0 B in 0s (0 B/s) 18:37:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:37:31 Fetched 0 B in 0s (0 B/s) 18:37:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:37:31 Fetched 0 B in 0s (0 B/s) 18:37:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:37:31 Fetched 0 B in 0s (0 B/s) 18:37:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:37:31 Fetched 0 B in 0s (0 B/s) 18:37:31 Pulling edgex-go 18:37:31 + snapcraftctl pull 18:37:36 ---> 64205130bdd4 18:37:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:37:36 ---> e7fd4efe6309 18:37:36 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:37:36 ---> 66f68da76352 18:37:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:37:36 ---> Running in 97af45d9cfc1 18:37:36 ---> Running in d6b9f4d4ccd4 18:37:36 ---> Running in 5c125e8a750f 18:37:36 ---> 652b5b15ee05 18:37:36 Step 9/23 : RUN make cmd/core-command/core-command 18:37:36 ---> 6213cffb2cee 18:37:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:37:36 ---> Running in a0ed075b6449 18:37:36 ---> Running in 33b5d4af379e 18:37:36 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 18:37:36 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 18:37:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:37: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 18:37: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 18:37:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:37:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:37:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:37:53 Fetched 0 B in 0s (0 B/s) 18:37:53 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:37:53 Fetched 96.5 kB in 0s (0 B/s) 18:37:53 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:37:53 Fetched 279 kB in 0s (0 B/s) 18:37:53 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:37:53 Fetched 122 kB in 0s (0 B/s) 18:37:53 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:37:53 Fetched 77.8 kB in 0s (0 B/s) 18:37:53 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:37:53 Fetched 8848 B in 0s (0 B/s) 18:37:53 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:37:53 Fetched 47.8 kB in 0s (0 B/s) 18:37:53 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:37:53 Fetched 45.6 kB in 0s (0 B/s) 18:37:53 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:37:53 Fetched 15.0 kB in 0s (0 B/s) 18:37:53 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 18:37:53 Fetched 219 kB in 0s (0 B/s) 18:37:53 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:37:53 Fetched 154 kB in 0s (0 B/s) 18:37:53 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:37:53 Fetched 50.6 kB in 0s (0 B/s) 18:37:53 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:37:53 Fetched 14.8 kB in 0s (0 B/s) 18:37:53 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:37:53 Fetched 41.8 kB in 0s (0 B/s) 18:37:53 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:37:53 Fetched 499 kB in 0s (0 B/s) 18:37:53 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:37:53 Fetched 111 kB in 0s (0 B/s) 18:37:53 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:37:53 Fetched 240 kB in 0s (0 B/s) 18:37:53 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:37:53 Fetched 29.3 kB in 0s (0 B/s) 18:37:53 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:37:53 Fetched 85.5 kB in 0s (0 B/s) 18:37:53 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:37:53 Fetched 24.5 kB in 0s (0 B/s) 18:37:53 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:37:53 Fetched 49.2 kB in 0s (0 B/s) 18:37:53 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:37:53 Fetched 54.2 kB in 0s (0 B/s) 18:37:53 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:37:53 Fetched 30.8 kB in 0s (0 B/s) 18:37:53 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:37:53 Fetched 15.8 kB in 0s (0 B/s) 18:37:53 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:37:53 Fetched 85.9 kB in 0s (0 B/s) 18:37:53 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:37:53 Fetched 8720 B in 0s (0 B/s) 18:37:53 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 18:37:53 Fetched 137 kB in 0s (0 B/s) 18:37:53 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:37:53 Fetched 119 kB in 0s (0 B/s) 18:37:53 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 18:37:53 Fetched 110 kB in 0s (0 B/s) 18:37:53 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:37:53 Fetched 11.1 kB in 0s (0 B/s) 18:37:53 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:37:53 Fetched 645 kB in 0s (0 B/s) 18:37:53 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:37:53 Fetched 41.3 kB in 0s (0 B/s) 18:37:53 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:37:53 Fetched 17.9 kB in 0s (0 B/s) 18:37:53 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:37:53 Fetched 368 kB in 0s (0 B/s) 18:37:53 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:37:53 Fetched 187 kB in 0s (0 B/s) 18:37:53 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:37:53 Fetched 175 kB in 0s (0 B/s) 18:37:53 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:37:53 Fetched 206 kB in 0s (0 B/s) 18:37:53 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 18:37:53 Fetched 1301 kB in 0s (0 B/s) 18:37:53 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:37:53 Fetched 36.2 kB in 0s (0 B/s) 18:37:53 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 18:37:53 Fetched 159 kB in 0s (0 B/s) 18:37:53 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:37:53 Fetched 107 kB in 0s (0 B/s) 18:37:53 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:37:53 Fetched 48.7 kB in 0s (0 B/s) 18:37:53 Pulling static-packages 18:37:53 + snapcraftctl pull 18:37:53 Pulling version 18:37:53 + cd /root/project 18:37:53 + [ -f VERSION ] 18:37:53 + PROJECT_VERSION=local-dev 18:37:53 + git rev-parse --short HEAD 18:37:53 + GIT_REVISION=e43bf7ca 18:37:53 + snapcraftctl set-version local-dev 18:37:54 Skipping build go-build-helper (already ran) 18:37:54 Building app-service-config 18:37:54 + make build 18:37:54 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:37:57 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 18:37:57 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 18:37:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 18:37:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 18:37:57 go: downloading github.com/go-playground/validator/v10 v10.4.1 18:37:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 18:37:57 go: downloading github.com/go-playground/universal-translator v0.17.0 18:37:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 18:37:57 go: downloading github.com/go-playground/locales v0.13.0 18:37:57 go: downloading github.com/hashicorp/consul/api v1.8.1 18:37:57 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:37:57 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:37:57 go: downloading github.com/gorilla/mux v1.8.0 18:37:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 18:37:57 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 18:37:57 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:37:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:37:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 18:37:57 go: downloading github.com/leodido/go-urn v1.2.0 18:37:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:37:58 go: downloading github.com/BurntSushi/toml v0.3.1 18:37:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:37:58 go: downloading github.com/gorilla/websocket v1.4.2 18:37:58 go: downloading github.com/go-kit/kit v0.8.0 18:37:58 go: downloading github.com/hashicorp/serf v0.9.5 18:37:58 go: downloading github.com/pelletier/go-toml v1.2.0 18:37:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:37:58 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 18:37:58 go: downloading github.com/x448/float16 v0.8.4 18:37:58 go: downloading github.com/mitchellh/copystructure v1.0.0 18:37:58 go: downloading github.com/mattn/go-isatty v0.0.12 18:37:58 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:37:58 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:37:58 go: downloading github.com/fatih/color v1.9.0 18:37:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:37:58 go: downloading github.com/google/uuid v1.2.0 18:37:58 go: downloading github.com/mattn/go-colorable v0.1.6 18:37:58 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 18:37:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:37:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:37:58 go: downloading github.com/pebbe/zmq4 v1.2.7 18:37:58 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:37:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:37:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:37:58 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:38:08 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 18:38:08 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 18:38:08 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 18:38:08 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 18:38:08 Building config-common 18:38:08 + snapcraftctl build 18:38:11 Building edgex-go 18:38:11 + cd /root/parts/edgex-go/src 18:38:11 + make build 18:38:11 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 18:38:11 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 18:38:11 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.74 18:38:11 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:38:11 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 18:38:11 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 18:38:11 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 18:38:11 go: downloading github.com/pkg/errors v0.8.1 18:38:11 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 18:38:11 go: downloading github.com/imdario/mergo v0.3.12 18:38:11 go: downloading github.com/go-playground/validator/v10 v10.5.0 18:38:11 go: downloading github.com/pelletier/go-toml v1.9.0 18:38:11 go: downloading golang.org/x/text v0.3.2 18:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:38:17 go: downloading gopkg.in/yaml.v2 v2.4.0 18:38:22 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 18:38:23 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 18:38:24 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 18:38:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:38:25 go: downloading github.com/stretchr/testify v1.7.0 18:38:25 go: downloading github.com/davecgh/go-spew v1.1.1 18:38:25 go: downloading github.com/pmezard/go-difflib v1.0.0 18:38:25 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:38: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 18:38:27 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:38:27 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:38:28 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 18:38:30 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 18:38:31 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 18:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:38:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:38:34 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 18:38:34 go: downloading github.com/lib/pq v1.10.1 18:38:36 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:38:36 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:38:36 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:38:36 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:38:36 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:38:36 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:38:36 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:38:36 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:38:36 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:38:36 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:38:36 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:38:36 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:38:36 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:38:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:38:36 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:38:36 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:38:36 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:38:36 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 18:38:36 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:38:36 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:38:36 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:38:36 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:38:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:38:36 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:38:36 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:38:36 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:38:39 Building static-packages 18:38:39 + snapcraftctl build 18:38:40 Building version 18:38:40 + snapcraftctl build 18:38:42 Skipping stage go-build-helper (already ran) 18:38:42 Staging app-service-config 18:38:42 + snapcraftctl stage 18:38:44 Staging config-common 18:38:44 + snapcraftctl stage 18:38:45 Staging edgex-go 18:38:45 + snapcraftctl stage 18:38:46 Staging static-packages 18:38:46 + snapcraftctl stage 18:38:47 Staging version 18:38:47 + snapcraftctl stage 18:38:48 Priming go-build-helper 18:38:48 + snapcraftctl prime 18:38:48 Priming app-service-config 18:38:48 + snapcraftctl prime 18:38:50 Priming config-common 18:38:50 + snapcraftctl prime 18:38:50 Priming edgex-go 18:38:50 + snapcraftctl prime 18:38:52 Priming static-packages 18:38:52 + snapcraftctl prime 18:38:54 Priming version 18:38:54 + snapcraftctl prime 18:38:55 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:39:14 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 18:39:29 Removing intermediate container 5c125e8a750f 18:39:29 ---> 6e56d45d65fa 18:39:29 18:39:29 Step 10/31 : FROM alpine:3.12 18:39:29 3.12: Pulling from library/alpine 18:39:30 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:39:30 Status: Downloaded newer image for alpine:3.12 18:39:30 ---> 9852663dfa18 18:39:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:39:32 ---> Running in e7a53a1df10b 18:39:32 Removing intermediate container d6b9f4d4ccd4 18:39:32 ---> 89b1ef9201bb 18:39:32 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:39:32 Removing intermediate container 97af45d9cfc1 18:39:32 ---> c50f76c4d40e 18:39:32 18:39:32 Step 10/21 : FROM alpine:3.12 18:39:32 ---> 9852663dfa18 18:39:32 Step 11/21 : RUN apk add --update --no-cache curl 18:39:33 ---> Running in 68bf05617a65 18:39:33 ---> Running in 7dbcdd0df64d 18:39:33 Removing intermediate container e7a53a1df10b 18:39:33 ---> 72c8dddf6e0b 18:39:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:39:34 ---> Running in f99dcf3c1bac 18:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39: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 18:39:36 (1/4) Installing ca-certificates (20191127-r4) 18:39:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:39:37 (3/4) Installing libcurl (7.76.1-r0) 18:39:37 (1/2) Installing dumb-init (1.2.2-r1) 18:39:37 (2/2) Installing su-exec (0.2-r1) 18:39:37 Executing busybox-1.31.1-r20.trigger 18:39:37 Removing intermediate container 33b5d4af379e 18:39:37 ---> 23155b163d98 18:39:37 18:39:37 Step 10/23 : FROM alpine:3.12 18:39:37 ---> 9852663dfa18 18:39:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:39:37 OK: 5 MiB in 16 packages 18:39:37 (4/4) Installing curl (7.76.1-r0) 18:39:37 Executing busybox-1.31.1-r20.trigger 18:39:37 Executing ca-certificates-20191127-r4.trigger 18:39:37 Removing intermediate container a0ed075b6449 18:39:37 ---> 2a018a98a9e5 18:39:37 18:39:37 Step 10/22 : FROM alpine:3.12 18:39:37 ---> 9852663dfa18 18:39:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:39:37 OK: 7 MiB in 18 packages 18:39:37 ---> Running in c3abd4e86068 18:39:38 ---> Running in 9be92ef822d5 18:39:39 Removing intermediate container f99dcf3c1bac 18:39:39 ---> 754ecb397bce 18:39:39 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:39:39 ---> Running in 2573d765518c 18:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:40 Removing intermediate container 2573d765518c 18:39:40 ---> d2aec8c815ce 18:39:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:39:40 Removing intermediate container 7dbcdd0df64d 18:39:40 ---> 2a5528b1e730 18:39:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:39:40 (1/1) Installing dumb-init (1.2.2-r1) 18:39:40 Executing busybox-1.31.1-r20.trigger 18:39:40 OK: 5 MiB in 15 packages 18:39:40 ---> Running in 39a9893bb4d7 18:39:41 ---> Running in 5b3bb8f24a47 18:39:41 (1/2) Installing ca-certificates (20191127-r4) 18:39:41 Removing intermediate container 68bf05617a65 18:39:41 ---> f7ef49bfec45 18:39:41 18:39:41 Step 11/23 : FROM docker:20.10.0 18:39:41 (2/2) Installing dumb-init (1.2.2-r1) 18:39:41 Executing busybox-1.31.1-r20.trigger 18:39:41 Executing ca-certificates-20191127-r4.trigger 18:39:41 20.10.0: Pulling from library/docker 18:39:41 OK: 6 MiB in 16 packages 18:39:41 Removing intermediate container 39a9893bb4d7 18:39:41 ---> c947d9e95b01 18:39:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:39:42 Removing intermediate container 5b3bb8f24a47 18:39:42 ---> 26b066fded5e 18:39:42 Step 13/21 : WORKDIR /edgex 18:39:42 ---> Running in d1764fa583e9 18:39:42 ---> Running in 387f72937304 18:39:43 Removing intermediate container c3abd4e86068 18:39:43 ---> ac404419c87b 18:39:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:39:43 ---> Running in abf43e971824 18:39:43 Removing intermediate container 387f72937304 18:39:43 ---> e772a5a3578d 18:39:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:39:44 Removing intermediate container 9be92ef822d5 18:39:44 ---> 573b9c325be0 18:39:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:39:44 Removing intermediate container abf43e971824 18:39:44 ---> 0c17a5bbcad2 18:39:44 Step 13/23 : ENV APP_PORT=48082 18:39:44 ---> Running in 5b3dc97305ff 18:39:44 ---> Running in 7c332d79cfde 18:39:45 ---> 130bbb30b5ce 18:39:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:39:45 Removing intermediate container 5b3dc97305ff 18:39:45 ---> fa9ba4c823e6 18:39:45 Step 13/22 : ENV APP_PORT=48060 18:39:45 Removing intermediate container 7c332d79cfde 18:39:45 ---> 9cf82315621e 18:39:45 Step 14/23 : EXPOSE $APP_PORT 18:39:45 ---> Running in 2631b6af2675 18:39:45 ---> Running in 5715dcf76710 18:39:46 Removing intermediate container d1764fa583e9 18:39:46 ---> ee5b1abf598a 18:39:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:39:46 ---> Running in e083e5d9dfef 18:39:46 Removing intermediate container 5715dcf76710 18:39:46 ---> 0306a7a6dbd9 18:39:46 Step 14/22 : EXPOSE $APP_PORT 18:39:46 Removing intermediate container 2631b6af2675 18:39:46 ---> 49fd4449dad1 18:39:46 Step 15/23 : WORKDIR / 18:39:47 ---> a2c4e1cc9b38 18:39:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:39:47 ---> Running in 2c463e6fb5be 18:39:47 ---> Running in 807650f2945a 18:39:47 Removing intermediate container e083e5d9dfef 18:39:47 ---> b8021530f50b 18:39:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:39:48 Removing intermediate container 2c463e6fb5be 18:39:48 ---> a4b49e48200e 18:39:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:48 Removing intermediate container 807650f2945a 18:39:48 ---> d73dfe601175 18:39:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:49 ---> 401b213405af 18:39:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:39:49 ---> 779caba3c9ee 18:39:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:39:49 ---> Running in bfcae1b46473 18:39:49 ---> c3f9ef1af189 18:39:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:39:49 ---> Running in 8936e782dd8c 18:39:49 ---> 01eafab8bfd5 18:39:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:39:50 Removing intermediate container 8936e782dd8c 18:39:50 ---> ba86d542ed10 18:39:50 Step 18/21 : CMD ["--init=true"] 18:39:51 ---> Running in d9d6663c8073 18:39:52 Removing intermediate container d9d6663c8073 18:39:52 ---> 44cca37690e7 18:39:52 Step 19/21 : LABEL arch=arm64 18:39:52 ---> Running in 9c36d5ff4505 18:39:52 ---> 7c1d2ad84e83 18:39:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:39:52 ---> c4489c98e144 18:39:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:39:52 Removing intermediate container bfcae1b46473 18:39:52 ---> d6cbcb36834a 18:39:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:53 Removing intermediate container 9c36d5ff4505 18:39:53 ---> eca3b51fdd41 18:39:53 Step 20/21 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:39:53 ---> Running in 8b76c20c117c 18:39:53 ---> e618f61076ee 18:39:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:39:53 ---> 7161e9280c80 18:39:53 Step 19/23 : ENTRYPOINT ["/core-command"] 18:39:54 ---> Running in f0a436488fb6 18:39:54 ---> Running in a86adfb82bf2 18:39:54 ---> 192bcbf05e39 18:39:54 Removing intermediate container 8b76c20c117c 18:39:54 ---> 6a4665d90a51 18:39:54 Step 21/21 : LABEL version=0.0.0 18:39:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:39:54 ---> Running in e0ae0082a101 18:39:54 Removing intermediate container f0a436488fb6 18:39:54 ---> 0704b1c45aef 18:39:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:55 ---> Running in 3d84345568c7 18:39:55 Removing intermediate container a86adfb82bf2 18:39:55 ---> 241739dc76fe 18:39:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:55 ---> Running in 8916d1f1abc8 18:39:55 Removing intermediate container e0ae0082a101 18:39:55 ---> fc165a685dca 18:39:55 18:39:55 Removing intermediate container 3d84345568c7 18:39:55 ---> 1a5d9f35fffd 18:39:55 Step 20/22 : LABEL arch=arm64 18:39:56 ---> Running in 4afe979c06fd 18:39:56 Successfully built fc165a685dca 18:39:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:39:56  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 18:39:56 ---> cc5125bd1d78 18:39:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:39:56 Removing intermediate container 8916d1f1abc8 18:39:56 ---> ada8d0e52f5c 18:39:56 Step 21/23 : LABEL arch=arm64 18:39:56 ---> Running in cc235eb9df4f 18:39:56 Removing intermediate container 4afe979c06fd 18:39:56 ---> 7f74cba204ca 18:39:56 Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:39:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:39:56 Status: Downloaded newer image for docker:20.10.0 18:39:56 ---> eeaf43b92773 18:39:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:39:56 ---> Running in f7dcebca88bf 18:39:57 ---> Running in b2062a3ff291 18:39:57 Removing intermediate container cc235eb9df4f 18:39:57 ---> 02d4c1682576 18:39:57 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:39:57 ---> b90861db9766 18:39:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:39:57 ---> Running in d373b899a531 18:39:57 Removing intermediate container f7dcebca88bf 18:39:57 ---> 353da5a62b12 18:39:57 Step 22/22 : LABEL version=0.0.0 18:39:57 Removing intermediate container b2062a3ff291 18:39:57 ---> 1647a68957f6 18:39:57 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:39:57 ---> Running in ff89b3a6397b 18:39:58 ---> Running in 8c577460aeb8 18:39:58 Removing intermediate container d373b899a531 18:39:58 ---> 57c0adafa0a0 18:39:58 Step 23/23 : LABEL version=0.0.0 18:39:59 ---> 6002e552079d 18:39:59 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:39:59 Removing intermediate container ff89b3a6397b 18:39:59 ---> 03f16be64a5a 18:39:59 18:39:59 ---> Running in 60d464249857 18:40:00 Successfully built 03f16be64a5a 18:40:00 Successfully tagged docker-support-notifications-go-arm64:latest 18:40:00  Building docker-support-notifications-go ... done Building docker-core-metadata-go 18:40:00 Removing intermediate container 60d464249857 18:40:00 ---> c523964f4c5e 18:40:00 18:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:00 ---> 36bac38f8554 18:40:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:00 Successfully built c523964f4c5e 18:40:00 Successfully tagged docker-core-command-go-arm64:latest 18:40:00  Building docker-core-command-go ... done Building docker-support-scheduler-go 18:40:01 ---> Running in dcacd6b09200 18:40:01 (1/39) Installing readline (8.0.4-r0) 18:40:01 (2/39) Installing bash (5.0.17-r0) 18:40:01 Executing bash-5.0.17-r0.post-install 18:40:01 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:40:01 (4/39) Installing libcurl (7.76.1-r0) 18:40:01 (5/39) Installing curl (7.76.1-r0) 18:40:01 (6/39) Installing dumb-init (1.2.2-r1) 18:40:01 (7/39) Installing libbz2 (1.0.8-r1) 18:40:01 (8/39) Installing expat (2.2.9-r1) 18:40:01 (9/39) Installing libffi (3.3-r2) 18:40:01 (10/39) Installing gdbm (1.13-r1) 18:40:01 (11/39) Installing xz-libs (5.2.5-r0) 18:40:01 (12/39) Installing sqlite-libs (3.32.1-r0) 18:40:01 (13/39) Installing python3 (3.8.8-r0) 18:40:01 Removing intermediate container dcacd6b09200 18:40:01 ---> 3a38e927ab1f 18:40:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:40:03 (14/39) Installing py3-appdirs (1.4.4-r1) 18:40:03 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:40:03 (16/39) Installing py3-parsing (2.4.7-r0) 18:40:03 (17/39) Installing py3-six (1.15.0-r0) 18:40:03 (18/39) Installing py3-packaging (20.4-r0) 18:40:03 (19/39) Installing py3-setuptools (47.0.0-r0) 18:40:03 (20/39) Installing py3-chardet (3.0.4-r4) 18:40:03 (21/39) Installing py3-idna (2.9-r0) 18:40:03 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:40:03 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:40:03 (24/39) Installing py3-requests (2.23.0-r0) 18:40:03 (25/39) Installing py3-msgpack (1.0.0-r0) 18:40:03 (26/39) Installing py3-lockfile (0.12.2-r3) 18:40:03 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:40:03 (28/39) Installing py3-colorama (0.4.3-r0) 18:40:03 (29/39) Installing py3-distlib (0.3.0-r0) 18:40:03 (30/39) Installing py3-distro (1.5.0-r1) 18:40:03 (31/39) Installing py3-webencodings (0.5.1-r3) 18:40:04 (32/39) Installing py3-html5lib (1.0.1-r4) 18:40:04 (33/39) Installing py3-pytoml (0.1.21-r0) 18:40:04 (34/39) Installing py3-pep517 (0.8.2-r0) 18:40:04 (35/39) Installing py3-progress (1.5-r0) 18:40:04 (36/39) Installing py3-toml (0.10.1-r0) 18:40:04 (37/39) Installing py3-retrying (1.3.3-r0) 18:40:04 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:40:04 ---> a3f703ddf4b9 18:40:04 Step 26/31 : RUN chmod +x /entrypoint.sh(39/39) Installing py3-pip (20.1.1-r0) 18:40:04 18:40:04 Executing busybox-1.31.1-r19.trigger 18:40:04 OK: 72 MiB in 59 packages 18:40:04 ---> Running in 0a6f5acb3a00 18:40:08 Removing intermediate container 0a6f5acb3a00 18:40:08 ---> 2db275a4bf95 18:40:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:40:08 ---> Running in a4c2bf52fdde 18:40:08 Collecting docker-compose==1.23.2 18:40:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:40:09 Removing intermediate container a4c2bf52fdde 18:40:09 ---> 6c070452390b 18:40:09 Step 28/31 : CMD ["gate"] 18:40:09 ---> Running in 26299ec4a63b 18:40:10 Collecting docker<4.0,>=3.6.0 18:40:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:40:10 Removing intermediate container 26299ec4a63b 18:40:10 ---> 1bfd05913423 18:40:10 Step 29/31 : LABEL arch=arm64 18:40:10 ---> Running in 8e40b5fb72ed 18:40:11 Collecting websocket-client<1.0,>=0.32.0 18:40:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:40:11 Removing intermediate container 8e40b5fb72ed 18:40:11 ---> 2ac0fb1b3fe4 18:40:11 Step 30/31 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:40:11 Collecting jsonschema<3,>=2.5.1 18:40:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:40:11 ---> Running in 39d4d338da13 18:40:12 Collecting docopt<0.7,>=0.6.1 18:40:12 Downloading docopt-0.6.2.tar.gz (25 kB) 18:40:12 Removing intermediate container 39d4d338da13 18:40:12 ---> 0bfe2669058b 18:40:12 Step 31/31 : LABEL version=0.0.0 18:40:13 ---> Running in 38c477333a64 18:40:13 Removing intermediate container 38c477333a64 18:40:13 ---> 44547371f5c9 18:40:13 18:40:14 Successfully built 44547371f5c9 18:40:14 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:40:14  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 18:40:14 Collecting texttable<0.10,>=0.9.0 18:40:14 Downloading texttable-0.9.1.tar.gz (11 kB) 18:40:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:40:16 Collecting dockerpty<0.5,>=0.4.1 18:40:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:40:19 Collecting cached-property<2,>=1.2.0 18:40:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:40:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:40:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:40:21 Collecting PyYAML<4,>=3.10 18:40:21 Downloading PyYAML-3.13.tar.gz (270 kB) 18:40:24 Collecting docker-pycreds>=0.4.0 18:40:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:40:25 Collecting idna<2.8,>=2.5 18:40:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:40:25 Collecting urllib3<1.25,>=1.21.1 18:40:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:40:25 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) 18:40:25 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) 18:40:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:40:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:40:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:40:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:40:27 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, texttable, dockerpty, cached-property, PyYAML, docker-compose 18:40:27 Attempting uninstall: idna 18:40:27 Found existing installation: idna 2.9 18:40:27 Uninstalling idna-2.9: 18:40:27 Successfully uninstalled idna-2.9 18:40:27 Attempting uninstall: urllib3 18:40:27 Found existing installation: urllib3 1.25.9 18:40:27 Uninstalling urllib3-1.25.9: 18:40:27 Successfully uninstalled urllib3-1.25.9 18:40:28 Attempting uninstall: requests 18:40:28 Found existing installation: requests 2.23.0 18:40:28 Uninstalling requests-2.23.0: 18:40:28 Successfully uninstalled requests-2.23.0 18:40:30 Running setup.py install for docopt: started 18:40:32 Running setup.py install for docopt: finished with status 'done' 18:40:32 Running setup.py install for texttable: started 18:40:35 Running setup.py install for texttable: finished with status 'done' 18:40:35 Running setup.py install for dockerpty: started 18:40:37 Running setup.py install for dockerpty: finished with status 'done' 18:40:37 Running setup.py install for PyYAML: started 18:40:39 Running setup.py install for PyYAML: finished with status 'done' 18:40:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:40:40 ---> 286a7165a6e6 18:40:40 Step 3/24 : WORKDIR /edgex-go 18:40:40 ---> Using cache 18:40:40 ---> be0d4180cb02 18:40:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:40 ---> Using cache 18:40:40 ---> 4c226ba0cf48 18:40:40 Step 5/24 : RUN apk add --update --no-cache make git 18:40:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:40:45 ---> Running in 4fb25696bcdb 18:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:48 OK: 217 MiB in 51 packages 18:40:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:40:48 ---> 286a7165a6e6 18:40:48 Step 3/22 : WORKDIR /edgex-go 18:40:48 ---> Using cache 18:40:48 ---> be0d4180cb02 18:40:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:48 ---> Using cache 18:40:48 ---> 4c226ba0cf48 18:40:48 Step 5/22 : RUN apk add --update --no-cache make git 18:40:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:40:48 ---> 286a7165a6e6 18:40:48 Step 3/23 : WORKDIR /edgex-go 18:40:48 ---> Using cache 18:40:48 ---> be0d4180cb02 18:40:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:48 ---> Using cache 18:40:48 ---> 4c226ba0cf48 18:40:48 Step 5/23 : RUN apk add --update --no-cache make git 18:40:50 ---> Running in a2cd8ab35e3c 18:40:50 ---> Running in 9ece0940cd96 18:40:50 Removing intermediate container 4fb25696bcdb 18:40:50 ---> 320379a4ba64 18:40:50 Step 6/24 : COPY go.mod . 18:40:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:53 ---> 7edd01728f23 18:40:53 Step 7/24 : RUN go mod download 18:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:53 ---> Running in ab4eb6082ecc 18:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:54 OK: 217 MiB in 51 packages 18:40:54 OK: 217 MiB in 51 packages 18:40:56 Removing intermediate container 9ece0940cd96 18:40:56 ---> 3e1c6cbd1a1b 18:40:56 Step 6/23 : COPY go.mod . 18:40:56 Removing intermediate container 8c577460aeb8 18:40:56 ---> 385ef0364fcc 18:40:56 Step 14/23 : ENV APP_PORT=48090 18:40:56 Removing intermediate container a2cd8ab35e3c 18:40:56 ---> d62f87e08e94 18:40:56 Step 6/22 : COPY go.mod . 18:40:57 ---> Running in 884d6ea993a7 18:40:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:40:57 ---> 286a7165a6e6 18:40:57 Step 3/23 : WORKDIR /edgex-go 18:40:57 ---> Using cache 18:40:57 ---> be0d4180cb02 18:40:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:57 ---> Using cache 18:40:57 ---> 4c226ba0cf48 18:40:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:40:57 ---> Running in 17bb3e21041f 18:40:57 ---> c2b616b387cd 18:40:57 Step 7/23 : RUN go mod download 18:40:57 Removing intermediate container 884d6ea993a7 18:40:57 ---> 7955c99f17f2 18:40:57 Step 15/23 : EXPOSE $APP_PORT 18:40:58 ---> Running in 704b2304ef11 18:40:58 ---> Running in ced85e03d21f 18:40:58 ---> 117926ea009e 18:40:58 Step 7/22 : RUN go mod download 18:40:58 Removing intermediate container ab4eb6082ecc 18:40:58 ---> 97cef0fe8e07 18:40:58 Step 8/24 : COPY . . 18:40:58 ---> Running in e2e65249596d 18:40:59 Removing intermediate container ced85e03d21f 18:40:59 ---> 8fe46ede8be6 18:40:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:01 OK: 217 MiB in 51 packages 18:41:01 ---> 1dab9a4c48b5 18:41:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:41:03 ---> 1d2472ab1099 18:41:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:41:03 Removing intermediate container 704b2304ef11 18:41:03 ---> b84855632750 18:41:03 Step 8/23 : COPY . . 18:41:03 Removing intermediate container e2e65249596d 18:41:03 ---> 5f0c50583862 18:41:03 Step 8/22 : COPY . . 18:41:03 Removing intermediate container 17bb3e21041f 18:41:03 ---> 0ed2fc4ce2c3 18:41:03 Step 6/23 : COPY go.mod . 18:41:05 ---> 33c5c076506d 18:41:05 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:41:06 ---> 0c1ee1fb5056 18:41:06 Step 7/23 : RUN go mod download 18:41:07 ---> Running in 9f567e4f6d91 18:41:08 ---> Running in a0491c913827 18:41:09 Removing intermediate container 9f567e4f6d91 18:41:09 ---> dcbcdbc8f7af 18:41:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:10 ---> Running in b14d9395cee1 18:41:11 Removing intermediate container b14d9395cee1 18:41:11 ---> e30031d5d9f7 18:41:11 Step 21/23 : LABEL arch=arm64 18:41:12 ---> Running in 33f844779ba8 18:41:13 Removing intermediate container 33f844779ba8 18:41:13 ---> 1b1850c8b563 18:41:13 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:41:14 Removing intermediate container a0491c913827 18:41:14 ---> 20d5834e1a57 18:41:14 Step 8/23 : COPY . . 18:41:15 ---> Running in 1e62c3957ddb 18:41:16 Removing intermediate container 1e62c3957ddb 18:41:16 ---> 298142192144 18:41:16 Step 23/23 : LABEL version=0.0.0 18:41:17 ---> Running in c13314da7be9 18:41:18 ---> 91f462bfed54 18:41:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:41:19 Removing intermediate container c13314da7be9 18:41:19 ---> 4f73125ec314 18:41:19 18:41:19 Successfully built 4f73125ec314 18:41:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:41:20  Building docker-sys-mgmt-agent-go ... done  ---> Running in ffc45a4c65e5 18:41:22 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 18:41:23 ---> 42b13147f17c 18:41:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:41:23 ---> Running in 6f30e1597a05 18:41:23 ---> 53f3b6ef69da 18:41:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:41:23 ---> Running in 8c5c54c4b5db 18:41:25 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 18:41:26 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 18:41:36 ---> 33e6d061570e 18:41:36 Step 9/23 : RUN make cmd/core-data/core-data 18:41:36 ---> Running in aa20c02914e9 18:41: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 18:42:34 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 18:42:52 Removing intermediate container ffc45a4c65e5 18:42:52 ---> 4f976ef8d95d 18:42:52 18:42:52 Step 10/24 : FROM alpine:3.12 18:42:52 ---> 9852663dfa18 18:42:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:42:52 ---> Running in f53eb88b79dc 18:42:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:53 (1/6) Installing ca-certificates (20191127-r4) 18:42:53 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:42:53 (3/6) Installing libcurl (7.76.1-r0) 18:42:53 (4/6) Installing curl (7.76.1-r0) 18:42:53 (5/6) Installing dumb-init (1.2.2-r1) 18:42:53 (6/6) Installing su-exec (0.2-r1) 18:42:53 Executing busybox-1.31.1-r20.trigger 18:42:53 Executing ca-certificates-20191127-r4.trigger 18:42:53 OK: 7 MiB in 20 packages 18:42:56 Removing intermediate container f53eb88b79dc 18:42:56 ---> 40ef1880ea51 18:42:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:42:56 ---> Running in 8cc3bde84769 18:42:57 Removing intermediate container 8cc3bde84769 18:42:57 ---> 8ea948ed5e61 18:42:57 Step 13/24 : WORKDIR / 18:42:57 ---> Running in d1788c6d9753 18:42:58 Removing intermediate container d1788c6d9753 18:42:58 ---> 1abe17cf80ab 18:42:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:42:59 ---> 802916064dcf 18:42:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:43:00 ---> 71213e408211 18:43:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:43:01 ---> 0323025d11d7 18:43:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:43:03 ---> 44763614f888 18:43:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:43:05 ---> 563b8bfd7320 18:43:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:43:07 ---> be6b67165589 18:43:07 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/ 18:43:08 ---> Running in 583739d37915 18:43:10 Removing intermediate container 8c5c54c4b5db 18:43:10 ---> a39764ef8a08 18:43:10 18:43:10 Step 10/22 : FROM alpine:3.12 18:43:10 ---> 9852663dfa18 18:43:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:43:10 ---> Using cache 18:43:10 ---> ac404419c87b 18:43:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:43:10 ---> Using cache 18:43:10 ---> 0c17a5bbcad2 18:43:10 Step 13/22 : ENV APP_PORT=48085 18:43:10 ---> Running in 6553b2505c1f 18:43:11 Removing intermediate container 6553b2505c1f 18:43:11 ---> 51a707027426 18:43:11 Step 14/22 : EXPOSE $APP_PORT 18:43:11 ---> Running in 09f4c3f0d45f 18:43:12 Removing intermediate container 583739d37915 18:43:12 ---> b037ddda868a 18:43:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:43:12 Removing intermediate container 09f4c3f0d45f 18:43:12 ---> 5bf72561ff52 18:43:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:12 ---> Running in d4d78ddbfdeb 18:43:13 Removing intermediate container d4d78ddbfdeb 18:43:13 ---> 54b0081fccf9 18:43:13 Step 22/24 : LABEL arch=arm64 18:43:13 ---> Running in 76b5ab3e4a17 18:43:13 ---> 78f35d680d6b 18:43:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:43:14 Removing intermediate container 76b5ab3e4a17 18:43:14 ---> 39f77fc59598 18:43:14 Step 23/24 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:43:14 ---> Running in 077c2fdf8397 18:43:15 Removing intermediate container 077c2fdf8397 18:43:15 ---> 54864b98c4d8 18:43:15 Step 24/24 : LABEL version=0.0.0 18:43:15 ---> 04f0f86fe0ee 18:43:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:43:16 ---> Running in 2f8d91594da1 18:43:16 Removing intermediate container 2f8d91594da1 18:43:16 ---> f5e28e52205a 18:43:16 18:43:17 ---> 15c26b73772a 18:43:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:43:17 Successfully built f5e28e52205a 18:43:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:43:17  Building docker-security-secretstore-setup-go ... done  ---> Running in 39c291021340 18:43:17 Removing intermediate container 6f30e1597a05 18:43:17 ---> f3e299061cf9 18:43:17 18:43:17 Step 10/23 : FROM alpine:3.12 18:43:17 ---> 9852663dfa18 18:43:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:43:17 ---> Using cache 18:43:17 ---> ac404419c87b 18:43:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:43:17 ---> Using cache 18:43:17 ---> 0c17a5bbcad2 18:43:17 Step 13/23 : ENV APP_PORT=48081 18:43:17 ---> Running in 14a3423fdd01 18:43:18 Removing intermediate container 39c291021340 18:43:18 ---> 4b17930c0016 18:43:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:18 Removing intermediate container 14a3423fdd01 18:43:18 ---> 45fcef72d491 18:43:18 Step 14/23 : EXPOSE $APP_PORT 18:43:18 ---> Running in fd586783f69e 18:43:18 ---> Running in de6ea7ab6d6e 18:43:19 Removing intermediate container fd586783f69e 18:43:19 ---> 4bb0449b5922 18:43:19 Step 20/22 : LABEL arch=arm64 18:43:19 Removing intermediate container de6ea7ab6d6e 18:43:19 ---> 03a5be2395aa 18:43:19 Step 15/23 : WORKDIR / 18:43:19 ---> Running in 665f6c30ea91 18:43:19 ---> Running in f526a53558b9 18:43:19 Removing intermediate container 665f6c30ea91 18:43:19 ---> 660195906145 18:43:19 Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:43:20 ---> Running in 88127f80a84f 18:43:20 Removing intermediate container f526a53558b9 18:43:20 ---> 0eb811c2ef1b 18:43:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:20 Removing intermediate container 88127f80a84f 18:43:20 ---> 5dacb317832c 18:43:20 Step 22/22 : LABEL version=0.0.0 18:43:20 ---> Running in 9cae7c64dde6 18:43:21 ---> 7a3b2abe630a 18:43:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:43:21 Removing intermediate container 9cae7c64dde6 18:43:21 ---> bb7922743429 18:43:21 18:43:22 Successfully built bb7922743429 18:43:22 Successfully tagged docker-support-scheduler-go-arm64:latest 18:43:22  Building docker-support-scheduler-go ... done  ---> 92573cbcfa1a 18:43:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:43:23 ---> 4cf19472c778 18:43:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:43:23 ---> Running in 17a77a710aed 18:43:24 Removing intermediate container 17a77a710aed 18:43:24 ---> bbc6ea1e929c 18:43:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:24 ---> Running in d6574dba8044 18:43:25 Removing intermediate container d6574dba8044 18:43:25 ---> e139b72f8372 18:43:25 Step 21/23 : LABEL arch=arm64 18:43:26 ---> Running in d19db4a46553 18:43:27 Removing intermediate container d19db4a46553 18:43:27 ---> 8b1d7ea4bf96 18:43:27 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:43:27 ---> Running in 6ad7a9806282 18:43:27 Removing intermediate container aa20c02914e9 18:43:27 ---> edfc63643310 18:43:27 18:43:27 Step 10/23 : FROM alpine:3.12 18:43:27 ---> 9852663dfa18 18:43:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:43:27 ---> Running in 4f2b951d1e15 18:43:27 Removing intermediate container 6ad7a9806282 18:43:27 ---> 2e2e5487220d 18:43:27 Step 23/23 : LABEL version=0.0.0 18:43:27 ---> Running in 55413e4b4e01 18:43:28 Removing intermediate container 4f2b951d1e15 18:43:28 ---> 1971fc535748 18:43:28 Step 12/23 : ENV APP_PORT=48080 18:43:28 ---> Running in 32bcbdf085de 18:43:28 Removing intermediate container 55413e4b4e01 18:43:28 ---> 05cfa4d67483 18:43:28 18:43:28 Successfully built 05cfa4d67483 18:43:28 Successfully tagged docker-core-metadata-go-arm64:latest 18:43:28  Building docker-core-metadata-go ... done Removing intermediate container 32bcbdf085de 18:43:28 ---> 8112ee4d6432 18:43:28 Step 13/23 : EXPOSE $APP_PORT 18:43:28 ---> Running in 031e7fc722ff 18:43:29 Removing intermediate container 031e7fc722ff 18:43:29 ---> 6f22f176a93e 18:43:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:29 ---> Running in 19468c7846d4 18:43:31 Removing intermediate container 19468c7846d4 18:43:31 ---> 4df2985a9353 18:43:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:43:31 ---> Running in f82f31b08af5 18:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:34 (1/6) Installing dumb-init (1.2.2-r1) 18:43:34 (2/6) Installing libgcc (9.3.0-r2) 18:43:34 (3/6) Installing libsodium (1.0.18-r0) 18:43:34 (4/6) Installing libstdc++ (9.3.0-r2) 18:43:34 (5/6) Installing libzmq (4.3.3-r0) 18:43:34 (6/6) Installing zeromq (4.3.3-r0) 18:43:34 Executing busybox-1.31.1-r20.trigger 18:43:34 OK: 8 MiB in 20 packages 18:43:36 Removing intermediate container f82f31b08af5 18:43:36 ---> 8699518dbdb0 18:43:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:37 ---> b3e01c2c6510 18:43:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:43:38 ---> 6438187fd03e 18:43:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:43:39 ---> 2255b18092c2 18:43:39 Step 19/23 : ENTRYPOINT ["/core-data"] 18:43:39 ---> Running in baa5abab1fed 18:43:39 Removing intermediate container baa5abab1fed 18:43:39 ---> 356d66640f86 18:43:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:39 ---> Running in f8d6ca896199 18:43:40 Removing intermediate container f8d6ca896199 18:43:40 ---> ad03259a835a 18:43:40 Step 21/23 : LABEL arch=arm64 18:43:40 ---> Running in d1136e145eb3 18:43:41 Removing intermediate container d1136e145eb3 18:43:41 ---> c3c9a9cb0f43 18:43:41 Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 18:43:41 ---> Running in 9867ae198fa3 18:43:41 Removing intermediate container 9867ae198fa3 18:43:41 ---> 9fd8edb257cc 18:43:41 Step 23/23 : LABEL version=0.0.0 18:43:41 ---> Running in 3343b4d9f39d 18:43:42 Removing intermediate container 3343b4d9f39d 18:43:42 ---> 6950abd29de1 18:43:42 18:43:42 Successfully built 6950abd29de1 18:43:42 Successfully tagged docker-core-data-go-arm64:latest 18:43:43  Building docker-core-data-go ... done  [Pipeline] } 18:43:43 $ docker stop --time=1 268c72a5b6dc659d252c59e25ced631acd5da3bfb1bec4149f73bc52297c8605 18:43:45 $ docker rm -f 268c72a5b6dc659d252c59e25ced631acd5da3bfb1bec4149f73bc52297c8605 [Pipeline] // withDockerContainer [Pipeline] sh 18:43:45 + + grep docker 18:43:45 docker images 18:43:45 docker-core-data-go-arm64 latest 6950abd29de1 4 seconds ago 21.6MB 18:43:45 docker-core-metadata-go-arm64 latest 05cfa4d67483 17 seconds ago 18.1MB 18:43:45 docker-support-scheduler-go-arm64 latest bb7922743429 24 seconds ago 16.6MB 18:43:45 docker-security-secretstore-setup-go-arm64 latest f5e28e52205a 29 seconds ago 24.9MB 18:43:45 docker-sys-mgmt-agent-go-arm64 latest 4f73125ec314 2 minutes ago 299MB 18:43:45 docker-security-bootstrapper-go-arm64 latest 44547371f5c9 3 minutes ago 18.1MB 18:43:45 docker-core-command-go-arm64 latest c523964f4c5e 3 minutes ago 16.5MB 18:43:45 docker-support-notifications-go-arm64 latest 03f16be64a5a 3 minutes ago 17.2MB 18:43:45 docker-security-proxy-setup-go-arm64 latest fc165a685dca 3 minutes ago 24.6MB 18:43:45 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:43:46 ---> job-cost.sh 18:43:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-F17b 18:44:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:46:02 lf-activate-venv(): INFO: Adding /tmp/venv-F17b/bin to PATH 18:46:02 INFO: No Stack... 18:46:02 INFO: Retrieving Pricing Info for: lf-standard-4 18:46:02 INFO: Archiving Costs [Pipeline] sh 18:46:02 + cut -d, -f6 18:46:02 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 18:46:02 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] 18:46:02 Resource [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] did not exist. Created. 18:46:02 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:46:03 + echo total: 0.20999999344348907 [Pipeline] stash 18:46:03 Stashed 1 file(s) [Pipeline] } 18:46:03 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:46:03 provisioning config files... 18:46:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5226574846045456586tmp [Pipeline] { [Pipeline] sh 18:46:04 + set +x 18:46:04 + curl -s https://codecov.io/bash 18:46:04 + bash -s -- 18:46:04 18:46:04 _____ _ 18:46:04 / ____| | | 18:46:04 | | ___ __| | ___ ___ _____ __ 18:46:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:46:04 | |___| (_) | (_| | __/ (_| (_) \ V / 18:46:04 \_____\___/ \__,_|\___|\___\___/ \_/ 18:46:04 Bash-1.0.2 18:46:04 18:46:04 18:46:04 ==> git version 2.24.3 found 18:46:04 ==> 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 18:46:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:46:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:46:04 ==> Jenkins CI detected. 18:46:04 project root: . 18:46:04 --> token set from env 18:46:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:46:04 ==> Running gcov in . (disable via -X gcov) 18:46:04 ==> Python coveragepy not found 18:46:04 ==> Searching for coverage reports in: 18:46:04 + . 18:46:04 -> Found 1 reports 18:46:04 ==> Detecting git/mercurial file structure 18:46:04 ==> Reading reports 18:46:04 + ./coverage.out bytes=703598 18:46:04 ==> Appending adjustments 18:46:04 https://docs.codecov.io/docs/fixing-reports 18:46:08 + Found adjustments 18:46:08 ==> Gzipping contents 18:46:08 100K /tmp/codecov.aqLj0w.gz 18:46:08 ==> Uploading reports 18:46:08 url: https://codecov.io 18:46:08 query: branch=PR-3396&commit=e43bf7cada016736cb12b4b6d36e41ebdfc98de9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3396%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3396&job=&cmd_args= 18:46:08 -> Pinging Codecov 18:46:08 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3396&commit=e43bf7cada016736cb12b4b6d36e41ebdfc98de9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3396%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3396&job=&cmd_args= 18:46:08 -> Uploading to 18:46:08 https://storage.googleapis.com/codecov/v4/raw/2021-04-23/00271124DB129430A58F1EEE437C3FCB/e43bf7cada016736cb12b4b6d36e41ebdfc98de9/29621adb-76b5-4fed-9eef-73029ec4bab4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210423%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210423T184608Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db354f8801c8c53778002abe1fd4b4905926f74b5d107ae9f3854ebb1eb04050 18:46:08 % Total % Received % Xferd Average Speed Time Time Time Current 18:46:08 Dload Upload Total Spent Left Speed 18:46:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 204k --:--:-- --:--:-- --:--:-- 205k 18:46:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [Pipeline] } 18:46:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:46:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:46:11 ---> package-listing.sh 18:46:11 ++ facter osfamily 18:46:11 ++ tr '[:upper:]' '[:lower:]' 18:46:11 + OS_FAMILY=redhat 18:46:11 + workspace=/w/workspace/edgex-go/3 18:46:11 + START_PACKAGES=/tmp/packages_start.txt 18:46:11 + END_PACKAGES=/tmp/packages_end.txt 18:46:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:46:11 + PACKAGES=/tmp/packages_start.txt 18:46:11 + '[' /w/workspace/edgex-go/3 ']' 18:46:11 + PACKAGES=/tmp/packages_end.txt 18:46:11 + case "${OS_FAMILY}" in 18:46:11 + rpm -qa 18:46:11 + sort 18:46:15 + '[' -f /tmp/packages_start.txt ']' 18:46:15 + '[' -f /tmp/packages_end.txt ']' 18:46:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:46:15 + '[' /w/workspace/edgex-go/3 ']' 18:46:15 + mkdir -p /w/workspace/edgex-go/3/archives/ 18:46:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 18:46:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:46:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:46:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:15 18:46:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:46:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:16 alpine: Pulling from edgex-lftools-log-publisher 18:46:16 df20fa9351a1: Pulling fs layer 18:46:16 36b3adc4ff6f: Pulling fs layer 18:46:16 8ad3a11d3b57: Pulling fs layer 18:46:16 46f8f816bc3b: Pulling fs layer 18:46:16 93b61091891f: Pulling fs layer 18:46:16 93b9cdb0e59b: Pulling fs layer 18:46:16 5e14af77c1be: Pulling fs layer 18:46:16 01666e4c0597: Pulling fs layer 18:46:16 aa168da1d23b: Pulling fs layer 18:46:16 46f8f816bc3b: Waiting 18:46:16 93b61091891f: Waiting 18:46:16 93b9cdb0e59b: Waiting 18:46:16 5e14af77c1be: Waiting 18:46:16 01666e4c0597: Waiting 18:46:16 aa168da1d23b: Waiting 18:46:16 36b3adc4ff6f: Verifying Checksum 18:46:16 36b3adc4ff6f: Download complete 18:46:16 46f8f816bc3b: Verifying Checksum 18:46:16 46f8f816bc3b: Download complete 18:46:16 df20fa9351a1: Download complete 18:46:16 93b9cdb0e59b: Verifying Checksum 18:46:16 93b9cdb0e59b: Download complete 18:46:16 5e14af77c1be: Verifying Checksum 18:46:16 5e14af77c1be: Download complete 18:46:16 93b61091891f: Verifying Checksum 18:46:16 93b61091891f: Download complete 18:46:16 01666e4c0597: Verifying Checksum 18:46:16 01666e4c0597: Download complete 18:46:16 8ad3a11d3b57: Verifying Checksum 18:46:16 8ad3a11d3b57: Download complete 18:46:16 df20fa9351a1: Pull complete 18:46:16 36b3adc4ff6f: Pull complete 18:46:17 8ad3a11d3b57: Pull complete 18:46:17 46f8f816bc3b: Pull complete 18:46:18 aa168da1d23b: Verifying Checksum 18:46:18 aa168da1d23b: Download complete 18:46:19 93b61091891f: Pull complete 18:46:20 93b9cdb0e59b: Pull complete 18:46:20 5e14af77c1be: Pull complete 18:46:20 01666e4c0597: Pull complete 18:46:28 aa168da1d23b: Pull complete 18:46:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:46:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:46:28 prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container 18:46:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:46:37 $ docker top bd1d81932725e32c1636a4e107f0fc2ab5198f66a8d14f0b92d158ce09c2184f -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:37 + touch /tmp/pre-build-complete [Pipeline] sh 18:46:37 + mkdir -p /var/log/sa [Pipeline] sh 18:46:38 + ls /var/log/sa-host 18:46:38 + sadf -c /var/log/sa-host/sa23 18:46:38 file_magic: OK 18:46:38 HZ: Using current value: 100 18:46:38 file_header: OK 18:46:38 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 18:46:38 Statistics: 18:46:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:46:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:46:38 provisioning config files... 18:46:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4170480553621865803tmp [Pipeline] { [Pipeline] echo 18:46:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:46:38 ---> create-netrc.sh [Pipeline] } 18:46:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:46:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:46:39 ---> python-tools-install.sh [Pipeline] echo 18:46:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:46:39 ---> sudo-logs.sh 18:46:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:46:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:46:39 ---> job-cost.sh 18:46:39 lf-activate-venv: SKIPPING 18:46:39 DEBUG: total: 0.20999999344348907 18:46:39 INFO: Retrieving Stack Cost... 18:46:40 INFO: Retrieving Pricing Info for: v1-standard-2 18:46:40 INFO: Archiving Costs [Pipeline] echo 18:46:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:46:41 ---> logs-deploy.sh 18:46:41 lf-activate-venv: SKIPPING 18:46:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3396/3 18:46:41 INFO: archiving workspace using pattern(s): 18:46:43 Archives upload complete. 18:46:43 INFO: archiving logs to Nexus