Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3+3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 (3ccea27eac1d1be65b959c5568732fb9e49c17ba) 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-32620 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/54 [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/54 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 Merge succeeded, producing fe48fc699d94d98d8387134007c180407b71449b Checking out Revision fe48fc699d94d98d8387134007c180407b71449b (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe48fc699d94d98d8387134007c180407b71449b # timeout=10 Commit message: "Merge commit '3d31a9377a82a7ecd7922e9b9d028e1661eb8a18' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 41c67b8272bc3ee48d18e1342303fa752a9fc871 # timeout=10 [Pipeline] echo 00:31:17 ========================================================= 00:31:17 EdgeX Global Pipelines Version Info 00:31:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:19 ------------------- 00:31:19 stable info: 00:31:19 ------------------- 00:31:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:31:19 Message: update stable to v1.0.186 00:31:20 ------------------- 00:31:20 experimental info: 00:31:20 ------------------- 00:31:20 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:20 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:31:20 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe48fc699d94d98d8387134007c180407b71449b [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe48fc6 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:23 provisioning config files... 00:31:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/54@tmp/config5878713676361232131tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:23 ---> docker-login.sh 00:31:23 nexus3.edgexfoundry.org:10001 00:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:24 Configure a credential helper to remove this warning. See 00:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:24 00:31:24 Login Succeeded 00:31:24 nexus3.edgexfoundry.org:10002 00:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:24 Configure a credential helper to remove this warning. See 00:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:24 00:31:24 Login Succeeded 00:31:24 nexus3.edgexfoundry.org:10003 00:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:24 Configure a credential helper to remove this warning. See 00:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:24 00:31:24 Login Succeeded 00:31:24 nexus3.edgexfoundry.org:10004 00:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:25 Configure a credential helper to remove this warning. See 00:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:25 00:31:25 Login Succeeded 00:31:25 docker.io 00:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:25 Configure a credential helper to remove this warning. See 00:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:25 00:31:25 Login Succeeded 00:31:25 ---> docker-login.sh ends [Pipeline] } 00:31:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:26 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-command/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-command,cmd/core-command/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-data/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-data,cmd/core-data/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-metadata/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/support-notifications/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/support-scheduler/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:26 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:26 00:31:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:27 latest: Pulling from edgex-devops/git-semver 00:31:27 31603596830f: Pulling fs layer 00:31:27 2a8b12db71e7: Pulling fs layer 00:31:27 6ca5941a6612: Pulling fs layer 00:31:27 ecc8261a40a4: Pulling fs layer 00:31:27 ecc8261a40a4: Waiting 00:31:27 2a8b12db71e7: Download complete 00:31:27 31603596830f: Download complete 00:31:27 ecc8261a40a4: Verifying Checksum 00:31:27 ecc8261a40a4: Download complete 00:31:27 6ca5941a6612: Verifying Checksum 00:31:27 6ca5941a6612: Download complete 00:31:27 31603596830f: Pull complete 00:31:28 2a8b12db71e7: Pull complete 00:31:29 6ca5941a6612: Pull complete 00:31:29 ecc8261a40a4: Pull complete 00:31:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:29 prd-centos7-docker-4c-2g-32620 does not seem to be running inside a container 00:31:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:32 $ docker top d06c48c6f1cc1af6ea6e40ef5d8985341a2a5cc694ab2d4d23344db48a533219 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:32 [ssh-agent] Looking for ssh-agent implementation... 00:31:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:32 $ docker exec d06c48c6f1cc1af6ea6e40ef5d8985341a2a5cc694ab2d4d23344db48a533219 ssh-agent 00:31:32 SSH_AUTH_SOCK=/tmp/ssh-cLiRUVVxj77d/agent.13 00:31:32 SSH_AGENT_PID=19 00:31:32 Running ssh-add (command line suppressed) 00:31:32 Identity added: /w/workspace/edgex-go/54@tmp/private_key_792435765410210009.key (/w/workspace/edgex-go/54@tmp/private_key_792435765410210009.key) 00:31:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:33 + git tag --points-at HEAD [Pipeline] } 00:31:33 $ docker exec --env ******** --env ******** d06c48c6f1cc1af6ea6e40ef5d8985341a2a5cc694ab2d4d23344db48a533219 ssh-agent -k 00:31:33 unset SSH_AUTH_SOCK; 00:31:33 unset SSH_AGENT_PID; 00:31:33 echo Agent pid 19 killed; 00:31:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:33 [ssh-agent] Looking for ssh-agent implementation... 00:31:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:33 $ docker exec d06c48c6f1cc1af6ea6e40ef5d8985341a2a5cc694ab2d4d23344db48a533219 ssh-agent 00:31:34 SSH_AUTH_SOCK=/tmp/ssh-4GXhOompD9v6/agent.49 00:31:34 SSH_AGENT_PID=54 00:31:34 Running ssh-add (command line suppressed) 00:31:34 Identity added: /w/workspace/edgex-go/54@tmp/private_key_9140364514681122483.key (/w/workspace/edgex-go/54@tmp/private_key_9140364514681122483.key) 00:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:34 + git semver init 00:31:34 # -> Open(): unable to determine branch for HEAD 00:31:34 # $GIT_DIR = /w/workspace/edgex-go/54/.git 00:31:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/54 00:31:34 # $SEMVER_REMOTE_NAME = origin 00:31:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:34 # $SEMVER_USER_NAME = edgex-jenkins 00:31:34 # $SEMVER_BRANCH = PR-3234 00:31:34 # $SEMVER_TEMP = /tmp/semver-573228872 00:31:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:06 # '/tmp/semver-573228872' -> '/w/workspace/edgex-go/54/.semver' 00:32:06 # -> Force: false 00:32:06 # $SEMVER_DIR = /w/workspace/edgex-go/54/.semver [Pipeline] } 00:32:06 $ docker exec --env ******** --env ******** d06c48c6f1cc1af6ea6e40ef5d8985341a2a5cc694ab2d4d23344db48a533219 ssh-agent -k 00:32:07 unset SSH_AUTH_SOCK; 00:32:07 unset SSH_AGENT_PID; 00:32:07 echo Agent pid 54 killed; 00:32:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:07 + git semver [Pipeline] } 00:32:07 $ docker stop --time=1 d06c48c6f1cc1af6ea6e40ef5d8985341a2a5cc694ab2d4d23344db48a533219 00:32:09 $ docker rm -f d06c48c6f1cc1af6ea6e40ef5d8985341a2a5cc694ab2d4d23344db48a533219 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:10 Stashed 1 file(s) [Pipeline] echo 00:32:10 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:12 + sudo service docker restart 00:32:12 + true 00:32:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:12 ========================================================= 00:32:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:13 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:16 Sending build context to Docker daemon 329.2MB 00:32:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:16 Step 2/6 : FROM ${BASE} 00:32:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:16 188c0c94c7c5: Pulling fs layer 00:32:16 0ef7d3d256c8: Pulling fs layer 00:32:16 de9db76c5a1d: Pulling fs layer 00:32:16 bca2f99d35d6: Pulling fs layer 00:32:16 93359f2a8cfa: Pulling fs layer 00:32:16 7c6f9722023f: Pulling fs layer 00:32:16 a35cf1a2eb13: Pulling fs layer 00:32:16 bca2f99d35d6: Waiting 00:32:16 93359f2a8cfa: Waiting 00:32:16 7c6f9722023f: Waiting 00:32:16 a35cf1a2eb13: Waiting 00:32:16 de9db76c5a1d: Verifying Checksum 00:32:16 de9db76c5a1d: Download complete 00:32:16 0ef7d3d256c8: Download complete 00:32:16 93359f2a8cfa: Verifying Checksum 00:32:16 93359f2a8cfa: Download complete 00:32:16 7c6f9722023f: Verifying Checksum 00:32:16 7c6f9722023f: Download complete 00:32:16 188c0c94c7c5: Verifying Checksum 00:32:16 188c0c94c7c5: Download complete 00:32:17 188c0c94c7c5: Pull complete 00:32:17 0ef7d3d256c8: Pull complete 00:32:17 de9db76c5a1d: Pull complete 00:32:18 a35cf1a2eb13: Verifying Checksum 00:32:18 a35cf1a2eb13: Download complete 00:32:19 bca2f99d35d6: Verifying Checksum 00:32:19 bca2f99d35d6: Download complete 00:32:25 bca2f99d35d6: Pull complete 00:32:25 93359f2a8cfa: Pull complete 00:32:25 7c6f9722023f: Pull complete 00:32:26 Still waiting to schedule task 00:32:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:32:30 a35cf1a2eb13: Pull complete 00:32:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:30 ---> a62c8e92a672 00:32:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:30 ---> Running in 78f1f4b43110 00:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:32 (1/12) Installing libmagic (5.38-r0) 00:32:32 (2/12) Installing file (5.38-r0) 00:32:33 (3/12) Installing libc-dev (0.7.2-r3) 00:32:33 (4/12) Installing g++ (9.3.0-r2) 00:32:45 (5/12) Installing fortify-headers (1.1-r0) 00:32:45 (6/12) Installing patch (2.7.6-r6) 00:32:45 (7/12) Installing build-base (0.5-r2) 00:32:45 (8/12) Installing libsodium (1.0.18-r0) 00:32:45 (9/12) Installing pkgconf (1.7.2-r0) 00:32:45 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:45 (11/12) Installing libzmq (4.3.3-r0) 00:32:45 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:45 Executing busybox-1.31.1-r19.trigger 00:32:45 OK: 233 MiB in 51 packages 00:32:48 Removing intermediate container 78f1f4b43110 00:32:48 ---> 9e915d5632bb 00:32:48 Step 4/6 : WORKDIR /edgex-go 00:32:48 ---> Running in 139a51ca059c 00:32:48 Removing intermediate container 139a51ca059c 00:32:48 ---> aeba94e9468d 00:32:48 Step 5/6 : COPY go.mod . 00:32:48 ---> 55ad23585067 00:32:48 Step 6/6 : RUN go mod download 00:32:48 ---> Running in 17f98b943fab 00:33:10 Removing intermediate container 17f98b943fab 00:33:10 ---> 7b9a23c042d4 00:33:10 Successfully built 7b9a23c042d4 00:33:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:11 + docker inspect -f . ci-base-image-x86_64 00:33:11 . [Pipeline] withDockerContainer 00:33:11 prd-centos7-docker-4c-2g-32620 does not seem to be running inside a container 00:33:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:12 $ docker top 1d933a825679cd07d094e48980eef797f247738ad5eeb3e9c2db86fcdb324836 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:12 + go version 00:33:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:12 $ docker stop --time=1 1d933a825679cd07d094e48980eef797f247738ad5eeb3e9c2db86fcdb324836 00:33:14 $ docker rm -f 1d933a825679cd07d094e48980eef797f247738ad5eeb3e9c2db86fcdb324836 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:14 + docker inspect -f . ci-base-image-x86_64 00:33:14 . [Pipeline] withDockerContainer 00:33:15 prd-centos7-docker-4c-2g-32620 does not seem to be running inside a container 00:33:15 $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:15 $ docker top 67099bf2c0df7cfce759c60e5e3c623024b8be04c70975667676e0153f4dcaf4 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:17 ========================================================= 00:33:17 [edgeXBuildGoParallel] Running Tests and Build... 00:33:17 ========================================================= [Pipeline] sh 00:33:17 + make test 00:33:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:27 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.476s coverage: 27.1% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.194s coverage: 82.9% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.146s coverage: 97.5% of statements 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.108s coverage: 78.3% of statements 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s coverage: 92.8% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 1.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.281s coverage: 81.5% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.044s coverage: 87.1% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.111s coverage: 92.9% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.117s coverage: 91.6% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.224s coverage: 64.4% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.383s coverage: 69.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 38.4% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.067s coverage: 11.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.810s coverage: 29.1% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.147s coverage: 95.6% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:35 GO111MODULE=on go vet ./... 00:35:02 gofmt -l . 00:35:02 [ "`gofmt -l .`" = "" ] 00:35:03 ./bin/test-go-mod-tidy.sh 00:35:04 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:05 + ls -al . 00:35:05 total 808 00:35:05 drwxrwxr-x 10 1001 1001 4096 Apr 3 00:35 . 00:35:05 drwxr-xr-x 4 root root 30 Apr 3 00:33 .. 00:35:05 -rw-rw-r-- 1 1001 1001 11 Apr 3 00:31 .dockerignore 00:35:05 drwxrwxr-x 8 1001 1001 179 Apr 3 00:31 .git 00:35:05 drwxrwxr-x 3 1001 1001 125 Apr 3 00:31 .github 00:35:05 -rw-rw-r-- 1 1001 1001 818 Apr 3 00:31 .gitignore 00:35:05 drwx------ 3 1001 1001 60 Apr 3 00:32 .semver 00:35:05 -rw-rw-r-- 1 1001 1001 166 Apr 3 00:31 .sonarcloud.properties 00:35:05 -rw-rw-r-- 1 1001 1001 8607 Apr 3 00:31 Attribution.txt 00:35:05 -rw-rw-r-- 1 1001 1001 3804 Apr 3 00:31 CONTRIBUTING.md 00:35:05 -rw-rw-r-- 1 1001 1001 931 Apr 3 00:31 Dockerfile.build 00:35:05 -rw-rw-r-- 1 1001 1001 863 Apr 3 00:31 Jenkinsfile 00:35:05 -rw-rw-r-- 1 1001 1001 10775 Apr 3 00:31 LICENSE 00:35:05 -rw-rw-r-- 1 1001 1001 5774 Apr 3 00:31 Makefile 00:35:05 -rw-rw-r-- 1 1001 1001 6548 Apr 3 00:31 README.md 00:35:05 -rw-rw-r-- 1 1001 1001 6755 Apr 3 00:31 SECURITY.md 00:35:05 -rw-rw-r-- 1 1001 1001 5 Apr 3 00:32 VERSION 00:35:05 -rw-rw-r-- 1 1001 1001 4131 Apr 3 00:31 ZMQWindows.md 00:35:05 drwxrwxr-x 2 1001 1001 117 Apr 3 00:31 bin 00:35:05 drwxrwxr-x 14 1001 1001 4096 Apr 3 00:31 cmd 00:35:05 -rw-r--r-- 1 root root 697383 Apr 3 00:34 coverage.out 00:35:05 -rw-r--r-- 1 root root 1057 Apr 3 00:35 go.mod 00:35:05 -rw-r--r-- 1 root root 22362 Apr 3 00:35 go.sum 00:35:05 drwxrwxr-x 8 1001 1001 127 Apr 3 00:31 internal 00:35:05 drwxrwxr-x 4 1001 1001 26 Apr 3 00:31 openapi 00:35:05 drwxrwxr-x 4 1001 1001 71 Apr 3 00:31 snap 00:35:05 -rw-rw-r-- 1 1001 1001 168 Apr 3 00:31 version.go [Pipeline] sh 00:35:05 + '[' -e coverage.out ] 00:35:05 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:05 Stashed 1 file(s) [Pipeline] sh 00:35:06 + make build 00:35:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32624 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:35:22 Running in /w/workspace/edgex-go/54 [Pipeline] { [Pipeline] checkout 00:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:28 using credential edgex-jenkins-ssh 00:35:28 Cloning the remote Git repository 00:35:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:29 > git init /w/workspace/edgex-go/54 # timeout=10 00:35:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:29 > git --version # timeout=10 00:35:29 > git --version # 'git version 2.17.1' 00:35:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:33 $ docker stop --time=1 67099bf2c0df7cfce759c60e5e3c623024b8be04c70975667676e0153f4dcaf4 00:35:35 $ docker rm -f 67099bf2c0df7cfce759c60e5e3c623024b8be04c70975667676e0153f4dcaf4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:37 00:35:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:37 latest: Pulling from edgex-devops/edgex-compose 00:35:37 cbdbe7a5bc2a: Pulling fs layer 00:35:37 ca9280d653b3: Pulling fs layer 00:35:37 7e9c9ca2126c: Pulling fs layer 00:35:37 cbdbe7a5bc2a: Verifying Checksum 00:35:37 cbdbe7a5bc2a: Download complete 00:35:38 cbdbe7a5bc2a: Pull complete 00:35:38 ca9280d653b3: Verifying Checksum 00:35:38 ca9280d653b3: Download complete 00:35:39 7e9c9ca2126c: Verifying Checksum 00:35:39 7e9c9ca2126c: Download complete 00:35:39 ca9280d653b3: Pull complete 00:35:47 7e9c9ca2126c: Pull complete 00:35:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:47 prd-centos7-docker-4c-2g-32620 does not seem to be running inside a container 00:35:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:50 $ docker top a9e5ccc8e99ba3c388751f572ae5faf663efbe564a68e07d4814de41f4651377 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:51 + docker-compose build --help 00:35:51 + grep parallel 00:35:52 --parallel Build images in parallel. [Pipeline] } 00:35:52 $ docker stop --time=1 a9e5ccc8e99ba3c388751f572ae5faf663efbe564a68e07d4814de41f4651377 00:35:53 $ docker rm -f a9e5ccc8e99ba3c388751f572ae5faf663efbe564a68e07d4814de41f4651377 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:54 Merging remotes/origin/master commit 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 00:35:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:54 > git config core.sparsecheckout # timeout=10 00:35:54 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 00:35:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:54 . [Pipeline] withDockerContainer 00:35:54 prd-centos7-docker-4c-2g-32620 does not seem to be running inside a container 00:35:54 $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:55 Merge succeeded, producing 67e2c91eec9681b567f4e8a1d437d769a3d3d841 00:35:55 Checking out Revision 67e2c91eec9681b567f4e8a1d437d769a3d3d841 (PR-3234) 00:35:55 $ docker top 7ac9cc8aba0b24da719415657f741bd864e23133a3f3494d594085eb2e8439e0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:55 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:56 Building docker-core-command-go ... 00:35:56 Building docker-core-data-go ... 00:35:56 Building docker-core-metadata-go ... 00:35:56 Building docker-security-bootstrapper-go ... 00:35:56 Building docker-security-proxy-setup-go ... 00:35:56 Building docker-security-secretstore-setup-go ... 00:35:56 Building docker-support-notifications-go ... 00:35:56 Building docker-support-scheduler-go ... 00:35:56 Building docker-sys-mgmt-agent-go ... 00:35:56 Building docker-sys-mgmt-agent-go 00:35:56 Building docker-core-data-go 00:35:56 Building docker-support-scheduler-go 00:35:56 Building docker-security-bootstrapper-go 00:35:56 Building docker-support-notifications-go 00:35:54 > git remote # timeout=10 00:35:54 > git config --get remote.origin.url # timeout=10 00:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:54 > git merge 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 # timeout=10 00:35:55 > git rev-parse HEAD^{commit} # timeout=10 00:35:55 > git config core.sparsecheckout # timeout=10 00:35:55 > git checkout -f 67e2c91eec9681b567f4e8a1d437d769a3d3d841 # timeout=10 00:35:59 Commit message: "Merge commit '3d31a9377a82a7ecd7922e9b9d028e1661eb8a18' into HEAD" 00:35:59 First time build. Skipping changelog. 00:35:59 > git rev-list --no-walk 41c67b8272bc3ee48d18e1342303fa752a9fc871 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:01 + sudo service docker restart 00:36:01 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:04 provisioning config files... 00:36:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/54@tmp/config9167437456490641373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:04 ---> docker-login.sh 00:36:04 nexus3.edgexfoundry.org:10001 00:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:06 Configure a credential helper to remove this warning. See 00:36:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:06 00:36:06 Login Succeeded 00:36:06 nexus3.edgexfoundry.org:10002 00:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:06 Configure a credential helper to remove this warning. See 00:36:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:06 00:36:06 Login Succeeded 00:36:06 nexus3.edgexfoundry.org:10003 00:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:07 Configure a credential helper to remove this warning. See 00:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:07 00:36:07 Login Succeeded 00:36:07 nexus3.edgexfoundry.org:10004 00:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:07 Configure a credential helper to remove this warning. See 00:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:07 00:36:07 Login Succeeded 00:36:07 docker.io 00:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:08 Configure a credential helper to remove this warning. See 00:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:08 00:36:08 Login Succeeded 00:36:08 ---> docker-login.sh ends [Pipeline] } 00:36:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:09 ========================================================= 00:36:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:12 Sending build context to Docker daemon 167.1MB 00:36:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:12 Step 2/6 : FROM ${BASE} 00:36:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:12 5f621e34cdf4: Pulling fs layer 00:36:12 a4357932f1b6: Pulling fs layer 00:36:12 18c013af1878: Pulling fs layer 00:36:12 00ac8860ef70: Pulling fs layer 00:36:12 63d7cb157983: Pulling fs layer 00:36:12 b116817d02f9: Pulling fs layer 00:36:12 745a02a5169b: Pulling fs layer 00:36:12 00ac8860ef70: Waiting 00:36:12 63d7cb157983: Waiting 00:36:12 b116817d02f9: Waiting 00:36:12 745a02a5169b: Waiting 00:36:12 18c013af1878: Verifying Checksum 00:36:12 18c013af1878: Download complete 00:36:12 a4357932f1b6: Verifying Checksum 00:36:12 a4357932f1b6: Download complete 00:36:12 63d7cb157983: Download complete 00:36:12 b116817d02f9: Verifying Checksum 00:36:12 b116817d02f9: Download complete 00:36:12 5f621e34cdf4: Verifying Checksum 00:36:12 5f621e34cdf4: Download complete 00:36:13 5f621e34cdf4: Pull complete 00:36:13 a4357932f1b6: Pull complete 00:36:14 18c013af1878: Pull complete 00:36:14 745a02a5169b: Verifying Checksum 00:36:14 745a02a5169b: Download complete 00:36:17 00ac8860ef70: Verifying Checksum 00:36:17 00ac8860ef70: Download complete 00:36:25 00ac8860ef70: Pull complete 00:36:25 63d7cb157983: Pull complete 00:36:26 b116817d02f9: Pull complete 00:36:29 745a02a5169b: Pull complete 00:36:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:29 ---> b7e6874047d6 00:36:29 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:33 ---> Running in 23c53ffadba8 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:36:35 ---> 7b9a23c042d4 00:36:35 Step 3/31 : WORKDIR /edgex-go 00:36:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:35 ---> 7b9a23c042d4 00:36:35 Step 3/23 : WORKDIR /edgex-go 00:36:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:35 ---> 7b9a23c042d4 00:36:35 Step 3/26 : WORKDIR /edgex-go 00:36:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:35 ---> 7b9a23c042d4 00:36:35 Step 3/22 : WORKDIR /edgex-go 00:36:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:35 ---> 7b9a23c042d4 00:36:35 Step 3/22 : WORKDIR /edgex-go 00:36:35 ---> Running in 751778d84dc7 00:36:35 ---> Running in 60da1746d8ad 00:36:35 ---> Running in 4e3b75f9817a 00:36:35 ---> Running in 61ec2c69f3f3 00:36:35 ---> Running in 50e6cd7e6204 00:36:35 Removing intermediate container 751778d84dc7 00:36:35 ---> 0935f4f3479b 00:36:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:35 Removing intermediate container 60da1746d8ad 00:36:35 ---> 43ad39057338 00:36:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:35 Removing intermediate container 50e6cd7e6204 00:36:35 ---> cc2ec7f950eb 00:36:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:35 Removing intermediate container 4e3b75f9817a 00:36:35 ---> f0635d63aa08 00:36:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:35 Removing intermediate container 61ec2c69f3f3 00:36:35 ---> b8395538f852 00:36:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:35 ---> Running in b31c29f49960 00:36:35 ---> Running in 10e252092ccc 00:36:35 ---> Running in cc3afb105832 00:36:35 ---> Running in 75ac16b9a0b6 00:36:35 ---> Running in 1d6c15ec0e2d 00:36:35 Removing intermediate container b31c29f49960 00:36:35 ---> cab23d9bacf6 00:36:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:35 Removing intermediate container 10e252092ccc 00:36:35 ---> 4da46b2b97cd 00:36:35 Step 5/31 : RUN apk add --update --no-cache make git 00:36:35 ---> Running in e2db2ced2878 00:36:35 ---> Running in 5654f412800c 00:36:35 Removing intermediate container cc3afb105832 00:36:35 ---> 27c16508d0e7 00:36:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:36:35 Removing intermediate container 75ac16b9a0b6 00:36:35 ---> 3ea9c5e9bc83 00:36:35 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:35 Removing intermediate container 1d6c15ec0e2d 00:36:35 ---> 804e79cc4b26 00:36:35 Step 5/22 : RUN apk add --update --no-cache make git 00:36:35 ---> Running in ee98565ec614 00:36:35 ---> Running in c9d8d793d5fa 00:36:35 ---> Running in 223bd8fa069f 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:37 (1/12) Installing libmagic (5.38-r0) 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:37 (2/12) Installing file (5.38-r0) 00:36:37 (3/12) Installing libc-dev (0.7.2-r3) 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:37 (4/12) Installing g++ (9.3.0-r2) 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 OK: 233 MiB in 51 packages 00:36:40 OK: 233 MiB in 51 packages 00:36:40 OK: 233 MiB in 51 packages 00:36:40 Removing intermediate container 5654f412800c 00:36:40 ---> aee7851bdff2 00:36:40 Step 6/31 : COPY go.mod . 00:36:40 OK: 233 MiB in 51 packages 00:36:41 OK: 233 MiB in 51 packages 00:36:41 Removing intermediate container ee98565ec614 00:36:41 ---> ce3006f46ed9 00:36:41 Step 6/23 : COPY go.mod . 00:36:41 ---> e4c60dfc72df 00:36:41 Step 7/31 : RUN go mod download 00:36:41 Removing intermediate container 223bd8fa069f 00:36:41 ---> 36eed16e7cb6 00:36:41 Step 6/26 : COPY go.mod . 00:36:41 ---> Running in 6e9b3cb05a42 00:36:42 ---> 858f0e954fba 00:36:42 Step 7/23 : RUN go mod download 00:36:42 ---> 798eeee3dd42 00:36:42 Step 7/26 : RUN go mod download 00:36:42 ---> Running in a2bfc21c0ec8 00:36:42 ---> Running in f8f57dba6527 00:36:42 Removing intermediate container c9d8d793d5fa 00:36:42 ---> df22f4c5d7bb 00:36:42 Step 6/22 : COPY go.mod . 00:36:42 Removing intermediate container e2db2ced2878 00:36:42 ---> 826a521a8b1d 00:36:42 Step 6/22 : COPY go.mod . 00:36:43 ---> 9f3b1243f473 00:36:43 Step 7/22 : RUN go mod download 00:36:43 ---> 5f35e21724b2 00:36:43 Step 7/22 : RUN go mod download 00:36:43 ---> Running in 3e983d81c581 00:36:43 ---> Running in 73360997127a 00:36:44 Removing intermediate container a2bfc21c0ec8 00:36:44 ---> ab144c750c8f 00:36:44 Step 8/23 : COPY . . 00:36:44 Removing intermediate container 6e9b3cb05a42 00:36:44 ---> d6d1d9ef0a51 00:36:44 Step 8/31 : COPY . . 00:36:44 Removing intermediate container f8f57dba6527 00:36:44 ---> bf4068b1ac20 00:36:44 Step 8/26 : COPY . . 00:36:50 (5/12) Installing fortify-headers (1.1-r0) 00:36:50 (6/12) Installing patch (2.7.6-r6) 00:36:50 (7/12) Installing build-base (0.5-r2) 00:36:50 (8/12) Installing libsodium (1.0.18-r0) 00:36:50 (9/12) Installing pkgconf (1.7.2-r0) 00:36:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:50 (11/12) Installing libzmq (4.3.3-r0) 00:36:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:50 Executing busybox-1.31.1-r19.trigger 00:36:50 OK: 217 MiB in 51 packages 00:36:51 Removing intermediate container 3e983d81c581 00:36:51 ---> 15c776c28736 00:36:51 Step 8/22 : COPY . . 00:36:51 Removing intermediate container 73360997127a 00:36:51 ---> a62006d28668 00:36:51 Step 8/22 : COPY . . 00:36:53 Removing intermediate container 23c53ffadba8 00:36:53 ---> 4e1d00478a66 00:36:53 Step 4/6 : WORKDIR /edgex-go 00:36:54 ---> Running in 8be4033255d3 00:36:54 Removing intermediate container 8be4033255d3 00:36:54 ---> f58e3f17d2e4 00:36:54 Step 5/6 : COPY go.mod . 00:36:55 ---> 9a60d688b653 00:36:55 Step 6/6 : RUN go mod download 00:36:55 ---> Running in 6022f0d3ef04 00:37:27 Removing intermediate container 6022f0d3ef04 00:37:27 ---> 99ff131ec438 00:37:27 Successfully built 99ff131ec438 00:37:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:27 + docker inspect -f . ci-base-image-arm64 00:37:27 . [Pipeline] withDockerContainer 00:37:28 prd-ubuntu18.04-docker-arm64-4c-16g-32624 does not seem to be running inside a container 00:37:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:30 $ docker top 1cdf19371022a95b3be9ae340eba97ec7e259f5c2d7c001c188255ecea45b523 -eo pid,comm 00:37:30 ---> fea23b77cf93 00:37:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:30 ---> 514eab4e683a 00:37:30 Step 9/23 : RUN make cmd/core-data/core-data 00:37:30 ---> b04658e3e5a5 00:37:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:30 ---> Running in c1be4eac70af 00:37:30 ---> Running in 79dd863d96ef 00:37:30 ---> Running in f3b48058a022 00:37:30 ---> f95358d92f10 00:37:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:30 ---> 07479baf6708 00:37:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:30 ---> Running in e82d8b49284e 00:37:30 ---> Running in 25da98c2f30d 00:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] { [Pipeline] sh 00:37:31 + go version 00:37:31 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:31 $ docker stop --time=1 1cdf19371022a95b3be9ae340eba97ec7e259f5c2d7c001c188255ecea45b523 00:37:33 $ docker rm -f 1cdf19371022a95b3be9ae340eba97ec7e259f5c2d7c001c188255ecea45b523 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:34 + docker inspect -f . ci-base-image-arm64 00:37:34 . [Pipeline] withDockerContainer 00:37:34 prd-ubuntu18.04-docker-arm64-4c-16g-32624 does not seem to be running inside a container 00:37:34 $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:36 $ docker top 3adb57e49f31fa4ab6ce368ee7f9220b7e13fd34445c9f1b790a48432495671f -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:36 ========================================================= 00:37:36 [edgeXBuildGoParallel] Running Tests and Build... 00:37:36 ========================================================= [Pipeline] sh 00:37:37 + make test 00:37:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:03 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:09 Removing intermediate container f3b48058a022 00:38:09 ---> c2c2d70b499f 00:38:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:09 Removing intermediate container c1be4eac70af 00:38:09 ---> 41e85b46388a 00:38:09 00:38:09 Step 10/31 : FROM alpine:3.12 00:38:09 3.12: Pulling from library/alpine 00:38:09 ---> Running in b4d78042270f 00:38:10 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:38:10 Status: Downloaded newer image for alpine:3.12 00:38:10 ---> 7230e588e954 00:38:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:14 ---> Running in 28a9886ac789 00:38:14 Removing intermediate container 25da98c2f30d 00:38:14 ---> 6826adbfc3f9 00:38:14 00:38:14 Step 10/22 : FROM alpine:3.12 00:38:14 ---> 7230e588e954 00:38:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:14 Removing intermediate container e82d8b49284e 00:38:14 ---> 9e43a2141038 00:38:14 00:38:14 Step 10/22 : FROM alpine:3.12 00:38:14 ---> 7230e588e954 00:38:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:14 ---> Running in 07d2496d9b03 00:38:14 ---> Running in ce252b5de37c 00:38:14 Removing intermediate container 28a9886ac789 00:38:14 ---> 6bc1255410c2 00:38:14 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:38:14 ---> Running in 18f5a4cb0776 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:16 (1/2) Installing ca-certificates (20191127-r4) 00:38:16 (1/1) Installing dumb-init (1.2.2-r1) 00:38:16 Executing busybox-1.31.1-r20.trigger 00:38:16 OK: 6 MiB in 15 packages 00:38:16 (2/2) Installing dumb-init (1.2.2-r1) 00:38:16 Executing busybox-1.31.1-r20.trigger 00:38:16 Executing ca-certificates-20191127-r4.trigger 00:38:16 OK: 6 MiB in 16 packages 00:38:17 Removing intermediate container 79dd863d96ef 00:38:17 ---> 5f6600d8f18f 00:38:17 00:38:17 Step 10/23 : FROM alpine:3.12 00:38:17 ---> 7230e588e954 00:38:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:18 Removing intermediate container b4d78042270f 00:38:18 ---> 6146275da666 00:38:18 00:38:18 Step 11/26 : FROM docker:20.10.0 00:38:18 20.10.0: Pulling from library/docker 00:38:18 ---> Running in 03fa3a761606 00:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:18 Removing intermediate container 03fa3a761606 00:38:18 ---> 5c819d1226c1 00:38:18 Step 12/23 : ENV APP_PORT=48080 00:38:18 (1/2) Installing dumb-init (1.2.2-r1) 00:38:18 (2/2) Installing su-exec (0.2-r1) 00:38:18 Executing busybox-1.31.1-r20.trigger 00:38:18 OK: 6 MiB in 16 packages 00:38:18 Removing intermediate container 07d2496d9b03 00:38:18 ---> 3992841e4a7e 00:38:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:19 ---> Running in a46860e004ec 00:38:20 ---> Running in 4d4b8b381876 00:38:20 Removing intermediate container ce252b5de37c 00:38:20 ---> fe99113b9174 00:38:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:20 Removing intermediate container a46860e004ec 00:38:20 ---> 95f97ad6b46f 00:38:20 Step 13/23 : EXPOSE $APP_PORT 00:38:20 ---> Running in 9544348c78df 00:38:21 ---> Running in 7ae65ccb8aca 00:38:21 Removing intermediate container 4d4b8b381876 00:38:21 ---> ade159d6cd39 00:38:21 Step 13/22 : ENV APP_PORT=48085 00:38:21 Removing intermediate container 18f5a4cb0776 00:38:21 ---> 21e0e6b0a806 00:38:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:38:21 ---> Running in 9bd85f3fb044 00:38:21 Removing intermediate container 9544348c78df 00:38:21 ---> d28cfb205e65 00:38:21 Step 13/22 : ENV APP_PORT=48060 00:38:21 ---> Running in 719cab1e5ebb 00:38:21 ---> Running in f9154e495ed2 00:38:21 Removing intermediate container 7ae65ccb8aca 00:38:21 ---> 88fc2888ddac 00:38:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:21 Removing intermediate container 9bd85f3fb044 00:38:21 ---> 1052000fd4fd 00:38:21 Step 14/22 : EXPOSE $APP_PORT 00:38:21 ---> Running in da2c584e22d3 00:38:21 Removing intermediate container 719cab1e5ebb 00:38:21 ---> ccc5ea6d89b0 00:38:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:21 Removing intermediate container f9154e495ed2 00:38:21 ---> a3e0ad9a9712 00:38:21 Step 14/22 : EXPOSE $APP_PORT 00:38:22 ---> Running in 20c8298bee92 00:38:22 ---> Running in f141a6e4e3fc 00:38:22 ---> Running in d8853de1e2d9 00:38:22 Removing intermediate container 20c8298bee92 00:38:22 ---> 438f17810c11 00:38:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:22 Removing intermediate container f141a6e4e3fc 00:38:22 ---> 217e84825952 00:38:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:22 Removing intermediate container d8853de1e2d9 00:38:22 ---> df2578864ed8 00:38:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:22 ---> Running in 5a113f42e5aa 00:38:23 ---> 1e128c9084f9 00:38:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:24 ---> b8025fc50c06 00:38:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:25 ---> 434b305a79eb 00:38:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:25 Removing intermediate container da2c584e22d3 00:38:25 ---> bfe681b9e1d8 00:38:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:38:25 ---> 73a51a2ec77c 00:38:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:25 ---> Running in fc96b0bc56a0 00:38:25 ---> 4ec62db38bed 00:38:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:26 ---> Running in a550ad3cc681 00:38:26 ---> e4d2621c842d 00:38:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:26 Status: Downloaded newer image for docker:20.10.0 00:38:26 ---> aefe523efa57 00:38:26 Step 12/26 : RUN apk add --no-cache bash 00:38:26 Removing intermediate container 5a113f42e5aa 00:38:26 ---> 472c2ca23be3 00:38:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:38:26 ---> Running in b849a6c232fa 00:38:26 ---> Running in 5546ba980e1e 00:38:26 ---> Running in 774cfd27376f 00:38:26 Removing intermediate container a550ad3cc681 00:38:26 ---> 88da7ca150cf 00:38:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 ---> Running in 98a7ed5c8b4c 00:38:27 Removing intermediate container b849a6c232fa 00:38:27 ---> 038c88186473 00:38:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:27 Removing intermediate container 774cfd27376f 00:38:27 ---> 87512edd081c 00:38:27 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:27 ---> Running in af0324a8bda1 00:38:27 Removing intermediate container 98a7ed5c8b4c 00:38:27 ---> 81cacc8b9cf4 00:38:27 Step 20/22 : LABEL arch=x86_64 00:38:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 ---> Running in 68185fb3517a 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:27 ---> f27d448fe321 00:38:27 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:27 Removing intermediate container af0324a8bda1 00:38:27 ---> 3740e1b203e5 00:38:27 Step 20/22 : LABEL arch=x86_64 00:38:27 ---> Running in e39236505f6a 00:38:27 (1/2) Installing readline (8.0.4-r0) 00:38:27 (2/2) Installing bash (5.0.17-r0) 00:38:27 ---> Running in cb5aee1ea4ca 00:38:27 Executing bash-5.0.17-r0.post-install 00:38:27 Executing busybox-1.31.1-r19.trigger 00:38:27 OK: 12 MiB in 22 packages 00:38:27 (1/6) Installing dumb-init (1.2.2-r1) 00:38:27 Removing intermediate container 68185fb3517a 00:38:27 ---> 0490975d77c0 00:38:27 Step 21/22 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:38:28 (2/6) Installing libgcc (9.3.0-r2) 00:38:28 (3/6) Installing libsodium (1.0.18-r0) 00:38:28 (4/6) Installing libstdc++ (9.3.0-r2) 00:38:28 ---> Running in 866c9c011224 00:38:28 Removing intermediate container cb5aee1ea4ca 00:38:28 ---> 4946c81b2f04 00:38:28 Step 21/22 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:38:28 (5/6) Installing libzmq (4.3.3-r0) 00:38:28 (6/6) Installing zeromq (4.3.3-r0) 00:38:28 Executing busybox-1.31.1-r20.trigger 00:38:28 OK: 8 MiB in 20 packages 00:38:28 ---> Running in b4648b8a7061 00:38:28 Removing intermediate container 866c9c011224 00:38:28 ---> 709c05474fe0 00:38:28 Step 22/22 : LABEL version=0.0.0 00:38:29 ---> Running in b37c4422b6a4 00:38:29 Removing intermediate container 5546ba980e1e 00:38:29 ---> 86c343ad3891 00:38:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:29 Removing intermediate container b4648b8a7061 00:38:29 ---> fc48091d30a4 00:38:29 Step 22/22 : LABEL version=0.0.0 00:38:29 ---> Running in 4d460dc215b3 00:38:29 Removing intermediate container b37c4422b6a4 00:38:29 ---> 4290a82de35a 00:38:29 00:38:29 ---> Running in 58508f86edc1 00:38:29 Removing intermediate container fc96b0bc56a0 00:38:29 ---> 56df318b633b 00:38:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:29 Successfully built 4290a82de35a 00:38:30 Removing intermediate container 4d460dc215b3 00:38:30 ---> f83b7e4c1339 00:38:30 Step 14/26 : ENV APP_PORT=48090 00:38:30 Successfully tagged docker-support-scheduler-go:latest 00:38:30 Building docker-security-proxy-setup-go 00:38:30  Building docker-support-scheduler-go ... done Removing intermediate container 58508f86edc1 00:38:30 ---> 9e291725fa77 00:38:30 00:38:30 Removing intermediate container e39236505f6a 00:38:30 ---> 0db931f2e94d 00:38:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:30 ---> Running in 3ec7a6c4e721 00:38:30 Successfully built 9e291725fa77 00:38:30 ---> 8c72b24c6f90 00:38:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:30 Successfully tagged docker-support-notifications-go:latest 00:38:30  Building docker-support-notifications-go ... done Building docker-core-command-go 00:38:30 Removing intermediate container 3ec7a6c4e721 00:38:30 ---> 60881cd4ec2e 00:38:30 Step 15/26 : EXPOSE $APP_PORT 00:38:30 ---> 96abdfbc94ba 00:38:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:30 ---> Running in ab317b1eb0e0 00:38:31 Removing intermediate container ab317b1eb0e0 00:38:31 ---> 8fd4ecdf514b 00:38:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:34 ---> 22b0bd6a2b71 00:38:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:37 ---> 2f21ff35c3a0 00:38:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:38 ---> c8bcb9234ee3 00:38:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:38 ---> 4310e752f486 00:38:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:38 ---> 57feed7e6d89 00:38:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:38 ---> Running in a7ab0399f83b 00:38:38 ---> b1b34bc68318 00:38:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:38 Removing intermediate container a7ab0399f83b 00:38:38 ---> 3076ea537869 00:38:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:38 ---> 6af5ab039297 00:38:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:38:38 ---> Running in c09f5b5505b4 00:38:39 ---> aa8a8dc9f6ac 00:38:39 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:41 ---> Running in 6f240abaf7c5 00:38:42 Removing intermediate container c09f5b5505b4 00:38:42 ---> ce1bd81efadf 00:38:42 Step 21/23 : LABEL arch=x86_64 00:38:43 ---> 72bb8987af7a 00:38:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:38:44 ---> Running in ba18ca34cd33 00:38:45 ---> Running in 9f1f2b843a31 00:38:45 Removing intermediate container ba18ca34cd33 00:38:45 ---> bda09553e141 00:38:45 Step 22/23 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:45 ---> Running in 6ab8a60c634e 00:38:46 (1/33) Installing libbz2 (1.0.8-r1) 00:38:46 (2/33) Installing expat (2.2.9-r1) 00:38:46 Removing intermediate container 9f1f2b843a31 00:38:46 ---> 99ebb739dd29 00:38:46 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:46 (3/33) Installing libffi (3.3-r2) 00:38:46 (4/33) Installing gdbm (1.13-r1) 00:38:46 (5/33) Installing xz-libs (5.2.5-r0) 00:38:46 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:46 (7/33) Installing python3 (3.8.8-r0) 00:38:47 Removing intermediate container 6ab8a60c634e 00:38:47 ---> a68a8bb83d30 00:38:47 Step 23/23 : LABEL version=0.0.0 00:38:51 ---> da8ffb824e67 00:38:51 Step 26/31 : RUN chmod +x /entrypoint.sh 00:38:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:51 ---> 7b9a23c042d4 00:38:51 Step 3/23 : WORKDIR /edgex-go 00:38:51 ---> Using cache 00:38:51 ---> b8395538f852 00:38:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:51 ---> Using cache 00:38:51 ---> 804e79cc4b26 00:38:51 Step 5/23 : RUN apk add --update --no-cache make git 00:38:51 ---> Using cache 00:38:51 ---> df22f4c5d7bb 00:38:51 Step 6/23 : COPY go.mod . 00:38:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:51 ---> 7b9a23c042d4 00:38:51 Step 3/21 : WORKDIR /edgex-go 00:38:51 ---> Using cache 00:38:51 ---> b8395538f852 00:38:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:51 ---> Using cache 00:38:51 ---> 804e79cc4b26 00:38:51 Step 5/21 : RUN apk add --update --no-cache make git 00:38:51 ---> Using cache 00:38:51 ---> df22f4c5d7bb 00:38:51 Step 6/21 : COPY go.mod . ---> Using cache 00:38:51 00:38:51 ---> 9f3b1243f473 00:38:51 ---> Using cache 00:38:51 Step 7/23 : RUN go mod download ---> 9f3b1243f473 00:38:51 00:38:51 Step 7/21 : RUN go mod download 00:38:52 ---> Using cache 00:38:52 ---> 15c776c28736 00:38:52 Step 8/21 : COPY . . 00:38:52 ---> Using cache 00:38:52 ---> 15c776c28736 00:38:52 Step 8/23 : COPY . . 00:38:52 ---> Using cache 00:38:52 ---> 07479baf6708 00:38:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:52 ---> Using cache 00:38:52 ---> 07479baf6708 00:38:52 Step 9/23 : RUN make cmd/core-command/core-command 00:38:53 ---> Running in b78a2ec8185c 00:38:53 ---> Running in 7ef154db8f87 00:38:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:53 ---> Running in dbf086b3bdca 00:38:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:53 (11/33) Installing py3-six (1.15.0-r0) 00:38:53 (12/33) Installing py3-packaging (20.4-r0) 00:38:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:53 ---> Running in 5029ad3a9d71 00:38:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:53 (15/33) Installing py3-idna (2.9-r0) 00:38:53 Removing intermediate container b78a2ec8185c 00:38:53 ---> 0fc639121a53 00:38:53 00:38:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:53 (18/33) Installing py3-requests (2.23.0-r0) 00:38:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:53 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:54 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:54 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:54 (24/33) Installing py3-distro (1.5.0-r1) 00:38:54 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:54 Successfully built 0fc639121a53 00:38:54 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:54 Successfully tagged docker-core-data-go:latest 00:38:54 Building docker-security-secretstore-setup-go 00:38:54  Building docker-core-data-go ... done (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:54 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:54 (29/33) Installing py3-progress (1.5-r0) 00:38:54 (30/33) Installing py3-toml (0.10.1-r0) 00:38:54 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:54 (33/33) Installing py3-pip (20.1.1-r0) 00:38:54 Executing busybox-1.31.1-r19.trigger 00:38:54 OK: 71 MiB in 55 packages 00:38:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:03 Removing intermediate container 5029ad3a9d71 00:39:03 ---> 56ac9e19333c 00:39:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:03 ---> Running in f27d5e784802 00:39:06 Removing intermediate container f27d5e784802 00:39:06 ---> d5b496365e89 00:39:06 Step 28/31 : CMD ["gate"] 00:39:08 ---> Running in 6a0a0c7780ea 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:10 Removing intermediate container 6a0a0c7780ea 00:39:10 ---> 779ab3139695 00:39:10 Step 29/31 : LABEL arch=x86_64 00:39:12 ---> Running in 44b0f6a603d2 00:39:14 Removing intermediate container 44b0f6a603d2 00:39:14 ---> 43e2332fc27f 00:39:14 Step 30/31 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:39:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:15 ---> 7b9a23c042d4 00:39:15 Step 3/24 : WORKDIR /edgex-go 00:39:15 ---> Using cache 00:39:15 ---> b8395538f852 00:39:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:15 ---> Using cache 00:39:15 ---> 804e79cc4b26 00:39:15 Step 5/24 : RUN apk add --update --no-cache make git 00:39:15 ---> Using cache 00:39:15 ---> df22f4c5d7bb 00:39:15 Step 6/24 : COPY go.mod . 00:39:15 ---> Using cache 00:39:15 ---> 9f3b1243f473 00:39:15 Step 7/24 : RUN go mod download 00:39:15 ---> Using cache 00:39:15 ---> 15c776c28736 00:39:15 Step 8/24 : COPY . . 00:39:15 ---> Using cache 00:39:15 ---> 07479baf6708 00:39:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:16 ---> Running in d78150ad4e98 00:39:16 ---> Running in 829fb5c489a6 00:39:17 Removing intermediate container d78150ad4e98 00:39:17 ---> fd68d0f10da2 00:39:17 Step 31/31 : LABEL version=0.0.0 00:39:18 ---> Running in 6158ca8b703b 00:39:18 Removing intermediate container 6f240abaf7c5 00:39:18 ---> d0241c197b82 00:39:18 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:19 Removing intermediate container 6158ca8b703b 00:39:19 ---> be2d4efa4982 00:39:19 00:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:19 ---> Running in eff9d21f0baa 00:39:19 Successfully built be2d4efa4982 00:39:19 Successfully tagged docker-security-bootstrapper-go:latest 00:39:19 Building docker-core-metadata-go 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:23  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:26 Collecting docker-compose==1.23.2 00:39:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:27 Collecting docopt<0.7,>=0.6.1 00:39:27 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:30 Collecting docker<4.0,>=3.6.0 00:39:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:30 Collecting texttable<0.10,>=0.9.0 00:39:30 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:33 Collecting cached-property<2,>=1.2.0 00:39:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:33 Collecting websocket-client<1.0,>=0.32.0 00:39:33 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:34 Collecting PyYAML<4,>=3.10 00:39:34 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:36 Collecting dockerpty<0.5,>=0.4.1 00:39:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:39 Collecting jsonschema<3,>=2.5.1 00:39:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.326s coverage: 45.9% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.131s coverage: 19.8% of statements 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.218s coverage: 100.0% of statements 00:39:40 Collecting docker-pycreds>=0.4.0 00:39:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:42 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:42 Collecting urllib3<1.25,>=1.21.1 00:39:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:42 ---> 7b9a23c042d4 00:39:42 Step 3/23 : WORKDIR /edgex-go 00:39:42 ---> Using cache 00:39:42 ---> b8395538f852 00:39:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:42 ---> Using cache 00:39:42 ---> 804e79cc4b26 00:39:42 Step 5/23 : RUN apk add --update --no-cache make git 00:39:42 ---> Using cache 00:39:42 ---> df22f4c5d7bb 00:39:42 Step 6/23 : COPY go.mod . 00:39:42 ---> Using cache 00:39:42 ---> 9f3b1243f473 00:39:42 Step 7/23 : RUN go mod download 00:39:42 ---> Using cache 00:39:42 ---> 15c776c28736 00:39:42 Step 8/23 : COPY . . 00:39:42 ---> Using cache 00:39:42 ---> 07479baf6708 00:39:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:39:43 Removing intermediate container 7ef154db8f87 00:39:43 ---> c64d9a62f89b 00:39:43 00:39:43 Step 10/23 : FROM alpine:3.12 00:39:43 ---> 7230e588e954 00:39:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:43 ---> Using cache 00:39:43 ---> 3992841e4a7e 00:39:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:43 Removing intermediate container dbf086b3bdca 00:39:43 ---> fb60046a7095 00:39:43 00:39:43 Step 10/21 : FROM alpine:3.12 00:39:43 ---> 7230e588e954 00:39:43 Step 11/21 : RUN apk add --update --no-cache curl 00:39:43 ---> Using cache 00:39:43 ---> ade159d6cd39 00:39:43 Step 13/23 : ENV APP_PORT=48082 00:39:43 Collecting idna<2.8,>=2.5 00:39:43 ---> Running in a210792c500f 00:39:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:43 ---> Running in 0d5871a8bd90 00:39:43 ---> Running in 8a8ac3a2e043 00:39:43 Installing collected packages: docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, cached-property, PyYAML, dockerpty, jsonschema, docker-compose 00:39:43 Running setup.py install for docopt: started 00:39:44 Removing intermediate container 0d5871a8bd90 00:39:44 ---> c87b487aecab 00:39:44 Step 14/23 : EXPOSE $APP_PORT 00:39:44 ---> Running in 2ee250825fe1 00:39:44 Removing intermediate container 2ee250825fe1 00:39:44 ---> ec1d920e048e 00:39:44 Step 15/23 : WORKDIR / 00:39:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:44 Running setup.py install for docopt: finished with status 'done' 00:39:44 Attempting uninstall: urllib3 00:39:44 Found existing installation: urllib3 1.25.9 00:39:44 Uninstalling urllib3-1.25.9: 00:39:44 ---> Running in 1fef0f2a31e5 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:45 Successfully uninstalled urllib3-1.25.9 00:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:45 (1/4) Installing ca-certificates (20191127-r4) 00:39:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:45 (3/4) Installing libcurl (7.69.1-r3) 00:39:45 (4/4) Installing curl (7.69.1-r3) 00:39:45 Executing busybox-1.31.1-r20.trigger 00:39:45 Executing ca-certificates-20191127-r4.trigger 00:39:45 OK: 7 MiB in 18 packages 00:39:45 Removing intermediate container 1fef0f2a31e5 00:39:45 ---> 07e49abd6055 00:39:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:45 Attempting uninstall: idna 00:39:45 Found existing installation: idna 2.9 00:39:45 Uninstalling idna-2.9: 00:39:45 Successfully uninstalled idna-2.9 00:39:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:46 Attempting uninstall: requests 00:39:46 Found existing installation: requests 2.23.0 00:39:46 Uninstalling requests-2.23.0: 00:39:46 Successfully uninstalled requests-2.23.0 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.1% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.188s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.245s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:47 ---> 1fb531cbbab6 00:39:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:48 Removing intermediate container 8a8ac3a2e043 00:39:48 ---> e315a01fc941 00:39:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:48 ---> Running in 6efb341254e3 00:39:48 ---> d48e7e2764e6 00:39:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:48 Running setup.py install for texttable: started 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 71.3% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:49 Removing intermediate container 6efb341254e3 00:39:49 ---> 47964b482282 00:39:49 Step 13/21 : WORKDIR /edgex 00:39:49 ---> Running in 91d196eabcea 00:39:49 ---> ed37a7af2f68 00:39:49 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:49 ---> Running in 7fa36b7c72aa 00:39:49 Running setup.py install for texttable: finished with status 'done' 00:39:50 Running setup.py install for PyYAML: started 00:39:50 Removing intermediate container 91d196eabcea 00:39:50 ---> 225759b0f9c3 00:39:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:50 Removing intermediate container 7fa36b7c72aa 00:39:50 ---> 9851efadf2e8 00:39:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:50 ---> Running in 7527ce46194a 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.575s coverage: 82.9% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.152s coverage: 78.9% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:51 ---> 16646d1002da 00:39:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:51 Running setup.py install for PyYAML: finished with status 'done' 00:39:51 Running setup.py install for dockerpty: started 00:39:51 Removing intermediate container 7527ce46194a 00:39:51 ---> 02d9ee9edd5f 00:39:51 Step 21/23 : LABEL arch=x86_64 00:39:51 ---> Running in 598e002ec981 00:39:51 Running setup.py install for dockerpty: finished with status 'done' 00:39:52 Removing intermediate container 598e002ec981 00:39:52 ---> 71167412a09f 00:39:52 Step 22/23 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:39:54 ---> Running in 8a084903a6de 00:39:54 ---> 5fb9bc2c258d 00:39:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:39:54 Removing intermediate container 829fb5c489a6 00:39:54 ---> f9f33d0d9c99 00:39:54 00:39:54 Step 10/24 : FROM alpine:3.12 00:39:54 ---> 7230e588e954 00:39:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:39:54 Removing intermediate container 8a084903a6de 00:39:54 ---> cba0626c7683 00:39:54 Step 23/23 : LABEL version=0.0.0 00:39:54 ---> Running in bfb45faa7087 00:39:54 ---> Running in 46b694a34bd8 00:39:55 ---> e2f916d000e8 00:39:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:55 Removing intermediate container 46b694a34bd8 00:39:55 ---> 2f04d157f6d7 00:39:55 00:39:56 ---> Running in 676d5cd44125 00:39:56 Successfully built 2f04d157f6d7 00:39:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:56 Successfully tagged docker-core-command-go:latest 00:39:56  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:56 Removing intermediate container 676d5cd44125 00:39:56 ---> 4956671acf71 00:39:56 Step 18/21 : CMD ["--init=true"] 00:39:56 ---> Running in 253bccce037c 00:39:56 (1/6) Installing ca-certificates (20191127-r4) 00:39:56 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:39:56 (3/6) Installing libcurl (7.69.1-r3) 00:39:56 (4/6) Installing curl (7.69.1-r3) 00:39:56 (5/6) Installing dumb-init (1.2.2-r1) 00:39:56 (6/6) Installing su-exec (0.2-r1) 00:39:56 Executing busybox-1.31.1-r20.trigger 00:39:56 Executing ca-certificates-20191127-r4.trigger 00:39:56 OK: 7 MiB in 20 packages 00:39:59 Removing intermediate container 253bccce037c 00:39:59 ---> b018c7cadda5 00:39:59 Step 19/21 : LABEL arch=x86_64 00:39:59 Removing intermediate container eff9d21f0baa 00:39:59 ---> bf780a33d909 00:39:59 Step 21/26 : RUN apk --no-cache add curl 00:39:59 ---> Running in 3cb7b6221205 00:39:59 ---> Running in 04d6a4210727 00:40:00 Removing intermediate container 3cb7b6221205 00:40:00 ---> a2262430d9d4 00:40:00 Step 20/21 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:40:00 ---> Running in 478f969cd49e 00:40:00 Removing intermediate container bfb45faa7087 00:40:00 ---> 9a71d5ddac74 00:40:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:00 ---> Running in 8da67dfdbdb9 00:40:00 Removing intermediate container 478f969cd49e 00:40:00 ---> 1d4c580461e5 00:40:00 Step 21/21 : LABEL version=0.0.0 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 ---> Running in 0cc6ead5d8f5 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:01 Removing intermediate container 8da67dfdbdb9 00:40:01 ---> b79e6a73d533 00:40:01 Step 13/24 : WORKDIR / 00:40:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:01 (2/3) Installing libcurl (7.69.1-r3) 00:40:01 (3/3) Installing curl (7.69.1-r3) 00:40:01 Executing busybox-1.31.1-r19.trigger 00:40:01 OK: 72 MiB in 58 packages 00:40:02 ---> Running in 43318f2e30d2 00:40:02 Removing intermediate container 0cc6ead5d8f5 00:40:02 ---> 45c6b1126e18 00:40:02 00:40:02 Removing intermediate container 43318f2e30d2 00:40:02 ---> 6016bf15d4cf 00:40:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:02 Successfully built 45c6b1126e18 00:40:02 Successfully tagged docker-security-proxy-setup-go:latest 00:40:02  Building docker-security-proxy-setup-go ... done Removing intermediate container 04d6a4210727 00:40:02 ---> 22b6ae8b6d3b 00:40:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:02 ---> 39d0c6becf04 00:40:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:40:02 ---> Running in 36e7ef292b9a 00:40:02 Removing intermediate container 36e7ef292b9a 00:40:02 ---> 5b9780133945 00:40:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:02 ---> cd8cf49121de 00:40:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:03 ---> Running in 01ead37acbea 00:40:03 Removing intermediate container 01ead37acbea 00:40:03 ---> b56dc76125b4 00:40:03 Step 24/26 : LABEL arch=x86_64 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.316s coverage: 28.6% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.237s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.152s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.420s coverage: 86.7% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.244s coverage: 78.3% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:03 ---> 7d4cdf0d6f5d 00:40:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:04 ---> Running in 76d5fc9de282 00:40:04 Removing intermediate container 76d5fc9de282 00:40:04 ---> 853ad86fc47d 00:40:04 Step 25/26 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:40:04 ---> bad46835890e 00:40:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:04 ---> Running in ac2221cb6def 00:40:04 Removing intermediate container ac2221cb6def 00:40:04 ---> d7c9171358d9 00:40:04 Step 26/26 : LABEL version=0.0.0 00:40:04 ---> Running in ea693d122747 00:40:06 ---> 4bb575d7d87d 00:40:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:07 Removing intermediate container ea693d122747 00:40:07 ---> 91ebc3f24b24 00:40:07 00:40:07 ---> 2fd0fc3585c7 00:40: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/ 00:40:07 Removing intermediate container a210792c500f 00:40:07 ---> cc328adc7fb3 00:40:07 00:40:07 Step 10/23 : FROM alpine:3.12 00:40:07 ---> 7230e588e954 00:40:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:07 ---> Using cache 00:40:07 ---> 3992841e4a7e 00:40:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:07 ---> Using cache 00:40:07 ---> ade159d6cd39 00:40:07 Step 13/23 : ENV APP_PORT=48081 00:40:07 ---> Running in edd1b0971fbb 00:40:07 Successfully built 91ebc3f24b24 00:40:07 ---> Running in 59c3b3fd671d 00:40:07 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:07  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 59c3b3fd671d 00:40:07 ---> b956ba39d29a 00:40:07 Step 14/23 : EXPOSE $APP_PORT 00:40:07 ---> Running in 7716a1cb4621 00:40:07 Removing intermediate container 7716a1cb4621 00:40:07 ---> 4c02994b5d39 00:40:07 Step 15/23 : WORKDIR / 00:40:07 ---> Running in 801ebfb253ac 00:40:08 Removing intermediate container 801ebfb253ac 00:40:08 ---> c8277adedced 00:40:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:08 Removing intermediate container edd1b0971fbb 00:40:08 ---> 0b8b5320ec6c 00:40:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:08 ---> 7eb23f42346f 00:40:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:09 ---> Running in b83f9da98317 00:40:09 ---> ee60e6b41e27 00:40:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:09 Removing intermediate container b83f9da98317 00:40:09 ---> b94e02d4f130 00:40:09 Step 22/24 : LABEL arch=x86_64 00:40:09 ---> Running in 60216a35a216 00:40:09 Removing intermediate container 60216a35a216 00:40:09 ---> d72ae31b1fc1 00:40:09 Step 23/24 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:40:09 ---> 88352043fdc1 00:40:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:09 ---> Running in 7911aef9a998 00:40:09 ---> Running in aee8c0294265 00:40:09 Removing intermediate container 7911aef9a998 00:40:09 ---> 523833361d99 00:40:09 Step 24/24 : LABEL version=0.0.0 00:40:09 Removing intermediate container aee8c0294265 00:40:09 ---> 6ab68e007757 00:40:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:09 ---> Running in 3693f257b205 00:40:09 ---> Running in bb2cadf6f4b5 00:40:10 Removing intermediate container 3693f257b205 00:40:10 ---> 97590d091a84 00:40:10 Step 21/23 : LABEL arch=x86_64 00:40:10 Removing intermediate container bb2cadf6f4b5 00:40:10 ---> 68d54e691861 00:40:10 00:40:10 ---> Running in 96ced57c589f 00:40:10 Successfully built 68d54e691861 00:40:10 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:10  Building docker-security-secretstore-setup-go ... done Removing intermediate container 96ced57c589f 00:40:10 ---> 5b285e9e6dca 00:40:10 Step 22/23 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:40:10 ---> Running in 9f673ea3fb66 00:40:10 Removing intermediate container 9f673ea3fb66 00:40:10 ---> 34ac94cc2417 00:40:10 Step 23/23 : LABEL version=0.0.0 00:40:10 ---> Running in 78f181dc158b 00:40:11 Removing intermediate container 78f181dc158b 00:40:11 ---> 753c7de4f12c 00:40:11 00:40:11 Successfully built 753c7de4f12c 00:40:11 Successfully tagged docker-core-metadata-go:latest 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.375s coverage: 92.8% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.260s coverage: 1.0% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.161s coverage: 47.1% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.195s coverage: 79.5% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.125s coverage: 94.1% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.182s coverage: 87.5% of statements 00:40:12  Building docker-core-metadata-go ... done  [Pipeline] } 00:40:12 $ docker stop --time=1 7ac9cc8aba0b24da719415657f741bd864e23133a3f3494d594085eb2e8439e0 00:40:14 $ docker rm -f 7ac9cc8aba0b24da719415657f741bd864e23133a3f3494d594085eb2e8439e0 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:15 + docker images 00:40:15 + grep docker 00:40:15 docker-core-metadata-go latest 753c7de4f12c 4 seconds ago 19MB 00:40:15 docker-security-secretstore-setup-go latest 68d54e691861 6 seconds ago 25.7MB 00:40:15 docker-sys-mgmt-agent-go latest 91ebc3f24b24 9 seconds ago 314MB 00:40:15 docker-security-proxy-setup-go latest 45c6b1126e18 14 seconds ago 25.4MB 00:40:15 docker-core-command-go latest 2f04d157f6d7 20 seconds ago 17.3MB 00:40:15 docker-security-bootstrapper-go latest be2d4efa4982 57 seconds ago 19MB 00:40:15 docker-core-data-go latest 0fc639121a53 About a minute ago 22.7MB 00:40:15 docker-support-notifications-go latest 9e291725fa77 About a minute ago 17.9MB 00:40:15 docker-support-scheduler-go latest 4290a82de35a About a minute ago 17.4MB 00:40:15 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.151s coverage: 94.4% of statements 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.163s coverage: 44.8% of statements 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.607s coverage: 81.5% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.103s coverage: 87.1% of statements 00:40:31 Still waiting to schedule task 00:40:31 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32627’ 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.210s coverage: 92.9% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.135s coverage: 100.0% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.166s coverage: 75.5% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.151s coverage: 80.8% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.194s coverage: 87.2% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.220s coverage: 84.6% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.676s coverage: 64.4% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.015s coverage: 69.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.500s coverage: 38.4% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.207s coverage: 11.0% of statements 00:40:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.442s coverage: 87.1% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.297s coverage: 29.1% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.219s coverage: 100.0% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.342s coverage: 95.6% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 32.1% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:41:09 GO111MODULE=on go vet ./... 00:42:31 gofmt -l . 00:42:32 [ "`gofmt -l .`" = "" ] 00:42:35 ./bin/test-go-mod-tidy.sh 00:42:35 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:37 Running on prd-ubuntu18.04-docker-8c-8g-32628 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:42:37 Running in /w/workspace/edgex-go/54 [Pipeline] { [Pipeline] checkout 00:42:38 + ls -al . 00:42:38 total 836 00:42:38 drwxrwxr-x 9 1001 1001 4096 Apr 3 00:42 . 00:42:38 drwxr-xr-x 4 root root 4096 Apr 3 00:37 .. 00:42:38 -rw-rw-r-- 1 1001 1001 11 Apr 3 00:35 .dockerignore 00:42:38 drwxrwxr-x 8 1001 1001 4096 Apr 3 00:35 .git 00:42:38 drwxrwxr-x 3 1001 1001 4096 Apr 3 00:35 .github 00:42:38 -rw-rw-r-- 1 1001 1001 818 Apr 3 00:35 .gitignore 00:42:38 -rw-rw-r-- 1 1001 1001 166 Apr 3 00:35 .sonarcloud.properties 00:42:38 -rw-rw-r-- 1 1001 1001 8607 Apr 3 00:35 Attribution.txt 00:42:38 -rw-rw-r-- 1 1001 1001 3804 Apr 3 00:35 CONTRIBUTING.md 00:42:38 -rw-rw-r-- 1 1001 1001 931 Apr 3 00:35 Dockerfile.build 00:42:38 -rw-rw-r-- 1 1001 1001 863 Apr 3 00:35 Jenkinsfile 00:42:38 -rw-rw-r-- 1 1001 1001 10775 Apr 3 00:35 LICENSE 00:42:38 -rw-rw-r-- 1 1001 1001 5774 Apr 3 00:35 Makefile 00:42:38 -rw-rw-r-- 1 1001 1001 6548 Apr 3 00:35 README.md 00:42:38 -rw-rw-r-- 1 1001 1001 6755 Apr 3 00:35 SECURITY.md 00:42:38 -rw-rw-r-- 1 1001 1001 5 Apr 3 00:32 VERSION 00:42:38 -rw-rw-r-- 1 1001 1001 4131 Apr 3 00:35 ZMQWindows.md 00:42:38 drwxrwxr-x 2 1001 1001 4096 Apr 3 00:35 bin 00:42:38 drwxrwxr-x 14 1001 1001 4096 Apr 3 00:35 cmd 00:42:38 -rw-r--r-- 1 root root 697383 Apr 3 00:41 coverage.out 00:42:38 -rw-r--r-- 1 root root 1057 Apr 3 00:42 go.mod 00:42:38 -rw-r--r-- 1 root root 22362 Apr 3 00:42 go.sum 00:42:38 drwxrwxr-x 8 1001 1001 4096 Apr 3 00:35 internal 00:42:38 drwxrwxr-x 4 1001 1001 4096 Apr 3 00:35 openapi 00:42:38 drwxrwxr-x 4 1001 1001 4096 Apr 3 00:35 snap 00:42:38 -rw-rw-r-- 1 1001 1001 168 Apr 3 00:35 version.go [Pipeline] sh 00:42:39 + '[' -e coverage.out ] 00:42:39 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:39 Warning: overwriting stash ‘coverage-report’ 00:42:39 using credential edgex-jenkins-ssh 00:42:39 Cloning the remote Git repository 00:42:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:40 > git init /w/workspace/edgex-go/54 # timeout=10 00:42:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:40 > git --version # timeout=10 00:42:40 > git --version # 'git version 2.17.1' 00:42:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:40 Stashed 1 file(s) [Pipeline] sh 00:42:41 + make build 00:42:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:46 Merging remotes/origin/master commit 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 00:42:46 Merge succeeded, producing 344f2cb555c6fc95fa16fa800a11d682f3b571e4 00:42:46 Checking out Revision 344f2cb555c6fc95fa16fa800a11d682f3b571e4 (PR-3234) 00:42:46 > git config core.sparsecheckout # timeout=10 00:42:46 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 00:42:46 > git remote # timeout=10 00:42:46 > git config --get remote.origin.url # timeout=10 00:42:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:46 > git merge 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 # timeout=10 00:42:46 > git rev-parse HEAD^{commit} # timeout=10 00:42:46 > git config core.sparsecheckout # timeout=10 00:42:46 > git checkout -f 344f2cb555c6fc95fa16fa800a11d682f3b571e4 # timeout=10 00:42:50 Commit message: "Merge commit '3d31a9377a82a7ecd7922e9b9d028e1661eb8a18' into HEAD" 00:42:50 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:42:50 > git rev-list --no-walk 41c67b8272bc3ee48d18e1342303fa752a9fc871 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 00:42:51 + echo snap-build.sh 00:42:51 snap-build.sh 00:42:51 + SNAP_BASE_DIR=. 00:42:51 + '[' '!' -z /w/workspace/edgex-go/54 ']' 00:42:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/54 00:42:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/54]' 00:42:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/54] 00:42:51 + cd /w/workspace/edgex-go/54 00:42:51 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:51 Reading package lists... 00:42:51 Building dependency tree... 00:42:51 Reading state information... 00:42:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:51 The following packages were automatically installed and are no longer required: 00:42:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:51 uidmap xdelta3 00:42:51 Use 'sudo apt autoremove' to remove them. 00:42:51 The following packages will be REMOVED: 00:42:51 lxd* lxd-client* 00:42:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:52 After this operation, 31.7 MB disk space will be freed. 00:42:53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:42:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:54 Removing lxd dnsmasq configuration 00:42:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:55 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:42:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:56 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:56 Processing triggers for ureadahead (0.100.0-21) ... 00:42:58 + sudo snap remove --purge lxd 00:42:58 snap "lxd" is not installed 00:42:58 + sudo groupadd --force --system lxd 00:42:58 ++ whoami 00:42:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:58 + newgrp - lxd 00:42:58 + sudo snap install lxd 00:43:08 2021-04-03T00:43:05Z INFO Waiting for automatic snapd restart... 00:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:20 lxd 4.12 from Canonical* installed 00:43:20 + sudo lxd init --auto 00:43: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 00:43:28 + sudo snap install --classic snapcraft 00:43:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:36 snapcraft 4.6 from Canonical* installed 00:43:36 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:43:36 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:43:36 % Total % Received % Xferd Average Speed Time Time Time Current 00:43:36 Dload Upload Total Spent Left Speed 00:43:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 8589 0 --:--:-- --:--:-- --:--:-- 8589 00:43:36 100 3325k 100 3325k 0 0 22.3M 0 --:--:-- --:--:-- --:--:-- 22.3M 00:43:36 ./yq_linux_amd64 00:43:36 + sudo snapcraft prime --use-lxd 00:43:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:38 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:38 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:43:38 - README.md 00:43:38 00:43:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:39 Launching a container. 00:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:51 Waiting for container to be ready 00:43:51 To start your first instance, try: lxc launch ubuntu:18.04 00:43:51 00:43:54 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:54 Waiting for network to be ready... 00:43:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:43:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:43:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:43:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:43:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:43:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:43:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:43:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:43:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:43:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:43:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:43:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:43:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:43:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:43:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:43:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:43:59 Fetched 24.2 MB in 5s (5002 kB/s) 00:44:00 Reading package lists... 00:44:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:01 Reading package lists... 00:44:01 Building dependency tree... 00:44:01 Reading state information... 00:44:01 The following additional packages will be installed: 00:44:01 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:44:01 Suggested packages: 00:44:01 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:44:01 Recommended packages: 00:44:01 gnupg libsasl2-modules 00:44:01 The following NEW packages will be installed: 00:44:01 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:44:01 The following packages will be upgraded: 00:44:01 gpg gpg-agent gpgconf libudev1 00:44:01 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:44:01 Need to get 3530 kB of archives. 00:44:01 After this operation, 13.3 MB of additional disk space will be used. 00:44:01 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:44:01 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] 00:44:01 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] 00:44:01 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:44:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:44:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:44:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:44:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:44:02 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:44:02 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:44:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:44:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:44:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:44:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:44:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:44:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:44:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:44:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:44:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:44:02 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:44:02 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:44:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:44:02 debconf: delaying package configuration, since apt-utils is not installed 00:44:02 Fetched 3530 kB in 1s (2637 kB/s) 00:44:03 (Reading database ... 12511 files and directories currently installed.) 00:44:03 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:44:03 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:03 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:44:03 Selecting previously unselected package udev. 00:44:03 (Reading database ... 12511 files and directories currently installed.) 00:44:03 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:44:03 Unpacking udev (237-3ubuntu10.45) ... 00:44:03 Selecting previously unselected package libfuse2:amd64. 00:44:03 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:44:03 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:03 Selecting previously unselected package fuse. 00:44:03 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:44:03 Unpacking fuse (2.9.7-1ubuntu1) ... 00:44:03 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:03 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:44:03 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:03 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:44:03 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:03 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:44:04 Selecting previously unselected package libksba8:amd64. 00:44:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:44:04 Unpacking libksba8:amd64 (1.3.5-2) ... 00:44:04 Selecting previously unselected package libroken18-heimdal:amd64. 00:44:04 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:44:04 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:44:04 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:44:04 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libwind0-heimdal:amd64. 00:44:04 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:44:04 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:44:04 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:44:04 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:44:04 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:04 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:05 Selecting previously unselected package libsasl2-modules-db:amd64. 00:44:05 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:05 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:05 Selecting previously unselected package libsasl2-2:amd64. 00:44:05 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:05 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:05 Selecting previously unselected package libldap-common. 00:44:05 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:44:05 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:44:05 Selecting previously unselected package libldap-2.4-2:amd64. 00:44:05 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:44:05 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:44:05 Selecting previously unselected package dirmngr. 00:44:05 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:05 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:44:05 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:44:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44:05 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:44:05 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:05 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:05 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:05 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:44:05 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:05 Setting up libksba8:amd64 (1.3.5-2) ... 00:44:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:05 Setting up udev (237-3ubuntu10.45) ... 00:44:06 invoke-rc.d: policy-rc.d denied execution of start. 00:44:06 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Processing triggers for systemd (237-3ubuntu10) ... 00:44:06 Setting up fuse (2.9.7-1ubuntu1) ... 00:44:06 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:44:06 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:06 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:44:06 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:44:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:07 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:44:07 settings in the [Install] section, and DefaultInstance for template units). 00:44:07 This means they are not meant to be enabled using systemctl. 00:44:07 Possible reasons for having this kind of units are: 00:44:07 1) A unit may be statically enabled by being symlinked from another unit's 00:44:07 .wants/ or .requires/ directory. 00:44:07 2) A unit's purpose may be to act as a helper for some other unit which has 00:44:07 a requirement dependency on it. 00:44:07 3) A unit may be started when needed via activation (socket, path, timer, 00:44:07 D-Bus, udev, scripted systemctl call, ...). 00:44:07 4) In case of template units, the unit is meant to be enabled with some 00:44:07 instance name specified. 00:44:07 Reading package lists... 00:44:07 Building dependency tree... 00:44:07 Reading state information... 00:44:07 The following additional packages will be installed: 00:44:07 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:44:07 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:44:07 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:44:07 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:44:07 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:44:07 Suggested packages: 00:44:07 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:44:07 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:44:07 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:44:07 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:44:07 systemd-container policykit-1 00:44:07 Recommended packages: 00:44:07 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:44:07 The following NEW packages will be installed: 00:44:07 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:44:07 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:44:07 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:44:07 multiarch-support openssh-client python3 python3-minimal python3.6 00:44:07 python3.6-minimal snapd squashfs-tools sudo 00:44:07 The following packages will be upgraded: 00:44:07 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:44:07 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:44:07 Need to get 35.2 MB of archives. 00:44:07 After this operation, 141 MB of additional disk space will be used. 00:44:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:44:07 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:44:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:44:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:44:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:44:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:44:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:44:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:44:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:44:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:44:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:44:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:44:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:44:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:44:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:44:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:44:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:44:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:44:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:44:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:44:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:44:09 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:44:09 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:44:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:44:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:44:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:44:09 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:44:09 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:44:09 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:44:09 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:44:09 debconf: delaying package configuration, since apt-utils is not installed 00:44:09 Fetched 35.2 MB in 1s (25.5 MB/s) 00:44:09 (Reading database ... 12757 files and directories currently installed.) 00:44:09 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:44:09 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:10 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:44:10 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:10 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:44:10 (Reading database ... 12757 files and directories currently installed.) 00:44:10 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:44:10 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:10 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:44:10 (Reading database ... 12757 files and directories currently installed.) 00:44:10 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:44:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:11 Setting up apt (1.6.12ubuntu0.2) ... 00:44:11 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:44:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:44:11 (Reading database ... 12764 files and directories currently installed.) 00:44:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:44:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:44:11 Selecting previously unselected package libpython3.6-minimal:amd64. 00:44:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:12 Selecting previously unselected package libexpat1:amd64. 00:44:12 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:44:12 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:12 Selecting previously unselected package python3.6-minimal. 00:44:12 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:13 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] } 00:44:13 $ docker stop --time=1 3adb57e49f31fa4ab6ce368ee7f9220b7e13fd34445c9f1b790a48432495671f 00:44:13 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:44:13 Checking for services that may need to be restarted...done. 00:44:13 Checking for services that may need to be restarted...done. 00:44:13 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:13 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:13 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:44:14 Selecting previously unselected package python3-minimal. 00:44:14 (Reading database ... 13012 files and directories currently installed.) 00:44:14 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:14 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:14 Selecting previously unselected package mime-support. 00:44:14 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:14 Unpacking mime-support (3.60ubuntu1) ... 00:44:14 Selecting previously unselected package libmpdec2:amd64. 00:44:14 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:14 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:14 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:14 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:14 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:15 Selecting previously unselected package python3.6. 00:44:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:44:15 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:15 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:15 Selecting previously unselected package python3. 00:44:15 (Reading database ... 13442 files and directories currently installed.) 00:44:15 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:15 Unpacking python3 (3.6.7-1~18.04) ... 00:44:15 Selecting previously unselected package multiarch-support. 00:44:15 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:44:15 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:44:15 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:44:15 Selecting previously unselected package liblzo2-2:amd64. 00:44:15 (Reading database ... 13479 files and directories currently installed.) 00:44:15 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:44:15 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:44:15 Selecting previously unselected package libbsd0:amd64. 00:44:15 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:44:15 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:15 Selecting previously unselected package sudo. 00:44:15 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:44:15 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:44:15 Selecting previously unselected package apparmor. 00:44:15 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:44:16 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:44:16 Selecting previously unselected package libedit2:amd64. 00:44:16 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:44:16 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:44:16 Selecting previously unselected package libkrb5support0:amd64. 00:44:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:44:16 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:16 $ docker rm -f 3adb57e49f31fa4ab6ce368ee7f9220b7e13fd34445c9f1b790a48432495671f 00:44:16 Selecting previously unselected package libk5crypto3:amd64. 00:44:16 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:44:16 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:16 Selecting previously unselected package libkeyutils1:amd64. 00:44:16 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:44:16 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:16 Selecting previously unselected package libkrb5-3:amd64. 00:44:16 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:44:16 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:16 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:16 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:16 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:16 Selecting previously unselected package libssl1.0.0:amd64. 00:44:16 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:44:16 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:44:16 Selecting previously unselected package openssh-client. 00:44:16 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:16 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:17 Selecting previously unselected package squashfs-tools. 00:44:17 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:17 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:17 Selecting previously unselected package snapd. 00:44:17 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:44:17 Unpacking snapd (2.48.3+18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:18 00:44:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:19 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:19 29e5d40040c1: Pulling fs layer 00:44:19 1ce36da41761: Pulling fs layer 00:44:19 25b303627fd3: Pulling fs layer 00:44:19 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:44:19 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:44:19 Setting up mime-support (3.60ubuntu1) ... 00:44:19 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:44:19 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:19 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:19 Setting up systemd (237-3ubuntu10.45) ... 00:44:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:44:19 29e5d40040c1: Verifying Checksum 00:44:19 29e5d40040c1: Download complete 00:44:20 1ce36da41761: Verifying Checksum 00:44:20 1ce36da41761: Download complete 00:44:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:20 29e5d40040c1: Pull complete 00:44:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:44:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:20 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:44:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:21 Setting up python3 (3.6.7-1~18.04) ... 00:44:21 running python rtupdate hooks for python3.6... 00:44:21 running python post-rtupdate hooks for python3.6... 00:44:21 Setting up apparmor (2.12-4ubuntu5.1) ... 00:44:21 1ce36da41761: Pull complete 00:44:21 25b303627fd3: Verifying Checksum 00:44:21 25b303627fd3: Download complete 00:44:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:44:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:23 Setting up snapd (2.48.3+18.04) ... 00:44:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:44:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:44:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:44:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:44:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:44:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:44:25 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:25 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:25 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:44:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:25 Processing triggers for systemd (237-3ubuntu10.45) ... 00:44:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:27 Reading package lists... 00:44:28 Reading package lists... 00:44:28 Building dependency tree... 00:44:28 Reading state information... 00:44:28 Calculating upgrade... 00:44:28 The following packages will be upgraded: 00:44:28 advancecomp base-files bash binutils binutils-common 00:44:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:28 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:44:28 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:44:28 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:44:28 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:44:28 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:44:28 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:44:28 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:44:28 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:44:28 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:44:28 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:44:28 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:44:28 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:28 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:28 Need to get 63.8 MB of archives. 00:44:28 After this operation, 5208 kB of additional disk space will be used. 00:44:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:44:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:44:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:28 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:28 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:28 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:28 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:28 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:28 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:44:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:28 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:44:28 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:44:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:28 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:28 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:28 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:28 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:28 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:44:28 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:44:28 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:44:28 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:44:28 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:28 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:28 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:29 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:29 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:29 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:29 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:29 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:29 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:29 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:29 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:29 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:29 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:29 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:29 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:30 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:30 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:30 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:30 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:30 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:30 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:30 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:30 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:30 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:44:30 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:30 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:44:30 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:30 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:30 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:44:30 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:30 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:30 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 00:44:30 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:30 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:30 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:44:30 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:30 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:30 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:30 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:30 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:30 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:30 debconf: delaying package configuration, since apt-utils is not installed 00:44:30 Fetched 63.8 MB in 2s (35.2 MB/s) 00:44:30 (Reading database ... 13912 files and directories currently installed.) 00:44:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:44:31 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:44:32 25b303627fd3: Pull complete 00:44:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] withDockerContainer 00:44:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-32624 does not seem to be running inside a container 00:44:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 (Reading database ... 13911 files and directories currently installed.) 00:44:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:33 (Reading database ... 13911 files and directories currently installed.) 00:44:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:33 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:33 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:33 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 (Reading database ... 13911 files and directories currently installed.) 00:44:33 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:34 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:35 (Reading database ... 13911 files and directories currently installed.) 00:44:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:35 Setting up base-files (10.1ubuntu2.10) ... 00:44:35 Installing new version of config file /etc/issue ... 00:44:35 Installing new version of config file /etc/issue.net ... 00:44:35 Installing new version of config file /etc/lsb-release ... 00:44:35 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:35 Removing obsolete conffile /etc/default/motd-news ... 00:44:35 (Reading database ... 13912 files and directories currently installed.) 00:44:35 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:35 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:35 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:36 $ docker top dfba39b07f949612305373dd72a21dfe64ec7e2f0d332f9f542c1dbc554a607a -eo pid,comm 00:44:36 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:36 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [Pipeline] { [Pipeline] sh 00:44:36 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:37 + docker-compose build --help 00:44:37 + grep parallel 00:44:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:37 (Reading database ... 13912 files and directories currently installed.) 00:44:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:37 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:37 (Reading database ... 13912 files and directories currently installed.) 00:44:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:37 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:37 Setting up grep (3.1-2build1) ... 00:44:37 (Reading database ... 13912 files and directories currently installed.) 00:44:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:37 Setting up login (1:4.5-1ubuntu2) ... 00:44:37 (Reading database ... 13912 files and directories currently installed.) 00:44:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:38 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:38 (Reading database ... 13912 files and directories currently installed.) 00:44:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:39 (Reading database ... 13912 files and directories currently installed.) 00:44:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:41 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:41 --parallel Build images in parallel. [Pipeline] } 00:44:41 $ docker stop --time=1 dfba39b07f949612305373dd72a21dfe64ec7e2f0d332f9f542c1dbc554a607a 00:44:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:42 (Reading database ... 13912 files and directories currently installed.) 00:44:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:42 (Reading database ... 13912 files and directories currently installed.) 00:44:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:42 (Reading database ... 13912 files and directories currently installed.) 00:44:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:42 (Reading database ... 13912 files and directories currently installed.) 00:44:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:42 (Reading database ... 13912 files and directories currently installed.) 00:44:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:43 $ docker rm -f dfba39b07f949612305373dd72a21dfe64ec7e2f0d332f9f542c1dbc554a607a 00:44:43 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 00:44:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:44 . [Pipeline] withDockerContainer 00:44:44 (Reading database ... 13912 files and directories currently installed.) 00:44:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:44 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:44 prd-ubuntu18.04-docker-arm64-4c-16g-32624 does not seem to be running inside a container 00:44:44 $ 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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:44 (Reading database ... 13912 files and directories currently installed.) 00:44:44 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:44 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:44 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:44 (Reading database ... 13914 files and directories currently installed.) 00:44:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:45 Setting up debconf (1.5.66ubuntu1) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:45 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:45 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:45 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:45 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:45 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:46 (Reading database ... 13914 files and directories currently installed.) 00:44:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:46 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:46 $ docker top e79e9c68f9922969727213e4addb1b7f42bc9d7430e0c1c0c0c7e05f380a1879 -eo pid,comm 00:44:46 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:46 (Reading database ... 13914 files and directories currently installed.) 00:44:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] { [Pipeline] sh 00:44:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:44:46 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:46 (Reading database ... 13914 files and directories currently installed.) 00:44:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:47 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:47 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:47 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:44:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:44:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:48 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:48 (Reading database ... 13914 files and directories currently installed.) 00:44:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:48 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:44:48 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:44:48 (Reading database ... 13914 files and directories currently installed.) 00:44:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:48 (Reading database ... 13914 files and directories currently installed.) 00:44:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:48 (Reading database ... 13914 files and directories currently installed.) 00:44:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 00:44:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 00:44:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 00:44:49 (Reading database ... 13915 files and directories currently installed.) 00:44:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:44:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:44:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:51 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:53 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:53 Building docker-core-command-go ... 00:44:53 Building docker-core-data-go ... 00:44:53 Building docker-core-metadata-go ... 00:44:53 Building docker-security-bootstrapper-go ... 00:44:53 Building docker-security-proxy-setup-go ... 00:44:53 Building docker-security-secretstore-setup-go ... 00:44:53 Building docker-support-notifications-go ... 00:44:53 Building docker-support-scheduler-go ... 00:44:53 Building docker-sys-mgmt-agent-go ... 00:44:53 Building docker-security-secretstore-setup-go 00:44:53 Building docker-sys-mgmt-agent-go 00:44:53 Building docker-core-command-go 00:44:53 Building docker-security-proxy-setup-go 00:44:53 Building docker-security-bootstrapper-go 00:44:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:57 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:57 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:59 00:44:59 Current default time zone: 'Etc/UTC' 00:44:59 Local time is now: Sat Apr 3 00:44:59 UTC 2021. 00:44:59 Universal Time is now: Sat Apr 3 00:44:59 UTC 2021. 00:44:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:59 00:44:59 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:44:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:44:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:45:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:45:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:45:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:45:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:45:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:45:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:00 Setting up patch (2.7.6-2ubuntu1.1) ... 00:45:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:45:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:45:00 Installing new version of config file /etc/ssl/openssl.cnf ... 00:45:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:45:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:45:01 Setting up ca-certificates (20210119~18.04.1) ... 00:45:02 Updating certificates in /etc/ssl/certs... 00:45:03 23 added, 27 removed; done. 00:45:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:45:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:45:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:45:03 Setting up pkgbinarymangler (138.18.04.1) ... 00:45:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:45:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up perl (5.26.1-6ubuntu0.5) ... 00:45:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:45:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:45:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:45:03 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:45:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:45:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:45:03 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:45:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:04 Processing triggers for systemd (237-3ubuntu10.45) ... 00:45:04 Processing triggers for mime-support (3.60ubuntu1) ... 00:45:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:45:04 Updating certificates in /etc/ssl/certs... 00:45:04 0 added, 0 removed; done. 00:45:04 Running hooks in /etc/ca-certificates/update.d... 00:45:04 done. 00:45:05 Reading package lists... 00:45:05 Building dependency tree... 00:45:05 Reading state information... 00:45:05 The following NEW packages will be installed: 00:45:05 apt-transport-https 00:45:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:45:05 Need to get 1696 B of archives. 00:45:05 After this operation, 153 kB of additional disk space will be used. 00:45:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:45:05 debconf: delaying package configuration, since apt-utils is not installed 00:45:05 Fetched 1696 B in 0s (27.9 kB/s) 00:45:05 Selecting previously unselected package apt-transport-https. 00:45:05 (Reading database ... 13920 files and directories currently installed.) 00:45:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:45:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:45:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:45:06 Waiting for network to be ready... 00:45:12 2021-04-03T00:45:10Z INFO Waiting for automatic snapd restart... 00:45:12 snapd 2.49.1 from Canonical* installed 00:45:13 "snapd" switched to the "latest/stable" channel 00:45:13 00:45:17 core18 20210309 from Canonical* installed 00:45:17 "core18" switched to the "latest/stable" channel 00:45:17 00:45:22 snapcraft 4.6 from Canonical* installed 00:45:22 "snapcraft" switched to the "latest/stable" channel 00:45:22 00:45:26 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:45:26 - README.md 00:45:26 00:45:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:34 Reading package lists... 00:45:34 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:45:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:41 Reading package lists... 00:45:41 Building dependency tree... 00:45:41 Reading state information... 00:45:41 Suggested packages: 00:45:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:41 Recommended packages: 00:45:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:41 The following NEW packages will be installed: 00:45:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:41 pkg-config zip 00:45:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:41 Need to get 7663 kB of archives. 00:45:41 After this operation, 43.8 MB of additional disk space will be used. 00:45:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:45:41 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 00:45:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:45:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:45:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:42 debconf: delaying package configuration, since apt-utils is not installed 00:45:42 Fetched 7663 kB in 1s (10.8 MB/s) 00:45:42 Selecting previously unselected package libglib2.0-0:amd64. 00:45:42 (Reading database ... 13924 files and directories currently installed.) 00:45:42 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:45:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:45:42 Selecting previously unselected package libpsl5:amd64. 00:45:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:42 Selecting previously unselected package libnghttp2-14:amd64. 00:45:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:42 Selecting previously unselected package librtmp1:amd64. 00:45:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:42 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 00:45:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:45:42 Selecting previously unselected package liberror-perl. 00:45:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:42 Unpacking liberror-perl (0.17025-1) ... 00:45:42 Selecting previously unselected package git-man. 00:45:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:45:42 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:45:43 Selecting previously unselected package git. 00:45:43 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:45:43 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:45:44 Selecting previously unselected package libnorm1:amd64. 00:45:44 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:44 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:44 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:44 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:44 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:44 Selecting previously unselected package libsodium23:amd64. 00:45:44 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:44 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:44 Selecting previously unselected package libzmq5:amd64. 00:45:44 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:44 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:44 Selecting previously unselected package libzmq3-dev:amd64. 00:45:44 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:44 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:44 Selecting previously unselected package pkg-config. 00:45:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:44 Selecting previously unselected package zip. 00:45:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:44 Unpacking zip (3.0-11build1) ... 00:45:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:44 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:45:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:44 Setting up liberror-perl (0.17025-1) ... 00:45:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:45:44 No schema files found: doing nothing. 00:45:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:44 Setting up zip (3.0-11build1) ... 00:45:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:44 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:45 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:45 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:45:45 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:45 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:45:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:51 git set to automatically installed. 00:45:51 git-man set to automatically installed. 00:45:51 libcurl3-gnutls set to automatically installed. 00:45:51 liberror-perl set to automatically installed. 00:45:51 libglib2.0-0 set to automatically installed. 00:45:51 libnghttp2-14 set to automatically installed. 00:45:51 libnorm1 set to automatically installed. 00:45:51 libpgm-5.2-0 set to automatically installed. 00:45:51 libpsl5 set to automatically installed. 00:45:51 librtmp1 set to automatically installed. 00:45:51 libsodium23 set to automatically installed. 00:45:51 libzmq3-dev set to automatically installed. 00:45:51 libzmq5 set to automatically installed. 00:45:51 pkg-config set to automatically installed. 00:45:51 zip set to automatically installed. 00:45:53 snapd is not logged in, snap install commands will use sudo 00:46:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:00 snap "core18" has no updates available 00:46:01 snapd is not logged in, snap install commands will use sudo 00:46:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> 99ff131ec438 00:46:16 Step 3/26 : WORKDIR /edgex-go 00:46:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> 99ff131ec438 00:46:16 Step 3/31 : WORKDIR /edgex-go 00:46:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> 99ff131ec438 00:46:16 Step 3/21 : WORKDIR /edgex-go 00:46:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> 99ff131ec438 00:46:16 Step 3/24 : WORKDIR /edgex-go 00:46:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> 99ff131ec438 00:46:16 Step 3/23 : WORKDIR /edgex-go 00:46:16 ---> Running in f37f7c36712f 00:46:16 ---> Running in 4ec0ed8c4949 00:46:16 ---> Running in 4b4bcb9199ba 00:46:16 ---> Running in 220546965fd9 00:46:16 ---> Running in 42aaef7ac45e 00:46:16 Removing intermediate container 4ec0ed8c4949 00:46:16 ---> 9efffc5df6f9 00:46:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:16 Removing intermediate container 42aaef7ac45e 00:46:16 ---> c27bbac11f9a 00:46:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:16 Removing intermediate container 4b4bcb9199ba 00:46:16 ---> 0fc3a283f093 00:46:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:16 Removing intermediate container 220546965fd9 00:46:16 ---> 01d2fc264f40 00:46:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:16 Removing intermediate container f37f7c36712f 00:46:16 ---> e758d828a288 00:46:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:16 ---> Running in 5d879ecff034 00:46:16 ---> Running in 9db9107f05b1 00:46:16 ---> Running in a73d74934c50 00:46:16 ---> Running in 814986c64456 00:46:16 ---> Running in a5ae8ce089be 00:46:16 Removing intermediate container 5d879ecff034 00:46:16 ---> 716c95772544 00:46:16 Step 5/21 : RUN apk add --update --no-cache make git 00:46:16 Removing intermediate container 9db9107f05b1 00:46:16 ---> ad1393fee7a7 00:46:16 Step 5/24 : RUN apk add --update --no-cache make git 00:46:16 ---> Running in 614f06d72e60 00:46:16 ---> Running in 781359c5b613 00:46:16 Removing intermediate container a73d74934c50 00:46:16 ---> b0078d4eb35c 00:46:16 Step 5/31 : RUN apk add --update --no-cache make git 00:46:16 Removing intermediate container 814986c64456 00:46:16 ---> 6b317cf08c87 00:46:16 Step 5/23 : RUN apk add --update --no-cache make git 00:46:16 Removing intermediate container a5ae8ce089be 00:46:16 ---> c79e501145fd 00:46:16 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:16 ---> Running in fdd89ea54ee1 00:46:16 ---> Running in 4dc13ef636d5 00:46:16 ---> Running in 775bd8e2f528 00:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:19 OK: 217 MiB in 51 packages 00:46:19 OK: 217 MiB in 51 packages 00:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:19 OK: 217 MiB in 51 packages 00:46:20 OK: 217 MiB in 51 packages 00:46:21 Removing intermediate container 614f06d72e60 00:46:21 ---> eed6e25b336c 00:46:21 Step 6/21 : COPY go.mod . 00:46:21 Removing intermediate container 781359c5b613 00:46:21 ---> d5c566bc5a93 00:46:21 Step 6/24 : COPY go.mod . 00:46:21 Removing intermediate container 775bd8e2f528 00:46:21 ---> 5bfd680b914b 00:46:21 Step 6/26 : COPY go.mod . 00:46:21 OK: 217 MiB in 51 packages 00:46:22 ---> 0f554c37ffb4 00:46:22 Step 7/21 : RUN go mod download 00:46:22 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:46:22 Pulling go-build-helper 00:46:22 + snapcraftctl pull 00:46:22 ---> Running in 3de57f8ee6f8 00:46:22 ---> 31f5ad614c79 00:46:22 Step 7/24 : RUN go mod download 00:46:23 'app-service-config' has dependencies that need to be staged: go-build-helper 00:46:23 Skipping pull go-build-helper (already ran) 00:46:23 Building go-build-helper 00:46:23 + snapcraftctl build 00:46:23 ---> Running in bab067289811 00:46:23 Removing intermediate container fdd89ea54ee1 00:46:23 ---> 8313b0d7788c 00:46:23 Step 6/31 : COPY go.mod . 00:46:23 ---> 4f0e30f4838e 00:46:23 Step 7/26 : RUN go mod download 00:46:23 ---> Running in 66fdd22f3f74 00:46:23 Removing intermediate container 4dc13ef636d5 00:46:23 ---> afc1272c0d3f 00:46:23 Step 6/23 : COPY go.mod . 00:46:24 ---> 2c37a042bf81 00:46:24 Step 7/31 : RUN go mod download 00:46:24 ---> Running in 4d2837d37cbb 00:46:25 ---> b75963e26ccb 00:46:25 Step 7/23 : RUN go mod download 00:46:25 Staging go-build-helper 00:46:25 + snapcraftctl stage 00:46:25 ---> Running in d443c85f0a77 00:46:27 Removing intermediate container 3de57f8ee6f8 00:46:27 ---> ae56e2832eb3 00:46:27 Step 8/21 : COPY . . 00:46:27 Removing intermediate container bab067289811 00:46:27 ---> ec86638f0f50 00:46:27 Step 8/24 : COPY . . 00:46:28 Removing intermediate container 66fdd22f3f74 00:46:28 ---> 665bc738b897 00:46:28 Step 8/26 : COPY . . 00:46:30 Removing intermediate container 4d2837d37cbb 00:46:30 ---> c9cb67c240b2 00:46:30 Step 8/31 : COPY . . 00:46:31 Removing intermediate container d443c85f0a77 00:46:31 ---> 4b718fc3ab66 00:46:31 Step 8/23 : COPY . . 00:46:40 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:40 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:46:40 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:40 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:46:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:46:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:46:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:46:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:46:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:46:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:46:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:46:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:46:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:46:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:46:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:46:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:46:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:46:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:46:40 Fetched 24.2 MB in 0s (0 B/s) 00:46:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:40 Fetched 224 kB in 0s (0 B/s) 00:46:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:40 Fetched 157 kB in 0s (0 B/s) 00:46:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:40 Fetched 221 kB in 0s (0 B/s) 00:46:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:40 Fetched 143 kB in 0s (0 B/s) 00:46:40 Pulling app-service-config 00:46:40 + snapcraftctl pull 00:46:40 Cloning into '/root/parts/app-service-config/src'... 00:46:40 Pulling config-common 00:46:40 + snapcraftctl pull 00:46:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:44 Fetched 0 B in 0s (0 B/s) 00:46:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:44 Fetched 0 B in 0s (0 B/s) 00:46:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:44 Fetched 0 B in 0s (0 B/s) 00:46:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:44 Fetched 0 B in 0s (0 B/s) 00:46:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:44 Fetched 0 B in 0s (0 B/s) 00:46:44 Pulling edgex-go 00:46:44 + snapcraftctl pull 00:46:57 ---> a572414f12b5 00:46:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:57 ---> 1fb57dabaa8c 00:46:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:57 ---> b42610c697e9 00:46:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:57 ---> 61a8150c9f01 00:46:57 Step 9/23 : RUN make cmd/core-command/core-command 00:46:57 ---> ce72efe68d15 00:46:57 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:57 ---> Running in 7152095e8741 00:46:57 ---> Running in 35434b6b79d6 00:46:57 ---> Running in 974a99c78ccf 00:46:57 ---> Running in 33b0c59b2761 00:46:57 ---> Running in 5ab42b1151e5 00:46:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46: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 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:06 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:06 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:06 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:06 Fetched 0 B in 0s (0 B/s) 00:47:06 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:06 Fetched 96.5 kB in 0s (0 B/s) 00:47:06 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:06 Fetched 279 kB in 0s (0 B/s) 00:47:06 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:06 Fetched 122 kB in 0s (0 B/s) 00:47:06 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:06 Fetched 77.8 kB in 0s (0 B/s) 00:47:06 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:06 Fetched 8848 B in 0s (0 B/s) 00:47:06 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:06 Fetched 47.8 kB in 0s (0 B/s) 00:47:06 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:06 Fetched 45.6 kB in 0s (0 B/s) 00:47:06 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:47:06 Fetched 15.0 kB in 0s (0 B/s) 00:47:06 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 00:47:06 Fetched 219 kB in 0s (0 B/s) 00:47:06 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:47:06 Fetched 154 kB in 0s (0 B/s) 00:47:06 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:06 Fetched 50.6 kB in 0s (0 B/s) 00:47:06 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:06 Fetched 14.8 kB in 0s (0 B/s) 00:47:06 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:06 Fetched 41.8 kB in 0s (0 B/s) 00:47:06 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:06 Fetched 499 kB in 0s (0 B/s) 00:47:06 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:06 Fetched 111 kB in 0s (0 B/s) 00:47:06 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:06 Fetched 240 kB in 0s (0 B/s) 00:47:06 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:06 Fetched 29.3 kB in 0s (0 B/s) 00:47:06 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:06 Fetched 85.5 kB in 0s (0 B/s) 00:47:06 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:06 Fetched 24.5 kB in 0s (0 B/s) 00:47:06 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:47:06 Fetched 49.2 kB in 0s (0 B/s) 00:47:06 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:06 Fetched 54.2 kB in 0s (0 B/s) 00:47:06 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:06 Fetched 30.8 kB in 0s (0 B/s) 00:47:06 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:47:06 Fetched 15.8 kB in 0s (0 B/s) 00:47:06 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:06 Fetched 85.9 kB in 0s (0 B/s) 00:47:06 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:06 Fetched 8720 B in 0s (0 B/s) 00:47:06 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:06 Fetched 137 kB in 0s (0 B/s) 00:47:06 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:06 Fetched 119 kB in 0s (0 B/s) 00:47:06 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:06 Fetched 109 kB in 0s (0 B/s) 00:47:06 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:06 Fetched 11.1 kB in 0s (0 B/s) 00:47:06 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:06 Fetched 645 kB in 0s (0 B/s) 00:47:06 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:06 Fetched 41.3 kB in 0s (0 B/s) 00:47:06 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:06 Fetched 17.9 kB in 0s (0 B/s) 00:47:06 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:06 Fetched 368 kB in 0s (0 B/s) 00:47:06 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:47:06 Fetched 187 kB in 0s (0 B/s) 00:47:06 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:06 Fetched 175 kB in 0s (0 B/s) 00:47:06 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:06 Fetched 206 kB in 0s (0 B/s) 00:47:06 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:47:06 Fetched 1301 kB in 0s (0 B/s) 00:47:06 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:06 Fetched 36.2 kB in 0s (0 B/s) 00:47:06 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 00:47:06 Fetched 159 kB in 0s (0 B/s) 00:47:06 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:06 Fetched 107 kB in 0s (0 B/s) 00:47:06 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:06 Fetched 48.7 kB in 0s (0 B/s) 00:47:06 Pulling static-packages 00:47:06 + snapcraftctl pull 00:47:07 Pulling version 00:47:07 + cd /root/project 00:47:07 + [ -f VERSION ] 00:47:07 + PROJECT_VERSION=local-dev 00:47:07 + git rev-parse --short HEAD 00:47:07 + GIT_REVISION=344f2cb5 00:47:07 + snapcraftctl set-version local-dev 00:47:08 Skipping build go-build-helper (already ran) 00:47:08 Building app-service-config 00:47:08 + make build 00:47:08 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:47:10 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 00:47:10 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 00:47:10 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:47:10 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 00:47:10 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 00:47:10 go: downloading github.com/hashicorp/consul/api v1.8.1 00:47:10 go: downloading github.com/google/uuid v1.2.0 00:47:10 go: downloading github.com/go-kit/kit v0.8.0 00:47:10 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 00:47:10 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:47:10 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:10 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:47:10 go: downloading github.com/hashicorp/serf v0.9.5 00:47:10 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:47:10 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:10 go: downloading github.com/gorilla/mux v1.8.0 00:47:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:10 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:47:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:11 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:11 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:11 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:47:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:11 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:47:11 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:11 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:11 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:11 go: downloading github.com/leodido/go-urn v1.2.0 00:47:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:11 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:11 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:11 go: downloading github.com/pebbe/zmq4 v1.2.7 00:47:11 go: downloading github.com/gorilla/websocket v1.4.2 00:47:11 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:11 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:47:11 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:47:11 go: downloading github.com/x448/float16 v0.8.4 00:47:11 go: downloading github.com/go-playground/locales v0.13.0 00:47:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:11 go: downloading github.com/mattn/go-isatty v0.0.12 00:47:11 go: downloading github.com/fatih/color v1.9.0 00:47:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:11 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:47:11 go: downloading github.com/mattn/go-colorable v0.1.6 00:47:12 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:24 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:47:24 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:47:24 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:47:24 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:47:24 Building config-common 00:47:24 + snapcraftctl build 00:47:27 Building edgex-go 00:47:27 + cd /root/parts/edgex-go/src 00:47:27 + make build 00:47:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:28 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:28 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 00:47:28 go: downloading github.com/imdario/mergo v0.3.12 00:47:28 go: downloading github.com/pkg/errors v0.8.1 00:47:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:32 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:41 go: downloading github.com/stretchr/testify v1.7.0 00:47:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:41 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:41 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:50 go: downloading github.com/lib/pq v1.10.0 00:47:52 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:47:52 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:47:52 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:47:52 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:47:52 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:47:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:47:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:47:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:47:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:47:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:47:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:47:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:47:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:47:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:47:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:47:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:47:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:47:52 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 00:47:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:47:52 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:47:52 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 00:47:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:47:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:47:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:47:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:47:52 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:47:56 Building static-packages 00:47:56 + snapcraftctl build 00:47:58 Building version 00:47:58 + snapcraftctl build 00:48:01 Skipping stage go-build-helper (already ran) 00:48:01 Staging app-service-config 00:48:01 + snapcraftctl stage 00:48:01 Staging config-common 00:48:01 + snapcraftctl stage 00:48:03 Staging edgex-go 00:48:03 + snapcraftctl stage 00:48:04 Staging static-packages 00:48:04 + snapcraftctl stage 00:48:05 Staging version 00:48:05 + snapcraftctl stage 00:48:06 Priming go-build-helper 00:48:06 + snapcraftctl prime 00:48:07 Priming app-service-config 00:48:07 + snapcraftctl prime 00:48:08 Priming config-common 00:48:08 + snapcraftctl prime 00:48:10 Priming edgex-go 00:48:10 + snapcraftctl prime 00:48:11 Priming static-packages 00:48:11 + snapcraftctl prime 00:48:13 Priming version 00:48:13 + snapcraftctl prime 00:48:14 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:09 Removing intermediate container 35434b6b79d6 00:49:09 ---> 79d864d9e511 00:49:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:09 Removing intermediate container 5ab42b1151e5 00:49:09 Removing intermediate container 7152095e8741 00:49:09 ---> d3b4631c7ccc 00:49:09 00:49:09 Step 10/21 : FROM alpine:3.12 00:49:09 ---> 7e1f6b0fd316 00:49:09 00:49:09 Step 10/31 : FROM alpine:3.12 00:49:09 Removing intermediate container 974a99c78ccf 00:49:09 ---> 1b844b15fed9 00:49:09 00:49:09 Step 10/24 : FROM alpine:3.12 00:49:09 3.12: Pulling from library/alpine 00:49:09 3.12: Pulling from library/alpine 00:49:09 3.12: Pulling from library/alpine 00:49:09 ---> Running in fff775b4fffb 00:49:09 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:49:09 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:49:09 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:49:09 Status: Downloaded newer image for alpine:3.12 00:49:09 ---> d75e27dfc0a0 00:49:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:09 Status: Image is up to date for alpine:3.12 00:49:09 ---> d75e27dfc0a0 00:49:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:49:09 Status: Image is up to date for alpine:3.12 00:49:09 ---> d75e27dfc0a0 00:49:09 Step 11/21 : RUN apk add --update --no-cache curl 00:49:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:09 ---> Running in e06c27a7d73d 00:49:09 ---> Running in 4978c960b2d8 00:49:09 ---> Running in 0bdded8090f2 00:49:10 Removing intermediate container 33b0c59b2761 00:49:10 ---> d6dc357b44f0 00:49:10 00:49:10 Step 10/23 : FROM alpine:3.12 00:49:10 ---> d75e27dfc0a0 00:49:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:10 ---> Running in d411121de51d 00:49:10 Removing intermediate container 0bdded8090f2 00:49:10 ---> 9e06c8867b73 00:49:10 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:10 ---> Running in aea55037ea41 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:12 (1/4) Installing ca-certificates (20191127-r4) 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:12 (3/4) Installing libcurl (7.69.1-r3) 00:49:12 (4/4) Installing curl (7.69.1-r3) 00:49:13 Executing busybox-1.31.1-r20.trigger 00:49:13 Executing ca-certificates-20191127-r4.trigger 00:49:13 (1/6) Installing ca-certificates (20191127-r4) 00:49:13 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:49:13 (3/6) Installing libcurl (7.69.1-r3) 00:49:13 OK: 7 MiB in 18 packages 00:49:13 (4/6) Installing curl (7.69.1-r3) 00:49:13 (5/6) Installing dumb-init (1.2.2-r1) 00:49:13 (6/6) Installing su-exec (0.2-r1) 00:49:13 Executing busybox-1.31.1-r20.trigger 00:49:13 Executing ca-certificates-20191127-r4.trigger 00:49:13 (1/2) Installing dumb-init (1.2.2-r1) 00:49:13 (1/1) Installing dumb-init (1.2.2-r1) 00:49:13 Executing busybox-1.31.1-r20.trigger 00:49:13 (2/2) Installing su-exec (0.2-r1) 00:49:13 Executing busybox-1.31.1-r20.trigger 00:49:13 OK: 5 MiB in 15 packages 00:49:13 OK: 5 MiB in 16 packages 00:49:13 OK: 7 MiB in 20 packages 00:49:13 Removing intermediate container fff775b4fffb 00:49:13 ---> bbab5990a4ba 00:49:13 00:49:13 Step 11/26 : FROM docker:20.10.0 00:49:13 20.10.0: Pulling from library/docker 00:49:15 Removing intermediate container e06c27a7d73d 00:49:15 ---> fb4cd223b19f 00:49:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:15 Removing intermediate container aea55037ea41 00:49:15 ---> af3de1af22ff 00:49:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:16 ---> Running in 1f9696340ef3 00:49:16 ---> Running in 38bcb7cceeb9 00:49:16 Removing intermediate container d411121de51d 00:49:16 ---> 40556aa07ec8 00:49:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:17 Removing intermediate container 4978c960b2d8 00:49:17 ---> 06d3b929b6db 00:49:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:17 ---> Running in 28313e8e734e 00:49:17 Removing intermediate container 1f9696340ef3 00:49:17 ---> 26e7fd88b83b 00:49:17 Step 13/21 : WORKDIR /edgex 00:49:17 ---> Running in 35be7c35264b 00:49:17 Removing intermediate container 38bcb7cceeb9 00:49:17 ---> a0e3d7be007d 00:49:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:17 ---> Running in e6795f3c7631 00:49:17 ---> Running in 53d17cd1ac0f 00:49:17 Removing intermediate container 28313e8e734e 00:49:17 ---> 9e323ff6943c 00:49:17 Step 13/23 : ENV APP_PORT=48082 00:49:18 Removing intermediate container 35be7c35264b 00:49:18 ---> dd48519df207 00:49:18 Step 13/24 : WORKDIR / 00:49:18 ---> Running in 68185d9a76b3 00:49:18 Removing intermediate container e6795f3c7631 00:49:18 ---> 3db174edcb9c 00:49:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:18 ---> Running in 97579c38aba5 00:49:18 Removing intermediate container 53d17cd1ac0f 00:49:18 ---> c495957065b1 00:49:18 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:18 Removing intermediate container 68185d9a76b3 00:49:18 ---> 4d059b83337f 00:49:18 Step 14/23 : EXPOSE $APP_PORT 00:49:19 ---> Running in 58fa78568c4c 00:49:19 ---> Running in 7d606d86abe4 00:49:19 ---> d98b726ca763 00:49:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:19 Removing intermediate container 97579c38aba5 00:49:19 ---> 963db634aa44 00:49:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:20 Removing intermediate container 7d606d86abe4 00:49:20 ---> 7ae988819f67 00:49:20 Step 15/23 : WORKDIR / 00:49:20 ---> Running in 9795e9cd61a7 00:49:21 ---> b0b7e46521f4 00:49:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:21 ---> 259d7fe06d3e 00:49:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:21 Removing intermediate container 9795e9cd61a7 00:49:21 ---> daa87b48c6e0 00:49:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:22 ---> f186ea2908eb 00:49:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:22 Removing intermediate container 58fa78568c4c 00:49:22 ---> 81610fd655d2 00:49:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:23 ---> ba6aa873945d 00:49:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:23 ---> Running in 6e3638549287 00:49:23 ---> 19e7375b7619 00:49:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:23 ---> 4d3fe81b5de5 00:49:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:24 ---> Running in 947c986f2924 00:49:24 Removing intermediate container 6e3638549287 00:49:24 ---> 50e6a040630d 00:49:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:25 Removing intermediate container 947c986f2924 00:49:25 ---> f286928f1dde 00:49:25 Step 18/21 : CMD ["--init=true"] 00:49:25 ---> 99344c1fe241 00:49:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:25 ---> 947eb1d466a5 00:49:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:25 ---> Running in 6a2fd65f19a2 00:49:26 ---> e7bb4bfdcc05 00:49:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:26 ---> Running in 8cad0ce8b396 00:49:27 Removing intermediate container 6a2fd65f19a2 00:49:27 ---> 05bf66627d7b 00:49:27 Step 19/21 : LABEL arch=arm64 00:49:27 ---> b94e816224d6 00:49:27 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:27 ---> Running in d754fdc58502 00:49:27 ---> Running in afad90fe79e7 00:49:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:27 Status: Downloaded newer image for docker:20.10.0 00:49:27 ---> eeaf43b92773 00:49:27 Step 12/26 : RUN apk add --no-cache bash 00:49:27 Removing intermediate container d754fdc58502 00:49:27 ---> e38a513f1fda 00:49:27 Step 20/21 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:49:27 ---> 5a8cd772b017 00:49:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:28 ---> Running in 1bc8ee927324 00:49:28 Removing intermediate container afad90fe79e7 00:49:28 ---> 2b3e58dd7f16 00:49:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:28 ---> Running in 2507b5346e01 00:49:28 ---> Running in db3befc82ff6 00:49:28 Removing intermediate container 2507b5346e01 00:49:28 ---> 7f7574d1a48a 00:49:28 Step 21/21 : LABEL version=0.0.0 00:49:29 ---> 6460ecf68c3e 00:49:29 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:29 ---> Running in 3974c18d9d4f 00:49:29 ---> Running in 79c3ce88b5d3 00:49:29 Removing intermediate container 8cad0ce8b396 00:49:29 ---> cbf3a0a2a2d2 00:49:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:29 Removing intermediate container db3befc82ff6 00:49:29 ---> 25a0296a6167 00:49:29 Step 21/23 : LABEL arch=arm64 00:49:29 ---> Running in 08e643809d26 00:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:29 Removing intermediate container 79c3ce88b5d3 00:49:29 ---> 4f18f3c534bc 00:49:29 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:30 ---> eddab6a6aded 00:49:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:30 Removing intermediate container 08e643809d26 00:49:30 ---> b5dab7f4c7be 00:49:30 Step 22/23 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:49:30 Successfully built 4f18f3c534bc 00:49:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:30 Building docker-support-notifications-go 00:49:30  Building docker-security-proxy-setup-go ... done  ---> Running in e738e836480b 00:49:31 (1/2) Installing readline (8.0.4-r0) 00:49:31 (2/2) Installing bash (5.0.17-r0) 00:49:31 Executing bash-5.0.17-r0.post-install 00:49:31 Executing busybox-1.31.1-r19.trigger 00:49:31 OK: 12 MiB in 22 packages 00:49:32 Removing intermediate container e738e836480b 00:49:32 ---> fdc84cb7d9a5 00:49:32 Step 23/23 : LABEL version=0.0.0 00:49:32 ---> Running in 0e856f5a4489 00:49:32 ---> 016f858cbfc6 00:49:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:32 Removing intermediate container 3974c18d9d4f 00:49:32 ---> 9dc595435058 00:49:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:33 Removing intermediate container 0e856f5a4489 00:49:33 ---> 8561eb42bc77 00:49:33 00:49:33 ---> Running in e1a420f598f7 00:49:33 Successfully built 8561eb42bc77 00:49:34 Successfully tagged docker-core-command-go-arm64:latest 00:49:34 Building docker-core-data-go 00:49:34  Building docker-core-command-go ... done Removing intermediate container 1bc8ee927324 00:49:34 ---> a430c80f89a7 00:49:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:34 ---> 29922456d6a5 00:49:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:34 ---> Running in 9a2174b0e9c9 00:49:34 Removing intermediate container e1a420f598f7 00:49:34 ---> f1b553882657 00:49:34 Step 22/24 : LABEL arch=arm64 00:49:34 ---> Running in 68209b3fed3a 00:49:35 Removing intermediate container 9a2174b0e9c9 00:49:35 ---> f730358ce8c4 00:49:35 Step 14/26 : ENV APP_PORT=48090 00:49:35 ---> Running in 7b5e6e467b03 00:49:35 ---> 572198368743 00:49:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:49:35 Removing intermediate container 68209b3fed3a 00:49:35 ---> ebb23a6daa2f 00:49:35 Step 23/24 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:49:35 ---> Running in 591d163cd4db 00:49:35 Removing intermediate container 7b5e6e467b03 00:49:35 ---> e53cd1653861 00:49:35 Step 15/26 : EXPOSE $APP_PORT 00:49:36 ---> Running in 217e1fb42d53 00:49:36 ---> 4ca0d143c061 00:49:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:49:36 Removing intermediate container 591d163cd4db 00:49:36 ---> 0d0abadb2888 00:49:36 Step 24/24 : LABEL version=0.0.0 00:49:37 ---> Running in 3066137b9440 00:49:38 Removing intermediate container 217e1fb42d53 00:49:38 ---> 381017506cf5 00:49:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / ---> Running in c43c037458a6 00:49:38 00:49:38 Removing intermediate container 3066137b9440 00:49:38 ---> 0cd30fec5a7a 00:49:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:39 Removing intermediate container c43c037458a6 00:49:39 ---> e1dd11665f69 00:49:39 00:49:40 ---> 0e960ae749f7 00:49:40 Step 26/31 : RUN chmod +x /entrypoint.sh 00:49:40 ---> caac4dcb6196 00:49:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:40 Successfully built e1dd11665f69 00:49:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:40 Building docker-core-metadata-go 00:49:40  Building docker-security-secretstore-setup-go ... done  ---> Running in 718af6a5bb60 00:49:41 ---> 6e6d66ab7322 00:49:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:42 ---> 3596f8ce9823 00:49:42 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:42 ---> Running in 43549d842fa4 00:49:43 Removing intermediate container 718af6a5bb60 00:49:43 ---> 19244fb135d8 00:49:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:49:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:44 ---> Running in 29d04d76d820 00:49:45 (1/33) Installing libbz2 (1.0.8-r1) 00:49:45 (2/33) Installing expat (2.2.9-r1) 00:49:45 (3/33) Installing libffi (3.3-r2) 00:49:45 (4/33) Installing gdbm (1.13-r1) 00:49:45 (5/33) Installing xz-libs (5.2.5-r0) 00:49:45 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:45 (7/33) Installing python3 (3.8.8-r0) 00:49:45 Removing intermediate container 29d04d76d820 00:49:45 ---> 0abe5ecc8f68 00:49:45 Step 28/31 : CMD ["gate"] 00:49:47 ---> Running in ab3f4352af10 00:49:47 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:47 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:47 (11/33) Installing py3-six (1.15.0-r0) 00:49:47 (12/33) Installing py3-packaging (20.4-r0) 00:49:47 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:47 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:47 (15/33) Installing py3-idna (2.9-r0) 00:49:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:48 (18/33) Installing py3-requests (2.23.0-r0) 00:49:48 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:48 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:48 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:48 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:48 (24/33) Installing py3-distro (1.5.0-r1) 00:49:48 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:48 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:48 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:48 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:48 (29/33) Installing py3-progress (1.5-r0) 00:49:48 (30/33) Installing py3-toml (0.10.1-r0) 00:49:48 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:48 (33/33) Installing py3-pip (20.1.1-r0) 00:49:48 Executing busybox-1.31.1-r19.trigger 00:49:48 OK: 71 MiB in 55 packages 00:49:48 Removing intermediate container ab3f4352af10 00:49:48 ---> a1a27e5284a2 00:49:48 Step 29/31 : LABEL arch=arm64 00:49:49 ---> Running in eebe33f35ba4 00:49:50 Removing intermediate container eebe33f35ba4 00:49:50 ---> b1f0cb4fc9a7 00:49:50 Step 30/31 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:49:50 ---> Running in 3cf0774ba0ee 00:49:51 Removing intermediate container 3cf0774ba0ee 00:49:51 ---> 7ac0d03b8e48 00:49:51 Step 31/31 : LABEL version=0.0.0 00:49:52 ---> Running in d6a37b2f5d96 00:49:53 Removing intermediate container d6a37b2f5d96 00:49:53 ---> ad1758baa874 00:49:53 00:49:54 Successfully built ad1758baa874 00:49:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:54  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 00:49:57 Removing intermediate container 43549d842fa4 00:49:57 ---> e04340f6b584 00:49:57 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:58 ---> Running in 1dc2d3c1e1e1 00:50:05 Collecting docker-compose==1.23.2 00:50:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:05 Collecting docker<4.0,>=3.6.0 00:50:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:06 Collecting docopt<0.7,>=0.6.1 00:50:07 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:09 Collecting dockerpty<0.5,>=0.4.1 00:50:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:11 ---> 99ff131ec438 00:50:11 Step 3/22 : WORKDIR /edgex-go 00:50:11 ---> Using cache 00:50:11 ---> e758d828a288 00:50:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:11 ---> Using cache 00:50:11 ---> c79e501145fd 00:50:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:13 Collecting texttable<0.10,>=0.9.0 00:50:13 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:15 ---> Running in 63212759d42f 00:50:16 Collecting websocket-client<1.0,>=0.32.0 00:50:16 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:50:17 Collecting cached-property<2,>=1.2.0 00:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:17 ---> 99ff131ec438 00:50:17 Step 3/23 : WORKDIR /edgex-go 00:50:17 ---> Using cache 00:50:17 ---> e758d828a288 00:50:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:17 ---> Using cache 00:50:17 ---> c79e501145fd 00:50:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:18 ---> Running in fea1812329f2 00:50:18 OK: 217 MiB in 51 packages 00:50:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:20 Collecting PyYAML<4,>=3.10 00:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:20 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:21 Removing intermediate container 63212759d42f 00:50:21 ---> 7ed070079a2a 00:50:21 Step 6/22 : COPY go.mod . 00:50:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:21 OK: 217 MiB in 51 packages 00:50:23 ---> 50f1e2383892 00:50:23 Step 7/22 : RUN go mod download 00:50:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:24 ---> 99ff131ec438 00:50:24 Step 3/23 : WORKDIR /edgex-go 00:50:24 ---> Using cache 00:50:24 ---> e758d828a288 00:50:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:24 ---> Using cache 00:50:24 ---> c79e501145fd 00:50:24 Step 5/23 : RUN apk add --update --no-cache make git 00:50:24 ---> Running in b51490bd9093 00:50:24 ---> Running in 5dba64c7d16c 00:50:25 Collecting jsonschema<3,>=2.5.1 00:50:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:25 Removing intermediate container fea1812329f2 00:50:25 ---> fa74b42dcf72 00:50:25 Step 6/23 : COPY go.mod . 00:50:25 Collecting docker-pycreds>=0.4.0 00:50:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50: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) 00:50: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) 00:50:26 Collecting urllib3<1.25,>=1.21.1 00:50:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:27 ---> b920f8187a7a 00:50:27 Step 7/23 : RUN go mod download 00:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:27 Collecting idna<2.8,>=2.5 00:50:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:28 ---> Running in d4ff7e5fa5cb 00:50:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:28 OK: 217 MiB in 51 packages 00:50:29 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, dockerpty, texttable, cached-property, PyYAML, jsonschema, docker-compose 00:50:29 Attempting uninstall: urllib3 00:50:29 Found existing installation: urllib3 1.25.9 00:50:29 Uninstalling urllib3-1.25.9: 00:50:29 Successfully uninstalled urllib3-1.25.9 00:50:29 Removing intermediate container 5dba64c7d16c 00:50:29 ---> e1ae915c8a67 00:50:29 Step 8/22 : COPY . . 00:50:30 Attempting uninstall: idna 00:50:30 Found existing installation: idna 2.9 00:50:30 Uninstalling idna-2.9: 00:50:30 Successfully uninstalled idna-2.9 00:50:31 Attempting uninstall: requests 00:50:31 Found existing installation: requests 2.23.0 00:50:31 Uninstalling requests-2.23.0: 00:50:31 Removing intermediate container b51490bd9093 00:50:31 ---> b9af6989bb11 00:50:31 Step 6/23 : COPY go.mod . 00:50:31 Successfully uninstalled requests-2.23.0 00:50:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:32 ---> 99ff131ec438 00:50:32 Step 3/22 : WORKDIR /edgex-go 00:50:32 ---> Using cache 00:50:32 ---> e758d828a288 00:50:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 ---> Using cache 00:50:32 ---> c79e501145fd 00:50:32 Step 5/22 : RUN apk add --update --no-cache make git 00:50:32 ---> Using cache 00:50:32 ---> b9af6989bb11 00:50:32 Step 6/22 : COPY go.mod . 00:50:33 ---> 792ddd7c7649 00:50:33 Step 7/23 : RUN go mod download 00:50:33 ---> Running in 31de864ed3cf 00:50:34 Running setup.py install for docopt: started 00:50:34 Removing intermediate container d4ff7e5fa5cb 00:50:34 ---> ac2df4f3a100 00:50:34 ---> a8e06d9c42e1 00:50:34 Step 7/22 : RUN go mod download 00:50:34 Step 8/23 : COPY . . 00:50:36 ---> Running in 0a84ae4b0943 00:50:36 Running setup.py install for docopt: finished with status 'done' 00:50:36 Running setup.py install for dockerpty: started 00:50:40 Running setup.py install for dockerpty: finished with status 'done' 00:50:40 Running setup.py install for texttable: started 00:50:41 Removing intermediate container 31de864ed3cf 00:50:41 ---> 7f7ec8cc7c93 00:50:41 Step 8/23 : COPY . . 00:50:42 Removing intermediate container 0a84ae4b0943 00:50:42 ---> 33325193eb1b 00:50:42 Step 8/22 : COPY . . 00:50:42 Running setup.py install for texttable: finished with status 'done' 00:50:42 Running setup.py install for PyYAML: started 00:50:45 Running setup.py install for PyYAML: finished with status 'done' 00:50:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:50:56 ---> cbd528f17994 00:50:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:57 ---> Running in 24f237c144ff 00:50:57 ---> 4fb56a07355b 00:50:57 Step 9/23 : RUN make cmd/core-data/core-data 00:50:58 ---> Running in c23d750ceae9 00:50:59 Removing intermediate container 1dc2d3c1e1e1 00:50:59 ---> aef950cfcf0e 00:50:59 Step 21/26 : RUN apk --no-cache add curl 00:50:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:51:00 ---> Running in 131098e71757 00:51:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:03 (2/3) Installing libcurl (7.69.1-r3) 00:51:03 (3/3) Installing curl (7.69.1-r3) 00:51:03 Executing busybox-1.31.1-r19.trigger 00:51:03 OK: 72 MiB in 58 packages 00:51:06 ---> d13c6806bef4 00:51:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:51:06 ---> Running in 457fb98c42ac 00:51:06 ---> 5a129670ce01 00:51:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:51:06 Removing intermediate container 131098e71757 00:51:06 ---> bdf1b65789ed 00:51:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:06 ---> Running in 9ec20ada11a8 00:51:07 ---> Running in 14884dbaba4c 00:51:08 Removing intermediate container 14884dbaba4c 00:51:08 ---> 31683c51f9c2 00:51:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:08 ---> Running in 1b7a2b12f980 00:51:09 Removing intermediate container 1b7a2b12f980 00:51:09 ---> 5457b38fecd2 00:51:09 Step 24/26 : LABEL arch=arm64 00:51:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:09 ---> Running in e95fd57812ce 00:51:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:51:10 Removing intermediate container e95fd57812ce 00:51:10 ---> 089440ff5c77 00:51:10 Step 25/26 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:51:10 ---> Running in aea55a98dc5c 00:51:11 Removing intermediate container aea55a98dc5c 00:51:11 ---> f97b9c1335ed 00:51:11 Step 26/26 : LABEL version=0.0.0 00:51:11 ---> Running in 16a128225c0a 00:51:12 Removing intermediate container 16a128225c0a 00:51:12 ---> e2b0770c2a78 00:51:12 00:51:13 Successfully built e2b0770c2a78 00:51:13 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:49  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 24f237c144ff 00:52:49 ---> 27cf25ef887d 00:52:49 00:52:49 Step 10/22 : FROM alpine:3.12 00:52:49 ---> d75e27dfc0a0 00:52:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:49 ---> Running in 9461020427b3 00:52:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:49 (1/2) Installing ca-certificates (20191127-r4) 00:52:49 (2/2) Installing dumb-init (1.2.2-r1) 00:52:49 Executing busybox-1.31.1-r20.trigger 00:52:49 Executing ca-certificates-20191127-r4.trigger 00:52:49 OK: 6 MiB in 16 packages 00:52:49 Removing intermediate container 9461020427b3 00:52:49 ---> 1eb0fcfcd3b5 00:52:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:49 ---> Running in 439a9fc0843b 00:52:49 Removing intermediate container 439a9fc0843b 00:52:49 ---> 6e9ea04c5d83 00:52:49 Step 13/22 : ENV APP_PORT=48060 00:52:49 ---> Running in 533c5d2da21b 00:52:50 Removing intermediate container 533c5d2da21b 00:52:50 ---> b2e38f12e7ca 00:52:50 Step 14/22 : EXPOSE $APP_PORT 00:52:50 ---> Running in 8f7f045721d0 00:52:51 Removing intermediate container 8f7f045721d0 00:52:51 ---> b22327dccf20 00:52:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:52 Removing intermediate container 9ec20ada11a8 00:52:52 ---> 4b3d43c79365 00:52:52 00:52:52 Step 10/22 : FROM alpine:3.12 00:52:52 ---> d75e27dfc0a0 00:52:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:52 ---> Using cache 00:52:52 ---> 40556aa07ec8 00:52:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:52 ---> Using cache 00:52:52 ---> 9e323ff6943c 00:52:52 Step 13/22 : ENV APP_PORT=48085 00:52:52 ---> c689575e4053 00:52:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:53 ---> Running in 6da2e446265d 00:52:54 Removing intermediate container 6da2e446265d 00:52:54 ---> e8005290c144 00:52:54 Step 14/22 : EXPOSE $APP_PORT 00:52:54 ---> Running in c9b0d5d01b86 00:52:54 ---> 018d7d67e829 00:52:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:54 Removing intermediate container c9b0d5d01b86 00:52:54 ---> ce9a81b917ce 00:52:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:55 ---> 9c17c895a185 00:52:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:55 ---> Running in 3b6c15bcf1f0 00:52:56 ---> 285dba34fdce 00:52:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:56 Removing intermediate container 3b6c15bcf1f0 00:52:56 ---> 5119e1713dfb 00:52:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:56 ---> Running in 359936c8eb3f 00:52:57 Removing intermediate container 359936c8eb3f 00:52:57 ---> 9172e2d33638 00:52:57 Step 20/22 : LABEL arch=arm64 00:52:57 ---> ea4ab264d718 00:52:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:57 ---> Running in f4b03d2f571c 00:52:58 Removing intermediate container f4b03d2f571c 00:52:58 ---> 271ac9d17856 00:52:58 Step 21/22 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:52:59 ---> Running in 251d8627d4f2 00:52:59 ---> d1fb1752aef9 00:52:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:59 ---> Running in 5c0a29b214bf 00:52:59 Removing intermediate container 251d8627d4f2 00:52:59 ---> 2a96f14f9bf8 00:52:59 Step 22/22 : LABEL version=0.0.0 00:53:00 ---> Running in 42481cb0b1a3 00:53:00 Removing intermediate container 5c0a29b214bf 00:53:00 ---> 55a109ed1087 00:53:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:00 ---> Running in 2a68c1d6e517 00:53:00 Removing intermediate container 42481cb0b1a3 00:53:00 ---> ff620f7579eb 00:53:00 00:53:01 Removing intermediate container 2a68c1d6e517 00:53:01 ---> 1045f776a2b4 00:53:01 Step 20/22 : LABEL arch=arm64 00:53:01 Successfully built ff620f7579eb 00:53:01 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:01  Building docker-support-notifications-go ... done  ---> Running in c0a8409415f3 00:53:01 Removing intermediate container 457fb98c42ac 00:53:01 ---> 4ac6491f4480 00:53:01 00:53:01 Step 10/23 : FROM alpine:3.12 00:53:01 ---> d75e27dfc0a0 00:53:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:01 ---> Using cache 00:53:01 ---> 40556aa07ec8 00:53:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:01 ---> Using cache 00:53:01 ---> 9e323ff6943c 00:53:01 Step 13/23 : ENV APP_PORT=48081 00:53:02 ---> Running in c0de74715a6c 00:53:02 Removing intermediate container c0a8409415f3 00:53:02 ---> e36ff6737666 00:53:02 Step 21/22 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:53:02 ---> Running in 6d879bd969d2 00:53:03 Removing intermediate container c0de74715a6c 00:53:03 ---> 73d9381e8a3a 00:53:03 Step 14/23 : EXPOSE $APP_PORT 00:53:03 Removing intermediate container c23d750ceae9 00:53:03 ---> 693f1e44de6c 00:53:03 00:53:03 Step 10/23 : FROM alpine:3.12 00:53:03 ---> d75e27dfc0a0 00:53:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:03 ---> Running in 5a30bc24eda8 00:53:03 ---> Running in 82fe8284d72c 00:53:03 Removing intermediate container 6d879bd969d2 00:53:03 ---> 2fa78101ca22 00:53:03 Step 22/22 : LABEL version=0.0.0 00:53:03 ---> Running in 914d7a272e85 00:53:03 Removing intermediate container 82fe8284d72c 00:53:03 ---> 55144d8e1a9b 00:53:03 Step 12/23 : ENV APP_PORT=48080 00:53:03 Removing intermediate container 5a30bc24eda8 00:53:03 ---> 248577024025 00:53:03 Step 15/23 : WORKDIR / 00:53:03 ---> Running in 320c0b284c01 00:53:03 Removing intermediate container 914d7a272e85 00:53:03 ---> 15b912c8ced2 00:53:03 00:53:04 ---> Running in 6ea9de6266ef 00:53:04 Successfully built 15b912c8ced2 00:53:04 Removing intermediate container 320c0b284c01 00:53:04 ---> 3a0c2035d215 00:53:04 Successfully tagged docker-support-scheduler-go-arm64:latest 00:53:04 Step 13/23 : EXPOSE $APP_PORT 00:53:04  Building docker-support-scheduler-go ... done Removing intermediate container 6ea9de6266ef 00:53:04 ---> 3815007e8651 00:53:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:04 ---> Running in 18785340a15b 00:53:05 Removing intermediate container 18785340a15b 00:53:05 ---> b65ed91a1ce8 00:53:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:05 ---> Running in 83ccfadabf8f 00:53:05 ---> 8e07e042faf4 00:53:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:07 ---> 04088f3195be 00:53:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:08 ---> 35c9adfe6123 00:53:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:53:08 Removing intermediate container 83ccfadabf8f 00:53:08 ---> 37b35b068cac 00:53:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:08 ---> Running in c387a74bcfc2 00:53:08 ---> Running in 2ac1dc2640b6 00:53:08 Removing intermediate container c387a74bcfc2 00:53:08 ---> 8dd6ede09d13 00:53:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:09 ---> Running in bd1b525155e6 00:53:09 Removing intermediate container bd1b525155e6 00:53:09 ---> d1a57e19bce8 00:53:09 Step 21/23 : LABEL arch=arm64 00:53:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:09 ---> Running in b0aa81fbac51 00:53:10 Removing intermediate container b0aa81fbac51 00:53:10 ---> 6829756024f5 00:53:10 Step 22/23 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:53:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:10 ---> Running in f75be5d2167f 00:53:10 Removing intermediate container f75be5d2167f 00:53:10 ---> 04fd1133ae03 00:53:10 Step 23/23 : LABEL version=0.0.0 00:53:10 (1/6) Installing dumb-init (1.2.2-r1) 00:53:10 ---> Running in 55241e85d08a 00:53:10 (2/6) Installing libgcc (9.3.0-r2) 00:53:11 (3/6) Installing libsodium (1.0.18-r0) 00:53:11 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:11 Removing intermediate container 55241e85d08a 00:53:11 ---> 46647f4aeee2 00:53:11 00:53:11 (5/6) Installing libzmq (4.3.3-r0) 00:53:12 (6/6) Installing zeromq (4.3.3-r0) 00:53:12 Successfully built 46647f4aeee2 00:53:12 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:12  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r20.trigger 00:53:12 OK: 8 MiB in 20 packages 00:53:14 Removing intermediate container 2ac1dc2640b6 00:53:14 ---> 0e9c7d2feb96 00:53:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:14 ---> c05936e951d8 00:53:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:15 ---> 6efdf9af6863 00:53:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:15 ---> 28fd6d983fc8 00:53:15 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:16 ---> Running in 6f9380dcabec 00:53:16 Removing intermediate container 6f9380dcabec 00:53:16 ---> c02ae8b5a713 00:53:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:16 ---> Running in efea28f2dad9 00:53:17 Removing intermediate container efea28f2dad9 00:53:17 ---> ad390e5d247a 00:53:17 Step 21/23 : LABEL arch=arm64 00:53:17 ---> Running in 04b1aebbc8f1 00:53:18 Removing intermediate container 04b1aebbc8f1 00:53:18 ---> 41da4fc1246c 00:53:18 Step 22/23 : LABEL git_sha=fe48fc699d94d98d8387134007c180407b71449b 00:53:18 ---> Running in 128d7917b26b 00:53:18 Removing intermediate container 128d7917b26b 00:53:18 ---> 4bedc03c3635 00:53:18 Step 23/23 : LABEL version=0.0.0 00:53:18 ---> Running in afa4a69b73f3 00:53:19 Removing intermediate container afa4a69b73f3 00:53:19 ---> 7b267222f891 00:53:19 00:53:19 Successfully built 7b267222f891 00:53:19 Successfully tagged docker-core-data-go-arm64:latest 00:53:19  Building docker-core-data-go ... done  [Pipeline] } 00:53:19 $ docker stop --time=1 e79e9c68f9922969727213e4addb1b7f42bc9d7430e0c1c0c0c7e05f380a1879 00:53:21 $ docker rm -f e79e9c68f9922969727213e4addb1b7f42bc9d7430e0c1c0c0c7e05f380a1879 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:22 + docker images 00:53:22 + grep docker 00:53:22 docker-core-data-go-arm64 latest 7b267222f891 4 seconds ago 21.4MB 00:53:22 docker-core-metadata-go-arm64 latest 46647f4aeee2 11 seconds ago 17.9MB 00:53:22 docker-support-scheduler-go-arm64 latest 15b912c8ced2 19 seconds ago 16.4MB 00:53:22 docker-support-notifications-go-arm64 latest ff620f7579eb 22 seconds ago 16.9MB 00:53:22 docker-sys-mgmt-agent-go-arm64 latest e2b0770c2a78 2 minutes ago 301MB 00:53:22 docker-security-bootstrapper-go-arm64 latest ad1758baa874 3 minutes ago 17.9MB 00:53:22 docker-security-secretstore-setup-go-arm64 latest e1dd11665f69 3 minutes ago 24.4MB 00:53:22 docker-core-command-go-arm64 latest 8561eb42bc77 3 minutes ago 16.3MB 00:53:22 docker-security-proxy-setup-go-arm64 latest 4f18f3c534bc 3 minutes ago 24.1MB 00:53:22 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:53:23 ---> job-cost.sh 00:53:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BUkQ 00:54:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:39 lf-activate-venv(): INFO: Adding /tmp/venv-BUkQ/bin to PATH 00:55:39 INFO: No Stack... 00:55:39 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:39 INFO: Archiving Costs [Pipeline] sh 00:55:39 + cut -d, -f6 00:55:39 + cat /w/workspace/edgex-go/54/archives/cost.csv [Pipeline] lock 00:55:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-54-stack-cost] 00:55:39 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-54-stack-cost] did not exist. Created. 00:55:39 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-54-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:40 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:40 Stashed 1 file(s) [Pipeline] } 00:55:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-54-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:55:41 provisioning config files... 00:55:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/54@tmp/config5869772370850441781tmp [Pipeline] { [Pipeline] sh 00:55:42 + set +x 00:55:42 + curl -s https://codecov.io/bash 00:55:42 + bash -s -- 00:55:42 00:55:42 _____ _ 00:55:42 / ____| | | 00:55:42 | | ___ __| | ___ ___ _____ __ 00:55:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:42 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:42 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:42 Bash-20210309-2b87ace 00:55:42 00:55:42 00:55:42 ==> git version 2.24.3 found 00:55:42 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:55:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:55:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:55:42 ==> Jenkins CI detected. 00:55:42 project root: . 00:55:42 --> token set from env 00:55:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:42 ==> Running gcov in . (disable via -X gcov) 00:55:42 ==> Python coveragepy not found 00:55:42 ==> Searching for coverage reports in: 00:55:42 + . 00:55:42 -> Found 1 reports 00:55:42 ==> Detecting git/mercurial file structure 00:55:42 ==> Reading reports 00:55:42 + ./coverage.out bytes=697383 00:55:42 ==> Appending adjustments 00:55:42 https://docs.codecov.io/docs/fixing-reports 00:55:46 + Found adjustments 00:55:46 ==> Gzipping contents 00:55:46 100K /tmp/codecov.W9sZcy.gz 00:55:46 ==> Uploading reports 00:55:46 url: https://codecov.io 00:55:46 query: branch=PR-3234&commit=fe48fc699d94d98d8387134007c180407b71449b&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F54%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 00:55:46 -> Pinging Codecov 00:55:46 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=fe48fc699d94d98d8387134007c180407b71449b&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F54%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 00:55:46 -> Uploading to 00:55:46 https://storage.googleapis.com/codecov/v4/raw/2021-04-03/00271124DB129430A58F1EEE437C3FCB/fe48fc699d94d98d8387134007c180407b71449b/182806d0-998d-4876-995e-0bf842e69e48.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210403%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210403T005546Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=697f7951c9e05f6695deed7f354d468863d6e2efcac1133ed19d0030011e7807 00:55:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:46 Dload Upload Total Spent Left Speed 00:55:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99617 0 0 100 99617 0 224k --:--:-- --:--:-- --:--:-- 224k 00:55:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fe48fc699d94d98d8387134007c180407b71449b [Pipeline] } 00:55:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:55:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:49 ---> package-listing.sh 00:55:49 ++ facter osfamily 00:55:49 ++ tr '[:upper:]' '[:lower:]' 00:55:49 + OS_FAMILY=redhat 00:55:49 + workspace=/w/workspace/edgex-go/54 00:55:49 + START_PACKAGES=/tmp/packages_start.txt 00:55:49 + END_PACKAGES=/tmp/packages_end.txt 00:55:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:49 + PACKAGES=/tmp/packages_start.txt 00:55:49 + '[' /w/workspace/edgex-go/54 ']' 00:55:49 + PACKAGES=/tmp/packages_end.txt 00:55:49 + case "${OS_FAMILY}" in 00:55:49 + rpm -qa 00:55:49 + sort 00:55:54 + '[' -f /tmp/packages_start.txt ']' 00:55:54 + '[' -f /tmp/packages_end.txt ']' 00:55:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:54 + '[' /w/workspace/edgex-go/54 ']' 00:55:54 + mkdir -p /w/workspace/edgex-go/54/archives/ 00:55:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/54/archives/ [Pipeline] echo 00:55:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/54/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:55 00:55:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:55 alpine: Pulling from edgex-lftools-log-publisher 00:55:55 df20fa9351a1: Pulling fs layer 00:55:55 36b3adc4ff6f: Pulling fs layer 00:55:55 8ad3a11d3b57: Pulling fs layer 00:55:55 46f8f816bc3b: Pulling fs layer 00:55:55 93b61091891f: Pulling fs layer 00:55:55 93b9cdb0e59b: Pulling fs layer 00:55:55 5e14af77c1be: Pulling fs layer 00:55:55 01666e4c0597: Pulling fs layer 00:55:55 aa168da1d23b: Pulling fs layer 00:55:55 46f8f816bc3b: Waiting 00:55:55 93b61091891f: Waiting 00:55:55 93b9cdb0e59b: Waiting 00:55:55 5e14af77c1be: Waiting 00:55:55 01666e4c0597: Waiting 00:55:55 aa168da1d23b: Waiting 00:55:55 36b3adc4ff6f: Verifying Checksum 00:55:55 36b3adc4ff6f: Download complete 00:55:55 46f8f816bc3b: Verifying Checksum 00:55:55 46f8f816bc3b: Download complete 00:55:55 df20fa9351a1: Download complete 00:55:56 93b9cdb0e59b: Verifying Checksum 00:55:56 93b9cdb0e59b: Download complete 00:55:56 5e14af77c1be: Verifying Checksum 00:55:56 5e14af77c1be: Download complete 00:55:56 93b61091891f: Verifying Checksum 00:55:56 93b61091891f: Download complete 00:55:56 01666e4c0597: Download complete 00:55:56 8ad3a11d3b57: Verifying Checksum 00:55:56 8ad3a11d3b57: Download complete 00:55:56 df20fa9351a1: Pull complete 00:55:56 36b3adc4ff6f: Pull complete 00:55:57 8ad3a11d3b57: Pull complete 00:55:58 aa168da1d23b: Verifying Checksum 00:55:58 aa168da1d23b: Download complete 00:55:59 46f8f816bc3b: Pull complete 00:55:59 93b61091891f: Pull complete 00:55:59 93b9cdb0e59b: Pull complete 00:55:59 5e14af77c1be: Pull complete 00:55:59 01666e4c0597: Pull complete 00:56:08 aa168da1d23b: Pull complete 00:56:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:08 prd-centos7-docker-4c-2g-32620 does not seem to be running inside a container 00:56:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/54/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/54 -v /w/workspace/edgex-go/54:/w/workspace/edgex-go/54:rw,z -v /w/workspace/edgex-go/54@tmp:/w/workspace/edgex-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:13 $ docker top 40a76cd81432f0e3479306a940c84acc436ffaf9dae23a4674424f04ad1824f1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:13 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:14 + mkdir -p /var/log/sa [Pipeline] sh 00:56:14 + ls /var/log/sa-host 00:56:15 + sadf -c /var/log/sa-host/sa03 00:56:15 file_magic: OK 00:56:15 HZ: Using current value: 100 00:56:15 file_header: OK 00:56:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:15 Statistics: 00:56:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:15 File successfully converted to sysstat format version 12.2.1 00:56:15 + sadf -c /var/log/sa-host/sa23 00:56:15 file_magic: OK 00:56:15 HZ: Using current value: 100 00:56:15 file_header: OK 00:56:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:15 Statistics: 00:56:15 Hnuu...uuuununununu... 00:56:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:15 provisioning config files... 00:56:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/54@tmp/config2595678134897339165tmp [Pipeline] { [Pipeline] echo 00:56:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:15 ---> create-netrc.sh [Pipeline] } 00:56:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:16 ---> python-tools-install.sh [Pipeline] echo 00:56:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:16 ---> sudo-logs.sh 00:56:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:17 ---> job-cost.sh 00:56:17 lf-activate-venv: SKIPPING 00:56:17 DEBUG: total: 0.20999999344348907 00:56:17 INFO: Retrieving Stack Cost... 00:56:18 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:18 INFO: Archiving Costs [Pipeline] echo 00:56:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:18 ---> logs-deploy.sh 00:56:18 lf-activate-venv: SKIPPING 00:56:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/54 00:56:18 INFO: archiving workspace using pattern(s): 00:56:20 Archives upload complete. 00:56:20 INFO: archiving logs to Nexus 00:56:21 ---> uname -a: 00:56:21 Linux prd-centos7-docker-4c-2g-32620.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:56:21 00:56:21 00:56:21 ---> lscpu: 00:56:21 Architecture: x86_64 00:56:21 CPU op-mode(s): 32-bit, 64-bit 00:56:21 Byte Order: Little Endian 00:56:21 Address sizes: 40 bits physical, 48 bits virtual 00:56:21 CPU(s): 4 00:56:21 On-line CPU(s) list: 0-3 00:56:21 Thread(s) per core: 1 00:56:21 Core(s) per socket: 1 00:56:21 Socket(s): 4 00:56:21 NUMA node(s): 1 00:56:21 Vendor ID: GenuineIntel 00:56:21 CPU family: 6 00:56:21 Model: 44 00:56:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:21 Stepping: 1 00:56:21 CPU MHz: 2933.438 00:56:21 BogoMIPS: 5866.87 00:56:21 Virtualization: VT-x 00:56:21 Hypervisor vendor: KVM 00:56:21 Virtualization type: full 00:56:21 L1d cache: 128 KiB 00:56:21 L1i cache: 128 KiB 00:56:21 L2 cache: 16 MiB 00:56:21 L3 cache: 64 MiB 00:56:21 NUMA node0 CPU(s): 0-3 00:56:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:21 Vulnerability Meltdown: Mitigation; PTI 00:56:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:21 Vulnerability Srbds: Not affected 00:56:21 Vulnerability Tsx async abort: Not affected 00:56:21 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:56:21 00:56:21 00:56:21 ---> nproc: 00:56:21 4 00:56:21 00:56:21 00:56:21 ---> df -h: 00:56:21 Filesystem Size Used Available Use% Mounted on 00:56:21 overlay 50.0G 11.4G 38.6G 23% / 00:56:21 tmpfs 64.0M 0 64.0M 0% /dev 00:56:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:21 shm 64.0M 0 64.0M 0% /dev/shm 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/54 00:56:21 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/54@tmp 00:56:21 00:56:21 00:56:21 ---> free -m: 00:56:21 total used free shared buff/cache available 00:56:21 Mem: 1837 718 119 0 999 1032 00:56:21 Swap: 1023 68 955 00:56:21 00:56:21 00:56:21 ---> ip addr: 00:56:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:21 inet 127.0.0.1/8 scope host lo 00:56:21 valid_lft forever preferred_lft forever 00:56:21 inet6 ::1/128 scope host 00:56:21 valid_lft forever preferred_lft forever 00:56:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:21 link/ether fa:16:3e:07:95:e0 brd ff:ff:ff:ff:ff:ff 00:56:21 inet 10.30.123.147/23 brd 10.30.123.255 scope global dynamic eth0 00:56:21 valid_lft 84842sec preferred_lft 84842sec 00:56:21 inet6 fe80::f816:3eff:fe07:95e0/64 scope link 00:56:21 valid_lft forever preferred_lft forever 00:56:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:21 link/ether 02:42:82:5d:ee:80 brd ff:ff:ff:ff:ff:ff 00:56:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:21 valid_lft forever preferred_lft forever 00:56:21 inet6 fe80::42:82ff:fe5d:ee80/64 scope link 00:56:21 valid_lft forever preferred_lft forever 00:56:21 00:56:21 00:56:21 ---> sar -b -r -n DEV: 00:56:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/03/21 _x86_64_ (4 CPU) 00:56:21 00:56:21 00:30:11 LINUX RESTART (4 CPU) 00:56:21 00:56:21 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:21 00:32:01 75.48 24.53 50.95 0.00 5387.23 13335.28 0.00 00:56:21 00:33:01 282.53 115.47 167.06 0.00 8242.49 50645.05 0.00 00:56:21 00:34:01 231.89 103.84 128.05 0.00 4038.33 16462.98 0.00 00:56:21 00:35:02 114.67 49.46 65.21 0.00 1793.51 6462.60 0.00 00:56:21 00:36:02 157.01 44.91 112.11 0.00 7892.98 44045.58 0.00 00:56:21 00:37:03 2021.90 1686.32 335.58 0.00 163884.26 206818.43 0.00 00:56:21 00:38:02 1283.83 1072.43 211.39 0.00 75530.85 87261.71 0.00 00:56:21 00:39:01 1073.88 725.68 348.20 0.00 70597.51 112160.40 0.00 00:56:21 00:40:01 1242.27 914.39 327.88 0.00 57792.00 72348.88 0.00 00:56:21 00:41:01 77.78 20.87 56.91 0.00 3393.44 5770.48 0.00 00:56:21 00:42:01 1.95 0.43 1.52 0.00 5.86 26.57 0.00 00:56:21 00:43:01 0.33 0.15 0.18 0.00 2.40 2.18 0.00 00:56:21 00:44:01 0.30 0.02 0.28 0.00 0.13 3.58 0.00 00:56:21 00:45:01 0.30 0.02 0.28 0.00 0.13 2.88 0.00 00:56:21 00:46:01 2.58 1.95 0.63 0.00 63.15 7.54 0.00 00:56:21 00:47:02 1.30 0.07 1.23 0.00 1.33 18.65 0.00 00:56:21 00:48:01 0.69 0.03 0.66 0.00 0.27 7.28 0.00 00:56:21 00:49:01 0.62 0.03 0.58 0.00 0.27 6.14 0.00 00:56:21 00:50:01 0.58 0.02 0.57 0.00 0.13 6.55 0.00 00:56:21 00:51:01 0.62 0.03 0.58 0.00 0.27 6.89 0.00 00:56:21 00:52:01 0.17 0.02 0.15 0.00 0.13 1.77 0.00 00:56:21 00:53:01 0.28 0.02 0.27 0.00 0.27 3.70 0.00 00:56:21 00:54:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 00:56:21 00:55:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 00:56:21 00:56:01 90.40 63.61 26.78 0.00 5329.41 4574.66 0.00 00:56:21 Average: 266.38 192.90 73.49 0.00 16177.78 24838.11 0.00 00:56:21 00:56:21 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:21 00:32:01 63896 0 860316 45.72 2620 954712 1536496 52.44 674672 939836 15700 00:56:21 00:33:01 72784 0 785824 41.76 1548 1021388 1508344 51.48 616212 916416 61824 00:56:21 00:34:01 158184 0 854472 45.41 648 868240 1732476 59.13 703796 734588 54200 00:56:21 00:35:02 288292 0 758860 40.33 592 833800 1367404 46.67 530872 762924 45048 00:56:21 00:36:02 77688 0 744776 39.58 200 1058880 1251304 42.70 571960 958416 90596 00:56:21 00:37:03 74148 0 861568 45.79 56 945772 2355316 80.38 761076 816248 87792 00:56:21 00:38:02 391360 0 923280 49.07 56 566848 3085908 105.32 557568 651668 59384 00:56:21 00:39:01 116716 0 836488 44.46 56 928284 2904604 99.13 726560 789376 3568 00:56:21 00:40:01 240392 0 754732 40.11 56 886364 1887756 64.43 642420 748492 160 00:56:21 00:41:01 500060 0 641532 34.10 56 739896 1241748 42.38 541336 603384 16 00:56:21 00:42:01 503648 0 637936 33.90 56 739904 1208804 41.25 538944 602620 12 00:56:21 00:43:01 503364 0 638212 33.92 56 739912 1208924 41.26 539604 602688 12 00:56:21 00:44:01 503960 0 637604 33.89 56 739924 1208804 41.25 539204 602700 12 00:56:21 00:45:01 503908 0 637648 33.89 56 739932 1208804 41.25 539088 602700 8 00:56:21 00:46:01 501848 0 638508 33.94 56 741132 1208876 41.26 539592 603464 8 00:56:21 00:47:02 502012 0 638332 33.93 56 741144 1208804 41.25 539536 603472 8 00:56:21 00:48:01 502276 0 638064 33.91 56 741148 1208804 41.25 539660 603476 8 00:56:21 00:49:01 502580 0 637752 33.90 56 741156 1208804 41.25 539544 603484 8 00:56:21 00:50:01 502464 0 637856 33.90 56 741168 1208804 41.25 539548 603496 8 00:56:21 00:51:01 502368 0 637948 33.91 56 741172 1208876 41.26 539624 603496 8 00:56:21 00:52:01 502276 0 638032 33.91 56 741180 1208840 41.26 539568 603504 8 00:56:21 00:53:01 502068 0 638232 33.92 56 741188 1208804 41.25 539684 603512 8 00:56:21 00:54:01 502232 0 638004 33.91 56 741252 1208804 41.25 539588 603532 20 00:56:21 00:55:01 502208 0 638076 33.91 56 741204 1208804 41.25 539552 603516 8 00:56:21 00:56:01 75676 0 719016 38.21 56 1086796 1644364 56.12 652144 900464 130320 00:56:21 Average: 363856 0 706923 37.57 269 810496 1497571 51.11 581254 690699 21950 00:56:21 00:56:21 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:21 00:32:01 eth0 1212.29 1228.36 4852.90 156.29 0.00 0.00 0.00 0.00 00:56:21 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:32:01 docker0 892.15 805.84 72.86 2690.00 0.00 0.00 0.00 0.00 00:56:21 00:32:01 veth5f29aa5 892.15 805.97 85.06 2690.02 0.00 0.00 0.00 0.00 00:56:21 00:33:01 eth0 477.34 393.15 3671.22 41.92 0.00 0.00 0.00 0.00 00:56:21 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:33:01 docker0 146.86 184.38 10.45 828.60 0.00 0.00 0.00 0.00 00:56:21 00:34:01 veth167e5e5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:21 00:34:01 eth0 35.97 20.30 32.38 13.09 0.00 0.00 0.00 0.00 00:56:21 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:35:02 veth167e5e5 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 00:56:21 00:35:02 eth0 34.10 24.41 16.83 81.49 0.00 0.00 0.00 0.00 00:56:21 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:35:02 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 00:56:21 00:36:02 veth726e59e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:56:21 00:36:02 eth0 225.47 188.87 1700.81 80.19 0.00 0.00 0.00 0.00 00:56:21 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:37:03 veth726e59e 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 00:56:21 00:37:03 eth0 49.54 29.80 158.87 8.90 0.00 0.00 0.00 0.00 00:56:21 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:37:03 docker0 20.79 31.82 1.10 144.56 0.00 0.00 0.00 0.00 00:56:21 00:38:02 veth48f327d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:56:21 00:38:02 vetheb06661 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:56:21 00:38:02 veth726e59e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:38:02 eth0 6.51 3.38 5.38 2.83 0.00 0.00 0.00 0.00 00:56:21 00:39:01 vethcb164a5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:56:21 00:39:01 veth726e59e 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 00:56:21 00:39:01 eth0 221.47 144.52 1803.52 26.37 0.00 0.00 0.00 0.00 00:56:21 00:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:40:01 veth726e59e 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:40:01 eth0 75.39 49.10 161.66 96.57 0.00 0.00 0.00 0.00 00:56:21 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:40:01 vethdf1bb8e 2.21 4.40 0.15 29.20 0.00 0.00 0.00 0.00 00:56:21 00:41:01 eth0 41.09 36.48 21.14 66.04 0.00 0.00 0.00 0.00 00:56:21 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:41:01 docker0 1110.58 1121.98 87.50 4283.36 0.00 0.00 0.00 0.00 00:56:21 00:42:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:43:01 eth0 1.45 0.55 0.59 0.36 0.00 0.00 0.00 0.00 00:56:21 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:44:01 eth0 0.23 0.08 0.02 0.04 0.00 0.00 0.00 0.00 00:56:21 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:45:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:46:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:56:21 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:47:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:48:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:51:01 eth0 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 00:56:21 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:52:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 00:56:21 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:53:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:54:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:55:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:56:21 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:56:01 eth0 193.32 159.40 2157.66 19.60 0.00 0.00 0.00 0.00 00:56:21 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 Average: eth0 103.24 91.38 584.54 23.82 0.00 0.00 0.00 0.00 00:56:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:21 Average: docker0 44.48 44.94 3.50 171.55 0.00 0.00 0.00 0.00 00:56:21 00:56:21 00:56:21 ---> sar -P ALL: 00:56:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/03/21 _x86_64_ (4 CPU) 00:56:21 00:56:21 00:30:11 LINUX RESTART (4 CPU) 00:56:21 00:56:21 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:56:21 00:32:01 all 12.72 0.00 5.40 1.28 0.14 80.47 00:56:21 00:32:01 0 18.13 0.00 8.23 1.96 0.12 71.55 00:56:21 00:32:01 1 9.22 0.00 4.47 0.19 0.12 86.01 00:56:21 00:32:01 2 13.59 0.00 4.13 1.77 0.17 80.34 00:56:21 00:32:01 3 10.00 0.00 4.83 1.20 0.14 83.84 00:56:21 00:33:01 all 10.87 0.00 8.64 4.59 0.25 75.65 00:56:21 00:33:01 0 9.93 0.00 8.45 4.15 0.29 77.18 00:56:21 00:33:01 1 11.59 0.00 8.54 4.50 0.26 75.11 00:56:21 00:33:01 2 11.60 0.00 8.85 6.00 0.17 73.37 00:56:21 00:33:01 3 10.36 0.00 8.73 3.69 0.27 76.95 00:56:21 00:34:01 all 44.77 0.00 12.70 6.16 0.19 36.17 00:56:21 00:34:01 0 43.37 0.00 12.74 6.04 0.16 37.69 00:56:21 00:34:01 1 43.91 0.00 12.73 7.15 0.19 36.02 00:56:21 00:34:01 2 47.90 0.00 12.59 5.02 0.19 34.30 00:56:21 00:34:01 3 43.92 0.00 12.74 6.45 0.21 36.68 00:56:21 00:35:02 all 51.01 0.00 14.08 2.14 0.18 32.60 00:56:21 00:35:02 0 51.43 0.00 14.05 1.50 0.18 32.85 00:56:21 00:35:02 1 49.56 0.00 14.27 2.68 0.16 33.33 00:56:21 00:35:02 2 51.65 0.00 13.67 1.46 0.23 32.99 00:56:21 00:35:02 3 51.38 0.00 14.33 2.92 0.16 31.21 00:56:21 00:36:02 all 24.85 0.00 11.82 5.21 0.23 57.89 00:56:21 00:36:02 0 23.91 0.00 11.66 5.17 0.21 59.06 00:56:21 00:36:02 1 23.47 0.00 11.47 5.33 0.24 59.48 00:56:21 00:36:02 2 26.09 0.00 12.27 6.11 0.24 55.29 00:56:21 00:36:02 3 25.93 0.00 11.89 4.21 0.24 57.72 00:56:21 00:37:03 all 20.73 0.00 30.56 18.60 0.59 29.52 00:56:21 00:37:03 0 21.19 0.00 29.62 16.94 0.58 31.66 00:56:21 00:37:03 1 19.76 0.00 30.04 20.10 0.56 29.54 00:56:21 00:37:03 2 20.99 0.00 30.79 18.80 0.67 28.75 00:56:21 00:37:03 3 20.98 0.00 31.81 18.56 0.53 28.12 00:56:21 00:38:02 all 59.57 0.00 20.04 11.20 0.18 9.01 00:56:21 00:38:02 0 59.79 0.00 19.38 10.80 0.18 9.85 00:56:21 00:38:02 1 58.95 0.00 20.78 11.72 0.15 8.41 00:56:21 00:38:02 2 59.61 0.00 20.09 10.72 0.20 9.37 00:56:21 00:38:02 3 59.93 0.00 19.92 11.56 0.18 8.41 00:56:21 00:39:01 all 22.87 0.00 21.14 28.11 0.34 27.54 00:56:21 00:39:01 0 22.64 0.00 20.87 25.03 0.34 31.13 00:56:21 00:39:01 1 23.29 0.00 21.48 29.31 0.36 25.56 00:56:21 00:39:01 2 23.31 0.00 21.59 27.86 0.32 26.93 00:56:21 00:39:01 3 22.23 0.00 20.63 30.26 0.34 26.55 00:56:21 00:40:01 all 51.39 0.00 20.70 22.36 0.26 5.30 00:56:21 00:40:01 0 50.42 0.00 20.47 21.92 0.32 6.88 00:56:21 00:40:01 1 50.75 0.00 21.13 23.90 0.25 3.97 00:56:21 00:40:01 2 51.99 0.00 19.86 22.82 0.23 5.10 00:56:21 00:40:01 3 52.41 0.00 21.34 20.79 0.23 5.23 00:56:21 00:41:01 all 3.27 0.00 2.94 2.20 0.07 91.52 00:56:21 00:41:01 0 3.24 0.00 2.84 2.59 0.05 91.28 00:56:21 00:41:01 1 3.70 0.00 2.90 3.67 0.10 89.62 00:56:21 00:41:01 2 3.09 0.00 3.07 0.89 0.07 92.88 00:56:21 00:41:01 3 3.06 0.00 2.94 1.65 0.05 92.29 00:56:21 00:42:01 all 0.15 0.00 0.03 0.01 0.00 99.80 00:56:21 00:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:21 00:42:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:56:21 00:42:01 2 0.02 0.00 0.05 0.00 0.00 99.93 00:56:21 00:42:01 3 0.03 0.00 0.02 0.05 0.00 99.90 00:56:21 00:56:21 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:56:21 00:43:01 all 0.17 0.00 0.04 0.00 0.00 99.78 00:56:21 00:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:21 00:43:01 1 0.08 0.00 0.03 0.00 0.00 99.88 00:56:21 00:43:01 2 0.08 0.00 0.07 0.00 0.02 99.83 00:56:21 00:43:01 3 0.48 0.00 0.03 0.00 0.00 99.48 00:56:21 00:44:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:56:21 00:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:56:21 00:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:56:21 00:44:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:56:21 00:44:01 3 0.52 0.00 0.03 0.00 0.02 99.43 00:56:21 00:45:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:56:21 00:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:21 00:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:56:21 00:45:01 2 0.18 0.00 0.03 0.00 0.00 99.78 00:56:21 00:45:01 3 0.38 0.00 0.02 0.00 0.00 99.60 00:56:21 00:46:01 all 0.15 0.00 0.05 0.03 0.00 99.77 00:56:21 00:46:01 0 0.00 0.00 0.02 0.00 0.02 99.97 00:56:21 00:46:01 1 0.05 0.00 0.10 0.02 0.00 99.83 00:56:21 00:46:01 2 0.53 0.00 0.02 0.02 0.00 99.43 00:56:21 00:46:01 3 0.02 0.00 0.07 0.08 0.00 99.83 00:56:21 00:47:02 all 0.16 0.00 0.04 0.00 0.00 99.80 00:56:21 00:47:02 0 0.03 0.00 0.05 0.00 0.00 99.92 00:56:21 00:47:02 1 0.05 0.00 0.03 0.00 0.00 99.92 00:56:21 00:47:02 2 0.53 0.00 0.03 0.00 0.00 99.43 00:56:21 00:47:02 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:21 00:48:01 all 0.14 0.00 0.03 0.00 0.00 99.82 00:56:21 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:21 00:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:56:21 00:48:01 2 0.51 0.00 0.02 0.00 0.02 99.46 00:56:21 00:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:21 00:49:01 all 0.15 0.00 0.02 0.00 0.01 99.81 00:56:21 00:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:56:21 00:49:01 1 0.05 0.00 0.05 0.00 0.02 99.88 00:56:21 00:49:01 2 0.52 0.00 0.00 0.00 0.00 99.48 00:56:21 00:49:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:56:21 00:50:01 all 0.11 0.00 0.04 0.00 0.00 99.85 00:56:21 00:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:56:21 00:50:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:56:21 00:50:01 2 0.38 0.00 0.07 0.00 0.00 99.55 00:56:21 00:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:56:21 00:51:01 all 0.12 0.00 0.03 0.00 0.00 99.85 00:56:21 00:51:01 0 0.35 0.00 0.03 0.00 0.00 99.62 00:56:21 00:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:56:21 00:51:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:21 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:56:21 00:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:56:21 00:52:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:56:21 00:52:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:56:21 00:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:21 00:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:56:21 00:53:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:56:21 00:53:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:56:21 00:53:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:56:21 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:21 00:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:21 00:56:21 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:56:21 00:54:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:56:21 00:54:01 0 0.50 0.00 0.03 0.00 0.00 99.47 00:56:21 00:54:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:56:21 00:54:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:56:21 00:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:56:21 00:55:01 all 0.15 0.00 0.02 0.00 0.01 99.82 00:56:21 00:55:01 0 0.50 0.00 0.02 0.00 0.02 99.47 00:56:21 00:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:56:21 00:55:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:56:21 00:55:01 3 0.02 0.00 0.03 0.00 0.02 99.93 00:56:21 00:56:01 all 4.30 0.00 2.85 2.10 0.02 90.73 00:56:21 00:56:01 0 3.05 0.00 2.43 1.22 0.02 93.28 00:56:21 00:56:01 1 4.89 0.00 3.53 2.50 0.03 89.05 00:56:21 00:56:01 2 3.73 0.00 2.43 1.25 0.02 92.57 00:56:21 00:56:01 3 5.51 0.00 2.99 3.46 0.02 88.02 00:56:21 Average: all 11.88 0.00 5.84 4.00 0.10 78.19 00:56:21 Average: 0 11.94 0.00 5.84 3.75 0.10 78.38 00:56:21 Average: 1 11.55 0.00 5.86 4.27 0.09 78.22 00:56:21 Average: 2 12.21 0.00 5.78 3.95 0.10 77.96 00:56:21 Average: 3 11.83 0.00 5.87 4.02 0.09 78.19 00:56:21 00:56:21 00:56:21