Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at be0d14e436fe9c753018b2c9bd281985489666e3 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from be0d14e436fe9c753018b2c9bd281985489666e3 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-30764 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/85 [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/85 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 Merge succeeded, producing 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 Checking out Revision 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 # timeout=10 Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:20 ========================================================= 00:31:20 EdgeX Global Pipelines Version Info 00:31:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 034ce225e753a43c4a5c51e2d2f0824239af24a0 # timeout=10 00:31:21 ------------------- 00:31:21 stable info: 00:31:21 ------------------- 00:31:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:21 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:31:21 Message: update stable to v1.0.186 00:31:22 ------------------- 00:31:22 experimental info: 00:31:22 ------------------- 00:31:22 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:22 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:31:22 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77cb2d4 [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:25 provisioning config files... 00:31:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/85@tmp/config5713441077645927272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:25 ---> docker-login.sh 00:31:25 nexus3.edgexfoundry.org:10001 00:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:26 Configure a credential helper to remove this warning. See 00:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:26 00:31:26 Login Succeeded 00:31:26 nexus3.edgexfoundry.org:10002 00:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:26 Configure a credential helper to remove this warning. See 00:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:26 00:31:26 Login Succeeded 00:31:26 nexus3.edgexfoundry.org:10003 00:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:26 Configure a credential helper to remove this warning. See 00:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:26 00:31:26 Login Succeeded 00:31:26 nexus3.edgexfoundry.org:10004 00:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:26 Configure a credential helper to remove this warning. See 00:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:26 00:31:26 Login Succeeded 00:31:26 docker.io 00:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:27 Configure a credential helper to remove this warning. See 00:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:27 00:31:27 Login Succeeded 00:31:27 ---> docker-login.sh ends [Pipeline] } 00:31:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:27 ++ 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:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/core-command/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo core-command,cmd/core-command/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/core-data/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo core-data,cmd/core-data/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/core-metadata/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/support-notifications/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/support-scheduler/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:27 + for file in '`ls cmd/**/Dockerfile`' 00:31:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:27 ++ cut -d/ -f2 00:31:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:27 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:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:28 00:31:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:28 latest: Pulling from edgex-devops/git-semver 00:31:28 31603596830f: Pulling fs layer 00:31:28 2a8b12db71e7: Pulling fs layer 00:31:28 6ca5941a6612: Pulling fs layer 00:31:28 ecc8261a40a4: Pulling fs layer 00:31:28 ecc8261a40a4: Waiting 00:31:28 2a8b12db71e7: Verifying Checksum 00:31:28 2a8b12db71e7: Download complete 00:31:28 31603596830f: Verifying Checksum 00:31:28 31603596830f: Download complete 00:31:29 6ca5941a6612: Verifying Checksum 00:31:29 6ca5941a6612: Download complete 00:31:29 ecc8261a40a4: Verifying Checksum 00:31:29 ecc8261a40a4: Download complete 00:31:29 31603596830f: Pull complete 00:31:29 2a8b12db71e7: Pull complete 00:31:30 6ca5941a6612: Pull complete 00:31:30 ecc8261a40a4: Pull complete 00:31:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:30 prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container 00:31:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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:10004/edgex-devops/git-semver:latest cat 00:31:33 $ docker top 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [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:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:34 $ docker exec 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent 00:31:34 SSH_AUTH_SOCK=/tmp/ssh-oABHvGBO5giK/agent.11 00:31:34 SSH_AGENT_PID=16 00:31:34 Running ssh-add (command line suppressed) 00:31:34 Identity added: /w/workspace/edgex-go/85@tmp/private_key_1044708359375572005.key (/w/workspace/edgex-go/85@tmp/private_key_1044708359375572005.key) 00:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:34 + git tag --points-at HEAD [Pipeline] } 00:31:34 $ docker exec --env ******** --env ******** 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent -k 00:31:35 unset SSH_AUTH_SOCK; 00:31:35 unset SSH_AGENT_PID; 00:31:35 echo Agent pid 16 killed; 00:31:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:35 [ssh-agent] Looking for ssh-agent implementation... 00:31:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:35 $ docker exec 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent 00:31:35 SSH_AUTH_SOCK=/tmp/ssh-5RAcKQiurNyA/agent.45 00:31:35 SSH_AGENT_PID=50 00:31:35 Running ssh-add (command line suppressed) 00:31:35 Identity added: /w/workspace/edgex-go/85@tmp/private_key_4969913063225288857.key (/w/workspace/edgex-go/85@tmp/private_key_4969913063225288857.key) 00:31:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:36 + git semver init 00:31:36 # -> Open(): unable to determine branch for HEAD 00:31:36 # $GIT_DIR = /w/workspace/edgex-go/85/.git 00:31:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/85 00:31:36 # $SEMVER_REMOTE_NAME = origin 00:31:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:36 # $SEMVER_USER_NAME = edgex-jenkins 00:31:36 # $SEMVER_BRANCH = PR-2858 00:31:36 # $SEMVER_TEMP = /tmp/semver-813287201 00:31:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:15 # '/tmp/semver-813287201' -> '/w/workspace/edgex-go/85/.semver' 00:32:15 # -> Force: false 00:32:15 # $SEMVER_DIR = /w/workspace/edgex-go/85/.semver [Pipeline] } 00:32:15 $ docker exec --env ******** --env ******** 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent -k 00:32:15 unset SSH_AUTH_SOCK; 00:32:15 unset SSH_AGENT_PID; 00:32:15 echo Agent pid 50 killed; 00:32:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:15 + git semver [Pipeline] } 00:32:15 $ docker stop --time=1 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d 00:32:17 $ docker rm -f 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d [Pipeline] // withDockerContainer [Pipeline] sh 00:32:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:18 Stashed 1 file(s) [Pipeline] echo 00:32:18 [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:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:20 + true 00:32:20 + sudo service docker restart 00:32:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:21 ========================================================= 00:32:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:21 + 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:24 Sending build context to Docker daemon 328.7MB 00:32:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:24 Step 2/6 : FROM ${BASE} 00:32:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:24 188c0c94c7c5: Pulling fs layer 00:32:24 0ef7d3d256c8: Pulling fs layer 00:32:24 de9db76c5a1d: Pulling fs layer 00:32:24 bca2f99d35d6: Pulling fs layer 00:32:24 93359f2a8cfa: Pulling fs layer 00:32:24 7c6f9722023f: Pulling fs layer 00:32:24 a35cf1a2eb13: Pulling fs layer 00:32:24 93359f2a8cfa: Waiting 00:32:24 7c6f9722023f: Waiting 00:32:24 a35cf1a2eb13: Waiting 00:32:24 de9db76c5a1d: Download complete 00:32:24 0ef7d3d256c8: Verifying Checksum 00:32:24 0ef7d3d256c8: Download complete 00:32:24 93359f2a8cfa: Verifying Checksum 00:32:24 93359f2a8cfa: Download complete 00:32:24 7c6f9722023f: Verifying Checksum 00:32:24 7c6f9722023f: Download complete 00:32:24 188c0c94c7c5: Verifying Checksum 00:32:24 188c0c94c7c5: Download complete 00:32:25 188c0c94c7c5: Pull complete 00:32:25 0ef7d3d256c8: Pull complete 00:32:25 de9db76c5a1d: Pull complete 00:32:26 a35cf1a2eb13: Verifying Checksum 00:32:26 a35cf1a2eb13: Download complete 00:32:27 bca2f99d35d6: Verifying Checksum 00:32:27 bca2f99d35d6: Download complete 00:32:34 bca2f99d35d6: Pull complete 00:32:34 93359f2a8cfa: Pull complete 00:32:34 7c6f9722023f: Pull complete 00:32:34 Still waiting to schedule task 00:32:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:38 a35cf1a2eb13: Pull complete 00:32:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:38 ---> a62c8e92a672 00:32:38 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:38 ---> Running in fb37d6c1c6d5 00:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:40 (1/12) Installing libmagic (5.38-r0) 00:32:40 (2/12) Installing file (5.38-r0) 00:32:40 (3/12) Installing libc-dev (0.7.2-r3) 00:32:40 (4/12) Installing g++ (9.3.0-r2) 00:32:49 (5/12) Installing fortify-headers (1.1-r0) 00:32:49 (6/12) Installing patch (2.7.6-r6) 00:32:49 (7/12) Installing build-base (0.5-r2) 00:32:49 (8/12) Installing libsodium (1.0.18-r0) 00:32:49 (9/12) Installing pkgconf (1.7.2-r0) 00:32:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:49 (11/12) Installing libzmq (4.3.3-r0) 00:32:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:49 Executing busybox-1.31.1-r19.trigger 00:32:49 OK: 233 MiB in 51 packages 00:32:53 Removing intermediate container fb37d6c1c6d5 00:32:53 ---> 2fdd079b5fcd 00:32:53 Step 4/6 : WORKDIR /edgex-go 00:32:53 ---> Running in be939034d310 00:32:53 Removing intermediate container be939034d310 00:32:53 ---> 5839bc5e21ae 00:32:53 Step 5/6 : COPY go.mod . 00:32:53 ---> c6fe0498ebbd 00:32:53 Step 6/6 : RUN go mod download 00:32:54 ---> Running in ffb21f36e852 00:33:16 Removing intermediate container ffb21f36e852 00:33:16 ---> 5bcb8d3dbb0b 00:33:16 Successfully built 5bcb8d3dbb0b 00:33:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:16 + docker inspect -f . ci-base-image-x86_64 00:33:16 . [Pipeline] withDockerContainer 00:33:16 prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container 00:33:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:17 $ docker top 4fa643b57de5925f77056d3e8ed22641cd827bc7cd4037ea87c11e82c7092816 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:18 + go version 00:33:18 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:18 $ docker stop --time=1 4fa643b57de5925f77056d3e8ed22641cd827bc7cd4037ea87c11e82c7092816 00:33:19 $ docker rm -f 4fa643b57de5925f77056d3e8ed22641cd827bc7cd4037ea87c11e82c7092816 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:20 + docker inspect -f . ci-base-image-x86_64 00:33:20 . [Pipeline] withDockerContainer 00:33:20 prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container 00:33:20 $ 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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:21 $ docker top 0de1dca212387262aa70b3a99a974726998aa74edd9bc646a047adb63b94d417 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:21 ========================================================= 00:33:21 [edgeXBuildGoParallel] Running Tests and Build... 00:33:21 ========================================================= [Pipeline] sh 00:33:21 + make test 00:33:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:31 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.131s coverage: 100.0% of statements 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.113s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 71.3% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.191s coverage: 82.9% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.087s coverage: 78.9% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.426s coverage: 28.6% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 92.8% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 00:34:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.104s coverage: 81.9% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.6% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 62.4% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 69.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 38.4% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.166s coverage: 87.1% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.819s coverage: 29.1% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.098s coverage: 96.5% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:39 GO111MODULE=on go vet ./... 00:35:12 gofmt -l . 00:35:12 [ "`gofmt -l .`" = "" ] 00:35:12 ./bin/test-go-mod-tidy.sh 00:35:12 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:12 + ls -al . 00:35:12 total 760 00:35:12 drwxrwxr-x 10 1001 1001 4096 Mar 21 00:35 . 00:35:12 drwxr-xr-x 4 root root 30 Mar 21 00:33 .. 00:35:12 -rw-rw-r-- 1 1001 1001 11 Mar 21 00:31 .dockerignore 00:35:12 drwxrwxr-x 8 1001 1001 179 Mar 21 00:31 .git 00:35:12 drwxrwxr-x 3 1001 1001 125 Mar 21 00:31 .github 00:35:12 -rw-rw-r-- 1 1001 1001 818 Mar 21 00:31 .gitignore 00:35:12 drwx------ 3 1001 1001 60 Mar 21 00:32 .semver 00:35:12 -rw-rw-r-- 1 1001 1001 166 Mar 21 00:31 .sonarcloud.properties 00:35:12 -rw-rw-r-- 1 1001 1001 8607 Mar 21 00:31 Attribution.txt 00:35:12 -rw-rw-r-- 1 1001 1001 3804 Mar 21 00:31 CONTRIBUTING.md 00:35:12 -rw-rw-r-- 1 1001 1001 931 Mar 21 00:31 Dockerfile.build 00:35:12 -rw-rw-r-- 1 1001 1001 863 Mar 21 00:31 Jenkinsfile 00:35:12 -rw-rw-r-- 1 1001 1001 10775 Mar 21 00:31 LICENSE 00:35:12 -rw-rw-r-- 1 1001 1001 5774 Mar 21 00:31 Makefile 00:35:12 -rw-rw-r-- 1 1001 1001 6548 Mar 21 00:31 README.md 00:35:12 -rw-rw-r-- 1 1001 1001 6755 Mar 21 00:31 SECURITY.md 00:35:12 -rw-rw-r-- 1 1001 1001 5 Mar 21 00:32 VERSION 00:35:12 -rw-rw-r-- 1 1001 1001 4131 Mar 21 00:31 ZMQWindows.md 00:35:12 drwxrwxr-x 2 1001 1001 117 Mar 21 00:31 bin 00:35:12 drwxrwxr-x 14 1001 1001 4096 Mar 21 00:31 cmd 00:35:12 -rw-r--r-- 1 root root 650607 Mar 21 00:34 coverage.out 00:35:12 -rw-r--r-- 1 root root 1055 Mar 21 00:35 go.mod 00:35:12 -rw-r--r-- 1 root root 22209 Mar 21 00:35 go.sum 00:35:12 drwxrwxr-x 8 1001 1001 127 Mar 21 00:31 internal 00:35:12 drwxrwxr-x 4 1001 1001 26 Mar 21 00:31 openapi 00:35:12 drwxrwxr-x 4 1001 1001 71 Mar 21 00:31 snap 00:35:12 -rw-rw-r-- 1 1001 1001 168 Mar 21 00:31 version.go [Pipeline] sh 00:35:12 + '[' -e coverage.out ] 00:35:12 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:12 Stashed 1 file(s) [Pipeline] sh 00:35:13 + make build 00:35:13 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:18 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:26 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:28 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:30 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: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:35:32 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:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:35 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:36 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:37 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:38 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:40 $ docker stop --time=1 0de1dca212387262aa70b3a99a974726998aa74edd9bc646a047adb63b94d417 00:35:42 $ docker rm -f 0de1dca212387262aa70b3a99a974726998aa74edd9bc646a047adb63b94d417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:44 00:35:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:44 latest: Pulling from edgex-devops/edgex-compose 00:35:44 cbdbe7a5bc2a: Pulling fs layer 00:35:44 ca9280d653b3: Pulling fs layer 00:35:44 7e9c9ca2126c: Pulling fs layer 00:35:45 cbdbe7a5bc2a: Download complete 00:35:45 ca9280d653b3: Verifying Checksum 00:35:45 ca9280d653b3: Download complete 00:35:45 cbdbe7a5bc2a: Pull complete 00:35:46 ca9280d653b3: Pull complete 00:35:46 7e9c9ca2126c: Download complete 00:35:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30768 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:48 Running in /w/workspace/edgex-go/85 [Pipeline] { [Pipeline] checkout 00:35:53 using credential edgex-jenkins-ssh 00:35:53 Cloning the remote Git repository 00:35:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:53 > git init /w/workspace/edgex-go/85 # timeout=10 00:35:53 7e9c9ca2126c: Pull complete 00:35:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:53 prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container 00:35:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:53 > git --version # timeout=10 00:35:53 > git --version # 'git version 2.17.1' 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/heads/*:refs/remotes/origin/* # timeout=10 00:35:56 $ docker top 8c1842b61534a3a6a7894e73feb092122f988ce46159b91ba59c00e9f051eb5f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:56 + docker-compose build --help 00:35:56 + grep parallel 00:35:57 --parallel Build images in parallel. [Pipeline] } 00:35:58 $ docker stop --time=1 8c1842b61534a3a6a7894e73feb092122f988ce46159b91ba59c00e9f051eb5f 00:35:59 $ docker rm -f 8c1842b61534a3a6a7894e73feb092122f988ce46159b91ba59c00e9f051eb5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:00 . [Pipeline] withDockerContainer 00:36:00 prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container 00:36:00 $ 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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:00 $ docker top a98c48b10d28d00e0f1cbc5bb73843c2e5e9f65721b145dd0dc9d276c4ca6802 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:01 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:02 Building docker-core-command-go ... 00:36:02 Building docker-core-data-go ... 00:36:02 Building docker-core-metadata-go ... 00:36:02 Building docker-security-bootstrapper-go ... 00:36:02 Building docker-security-proxy-setup-go ... 00:36:02 Building docker-security-secretstore-setup-go ... 00:36:02 Building docker-support-notifications-go ... 00:36:02 Building docker-support-scheduler-go ... 00:36:02 Building docker-sys-mgmt-agent-go ... 00:36:02 Building docker-core-metadata-go 00:36:02 Building docker-security-proxy-setup-go 00:36:02 Building docker-support-notifications-go 00:36:02 Building docker-support-scheduler-go 00:36:02 Building docker-sys-mgmt-agent-go 00:36:20 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:20 > git config core.sparsecheckout # timeout=10 00:36:20 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:21 > git remote # timeout=10 00:36:21 > git config --get remote.origin.url # timeout=10 00:36:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:21 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 00:36:22 Merge succeeded, producing 07f66b00a33e8b4cd9a28d26ae08562ab92aca58 00:36:22 Checking out Revision 07f66b00a33e8b4cd9a28d26ae08562ab92aca58 (PR-2858) 00:36:22 > git rev-parse HEAD^{commit} # timeout=10 00:36:22 > git config core.sparsecheckout # timeout=10 00:36:22 > git checkout -f 07f66b00a33e8b4cd9a28d26ae08562ab92aca58 # timeout=10 00:36:26 Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" 00:36:26 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:26 > git rev-list --no-walk 034ce225e753a43c4a5c51e2d2f0824239af24a0 # timeout=10 00:36:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:28 + + truesudo 00:36:28 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:30 provisioning config files... 00:36:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/85@tmp/config1138797213388060930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:31 ---> docker-login.sh 00:36:31 nexus3.edgexfoundry.org:10001 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:32 Configure a credential helper to remove this warning. See 00:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:32 00:36:32 Login Succeeded 00:36:32 nexus3.edgexfoundry.org:10002 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 nexus3.edgexfoundry.org:10003 00:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 nexus3.edgexfoundry.org:10004 00:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 docker.io 00:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:34 Configure a credential helper to remove this warning. See 00:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:34 00:36:34 Login Succeeded 00:36:34 ---> docker-login.sh ends [Pipeline] } 00:36:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:35 ========================================================= 00:36:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:35 + 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:38 Sending build context to Docker daemon 166.9MB 00:36:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:38 Step 2/6 : FROM ${BASE} 00:36:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:38 5f621e34cdf4: Pulling fs layer 00:36:38 a4357932f1b6: Pulling fs layer 00:36:38 18c013af1878: Pulling fs layer 00:36:38 00ac8860ef70: Pulling fs layer 00:36:38 63d7cb157983: Pulling fs layer 00:36:38 b116817d02f9: Pulling fs layer 00:36:38 745a02a5169b: Pulling fs layer 00:36:38 b116817d02f9: Waiting 00:36:38 00ac8860ef70: Waiting 00:36:38 63d7cb157983: Waiting 00:36:38 745a02a5169b: Waiting 00:36:38 18c013af1878: Verifying Checksum 00:36:38 18c013af1878: Download complete 00:36:38 a4357932f1b6: Verifying Checksum 00:36:38 a4357932f1b6: Download complete 00:36:38 63d7cb157983: Verifying Checksum 00:36:38 63d7cb157983: Download complete 00:36:38 b116817d02f9: Verifying Checksum 00:36:38 b116817d02f9: Download complete 00:36:38 5f621e34cdf4: Verifying Checksum 00:36:38 5f621e34cdf4: Download complete 00:36:38 5f621e34cdf4: Pull complete 00:36:39 a4357932f1b6: Pull complete 00:36:39 18c013af1878: Pull complete 00:36:40 745a02a5169b: Verifying Checksum 00:36:40 745a02a5169b: Download complete 00:36:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> 5bcb8d3dbb0b 00:36:41 Step 3/22 : WORKDIR /edgex-go 00:36:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> 5bcb8d3dbb0b 00:36:41 Step 3/26 : WORKDIR /edgex-go 00:36:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 00:36:41 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:41 00:36:41 ---> 5bcb8d3dbb0b 00:36:41 ---> 5bcb8d3dbb0b 00:36:41 Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 00:36:41 00:36:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:41 ---> 5bcb8d3dbb0b 00:36:41 Step 3/21 : WORKDIR /edgex-go 00:36:41 ---> Running in 8eea70af28f4 00:36:41 ---> Running in a7aae9a8cbcd 00:36:41 ---> Running in f216855713c5 00:36:41 ---> Running in b0903310e478 00:36:41 ---> Running in f2fec59f46aa 00:36:41 Removing intermediate container a7aae9a8cbcd 00:36:41 ---> 0e7e8d4c496b 00:36:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container f216855713c5 00:36:41 ---> 8a4bea10113e 00:36:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container 8eea70af28f4 00:36:41 ---> 56d5285349fb 00:36:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container f2fec59f46aa 00:36:41 ---> 60b9953315b8 00:36:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container b0903310e478 00:36:41 ---> e51ec50c84ed 00:36:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 ---> Running in bfaaed9e8a61 00:36:41 ---> Running in 43d748a8a343 00:36:41 ---> Running in 463031d65d7a 00:36:41 ---> Running in 7d8a7232a5f2 00:36:41 ---> Running in 004af0a20d52 00:36:41 00ac8860ef70: Verifying Checksum 00:36:41 00ac8860ef70: Download complete 00:36:41 Removing intermediate container 7d8a7232a5f2 00:36:41 ---> 44d898313c60 00:36:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:41 Removing intermediate container 004af0a20d52 00:36:41 ---> 20cd693811bb 00:36:41 Step 5/21 : RUN apk add --update --no-cache make git 00:36:41 Removing intermediate container 43d748a8a343 00:36:41 ---> 32a26777772f 00:36:41 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:41 ---> Running in 32dde66fd243 00:36:41 Removing intermediate container bfaaed9e8a61 00:36:41 ---> 3cdbbb6676c7 00:36:41 Step 5/22 : RUN apk add --update --no-cache make git 00:36:42 Removing intermediate container 463031d65d7a 00:36:42 ---> 15ea9aa47fcc 00:36:42 Step 5/23 : RUN apk add --update --no-cache make git 00:36:42 ---> Running in 4ec94a189d5d 00:36:42 ---> Running in 39fcb0cc0505 00:36:42 ---> Running in 48fb59bacbf6 00:36:42 ---> Running in 1e8b74eff98e 00:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 OK: 233 MiB in 51 packages 00:36:45 OK: 233 MiB in 51 packages 00:36:45 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:47 Removing intermediate container 32dde66fd243 00:36:47 ---> e2be5bb9c1da 00:36:47 Step 6/22 : COPY go.mod . 00:36:47 Removing intermediate container 4ec94a189d5d 00:36:47 ---> 35795a6bac10 00:36:47 Step 6/21 : COPY go.mod . 00:36:47 Removing intermediate container 39fcb0cc0505 00:36:47 ---> ea068218c97e 00:36:47 Step 6/26 : COPY go.mod . 00:36:47 Removing intermediate container 48fb59bacbf6 00:36:47 ---> 1e452e326958 00:36:47 Step 6/22 : COPY go.mod . 00:36:47 Removing intermediate container 1e8b74eff98e 00:36:47 ---> ff292c2f53dc 00:36:47 Step 6/23 : COPY go.mod . 00:36:47 ---> a9f67a750231 00:36:47 Step 7/22 : RUN go mod download 00:36:47 ---> 358dfc287ef1 00:36:47 Step 7/21 : RUN go mod download 00:36:47 ---> Running in 8ffc49d02d4a 00:36:47 ---> db676fbca23b 00:36:47 Step 7/22 : RUN go mod download 00:36:47 ---> Running in d37c9e2a3202 00:36:47 ---> 57aaa076516b 00:36:47 Step 7/26 : RUN go mod download 00:36:47 ---> 2e5766f3425a 00:36:47 Step 7/23 : RUN go mod download 00:36:48 ---> Running in 19c3f1e54537 00:36:48 ---> Running in 58906b5c6cab 00:36:48 ---> Running in 9e07579a295f 00:36:51 Removing intermediate container 9e07579a295f 00:36:51 ---> b185552aac68 00:36:51 Step 8/23 : COPY . . 00:36:51 Removing intermediate container 19c3f1e54537 00:36:51 ---> cc1cdeba5837 00:36:51 Step 8/22 : COPY . . 00:36:51 Removing intermediate container d37c9e2a3202 00:36:51 ---> 989c1fbb5d8a 00:36:51 Step 8/21 : COPY . . 00:36:52 00ac8860ef70: Pull complete 00:36:52 63d7cb157983: Pull complete 00:36:52 b116817d02f9: Pull complete 00:36:55 745a02a5169b: Pull complete 00:36:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:55 ---> b7e6874047d6 00:36:55 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:56 Removing intermediate container 58906b5c6cab 00:36:56 ---> e4d9beb947a3 00:36:56 Step 8/26 : COPY . . 00:36:56 Removing intermediate container 8ffc49d02d4a 00:36:56 ---> 19b29b74f424 00:36:56 Step 8/22 : COPY . . 00:36:59 ---> Running in 703f253d66a4 00:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:02 (1/12) Installing libmagic (5.38-r0) 00:37:03 (2/12) Installing file (5.38-r0) 00:37:03 (3/12) Installing libc-dev (0.7.2-r3) 00:37:03 (4/12) Installing g++ (9.3.0-r2) 00:37:11 (5/12) Installing fortify-headers (1.1-r0) 00:37:11 (6/12) Installing patch (2.7.6-r6) 00:37:11 (7/12) Installing build-base (0.5-r2) 00:37:11 (8/12) Installing libsodium (1.0.18-r0) 00:37:11 (9/12) Installing pkgconf (1.7.2-r0) 00:37:11 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:11 (11/12) Installing libzmq (4.3.3-r0) 00:37:11 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:11 Executing busybox-1.31.1-r19.trigger 00:37:11 OK: 217 MiB in 51 packages 00:37:16 Removing intermediate container 703f253d66a4 00:37:16 ---> 692abb5c4f39 00:37:16 Step 4/6 : WORKDIR /edgex-go 00:37:16 ---> Running in 16b4645afbf5 00:37:16 Removing intermediate container 16b4645afbf5 00:37:16 ---> a83ce4e0e8c8 00:37:16 Step 5/6 : COPY go.mod . 00:37:16 ---> ea6d03ee04be 00:37:16 Step 6/6 : RUN go mod download 00:37:17 ---> Running in cba1061a6c55 00:37:35 ---> 82a422124789 00:37:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:35 ---> be3e21b3dddd 00:37:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:35 ---> b4e249f12d89 00:37:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:35 ---> c3f0920c96f3 00:37:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:35 ---> Running in 05140a41337c 00:37:35 ---> Running in 4ddef53dc8bd 00:37:35 ---> Running in 455489df8d7a 00:37:35 ---> Running in 0a19cf0ce4d4 00:37:35 ---> a15116bd56d4 00:37:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:35 ---> Running in f2426cbbf1be 00:37:35 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:37:35 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:37:35 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:37:35 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:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:43 Removing intermediate container cba1061a6c55 00:37:43 ---> bdb577c3b6f8 00:37:43 Successfully built bdb577c3b6f8 00:37:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:44 + docker inspect -f . ci-base-image-arm64 00:37:44 . [Pipeline] withDockerContainer 00:37:44 prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container 00:37:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:46 $ docker top 4ee85ead059496dd6b2d2eed933d0da2c3773426f0e46e2b369fee4225128c4c -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:47 + go version 00:37:47 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:47 $ docker stop --time=1 4ee85ead059496dd6b2d2eed933d0da2c3773426f0e46e2b369fee4225128c4c 00:37:49 $ docker rm -f 4ee85ead059496dd6b2d2eed933d0da2c3773426f0e46e2b369fee4225128c4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:50 + docker inspect -f . ci-base-image-arm64 00:37:50 . [Pipeline] withDockerContainer 00:37:50 prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container 00:37:50 $ 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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:52 $ docker top 6116cb414b3ee709103636994d6059a88111e76dbdaec1f94dc7795a3b3560c0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:52 ========================================================= 00:37:52 [edgeXBuildGoParallel] Running Tests and Build... 00:37:52 ========================================================= [Pipeline] sh 00:37:53 + make test 00:37:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:13 Removing intermediate container 455489df8d7a 00:38:13 ---> 9a82f4dec964 00:38:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:13 ---> Running in 16b002cc2f70 00:38:14 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:18 Removing intermediate container 4ddef53dc8bd 00:38:18 ---> 55a23c56a31f 00:38:18 00:38:18 Step 10/21 : FROM alpine:3.12 00:38:18 Removing intermediate container f2426cbbf1be 00:38:18 ---> 0cda46fc016a 00:38:18 00:38:18 Step 10/22 : FROM alpine:3.12 00:38:18 Removing intermediate container 05140a41337c 00:38:18 ---> 7b62598e444b 00:38:18 00:38:18 Step 10/22 : FROM alpine:3.12 00:38:18 3.12: Pulling from library/alpine 00:38:18 3.12: Pulling from library/alpine 00:38:18 3.12: Pulling from library/alpine 00:38:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:38:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:38:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:38:19 Status: Downloaded newer image for alpine:3.12 00:38:19 ---> 88dd2752d2ea 00:38:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:19 Status: Downloaded newer image for alpine:3.12 00:38:19 ---> 88dd2752d2ea 00:38:19 Step 11/21 : RUN apk add --update --no-cache curl 00:38:19 Status: Image is up to date for alpine:3.12 00:38:19 ---> 88dd2752d2ea 00:38:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:19 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:20 Removing intermediate container 16b002cc2f70 00:38:20 ---> c60b8b7aa649 00:38:20 00:38:20 Step 11/26 : FROM docker:20.10.0 00:38:20 20.10.0: Pulling from library/docker 00:38:20 ---> Running in b0a5125dd8ab 00:38:20 ---> Running in 99c1d820b3d4 00:38:20 ---> Running in 7ee3e190f77e 00:38:20 Removing intermediate container 0a19cf0ce4d4 00:38:20 ---> 774a735dc262 00:38:20 00:38:20 Step 10/23 : FROM alpine:3.12 00:38:20 ---> 88dd2752d2ea 00:38:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:21 ---> Running in 1224a2a1058c 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 (1/1) Installing dumb-init (1.2.2-r1) 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 OK: 6 MiB in 15 packages 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 (1/2) Installing ca-certificates (20191127-r4) 00:38:22 (2/2) Installing dumb-init (1.2.2-r1) 00:38:22 (1/4) Installing ca-certificates (20191127-r4) 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 Executing ca-certificates-20191127-r4.trigger 00:38:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:23 (3/4) Installing libcurl (7.69.1-r3) 00:38:23 (4/4) Installing curl (7.69.1-r3) 00:38:23 Executing busybox-1.31.1-r19.trigger 00:38:23 Executing ca-certificates-20191127-r4.trigger 00:38:23 OK: 6 MiB in 16 packages 00:38:23 (1/1) Installing dumb-init (1.2.2-r1) 00:38:23 Executing busybox-1.31.1-r19.trigger 00:38:23 OK: 6 MiB in 15 packages 00:38:23 OK: 7 MiB in 18 packages 00:38:28 Removing intermediate container b0a5125dd8ab 00:38:28 ---> c7393c72abbf 00:38:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:28 Removing intermediate container 7ee3e190f77e 00:38:28 ---> 1ff227b7f3cf 00:38:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:28 ---> Running in dbf8ebbe9f39 00:38:28 Removing intermediate container 99c1d820b3d4 00:38:28 ---> bfe0dfac7327 00:38:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:28 Removing intermediate container 1224a2a1058c 00:38:28 ---> f97d07562759 00:38:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:28 ---> Running in d9953123c867 00:38:28 Status: Downloaded newer image for docker:20.10.0 00:38:28 ---> aefe523efa57 00:38:28 Step 12/26 : RUN apk add --no-cache bash 00:38:28 ---> Running in 737a82c64468 00:38:28 ---> Running in a277d9cdd112 00:38:28 ---> Running in f33f6f074457 00:38:28 Removing intermediate container dbf8ebbe9f39 00:38:28 ---> 3c3c3de7c272 00:38:28 Step 13/22 : ENV APP_PORT=48085 00:38:28 Removing intermediate container d9953123c867 00:38:28 ---> 910137f79a79 00:38:28 Step 13/22 : ENV APP_PORT=48060 00:38:28 ---> Running in 91da378e3ee2 00:38:28 Removing intermediate container 737a82c64468 00:38:28 ---> 4666923e12d9 00:38:28 Step 13/21 : WORKDIR /edgex 00:38:28 ---> Running in 33b8f660472c 00:38:28 Removing intermediate container a277d9cdd112 00:38:28 ---> bac1d38754fb 00:38:28 Step 13/23 : ENV APP_PORT=48081 00:38:28 ---> Running in 8c456f2353d8 00:38:29 ---> Running in d294716cc6ef 00:38:29 Removing intermediate container 91da378e3ee2 00:38:29 ---> cae47d7874f8 00:38:29 Step 14/22 : EXPOSE $APP_PORT 00:38:29 Removing intermediate container 33b8f660472c 00:38:29 ---> 807244a22433 00:38:29 Step 14/22 : EXPOSE $APP_PORT 00:38:29 ---> Running in cb884bbe918f 00:38:29 ---> Running in 1839a641124a 00:38:29 Removing intermediate container 8c456f2353d8 00:38:29 ---> b1769e8e67d8 00:38:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:29 Removing intermediate container d294716cc6ef 00:38:29 ---> 4e84bd9fb426 00:38:29 Step 14/23 : EXPOSE $APP_PORT 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 ---> Running in 5c2935d78c5e 00:38:29 (1/2) Installing readline (8.0.4-r0) 00:38:29 (2/2) Installing bash (5.0.17-r0) 00:38:29 Removing intermediate container cb884bbe918f 00:38:29 ---> b27dc915e8ed 00:38:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:29 Executing bash-5.0.17-r0.post-install 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 OK: 12 MiB in 22 packages 00:38:29 Removing intermediate container 1839a641124a 00:38:29 ---> 9f5c12e625cf 00:38:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:30 ---> 0aa573943f8e 00:38:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:30 Removing intermediate container 5c2935d78c5e 00:38:30 ---> 9f95ac0f931a 00:38:30 Step 15/23 : WORKDIR / 00:38:30 ---> 9b71928a6e84 00:38:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:30 ---> Running in 7169ad732c28 00:38:30 ---> d33d8b187589 00:38:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:30 ---> 45107800c25b 00:38:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:30 Removing intermediate container 7169ad732c28 00:38:30 ---> 4689d2ab6fcd 00:38:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:30 Removing intermediate container f33f6f074457 00:38:30 ---> b53dc9776d7f 00:38:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:31 ---> Running in ff8a4c8c72f7 00:38:31 ---> 390ff97684ce 00:38:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:31 ---> a4a229a849de 00:38:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:31 ---> 69950c6f43ba 00:38:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:31 ---> 6e594b7d5391 00:38:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:31 Removing intermediate container ff8a4c8c72f7 00:38:31 ---> 2d7d603a3579 00:38:31 Step 14/26 : ENV APP_PORT=48090 00:38:31 ---> Running in 4198154e4765 00:38:31 ---> Running in f99516113367 00:38:31 ---> e33f374079ef 00:38:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:31 ---> 292bac662af6 00:38:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:31 Removing intermediate container 4198154e4765 00:38:31 ---> 0e857f4d65ff 00:38:31 Step 18/21 : CMD ["--init=true"] 00:38:32 ---> Running in 500b7d214352 00:38:32 ---> Running in 4b283afbdbf2 00:38:32 ---> Running in b0eca1011421 00:38:32 Removing intermediate container f99516113367 00:38:32 ---> 717f0395a1bd 00:38:32 Step 15/26 : EXPOSE $APP_PORT 00:38:32 ---> 34e5c9a5d251 00:38:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:32 ---> Running in 5a4d67fddfe2 00:38:32 Removing intermediate container 4b283afbdbf2 00:38:32 ---> 2202ec524063 00:38:32 Step 19/21 : LABEL arch=x86_64 00:38:32 Removing intermediate container 500b7d214352 00:38:32 ---> c97ec470c400 00:38:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:32 Removing intermediate container b0eca1011421 00:38:32 ---> 2d1947052dcc 00:38:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:33 Removing intermediate container 5a4d67fddfe2 00:38:33 ---> ca14a695bada 00:38:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:33 ---> Running in 3c2c3a0d27cf 00:38:33 ---> Running in d53164961fdd 00:38:33 ---> Running in 27c81094f7c7 00:38:33 ---> 3dd3579f89d2 00:38:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:33 ---> Running in 84826fcd78d8 00:38:33 Removing intermediate container 3c2c3a0d27cf 00:38:33 ---> 76231caca647 00:38:33 Step 20/21 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:38:33 Removing intermediate container d53164961fdd 00:38:33 ---> c672961027d9 00:38:33 Step 20/22 : LABEL arch=x86_64 00:38:33 Removing intermediate container 27c81094f7c7 00:38:33 ---> 62f65550e8fb 00:38:33 Step 20/22 : LABEL arch=x86_64 00:38:33 Removing intermediate container 84826fcd78d8 00:38:33 ---> a39a25dbc3c8 00:38:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:33 ---> Running in 64643fd05a7f 00:38:33 ---> Running in 56819d66b13b 00:38:33 ---> Running in 201a62e232a2 00:38:33 ---> 07dd72ccc75b 00:38:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:33 ---> Running in 37199d3c985d 00:38:34 Removing intermediate container 201a62e232a2 00:38:34 ---> 26b953b6b3f1 00:38:34 Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:38:34 Removing intermediate container 56819d66b13b 00:38:34 ---> bb881b7e094a 00:38:34 Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:38:34 Removing intermediate container 64643fd05a7f 00:38:34 ---> ac76bdf9c868 00:38:34 Step 21/21 : LABEL version=0.0.0 00:38:34 Removing intermediate container 37199d3c985d 00:38:34 ---> dc4116dcd3c1 00:38:34 Step 21/23 : LABEL arch=x86_64 00:38:34 ---> Running in 20ad86405b4d 00:38:34 ---> Running in f62338386530 00:38:34 ---> Running in 2f055fb60886 00:38:34 ---> ceb6cdd6da60 00:38:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:34 ---> Running in c4fe4ff31ea1 00:38:34 Removing intermediate container 2f055fb60886 00:38:34 ---> 313e6bc8b0c4 00:38:34 Step 22/22 : LABEL version=0.0.0 00:38:34 Removing intermediate container f62338386530 00:38:34 ---> 0cadb2f34fe2 00:38:34 00:38:34 Removing intermediate container 20ad86405b4d 00:38:34 ---> c20c264fc0e8 00:38:34 Step 22/22 : LABEL version=0.0.0 00:38:34 Removing intermediate container c4fe4ff31ea1 00:38:34 ---> c6c293623239 00:38:34 Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:38:34 ---> Running in e6dc303028d6 00:38:34 ---> Running in 6ed525a77cf4 00:38:34 ---> Running in a500c35cd93c 00:38:34 ---> 0e1bc035668f 00:38:34 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:35 Successfully built 0cadb2f34fe2 00:38:35 Successfully tagged docker-security-proxy-setup-go:latest 00:38:35 Building docker-security-bootstrapper-go 00:38:35  Building docker-security-proxy-setup-go ... done  ---> Running in 0aae533ffa8e 00:38:35 Removing intermediate container e6dc303028d6 00:38:35 ---> 55ef69fb0bd1 00:38:35 00:38:35 Removing intermediate container 6ed525a77cf4 00:38:35 ---> 663a28684a64 00:38:35 Step 23/23 : LABEL version=0.0.0 00:38:35 Removing intermediate container a500c35cd93c 00:38:35 ---> 2308333741ed 00:38:35 00:38:35 Successfully built 55ef69fb0bd1 00:38:35 Successfully tagged docker-support-notifications-go:latest 00:38:35  Building docker-support-notifications-go ... done Building docker-core-command-go 00:38:35 ---> Running in 19449ba4b84b 00:38:36 Successfully built 2308333741ed 00:38:36 Successfully tagged docker-support-scheduler-go:latest 00:38:36 Building docker-core-data-go 00:38:36  Building docker-support-scheduler-go ... done Removing intermediate container 19449ba4b84b 00:38:36 ---> c1a851a85947 00:38:36 00:38:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 Successfully built c1a851a85947 00:38:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:36 Successfully tagged docker-core-metadata-go:latest 00:38:36  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:38:36 (1/33) Installing libbz2 (1.0.8-r1) 00:38:36 (2/33) Installing expat (2.2.9-r1) 00:38:36 (3/33) Installing libffi (3.3-r2) 00:38:36 (4/33) Installing gdbm (1.13-r1) 00:38:36 (5/33) Installing xz-libs (5.2.5-r0) 00:38:36 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:36 (7/33) Installing python3 (3.8.8-r0) 00:38:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:43 (11/33) Installing py3-six (1.15.0-r0) 00:38:43 (12/33) Installing py3-packaging (20.4-r0) 00:38:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:43 (15/33) Installing py3-idna (2.9-r0) 00:38:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:43 (18/33) Installing py3-requests (2.23.0-r0) 00:38:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:46 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:47 (24/33) Installing py3-distro (1.5.0-r1) 00:38:47 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:47 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:47 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:47 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:47 (29/33) Installing py3-progress (1.5-r0) 00:38:47 (30/33) Installing py3-toml (0.10.1-r0) 00:38:47 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:47 (33/33) Installing py3-pip (20.1.1-r0) 00:38:47 Executing busybox-1.31.1-r19.trigger 00:38:47 OK: 71 MiB in 55 packages 00:39:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:14 ---> 5bcb8d3dbb0b 00:39:14 Step 3/23 : WORKDIR /edgex-go 00:39:14 ---> Using cache 00:39:14 ---> e51ec50c84ed 00:39:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Using cache 00:39:14 ---> 20cd693811bb 00:39:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:14 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:14 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:39:14 ---> 5bcb8d3dbb0b 00:39:14 Step 3/31 : WORKDIR /edgex-go 00:39:14 ---> Using cache 00:39:14 ---> e51ec50c84ed 00:39:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Using cache 00:39:14 ---> 20cd693811bb 00:39:14 Step 5/31 : RUN apk add --update --no-cache make git 00:39:14 ---> Using cache 00:39:14 ---> 35795a6bac10 00:39:14 Step 6/31 : COPY go.mod . 00:39:14 ---> Using cache 00:39:14 ---> 358dfc287ef1 00:39:14 Step 7/31 : RUN go mod download 00:39:14 ---> Using cache 00:39:14 ---> 989c1fbb5d8a 00:39:14 Step 8/31 : COPY . . 00:39:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:14 ---> 5bcb8d3dbb0b 00:39:14 Step 3/23 : WORKDIR /edgex-go 00:39:14 ---> Using cache 00:39:14 ---> e51ec50c84ed 00:39:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Using cache 00:39:14 ---> 20cd693811bb 00:39:14 Step 5/23 : RUN apk add --update --no-cache make git 00:39:14 ---> Using cache 00:39:14 ---> 35795a6bac10 00:39:14 Step 6/23 : COPY go.mod . 00:39:14 ---> Using cache 00:39:14 ---> 358dfc287ef1 00:39:14 Step 7/23 : RUN go mod download 00:39:14 ---> Using cache 00:39:14 ---> 989c1fbb5d8a 00:39:14 Step 8/23 : COPY . . 00:39:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:14 ---> 5bcb8d3dbb0b 00:39:14 Step 3/24 : WORKDIR /edgex-go 00:39:14 ---> Using cache 00:39:14 ---> e51ec50c84ed 00:39:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Using cache 00:39:14 ---> 20cd693811bb 00:39:14 Step 5/24 : RUN apk add --update --no-cache make git 00:39:14 ---> Using cache 00:39:14 ---> 35795a6bac10 00:39:14 Step 6/24 : COPY go.mod . 00:39:14 ---> Using cache 00:39:14 ---> 358dfc287ef1 00:39:14 Step 7/24 : RUN go mod download 00:39:14 ---> Using cache 00:39:14 ---> 989c1fbb5d8a 00:39:14 Step 8/24 : COPY . . 00:39:14 ---> Using cache 00:39:14 ---> be3e21b3dddd 00:39:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:14 ---> Using cache 00:39:14 ---> be3e21b3dddd 00:39:14 Step 9/23 : RUN make cmd/core-command/core-command 00:39:14 ---> Using cache 00:39:14 ---> be3e21b3dddd 00:39:14 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:39:14 ---> Running in 3894ff6fb244 00:39:14 ---> Running in e6e88fc30152 00:39:14 ---> Running in 6c01cce473a1 00:39:14 ---> Running in fa49f9e07331 00:39:15 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:39:15 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:15 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:39:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:16 Removing intermediate container 0aae533ffa8e 00:39:16 ---> 7ff6292bc67c 00:39:16 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:16 ---> Running in 77fe85053b9d 00:39:17 OK: 233 MiB in 51 packages 00:39:18 Removing intermediate container fa49f9e07331 00:39:18 ---> 306aad9590ce 00:39:18 Step 6/23 : COPY go.mod . 00:39:19 ---> b7f619f88bd6 00:39:19 Step 7/23 : RUN go mod download 00:39:19 ---> Running in d76830e17601 00:39:22 Collecting docker-compose==1.23.2 00:39:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:22 Collecting docopt<0.7,>=0.6.1 00:39:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:25 Removing intermediate container d76830e17601 00:39:25 ---> 1b653cc46d15 00:39:25 Step 8/23 : COPY . . 00:39:25 Collecting cached-property<2,>=1.2.0 00:39:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:26 Collecting texttable<0.10,>=0.9.0 00:39:26 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:28 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:29 Collecting PyYAML<4,>=3.10 00:39:29 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:32 Collecting jsonschema<3,>=2.5.1 00:39:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:32 Collecting websocket-client<1.0,>=0.32.0 00:39:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:39:33 Collecting docker<4.0,>=3.6.0 00:39:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:33 Collecting dockerpty<0.5,>=0.4.1 00:39:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:35 Collecting urllib3<1.25,>=1.21.1 00:39:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:35 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:35 Collecting idna<2.8,>=2.5 00:39:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:35 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:35 Collecting docker-pycreds>=0.4.0 00:39:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:36 Installing collected packages: docopt, urllib3, idna, requests, cached-property, texttable, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docker-compose 00:39:36 Running setup.py install for docopt: started 00:39:37 Running setup.py install for docopt: finished with status 'done' 00:39:37 Attempting uninstall: urllib3 00:39:37 Found existing installation: urllib3 1.25.9 00:39:37 Uninstalling urllib3-1.25.9: 00:39:37 Successfully uninstalled urllib3-1.25.9 00:39:38 Attempting uninstall: idna 00:39:38 Found existing installation: idna 2.9 00:39:38 Uninstalling idna-2.9: 00:39:38 Successfully uninstalled idna-2.9 00:39:39 Attempting uninstall: requests 00:39:39 Found existing installation: requests 2.23.0 00:39:39 Uninstalling requests-2.23.0: 00:39:39 Successfully uninstalled requests-2.23.0 00:39:41 Running setup.py install for texttable: started 00:39:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:43 Running setup.py install for texttable: finished with status 'done' 00:39:43 Running setup.py install for PyYAML: started 00:39:45 Running setup.py install for PyYAML: finished with status 'done' 00:39:47 Running setup.py install for dockerpty: started 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.109s coverage: 19.8% of statements 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.251s coverage: 100.0% of statements 00:39:49 Running setup.py install for dockerpty: finished with status 'done' 00:39:50 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:55 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:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.288s coverage: 71.3% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:59 ---> 21aa23d4f85f 00:39:59 Step 9/23 : RUN make cmd/core-data/core-data 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.485s coverage: 82.9% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.121s coverage: 78.9% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:59 Removing intermediate container 77fe85053b9d 00:39:59 ---> 1472a61added 00:39:59 Step 21/26 : RUN apk --no-cache add curl 00:39:59 ---> Running in 5293b80693c7 00:39:59 ---> Running in 3e25e5a0d967 00:40:00 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:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:01 (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:05 Removing intermediate container 6c01cce473a1 00:40:05 ---> 8d417b39e2bd 00:40:05 00:40:05 Step 10/31 : FROM alpine:3.12 00:40:05 Removing intermediate container 3894ff6fb244 00:40:05 ---> 74d46c50961c 00:40:05 00:40:05 Step 10/23 : FROM alpine:3.12 00:40:05 ---> 88dd2752d2ea 00:40:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:05 ---> 88dd2752d2ea 00:40:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:05 ---> Using cache 00:40:05 ---> f97d07562759 00:40:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:05 ---> Using cache 00:40:05 ---> bac1d38754fb 00:40:05 Step 13/23 : ENV APP_PORT=48082 00:40:05 Removing intermediate container 3e25e5a0d967 00:40:05 ---> 691c5d1ebd06 00:40:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:05 Removing intermediate container e6e88fc30152 00:40:05 ---> 990c102b2b90 00:40:05 00:40:05 Step 10/24 : FROM alpine:3.12 00:40:05 ---> 88dd2752d2ea 00:40:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:40:05 ---> Running in e1a934cf2ddf 00:40:05 ---> Running in d42abc3ce06c 00:40:05 ---> Running in bb694284f7cf 00:40:06 ---> Running in f75ccd4bfff4 00:40:06 Removing intermediate container d42abc3ce06c 00:40:06 ---> 85608668bff9 00:40:06 Step 14/23 : EXPOSE $APP_PORT 00:40:06 Removing intermediate container bb694284f7cf 00:40:06 ---> e842fdf57ec6 00:40:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:06 Removing intermediate container e1a934cf2ddf 00:40:06 ---> 81d3736dcc23 00:40:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:40:06 ---> Running in 5fea4fb424cd 00:40:07 ---> Running in 125c48583b0a 00:40:07 ---> Running in c9ca43d959e8 00:40:07 Removing intermediate container 5fea4fb424cd 00:40:07 ---> cc5997492cfd 00:40:07 Step 15/23 : WORKDIR / 00:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:07 ---> Running in a83612a0c91e 00:40:07 Removing intermediate container c9ca43d959e8 00:40:07 ---> f14a4209a925 00:40:07 Step 24/26 : LABEL arch=x86_64 00:40:07 (1/5) Installing ca-certificates (20191127-r4) 00:40:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:40:07 (3/5) Installing libcurl (7.69.1-r3) 00:40:07 (4/5) Installing curl (7.69.1-r3) 00:40:07 (5/5) Installing dumb-init (1.2.2-r1) 00:40:07 Executing busybox-1.31.1-r19.trigger 00:40:07 Executing ca-certificates-20191127-r4.trigger 00:40:07 OK: 7 MiB in 19 packages 00:40:08 ---> Running in cc3841080006 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:08 (1/2) Installing dumb-init (1.2.2-r1) 00:40:08 (2/2) Installing su-exec (0.2-r1) 00:40:08 Executing busybox-1.31.1-r19.trigger 00:40:08 OK: 6 MiB in 16 packages 00:40:08 Removing intermediate container a83612a0c91e 00:40:08 ---> 43d34468817a 00:40:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:09 Removing intermediate container cc3841080006 00:40:09 ---> 82e68a169d9f 00:40:09 Step 25/26 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:40:09 ---> Running in 9f837d7d0d4f 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.249s coverage: 28.6% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.131s coverage: 100.0% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.336s coverage: 86.7% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:09 ---> f66e15aeaedb 00:40:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:10 Removing intermediate container 125c48583b0a 00:40:10 ---> 6a5da895eaa2 00:40:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:40:10 Removing intermediate container 9f837d7d0d4f 00:40:10 ---> 595ef3cf8f48 00:40:10 Step 26/26 : LABEL version=0.0.0 00:40:10 Removing intermediate container f75ccd4bfff4 00:40:10 ---> 334cd3a18de5 00:40:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:10 ---> Running in 8f6ac3239084 00:40:10 ---> Running in 8aab8f5b3153 00:40:10 ---> Running in a1ad0f026d59 00:40:12 Removing intermediate container 8aab8f5b3153 00:40:12 ---> b2114e1592bd 00:40:12 00:40:12 Removing intermediate container a1ad0f026d59 00:40:12 ---> aee9b17eea6c 00:40:12 Step 13/24 : WORKDIR / 00:40:12 Removing intermediate container 8f6ac3239084 00:40:12 ---> 215537abe133 00:40:12 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:12 ---> a3a59733245a 00:40:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:12 ---> Running in c99318046b00 00:40:12 ---> Running in 709be7da8059 00:40:12 Successfully built b2114e1592bd 00:40:12 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:12  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 709be7da8059 00:40:12 ---> 56b843dec58b 00:40:12 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:12 Removing intermediate container c99318046b00 00:40:12 ---> e9b96983ba32 00:40:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:12 ---> ad529e048c83 00:40:12 Step 19/23 : ENTRYPOINT ["/core-command"] 00:40:12 ---> Running in bc397e3cddd4 00:40:13 ---> Running in 504f44581ef5 00:40:13 ---> baa341d5ae57 00:40:13 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:13 Removing intermediate container 504f44581ef5 00:40:13 ---> 0e9ef8bc1ef2 00:40:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:13 ---> Running in ed5fc92812cd 00:40:14 ---> d035c3d7118c 00:40:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:14 Removing intermediate container ed5fc92812cd 00:40:14 ---> 5a14d165a176 00:40:14 Step 21/23 : LABEL arch=x86_64 00:40:14 ---> Running in c04b82d8461d 00:40:14 ---> acff79ecb23a 00:40:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:14 Removing intermediate container c04b82d8461d 00:40:14 ---> e918003d53cc 00:40:14 Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:40:14 Removing intermediate container bc397e3cddd4 00:40:14 ---> c8a4c14f55b1 00:40:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:40:14 ---> Running in ce12a9e96efd 00:40:14 ---> Running in 1485e4227bdd 00:40:15 Removing intermediate container ce12a9e96efd 00:40:15 ---> 5c6aa62ab19c 00:40:15 Step 23/23 : LABEL version=0.0.0 00:40:15 Removing intermediate container 1485e4227bdd 00:40:15 ---> 61bb04623a2d 00:40:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:15 ---> 3e0306493786 00:40:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:15 ---> Running in adf6dc571e97 00:40:16 Removing intermediate container adf6dc571e97 00:40:16 ---> c5dd4e5ea558 00:40:16 00:40:16 ---> 43825bc44f95 00:40:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:16 ---> Running in a485fe5a6010 00:40:16 Successfully built c5dd4e5ea558 00:40:16 ---> a77ef16434a4 00:40:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:16 Successfully tagged docker-core-command-go:latest 00:40:17  Building docker-core-command-go ... done  ---> e9bf937b5215 00:40:17 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:17 ---> Running in 2e9c346b5783 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.294s coverage: 92.8% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.231s coverage: 0.1% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 47.1% of statements 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements 00:40:18 Removing intermediate container a485fe5a6010 00:40:18 ---> 9194f024a6f8 00:40:18 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:18 Removing intermediate container 2e9c346b5783 00:40:18 ---> 19437755c793 00:40:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:18 ---> Running in 88dfe906fda0 00:40:18 ---> e43aa83fcf0c 00:40:18 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:19 Removing intermediate container 88dfe906fda0 00:40:19 ---> 93edc83beb66 00:40:19 Step 22/24 : LABEL arch=x86_64 00:40:19 ---> Running in 26b9ed010c3b 00:40:19 Removing intermediate container 26b9ed010c3b 00:40:19 ---> 59bebc38d151 00:40:19 Step 23/24 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:40:19 ---> Running in 2006e51be81f 00:40:19 ---> 8a1529cc8d75 00:40:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:20 Removing intermediate container 2006e51be81f 00:40:20 ---> b045c50be8be 00:40:20 Step 24/24 : LABEL version=0.0.0 00:40:20 ---> Running in 286db7c10b6e 00:40:20 ---> 62f06458f706 00:40:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:22 Removing intermediate container 286db7c10b6e 00:40:22 ---> c9606d417ca6 00:40:22 00:40:22 ---> 5533d95302fb 00:40:22 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:40:22 Successfully built c9606d417ca6 00:40:22 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:22  Building docker-security-secretstore-setup-go ... done  ---> a1d12abf9187 00:40:22 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:40:22 ---> Running in 6bae6d82a000 00:40:23 Removing intermediate container 6bae6d82a000 00:40:23 ---> dd4a957f3a38 00:40:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:26 ---> 069e7df5090c 00:40:26 Step 26/31 : RUN chmod +x /entrypoint.sh 00:40:26 Removing intermediate container 5293b80693c7 00:40:26 ---> 783439f8e9e2 00:40:26 00:40:26 Step 10/23 : FROM alpine:3.12 00:40:26 ---> 88dd2752d2ea 00:40:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:26 ---> Running in 0b4321854e50 00:40:26 ---> Running in fe0216b1d4cd 00:40:26 Removing intermediate container fe0216b1d4cd 00:40:26 ---> 0f42c0e65bd3 00:40:26 Step 12/23 : ENV APP_PORT=48080 00:40:26 ---> Running in 57cbf8c61962 00:40:26 Removing intermediate container 57cbf8c61962 00:40:26 ---> 22131fd75501 00:40:26 Step 13/23 : EXPOSE $APP_PORT 00:40:26 ---> Running in fc374bb87528 00:40:26 Removing intermediate container fc374bb87528 00:40:26 ---> b473560755f2 00:40:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:26 ---> Running in 892d047ebca7 00:40:27 Removing intermediate container 0b4321854e50 00:40:27 ---> ce51920556fc 00:40:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:40:27 ---> Running in 9bf3f46e2894 00:40:27 Removing intermediate container 9bf3f46e2894 00:40:27 ---> 0832fe205378 00:40:27 Step 28/31 : CMD ["gate"] 00:40:27 ---> Running in 1a75fa900d33 00:40:28 Removing intermediate container 1a75fa900d33 00:40:28 ---> 6abe929a7a6d 00:40:28 Step 29/31 : LABEL arch=x86_64 00:40:28 Removing intermediate container 892d047ebca7 00:40:28 ---> ea60c1c50314 00:40:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:28 ---> Running in ab0991f0d2fd 00:40:28 ---> Running in 967e21ae1471 00:40:28 Removing intermediate container ab0991f0d2fd 00:40:28 ---> 98c6fbb4aa86 00:40:28 Step 30/31 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:40:28 ---> Running in 934dbadfe270 00:40:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:29 Removing intermediate container 934dbadfe270 00:40:29 ---> 3d993b17328b 00:40:29 Step 31/31 : LABEL version=0.0.0 00:40:29 ---> Running in 604c53e2a8d8 00:40:29 Removing intermediate container 604c53e2a8d8 00:40:29 ---> f0dd096c45cd 00:40:29 00:40:29 Successfully built f0dd096c45cd 00:40:29 Successfully tagged docker-security-bootstrapper-go:latest 00:40:29  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 00:40:30 (1/6) Installing dumb-init (1.2.2-r1) 00:40:30 (2/6) Installing libgcc (9.3.0-r2) 00:40:30 (3/6) Installing libsodium (1.0.18-r0) 00:40:31 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:31 (5/6) Installing libzmq (4.3.3-r0) 00:40:31 (6/6) Installing zeromq (4.3.3-r0) 00:40:31 Executing busybox-1.31.1-r19.trigger 00:40:31 OK: 8 MiB in 20 packages 00:40:32 Removing intermediate container 967e21ae1471 00:40:32 ---> 463021773bd8 00:40:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:32 ---> faed0f1c0330 00:40:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:33 ---> 173fe9e4fcf0 00:40:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:33 ---> 50e8f3ce3bbe 00:40:33 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:33 ---> Running in 484140fab49e 00:40:33 Removing intermediate container 484140fab49e 00:40:33 ---> a1efad7858c9 00:40:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:33 ---> Running in 15fc14fc1fa3 00:40:34 Removing intermediate container 15fc14fc1fa3 00:40:34 ---> 0bc1a6dc0d9a 00:40:34 Step 21/23 : LABEL arch=x86_64 00:40:34 ---> Running in aed869b4c8d8 00:40:34 Removing intermediate container aed869b4c8d8 00:40:34 ---> 9a356c0414d5 00:40:34 Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:40:34 ---> Running in 37f3606dbd65 00:40:34 Removing intermediate container 37f3606dbd65 00:40:34 ---> 79e80bc0db0f 00:40:34 Step 23/23 : LABEL version=0.0.0 00:40:34 ---> Running in 372dd5737fc1 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.253s coverage: 81.9% of statements 00:40:34 Removing intermediate container 372dd5737fc1 00:40:34 ---> 944f8e2a7806 00:40:34 00:40:34 Successfully built 944f8e2a7806 00:40:34 Successfully tagged docker-core-data-go:latest 00:40:35  Building docker-core-data-go ... done  [Pipeline] } 00:40:35 $ docker stop --time=1 a98c48b10d28d00e0f1cbc5bb73843c2e5e9f65721b145dd0dc9d276c4ca6802 00:40:37 $ docker rm -f a98c48b10d28d00e0f1cbc5bb73843c2e5e9f65721b145dd0dc9d276c4ca6802 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:37 + docker images 00:40:37 + grep docker 00:40:37 docker-core-data-go latest 944f8e2a7806 3 seconds ago 22.6MB 00:40:37 docker-security-bootstrapper-go latest f0dd096c45cd 8 seconds ago 18.8MB 00:40:37 docker-security-secretstore-setup-go latest c9606d417ca6 16 seconds ago 24.9MB 00:40:37 docker-core-command-go latest c5dd4e5ea558 22 seconds ago 17.3MB 00:40:37 docker-sys-mgmt-agent-go latest b2114e1592bd 26 seconds ago 313MB 00:40:37 docker-support-notifications-go latest 55ef69fb0bd1 2 minutes ago 17.9MB 00:40:37 docker-core-metadata-go latest c1a851a85947 2 minutes ago 19.1MB 00:40:37 docker-support-scheduler-go latest 2308333741ed 2 minutes ago 17.3MB 00:40:37 docker-security-proxy-setup-go latest 0cadb2f34fe2 2 minutes ago 24.7MB 00:40:37 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:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.155s coverage: 92.9% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.666s coverage: 62.4% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.852s coverage: 69.0% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:40:53 Still waiting to schedule task 00:40:53 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30770’ 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 38.4% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.561s coverage: 47.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.517s coverage: 87.1% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.923s coverage: 29.1% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.250s coverage: 99.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.150s coverage: 100.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.309s coverage: 96.5% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:41:14 GO111MODULE=on go vet ./... 00:42:18 Running on prd-ubuntu18.04-docker-8c-8g-30771 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:18 Running in /w/workspace/edgex-go/85 [Pipeline] { [Pipeline] checkout 00:42:20 using credential edgex-jenkins-ssh 00:42:20 Cloning the remote Git repository 00:42:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:20 > git init /w/workspace/edgex-go/85 # timeout=10 00:42:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:20 > git --version # timeout=10 00:42:20 > git --version # 'git version 2.17.1' 00:42:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:35 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:36 Merge succeeded, producing 244913ec5fcdf6e5aa59215844024b25fd8fba7d 00:42:36 Checking out Revision 244913ec5fcdf6e5aa59215844024b25fd8fba7d (PR-2858) 00:42:36 gofmt -l . 00:42:36 [ "`gofmt -l .`" = "" ] 00:42:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:35 > git config core.sparsecheckout # timeout=10 00:42:35 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:35 > git remote # timeout=10 00:42:35 > git config --get remote.origin.url # timeout=10 00:42:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:35 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 00:42:36 > git rev-parse HEAD^{commit} # timeout=10 00:42:36 > git config core.sparsecheckout # timeout=10 00:42:36 > git checkout -f 244913ec5fcdf6e5aa59215844024b25fd8fba7d # timeout=10 00:42:39 ./bin/test-go-mod-tidy.sh 00:42:39 Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" 00:42:39 First time build. Skipping changelog. 00:42:40 ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { 00:42:39 > git rev-list --no-walk 034ce225e753a43c4a5c51e2d2f0824239af24a0 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 00:42:40 + echo snap-build.sh 00:42:40 snap-build.sh 00:42:40 + SNAP_BASE_DIR=. 00:42:40 + '[' '!' -z /w/workspace/edgex-go/85 ']' 00:42:40 + SNAP_BASE_DIR=/w/workspace/edgex-go/85 00:42:40 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/85]' 00:42:40 [snap-build] Building snap in dir [/w/workspace/edgex-go/85] 00:42:40 + cd /w/workspace/edgex-go/85 00:42:40 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:40 Reading package lists... 00:42:40 Building dependency tree... 00:42:40 Reading state information... 00:42:41 The following packages were automatically installed and are no longer required: 00:42:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:41 uidmap xdelta3 00:42:41 Use 'sudo apt autoremove' to remove them. 00:42:41 The following packages will be REMOVED: 00:42:41 lxd* lxd-client* 00:42:41 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:41 After this operation, 31.7 MB disk space will be freed. [Pipeline] sh 00:42:42 (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:42 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:42 + ls -al . 00:42:42 total 788 00:42:42 drwxrwxr-x 9 1001 1001 4096 Mar 21 00:42 . 00:42:42 drwxr-xr-x 4 root root 4096 Mar 21 00:37 .. 00:42:42 -rw-rw-r-- 1 1001 1001 11 Mar 21 00:36 .dockerignore 00:42:42 drwxrwxr-x 8 1001 1001 4096 Mar 21 00:36 .git 00:42:42 drwxrwxr-x 3 1001 1001 4096 Mar 21 00:36 .github 00:42:42 -rw-rw-r-- 1 1001 1001 818 Mar 21 00:36 .gitignore 00:42:42 -rw-rw-r-- 1 1001 1001 166 Mar 21 00:36 .sonarcloud.properties 00:42:42 -rw-rw-r-- 1 1001 1001 8607 Mar 21 00:36 Attribution.txt 00:42:42 -rw-rw-r-- 1 1001 1001 3804 Mar 21 00:36 CONTRIBUTING.md 00:42:42 -rw-rw-r-- 1 1001 1001 931 Mar 21 00:36 Dockerfile.build 00:42:42 -rw-rw-r-- 1 1001 1001 863 Mar 21 00:36 Jenkinsfile 00:42:42 -rw-rw-r-- 1 1001 1001 10775 Mar 21 00:36 LICENSE 00:42:42 -rw-rw-r-- 1 1001 1001 5774 Mar 21 00:36 Makefile 00:42:42 -rw-rw-r-- 1 1001 1001 6548 Mar 21 00:36 README.md 00:42:42 -rw-rw-r-- 1 1001 1001 6755 Mar 21 00:36 SECURITY.md 00:42:42 -rw-rw-r-- 1 1001 1001 5 Mar 21 00:32 VERSION 00:42:42 -rw-rw-r-- 1 1001 1001 4131 Mar 21 00:36 ZMQWindows.md 00:42:42 drwxrwxr-x 2 1001 1001 4096 Mar 21 00:36 bin 00:42:42 drwxrwxr-x 14 1001 1001 4096 Mar 21 00:36 cmd 00:42:42 -rw-r--r-- 1 root root 650607 Mar 21 00:41 coverage.out 00:42:42 -rw-r--r-- 1 root root 1055 Mar 21 00:42 go.mod 00:42:42 -rw-r--r-- 1 root root 22209 Mar 21 00:42 go.sum 00:42:42 drwxrwxr-x 8 1001 1001 4096 Mar 21 00:36 internal 00:42:42 drwxrwxr-x 4 1001 1001 4096 Mar 21 00:36 openapi 00:42:42 drwxrwxr-x 4 1001 1001 4096 Mar 21 00:36 snap 00:42:42 -rw-rw-r-- 1 1001 1001 168 Mar 21 00:36 version.go [Pipeline] sh 00:42:43 Removing lxd dnsmasq configuration 00:42:43 + '[' -e coverage.out ] 00:42:43 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:43 Warning: overwriting stash ‘coverage-report’ 00:42:43 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:44 Stashed 1 file(s) [Pipeline] sh 00:42:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:45 (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:45 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:45 + make build 00:42:45 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:46 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:46 Processing triggers for ureadahead (0.100.0-21) ... 00:42:48 + sudo snap remove --purge lxd 00:42:48 snap "lxd" is not installed 00:42:48 + sudo groupadd --force --system lxd 00:42:48 ++ whoami 00:42:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:48 + newgrp - lxd 00:42:48 + sudo snap install lxd 00:42:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:56 2021-03-21T00:42:53Z INFO Waiting for automatic snapd restart... 00:43:14 lxd 4.12 from Canonical* installed 00:43:14 + sudo lxd init --auto 00:43:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:22 + sudo snap install --classic snapcraft 00:43:26 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:29 snapcraft 4.5.4 from Canonical* installed 00:43:29 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:43:29 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:43:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:43:29 Dload Upload Total Spent Left Speed 00:43:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4576 00:43:29 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 11.0M 00:43:29 ./yq_linux_amd64 00:43:30 + sudo snapcraft prime --use-lxd 00:43:31 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:31 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:31 - README.md 00:43:31 00:43:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:31 Launching a container. 00:43:32 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:33 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:38 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:44 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:44 Waiting for container to be ready 00:43:44 To start your first instance, try: lxc launch ubuntu:18.04 00:43:44 00:43:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:47 Waiting for network to be ready... 00:43:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:48 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 00:43:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 00:43:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:43:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:43:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 00:43:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 00:43:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 00:43:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 00:43:48 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:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 00:43:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 00:43:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:43:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:43:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 00:43:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 00:43:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 00:43:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 00:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:52 Fetched 24.1 MB in 4s (6140 kB/s) 00:43:52 Reading package lists... 00:43:53 Reading package lists... 00:43:53 Building dependency tree... 00:43:53 Reading state information... 00:43:53 The following additional packages will be installed: 00:43:53 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:53 Suggested packages: 00:43:53 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:53 Recommended packages: 00:43:53 gnupg libsasl2-modules 00:43:53 The following NEW packages will be installed: 00:43:53 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:53 The following packages will be upgraded: 00:43:53 gpg gpg-agent gpgconf libudev1 00:43:53 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:53 Need to get 3530 kB of archives. 00:43:53 After this operation, 13.3 MB of additional disk space will be used. 00:43:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:43:53 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:43:53 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:43:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:43:53 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:43:53 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:43:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:54 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:43:54 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:43:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:43:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:54 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:54 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:43:54 debconf: delaying package configuration, since apt-utils is not installed 00:43:54 Fetched 3530 kB in 1s (3223 kB/s) 00:43:54 (Reading database ... 12511 files and directories currently installed.) 00:43:54 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:43:54 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:43:54 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:43:54 Selecting previously unselected package udev. 00:43:54 (Reading database ... 12511 files and directories currently installed.) 00:43:54 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:43:54 Unpacking udev (237-3ubuntu10.45) ... 00:43:55 Selecting previously unselected package libfuse2:amd64. 00:43:55 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:55 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:55 Selecting previously unselected package fuse. 00:43:55 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:55 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:55 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:55 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:55 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:55 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:55 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:55 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:55 Selecting previously unselected package libksba8:amd64. 00:43:55 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:55 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:55 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:55 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:55 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:55 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:55 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:55 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:56 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:56 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:56 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:56 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:56 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:56 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:56 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:56 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:56 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:56 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:56 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:56 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:56 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:56 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:56 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:56 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:56 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:56 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:56 Selecting previously unselected package libsasl2-2:amd64. 00:43:56 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:56 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:56 Selecting previously unselected package libldap-common. 00:43:56 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:43:56 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:43:56 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:56 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:43:56 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:43:56 Selecting previously unselected package dirmngr. 00:43:56 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:57 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:43:57 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:43:57 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:43:57 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:57 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:57 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:57 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:43:57 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:57 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:57 Setting up udev (237-3ubuntu10.45) ... 00:43:57 invoke-rc.d: policy-rc.d denied execution of start. 00:43:58 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Processing triggers for systemd (237-3ubuntu10) ... 00:43:58 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:58 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:43:58 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:58 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:43:58 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:43:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:58 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:58 settings in the [Install] section, and DefaultInstance for template units). 00:43:58 This means they are not meant to be enabled using systemctl. 00:43:58 Possible reasons for having this kind of units are: 00:43:58 1) A unit may be statically enabled by being symlinked from another unit's 00:43:58 .wants/ or .requires/ directory. 00:43:58 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:58 a requirement dependency on it. 00:43:58 3) A unit may be started when needed via activation (socket, path, timer, 00:43:58 D-Bus, udev, scripted systemctl call, ...). 00:43:58 4) In case of template units, the unit is meant to be enabled with some 00:43:58 instance name specified. 00:43:59 Reading package lists... 00:43:59 Building dependency tree... 00:43:59 Reading state information... 00:43:59 The following additional packages will be installed: 00:43:59 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:59 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:59 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:59 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:59 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:59 Suggested packages: 00:43:59 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:59 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:59 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:59 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:59 systemd-container policykit-1 00:43:59 Recommended packages: 00:43:59 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:59 The following NEW packages will be installed: 00:43:59 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:59 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:59 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:59 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:59 python3.6-minimal snapd squashfs-tools sudo 00:43:59 The following packages will be upgraded: 00:43:59 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:59 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:59 Need to get 35.2 MB of archives. 00:43:59 After this operation, 141 MB of additional disk space will be used. 00:43:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:43:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:43:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:43:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:43:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:43:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:43:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:43:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:44:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:44:00 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:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:44:00 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:44:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:44:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:44:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:44:00 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:44:00 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:44:00 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:44:01 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:01 debconf: delaying package configuration, since apt-utils is not installed 00:44:01 Fetched 35.2 MB in 1s (23.6 MB/s) 00:44:01 (Reading database ... 12757 files and directories currently installed.) 00:44:01 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:44:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44:01 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:02 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:44:02 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:02 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:44:02 (Reading database ... 12757 files and directories currently installed.) 00:44:02 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:44:02 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:02 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:44:02 (Reading database ... 12757 files and directories currently installed.) 00:44:02 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:44:02 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:03 Setting up apt (1.6.12ubuntu0.2) ... 00:44:03 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:44:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:44:03 (Reading database ... 12764 files and directories currently installed.) 00:44:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:44:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:44:04 Selecting previously unselected package libpython3.6-minimal:amd64. 00:44:04 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:04 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:04 Selecting previously unselected package libexpat1:amd64. 00:44:04 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:44:04 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:04 Selecting previously unselected package python3.6-minimal. 00:44:04 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:04 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:44:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:44:04 Checking for services that may need to be restarted...done. 00:44:04 Checking for services that may need to be restarted...done. 00:44:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:05 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:05 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:44:05 Selecting previously unselected package python3-minimal. 00:44:05 (Reading database ... 13012 files and directories currently installed.) 00:44:05 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:05 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:05 Selecting previously unselected package mime-support. 00:44:05 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:05 Unpacking mime-support (3.60ubuntu1) ... 00:44:05 Selecting previously unselected package libmpdec2:amd64. 00:44:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:06 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:06 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:06 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:06 Selecting previously unselected package python3.6. 00:44:06 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:44:06 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:44:06 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:06 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:06 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:06 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:06 Selecting previously unselected package python3. 00:44:06 (Reading database ... 13442 files and directories currently installed.) 00:44:06 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:06 Unpacking python3 (3.6.7-1~18.04) ... 00:44:07 Selecting previously unselected package multiarch-support. 00:44:07 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:44:07 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:44:07 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:44:07 Selecting previously unselected package liblzo2-2:amd64. 00:44:07 (Reading database ... 13479 files and directories currently installed.) 00:44:07 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:44:07 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:44:07 Selecting previously unselected package libbsd0:amd64. 00:44:07 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:44:07 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:07 Selecting previously unselected package sudo. 00:44:07 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:44:07 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:44:07 Selecting previously unselected package apparmor. 00:44:07 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:44:07 Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] } 00:44:08 $ docker stop --time=1 6116cb414b3ee709103636994d6059a88111e76dbdaec1f94dc7795a3b3560c0 00:44:08 Selecting previously unselected package libedit2:amd64. 00:44:08 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:44:08 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:44:08 Selecting previously unselected package libkrb5support0:amd64. 00:44:08 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:44:08 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:08 Selecting previously unselected package libk5crypto3:amd64. 00:44:08 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:44:08 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:08 Selecting previously unselected package libkeyutils1:amd64. 00:44:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:44:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:08 Selecting previously unselected package libkrb5-3:amd64. 00:44:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:44:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:08 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:08 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:08 Selecting previously unselected package libssl1.0.0:amd64. 00:44:08 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:44:08 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:44:09 Selecting previously unselected package openssh-client. 00:44:09 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:09 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:09 Selecting previously unselected package squashfs-tools. 00:44:09 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:09 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:09 Selecting previously unselected package snapd. 00:44:09 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:44:09 Unpacking snapd (2.48.3+18.04) ... 00:44:10 $ docker rm -f 6116cb414b3ee709103636994d6059a88111e76dbdaec1f94dc7795a3b3560c0 00:44:11 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:44:11 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:44:11 Setting up mime-support (3.60ubuntu1) ... 00:44:11 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:44:11 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:11 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:11 Setting up systemd (237-3ubuntu10.45) ... 00:44:11 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:44:12 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:12 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:12 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:44:12 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:44:12 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:12 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] isUnix [Pipeline] sh 00:44:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:12 00:44:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:13 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:13 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:13 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:13 29e5d40040c1: Pulling fs layer 00:44:13 1ce36da41761: Pulling fs layer 00:44:13 25b303627fd3: Pulling fs layer 00:44:13 29e5d40040c1: Verifying Checksum 00:44:13 29e5d40040c1: Download complete 00:44:13 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:13 Setting up python3 (3.6.7-1~18.04) ... 00:44:13 running python rtupdate hooks for python3.6... 00:44:13 running python post-rtupdate hooks for python3.6... 00:44:13 Setting up apparmor (2.12-4ubuntu5.1) ... 00:44:14 1ce36da41761: Verifying Checksum 00:44:14 1ce36da41761: Download complete 00:44:14 29e5d40040c1: Pull complete 00:44:15 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:44:15 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:15 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:15 Setting up snapd (2.48.3+18.04) ... 00:44:15 1ce36da41761: Pull complete 00:44:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:44:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:44:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:44:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:44:16 25b303627fd3: Verifying Checksum 00:44:16 25b303627fd3: Download complete 00:44:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:16 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:44:16 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:44:17 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:17 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:17 /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:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:17 Processing triggers for systemd (237-3ubuntu10.45) ... 00:44:18 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:18 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:18 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:19 Reading package lists... 00:44:19 Reading package lists... 00:44:19 Building dependency tree... 00:44:19 Reading state information... 00:44:19 Calculating upgrade... 00:44:20 The following packages will be upgraded: 00:44:20 advancecomp base-files bash binutils binutils-common 00:44:20 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:20 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:20 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:44:20 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:44:20 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:44:20 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:44:20 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:44:20 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:44:20 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:44:20 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:44:20 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:44:20 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:44:20 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:44:20 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:20 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:20 Need to get 63.8 MB of archives. 00:44:20 After this operation, 5207 kB of additional disk space will be used. 00:44:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 00:44:20 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:21 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:21 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:21 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:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:21 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:21 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:21 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:21 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:21 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:21 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:21 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:21 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:21 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:21 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:21 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:21 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:21 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:21 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:21 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:21 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:21 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:21 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:21 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:21 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:21 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:21 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:21 Get:45 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:21 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:21 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:21 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:21 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:21 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:44:21 Get:51 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:21 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:21 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:21 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:44:21 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:21 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:21 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:21 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:21 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:21 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:21 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:44:21 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:21 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:21 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:21 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:21 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:21 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:21 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:44:21 Get:69 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:21 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:21 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:21 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:21 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:21 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:21 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:44:21 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:21 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:21 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:21 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:21 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:21 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:21 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:21 Get:83 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:21 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:44:21 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:44:21 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:44:22 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:22 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:22 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:22 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:22 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:23 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:23 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:23 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:23 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:23 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:23 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:23 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:23 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:23 debconf: delaying package configuration, since apt-utils is not installed 00:44:23 Fetched 63.8 MB in 3s (19.0 MB/s) 00:44:23 (Reading database ... 13912 files and directories currently installed.) 00:44:23 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:23 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:24 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:24 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:24 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 00:44:24 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 00:44:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:25 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:25 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:25 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:26 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:26 (Reading database ... 13911 files and directories currently installed.) 00:44:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:26 25b303627fd3: Pull complete 00:44:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:26 (Reading database ... 13911 files and directories currently installed.) 00:44:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:26 prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container 00:44:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:26 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:27 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:27 (Reading database ... 13911 files and directories currently installed.) 00:44:27 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:27 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:27 (Reading database ... 13911 files and directories currently installed.) 00:44:27 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:28 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:28 Setting up base-files (10.1ubuntu2.10) ... 00:44:28 Installing new version of config file /etc/issue ... 00:44:28 Installing new version of config file /etc/issue.net ... 00:44:28 Installing new version of config file /etc/lsb-release ... 00:44:28 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:28 Removing obsolete conffile /etc/default/motd-news ... 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:29 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:29 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:29 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:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:29 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:29 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:29 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:29 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:29 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:30 $ docker top e228d3798dff92f75637a46e39c6512c2cebca4b02be20cd03d9e0d3bc52b58c -eo pid,comm 00:44:30 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:30 (Reading database ... 13912 files and directories currently installed.) 00:44:30 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:30 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:30 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [Pipeline] { [Pipeline] sh 00:44:30 (Reading database ... 13912 files and directories currently installed.) 00:44:30 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:30 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:30 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:30 (Reading database ... 13912 files and directories currently installed.) 00:44:30 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:30 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:31 + docker-compose build --help+ 00:44:31 grep parallel 00:44:31 Setting up grep (3.1-2build1) ... 00:44:31 (Reading database ... 13912 files and directories currently installed.) 00:44:31 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:31 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:31 Setting up login (1:4.5-1ubuntu2) ... 00:44:31 (Reading database ... 13912 files and directories currently installed.) 00:44:31 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:31 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:31 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:31 (Reading database ... 13912 files and directories currently installed.) 00:44:31 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:31 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:32 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:32 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:32 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:32 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:32 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:33 (Reading database ... 13912 files and directories currently installed.) 00:44:33 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:33 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:33 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:33 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:34 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:34 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:34 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:34 (Reading database ... 13912 files and directories currently installed.) 00:44:34 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:34 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:34 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:34 (Reading database ... 13912 files and directories currently installed.) 00:44:34 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:34 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:34 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:35 (Reading database ... 13912 files and directories currently installed.) 00:44:35 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:35 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:35 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:35 (Reading database ... 13912 files and directories currently installed.) 00:44:35 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:35 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:35 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:35 (Reading database ... 13912 files and directories currently installed.) 00:44:35 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:35 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:35 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:35 (Reading database ... 13912 files and directories currently installed.) 00:44:35 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:35 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:35 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:35 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:35 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:36 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:36 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:36 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:36 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:36 --parallel Build images in parallel. 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:36 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:36 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [Pipeline] } 00:44:36 $ docker stop --time=1 e228d3798dff92f75637a46e39c6512c2cebca4b02be20cd03d9e0d3bc52b58c 00:44:36 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:37 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:37 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:37 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:37 (Reading database ... 13912 files and directories currently installed.) 00:44:37 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:37 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:38 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:38 (Reading database ... 13912 files and directories currently installed.) 00:44:38 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:38 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:38 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:38 (Reading database ... 13914 files and directories currently installed.) 00:44:38 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:38 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:38 Setting up debconf (1.5.66ubuntu1) ... 00:44:38 $ docker rm -f e228d3798dff92f75637a46e39c6512c2cebca4b02be20cd03d9e0d3bc52b58c 00:44:38 (Reading database ... 13914 files and directories currently installed.) 00:44:38 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:38 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 00:44:39 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:39 (Reading database ... 13914 files and directories currently installed.) 00:44:39 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:39 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:39 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:39 (Reading database ... 13914 files and directories currently installed.) 00:44:39 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:39 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:39 . [Pipeline] withDockerContainer 00:44:39 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:39 prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container 00:44:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:40 (Reading database ... 13914 files and directories currently installed.) 00:44:40 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:40 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:40 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:40 (Reading database ... 13914 files and directories currently installed.) 00:44:40 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:40 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:40 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:40 (Reading database ... 13914 files and directories currently installed.) 00:44:40 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:40 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:40 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:44:40 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:44:40 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:40 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:41 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:41 (Reading database ... 13914 files and directories currently installed.) 00:44:41 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:41 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:41 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:41 (Reading database ... 13914 files and directories currently installed.) 00:44:41 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:41 $ docker top b12e06cef55e46c633c44edcf46df0f8cd99e5ab156b12578cb1a07286137f44 -eo pid,comm 00:44:41 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:41 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:43 (Reading database ... 13914 files and directories currently installed.) 00:44:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:43 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:43 (Reading database ... 13914 files and directories currently installed.) 00:44:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:44:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:44:43 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:44:43 (Reading database ... 13914 files and directories currently installed.) 00:44:43 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:43 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:43 (Reading database ... 13914 files and directories currently installed.) 00:44:43 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:43 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:44:43 Setting up gpgv (2.2.4-1ubuntu1.4) ... [Pipeline] { [Pipeline] sh 00:44:43 (Reading database ... 13914 files and directories currently installed.) 00:44:43 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:43 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:43 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:43 (Reading database ... 13914 files and directories currently installed.) 00:44:43 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:43 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:43 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:43 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:43 (Reading database ... 13914 files and directories currently installed.) 00:44:43 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:43 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:43 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:44 (Reading database ... 13914 files and directories currently installed.) 00:44:44 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:44 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:44 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:44 (Reading database ... 13914 files and directories currently installed.) 00:44:44 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:44 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:44 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:44 (Reading database ... 13914 files and directories currently installed.) 00:44:44 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:44 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:44 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:45 (Reading database ... 13915 files and directories currently installed.) 00:44:45 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:45 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:45 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:45 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:45 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:44:45 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:44:45 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:45 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:45 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:45 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:46 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:46 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:46 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:46 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:46 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:46 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:46 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:46 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:46 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:46 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:46 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:47 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:47 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:48 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:48 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:48 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:48 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:48 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:48 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:48 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:48 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:48 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:48 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:48 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:48 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:48 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:49 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:49 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:49 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:49 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:49 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:49 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:50 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:50 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:50 Building docker-core-command-go ... 00:44:50 Building docker-core-data-go ... 00:44:50 Building docker-core-metadata-go ... 00:44:50 Building docker-security-bootstrapper-go ... 00:44:50 Building docker-security-proxy-setup-go ... 00:44:50 Building docker-security-secretstore-setup-go ... 00:44:50 Building docker-support-notifications-go ... 00:44:50 Building docker-support-scheduler-go ... 00:44:50 Building docker-sys-mgmt-agent-go ... 00:44:50 Building docker-sys-mgmt-agent-go 00:44:50 Building docker-support-notifications-go 00:44:50 Building docker-core-command-go 00:44:50 Building docker-core-metadata-go 00:44:50 Building docker-security-proxy-setup-go 00:44:51 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:51 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:51 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:52 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:53 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:53 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:53 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:53 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:53 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:53 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:53 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:53 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:53 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:53 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:53 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:54 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:54 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:54 00:44:54 Current default time zone: 'Etc/UTC' 00:44:54 Local time is now: Sun Mar 21 00:44:54 UTC 2021. 00:44:54 Universal Time is now: Sun Mar 21 00:44:54 UTC 2021. 00:44:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:54 00:44:54 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:44:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:54 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 00:44:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:54 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:54 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:54 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:55 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:44:55 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:55 Setting up ca-certificates (20210119~18.04.1) ... 00:44:57 Updating certificates in /etc/ssl/certs... 00:44:57 23 added, 27 removed; done. 00:44:57 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:57 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:57 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:57 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:57 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:58 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:58 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:58 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:44:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:58 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:44:58 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:58 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:58 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:58 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:58 Processing triggers for systemd (237-3ubuntu10.45) ... 00:44:58 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:58 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:58 Updating certificates in /etc/ssl/certs... 00:44:59 0 added, 0 removed; done. 00:44:59 Running hooks in /etc/ca-certificates/update.d... 00:44:59 done. 00:44:59 Reading package lists... 00:44:59 Building dependency tree... 00:44:59 Reading state information... 00:45:00 The following NEW packages will be installed: 00:45:00 apt-transport-https 00:45:00 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:45:00 Need to get 1696 B of archives. 00:45:00 After this operation, 153 kB of additional disk space will be used. 00:45:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:45:00 debconf: delaying package configuration, since apt-utils is not installed 00:45:00 Fetched 1696 B in 0s (9370 B/s) 00:45:00 Selecting previously unselected package apt-transport-https. 00:45:00 (Reading database ... 13920 files and directories currently installed.) 00:45:00 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:45:00 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:45:00 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:45:00 Waiting for network to be ready... 00:45:06 2021-03-21T00:45:04Z INFO Waiting for automatic snapd restart... 00:45:06 snapd 2.49 from Canonical* installed 00:45:07 "snapd" switched to the "latest/stable" channel 00:45:07 00:45:09 core18 20210128 from Canonical* installed 00:45:10 "core18" switched to the "latest/stable" channel 00:45:10 00:45:13 snapcraft 4.5.4 from Canonical* installed 00:45:13 "snapcraft" switched to the "latest/stable" channel 00:45:13 00:45:16 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:16 - README.md 00:45:16 00:45:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:24 Reading package lists... 00:45:25 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:31 Reading package lists... 00:45:31 Building dependency tree... 00:45:31 Reading state information... 00:45:31 Suggested packages: 00:45:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:31 Recommended packages: 00:45:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:31 The following NEW packages will be installed: 00:45:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:31 pkg-config zip 00:45:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:31 Need to get 7657 kB of archives. 00:45:31 After this operation, 43.8 MB of additional disk space will be used. 00:45:31 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:31 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:31 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:32 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:45:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:45:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:32 debconf: delaying package configuration, since apt-utils is not installed 00:45:32 Fetched 7657 kB in 1s (7150 kB/s) 00:45:32 Selecting previously unselected package libglib2.0-0:amd64. 00:45:32 (Reading database ... 13924 files and directories currently installed.) 00:45:32 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:45:32 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:45:33 Selecting previously unselected package libpsl5:amd64. 00:45:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:33 Selecting previously unselected package libnghttp2-14:amd64. 00:45:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:33 Selecting previously unselected package librtmp1:amd64. 00:45:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:33 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:33 Selecting previously unselected package liberror-perl. 00:45:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:33 Unpacking liberror-perl (0.17025-1) ... 00:45:33 Selecting previously unselected package git-man. 00:45:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:45:33 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:45:33 Selecting previously unselected package git. 00:45:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:45:33 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:45:34 Selecting previously unselected package libnorm1:amd64. 00:45:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:34 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:34 Selecting previously unselected package libsodium23:amd64. 00:45:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:34 Selecting previously unselected package libzmq5:amd64. 00:45:34 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:34 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:34 Selecting previously unselected package libzmq3-dev:amd64. 00:45:34 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:34 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:35 Selecting previously unselected package pkg-config. 00:45:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:35 Selecting previously unselected package zip. 00:45:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:35 Unpacking zip (3.0-11build1) ... 00:45:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:35 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:45:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:35 Setting up liberror-perl (0.17025-1) ... 00:45:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:45:35 No schema files found: doing nothing. 00:45:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:35 Setting up zip (3.0-11build1) ... 00:45:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:35 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:35 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:45:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:42 git set to automatically installed. 00:45:42 git-man set to automatically installed. 00:45:42 libcurl3-gnutls set to automatically installed. 00:45:42 liberror-perl set to automatically installed. 00:45:42 libglib2.0-0 set to automatically installed. 00:45:42 libnghttp2-14 set to automatically installed. 00:45:42 libnorm1 set to automatically installed. 00:45:42 libpgm-5.2-0 set to automatically installed. 00:45:42 libpsl5 set to automatically installed. 00:45:42 librtmp1 set to automatically installed. 00:45:42 libsodium23 set to automatically installed. 00:45:42 libzmq3-dev set to automatically installed. 00:45:42 libzmq5 set to automatically installed. 00:45:42 pkg-config set to automatically installed. 00:45:42 zip set to automatically installed. 00:45:44 snapd is not logged in, snap install commands will use sudo 00:45:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:02 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:46:03 snapd is not logged in, snap install commands will use sudo 00:46:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:09 snap "core18" has no updates available 00:46:10 Pulling go-build-helper 00:46:10 + snapcraftctl pull 00:46:11 'app-service-config' has dependencies that need to be staged: go-build-helper 00:46:11 Skipping pull go-build-helper (already ran) 00:46:11 Building go-build-helper 00:46:11 + snapcraftctl build 00:46:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:12 ---> bdb577c3b6f8 00:46:12 Step 3/23 : WORKDIR /edgex-go 00:46:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:12 ---> bdb577c3b6f8 00:46:12 Step 3/26 : WORKDIR /edgex-go 00:46:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:12 ---> bdb577c3b6f8 00:46:12 Step 3/21 : WORKDIR /edgex-go 00:46:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:12 ---> bdb577c3b6f8 00:46:12 Step 3/23 : WORKDIR /edgex-go 00:46:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:12 ---> bdb577c3b6f8 00:46:12 Step 3/22 : WORKDIR /edgex-go 00:46:12 ---> Running in d4c9bd934142 00:46:12 ---> Running in 1bafc9d31230 00:46:12 ---> Running in 36ec0d03cf7e 00:46:12 ---> Running in 9e9c21543ccc 00:46:12 ---> Running in 89e97a9ac7c6 00:46:12 Removing intermediate container 36ec0d03cf7e 00:46:12 ---> 3d0b86f12d4b 00:46:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container 9e9c21543ccc 00:46:12 ---> f4109e52757e 00:46:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container 1bafc9d31230 00:46:12 ---> 1a136297a7d8 00:46:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container 89e97a9ac7c6 00:46:12 ---> 31be11f2845f 00:46:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container d4c9bd934142 00:46:12 ---> fdc793adc9a0 00:46:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 ---> Running in 1c50698354e0 00:46:12 ---> Running in 511034d271d4 00:46:12 ---> Running in 488dc4183c27 00:46:12 ---> Running in 4b590309222c 00:46:12 ---> Running in fe8fd1354d75 00:46:12 Removing intermediate container 1c50698354e0 00:46:12 ---> 2ca3d1e854f1 00:46:12 Step 5/23 : RUN apk add --update --no-cache make git 00:46:12 ---> Running in 3bb90d1ae957 00:46:12 Removing intermediate container 4b590309222c 00:46:12 ---> 53b2800dbfaf 00:46:12 Step 5/21 : RUN apk add --update --no-cache make git 00:46:12 Removing intermediate container 488dc4183c27 00:46:12 ---> bb92b9af4a42 00:46:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:12 Removing intermediate container 511034d271d4 00:46:12 ---> 909f037f517a 00:46:12 Step 5/23 : RUN apk add --update --no-cache make git 00:46:12 ---> Running in fd90992d3b66 00:46:12 Removing intermediate container fe8fd1354d75 00:46:12 ---> a9cb20bb4f47 00:46:12 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:12 ---> Running in a441144b8eab 00:46:12 ---> Running in 0703c5881b14 00:46:12 ---> Running in eb88062cf691 00:46:13 Staging go-build-helper 00:46:13 + snapcraftctl stage 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 OK: 217 MiB in 51 packages 00:46:16 OK: 217 MiB in 51 packages 00:46:16 OK: 217 MiB in 51 packages 00:46:16 OK: 217 MiB in 51 packages 00:46:16 OK: 217 MiB in 51 packages 00:46:17 Removing intermediate container 3bb90d1ae957 00:46:17 ---> a4b233695133 00:46:17 Step 6/23 : COPY go.mod . 00:46:18 Removing intermediate container fd90992d3b66 00:46:18 ---> f0c40cef203e 00:46:18 Step 6/21 : COPY go.mod . 00:46:18 ---> bc7cbafb3ed6 00:46:18 Step 7/23 : RUN go mod download 00:46:18 Removing intermediate container 0703c5881b14 00:46:18 ---> 85d5845c9511 00:46:18 Step 6/23 : COPY go.mod . 00:46:18 ---> Running in c0fc2fb81ba9 00:46:18 Removing intermediate container eb88062cf691 00:46:18 ---> 2b839bb61f60 00:46:18 Step 6/26 : COPY go.mod . 00:46:18 Removing intermediate container a441144b8eab 00:46:18 ---> 4acdfdb8ad0a 00:46:18 Step 6/22 : COPY go.mod . 00:46:19 ---> 66666e3ea7f6 00:46:19 Step 7/21 : RUN go mod download 00:46:19 ---> Running in 26d788d92b20 00:46:20 ---> 64ca3d498e7f 00:46:20 Step 7/23 : RUN go mod download 00:46:20 ---> Running in 4b61db80c932 00:46:20 ---> 1a0a54cc425b 00:46:20 Step 7/22 : RUN go mod download 00:46:20 ---> c4ea22852c1a 00:46:20 Step 7/26 : RUN go mod download 00:46:20 ---> Running in 41ed6165c08f 00:46:20 ---> Running in b4cb5a0bb7df 00:46:23 Removing intermediate container c0fc2fb81ba9 00:46:23 ---> bee87011a16e 00:46:23 Step 8/23 : COPY . . 00:46:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 00:46:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 00:46:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:46:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:46:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 00:46:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 00:46:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 00:46:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 00:46:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 00:46:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 00:46:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:46:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:46:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 00:46:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 00:46:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 00:46:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 00:46:23 Fetched 24.1 MB in 0s (0 B/s) 00:46:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:23 Fetched 224 kB in 0s (0 B/s) 00:46:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:23 Fetched 157 kB in 0s (0 B/s) 00:46:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:23 Fetched 221 kB in 0s (0 B/s) 00:46:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:23 Fetched 143 kB in 0s (0 B/s) 00:46:23 Pulling app-service-config 00:46:23 + snapcraftctl pull 00:46:23 Cloning into '/root/parts/app-service-config/src'... 00:46:23 Pulling config-common 00:46:23 + snapcraftctl pull 00:46:24 Removing intermediate container 26d788d92b20 00:46:24 ---> 9e4b1d808ea0 00:46:24 Step 8/21 : COPY . . 00:46:26 Removing intermediate container 4b61db80c932 00:46:26 ---> a7122edc090d 00:46:26 Step 8/23 : COPY . . 00:46:26 Removing intermediate container b4cb5a0bb7df 00:46:26 ---> 1d5c8d9d9d30 00:46:26 Step 8/26 : COPY . . 00:46:26 Removing intermediate container 41ed6165c08f 00:46:26 ---> 0ba4ff760a99 00:46:26 Step 8/22 : COPY . . 00:46:28 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:28 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:28 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:28 Fetched 0 B in 0s (0 B/s) 00:46:28 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:28 Fetched 0 B in 0s (0 B/s) 00:46:28 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:28 Fetched 0 B in 0s (0 B/s) 00:46:28 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:28 Fetched 0 B in 0s (0 B/s) 00:46:28 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:28 Fetched 0 B in 0s (0 B/s) 00:46:28 Pulling edgex-go 00:46:28 + snapcraftctl pull 00:46:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:50 Fetched 0 B in 0s (0 B/s) 00:46:50 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:50 Fetched 96.5 kB in 0s (0 B/s) 00:46:50 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:50 Fetched 279 kB in 0s (0 B/s) 00:46:50 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:50 Fetched 122 kB in 0s (0 B/s) 00:46:50 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:50 Fetched 77.8 kB in 0s (0 B/s) 00:46:50 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:50 Fetched 8848 B in 0s (0 B/s) 00:46:50 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:50 Fetched 47.8 kB in 0s (0 B/s) 00:46:50 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:50 Fetched 45.6 kB in 0s (0 B/s) 00:46:50 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:46:50 Fetched 15.0 kB in 0s (0 B/s) 00:46:50 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:50 Fetched 214 kB in 0s (0 B/s) 00:46:50 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:46:50 Fetched 154 kB in 0s (0 B/s) 00:46:50 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:50 Fetched 50.6 kB in 0s (0 B/s) 00:46:50 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:50 Fetched 14.8 kB in 0s (0 B/s) 00:46:50 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:50 Fetched 41.8 kB in 0s (0 B/s) 00:46:50 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:50 Fetched 499 kB in 0s (0 B/s) 00:46:50 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:50 Fetched 111 kB in 0s (0 B/s) 00:46:50 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:50 Fetched 240 kB in 0s (0 B/s) 00:46:50 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:50 Fetched 29.3 kB in 0s (0 B/s) 00:46:50 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:50 Fetched 85.5 kB in 0s (0 B/s) 00:46:50 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:50 Fetched 24.5 kB in 0s (0 B/s) 00:46:50 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:46:50 Fetched 49.2 kB in 0s (0 B/s) 00:46:50 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:50 Fetched 54.2 kB in 0s (0 B/s) 00:46:50 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:50 Fetched 30.8 kB in 0s (0 B/s) 00:46:50 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:46:50 Fetched 15.8 kB in 0s (0 B/s) 00:46:50 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:50 Fetched 85.9 kB in 0s (0 B/s) 00:46:50 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:50 Fetched 8720 B in 0s (0 B/s) 00:46:50 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:50 Fetched 137 kB in 0s (0 B/s) 00:46:50 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:50 Fetched 119 kB in 0s (0 B/s) 00:46:50 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:50 Fetched 109 kB in 0s (0 B/s) 00:46:50 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:50 Fetched 11.1 kB in 0s (0 B/s) 00:46:50 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:50 Fetched 645 kB in 0s (0 B/s) 00:46:50 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:50 Fetched 41.3 kB in 0s (0 B/s) 00:46:50 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:50 Fetched 17.9 kB in 0s (0 B/s) 00:46:50 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:50 Fetched 368 kB in 0s (0 B/s) 00:46:50 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:46:50 Fetched 187 kB in 0s (0 B/s) 00:46:50 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:50 Fetched 175 kB in 0s (0 B/s) 00:46:50 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:50 Fetched 206 kB in 0s (0 B/s) 00:46:50 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 00:46:50 Fetched 1301 kB in 0s (0 B/s) 00:46:50 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:50 Fetched 36.2 kB in 0s (0 B/s) 00:46:50 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:50 Fetched 159 kB in 0s (0 B/s) 00:46:50 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:50 Fetched 107 kB in 0s (0 B/s) 00:46:50 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:50 Fetched 48.7 kB in 0s (0 B/s) 00:46:50 Pulling static-packages 00:46:50 + snapcraftctl pull 00:46:50 Pulling version 00:46:50 + cd /root/project 00:46:50 + [ -f VERSION ] 00:46:50 + PROJECT_VERSION=local-dev 00:46:50 + git rev-parse --short HEAD 00:46:50 + GIT_REVISION=244913ec 00:46:50 + snapcraftctl set-version local-dev 00:46:50 Skipping build go-build-helper (already ran) 00:46:50 Building app-service-config 00:46:50 + make build 00:46:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:46:51 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 00:46:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 00:46:51 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 00:46:51 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 00:46:52 go: downloading github.com/google/uuid v1.2.0 00:46:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 00:46:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 00:46:52 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:52 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:46:52 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 00:46:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:52 go: downloading github.com/x448/float16 v0.8.4 00:46:52 go: downloading github.com/leodido/go-urn v1.2.0 00:46:52 go: downloading github.com/gorilla/mux v1.8.0 00:46:52 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:52 go: downloading github.com/hashicorp/consul/api v1.8.1 00:46:52 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:46:52 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:52 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:52 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:52 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:52 go: downloading github.com/pebbe/zmq4 v1.2.5 00:46:52 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:52 go: downloading github.com/go-kit/kit v0.8.0 00:46:52 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:46:52 go: downloading github.com/hashicorp/serf v0.9.5 00:46:52 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:52 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:52 go: downloading github.com/mattn/go-isatty v0.0.12 00:46:52 go: downloading github.com/fatih/color v1.9.0 00:46:52 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 00:46:52 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:52 go: downloading github.com/go-playground/locales v0.13.0 00:46:52 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:46:52 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:52 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:52 go: downloading github.com/mattn/go-colorable v0.1.6 00:46:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:53 ---> ebad2f5ffbf0 00:46:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:53 ---> 31ca31f53881 00:46:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:53 ---> 7bb4075711fd 00:46:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:53 ---> 0d92098e8791 00:46:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:53 ---> 41207ecdb199 00:46:53 Step 9/23 : RUN make cmd/core-command/core-command 00:46:53 ---> Running in 38b49da8cc0f 00:46:53 ---> Running in c0e8d263225c 00:46:53 ---> Running in 0de6e64e0cf2 00:46:53 ---> Running in 72e44ab1098f 00:46:53 ---> Running in 38951e64cd95 00:46:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:54 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:03 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:47:03 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:47:03 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:47:03 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:47:03 Building config-common 00:47:03 + snapcraftctl build 00:47:04 Building edgex-go 00:47:05 + cd /root/parts/edgex-go/src 00:47:05 + make build 00:47:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 00:47:05 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:05 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 00:47:05 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:47:05 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 00:47:05 go: downloading github.com/imdario/mergo v0.3.12 00:47:05 go: downloading github.com/pkg/errors v0.8.1 00:47:05 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:47:05 go: downloading github.com/gorilla/websocket v1.4.2 00:47:05 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:47: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:47:09 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:15 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:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:17 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:18 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:18 go: downloading github.com/stretchr/testify v1.7.0 00:47:18 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:18 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:18 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:20 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:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:20 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:21 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:23 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:23 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 00:47:24 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:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:25 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:27 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:27 go: downloading github.com/lib/pq v1.9.0 00:47:29 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:47:29 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:47:29 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:47:29 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:47:29 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:47:29 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:47:29 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:47:29 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:47:29 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:47:29 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:47:29 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:47:29 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:47:29 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:47:29 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:47:29 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:47:29 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:47:29 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:47:29 + 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:29 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:47:29 + 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:29 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:47:29 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:47:29 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:47:29 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:47:29 + 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:32 Building static-packages 00:47:32 + snapcraftctl build 00:47:34 Building version 00:47:34 + snapcraftctl build 00:47:36 Skipping stage go-build-helper (already ran) 00:47:36 Staging app-service-config 00:47:36 + snapcraftctl stage 00:47:36 Staging config-common 00:47:36 + snapcraftctl stage 00:47:37 Staging edgex-go 00:47:37 + snapcraftctl stage 00:47:38 Staging static-packages 00:47:38 + snapcraftctl stage 00:47:39 Staging version 00:47:39 + snapcraftctl stage 00:47:40 Priming go-build-helper 00:47:40 + snapcraftctl prime 00:47:41 Priming app-service-config 00:47:41 + snapcraftctl prime 00:47:42 Priming config-common 00:47:42 + snapcraftctl prime 00:47:43 Priming edgex-go 00:47:43 + snapcraftctl prime 00:47:44 Priming static-packages 00:47:44 + snapcraftctl prime 00:47:47 Priming version 00:47:47 + snapcraftctl prime 00:47:48 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:31 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:50 Removing intermediate container c0e8d263225c 00:48:50 ---> e86c4de9d375 00:48:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:50 Removing intermediate container 38b49da8cc0f 00:48:50 ---> 667c58053e52 00:48:50 00:48:50 Step 10/21 : FROM alpine:3.12 00:48:50 ---> Running in 03eda703efd2 00:48:50 3.12: Pulling from library/alpine 00:48:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:52 Status: Downloaded newer image for alpine:3.12 00:48:52 ---> d10569e2745f 00:48:52 Step 11/21 : RUN apk add --update --no-cache curl 00:48:53 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:48:53 ---> Running in 7d2d4e68b795 00:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:56 (1/4) Installing ca-certificates (20191127-r4) 00:48:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:56 (3/4) Installing libcurl (7.69.1-r3) 00:48:56 (4/4) Installing curl (7.69.1-r3) 00:48:56 Executing busybox-1.31.1-r19.trigger 00:48:56 Executing ca-certificates-20191127-r4.trigger 00:48:56 OK: 7 MiB in 18 packages 00:48:59 Removing intermediate container 7d2d4e68b795 00:48:59 ---> 9345f405bbbb 00:48:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:59 ---> Running in 78542f1b4cd3 00:49:00 Removing intermediate container 78542f1b4cd3 00:49:00 ---> 2067a436daca 00:49:00 Step 13/21 : WORKDIR /edgex 00:49:01 ---> Running in 9159e491f12e 00:49:01 Removing intermediate container 03eda703efd2 00:49:01 ---> 0f249a64f5c5 00:49:01 00:49:01 Step 11/26 : FROM docker:20.10.0 00:49:01 20.10.0: Pulling from library/docker 00:49:02 Removing intermediate container 9159e491f12e 00:49:02 ---> 09f953096538 00:49:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:04 ---> f2d400cc926d 00:49:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:09 ---> 2342ef95dc1d 00:49:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:09 Removing intermediate container 38951e64cd95 00:49:09 ---> fe984b658107 00:49:09 00:49:09 Step 10/23 : FROM alpine:3.12 00:49:09 ---> d10569e2745f 00:49:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:09 Removing intermediate container 72e44ab1098f 00:49:09 ---> abd649d2d992 00:49:09 00:49:09 Step 10/22 : FROM alpine:3.12 00:49:09 ---> d10569e2745f 00:49:09 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:10 ---> Running in 2765c98c2573 00:49:10 ---> Running in 1cee41ed703e 00:49:12 ---> a05c387ce813 00:49:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:12 ---> Running in 62929116ac67 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:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:14 (1/1) Installing dumb-init (1.2.2-r1) 00:49:14 Executing busybox-1.31.1-r19.trigger 00:49:14 OK: 5 MiB in 15 packages 00:49:14 (1/2) Installing ca-certificates (20191127-r4) 00:49:14 Removing intermediate container 62929116ac67 00:49:14 ---> fa5bac9625ee 00:49:14 Step 18/21 : CMD ["--init=true"] 00:49:14 (2/2) Installing dumb-init (1.2.2-r1) 00:49:14 Executing busybox-1.31.1-r19.trigger 00:49:14 Executing ca-certificates-20191127-r4.trigger 00:49:14 OK: 6 MiB in 16 packages 00:49:14 ---> Running in cd0a772d1bbe 00:49:15 Removing intermediate container cd0a772d1bbe 00:49:15 ---> e865d57c7914 00:49:15 Step 19/21 : LABEL arch=arm64 00:49:16 Removing intermediate container 2765c98c2573 00:49:16 ---> 2d8df94a9f4f 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 ---> Running in 5aca5a897517 00:49:17 ---> Running in 1e042d3c122e 00:49:17 Removing intermediate container 1cee41ed703e 00:49:17 ---> d4ef81081c36 00:49:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:17 Removing intermediate container 5aca5a897517 00:49:17 ---> cec1514e586a 00:49:17 Step 20/21 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:49:18 Removing intermediate container 0de6e64e0cf2 00:49:18 ---> 985a79a829a5 00:49:18 00:49:18 Step 10/23 : FROM alpine:3.12 00:49:18 ---> d10569e2745f 00:49:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:18 ---> Using cache 00:49:18 ---> 2d8df94a9f4f 00:49:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:18 ---> Using cache 00:49:18 ---> e1d6911154ae 00:49:18 Step 13/23 : ENV APP_PORT=48081 00:49:18 ---> Running in 4c51e61f8376 00:49:18 ---> Running in 5d3504f17b99 00:49:18 Removing intermediate container 1e042d3c122e 00:49:18 ---> e1d6911154ae 00:49:18 Step 13/23 : ENV APP_PORT=48082 00:49:19 ---> Running in 1f1d600602d1 00:49:19 Removing intermediate container 4c51e61f8376 00:49:19 ---> 3010d513c642 00:49:19 Step 13/22 : ENV APP_PORT=48060 00:49:19 ---> Running in 0b675ce60715 00:49:19 Removing intermediate container 5d3504f17b99 00:49:19 ---> 95a6700481af 00:49:19 Step 21/21 : LABEL version=0.0.0 00:49:19 ---> Running in bea0cdce24eb 00:49:19 ---> Running in e9c88ecfb15d 00:49:19 Removing intermediate container 1f1d600602d1 00:49:19 ---> 17da92409306 00:49:19 Step 14/23 : EXPOSE $APP_PORT 00:49:19 Removing intermediate container 0b675ce60715 00:49:19 ---> 0394de7317e8 00:49:19 Step 14/23 : EXPOSE $APP_PORT 00:49:20 ---> Running in 8d5a3306b81b 00:49:20 ---> Running in 4f55373a2d9a 00:49:20 Removing intermediate container bea0cdce24eb 00:49:20 ---> cd2a5e3cfe57 00:49:20 Step 14/22 : EXPOSE $APP_PORT 00:49:20 Removing intermediate container e9c88ecfb15d 00:49:20 ---> dbe7839caab6 00:49:20 00:49:20 ---> Running in 42402fe148f0 00:49:21 Removing intermediate container 8d5a3306b81b 00:49:21 ---> 4adc6287793f 00:49:21 Step 15/23 : WORKDIR / 00:49:21 Removing intermediate container 4f55373a2d9a 00:49:21 ---> a8b3d4af0b5d 00:49:21 Step 15/23 : WORKDIR / 00:49:21 Successfully built dbe7839caab6 00:49:21 ---> Running in 3ed2f8ddef77 00:49:21 ---> Running in 526fb2a3d5d5 00:49:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:21  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:49:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:21 Status: Downloaded newer image for docker:20.10.0 00:49:21 ---> eeaf43b92773 00:49:21 Step 12/26 : RUN apk add --no-cache bash 00:49:21 Removing intermediate container 42402fe148f0 00:49:21 ---> 29338f41b646 00:49:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:21 ---> Running in 92319a810aba 00:49:21 Removing intermediate container 3ed2f8ddef77 00:49:21 ---> 87c4672a4490 00:49:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:22 Removing intermediate container 526fb2a3d5d5 00:49:22 ---> 5918daf1656b 00:49:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:22 ---> 1a394b7e6362 00:49:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:24 ---> a81800a01e6f 00:49:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:24 ---> b240a47f0cea 00:49:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:25 (1/2) Installing readline (8.0.4-r0) 00:49:25 (2/2) Installing bash (5.0.17-r0) 00:49:25 Executing bash-5.0.17-r0.post-install 00:49:25 Executing busybox-1.31.1-r19.trigger 00:49:25 OK: 12 MiB in 22 packages 00:49:25 ---> 169daffcacda 00:49:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:27 ---> c3e383e52c8d 00:49:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:27 Removing intermediate container 92319a810aba 00:49:27 ---> 45fa647d1413 00:49:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:27 ---> 856f3255ca06 00:49:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:27 ---> 5f336e517f63 00:49:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:28 ---> Running in 5510710fd180 00:49:28 ---> Running in df04857f0c0e 00:49:28 ---> 5c2464ddf3a2 00:49:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:28 ---> Running in b97d19607020 00:49:28 Removing intermediate container 5510710fd180 00:49:28 ---> 17db9ea443a2 00:49:28 Step 14/26 : ENV APP_PORT=48090 00:49:29 Removing intermediate container df04857f0c0e 00:49:29 ---> 7cb7dcf8e8c3 00:49:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:29 ---> 6e8614c8688e 00:49:29 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:29 ---> Running in 564010ed8be3 00:49:29 ---> Running in cf6267b3055c 00:49:29 ---> Running in ba4eb3551752 00:49:29 Removing intermediate container b97d19607020 00:49:29 ---> 4d24b54d8272 00:49:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:29 ---> Running in 6857312555fa 00:49:29 Removing intermediate container 564010ed8be3 00:49:29 ---> 96c42bc3269a 00:49:29 Step 15/26 : EXPOSE $APP_PORT 00:49:30 ---> Running in a6ffecf62c4b 00:49:30 Removing intermediate container cf6267b3055c 00:49:30 ---> d2ae18b3fae1 00:49:30 Step 20/22 : LABEL arch=arm64 00:49:30 Removing intermediate container ba4eb3551752 00:49:30 ---> 00c2ac492fdc 00:49:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:30 ---> Running in 116a593cf35c 00:49:30 ---> Running in 0b80c32e17ac 00:49:30 Removing intermediate container 6857312555fa 00:49:30 ---> df48c2c44923 00:49:30 Step 21/23 : LABEL arch=arm64 00:49:30 ---> Running in 22c8245d08fe 00:49:30 Removing intermediate container a6ffecf62c4b 00:49:30 ---> 099884ce2ba1 00:49:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:31 Removing intermediate container 116a593cf35c 00:49:31 ---> 63735d5b4d33 00:49:31 Step 21/23 : LABEL arch=arm64 00:49:31 Removing intermediate container 0b80c32e17ac 00:49:31 ---> 25aa4cdc4619 00:49:31 Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:49:31 ---> Running in 35026124a320 00:49:31 Removing intermediate container 22c8245d08fe 00:49:31 ---> eeb11ca25f1e 00:49:31 Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:49:31 ---> Running in 9ae2df9a88d0 00:49:32 ---> Running in ee30b062fc4e 00:49:32 Removing intermediate container 35026124a320 00:49:32 ---> e3b8b181b994 00:49:32 Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:49:33 ---> 51a530474639 00:49:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:33 Removing intermediate container 9ae2df9a88d0 00:49:33 ---> a36c4ff703d4 00:49:33 Step 22/22 : LABEL version=0.0.0 00:49:33 Removing intermediate container ee30b062fc4e 00:49:33 ---> d531a649ef21 00:49:33 Step 23/23 : LABEL version=0.0.0 00:49:33 ---> Running in 51bd27f0b259 00:49:33 ---> Running in e65e18b403f8 00:49:33 ---> Running in bd1b56926f05 00:49:34 Removing intermediate container 51bd27f0b259 00:49:34 ---> 266d6de68c27 00:49:34 Step 23/23 : LABEL version=0.0.0 00:49:34 ---> 51745fbb6d16 00:49:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:34 Removing intermediate container e65e18b403f8 00:49:34 ---> 40c25eab90fb 00:49:34 00:49:34 ---> Running in 82e0b8953472 00:49:35 Removing intermediate container bd1b56926f05 00:49:35 ---> 7fdbb674fe32 00:49:35 00:49:35 Successfully built 40c25eab90fb 00:49:36 Successfully built 7fdbb674fe32 00:49:36 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:36 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:36  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:49:36  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:49:36 Removing intermediate container 82e0b8953472 00:49:36 ---> e7f7fb81d7b5 00:49:36 00:49:36 ---> 768e75b0a0f7 00:49:36 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:36 Successfully built e7f7fb81d7b5 00:49:36 Successfully tagged docker-core-command-go-arm64:latest 00:49:36  Building docker-core-command-go ... done Building docker-core-data-go 00:49:36 ---> Running in fe14159cc3af 00:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:38 (1/33) Installing libbz2 (1.0.8-r1) 00:49:38 (2/33) Installing expat (2.2.9-r1) 00:49:38 (3/33) Installing libffi (3.3-r2) 00:49:38 (4/33) Installing gdbm (1.13-r1) 00:49:38 (5/33) Installing xz-libs (5.2.5-r0) 00:49:38 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:38 (7/33) Installing python3 (3.8.8-r0) 00:49:40 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:40 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:40 (11/33) Installing py3-six (1.15.0-r0) 00:49:40 (12/33) Installing py3-packaging (20.4-r0) 00:49:40 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:40 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:40 (15/33) Installing py3-idna (2.9-r0) 00:49:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:40 (18/33) Installing py3-requests (2.23.0-r0) 00:49:40 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:40 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:40 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:40 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:41 (24/33) Installing py3-distro (1.5.0-r1) 00:49:41 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:41 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:41 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:41 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:41 (29/33) Installing py3-progress (1.5-r0) 00:49:41 (30/33) Installing py3-toml (0.10.1-r0) 00:49:41 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:41 (33/33) Installing py3-pip (20.1.1-r0) 00:49:41 Executing busybox-1.31.1-r19.trigger 00:49:41 OK: 71 MiB in 55 packages 00:49:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:49:49 ---> bdb577c3b6f8 00:49:49 Step 3/31 : WORKDIR /edgex-go 00:49:49 ---> Using cache 00:49:49 ---> fdc793adc9a0 00:49:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:49 ---> Using cache 00:49:49 ---> 53b2800dbfaf 00:49:49 Step 5/31 : RUN apk add --update --no-cache make git 00:49:49 ---> Using cache 00:49:49 ---> f0c40cef203e 00:49:49 Step 6/31 : COPY go.mod . 00:49:49 ---> Using cache 00:49:49 ---> 66666e3ea7f6 00:49:49 Step 7/31 : RUN go mod download 00:49:49 ---> Using cache 00:49:49 ---> 9e4b1d808ea0 00:49:49 Step 8/31 : COPY . . 00:49:49 ---> Using cache 00:49:49 ---> ebad2f5ffbf0 00:49:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:49:53 ---> Running in 6a379eaaa3ce 00:49:53 Removing intermediate container fe14159cc3af 00:49:53 ---> e4603b9f014a 00:49:53 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:54 ---> Running in d48068a35a94 00:49:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:50:01 Collecting docker-compose==1.23.2 00:50:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:01 Collecting websocket-client<1.0,>=0.32.0 00:50:01 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:50:01 Collecting docopt<0.7,>=0.6.1 00:50:02 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:05 Collecting PyYAML<4,>=3.10 00:50:05 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:11 Collecting cached-property<2,>=1.2.0 00:50:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:12 Collecting jsonschema<3,>=2.5.1 00:50:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:13 Collecting texttable<0.10,>=0.9.0 00:50:13 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:16 Collecting docker<4.0,>=3.6.0 00:50:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:17 Collecting dockerpty<0.5,>=0.4.1 00:50:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:21 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:21 Collecting idna<2.8,>=2.5 00:50:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:21 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:21 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:21 Collecting urllib3<1.25,>=1.21.1 00:50:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:22 Collecting docker-pycreds>=0.4.0 00:50:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:23 Installing collected packages: websocket-client, docopt, PyYAML, idna, urllib3, requests, cached-property, jsonschema, texttable, docker-pycreds, docker, dockerpty, docker-compose 00:50:23 Running setup.py install for docopt: started 00:50:26 Running setup.py install for docopt: finished with status 'done' 00:50:26 Running setup.py install for PyYAML: started 00:50:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:27 ---> bdb577c3b6f8 00:50:27 Step 3/22 : WORKDIR /edgex-go 00:50:27 ---> Using cache 00:50:27 ---> fdc793adc9a0 00:50:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:27 ---> Using cache 00:50:27 ---> 53b2800dbfaf 00:50:27 Step 5/22 : RUN apk add --update --no-cache make git 00:50:27 ---> Using cache 00:50:27 ---> f0c40cef203e 00:50:27 Step 6/22 : COPY go.mod . 00:50:27 ---> Using cache 00:50:27 ---> 66666e3ea7f6 00:50:27 Step 7/22 : RUN go mod download 00:50:27 ---> Using cache 00:50:27 ---> 9e4b1d808ea0 00:50:27 Step 8/22 : COPY . . 00:50:28 ---> Using cache 00:50:28 ---> ebad2f5ffbf0 00:50:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> bdb577c3b6f8 00:50:28 Step 3/24 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> fdc793adc9a0 00:50:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> 53b2800dbfaf 00:50:28 Step 5/24 : RUN apk add --update --no-cache make git 00:50:28 ---> Using cache 00:50:28 ---> f0c40cef203e 00:50:28 Step 6/24 : COPY go.mod . 00:50:28 ---> Using cache 00:50:28 ---> 66666e3ea7f6 00:50:28 Step 7/24 : RUN go mod download 00:50:28 ---> Using cache 00:50:28 ---> 9e4b1d808ea0 00:50:28 Step 8/24 : COPY . . 00:50:28 ---> Using cache 00:50:28 ---> ebad2f5ffbf0 00:50:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> bdb577c3b6f8 00:50:28 Step 3/23 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> fdc793adc9a0 00:50:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> 53b2800dbfaf 00:50:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:29 Running setup.py install for PyYAML: finished with status 'done' 00:50:29 Attempting uninstall: idna 00:50:29 Found existing installation: idna 2.9 00:50:29 Uninstalling idna-2.9: 00:50:29 Successfully uninstalled idna-2.9 00:50:32 Attempting uninstall: urllib3 00:50:32 Found existing installation: urllib3 1.25.9 00:50:32 Uninstalling urllib3-1.25.9: 00:50:32 Successfully uninstalled urllib3-1.25.9 00:50:33 Attempting uninstall: requests 00:50:33 Found existing installation: requests 2.23.0 00:50:33 Uninstalling requests-2.23.0: 00:50:33 ---> Running in 559ffd56e2ff 00:50:33 ---> Running in 80d0ff911567 00:50:33 ---> Running in f5c3273f5077 00:50:33 Successfully uninstalled requests-2.23.0 00:50:34 Running setup.py install for texttable: started 00:50:36 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:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:36 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:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:36 Running setup.py install for texttable: finished with status 'done' 00:50:37 OK: 217 MiB in 51 packages 00:50:37 Running setup.py install for dockerpty: started 00:50:39 Removing intermediate container 80d0ff911567 00:50:39 ---> 57733cf53b4a 00:50:39 Step 6/23 : COPY go.mod . 00:50:40 ---> fb6328bd19e8 00:50:40 Step 7/23 : RUN go mod download 00:50:40 ---> Running in da4e23a4e328 00:50:41 Running setup.py install for dockerpty: finished with status 'done' 00:50:42 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:46 Removing intermediate container da4e23a4e328 00:50:46 ---> e63dfc614d39 00:50:46 Step 8/23 : COPY . . 00:50:49 Removing intermediate container d48068a35a94 00:50:49 ---> ca944062dfd3 00:50:49 Step 21/26 : RUN apk --no-cache add curl 00:50:50 ---> Running in 453fc1ee799e 00:50:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:53 (2/3) Installing libcurl (7.69.1-r3) 00:50:53 (3/3) Installing curl (7.69.1-r3) 00:50:53 Executing busybox-1.31.1-r19.trigger 00:50:53 OK: 72 MiB in 58 packages 00:50:58 Removing intermediate container 453fc1ee799e 00:50:58 ---> 1c9d834b0235 00:50:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:58 ---> Running in f4ba6e787e48 00:50:59 Removing intermediate container f4ba6e787e48 00:50:59 ---> 4419fa6c019a 00:50:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:00 ---> Running in 6473649a0f72 00:51:01 Removing intermediate container 6473649a0f72 00:51:01 ---> 0617a65cba2d 00:51:01 Step 24/26 : LABEL arch=arm64 00:51:02 ---> Running in c3d8e3c3cdc5 00:51:03 Removing intermediate container c3d8e3c3cdc5 00:51:03 ---> 8d9593b7d953 00:51:03 Step 25/26 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:51:04 ---> Running in 8cf4422f3836 00:51:05 Removing intermediate container 8cf4422f3836 00:51:05 ---> 0c71bbbe1687 00:51:05 Step 26/26 : LABEL version=0.0.0 00:51:06 ---> Running in e02b9e9ece73 00:51:07 Removing intermediate container e02b9e9ece73 00:51:07 ---> de6372c027c1 00:51:07 00:51:09 Successfully built de6372c027c1 00:51:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:09  Building docker-sys-mgmt-agent-go ... done  ---> c3b532194fa3 00:51:09 Step 9/23 : RUN make cmd/core-data/core-data 00:51:09 ---> Running in e28995cb2f04 00:51:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:17 Removing intermediate container 6a379eaaa3ce 00:51:17 ---> 81ccc7573818 00:51:17 00:51:17 Step 10/31 : FROM alpine:3.12 00:51:17 ---> d10569e2745f 00:51:17 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:17 ---> Running in e972135914e2 00:51:17 Removing intermediate container e972135914e2 00:51:17 ---> 3e7cb7a4cbc7 00:51:17 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:17 ---> Running in 73c4d8acbb9c 00:51:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:20 (1/2) Installing dumb-init (1.2.2-r1) 00:51:20 (2/2) Installing su-exec (0.2-r1) 00:51:20 Executing busybox-1.31.1-r19.trigger 00:51:20 OK: 5 MiB in 16 packages 00:51:22 Removing intermediate container 73c4d8acbb9c 00:51:22 ---> d5ca1cd991be 00:51:22 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:22 ---> Running in b7182cae06da 00:51:23 Removing intermediate container b7182cae06da 00:51:23 ---> 537734646095 00:51:23 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:23 ---> Running in 5d90a6c0542e 00:51:24 Removing intermediate container 5d90a6c0542e 00:51:24 ---> b340789c2bac 00:51:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:24 ---> Running in c04c471b151a 00:51:28 Removing intermediate container c04c471b151a 00:51:28 ---> c45e1bf001fc 00:51:28 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:28 ---> Running in ead1ce2bc4ca 00:51:29 Removing intermediate container ead1ce2bc4ca 00:51:29 ---> 6a20622398d1 00:51:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:30 ---> db998467dca1 00:51:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:30 ---> Running in c3d647cd7cde 00:51:34 Removing intermediate container c3d647cd7cde 00:51:34 ---> c49ad546076c 00:51:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:35 ---> 792cad88ada7 00:51:35 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:37 ---> 5cf662dfd735 00:51:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:39 ---> dc84f0e10d06 00:51:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:40 ---> eff74c88ab4f 00:51:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:51:41 ---> 9ecbc6faa4ef 00:51:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:41 ---> Running in b15cc3fd34ad 00:51:42 Removing intermediate container b15cc3fd34ad 00:51:42 ---> a97f00ffe617 00:51:42 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:43 ---> 070a3bc03d32 00:51:43 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:44 ---> Running in 6871a76b58f0 00:51:47 Removing intermediate container 6871a76b58f0 00:51:47 ---> 78015bc3382d 00:51:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:48 ---> Running in b55e6de0ff43 00:51:48 Removing intermediate container b55e6de0ff43 00:51:48 ---> 5ca718ef6bb2 00:51:48 Step 28/31 : CMD ["gate"] 00:51:49 ---> Running in a08b0a7fe46a 00:51:49 Removing intermediate container a08b0a7fe46a 00:51:49 ---> 65e745d8bc10 00:51:49 Step 29/31 : LABEL arch=arm64 00:51:50 ---> Running in cfaf85ae673b 00:51:51 Removing intermediate container cfaf85ae673b 00:51:51 ---> c27d59d07d2e 00:51:51 Step 30/31 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:51:51 ---> Running in 7473def9fbe9 00:51:52 Removing intermediate container 7473def9fbe9 00:51:52 ---> a7a2c398713f 00:51:52 Step 31/31 : LABEL version=0.0.0 00:51:52 ---> Running in ff8565af54b2 00:51:53 Removing intermediate container ff8565af54b2 00:51:53 ---> 94f105b319e3 00:51:53 00:51:53 Successfully built 94f105b319e3 00:51:53 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:55  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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:07 Removing intermediate container f5c3273f5077 00:52:07 ---> 5171d403f0f9 00:52:07 00:52:07 Step 10/24 : FROM alpine:3.12 00:52:07 ---> d10569e2745f 00:52:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:07 ---> Running in bb2186769fce 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:10 (1/5) Installing ca-certificates (20191127-r4) 00:52:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:10 (3/5) Installing libcurl (7.69.1-r3) 00:52:10 (4/5) Installing curl (7.69.1-r3) 00:52:10 (5/5) Installing dumb-init (1.2.2-r1) 00:52:10 Executing busybox-1.31.1-r19.trigger 00:52:10 Executing ca-certificates-20191127-r4.trigger 00:52:11 OK: 7 MiB in 19 packages 00:52:14 Removing intermediate container bb2186769fce 00:52:14 ---> ccac9452c58c 00:52:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:14 ---> Running in eb72405510a5 00:52:15 Removing intermediate container eb72405510a5 00:52:15 ---> 2cd89c5781a7 00:52:15 Step 13/24 : WORKDIR / 00:52:15 Removing intermediate container 559ffd56e2ff 00:52:15 ---> d2712f620af7 00:52:15 00:52:15 Step 10/22 : FROM alpine:3.12 00:52:15 ---> d10569e2745f 00:52:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:15 ---> Using cache 00:52:15 ---> 2d8df94a9f4f 00:52:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:15 ---> Using cache 00:52:15 ---> e1d6911154ae 00:52:15 Step 13/22 : ENV APP_PORT=48085 00:52:15 ---> Running in 8a151e85d15d 00:52:15 ---> Running in a6cc0823d4d5 00:52:16 Removing intermediate container a6cc0823d4d5 00:52:16 ---> 673679406dc1 00:52:16 Step 14/22 : EXPOSE $APP_PORT 00:52:16 Removing intermediate container 8a151e85d15d 00:52:16 ---> 51092c244943 00:52:16 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:52:16 ---> Running in cd68556d3486 00:52:17 Removing intermediate container cd68556d3486 00:52:17 ---> dce3862cbdaf 00:52:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:18 ---> 027a1f3ce5d4 00:52:18 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:52:18 ---> b256102eabfa 00:52:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:19 ---> 5eca63bfaeab 00:52:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:20 ---> e778f57aa2db 00:52:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:20 ---> 05cb08fb9a25 00:52:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:21 ---> ebd260a6ef7f 00:52:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:22 ---> ea264e059199 00:52:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:22 ---> Running in 4fb99d13acc3 00:52:22 Removing intermediate container 4fb99d13acc3 00:52:22 ---> 140bf69c87af 00:52:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:23 ---> Running in bf4c948006bd 00:52:23 ---> 3e261c7965d7 00:52:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:23 Removing intermediate container bf4c948006bd 00:52:23 ---> 77df6e8ef5e9 00:52:23 Step 20/22 : LABEL arch=arm64 00:52:23 ---> Running in f572125d8359 00:52:23 ---> 9de8cae98fff 00:52:23 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:52:24 ---> Running in e6905e7e67f1 00:52:24 Removing intermediate container f572125d8359 00:52:24 ---> 8c7ea7f65ab1 00:52:24 Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:52:24 ---> Running in 10175ae091ea 00:52:25 Removing intermediate container 10175ae091ea 00:52:25 ---> 274933d96273 00:52:25 Step 22/22 : LABEL version=0.0.0 00:52:25 ---> Running in 0b0fb6b1d2c7 00:52:25 Removing intermediate container 0b0fb6b1d2c7 00:52:25 ---> dc0c7cb6128e 00:52:25 00:52:26 Successfully built dc0c7cb6128e 00:52:26 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:26  Building docker-support-scheduler-go ... done Removing intermediate container e6905e7e67f1 00:52:26 ---> 9d45e88f8e6c 00:52:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:26 ---> Running in c1e6b74a8694 00:52:27 Removing intermediate container c1e6b74a8694 00:52:27 ---> 0878d716a94a 00:52:27 Step 22/24 : LABEL arch=arm64 00:52:27 ---> Running in 1d641dd30ab8 00:52:28 Removing intermediate container 1d641dd30ab8 00:52:28 ---> c4a394b03d6e 00:52:28 Step 23/24 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:52:28 ---> Running in c28880b07e74 00:52:28 Removing intermediate container c28880b07e74 00:52:28 ---> 0697462c619e 00:52:28 Step 24/24 : LABEL version=0.0.0 00:52:29 ---> Running in 80e768da55fa 00:52:29 Removing intermediate container 80e768da55fa 00:52:29 ---> 633fbfb027e1 00:52:29 00:52:30 Successfully built 633fbfb027e1 00:52:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container e28995cb2f04 00:52:35 ---> b5505cd738a9 00:52:35 00:52:35 Step 10/23 : FROM alpine:3.12 00:52:35 ---> d10569e2745f 00:52:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:35 ---> Running in 9a88e2541174 00:52:35 Removing intermediate container 9a88e2541174 00:52:35 ---> 2a3a6e1add1c 00:52:35 Step 12/23 : ENV APP_PORT=48080 00:52:35 ---> Running in 107d2c022f31 00:52:35 Removing intermediate container 107d2c022f31 00:52:35 ---> b271ad9bc2af 00:52:35 Step 13/23 : EXPOSE $APP_PORT 00:52:36 ---> Running in 91bb2558d4e5 00:52:36 Removing intermediate container 91bb2558d4e5 00:52:36 ---> ab4cacf391f7 00:52:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:36 ---> Running in 5db2dd137d5f 00:52:38 Removing intermediate container 5db2dd137d5f 00:52:38 ---> cb31238b85c4 00:52:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:38 ---> Running in 03c093b19c90 00:52:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:41 (1/6) Installing dumb-init (1.2.2-r1) 00:52:41 (2/6) Installing libgcc (9.3.0-r2) 00:52:41 (3/6) Installing libsodium (1.0.18-r0) 00:52:41 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:42 (5/6) Installing libzmq (4.3.3-r0) 00:52:42 (6/6) Installing zeromq (4.3.3-r0) 00:52:42 Executing busybox-1.31.1-r19.trigger 00:52:42 OK: 8 MiB in 20 packages 00:52:44 Removing intermediate container 03c093b19c90 00:52:44 ---> 627367c920b2 00:52:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:44 ---> 362d1859c0d1 00:52:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:46 ---> a95f4e1490e5 00:52:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:46 ---> e9137aa56805 00:52:46 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:46 ---> Running in 5d6c3090e8a8 00:52:47 Removing intermediate container 5d6c3090e8a8 00:52:47 ---> 5613dde8bfe8 00:52:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:47 ---> Running in 7ef1b06db9e6 00:52:48 Removing intermediate container 7ef1b06db9e6 00:52:48 ---> 7712f123c3af 00:52:48 Step 21/23 : LABEL arch=arm64 00:52:48 ---> Running in 96c1b2f93dd7 00:52:48 Removing intermediate container 96c1b2f93dd7 00:52:48 ---> 08da565f3506 00:52:48 Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 00:52:48 ---> Running in 29f57bfa04d6 00:52:49 Removing intermediate container 29f57bfa04d6 00:52:49 ---> 18ad124c0bac 00:52:49 Step 23/23 : LABEL version=0.0.0 00:52:49 ---> Running in 7523430e458e 00:52:49 Removing intermediate container 7523430e458e 00:52:49 ---> cd5dac3aebb3 00:52:49 00:52:50 Successfully built cd5dac3aebb3 00:52:50 Successfully tagged docker-core-data-go-arm64:latest 00:52:50  Building docker-core-data-go ... done  [Pipeline] } 00:52:50 $ docker stop --time=1 b12e06cef55e46c633c44edcf46df0f8cd99e5ab156b12578cb1a07286137f44 00:52:52 $ docker rm -f b12e06cef55e46c633c44edcf46df0f8cd99e5ab156b12578cb1a07286137f44 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:53 + docker images 00:52:53 + grep docker 00:52:53 docker-core-data-go-arm64 latest cd5dac3aebb3 4 seconds ago 21.3MB 00:52:53 docker-security-secretstore-setup-go-arm64 latest 633fbfb027e1 24 seconds ago 23.7MB 00:52:53 docker-support-scheduler-go-arm64 latest dc0c7cb6128e 28 seconds ago 16.3MB 00:52:53 docker-security-bootstrapper-go-arm64 latest 94f105b319e3 About a minute ago 17.8MB 00:52:53 docker-sys-mgmt-agent-go-arm64 latest de6372c027c1 About a minute ago 300MB 00:52:53 docker-core-command-go-arm64 latest e7f7fb81d7b5 3 minutes ago 16.3MB 00:52:53 docker-support-notifications-go-arm64 latest 40c25eab90fb 3 minutes ago 16.9MB 00:52:53 docker-core-metadata-go-arm64 latest 7fdbb674fe32 3 minutes ago 17.9MB 00:52:53 docker-security-proxy-setup-go-arm64 latest dbe7839caab6 3 minutes ago 23.4MB 00:52:53 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:52:54 ---> job-cost.sh 00:52:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vHSU 00:53:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:10 lf-activate-venv(): INFO: Adding /tmp/venv-vHSU/bin to PATH 00:55:10 INFO: No Stack... 00:55:10 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:10 INFO: Archiving Costs [Pipeline] sh 00:55:11 + cat /w/workspace/edgex-go/85/archives/cost.csv 00:55:11 + cut -d, -f6 [Pipeline] lock 00:55:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-85-stack-cost] 00:55:11 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-85-stack-cost] did not exist. Created. 00:55:11 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:11 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:11 Stashed 1 file(s) [Pipeline] } 00:55:11 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-85-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:13 provisioning config files... 00:55:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/85@tmp/config2197337241087082097tmp [Pipeline] { [Pipeline] sh 00:55:13 + set +x 00:55:13 + curl -s https://codecov.io/bash 00:55:13 + bash -s -- 00:55:13 00:55:13 _____ _ 00:55:13 / ____| | | 00:55:13 | | ___ __| | ___ ___ _____ __ 00:55:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:13 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:13 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:13 Bash-20210309-2b87ace 00:55:13 00:55:13 00:55:13 ==> git version 2.24.3 found 00:55:13 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:55:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:55:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:55:13 ==> Jenkins CI detected. 00:55:13 project root: . 00:55:13 --> token set from env 00:55:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:14 ==> Running gcov in . (disable via -X gcov) 00:55:14 ==> Python coveragepy not found 00:55:14 ==> Searching for coverage reports in: 00:55:14 + . 00:55:14 -> Found 1 reports 00:55:14 ==> Detecting git/mercurial file structure 00:55:14 ==> Reading reports 00:55:14 + ./coverage.out bytes=650607 00:55:14 ==> Appending adjustments 00:55:14 https://docs.codecov.io/docs/fixing-reports 00:55:18 + Found adjustments 00:55:18 ==> Gzipping contents 00:55:18 96K /tmp/codecov.BmWn4g.gz 00:55:18 ==> Uploading reports 00:55:18 url: https://codecov.io 00:55:18 query: branch=PR-2858&commit=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F85%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= 00:55:18 -> Pinging Codecov 00:55:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-2858&commit=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F85%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= 00:55:18 -> Uploading to 00:55:18 https://storage.googleapis.com/codecov/v4/raw/2021-03-21/00271124DB129430A58F1EEE437C3FCB/77cb2d4a3cdae8347c7eb87a5eae43eddce104a0/e5085eab-4f73-418d-a564-b649f85adb01.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210321T005518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a431208ec69a369ca1ca2ea91222ff415ce4274ce341246d6e9589b1fae9e40d 00:55:18 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:18 Dload Upload Total Spent Left Speed 00:55:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94964 0 0 100 94964 0 193k --:--:-- --:--:-- --:--:-- 193k 00:55:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [Pipeline] } 00:55:18 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:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:21 ---> package-listing.sh 00:55:21 ++ facter osfamily 00:55:21 ++ tr '[:upper:]' '[:lower:]' 00:55:21 + OS_FAMILY=redhat 00:55:21 + workspace=/w/workspace/edgex-go/85 00:55:21 + START_PACKAGES=/tmp/packages_start.txt 00:55:21 + END_PACKAGES=/tmp/packages_end.txt 00:55:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:21 + PACKAGES=/tmp/packages_start.txt 00:55:21 + '[' /w/workspace/edgex-go/85 ']' 00:55:21 + PACKAGES=/tmp/packages_end.txt 00:55:21 + case "${OS_FAMILY}" in 00:55:21 + rpm -qa 00:55:21 + sort 00:55:26 + '[' -f /tmp/packages_start.txt ']' 00:55:26 + '[' -f /tmp/packages_end.txt ']' 00:55:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:26 + '[' /w/workspace/edgex-go/85 ']' 00:55:26 + mkdir -p /w/workspace/edgex-go/85/archives/ 00:55:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/85/archives/ [Pipeline] echo 00:55:26 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/85/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:27 00:55:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:27 alpine: Pulling from edgex-lftools-log-publisher 00:55:27 df20fa9351a1: Pulling fs layer 00:55:27 36b3adc4ff6f: Pulling fs layer 00:55:27 8ad3a11d3b57: Pulling fs layer 00:55:27 46f8f816bc3b: Pulling fs layer 00:55:27 93b61091891f: Pulling fs layer 00:55:27 93b9cdb0e59b: Pulling fs layer 00:55:27 5e14af77c1be: Pulling fs layer 00:55:27 01666e4c0597: Pulling fs layer 00:55:27 aa168da1d23b: Pulling fs layer 00:55:27 46f8f816bc3b: Waiting 00:55:27 93b61091891f: Waiting 00:55:27 93b9cdb0e59b: Waiting 00:55:27 5e14af77c1be: Waiting 00:55:27 01666e4c0597: Waiting 00:55:27 aa168da1d23b: Waiting 00:55:27 36b3adc4ff6f: Verifying Checksum 00:55:27 36b3adc4ff6f: Download complete 00:55:27 46f8f816bc3b: Verifying Checksum 00:55:27 46f8f816bc3b: Download complete 00:55:27 df20fa9351a1: Verifying Checksum 00:55:27 df20fa9351a1: Download complete 00:55:28 93b9cdb0e59b: Verifying Checksum 00:55:28 93b9cdb0e59b: Download complete 00:55:28 5e14af77c1be: Download complete 00:55:28 93b61091891f: Verifying Checksum 00:55:28 93b61091891f: Download complete 00:55:28 01666e4c0597: Download complete 00:55:28 8ad3a11d3b57: Verifying Checksum 00:55:28 8ad3a11d3b57: Download complete 00:55:28 df20fa9351a1: Pull complete 00:55:28 36b3adc4ff6f: Pull complete 00:55:29 8ad3a11d3b57: Pull complete 00:55:29 46f8f816bc3b: Pull complete 00:55:30 aa168da1d23b: Verifying Checksum 00:55:30 aa168da1d23b: Download complete 00:55:31 93b61091891f: Pull complete 00:55:31 93b9cdb0e59b: Pull complete 00:55:31 5e14af77c1be: Pull complete 00:55:31 01666e4c0597: Pull complete 00:55:39 aa168da1d23b: Pull complete 00:55:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:40 prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container 00:55:40 $ 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/85/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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-lftools-log-publisher:alpine cat 00:55:48 $ docker top 7b47c401d5ccb1b65401c227e12158384d9a987e0e732ad5fa838499a94bac0d -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:48 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:49 + mkdir -p /var/log/sa [Pipeline] sh 00:55:49 + ls /var/log/sa-host 00:55:49 + sadf -c /var/log/sa-host/sa21 00:55:49 file_magic: OK 00:55:49 HZ: Using current value: 100 00:55:49 file_header: OK 00:55:49 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:49 Statistics: 00:55:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:49 File successfully converted to sysstat format version 12.2.1 00:55:49 + sadf -c /var/log/sa-host/sa23 00:55:49 file_magic: OK 00:55:49 HZ: Using current value: 100 00:55:49 file_header: OK 00:55:49 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:49 Statistics: 00:55:49 Hnuu...uuuununununu... 00:55:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:49 provisioning config files... 00:55:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/85@tmp/config6983526555692856586tmp [Pipeline] { [Pipeline] echo 00:55:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:49 ---> create-netrc.sh [Pipeline] } 00:55:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:50 ---> python-tools-install.sh [Pipeline] echo 00:55:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:50 ---> sudo-logs.sh 00:55:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:50 ---> job-cost.sh 00:55:50 lf-activate-venv: SKIPPING 00:55:50 DEBUG: total: 0.20999999344348907 00:55:50 INFO: Retrieving Stack Cost... 00:55:52 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:52 INFO: Archiving Costs [Pipeline] echo 00:55:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:52 ---> logs-deploy.sh 00:55:52 lf-activate-venv: SKIPPING 00:55:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/85 00:55:52 INFO: archiving workspace using pattern(s): 00:55:54 Archives upload complete. 00:55:54 INFO: archiving logs to Nexus 00:55:55 ---> uname -a: 00:55:55 Linux prd-centos7-docker-4c-2g-30764.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:55:55 00:55:55 00:55:55 ---> lscpu: 00:55:55 Architecture: x86_64 00:55:55 CPU op-mode(s): 32-bit, 64-bit 00:55:55 Byte Order: Little Endian 00:55:55 Address sizes: 40 bits physical, 48 bits virtual 00:55:55 CPU(s): 4 00:55:55 On-line CPU(s) list: 0-3 00:55:55 Thread(s) per core: 1 00:55:55 Core(s) per socket: 1 00:55:55 Socket(s): 4 00:55:55 NUMA node(s): 1 00:55:55 Vendor ID: GenuineIntel 00:55:55 CPU family: 6 00:55:55 Model: 44 00:55:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:55 Stepping: 1 00:55:55 CPU MHz: 2933.438 00:55:55 BogoMIPS: 5866.87 00:55:55 Virtualization: VT-x 00:55:55 Hypervisor vendor: KVM 00:55:55 Virtualization type: full 00:55:55 L1d cache: 128 KiB 00:55:55 L1i cache: 128 KiB 00:55:55 L2 cache: 16 MiB 00:55:55 L3 cache: 64 MiB 00:55:55 NUMA node0 CPU(s): 0-3 00:55:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:55 Vulnerability Meltdown: Mitigation; PTI 00:55:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:55 Vulnerability Srbds: Not affected 00:55:55 Vulnerability Tsx async abort: Not affected 00:55:55 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:55:55 00:55:55 00:55:55 ---> nproc: 00:55:55 4 00:55:55 00:55:55 00:55:55 ---> df -h: 00:55:55 Filesystem Size Used Available Use% Mounted on 00:55:55 overlay 50.0G 11.3G 38.7G 23% / 00:55:55 tmpfs 64.0M 0 64.0M 0% /dev 00:55:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:55 shm 64.0M 0 64.0M 0% /dev/shm 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/85 00:55:55 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/85@tmp 00:55:55 00:55:55 00:55:55 ---> free -m: 00:55:55 total used free shared buff/cache available 00:55:55 Mem: 1837 725 120 0 990 1026 00:55:55 Swap: 1023 51 972 00:55:55 00:55:55 00:55:55 ---> ip addr: 00:55:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:55 inet 127.0.0.1/8 scope host lo 00:55:55 valid_lft forever preferred_lft forever 00:55:55 inet6 ::1/128 scope host 00:55:55 valid_lft forever preferred_lft forever 00:55:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:55 link/ether fa:16:3e:b3:80:92 brd ff:ff:ff:ff:ff:ff 00:55:55 inet 10.30.122.91/23 brd 10.30.123.255 scope global dynamic eth0 00:55:55 valid_lft 84879sec preferred_lft 84879sec 00:55:55 inet6 fe80::f816:3eff:feb3:8092/64 scope link 00:55:55 valid_lft forever preferred_lft forever 00:55:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:55 link/ether 02:42:93:6e:3f:e0 brd ff:ff:ff:ff:ff:ff 00:55:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:55 valid_lft forever preferred_lft forever 00:55:55 inet6 fe80::42:93ff:fe6e:3fe0/64 scope link 00:55:55 valid_lft forever preferred_lft forever 00:55:55 00:55:55 00:55:55 ---> sar -b -r -n DEV: 00:55:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/21/21 _x86_64_ (4 CPU) 00:55:55 00:55:55 00:30:23 LINUX RESTART (4 CPU) 00:55:55 00:55:55 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:55 00:32:01 73.97 21.96 52.01 0.00 5233.27 13531.49 0.00 00:55:55 00:33:02 253.65 103.88 149.76 0.00 7205.42 45196.05 0.00 00:55:55 00:34:01 233.27 102.53 130.74 0.00 3855.36 18630.45 0.00 00:55:55 00:35:01 125.62 46.93 78.69 0.00 1734.33 9732.27 0.00 00:55:55 00:36:01 130.66 36.47 94.19 0.00 2547.33 23749.41 0.00 00:55:55 00:37:03 1496.21 1168.45 327.76 0.00 153021.01 208314.67 0.00 00:55:55 00:38:01 1742.74 1511.17 231.57 0.00 86873.45 98800.17 0.00 00:55:55 00:39:02 542.14 229.12 313.02 0.00 62582.09 125466.34 0.00 00:55:55 00:40:02 1434.93 1177.58 257.35 0.00 71259.47 72909.69 0.00 00:55:55 00:41:01 194.55 33.80 160.75 0.00 5484.24 19207.16 0.00 00:55:55 00:42:01 1.20 0.02 1.18 0.00 0.13 16.14 0.00 00:55:55 00:43:01 0.32 0.07 0.25 0.00 0.53 3.38 0.00 00:55:55 00:44:01 0.25 0.02 0.23 0.00 0.13 3.26 0.00 00:55:55 00:45:01 0.35 0.13 0.22 0.00 1.47 2.26 0.00 00:55:55 00:46:01 1.85 1.60 0.25 0.00 53.54 4.28 0.00 00:55:55 00:47:01 0.83 0.03 0.80 0.00 1.07 14.74 0.00 00:55:55 00:48:01 0.30 0.02 0.28 0.00 0.53 3.10 0.00 00:55:55 00:49:01 0.23 0.00 0.23 0.00 0.00 2.32 0.00 00:55:55 00:50:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 00:55:55 00:51:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 00:55:55 00:52:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 00:55:55 00:53:01 0.33 0.03 0.30 0.00 1.33 3.40 0.00 00:55:55 00:54:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 00:55:55 00:55:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 00:55:55 Average: 259.12 183.96 75.17 0.00 16752.97 26674.84 0.00 00:55:55 00:55:55 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:55 00:32:01 80140 0 761280 40.46 2620 1037504 1463152 49.93 609892 986676 20 00:55:55 00:33:02 82404 0 730616 38.83 1824 1066700 1523732 52.00 561292 947248 100948 00:55:55 00:34:01 120344 0 830704 44.15 872 929624 1745056 59.56 723844 754644 88040 00:55:55 00:35:01 231896 0 761224 40.46 716 887708 1556816 53.13 605944 751464 39644 00:55:55 00:36:01 195008 0 725380 38.55 508 960648 1223916 41.77 562548 834176 40 00:55:55 00:37:03 78252 0 851924 45.28 20 951348 2364172 80.69 664312 921908 48096 00:55:55 00:38:01 158168 0 1145584 60.89 20 577772 3587692 122.44 771640 675336 36004 00:55:55 00:39:02 76772 0 837912 44.53 20 966840 2343452 79.98 638472 945396 40652 00:55:55 00:40:02 260724 0 806520 42.86 20 814280 2047784 69.89 660496 702412 36476 00:55:55 00:41:01 394468 0 654272 34.77 20 832784 1223616 41.76 511432 730912 24 00:55:55 00:42:01 397788 0 650856 34.59 20 832880 1192764 40.71 509988 729540 16 00:55:55 00:43:01 398004 0 650632 34.58 20 832888 1188760 40.57 510020 729556 20 00:55:55 00:44:01 398216 0 650408 34.57 20 832900 1188736 40.57 510256 729556 12 00:55:55 00:45:01 397952 0 650664 34.58 20 832908 1188940 40.58 510212 729604 8 00:55:55 00:46:01 396940 0 650840 34.59 20 833744 1187864 40.54 509824 730368 16 00:55:55 00:47:01 397000 0 650764 34.59 20 833760 1187756 40.54 509736 730376 12 00:55:55 00:48:01 397100 0 650672 34.58 20 833752 1187756 40.54 509860 730376 8 00:55:55 00:49:01 397124 0 650624 34.58 20 833776 1187756 40.54 509744 730392 8 00:55:55 00:50:01 396936 0 650804 34.59 20 833784 1187756 40.54 509872 730392 8 00:55:55 00:51:01 396980 0 650752 34.59 20 833792 1187852 40.54 509840 730392 16 00:55:55 00:52:01 396948 0 650776 34.59 20 833800 1187888 40.54 509992 730392 8 00:55:55 00:53:01 397340 0 650388 34.57 20 833796 1187756 40.54 509764 730416 8 00:55:55 00:54:01 397224 0 650484 34.57 20 833816 1187756 40.54 509764 730432 8 00:55:55 00:55:01 397340 0 650364 34.57 20 833820 1187756 40.54 509768 730432 8 00:55:55 Average: 301711 0 717268 38.12 288 862276 1488187 50.79 560355 769683 16254 00:55:55 00:55:55 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:55 00:32:01 vetha14bfc3 1129.76 834.83 99.41 2689.24 0.00 0.00 0.00 0.00 00:55:55 00:32:01 eth0 1421.62 1561.71 5815.41 179.79 0.00 0.00 0.00 0.00 00:55:55 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:32:01 docker0 1129.76 834.70 83.96 2689.23 0.00 0.00 0.00 0.00 00:55:55 00:33:02 vetha814df6 110.23 129.41 10.22 466.88 0.00 0.00 0.00 0.00 00:55:55 00:33:02 eth0 498.91 409.64 3650.53 42.93 0.00 0.00 0.00 0.00 00:55:55 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:33:02 docker0 152.75 193.35 10.97 824.86 0.00 0.00 0.00 0.00 00:55:55 00:34:01 eth0 35.21 19.70 31.61 12.70 0.00 0.00 0.00 0.00 00:55:55 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:34:01 veth8a7c504 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:55 00:34:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:35:01 eth0 36.48 25.30 19.03 69.69 0.00 0.00 0.00 0.00 00:55:55 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:35:01 veth8a7c504 2.24 2.24 0.18 0.18 0.00 0.00 0.00 0.00 00:55:55 00:35:01 docker0 2.24 2.24 0.15 0.18 0.00 0.00 0.00 0.00 00:55:55 00:36:01 veth1d10073 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:36:01 eth0 215.24 172.18 1706.33 52.35 0.00 0.00 0.00 0.00 00:55:55 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:37:03 veth1d10073 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 00:55:55 00:37:03 eth0 67.66 40.89 160.96 45.21 0.00 0.00 0.00 0.00 00:55:55 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:37:03 docker0 13.12 31.23 0.68 143.16 0.00 0.00 0.00 0.00 00:55:55 00:38:01 vethededa9b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:55 00:38:01 vethf9d775b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:55 00:38:01 veth1d10073 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:38:01 vethe828bdf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:55 00:39:02 veth1d10073 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:55:55 00:39:02 eth0 2760.42 2518.46 13548.80 462.12 0.00 0.00 0.00 0.00 00:55:55 00:39:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:55:55 00:39:02 docker0 1310.78 1110.34 96.03 4070.32 0.00 0.00 0.00 0.00 00:55:55 00:40:02 veth1d10073 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:40:02 veth7a11423 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 00:55:55 00:40:02 eth0 62.88 45.41 113.68 91.25 0.00 0.00 0.00 0.00 00:55:55 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:41:01 eth0 52.72 34.12 143.41 15.33 0.00 0.00 0.00 0.00 00:55:55 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:41:01 docker0 1373.41 1182.01 100.60 4415.80 0.00 0.00 0.00 0.00 00:55:55 00:42:01 eth0 0.67 0.13 0.12 0.01 0.00 0.00 0.00 0.00 00:55:55 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:43:01 eth0 1.90 0.52 0.63 0.36 0.00 0.00 0.00 0.00 00:55:55 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:44:01 eth0 1.58 0.57 0.60 0.43 0.00 0.00 0.00 0.00 00:55:55 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:45:01 eth0 2.11 2.15 0.38 11.15 0.00 0.00 0.00 0.00 00:55:55 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:46:01 eth0 2.35 2.36 0.27 6.68 0.00 0.00 0.00 0.00 00:55:55 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:47:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:55:55 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:48:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:55 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:49:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:55 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:51:01 eth0 3.40 3.51 0.34 6.95 0.00 0.00 0.00 0.00 00:55:55 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:52:01 eth0 0.93 1.03 0.17 6.49 0.00 0.00 0.00 0.00 00:55:55 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:53:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:55 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:55:01 eth0 0.17 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:55:55 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 Average: eth0 109.52 103.00 560.91 23.66 0.00 0.00 0.00 0.00 00:55:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:55 Average: docker0 56.34 48.49 4.13 181.15 0.00 0.00 0.00 0.00 00:55:55 00:55:55 00:55:55 ---> sar -P ALL: 00:55:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/21/21 _x86_64_ (4 CPU) 00:55:55 00:55:55 00:30:23 LINUX RESTART (4 CPU) 00:55:55 00:55:55 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:55:55 00:32:01 all 11.59 0.00 5.97 1.85 0.36 80.24 00:55:55 00:32:01 0 13.96 0.00 9.39 5.23 0.30 71.13 00:55:55 00:32:01 1 11.36 0.00 4.70 1.28 0.36 82.30 00:55:55 00:32:01 2 11.78 0.00 5.27 0.53 0.39 82.04 00:55:55 00:32:01 3 9.31 0.00 4.59 0.43 0.39 85.28 00:55:55 00:33:02 all 12.88 0.00 8.31 4.70 0.44 73.67 00:55:55 00:33:02 0 11.72 0.00 8.62 6.17 0.36 73.14 00:55:55 00:33:02 1 12.44 0.00 8.52 4.10 0.42 74.52 00:55:55 00:33:02 2 14.28 0.00 7.97 5.12 0.56 72.08 00:55:55 00:33:02 3 13.06 0.00 8.15 3.44 0.39 74.96 00:55:55 00:34:01 all 43.51 0.00 13.27 5.36 0.48 37.37 00:55:55 00:34:01 0 43.46 0.00 12.81 4.48 0.44 38.80 00:55:55 00:34:01 1 43.89 0.00 13.14 5.16 0.51 37.30 00:55:55 00:34:01 2 42.15 0.00 13.71 5.79 0.50 37.86 00:55:55 00:34:01 3 44.55 0.00 13.43 6.02 0.46 35.53 00:55:55 00:35:01 all 49.31 0.00 13.68 3.41 0.43 33.17 00:55:55 00:35:01 0 50.89 0.00 13.19 2.90 0.33 32.68 00:55:55 00:35:01 1 48.52 0.00 13.54 1.84 0.47 35.63 00:55:55 00:35:01 2 49.76 0.00 14.01 4.05 0.44 31.73 00:55:55 00:35:01 3 48.04 0.00 13.97 4.86 0.49 32.63 00:55:55 00:36:01 all 30.92 0.00 12.30 1.80 0.29 54.70 00:55:55 00:36:01 0 29.24 0.00 11.54 0.61 0.26 58.35 00:55:55 00:36:01 1 31.24 0.00 12.64 1.72 0.33 54.08 00:55:55 00:36:01 2 30.56 0.00 12.60 0.84 0.28 55.72 00:55:55 00:36:01 3 32.64 0.00 12.42 4.03 0.29 50.62 00:55:55 00:37:03 all 21.42 0.00 31.17 15.81 0.68 30.93 00:55:55 00:37:03 0 19.93 0.00 30.23 15.84 0.66 33.33 00:55:55 00:37:03 1 21.97 0.00 31.09 17.33 0.71 28.90 00:55:55 00:37:03 2 21.61 0.00 31.47 15.28 0.73 30.91 00:55:55 00:37:03 3 22.17 0.00 31.89 14.77 0.61 30.56 00:55:55 00:38:01 all 53.92 0.00 22.43 12.20 0.43 11.01 00:55:55 00:38:01 0 53.92 0.00 21.95 11.71 0.35 12.07 00:55:55 00:38:01 1 54.28 0.00 22.35 13.51 0.57 9.29 00:55:55 00:38:01 2 54.13 0.00 22.10 11.63 0.46 11.68 00:55:55 00:38:01 3 53.35 0.00 23.32 11.96 0.37 11.00 00:55:55 00:39:02 all 29.07 0.00 22.73 23.92 1.16 23.13 00:55:55 00:39:02 0 27.86 0.00 23.37 26.17 1.11 21.48 00:55:55 00:39:02 1 28.45 0.00 22.89 21.47 1.18 26.01 00:55:55 00:39:02 2 30.13 0.00 22.28 25.78 1.14 20.67 00:55:55 00:39:02 3 29.83 0.00 22.38 22.24 1.19 24.36 00:55:55 00:40:02 all 56.76 0.00 24.17 10.98 1.28 6.81 00:55:55 00:40:02 0 56.98 0.00 23.67 9.77 1.28 8.30 00:55:55 00:40:02 1 57.32 0.00 23.06 12.34 1.36 5.92 00:55:55 00:40:02 2 56.21 0.00 25.34 10.41 1.35 6.69 00:55:55 00:40:02 3 56.52 0.00 24.62 11.41 1.15 6.30 00:55:55 00:41:01 all 18.80 0.00 9.41 6.74 0.33 64.72 00:55:55 00:41:01 0 19.46 0.00 9.77 6.39 0.24 64.13 00:55:55 00:41:01 1 18.60 0.00 8.81 6.90 0.35 65.35 00:55:55 00:41:01 2 19.29 0.00 9.93 6.26 0.37 64.15 00:55:55 00:41:01 3 17.82 0.00 9.14 7.42 0.35 65.27 00:55:55 00:42:01 all 0.05 0.00 0.04 0.00 0.00 99.91 00:55:55 00:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:55:55 00:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:55:55 00:42:01 2 0.12 0.00 0.08 0.00 0.00 99.80 00:55:55 00:42:01 3 0.02 0.00 0.02 0.02 0.00 99.95 00:55:55 00:55:55 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:55:55 00:43:01 all 0.19 0.00 0.29 0.00 0.01 99.50 00:55:55 00:43:01 0 0.07 0.00 0.20 0.02 0.02 99.70 00:55:55 00:43:01 1 0.15 0.00 0.38 0.00 0.00 99.47 00:55:55 00:43:01 2 0.25 0.00 0.35 0.00 0.02 99.38 00:55:55 00:43:01 3 0.28 0.00 0.23 0.00 0.02 99.47 00:55:55 00:44:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:55:55 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:55 00:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:55:55 00:44:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:55:55 00:45:01 all 0.12 0.00 0.06 0.01 0.00 99.81 00:55:55 00:45:01 0 0.10 0.00 0.08 0.00 0.00 99.82 00:55:55 00:45:01 1 0.10 0.00 0.03 0.02 0.00 99.85 00:55:55 00:45:01 2 0.10 0.00 0.07 0.02 0.00 99.82 00:55:55 00:45:01 3 0.18 0.00 0.07 0.00 0.00 99.75 00:55:55 00:46:01 all 0.05 0.00 0.07 0.02 0.00 99.85 00:55:55 00:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:55 00:46:01 1 0.05 0.00 0.13 0.08 0.00 99.73 00:55:55 00:46:01 2 0.08 0.00 0.08 0.00 0.00 99.83 00:55:55 00:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:55:55 00:47:01 all 0.04 0.00 0.03 0.00 0.00 99.93 00:55:55 00:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:55:55 00:47:01 1 0.03 0.00 0.03 0.00 0.02 99.92 00:55:55 00:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:55:55 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:48:01 all 0.01 0.00 0.03 0.00 0.00 99.96 00:55:55 00:48:01 0 0.02 0.00 0.05 0.00 0.02 99.92 00:55:55 00:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 00:55:55 00:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:55:55 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:49:01 all 0.04 0.00 0.02 0.00 0.00 99.93 00:55:55 00:49:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:55:55 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:49:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:55:55 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:55 00:50:01 all 0.02 0.00 0.02 0.00 0.00 99.96 00:55:55 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:55 00:51:01 all 0.05 0.00 0.05 0.00 0.00 99.90 00:55:55 00:51:01 0 0.03 0.00 0.07 0.00 0.00 99.90 00:55:55 00:51:01 1 0.10 0.00 0.05 0.00 0.00 99.85 00:55:55 00:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:55:55 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:55:55 00:52:01 all 0.05 0.00 0.04 0.00 0.00 99.90 00:55:55 00:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:55 00:52:01 1 0.10 0.00 0.08 0.00 0.02 99.80 00:55:55 00:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:55:55 00:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:55 00:53:01 all 0.03 0.00 0.03 0.00 0.00 99.93 00:55:55 00:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:55:55 00:53:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:55:55 00:53:01 2 0.02 0.00 0.03 0.00 0.02 99.93 00:55:55 00:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:55:55 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:55:55 00:54:01 all 0.03 0.00 0.02 0.00 0.00 99.95 00:55:55 00:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:54:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:55:55 00:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:55:01 all 0.02 0.00 0.02 0.00 0.00 99.95 00:55:55 00:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:55:55 00:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 00:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:55 Average: all 13.19 0.00 6.61 3.50 0.24 76.47 00:55:55 Average: 0 13.17 0.00 6.66 3.60 0.22 76.35 00:55:55 Average: 1 13.18 0.00 6.51 3.45 0.25 76.60 00:55:55 Average: 2 13.28 0.00 6.67 3.46 0.25 76.34 00:55:55 Average: 3 13.13 0.00 6.59 3.47 0.23 76.57 00:55:55 00:55:55 00:55:55