Pull request #3116 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9accbeaedcf905947171c32bd86387cecd5b349a+87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (1916d405d8e2074286f5358c3807e97dfdbf17f0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24847’ is offline; ‘prd-centos7-docker-4c-2g-24849’ is offline; ‘prd-centos7-docker-4c-2g-24855’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24848’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24852’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24861 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 9accbeaedcf905947171c32bd86387cecd5b349a Merge succeeded, producing 9accbeaedcf905947171c32bd86387cecd5b349a Checking out Revision 9accbeaedcf905947171c32bd86387cecd5b349a (PR-3116) > 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/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:23 ========================================================= 04:30:23 EdgeX Global Pipelines Version Info 04:30:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 85fdef72c86947ae3489f2679876a1a983078480 # timeout=10 04:30:25 ------------------- 04:30:25 stable info: 04:30:25 ------------------- 04:30:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:30:25 Message: update stable to v1.0.179 04:30:26 ------------------- 04:30:26 experimental info: 04:30:26 ------------------- 04:30:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:30:26 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:30:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:30:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:30:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:30:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3116 [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3116 [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3116 [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9accbeaedcf905947171c32bd86387cecd5b349a [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9accbea [Pipeline] echo 04:30:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:30:30 provisioning config files... 04:30:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5311998052406248859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:30 ---> docker-login.sh 04:30:30 nexus3.edgexfoundry.org:10001 04:30:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:30 Configure a credential helper to remove this warning. See 04:30:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:30 04:30:30 Login Succeeded 04:30:30 nexus3.edgexfoundry.org:10002 04:30:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:30 Configure a credential helper to remove this warning. See 04:30:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:30 04:30:30 Login Succeeded 04:30:30 nexus3.edgexfoundry.org:10003 04:30:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:31 Configure a credential helper to remove this warning. See 04:30:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:31 04:30:31 Login Succeeded 04:30:31 nexus3.edgexfoundry.org:10004 04:30:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:31 Configure a credential helper to remove this warning. See 04:30:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:31 04:30:31 Login Succeeded 04:30:31 docker.io 04:30:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:31 Configure a credential helper to remove this warning. See 04:30:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:31 04:30:31 Login Succeeded 04:30:31 ---> docker-login.sh ends [Pipeline] } 04:30:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:32 ++ 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 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/core-command/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo core-command,cmd/core-command/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/core-data/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo core-data,cmd/core-data/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/core-metadata/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/security-bootstrapper/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/support-notifications/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/support-scheduler/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:32 + for file in '`ls cmd/**/Dockerfile`' 04:30:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:32 ++ cut -d/ -f2 04:30:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:32 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 04:30:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:33 04:30:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:33 latest: Pulling from edgex-devops/git-semver 04:30:33 31603596830f: Pulling fs layer 04:30:33 2a8b12db71e7: Pulling fs layer 04:30:33 6ca5941a6612: Pulling fs layer 04:30:33 ecc8261a40a4: Pulling fs layer 04:30:33 ecc8261a40a4: Waiting 04:30:33 2a8b12db71e7: Verifying Checksum 04:30:33 2a8b12db71e7: Download complete 04:30:33 31603596830f: Verifying Checksum 04:30:33 31603596830f: Download complete 04:30:34 ecc8261a40a4: Verifying Checksum 04:30:34 ecc8261a40a4: Download complete 04:30:34 6ca5941a6612: Verifying Checksum 04:30:34 6ca5941a6612: Download complete 04:30:34 31603596830f: Pull complete 04:30:34 2a8b12db71e7: Pull complete 04:30:35 6ca5941a6612: Pull complete 04:30:35 ecc8261a40a4: Pull complete 04:30:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:35 prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container 04:30:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:38 $ docker top bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:38 [ssh-agent] Looking for ssh-agent implementation... 04:30:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:38 $ docker exec bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent 04:30:39 SSH_AUTH_SOCK=/tmp/ssh-AmCuRSXXU6aJ/agent.12 04:30:39 SSH_AGENT_PID=17 04:30:39 Running ssh-add (command line suppressed) 04:30:39 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2500060872924033136.key (/w/workspace/edgex-go/4@tmp/private_key_2500060872924033136.key) 04:30:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:39 + git tag --points-at HEAD [Pipeline] } 04:30:39 $ docker exec --env ******** --env ******** bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent -k 04:30:39 unset SSH_AUTH_SOCK; 04:30:39 unset SSH_AGENT_PID; 04:30:39 echo Agent pid 17 killed; 04:30:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:30:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:40 [ssh-agent] Looking for ssh-agent implementation... 04:30:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:40 $ docker exec bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent 04:30:40 SSH_AUTH_SOCK=/tmp/ssh-bK5Bli14cg1b/agent.46 04:30:40 SSH_AGENT_PID=51 04:30:40 Running ssh-add (command line suppressed) 04:30:40 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1496892607246834940.key (/w/workspace/edgex-go/4@tmp/private_key_1496892607246834940.key) 04:30:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:40 + git semver init 04:30:40 # -> Open(): unable to determine branch for HEAD 04:30:40 # $GIT_DIR = /w/workspace/edgex-go/4/.git 04:30:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 04:30:40 # $SEMVER_REMOTE_NAME = origin 04:30:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:40 # $SEMVER_USER_NAME = edgex-jenkins 04:30:40 # $SEMVER_BRANCH = PR-3116 04:30:40 # $SEMVER_TEMP = /tmp/semver-484101439 04:30:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:02 # '/tmp/semver-484101439' -> '/w/workspace/edgex-go/4/.semver' 04:32:02 # -> Force: false 04:32:02 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 04:32:02 $ docker exec --env ******** --env ******** bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent -k 04:32:03 unset SSH_AUTH_SOCK; 04:32:03 unset SSH_AGENT_PID; 04:32:03 echo Agent pid 51 killed; 04:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:03 + git semver [Pipeline] } 04:32:03 $ docker stop --time=1 bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 04:32:05 $ docker rm -f bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 [Pipeline] // withDockerContainer [Pipeline] sh 04:32:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:32:06 Stashed 1 file(s) [Pipeline] echo 04:32:06 [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 04:32:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:32:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:32:08 + sudo service docker restart 04:32:08 + true 04:32:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:32:08 ========================================================= 04:32:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:32:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:09 + 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 . 04:32:12 Sending build context to Docker daemon 327.5MB 04:32:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:32:12 Step 2/6 : FROM ${BASE} 04:32:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:12 188c0c94c7c5: Pulling fs layer 04:32:12 0ef7d3d256c8: Pulling fs layer 04:32:12 de9db76c5a1d: Pulling fs layer 04:32:12 bca2f99d35d6: Pulling fs layer 04:32:12 93359f2a8cfa: Pulling fs layer 04:32:12 7c6f9722023f: Pulling fs layer 04:32:12 a35cf1a2eb13: Pulling fs layer 04:32:12 93359f2a8cfa: Waiting 04:32:12 a35cf1a2eb13: Waiting 04:32:12 bca2f99d35d6: Waiting 04:32:12 de9db76c5a1d: Verifying Checksum 04:32:12 de9db76c5a1d: Download complete 04:32:12 0ef7d3d256c8: Verifying Checksum 04:32:12 0ef7d3d256c8: Download complete 04:32:12 93359f2a8cfa: Verifying Checksum 04:32:12 93359f2a8cfa: Download complete 04:32:12 188c0c94c7c5: Verifying Checksum 04:32:12 188c0c94c7c5: Download complete 04:32:12 7c6f9722023f: Verifying Checksum 04:32:12 7c6f9722023f: Download complete 04:32:13 188c0c94c7c5: Pull complete 04:32:13 0ef7d3d256c8: Pull complete 04:32:13 de9db76c5a1d: Pull complete 04:32:16 a35cf1a2eb13: Verifying Checksum 04:32:16 a35cf1a2eb13: Download complete 04:32:17 bca2f99d35d6: Verifying Checksum 04:32:17 bca2f99d35d6: Download complete 04:32:22 Still waiting to schedule task 04:32:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:32:23 bca2f99d35d6: Pull complete 04:32:23 93359f2a8cfa: Pull complete 04:32:23 7c6f9722023f: Pull complete 04:32:27 a35cf1a2eb13: Pull complete 04:32:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:32:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:32:27 ---> a62c8e92a672 04:32:27 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 04:32:27 ---> Running in b81d834a4eb3 04:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:31 (1/12) Installing libmagic (5.38-r0) 04:32:31 (2/12) Installing file (5.38-r0) 04:32:31 (3/12) Installing libc-dev (0.7.2-r3) 04:32:31 (4/12) Installing g++ (9.3.0-r2) 04:32:49 (5/12) Installing fortify-headers (1.1-r0) 04:32:49 (6/12) Installing patch (2.7.6-r6) 04:32:49 (7/12) Installing build-base (0.5-r2) 04:32:49 (8/12) Installing libsodium (1.0.18-r0) 04:32:49 (9/12) Installing pkgconf (1.7.2-r0) 04:32:49 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:49 (11/12) Installing libzmq (4.3.3-r0) 04:32:49 (12/12) Installing zeromq-dev (4.3.3-r0) 04:32:49 Executing busybox-1.31.1-r19.trigger 04:32:49 OK: 233 MiB in 51 packages 04:32:52 Removing intermediate container b81d834a4eb3 04:32:52 ---> 674fa07f776d 04:32:52 Step 4/6 : WORKDIR /edgex-go 04:32:52 ---> Running in 3968a5f1917b 04:32:52 Removing intermediate container 3968a5f1917b 04:32:52 ---> b1e81fde7fee 04:32:52 Step 5/6 : COPY go.mod . 04:32:52 ---> bd337d706e78 04:32:52 Step 6/6 : RUN go mod download 04:32:53 ---> Running in 727ddca737ea 04:33:15 Removing intermediate container 727ddca737ea 04:33:15 ---> 06802704c3fe 04:33:15 Successfully built 06802704c3fe 04:33:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:33:15 + docker inspect -f . ci-base-image-x86_64 04:33:15 . [Pipeline] withDockerContainer 04:33:15 prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container 04:33:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:16 $ docker top c2fe35810864d4b0770baa59fbae4b95815c49bfc29d19ba0210ae413c3bb463 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:17 + go version 04:33:17 go version go1.15.5 linux/amd64 [Pipeline] } 04:33:17 $ docker stop --time=1 c2fe35810864d4b0770baa59fbae4b95815c49bfc29d19ba0210ae413c3bb463 04:33:18 $ docker rm -f c2fe35810864d4b0770baa59fbae4b95815c49bfc29d19ba0210ae413c3bb463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:19 + docker inspect -f . ci-base-image-x86_64 04:33:19 . [Pipeline] withDockerContainer 04:33:19 prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container 04:33:19 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:20 $ docker top 1d14aa70806f688c06e32f84d4a3e920be102a20aa7440687b5f02468eacda76 -eo pid,comm [Pipeline] { [Pipeline] echo 04:33:20 ========================================================= 04:33:20 [edgeXBuildGoParallel] Running Tests and Build... 04:33:20 ========================================================= [Pipeline] sh 04:33:20 + make test 04:33:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:33:29 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:33:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 46.0% of statements 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.062s coverage: 100.0% of statements 04:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 65.8% of statements 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.3% of statements 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements 04:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:34:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:34:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.486s coverage: 92.8% of statements 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 45.5% of statements 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 79.5% of statements 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements 04:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 04:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.035s coverage: 94.4% of statements 04:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 68.9% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 37.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.081s coverage: 90.4% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.718s coverage: 29.1% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 04:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 04:34:33 GO111MODULE=on go vet ./... 04:35:00 gofmt -l . 04:35:00 [ "`gofmt -l .`" = "" ] 04:35:00 ./bin/test-go-mod-tidy.sh 04:35:00 ./bin/test-attribution-txt.sh [Pipeline] sh 04:35:00 + ls -al . 04:35:00 total 684 04:35:00 drwxrwxr-x 10 1001 1001 4096 Feb 4 04:35 . 04:35:00 drwxr-xr-x 4 root root 28 Feb 4 04:33 .. 04:35:00 -rw-rw-r-- 1 1001 1001 11 Feb 4 04:30 .dockerignore 04:35:00 drwxrwxr-x 8 1001 1001 179 Feb 4 04:30 .git 04:35:00 drwxrwxr-x 3 1001 1001 125 Feb 4 04:30 .github 04:35:00 -rw-rw-r-- 1 1001 1001 872 Feb 4 04:30 .gitignore 04:35:00 drwx------ 3 1001 1001 60 Feb 4 04:31 .semver 04:35:00 -rw-rw-r-- 1 1001 1001 166 Feb 4 04:30 .sonarcloud.properties 04:35:00 -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:30 Attribution.txt 04:35:00 -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:30 CONTRIBUTING.md 04:35:00 -rw-rw-r-- 1 1001 1001 931 Feb 4 04:30 Dockerfile.build 04:35:00 -rw-rw-r-- 1 1001 1001 863 Feb 4 04:30 Jenkinsfile 04:35:00 -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:30 LICENSE 04:35:00 -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:30 Makefile 04:35:00 -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:30 README.md 04:35:00 -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:30 SECURITY.md 04:35:00 -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION 04:35:00 -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:30 ZMQWindows.md 04:35:00 drwxrwxr-x 2 1001 1001 117 Feb 4 04:30 bin 04:35:00 drwxrwxr-x 15 1001 1001 4096 Feb 4 04:30 cmd 04:35:00 -rw-r--r-- 1 root root 580808 Feb 4 04:34 coverage.out 04:35:00 -rw-r--r-- 1 root root 1054 Feb 4 04:34 go.mod 04:35:00 -rw-r--r-- 1 root root 19510 Feb 4 04:34 go.sum 04:35:00 drwxrwxr-x 8 1001 1001 127 Feb 4 04:30 internal 04:35:00 drwxrwxr-x 4 1001 1001 26 Feb 4 04:30 openapi 04:35:00 drwxrwxr-x 4 1001 1001 71 Feb 4 04:30 snap 04:35:00 -rw-rw-r-- 1 1001 1001 168 Feb 4 04:30 version.go [Pipeline] sh 04:35:01 + '[' -e coverage.out ] 04:35:01 + chown 1001:1001 coverage.out [Pipeline] stash 04:35:01 Stashed 1 file(s) [Pipeline] sh 04:35:01 + make build 04:35:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:35:06 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 04:35: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 04:35:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:35: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 04:35:17 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 04:35:19 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 04:35:20 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 04:35:21 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 04:35:23 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 04:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:35: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 04:35:26 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] } 04:35:28 $ docker stop --time=1 1d14aa70806f688c06e32f84d4a3e920be102a20aa7440687b5f02468eacda76 04:35:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24872 in /w/workspace/edgexfoundry_edgex-go_PR-3116 04:35:30 $ docker rm -f 1d14aa70806f688c06e32f84d4a3e920be102a20aa7440687b5f02468eacda76 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 04:35:30 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:32 04:35:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:35:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:32 latest: Pulling from edgex-devops/edgex-compose 04:35:32 cbdbe7a5bc2a: Pulling fs layer 04:35:32 ca9280d653b3: Pulling fs layer 04:35:32 7e9c9ca2126c: Pulling fs layer 04:35:32 cbdbe7a5bc2a: Verifying Checksum 04:35:32 cbdbe7a5bc2a: Download complete 04:35:32 cbdbe7a5bc2a: Pull complete 04:35:33 ca9280d653b3: Verifying Checksum 04:35:33 ca9280d653b3: Download complete 04:35:34 7e9c9ca2126c: Verifying Checksum 04:35:34 7e9c9ca2126c: Download complete 04:35:34 ca9280d653b3: Pull complete 04:35:36 using credential edgex-jenkins-ssh 04:35:36 Cloning the remote Git repository 04:35:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:36 > git init /w/workspace/edgex-go/4 # timeout=10 04:35:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:36 > git --version # timeout=10 04:35:36 > git --version # 'git version 2.17.1' 04:35:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:35:40 7e9c9ca2126c: Pull complete 04:35:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:40 prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container 04:35:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:44 $ docker top f6bfab384f223bcb3639298bd31d95f30556e59c8afb79dff8169493f118920a -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:44 + docker-compose build --help 04:35:44 + grep parallel 04:35:45 --parallel Build images in parallel. [Pipeline] } 04:35:46 $ docker stop --time=1 f6bfab384f223bcb3639298bd31d95f30556e59c8afb79dff8169493f118920a 04:35:47 $ docker rm -f f6bfab384f223bcb3639298bd31d95f30556e59c8afb79dff8169493f118920a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:48 . [Pipeline] withDockerContainer 04:35:48 prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container 04:35:48 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 04:35:48 $ docker top 0287ffbbf6afb483d1f1273532a0e4fbb81fdf28636f25bc16feaab43d90f8cd -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:49 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:50 Building docker-core-command-go ... 04:35:50 Building docker-core-data-go ... 04:35:50 Building docker-core-metadata-go ... 04:35:50 Building docker-security-bootstrapper-go ... 04:35:50 Building docker-security-proxy-setup-go ... 04:35:50 Building docker-security-secretstore-setup-go ... 04:35:50 Building docker-support-notifications-go ... 04:35:50 Building docker-support-scheduler-go ... 04:35:50 Building docker-sys-mgmt-agent-go ... 04:35:50 Building docker-sys-mgmt-agent-go 04:35:50 Building docker-security-secretstore-setup-go 04:35:50 Building docker-support-scheduler-go 04:35:50 Building docker-security-proxy-setup-go 04:35:50 Building docker-security-bootstrapper-go 04:36:01 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 9accbeaedcf905947171c32bd86387cecd5b349a 04:36:01 Merge succeeded, producing 9accbeaedcf905947171c32bd86387cecd5b349a 04:36:01 Checking out Revision 9accbeaedcf905947171c32bd86387cecd5b349a (PR-3116) 04:36:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:36:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:01 > git config core.sparsecheckout # timeout=10 04:36:01 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 04:36:01 > git remote # timeout=10 04:36:01 > git config --get remote.origin.url # timeout=10 04:36:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:01 > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 04:36:01 > git rev-parse HEAD^{commit} # timeout=10 04:36:01 > git config core.sparsecheckout # timeout=10 04:36:01 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 04:36:06 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:36:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:36:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:36:08 + sudo service docker restart 04:36:08 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:36:10 provisioning config files... 04:36:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2823752351131396649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:36:11 ---> docker-login.sh 04:36:11 nexus3.edgexfoundry.org:10001 04:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:12 Configure a credential helper to remove this warning. See 04:36:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:12 04:36:12 Login Succeeded 04:36:12 nexus3.edgexfoundry.org:10002 04:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:13 Configure a credential helper to remove this warning. See 04:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:13 04:36:13 Login Succeeded 04:36:13 nexus3.edgexfoundry.org:10003 04:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:14 Configure a credential helper to remove this warning. See 04:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:14 04:36:14 Login Succeeded 04:36:14 nexus3.edgexfoundry.org:10004 04:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:14 Configure a credential helper to remove this warning. See 04:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:14 04:36:14 Login Succeeded 04:36:14 docker.io 04:36:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:15 Configure a credential helper to remove this warning. See 04:36:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:15 04:36:15 Login Succeeded 04:36:15 ---> docker-login.sh ends [Pipeline] } 04:36:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:36:16 ========================================================= 04:36:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:36:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:16 + 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 . 04:36:19 Sending build context to Docker daemon 166.1MB 04:36:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:36:19 Step 2/6 : FROM ${BASE} 04:36:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:19 5f621e34cdf4: Pulling fs layer 04:36:19 a4357932f1b6: Pulling fs layer 04:36:19 18c013af1878: Pulling fs layer 04:36:19 00ac8860ef70: Pulling fs layer 04:36:19 63d7cb157983: Pulling fs layer 04:36:19 b116817d02f9: Pulling fs layer 04:36:19 745a02a5169b: Pulling fs layer 04:36:19 00ac8860ef70: Waiting 04:36:19 63d7cb157983: Waiting 04:36:19 b116817d02f9: Waiting 04:36:19 745a02a5169b: Waiting 04:36:19 18c013af1878: Download complete 04:36:19 a4357932f1b6: Verifying Checksum 04:36:19 a4357932f1b6: Download complete 04:36:19 63d7cb157983: Verifying Checksum 04:36:19 63d7cb157983: Download complete 04:36:19 b116817d02f9: Verifying Checksum 04:36:19 b116817d02f9: Download complete 04:36:19 5f621e34cdf4: Verifying Checksum 04:36:19 5f621e34cdf4: Download complete 04:36:20 5f621e34cdf4: Pull complete 04:36:20 a4357932f1b6: Pull complete 04:36:21 18c013af1878: Pull complete 04:36:21 745a02a5169b: Verifying Checksum 04:36:21 745a02a5169b: Download complete 04:36:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:36:22 ---> 06802704c3fe 04:36:22 Step 3/24 : WORKDIR /edgex-go 04:36:22 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:36:22 ---> 06802704c3fe 04:36:22 Step 3/31 : WORKDIR /edgex-go 04:36:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:36:22 ---> 06802704c3fe 04:36:22 Step 3/26 : WORKDIR /edgex-go 04:36:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:22 ---> 06802704c3fe 04:36:22 Step 3/22 : WORKDIR /edgex-go 04:36:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:23 ---> 06802704c3fe 04:36:23 Step 3/21 : WORKDIR /edgex-go 04:36:23 00ac8860ef70: Verifying Checksum 04:36:23 00ac8860ef70: Download complete 04:36:23 ---> Running in a6d5df14d687 04:36:23 ---> Running in 33449ec46a11 04:36:23 ---> Running in d2058383ccad 04:36:23 ---> Running in 9b4bf18622b1 04:36:23 ---> Running in 22c49983224d 04:36:24 Removing intermediate container 22c49983224d 04:36:24 ---> c079be801d94 04:36:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:24 Removing intermediate container 33449ec46a11 04:36:24 ---> 5676446770f8 04:36:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:24 Removing intermediate container 9b4bf18622b1 04:36:24 ---> d6e8743c5271 04:36:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:24 Removing intermediate container a6d5df14d687 04:36:24 ---> fda04e8ab99d 04:36:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:24 Removing intermediate container d2058383ccad 04:36:24 ---> 673d01c2eac3 04:36:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:24 ---> Running in 9f8ad528afde 04:36:24 ---> Running in 86dc75d64cf1 04:36:24 ---> Running in d541dec21d27 04:36:24 ---> Running in f77d7f9a72a5 04:36:24 ---> Running in b743b6b8b5ba 04:36:27 Removing intermediate container d541dec21d27 04:36:27 ---> e4d10f803610 04:36:27 Step 5/31 : RUN apk add --update --no-cache make git 04:36:27 Removing intermediate container 86dc75d64cf1 04:36:27 ---> 56a8f1d4f371 04:36:27 Step 5/22 : RUN apk add --update --no-cache make git 04:36:27 Removing intermediate container 9f8ad528afde 04:36:27 ---> 16eadfc40895 04:36:27 Step 5/26 : RUN apk add --update --no-cache make bash git 04:36:27 Removing intermediate container f77d7f9a72a5 04:36:27 ---> 123172bb57d3 04:36:27 Step 5/21 : RUN apk add --update --no-cache make git 04:36:27 ---> Running in dd6c7d5ee3b1 04:36:27 ---> Running in 45ef18417383 04:36:27 ---> Running in f84332b4892d 04:36:27 Removing intermediate container b743b6b8b5ba 04:36:27 ---> d825cef797bd 04:36:27 Step 5/24 : RUN apk add --update --no-cache make git 04:36:27 ---> Running in fbd9def63c85 04:36:27 ---> Running in af6bf16afb4d 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:30 OK: 233 MiB in 51 packages 04:36:30 OK: 233 MiB in 51 packages 04:36:31 Removing intermediate container 45ef18417383 04:36:31 ---> e4e637fb8d98 04:36:31 Step 6/22 : COPY go.mod . 04:36:31 Removing intermediate container dd6c7d5ee3b1 04:36:31 ---> eb81a7379536 04:36:31 Step 6/31 : COPY go.mod . 04:36:31 ---> 8c96177d513a 04:36:31 Step 7/22 : RUN go mod download 04:36:31 ---> a0d89b411da1 04:36:31 Step 7/31 : RUN go mod download 04:36:31 OK: 233 MiB in 51 packages 04:36:31 ---> Running in 1ed6b591b6ba 04:36:31 ---> Running in 7060827bcd3a 04:36:32 Removing intermediate container f84332b4892d 04:36:32 ---> 65f891528ef4 04:36:32 Step 6/26 : COPY go.mod . 04:36:32 ---> 52cb3a74be9c 04:36:32 Step 7/26 : RUN go mod download 04:36:32 ---> Running in c91a2cf736b1 04:36:32 OK: 233 MiB in 51 packages 04:36:33 OK: 233 MiB in 51 packages 04:36:33 00ac8860ef70: Pull complete 04:36:33 63d7cb157983: Pull complete 04:36:33 Removing intermediate container fbd9def63c85 04:36:33 ---> e24a1a123373 04:36:33 Step 6/21 : COPY go.mod . 04:36:33 b116817d02f9: Pull complete 04:36:34 Removing intermediate container af6bf16afb4d 04:36:34 ---> 4109e6de95b3 04:36:34 Step 6/24 : COPY go.mod . 04:36:34 ---> 3e54f8848aaa 04:36:34 Step 7/21 : RUN go mod download 04:36:34 Removing intermediate container 7060827bcd3a 04:36:34 ---> dfceebcd9205 04:36:34 Step 8/31 : COPY . . 04:36:34 Removing intermediate container 1ed6b591b6ba 04:36:34 ---> 75a941feafb0 04:36:34 Step 8/22 : COPY . . 04:36:34 ---> Running in 5f3c226eaf99 04:36:34 Removing intermediate container c91a2cf736b1 04:36:34 ---> c108d94d9c44 04:36:34 Step 8/26 : COPY . . 04:36:35 ---> f977268406a2 04:36:35 Step 7/24 : RUN go mod download 04:36:37 ---> Running in a3d10c45c7f8 04:36:38 745a02a5169b: Pull complete 04:36:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:36:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:36:38 ---> b7e6874047d6 04:36: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 04:36:41 ---> Running in e7446fd46785 04:36:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:45 (1/12) Installing libmagic (5.38-r0) 04:36:46 (2/12) Installing file (5.38-r0) 04:36:46 (3/12) Installing libc-dev (0.7.2-r3) 04:36:46 (4/12) Installing g++ (9.3.0-r2) 04:36:48 Removing intermediate container a3d10c45c7f8 04:36:48 ---> 702627c12850 04:36:48 Step 8/24 : COPY . . 04:36:48 Removing intermediate container 5f3c226eaf99 04:36:48 ---> 7612a7b5481d 04:36:48 Step 8/21 : COPY . . 04:36:50 (5/12) Installing fortify-headers (1.1-r0) 04:36:50 (6/12) Installing patch (2.7.6-r6) 04:36:50 (7/12) Installing build-base (0.5-r2) 04:36:50 (8/12) Installing libsodium (1.0.18-r0) 04:36:50 (9/12) Installing pkgconf (1.7.2-r0) 04:36:50 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:51 (11/12) Installing libzmq (4.3.3-r0) 04:36:51 (12/12) Installing zeromq-dev (4.3.3-r0) 04:36:51 Executing busybox-1.31.1-r19.trigger 04:36:51 OK: 217 MiB in 51 packages 04:36:55 Removing intermediate container e7446fd46785 04:36:55 ---> 386528e4e735 04:36:55 Step 4/6 : WORKDIR /edgex-go 04:36:55 ---> Running in d5eb5af25ef3 04:36:56 Removing intermediate container d5eb5af25ef3 04:36:56 ---> d229f1a4df7a 04:36:56 Step 5/6 : COPY go.mod . 04:36:57 ---> 19c8fba626d9 04:36:57 Step 6/6 : RUN go mod download 04:36:57 ---> Running in 068b2584c375 04:37:10 ---> da5f41c8f1b3 04:37:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:37:10 ---> 9138dba5e909 04:37:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:37:10 ---> d1a4786163ef 04:37:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:37:10 ---> Running in b2222b6447af 04:37:10 ---> Running in decf947f7c43 04:37:10 ---> Running in d77435f74695 04:37:14 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 04:37:14 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 04:37:14 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 04:37:14 ---> 6a6a562418bc 04:37:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:37:15 ---> Running in 0a0ddaad132c 04:37:15 ---> f50af83fcd2f 04:37:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:37:15 ---> Running in 611eb95b7077 04:37:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:37:16 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 04:37:23 Removing intermediate container 068b2584c375 04:37:23 ---> fef347ec3d67 04:37:23 Successfully built fef347ec3d67 04:37:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:37:24 + docker inspect -f . ci-base-image-arm64 04:37:24 . [Pipeline] withDockerContainer 04:37:24 prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container 04:37:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:37:26 $ docker top 73f3fc7a1081a7203df71ee319dd6d79586dd50db15e5f0350c617ec33556b55 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:27 + go version 04:37:27 go version go1.15.5 linux/arm64 [Pipeline] } 04:37:27 $ docker stop --time=1 73f3fc7a1081a7203df71ee319dd6d79586dd50db15e5f0350c617ec33556b55 04:37:29 $ docker rm -f 73f3fc7a1081a7203df71ee319dd6d79586dd50db15e5f0350c617ec33556b55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:30 + docker inspect -f . ci-base-image-arm64 04:37:30 . [Pipeline] withDockerContainer 04:37:30 prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container 04:37:30 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:37:32 $ docker top 1a1bbd583a847c37e039812e07108556b4e52f2294e1bd6b804c701077e3931a -eo pid,comm [Pipeline] { [Pipeline] echo 04:37:32 ========================================================= 04:37:32 [edgeXBuildGoParallel] Running Tests and Build... 04:37:32 ========================================================= [Pipeline] sh 04:37:33 + make test 04:37:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:37:43 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 04:37:43 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 04:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:37:47 Removing intermediate container d77435f74695 04:37:47 ---> 04c8c47c6ae9 04:37:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:48 ---> Running in c8515846feca 04:37:49 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 04:37:53 Removing intermediate container 0a0ddaad132c 04:37:53 ---> a81a9fce3b6a 04:37:53 04:37:53 Step 10/24 : FROM alpine:3.12 04:37:53 Removing intermediate container 611eb95b7077 04:37:53 ---> ddfd1e719e81 04:37:53 04:37:53 Step 10/21 : FROM alpine:3.12 04:37:53 Removing intermediate container b2222b6447af 04:37:53 ---> 7bf4c19fdf82 04:37:53 04:37:53 Step 10/22 : FROM alpine:3.12 04:37:53 3.12: Pulling from library/alpine 04:37:53 3.12: Pulling from library/alpine 04:37:53 Removing intermediate container decf947f7c43 04:37:53 ---> 949b130c2390 04:37:53 04:37:53 Step 10/31 : FROM alpine:3.12 04:37:53 3.12: Pulling from library/alpine 04:37:53 3.12: Pulling from library/alpine 04:37:53 Removing intermediate container c8515846feca 04:37:53 ---> d8457a26f01f 04:37:53 04:37:53 Step 11/26 : FROM docker:20.10.0 04:37:53 20.10.0: Pulling from library/docker 04:37:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:37:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:37:53 Status: Downloaded newer image for alpine:3.12 04:37:53 Status: Image is up to date for alpine:3.12 04:37:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:37:53 Status: Image is up to date for alpine:3.12 04:37:53 ---> 389fef711851 04:37:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:37:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:37:53 Status: Image is up to date for alpine:3.12 04:37:53 ---> 389fef711851 04:37:53 Step 11/21 : RUN apk add --update --no-cache curl 04:37:53 ---> 389fef711851 04:37:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:37:53 ---> 389fef711851 04:37:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:37:55 ---> Running in 8672ff7d93d4 04:37:55 ---> Running in ac8a071af611 04:37:55 ---> Running in 7bdcefb5d625 04:37:55 ---> Running in 8b4a5da0a420 04:37:56 Removing intermediate container ac8a071af611 04:37:56 ---> 8f54f518e268 04:37:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:56 (1/1) Installing dumb-init (1.2.2-r1) 04:37:56 Executing busybox-1.31.1-r19.trigger 04:37:56 OK: 6 MiB in 15 packages 04:37:56 ---> Running in 967ca121658e 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:57 (1/4) Installing ca-certificates (20191127-r4) 04:37:57 Removing intermediate container 8672ff7d93d4 04:37:57 ---> fe171fe85a3c 04:37:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:37:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:57 (3/4) Installing libcurl (7.69.1-r3) 04:37:57 (4/4) Installing curl (7.69.1-r3) 04:37:57 Executing busybox-1.31.1-r19.trigger 04:37:57 (1/5) Installing ca-certificates (20191127-r4) 04:37:57 Executing ca-certificates-20191127-r4.trigger 04:37:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:37:57 (3/5) Installing libcurl (7.69.1-r3) 04:37:57 (4/5) Installing curl (7.69.1-r3) 04:37:57 (5/5) Installing dumb-init (1.2.2-r1) 04:37:57 OK: 7 MiB in 18 packages 04:37:57 Executing busybox-1.31.1-r19.trigger 04:37:57 Executing ca-certificates-20191127-r4.trigger 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:57 OK: 7 MiB in 19 packages 04:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:58 (1/2) Installing dumb-init (1.2.2-r1) 04:37:58 (2/2) Installing su-exec (0.2-r1) 04:37:58 Executing busybox-1.31.1-r19.trigger 04:37:58 OK: 6 MiB in 16 packages 04:37:58 ---> Running in cee5a2a31f4e 04:37:58 Removing intermediate container cee5a2a31f4e 04:37:58 ---> aacb16cb5c04 04:37:58 Step 13/22 : ENV APP_PORT=48085 04:37:58 ---> Running in 0e64dd74a076 04:38:00 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:00 Removing intermediate container 0e64dd74a076 04:38:00 ---> b94427b73075 04:38:00 Step 14/22 : EXPOSE $APP_PORT 04:38:00 Removing intermediate container 7bdcefb5d625 04:38:00 ---> edbfe10444c0 04:38:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:00 Removing intermediate container 967ca121658e 04:38:00 ---> 74d7121d0fcd 04:38:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:38:00 Removing intermediate container 8b4a5da0a420 04:38:00 ---> b155302cbef3 04:38:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:00 ---> Running in 01ee7468f0b5 04:38:00 ---> Running in 782737a4fea9 04:38:00 ---> Running in fb3a3b453e6e 04:38:00 ---> Running in 4c6195dd47a1 04:38:01 Removing intermediate container 4c6195dd47a1 04:38:01 ---> ab92bf40a09f 04:38:01 Step 13/24 : WORKDIR / 04:38:01 Removing intermediate container fb3a3b453e6e 04:38:01 ---> dafad1ec767c 04:38:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:01 Removing intermediate container 01ee7468f0b5 04:38:01 ---> 3e8b3333c27e 04:38:01 Step 13/21 : WORKDIR /edgex 04:38:01 Removing intermediate container 782737a4fea9 04:38:01 ---> 1cdce3b447e0 04:38:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:38:01 ---> Running in a3d1b4f26276 04:38:01 ---> Running in 33828b299960 04:38:01 ---> Running in 4e7036598f99 04:38:02 Removing intermediate container a3d1b4f26276 04:38:02 ---> b0e08a7451cd 04:38:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:38:02 ---> 72c24e8d989a 04:38:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:38:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:38:02 Removing intermediate container 4e7036598f99 04:38:02 ---> cb38c9ccf1e1 04:38:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:38:02 Status: Downloaded newer image for docker:20.10.0 04:38:02 ---> aefe523efa57 04:38:02 Step 12/26 : RUN apk add --no-cache bash 04:38:02 Removing intermediate container 33828b299960 04:38:02 ---> cfc30d6fc6e3 04:38:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:38:02 ---> Running in 24e886964566 04:38:02 ---> Running in 567d980cc0ed 04:38:02 ---> 43d4df8f8705 04:38:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:02 ---> 035a228fc1f5 04:38:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:38:02 ---> 72f5ed1e07dd 04:38:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:38:03 ---> 5f32b0d12f91 04:38:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:38:03 ---> 4c648b6acbf5 04:38:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:38:03 ---> b8f6e8189893 04:38:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:38:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:03 ---> Running in 92ccd171b708 04:38:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:03 ---> 4811167ff14d 04:38:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:38:03 (1/2) Installing readline (8.0.4-r0) 04:38:03 Removing intermediate container 92ccd171b708 04:38:03 ---> 970a0e279ebe 04:38:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:03 (2/2) Installing bash (5.0.17-r0) 04:38:04 Executing bash-5.0.17-r0.post-install 04:38:04 Executing busybox-1.31.1-r19.trigger 04:38:04 OK: 12 MiB in 22 packages 04:38:04 ---> Running in caaa43d6b191 04:38:04 ---> d2a5580faf6a 04:38:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:04 ---> Running in f2ad5fb83a6a 04:38:04 Removing intermediate container 24e886964566 04:38:04 ---> 2fc01dbbaa63 04:38:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:38:04 Removing intermediate container caaa43d6b191 04:38:04 ---> a92fe9afda90 04:38:04 Step 20/22 : LABEL arch=x86_64 04:38:04 ---> bd3300b8c01d 04:38:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:38:04 ---> Running in f2566059530c 04:38:04 ---> Running in 494d2bfaf510 04:38:05 Removing intermediate container f2ad5fb83a6a 04:38:05 ---> 06bfd59f7e52 04:38:05 Step 18/21 : CMD ["--init=true"] 04:38:05 Removing intermediate container 567d980cc0ed 04:38:05 ---> 793f0bc129e9 04:38:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:38:05 ---> Running in 98218d2460a0 04:38:05 ---> Running in 438fabe75570 04:38:05 Removing intermediate container f2566059530c 04:38:05 ---> 4accb0292892 04:38:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:38:05 Removing intermediate container 494d2bfaf510 04:38:05 ---> 99da307cc45b 04:38:05 Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:38:05 ---> 4374ec3aafa0 04:38:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:38:05 ---> Running in 29b8b6700f2b 04:38:05 Removing intermediate container 98218d2460a0 04:38:05 ---> 9f9bdb24648c 04:38:05 Step 19/21 : LABEL arch=x86_64 04:38:05 Removing intermediate container 438fabe75570 04:38:05 ---> cc86c34633ab 04:38:05 Step 14/26 : ENV APP_PORT=48090 04:38:05 ---> Running in 0d2fde098007 04:38:05 ---> ba782a887316 04:38:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:38:05 Removing intermediate container 29b8b6700f2b 04:38:05 ---> 7695920ce040 04:38:05 Step 22/22 : LABEL version=0.0.0 04:38:05 ---> 0359f64379ff 04:38:05 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/ 04:38:05 ---> Running in 69582bc02a40 04:38:06 ---> Running in 0453ca9066ca 04:38:06 ---> Running in fd7318789460 04:38:06 ---> Running in e38607f39705 04:38:06 Removing intermediate container 0d2fde098007 04:38:06 ---> 7c6eb405461b 04:38:06 Step 20/21 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:38:06 Removing intermediate container 69582bc02a40 04:38:06 ---> 4044823f4dde 04:38:06 Step 15/26 : EXPOSE $APP_PORT 04:38:06 ---> Running in 761c8ac5f8dd 04:38:06 Removing intermediate container fd7318789460 04:38:06 ---> 43d905453042 04:38:06 04:38:06 ---> Running in 3b0b2db4380c 04:38:06 Removing intermediate container 761c8ac5f8dd 04:38:06 ---> 037c883b9854 04:38:06 Step 21/21 : LABEL version=0.0.0 04:38:06 Successfully built 43d905453042 04:38:06 Successfully tagged docker-support-scheduler-go:latest 04:38:06  Building docker-support-scheduler-go ... done Building docker-core-command-go 04:38:06 ---> Running in d398bc1184d9 04:38:06 Removing intermediate container 3b0b2db4380c 04:38:06 ---> 7fd60e9c113a 04:38:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:38:07 Removing intermediate container d398bc1184d9 04:38:07 ---> b26d72d15764 04:38:07 04:38:07 Successfully built b26d72d15764 04:38:07 Successfully tagged docker-security-proxy-setup-go:latest 04:38:07 Building docker-support-notifications-go 04:38:08  Building docker-security-proxy-setup-go ... done  ---> 4bb7ece20710 04:38:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:38:12 Removing intermediate container 0453ca9066ca 04:38:12 ---> 97ebf64243a7 04:38:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:14 Removing intermediate container e38607f39705 04:38:14 ---> 32a6a9610120 04:38:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:38:14 ---> dff36122871d 04:38:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:38:14 ---> Running in b852063fcb4b 04:38:14 ---> d6c24718801f 04:38:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:38:14 Removing intermediate container b852063fcb4b 04:38:14 ---> 29579440c340 04:38:14 Step 22/24 : LABEL arch=x86_64 04:38:14 ---> Running in eff0761b594e 04:38:15 ---> abd8798ebd74 04:38:15 Step 19/26 : RUN apk --no-cache add py3-pip 04:38:15 ---> Running in da1c0ebe5d0b 04:38:15 ---> c0c23cf4b258 04:38:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:38:15 Removing intermediate container eff0761b594e 04:38:15 ---> 85f7f8a3e32f 04:38:15 Step 23/24 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:38:15 ---> Running in 9c6e68cfc9ce 04:38:16 ---> 8cdc3030a387 04:38:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:16 (1/33) Installing libbz2 (1.0.8-r1) 04:38:16 (2/33) Installing expat (2.2.9-r1) 04:38:16 (3/33) Installing libffi (3.3-r2) 04:38:16 (4/33) Installing gdbm (1.13-r1) 04:38:17 (5/33) Installing xz-libs (5.2.5-r0) 04:38:17 (6/33) Installing sqlite-libs (3.32.1-r0) 04:38:17 (7/33) Installing python3 (3.8.5-r0) 04:38:19 Removing intermediate container 9c6e68cfc9ce 04:38:19 ---> 83bdcbd5204f 04:38:19 Step 24/24 : LABEL version=0.0.0 04:38:25 ---> b9570d93e936 04:38:25 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:38:25 ---> Running in 0580c2f0b0f8 04:38:25 (8/33) Installing py3-appdirs (1.4.4-r1) 04:38:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:38:25 (10/33) Installing py3-parsing (2.4.7-r0) 04:38:25 (11/33) Installing py3-six (1.15.0-r0) 04:38:25 (12/33) Installing py3-packaging (20.4-r0) 04:38:25 (13/33) Installing py3-setuptools (47.0.0-r0) 04:38:25 (14/33) Installing py3-chardet (3.0.4-r4) 04:38:25 (15/33) Installing py3-idna (2.9-r0) 04:38:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:38:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:38:26 (18/33) Installing py3-requests (2.23.0-r0) 04:38:26 (19/33) Installing py3-msgpack (1.0.0-r0) 04:38:26 (20/33) Installing py3-lockfile (0.12.2-r3) 04:38:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:38:26 Removing intermediate container 0580c2f0b0f8 04:38:26 ---> 0b167ad7cbb5 04:38:26 04:38:27 (22/33) Installing py3-colorama (0.4.3-r0) 04:38:27 (23/33) Installing py3-distlib (0.3.0-r0) 04:38:27 (24/33) Installing py3-distro (1.5.0-r1) 04:38:27 (25/33) Installing py3-webencodings (0.5.1-r3) 04:38:27 (26/33) Installing py3-html5lib (1.0.1-r4) 04:38:28 ---> 2108ca44c141 04:38:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:38:28 (27/33) Installing py3-pytoml (0.1.21-r0) 04:38:28 (28/33) Installing py3-pep517 (0.8.2-r0) 04:38:28 (29/33) Installing py3-progress (1.5-r0) 04:38:28 (30/33) Installing py3-toml (0.10.1-r0) 04:38:29 (31/33) Installing py3-retrying (1.3.3-r0) 04:38:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:38:29 (33/33) Installing py3-pip (20.1.1-r0) 04:38:29 Successfully built 0b167ad7cbb5 04:38:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:38:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:38:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:38:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:38:29 Successfully tagged docker-security-secretstore-setup-go:latest 04:38:29  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:38:29 ---> 06802704c3fe 04:38:29 Step 3/23 : WORKDIR /edgex-go ---> 06802704c3fe 04:38:29 04:38:29 Step 3/22 : WORKDIR /edgex-go 04:38:29 ---> Using cache 04:38:29 ---> 673d01c2eac3 04:38:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:29 ---> Using cache 04:38:29 ---> 673d01c2eac3 04:38:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:29 ---> Using cache 04:38:29 ---> d825cef797bd 04:38:29 ---> Using cache 04:38:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> d825cef797bd 04:38:29 04:38:29 Step 5/23 : RUN apk add --update --no-cache make git 04:38:29 ---> Using cache 04:38:29 ---> 4109e6de95b3 04:38:29 Step 6/23 : COPY go.mod . 04:38:29 ---> Using cache 04:38:29 ---> f977268406a2 04:38:29 Step 7/23 : RUN go mod download 04:38:29 ---> Using cache 04:38:29 ---> 702627c12850 04:38:29 Step 8/23 : COPY . . 04:38:30 Executing busybox-1.31.1-r19.trigger 04:38:30 OK: 71 MiB in 55 packages 04:38:30 ---> Using cache 04:38:30 ---> 6a6a562418bc 04:38:30 Step 9/23 : RUN make cmd/core-command/core-command 04:38:30 ---> Running in f3076c398528 04:38:30 ---> Running in 905a6096218c 04:38:30 ---> Running in 3168ec8c9953 04:38:31 Removing intermediate container f3076c398528 04:38:31 ---> 4aa01407974e 04:38:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:38:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:34 OK: 233 MiB in 51 packages 04:38:35 ---> bc41e15aaa29 04:38:35 Step 26/31 : RUN chmod +x /entrypoint.sh 04:38:38 ---> Running in 6157d09bddb4 04:38:39 Removing intermediate container 905a6096218c 04:38:39 ---> 2f3526183df9 04:38:39 Step 6/22 : COPY go.mod . 04:38:42 ---> 5d95d907a761 04:38:42 Step 7/22 : RUN go mod download 04:38:42 ---> Running in e127b6950bae 04:38:46 Removing intermediate container 6157d09bddb4 04:38:46 ---> 33c489fcff8e 04:38:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:38:46 ---> Running in 34f8699c2908 04:38:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:38:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:38:50 ---> 06802704c3fe 04:38:50 Step 3/23 : WORKDIR /edgex-go 04:38:50 ---> Using cache 04:38:50 ---> 673d01c2eac3 04:38:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:50 ---> Using cache 04:38:50 ---> d825cef797bd 04:38:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:38:50 Removing intermediate container 34f8699c2908 04:38:50 ---> 93e0c3d9addc 04:38:50 Step 28/31 : CMD ["gate"] 04:38:50 ---> Running in c0c1661ff06c 04:38:51 ---> Running in fa792adeb4c8 04:38:51 Removing intermediate container da1c0ebe5d0b 04:38:51 ---> 228806c6535d 04:38:51 Step 20/26 : RUN pip install docker-compose==1.23.2 04:38:51 Removing intermediate container e127b6950bae 04:38:51 ---> 770ce8469687 04:38:51 Step 8/22 : COPY . . 04:38:51 ---> Running in 9c97fc6909e6 04:38:51 Removing intermediate container fa792adeb4c8 04:38:51 ---> 07583849c9d9 04:38:51 Step 29/31 : LABEL arch=x86_64 04:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:52 ---> Running in 85d0792a3dad 04:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:53 OK: 233 MiB in 51 packages 04:38:54 Removing intermediate container 85d0792a3dad 04:38:54 ---> a2f6040d8d03 04:38:54 Step 30/31 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:38:58 ---> Running in 8cbe4a1e8e64 04:38:59 Removing intermediate container c0c1661ff06c 04:38:59 ---> fbb1f49b41a9 04:38:59 Step 6/23 : COPY go.mod . 04:38:59 Removing intermediate container 8cbe4a1e8e64 04:38:59 ---> ad0d8da8fd0d 04:38:59 Step 31/31 : LABEL version=0.0.0 04:38:59 Collecting docker-compose==1.23.2 04:38:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:39:02 Collecting websocket-client<1.0,>=0.32.0 04:39:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:39:03 ---> 1a07cd964b86 04:39:03 Step 7/23 : RUN go mod download 04:39:04 ---> Running in 72491327cbb9 04:39:04 Collecting cached-property<2,>=1.2.0 04:39:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:39:05 Collecting texttable<0.10,>=0.9.0 04:39:05 Downloading texttable-0.9.1.tar.gz (11 kB) 04:39:05 ---> Running in de62b214edc5 04:39:06 Removing intermediate container 3168ec8c9953 04:39:06 ---> 824484ca28c2 04:39:06 04:39:06 Step 10/23 : FROM alpine:3.12 04:39:06 ---> 389fef711851 04:39:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:39:06 ---> Using cache 04:39:06 ---> fe171fe85a3c 04:39:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:39:06 ---> Using cache 04:39:06 ---> aacb16cb5c04 04:39:06 Step 13/23 : ENV APP_PORT=48082 04:39:06 Removing intermediate container 72491327cbb9 04:39:06 ---> 7beb6881eb0c 04:39:06 04:39:06 Successfully built 7beb6881eb0c 04:39:07 Successfully tagged docker-security-bootstrapper-go:latest 04:39:07  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 04:39:07 ---> Running in 229d376163f0 04:39:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:39:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:39:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:39:09 Collecting PyYAML<4,>=3.10 04:39:09 Downloading PyYAML-3.13.tar.gz (270 kB) 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:39:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:39:13 Removing intermediate container 229d376163f0 04:39:13 ---> 425adc04641c 04:39:13 Step 14/23 : EXPOSE $APP_PORT 04:39:14 Collecting dockerpty<0.5,>=0.4.1 04:39:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:39:15 ---> Running in 21d50280b9b2 04:39:15 ---> 928b9dad4e85 04:39:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:39:15 ---> Running in af941e2da436 04:39:15 Removing intermediate container 21d50280b9b2 04:39:15 ---> cf81e5516052 04:39:15 Step 15/23 : WORKDIR / 04:39:15 Collecting docopt<0.7,>=0.6.1 04:39:15 Downloading docopt-0.6.2.tar.gz (25 kB) 04:39:15 Removing intermediate container de62b214edc5 04:39:15 ---> dbbdaa4fdb73 04:39:15 Step 8/23 : COPY . . 04:39:16 ---> Running in e4553bbb4cfb 04:39:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:39:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:39:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:39:16 Collecting jsonschema<3,>=2.5.1 04:39:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:39:17 Removing intermediate container e4553bbb4cfb 04:39:17 ---> 135723799d65 04:39:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:39:17 Collecting docker<4.0,>=3.6.0 04:39:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:39:18 Collecting idna<2.8,>=2.5 04:39:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:39:20 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) 04:39:20 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) 04:39:20 Collecting urllib3<1.25,>=1.21.1 04:39:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:39:20 Collecting docker-pycreds>=0.4.0 04:39:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:39:21 ---> 55a48d1ebb8d 04:39:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:39:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:39:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:39:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:39:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:39:21 Installing collected packages: websocket-client, cached-property, texttable, idna, urllib3, requests, PyYAML, dockerpty, docopt, jsonschema, docker-pycreds, docker, docker-compose 04:39:22 Running setup.py install for texttable: started 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.406s coverage: 46.0% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.181s coverage: 100.0% of statements 04:39:23 ---> 6f5258094fc7 04:39:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:39:24 Running setup.py install for texttable: finished with status 'done' 04:39:24 Attempting uninstall: idna 04:39:24 Found existing installation: idna 2.9 04:39:24 Uninstalling idna-2.9: 04:39:25 Successfully uninstalled idna-2.9 04:39:27 Attempting uninstall: urllib3 04:39:27 Found existing installation: urllib3 1.25.9 04:39:27 Uninstalling urllib3-1.25.9: 04:39:27 Successfully uninstalled urllib3-1.25.9 04:39:28 ---> bb5b3aea81b6 04:39:28 Step 19/23 : ENTRYPOINT ["/core-command"] 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.329s coverage: 65.8% of statements 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:39:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:39:30 ---> 06802704c3fe 04:39:30 Step 3/23 : WORKDIR /edgex-go 04:39:30 ---> Using cache 04:39:30 ---> 673d01c2eac3 04:39:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:30 ---> Using cache 04:39:30 ---> d825cef797bd 04:39:30 Step 5/23 : RUN apk add --update --no-cache make git 04:39:30 ---> Using cache 04:39:30 ---> 4109e6de95b3 04:39:30 Step 6/23 : COPY go.mod . 04:39:30 ---> Using cache 04:39:30 ---> f977268406a2 04:39:30 Step 7/23 : RUN go mod download 04:39:30 ---> Using cache 04:39:30 ---> 702627c12850 04:39:30 Step 8/23 : COPY . . 04:39:30 Attempting uninstall: requests 04:39:30 Found existing installation: requests 2.23.0 04:39:30 Uninstalling requests-2.23.0: 04:39:30 ---> Using cache 04:39:30 ---> 6a6a562418bc 04:39:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:39:30 Successfully uninstalled requests-2.23.0 04:39:30 ---> Running in ec0462db8576 04:39:31 Running setup.py install for PyYAML: started 04:39:31 ---> Running in 40ba872e5ae2 04:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.698s coverage: 82.3% of statements 04:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:39:32 Removing intermediate container ec0462db8576 04:39:32 ---> 634c9e412b1d 04:39:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:39:32 ---> Running in 376019b0b614 04:39:33 Running setup.py install for PyYAML: finished with status 'done' 04:39:33 Running setup.py install for dockerpty: started 04:39:33 Removing intermediate container 376019b0b614 04:39:33 ---> 6284985a4933 04:39:33 Step 21/23 : LABEL arch=x86_64 04:39:33 ---> Running in 56ede5a3e619 04:39:33 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 04:39:33 Running setup.py install for dockerpty: finished with status 'done' 04:39:33 Running setup.py install for docopt: started 04:39:33 Removing intermediate container 56ede5a3e619 04:39:33 ---> 8e527855b318 04:39:33 Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:39:34 Running setup.py install for docopt: finished with status 'done' 04:39:36 ---> Running in 4417c8acafa7 04:39:38 Removing intermediate container 4417c8acafa7 04:39:38 ---> 89d89d9a1ec8 04:39:38 Step 23/23 : LABEL version=0.0.0 04:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.439s coverage: 28.6% of statements 04:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements 04:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 04:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements 04:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:39:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:39:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.464s coverage: 97.5% of statements 04:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:41 ---> Running in cb744ad4dec4 04:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:39:43 Removing intermediate container cb744ad4dec4 04:39:43 ---> 29ef32e5533d 04:39:43 04:39:45 Successfully built 29ef32e5533d 04:39:45 Successfully tagged docker-core-command-go:latest 04:39:46  Building docker-core-command-go ... done  ---> f616808cadf0 04:39:46 Step 9/23 : RUN make cmd/core-data/core-data 04:39:47 ---> Running in 5ab3a8be8fd9 04:39:49 Removing intermediate container 9c97fc6909e6 04:39:49 ---> 74b9df936bd8 04:39:49 Step 21/26 : RUN apk --no-cache add curl 04:39:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:39:50 ---> Running in 83627721e393 04:39:50 Removing intermediate container af941e2da436 04:39:50 ---> 3ea17e83d9ab 04:39:50 04:39:50 Step 10/22 : FROM alpine:3.12 04:39:50 ---> 389fef711851 04:39:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:39:51 ---> Running in bbe593c587aa 04:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:39:51 (2/3) Installing libcurl (7.69.1-r3) 04:39:51 (3/3) Installing curl (7.69.1-r3) 04:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:51 Executing busybox-1.31.1-r19.trigger 04:39:51 OK: 72 MiB in 58 packages 04:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.444s coverage: 92.8% of statements 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.278s coverage: 0.1% of statements 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 45.5% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 04:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 04:39:52 (1/2) Installing ca-certificates (20191127-r4) 04:39:52 (2/2) Installing dumb-init (1.2.2-r1) 04:39:52 Executing busybox-1.31.1-r19.trigger 04:39:52 Executing ca-certificates-20191127-r4.trigger 04:39:52 OK: 6 MiB in 16 packages 04:39:55 Removing intermediate container 83627721e393 04:39:55 ---> 8d262a176cbe 04:39:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:39:55 ---> Running in 182e7d3dabe2 04:39:55 Removing intermediate container bbe593c587aa 04:39:55 ---> 80eb782f0230 04:39:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:39:55 ---> Running in 04f27c76a51c 04:39:55 Removing intermediate container 182e7d3dabe2 04:39:55 ---> 1ceea17be8c4 04:39:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:39:55 Removing intermediate container 04f27c76a51c 04:39:55 ---> 8caaed7cbeb9 04:39:55 Step 13/22 : ENV APP_PORT=48060 04:39:55 ---> Running in 932cb167fdc8 04:39:55 ---> Running in c84e30101277 04:39:56 Removing intermediate container 932cb167fdc8 04:39:56 ---> 8dd7146b081d 04:39:56 Step 24/26 : LABEL arch=x86_64 04:39:56 ---> Running in 29f787533f35 04:39:56 Removing intermediate container c84e30101277 04:39:56 ---> f2cc3386572f 04:39:56 Step 14/22 : EXPOSE $APP_PORT 04:39:56 ---> Running in 5a71714693d0 04:39:56 Removing intermediate container 29f787533f35 04:39:56 ---> 3bd03db4fe61 04:39:56 Step 25/26 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:39:57 ---> Running in b0f8e04ca018 04:39:57 Removing intermediate container 5a71714693d0 04:39:57 ---> b1ef7ba775c1 04:39:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:39:58 Removing intermediate container b0f8e04ca018 04:39:58 ---> d9f9c56aad57 04:39:58 Step 26/26 : LABEL version=0.0.0 04:39:58 ---> Running in f8fe1f6f65a4 04:39:58 ---> 2aa9c774cbe2 04:39:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:39:59 Removing intermediate container f8fe1f6f65a4 04:39:59 ---> b9093798ca81 04:39:59 04:40:01 Successfully built b9093798ca81 04:40:01 Successfully tagged docker-sys-mgmt-agent-go:latest 04:40:01  Building docker-sys-mgmt-agent-go ... done  ---> ae9b24c57abb 04:40:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:40:01 Removing intermediate container 40ba872e5ae2 04:40:01 ---> 55500ea408b2 04:40:01 04:40:01 Step 10/23 : FROM alpine:3.12 04:40:01 ---> 389fef711851 04:40:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:40:01 ---> Using cache 04:40:01 ---> fe171fe85a3c 04:40:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:40:01 ---> Using cache 04:40:01 ---> aacb16cb5c04 04:40:01 Step 13/23 : ENV APP_PORT=48081 04:40:01 ---> Running in 32ce55dafd54 04:40:02 ---> 7436d6bf0d0f 04:40:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:40:02 ---> Running in b982a05c2ced 04:40:02 Removing intermediate container 32ce55dafd54 04:40:02 ---> f9377bd7cb27 04:40:02 Step 14/23 : EXPOSE $APP_PORT 04:40:02 ---> Running in 10845c914b6c 04:40:02 Removing intermediate container b982a05c2ced 04:40:02 ---> 2cc240886377 04:40:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:02 Removing intermediate container 10845c914b6c 04:40:02 ---> 3323972ce0e9 04:40:02 Step 15/23 : WORKDIR / 04:40:02 ---> Running in 28e9e235166a 04:40:02 ---> Running in 92ec0cfd078d 04:40:03 Removing intermediate container 28e9e235166a 04:40:03 ---> e0366b53e578 04:40:03 Step 20/22 : LABEL arch=x86_64 04:40:03 ---> Running in 95210ef0894d 04:40:04 Removing intermediate container 92ec0cfd078d 04:40:04 ---> 76d7ad752ddb 04:40:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:04 Removing intermediate container 95210ef0894d 04:40:04 ---> df9006276ea6 04:40:04 Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:40:04 ---> Running in ffca94974fb0 04:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.114s coverage: 94.4% of statements 04:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 04:40:04 ---> a39874394c5c 04:40:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:40:04 Removing intermediate container ffca94974fb0 04:40:04 ---> 4803726a6f90 04:40:04 Step 22/22 : LABEL version=0.0.0 04:40:04 ---> Running in 63b601d6ae8d 04:40:05 Removing intermediate container 63b601d6ae8d 04:40:05 ---> 4a53eaa91dcd 04:40:05 04:40:05 Successfully built 4a53eaa91dcd 04:40:05 Successfully tagged docker-support-notifications-go:latest 04:40:05  Building docker-support-notifications-go ... done  ---> 32dfa55bcebc 04:40:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:40:06 ---> 3fb5d6539856 04:40:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:40:06 ---> Running in 588f0d18d567 04:40:06 Removing intermediate container 588f0d18d567 04:40:06 ---> 6319bc8b7091 04:40:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:06 ---> Running in 103fd6dd0e5f 04:40:06 Removing intermediate container 103fd6dd0e5f 04:40:06 ---> 967f1c74a679 04:40:06 Step 21/23 : LABEL arch=x86_64 04:40:06 ---> Running in 969f8b566a90 04:40:07 Removing intermediate container 969f8b566a90 04:40:07 ---> 1a44a0ad8a85 04:40:07 Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:40:07 ---> Running in 36262d513a37 04:40:07 Removing intermediate container 36262d513a37 04:40:07 ---> fee7aac31c98 04:40:07 Step 23/23 : LABEL version=0.0.0 04:40:07 ---> Running in 6e0c0907166a 04:40:09 Removing intermediate container 6e0c0907166a 04:40:09 ---> 23660df5ce44 04:40:09 04:40:09 Successfully built 23660df5ce44 04:40:09 Successfully tagged docker-core-metadata-go:latest 04:40:11  Building docker-core-metadata-go ... done Removing intermediate container 5ab3a8be8fd9 04:40:11 ---> 655c6ca68083 04:40:11 04:40:11 Step 10/23 : FROM alpine:3.12 04:40:11 ---> 389fef711851 04:40:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:11 ---> Running in daba70161d56 04:40:12 Removing intermediate container daba70161d56 04:40:12 ---> ce595c82d86e 04:40:12 Step 12/23 : ENV APP_PORT=48080 04:40:12 ---> Running in 1a6d08aa2870 04:40:12 Removing intermediate container 1a6d08aa2870 04:40:12 ---> 68db5587a94a 04:40:12 Step 13/23 : EXPOSE $APP_PORT 04:40:12 ---> Running in 3450eb589af5 04:40:12 Removing intermediate container 3450eb589af5 04:40:12 ---> 519f8ab90616 04:40:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:12 ---> Running in 51b13ea2a4a8 04:40:13 Removing intermediate container 51b13ea2a4a8 04:40:13 ---> a422ae62856a 04:40:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:40:13 ---> Running in 29e805eff10d 04:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:17 (1/6) Installing dumb-init (1.2.2-r1) 04:40:17 (2/6) Installing libgcc (9.3.0-r2) 04:40:17 (3/6) Installing libsodium (1.0.18-r0) 04:40:17 (4/6) Installing libstdc++ (9.3.0-r2) 04:40:17 (5/6) Installing libzmq (4.3.3-r0) 04:40:17 (6/6) Installing zeromq (4.3.3-r0) 04:40:17 Executing busybox-1.31.1-r19.trigger 04:40:17 OK: 8 MiB in 20 packages 04:40:18 Removing intermediate container 29e805eff10d 04:40:18 ---> feb36dbc82b9 04:40:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:18 ---> d0b612034787 04:40:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.103s coverage: 87.2% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.666s coverage: 63.5% of statements 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 04:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 04:40:19 ---> 1fddcc676c48 04:40:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:40:19 ---> eb7911a860c4 04:40:19 Step 19/23 : ENTRYPOINT ["/core-data"] 04:40:20 ---> Running in 5e54f79a059d 04:40:20 Removing intermediate container 5e54f79a059d 04:40:20 ---> 05ce7120b074 04:40:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:20 ---> Running in d67b053b84c7 04:40:20 Removing intermediate container d67b053b84c7 04:40:20 ---> 787df427e43e 04:40:20 Step 21/23 : LABEL arch=x86_64 04:40:20 ---> Running in acf06a86c72f 04:40:20 Removing intermediate container acf06a86c72f 04:40:20 ---> 99d442f24751 04:40:20 Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:40:20 ---> Running in 4f48f863754b 04:40:20 Removing intermediate container 4f48f863754b 04:40:20 ---> f3bae1d94f15 04:40:20 Step 23/23 : LABEL version=0.0.0 04:40:20 ---> Running in 1a03648a9ce7 04:40:21 Removing intermediate container 1a03648a9ce7 04:40:21 ---> 7003b479884e 04:40:21 04:40:21 Successfully built 7003b479884e 04:40:21 Successfully tagged docker-core-data-go:latest 04:40:21  Building docker-core-data-go ... done  [Pipeline] } 04:40:21 $ docker stop --time=1 0287ffbbf6afb483d1f1273532a0e4fbb81fdf28636f25bc16feaab43d90f8cd 04:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.002s coverage: 68.9% of statements 04:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:40:23 $ docker rm -f 0287ffbbf6afb483d1f1273532a0e4fbb81fdf28636f25bc16feaab43d90f8cd [Pipeline] // withDockerContainer [Pipeline] sh 04:40:23 + docker images 04:40:23 + grep docker 04:40:24 docker-core-data-go latest 7003b479884e 4 seconds ago 22.3MB 04:40:24 docker-core-metadata-go latest 23660df5ce44 16 seconds ago 18.8MB 04:40:24 docker-support-notifications-go latest 4a53eaa91dcd 20 seconds ago 17.5MB 04:40:24 docker-sys-mgmt-agent-go latest b9093798ca81 26 seconds ago 313MB 04:40:24 docker-core-command-go latest 29ef32e5533d 43 seconds ago 16.9MB 04:40:24 docker-security-bootstrapper-go latest 7beb6881eb0c About a minute ago 23.8MB 04:40:24 docker-security-secretstore-setup-go latest 0b167ad7cbb5 2 minutes ago 24.6MB 04:40:24 docker-security-proxy-setup-go latest b26d72d15764 2 minutes ago 24.4MB 04:40:24 docker-support-scheduler-go latest 43d905453042 2 minutes ago 17MB 04:40:24 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 04:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.459s coverage: 37.0% of statements 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.869s coverage: 84.0% of statements 04:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:40:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.557s coverage: 47.0% of statements 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.173s coverage: 100.0% of statements 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.212s coverage: 100.0% of statements 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:40:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.298s coverage: 90.4% of statements 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:40:39 Still waiting to schedule task 04:40:39 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.675s coverage: 29.1% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.323s coverage: 99.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.162s coverage: 100.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.165s coverage: 100.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 04:40:45 GO111MODULE=on go vet ./... 04:41:56 Running on prd-ubuntu18.04-docker-8c-8g-24878 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws 04:41:56 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 04:41:58 using credential edgex-jenkins-ssh 04:41:58 Cloning the remote Git repository 04:41:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:41:58 > git init /w/workspace/edgex-go/4 # timeout=10 04:41:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:41:58 > git --version # timeout=10 04:41:58 > git --version # 'git version 2.17.1' 04:41:58 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:42:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:42:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:42:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:42:05 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 9accbeaedcf905947171c32bd86387cecd5b349a 04:42:05 Merge succeeded, producing 9accbeaedcf905947171c32bd86387cecd5b349a 04:42:05 Checking out Revision 9accbeaedcf905947171c32bd86387cecd5b349a (PR-3116) 04:42:05 > git config core.sparsecheckout # timeout=10 04:42:05 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 04:42:05 > git remote # timeout=10 04:42:05 > git config --get remote.origin.url # timeout=10 04:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:05 > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 04:42:05 > git rev-parse HEAD^{commit} # timeout=10 04:42:05 > git config core.sparsecheckout # timeout=10 04:42:05 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 04:42:09 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:42:10 + echo snap-build.sh 04:42:10 snap-build.sh 04:42:10 + SNAP_BASE_DIR=. 04:42:10 + '[' '!' -z /w/workspace/edgex-go/4 ']' 04:42:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 04:42:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 04:42:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 04:42:10 + cd /w/workspace/edgex-go/4 04:42:10 + sudo apt-get remove -qy --purge lxd lxd-client 04:42:10 Reading package lists... 04:42:10 Building dependency tree... 04:42:10 Reading state information... 04:42:10 The following packages were automatically installed and are no longer required: 04:42:10 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:42:10 uidmap xdelta3 04:42:10 Use 'sudo apt autoremove' to remove them. 04:42:10 The following packages will be REMOVED: 04:42:10 lxd* lxd-client* 04:42:10 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:42:10 After this operation, 31.7 MB disk space will be freed. 04:42:11 (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.) 04:42:11 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:42:12 Removing lxd dnsmasq configuration 04:42:12 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:42:13 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:42:14 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:42:14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 04:42:14 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:42:15 Processing triggers for systemd (237-3ubuntu10.42) ... 04:42:15 Processing triggers for ureadahead (0.100.0-21) ... 04:42:17 + sudo snap remove --purge lxd 04:42:17 snap "lxd" is not installed 04:42:17 + sudo groupadd --force --system lxd 04:42:17 ++ whoami 04:42:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:42:17 + newgrp - lxd 04:42:17 + sudo snap install lxd 04:42:22 gofmt -l . 04:42:22 [ "`gofmt -l .`" = "" ] 04:42:22 ./bin/test-go-mod-tidy.sh 04:42:22 ./bin/test-attribution-txt.sh [Pipeline] sh 04:42:22 + ls -al . 04:42:22 total 712 04:42:22 drwxrwxr-x 9 1001 1001 4096 Feb 4 04:42 . 04:42:22 drwxr-xr-x 4 root root 4096 Feb 4 04:37 .. 04:42:22 -rw-rw-r-- 1 1001 1001 11 Feb 4 04:36 .dockerignore 04:42:22 drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 .git 04:42:22 drwxrwxr-x 3 1001 1001 4096 Feb 4 04:36 .github 04:42:22 -rw-rw-r-- 1 1001 1001 872 Feb 4 04:36 .gitignore 04:42:22 -rw-rw-r-- 1 1001 1001 166 Feb 4 04:36 .sonarcloud.properties 04:42:22 -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:36 Attribution.txt 04:42:22 -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:36 CONTRIBUTING.md 04:42:22 -rw-rw-r-- 1 1001 1001 931 Feb 4 04:36 Dockerfile.build 04:42:22 -rw-rw-r-- 1 1001 1001 863 Feb 4 04:36 Jenkinsfile 04:42:22 -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:36 LICENSE 04:42:22 -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:36 Makefile 04:42:22 -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:36 README.md 04:42:22 -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:36 SECURITY.md 04:42:22 -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION 04:42:22 -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:36 ZMQWindows.md 04:42:22 drwxrwxr-x 2 1001 1001 4096 Feb 4 04:36 bin 04:42:22 drwxrwxr-x 15 1001 1001 4096 Feb 4 04:36 cmd 04:42:22 -rw-r--r-- 1 root root 580808 Feb 4 04:40 coverage.out 04:42:22 -rw-r--r-- 1 root root 1054 Feb 4 04:42 go.mod 04:42:22 -rw-r--r-- 1 root root 19510 Feb 4 04:42 go.sum 04:42:22 drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 internal 04:42:22 drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 openapi 04:42:22 drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 snap 04:42:22 -rw-rw-r-- 1 1001 1001 168 Feb 4 04:36 version.go [Pipeline] sh 04:42:23 + '[' -e coverage.out ] 04:42:23 + chown 1001:1001 coverage.out [Pipeline] stash 04:42:23 Warning: overwriting stash ‘coverage-report’ 04:42:24 Stashed 1 file(s) [Pipeline] sh 04:42:25 + make build 04:42:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:27 2021-02-04T04:42:24Z INFO Waiting for automatic snapd restart... 04:42:40 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 04:42:42 lxd 4.10 from Canonical* installed 04:42:42 + sudo lxd init --auto 04:42:50 + sudo snap install --classic snapcraft 04:42:53 snapcraft 4.4.4 from Canonical* installed 04:42:53 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 04:42:53 + patch --verbose -p1 04:42:53 Hmm... Looks like a unified diff to me... 04:42:53 The text leading up to this was: 04:42:53 -------------------------- 04:42:53 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 04:42:53 |From: Tony Espy 04:42:53 |Date: Wed, 16 Dec 2020 16:34:55 -0500 04:42:53 |Subject: [PATCH] optimize snap build for pipeline CI check 04:42:53 | 04:42:53 |This patch is used by the EdgeX CI pipeline builds to 04:42:53 |optimize the snap CI check run for pull requests. When 04:42:53 |applied, it essentially strips out everything (apps and 04:42:53 |parts) from the snapcraft.yaml file except those required 04:42:53 |to build edgex-go, as the whole idea of the CI check is to 04:42:53 |catch changes to edgex-go that break the snap build. 04:42:53 | 04:42:53 |In general, anyone updating snapcraft.yaml will also need 04:42:53 |to update this patch file, otherwise it may fail to apply, 04:42:53 |resulting in a failed snap build CI check in the associated 04:42:53 |pull request. 04:42:53 | 04:42:53 |Note - in addition to applying this patch, the pipeline also 04:42:53 |only primes the snap (e.g. `snapcraft prime`), as there's no 04:42:53 |need to build the finally binary .snap file (and it won't 04:42:53 |work with the patch applied). This further reduces the build 04:42:53 |time. 04:42:53 |--- 04:42:53 | snap/snapcraft.yaml | 461 +------------------------------------------- 04:42:53 | 1 file changed, 2 insertions(+), 459 deletions(-) 04:42:53 | 04:42:53 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 04:42:53 |index 1e537489..faf42425 100644 04:42:53 |--- a/snap/snapcraft.yaml 04:42:53 |+++ b/snap/snapcraft.yaml 04:42:53 -------------------------- 04:42:53 patching file snap/snapcraft.yaml 04:42:53 Using Plan A... 04:42:53 Hunk #1 succeeded at 73. 04:42:53 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 04:42:53 Hunk #3 succeeded at 214 (offset -1 lines). 04:42:53 Hunk #4 succeeded at 222 (offset -1 lines). 04:42:53 Hunk #5 succeeded at 229 (offset -1 lines). 04:42:53 Hunk #6 succeeded at 256 (offset -1 lines). 04:42:53 Hunk #7 succeeded at 290 (offset -1 lines). 04:42:53 Hunk #8 succeeded at 342. 04:42:53 Hmm... Ignoring the trailing garbage. 04:42:53 done 04:42:53 + sudo snapcraft prime --use-lxd 04:42:55 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:42:55 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: 04:42:55 - README.md 04:42:55 - snapcraft.yaml.orig 04:42:55 04:42:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:42:55 Launching a container. 04:43:07 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 04:43:07 Waiting for container to be ready 04:43:07 To start your first instance, try: lxc launch ubuntu:18.04 04:43:07 04:43:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:43:10 Waiting for network to be ready... 04:43:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:43:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:43:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:43:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:43:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:43:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:43:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:43:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:43:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:43:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:43:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:43:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:43:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:43:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:43:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:43:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:43:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:43:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:43:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:43:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:43:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:43:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:43:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:43:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:43:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:43:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:43:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:43:14 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 04:43:15 Fetched 23.9 MB in 4s (6195 kB/s) 04:43:15 Reading package lists... 04:43:15 Reading package lists... 04:43:15 Building dependency tree... 04:43:15 Reading state information... 04:43:15 The following additional packages will be installed: 04:43:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:43:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:43:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:43:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:43:15 Suggested packages: 04:43:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:43:15 Recommended packages: 04:43:15 gnupg libsasl2-modules 04:43:15 The following NEW packages will be installed: 04:43:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:43:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:43:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:43:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:43:15 The following packages will be upgraded: 04:43:15 gpg gpg-agent gpgconf libudev1 04:43:16 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 04:43:16 Need to get 3533 kB of archives. 04:43:16 After this operation, 13.3 MB of additional disk space will be used. 04:43:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 04:43:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 04:43:16 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 04:43:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 04:43:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 04:43:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 04:43:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 04:43:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 04:43:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 04:43:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 04:43:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:43:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:43:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:43:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:43:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:43:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:43:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:43:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:43:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:43:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:43:16 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:43:16 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:43:16 debconf: delaying package configuration, since apt-utils is not installed 04:43:16 Fetched 3533 kB in 1s (3445 kB/s) 04:43:17 (Reading database ... 12511 files and directories currently installed.) 04:43:17 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 04:43:17 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:43:17 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 04:43:17 Selecting previously unselected package udev. 04:43:17 (Reading database ... 12511 files and directories currently installed.) 04:43:17 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 04:43:17 Unpacking udev (237-3ubuntu10.44) ... 04:43:17 Selecting previously unselected package libfuse2:amd64. 04:43:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:43:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:43:17 Selecting previously unselected package fuse. 04:43:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:43:17 Unpacking fuse (2.9.7-1ubuntu1) ... 04:43:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:18 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:43:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:18 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:43:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:18 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:43:18 Selecting previously unselected package libksba8:amd64. 04:43:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:43:18 Unpacking libksba8:amd64 (1.3.5-2) ... 04:43:18 Selecting previously unselected package libroken18-heimdal:amd64. 04:43:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:43:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:43:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:43:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:18 Selecting previously unselected package libwind0-heimdal:amd64. 04:43:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:43:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:18 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:43:18 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:43:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:43:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:19 Selecting previously unselected package libsasl2-modules-db:amd64. 04:43:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:43:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:19 Selecting previously unselected package libsasl2-2:amd64. 04:43:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:43:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:19 Selecting previously unselected package libldap-common. 04:43:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 04:43:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:43:19 Selecting previously unselected package libldap-2.4-2:amd64. 04:43:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 04:43:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:43:19 Selecting previously unselected package dirmngr. 04:43:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:19 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 04:43:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:43:19 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 04:43:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:43:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:19 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 04:43:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libksba8:amd64 (1.3.5-2) ... 04:43:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:43:20 Setting up udev (237-3ubuntu10.44) ... 04:43:20 invoke-rc.d: policy-rc.d denied execution of start. 04:43:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Processing triggers for systemd (237-3ubuntu10) ... 04:43:20 Setting up fuse (2.9.7-1ubuntu1) ... 04:43:20 Setting up gpg (2.2.4-1ubuntu1.3) ... 04:43:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:20 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:43:20 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 04:43:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:43:21 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 04:43:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:43:21 settings in the [Install] section, and DefaultInstance for template units). 04:43:21 This means they are not meant to be enabled using systemctl. 04:43:21 Possible reasons for having this kind of units are: 04:43:21 1) A unit may be statically enabled by being symlinked from another unit's 04:43:21 .wants/ or .requires/ directory. 04:43:21 2) A unit's purpose may be to act as a helper for some other unit which has 04:43:21 a requirement dependency on it. 04:43:21 3) A unit may be started when needed via activation (socket, path, timer, 04:43:21 D-Bus, udev, scripted systemctl call, ...). 04:43:21 4) In case of template units, the unit is meant to be enabled with some 04:43:21 instance name specified. 04:43:21 Reading package lists... 04:43:22 Building dependency tree... 04:43:22 Reading state information... 04:43:22 The following additional packages will be installed: 04:43:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:43:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:43:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:43:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:43:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:43:22 Suggested packages: 04:43:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:43:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:43:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:43:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:43:22 systemd-container policykit-1 04:43:22 Recommended packages: 04:43:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:43:22 The following NEW packages will be installed: 04:43:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:43:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:43:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:43:22 multiarch-support openssh-client python3 python3-minimal python3.6 04:43:22 python3.6-minimal snapd squashfs-tools sudo 04:43:22 The following packages will be upgraded: 04:43:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:43:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:43:22 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 04:43:22 Need to get 35.2 MB of archives. 04:43:22 After this operation, 141 MB of additional disk space will be used. 04:43:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 04:43:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 04:43:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 04:43:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 04:43:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 04:43:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:43:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 04:43:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 04:43:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 04:43:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:43:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:43:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:43:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:43:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:43:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:43:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:43:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 04:43:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:43:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 04:43:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:43:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:43:23 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:43:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:43:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:43:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:43:23 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:43:23 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:43:23 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:43:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:43:23 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 04:43:24 debconf: delaying package configuration, since apt-utils is not installed 04:43:24 Fetched 35.2 MB in 3s (13.4 MB/s) 04:43:25 (Reading database ... 12757 files and directories currently installed.) 04:43:25 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 04:43:25 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:43:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 04:43:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:43:25 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 04:43:25 (Reading database ... 12757 files and directories currently installed.) 04:43:25 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 04:43:25 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 04:43:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 04:43:26 (Reading database ... 12757 files and directories currently installed.) 04:43:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 04:43:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 04:43:26 Setting up apt (1.6.12ubuntu0.2) ... 04:43:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:43:26 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:43:26 (Reading database ... 12764 files and directories currently installed.) 04:43:26 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:43:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:43:27 Selecting previously unselected package libpython3.6-minimal:amd64. 04:43:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:43:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:43:27 Selecting previously unselected package libexpat1:amd64. 04:43:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:43:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:43:27 Selecting previously unselected package python3.6-minimal. 04:43:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:43:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:43:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 04:43:28 Checking for services that may need to be restarted...done. 04:43:28 Checking for services that may need to be restarted...done. 04:43:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:43:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:43:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:43:28 Selecting previously unselected package python3-minimal. 04:43:28 (Reading database ... 13012 files and directories currently installed.) 04:43:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:43:28 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:43:28 Selecting previously unselected package mime-support. 04:43:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:43:28 Unpacking mime-support (3.60ubuntu1) ... 04:43:28 Selecting previously unselected package libmpdec2:amd64. 04:43:28 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:43:28 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:43:28 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:43:28 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:43:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:43:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:43:29 Selecting previously unselected package python3.6. 04:43:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:43:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:43:29 Selecting previously unselected package libpython3-stdlib:amd64. 04:43:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:43:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:43:29 Setting up python3-minimal (3.6.7-1~18.04) ... 04:43:29 Selecting previously unselected package python3. 04:43:29 (Reading database ... 13442 files and directories currently installed.) 04:43:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:43:29 Unpacking python3 (3.6.7-1~18.04) ... 04:43:29 Selecting previously unselected package multiarch-support. 04:43:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:43:29 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:43:29 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:43:29 Selecting previously unselected package liblzo2-2:amd64. 04:43:29 (Reading database ... 13479 files and directories currently installed.) 04:43:29 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:43:29 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:43:30 Selecting previously unselected package libbsd0:amd64. 04:43:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:43:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:43:30 Selecting previously unselected package sudo. 04:43:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:43:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:43:30 Selecting previously unselected package apparmor. 04:43:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:43:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:43:30 Selecting previously unselected package libedit2:amd64. 04:43:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:43:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:43:30 Selecting previously unselected package libkrb5support0:amd64. 04:43:30 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:43:30 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:43:30 Selecting previously unselected package libk5crypto3:amd64. 04:43:30 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:43:30 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:43:30 Selecting previously unselected package libkeyutils1:amd64. 04:43:30 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:43:30 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:43:31 Selecting previously unselected package libkrb5-3:amd64. 04:43:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:43:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:43:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:43:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:43:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:43:31 Selecting previously unselected package libssl1.0.0:amd64. 04:43:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 04:43:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:43:31 Selecting previously unselected package openssh-client. 04:43:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:43:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:43:31 Selecting previously unselected package squashfs-tools. 04:43:31 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:43:31 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:43:31 Selecting previously unselected package snapd. 04:43:31 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 04:43:31 Unpacking snapd (2.48+18.04) ... 04:43:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:43:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:43:34 Setting up mime-support (3.60ubuntu1) ... 04:43:34 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:43:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:43:34 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:43:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:43:34 Setting up systemd (237-3ubuntu10.44) ... 04:43:34 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:43:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:43:35 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:43:35 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:43:35 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:43:35 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:43:35 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:43:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:43:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:43:36 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:43:36 Setting up python3 (3.6.7-1~18.04) ... 04:43:36 running python rtupdate hooks for python3.6... 04:43:36 running python post-rtupdate hooks for python3.6... 04:43:36 Setting up apparmor (2.12-4ubuntu5.1) ... 04:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:43:37 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:43:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:43:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:43:37 Setting up snapd (2.48+18.04) ... 04:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:43:38 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:43:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:43:38 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:43:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:43:39 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:43:39 /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' 04:43:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:43:39 Processing triggers for systemd (237-3ubuntu10.44) ... 04:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:43:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:43:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:43:41 Reading package lists... 04:43:41 Reading package lists... 04:43:41 Building dependency tree... 04:43:41 Reading state information... 04:43:42 Calculating upgrade... 04:43:42 The following packages will be upgraded: 04:43:42 advancecomp base-files bash binutils binutils-common 04:43:42 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:43:42 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:43:42 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:43:42 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:43:42 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:43:42 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:43:42 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 04:43:42 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 04:43:42 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 04:43:42 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 04:43:42 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 04:43:42 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 04:43:42 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 04:43:42 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:43:42 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:43:42 Need to get 63.8 MB of archives. 04:43:42 After this operation, 5188 kB of additional disk space will be used. 04:43:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 04:43:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:43:42 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:43:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:43:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:43:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:43:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:43:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:43:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:43:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:43:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:43:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:43:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:43:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:43:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:43:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:43:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:43:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:43:42 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:43:42 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:43:42 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:43:42 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:43:42 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:43:42 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:43:42 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:43:42 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:43:42 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:43:42 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:43:42 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:43:42 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:43:42 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:43:42 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:43:42 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:43:42 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:43:42 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:43:42 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 04:43:42 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 04:43:42 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:43:42 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:43:42 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 04:43:42 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 04:43:42 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:43:42 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:43:42 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:43:42 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:43:42 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:43:42 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:43:42 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:43:42 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 04:43:42 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 04:43:42 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 04:43:42 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 04:43:42 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:43:42 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:43:42 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:43:42 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:43:42 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:43:42 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:43:43 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:43:43 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:43:43 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:43:43 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:43:43 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:43:43 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:43:43 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:43:43 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:43:43 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:43:43 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:43:43 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:43:43 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:43:43 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:43:43 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:43:43 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:43:43 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:43:43 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:43:43 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:43:43 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:43:43 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:43:43 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:43:43 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:43:43 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:43:43 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:43:43 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 04:43:43 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:43:43 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 04:43:43 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:43:43 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:43:43 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:43:43 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:43:43 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 04:43:43 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:43:43 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:43:43 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 04:43:43 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:43:43 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:43:43 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:43:44 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:43:44 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:43:44 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:43:44 debconf: delaying package configuration, since apt-utils is not installed 04:43:44 Fetched 63.8 MB in 2s (34.4 MB/s) 04:43:44 (Reading database ... 13912 files and directories currently installed.) 04:43:44 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:43:44 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:43:45 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:43:45 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:43:45 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 04:43:45 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 04:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:46 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:46 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:46 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:46 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:46 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:46 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:46 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:46 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:46 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:46 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:46 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:46 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:46 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:46 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:46 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:43:47 (Reading database ... 13911 files and directories currently installed.) 04:43:47 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:47 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:43:47 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:43:47 (Reading database ... 13911 files and directories currently installed.) 04:43:47 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:47 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:47 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:47 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:47 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:43:47 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:43:47 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:43:47 (Reading database ... 13911 files and directories currently installed.) 04:43:47 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:43:48 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:43:48 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:43:48 (Reading database ... 13911 files and directories currently installed.) 04:43:48 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:43:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:43:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:43:49 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:43:49 Setting up base-files (10.1ubuntu2.10) ... 04:43:49 Installing new version of config file /etc/issue ... 04:43:49 Installing new version of config file /etc/issue.net ... 04:43:49 Installing new version of config file /etc/lsb-release ... 04:43:49 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:43:49 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:43:49 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:43:49 Removing obsolete conffile /etc/default/motd-news ... 04:43:49 (Reading database ... 13912 files and directories currently installed.) 04:43:49 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:43:49 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:43:50 Setting up bash (4.4.18-2ubuntu1.2) ... 04:43:50 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 04:43:50 (Reading database ... 13912 files and directories currently installed.) 04:43:50 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:50 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:43:50 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:43:50 (Reading database ... 13912 files and directories currently installed.) 04:43:50 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:43:50 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:43:50 Setting up tar (1.29b-2ubuntu0.2) ... 04:43:50 (Reading database ... 13912 files and directories currently installed.) 04:43:50 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:43:50 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:43:50 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:43:51 (Reading database ... 13912 files and directories currently installed.) 04:43:51 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:43:51 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:43:51 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:43:51 (Reading database ... 13912 files and directories currently installed.) 04:43:51 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:43:51 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:43:51 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:43:51 (Reading database ... 13912 files and directories currently installed.) 04:43:51 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:43:51 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:43:51 Setting up grep (3.1-2build1) ... 04:43:51 (Reading database ... 13912 files and directories currently installed.) 04:43:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:43:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:43:52 Setting up login (1:4.5-1ubuntu2) ... 04:43:52 (Reading database ... 13912 files and directories currently installed.) 04:43:52 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:43:52 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:43:52 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:43:52 (Reading database ... 13912 files and directories currently installed.) 04:43:52 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:43:52 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:43:53 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:43:53 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:43:53 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:43:53 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:43:53 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:43:53 (Reading database ... 13912 files and directories currently installed.) 04:43:53 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:43:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:43:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:43:55 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:43:55 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:43:55 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:43:55 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:43:55 (Reading database ... 13912 files and directories currently installed.) 04:43:55 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:43:55 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:43:55 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:43:55 (Reading database ... 13912 files and directories currently installed.) 04:43:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:55 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:43:55 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:43:55 (Reading database ... 13912 files and directories currently installed.) 04:43:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:43:56 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:43:56 (Reading database ... 13912 files and directories currently installed.) 04:43:56 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:56 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:43:56 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:43:56 (Reading database ... 13912 files and directories currently installed.) 04:43:56 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:56 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:43:56 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:43:56 (Reading database ... 13912 files and directories currently installed.) 04:43:56 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:43:56 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:43:56 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:43:56 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:43:56 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:43:57 (Reading database ... 13912 files and directories currently installed.) 04:43:57 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:43:57 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:43:57 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:43:57 (Reading database ... 13912 files and directories currently installed.) 04:43:57 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:57 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:43:57 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:43:57 (Reading database ... 13912 files and directories currently installed.) 04:43:57 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:57 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:43:57 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:43:57 (Reading database ... 13912 files and directories currently installed.) 04:43:57 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:43:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:43:58 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:43:58 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 04:43:58 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:43:58 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:43:58 (Reading database ... 13912 files and directories currently installed.) 04:43:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:43:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:43:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:43:59 (Reading database ... 13912 files and directories currently installed.) 04:43:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:43:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:43:59 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:43:59 (Reading database ... 13914 files and directories currently installed.) 04:43:59 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:43:59 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:43:59 Setting up debconf (1.5.66ubuntu1) ... 04:44:00 (Reading database ... 13914 files and directories currently installed.) 04:44:00 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:44:00 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:44:00 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:44:00 (Reading database ... 13914 files and directories currently installed.) 04:44:00 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:44:00 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:44:00 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:44:00 (Reading database ... 13914 files and directories currently installed.) 04:44:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:44:00 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:00 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:01 (Reading database ... 13914 files and directories currently installed.) 04:44:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:44:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:01 (Reading database ... 13914 files and directories currently installed.) 04:44:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:44:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:01 (Reading database ... 13914 files and directories currently installed.) 04:44:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 04:44:01 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:44:01 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:44:01 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:44:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:44:02 (Reading database ... 13914 files and directories currently installed.) 04:44:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:44:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:44:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:44:02 (Reading database ... 13914 files and directories currently installed.) 04:44:02 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:44:02 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:44:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:02 (Reading database ... 13914 files and directories currently installed.) 04:44:02 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:44:02 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:44:02 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:44:03 (Reading database ... 13914 files and directories currently installed.) 04:44:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 04:44:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 04:44:03 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 04:44:03 (Reading database ... 13914 files and directories currently installed.) 04:44:03 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:44:03 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:44:03 Setting up passwd (1:4.5-1ubuntu2) ... 04:44:03 (Reading database ... 13914 files and directories currently installed.) 04:44:03 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 04:44:03 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:44:03 Setting up gpgv (2.2.4-1ubuntu1.3) ... 04:44:03 (Reading database ... 13914 files and directories currently installed.) 04:44:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:44:04 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:44:04 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:44:04 (Reading database ... 13914 files and directories currently installed.) 04:44:04 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:44:04 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:44:04 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:44:04 (Reading database ... 13914 files and directories currently installed.) 04:44:04 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:44:04 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:44:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:44:04 (Reading database ... 13914 files and directories currently installed.) 04:44:04 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:44:04 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:44:04 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:44:04 (Reading database ... 13914 files and directories currently installed.) 04:44:04 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 04:44:04 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 04:44:05 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 04:44:05 (Reading database ... 13914 files and directories currently installed.) 04:44:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 04:44:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 04:44:05 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 04:44:05 (Reading database ... 13915 files and directories currently installed.) 04:44:05 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:44:05 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:44:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:44:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:44:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:44:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:44:05 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:44:05 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:44:06 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:44:06 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:44:06 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:44:06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:44:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:44:06 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:44:06 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:44:06 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:44:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:44:06 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:44:07 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:44:07 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:44:07 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:44:07 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:44:07 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:44:07 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:44:08 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:44:08 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:44:08 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:44:08 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:44:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:08 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:44:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:44:08 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:08 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:44:08 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:44:09 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:09 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:09 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:09 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:09 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:10 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } 04:44:10 $ docker stop --time=1 1a1bbd583a847c37e039812e07108556b4e52f2294e1bd6b804c701077e3931a 04:44:11 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:12 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:12 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:12 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:13 $ docker rm -f 1a1bbd583a847c37e039812e07108556b4e52f2294e1bd6b804c701077e3931a 04:44:13 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:13 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:13 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:44:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:44:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:44:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:44:13 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:44:13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:44:14 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:44:14 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:44:14 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:44:14 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:44:14 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:44:14 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:44:14 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:44:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:44:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:44:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 04:44:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:14 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:14 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:44:14 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:44:14 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:44:14 04:44:14 Current default time zone: 'Etc/UTC' 04:44:14 Local time is now: Thu Feb 4 04:44:14 UTC 2021. 04:44:14 Universal Time is now: Thu Feb 4 04:44:14 UTC 2021. 04:44:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:44:14 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:44:15 Setting up systemd-sysv (237-3ubuntu10.44) ... 04:44:15 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:15 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 04:44:15 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:44:15 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:44:15 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:44:15 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:44:15 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:44:15 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:44:15 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:44:15 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:44:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:15 04:44:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:44:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 04:44:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:15 Setting up patch (2.7.6-2ubuntu1.1) ... 04:44:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:44:15 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:44:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 04:44:15 Installing new version of config file /etc/ssl/openssl.cnf ... 04:44:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:15 latest: Pulling from edgex-devops/edgex-compose-arm64 04:44:15 29e5d40040c1: Pulling fs layer 04:44:15 1ce36da41761: Pulling fs layer 04:44:15 25b303627fd3: Pulling fs layer 04:44:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:44:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:44:15 Setting up ca-certificates (20210119~18.04.1) ... 04:44:16 29e5d40040c1: Verifying Checksum 04:44:16 29e5d40040c1: Download complete 04:44:17 1ce36da41761: Download complete 04:44:17 29e5d40040c1: Pull complete 04:44:17 Updating certificates in /etc/ssl/certs... 04:44:18 23 added, 27 removed; done. 04:44:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:44:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:18 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:44:18 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:44:18 Setting up pkgbinarymangler (138.18.04.1) ... 04:44:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:18 1ce36da41761: Pull complete 04:44:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 04:44:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:44:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:19 25b303627fd3: Verifying Checksum 04:44:19 25b303627fd3: Download complete 04:44:19 Setting up perl (5.26.1-6ubuntu0.5) ... 04:44:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 04:44:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:44:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:44:19 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 04:44:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:44:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:44:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:44:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:44:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:44:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:44:19 Processing triggers for systemd (237-3ubuntu10.44) ... 04:44:19 Processing triggers for mime-support (3.60ubuntu1) ... 04:44:19 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:44:19 Updating certificates in /etc/ssl/certs... 04:44:20 0 added, 0 removed; done. 04:44:20 Running hooks in /etc/ca-certificates/update.d... 04:44:20 done. 04:44:20 Reading package lists... 04:44:20 Building dependency tree... 04:44:20 Reading state information... 04:44:21 The following NEW packages will be installed: 04:44:21 apt-transport-https 04:44:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:44:21 Need to get 1696 B of archives. 04:44:21 After this operation, 153 kB of additional disk space will be used. 04:44:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 04:44:21 debconf: delaying package configuration, since apt-utils is not installed 04:44:21 Fetched 1696 B in 0s (9615 B/s) 04:44:21 Selecting previously unselected package apt-transport-https. 04:44:21 (Reading database ... 13920 files and directories currently installed.) 04:44:21 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 04:44:21 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 04:44:21 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 04:44:21 Waiting for network to be ready... 04:44:28 2021-02-04T04:44:24Z INFO Waiting for automatic snapd restart... 04:44:28 snapd 2.48.2 from Canonical* installed 04:44:28 "snapd" switched to the "latest/stable" channel 04:44:28 04:44:29 25b303627fd3: Pull complete 04:44:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:44:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:44:29 prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container 04:44:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:44:31 core18 20201210 from Canonical* installed 04:44:31 "core18" switched to the "latest/stable" channel 04:44:31 04:44:33 $ docker top a10f38bec160db48db067a2c187810db9d2f6b7e9a2077bd689470d22602ca72 -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:34 + docker-compose+ buildgrep --help parallel 04:44:34 04:44:34 snapcraft 4.4.4 from Canonical* installed 04:44:34 "snapcraft" switched to the "latest/stable" channel 04:44:34 04:44:37 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: 04:44:37 - README.md 04:44:37 - snapcraft.yaml.orig 04:44:37 04:44:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:44:39 --parallel Build images in parallel. [Pipeline] } 04:44:39 $ docker stop --time=1 a10f38bec160db48db067a2c187810db9d2f6b7e9a2077bd689470d22602ca72 04:44:41 $ docker rm -f a10f38bec160db48db067a2c187810db9d2f6b7e9a2077bd689470d22602ca72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:44:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:42 . [Pipeline] withDockerContainer 04:44:43 prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container 04:44:43 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 04:44:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:44:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:44:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:44:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:44:44 $ docker top 9700436ef2fb74c6370bb2870c643d496a955d2c453510d872630e1b0f818a29 -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:45 Reading package lists... 04:44:45 + docker-compose -f ./docker-compose-build.yml build --parallel 04:44:45 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 04:44:51 Building docker-core-command-go ... 04:44:51 Building docker-core-data-go ... 04:44:51 Building docker-core-metadata-go ... 04:44:51 Building docker-security-bootstrapper-go ... 04:44:51 Building docker-security-proxy-setup-go ... 04:44:51 Building docker-security-secretstore-setup-go ... 04:44:51 Building docker-support-notifications-go ... 04:44:51 Building docker-support-scheduler-go ... 04:44:51 Building docker-sys-mgmt-agent-go ... 04:44:51 Building docker-security-bootstrapper-go 04:44:51 Building docker-core-data-go 04:44:51 Building docker-support-notifications-go 04:44:51 Building docker-security-secretstore-setup-go 04:44:51 Building docker-support-scheduler-go 04:44:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:44:52 Reading package lists... 04:44:52 Building dependency tree... 04:44:52 Reading state information... 04:44:52 Suggested packages: 04:44:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:44:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:44:52 Recommended packages: 04:44:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:44:52 The following NEW packages will be installed: 04:44:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:44:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:44:52 pkg-config zip 04:44:52 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:44:52 Need to get 7655 kB of archives. 04:44:52 After this operation, 43.7 MB of additional disk space will be used. 04:44:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 04:44:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 04:44:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:44:52 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:44:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:44:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:44:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:44:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:44:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:44:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:44:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:44:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:44:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:44:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:44:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:44:53 debconf: delaying package configuration, since apt-utils is not installed 04:44:53 Fetched 7655 kB in 1s (8002 kB/s) 04:44:53 Selecting previously unselected package libglib2.0-0:amd64. 04:44:53 (Reading database ... 13924 files and directories currently installed.) 04:44:53 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 04:44:53 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:44:53 Selecting previously unselected package libpsl5:amd64. 04:44:53 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:44:53 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:44:53 Selecting previously unselected package libnghttp2-14:amd64. 04:44:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:44:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:44:53 Selecting previously unselected package librtmp1:amd64. 04:44:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:44:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:44:53 Selecting previously unselected package libcurl3-gnutls:amd64. 04:44:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 04:44:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:44:54 Selecting previously unselected package liberror-perl. 04:44:54 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:44:54 Unpacking liberror-perl (0.17025-1) ... 04:44:54 Selecting previously unselected package git-man. 04:44:54 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:44:54 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:44:54 Selecting previously unselected package git. 04:44:54 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:44:54 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:44:54 Selecting previously unselected package libnorm1:amd64. 04:44:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:44:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:44:55 Selecting previously unselected package libpgm-5.2-0:amd64. 04:44:55 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:44:55 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:44:55 Selecting previously unselected package libsodium23:amd64. 04:44:55 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:44:55 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:44:55 Selecting previously unselected package libzmq5:amd64. 04:44:55 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:44:55 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:44:55 Selecting previously unselected package libzmq3-dev:amd64. 04:44:55 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:44:55 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:44:55 Selecting previously unselected package pkg-config. 04:44:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:44:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:44:55 Selecting previously unselected package zip. 04:44:55 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:44:55 Unpacking zip (3.0-11build1) ... 04:44:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:44:55 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:44:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:44:55 Setting up liberror-perl (0.17025-1) ... 04:44:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:44:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:44:55 No schema files found: doing nothing. 04:44:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:44:56 Setting up zip (3.0-11build1) ... 04:44:56 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:44:56 Setting up libsodium23:amd64 (1.0.16-2) ... 04:44:56 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:44:56 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:44:56 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:44:56 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:44:56 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:44:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:45:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:45:03 git set to automatically installed. 04:45:03 git-man set to automatically installed. 04:45:03 libcurl3-gnutls set to automatically installed. 04:45:03 liberror-perl set to automatically installed. 04:45:03 libglib2.0-0 set to automatically installed. 04:45:03 libnghttp2-14 set to automatically installed. 04:45:03 libnorm1 set to automatically installed. 04:45:03 libpgm-5.2-0 set to automatically installed. 04:45:03 libpsl5 set to automatically installed. 04:45:03 librtmp1 set to automatically installed. 04:45:03 libsodium23 set to automatically installed. 04:45:03 libzmq3-dev set to automatically installed. 04:45:03 libzmq5 set to automatically installed. 04:45:03 pkg-config set to automatically installed. 04:45:03 zip set to automatically installed. 04:45:04 snapd is not logged in, snap install commands will use sudo 04:45:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:45:11 snap "core18" has no updates available 04:45:11 Pulling config-common 04:45:12 Pulling go-build-helper 04:45:34 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:45:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:45:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:45:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:45:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:45:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:45:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:45:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:45:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:45:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:45:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:45:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:45:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:45:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:45:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:45:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:45:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:45:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:45:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:45:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:45:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:45:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:45:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:45:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:45:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:45:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:45:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:45:34 Fetched 23.9 MB in 0s (0 B/s) 04:45:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:45:34 Fetched 96.5 kB in 0s (0 B/s) 04:45:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:45:34 Fetched 279 kB in 0s (0 B/s) 04:45:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:45:34 Fetched 122 kB in 0s (0 B/s) 04:45:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:45:34 Fetched 77.8 kB in 0s (0 B/s) 04:45:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:45:34 Fetched 8848 B in 0s (0 B/s) 04:45:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:45:34 Fetched 47.8 kB in 0s (0 B/s) 04:45:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:45:34 Fetched 45.6 kB in 0s (0 B/s) 04:45:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:45:34 Fetched 15.0 kB in 0s (0 B/s) 04:45:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 04:45:34 Fetched 214 kB in 0s (0 B/s) 04:45:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 04:45:34 Fetched 155 kB in 0s (0 B/s) 04:45:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:45:34 Fetched 50.6 kB in 0s (0 B/s) 04:45:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:45:34 Fetched 14.8 kB in 0s (0 B/s) 04:45:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:45:34 Fetched 41.8 kB in 0s (0 B/s) 04:45:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:45:34 Fetched 499 kB in 0s (0 B/s) 04:45:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:45:34 Fetched 111 kB in 0s (0 B/s) 04:45:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:45:34 Fetched 240 kB in 0s (0 B/s) 04:45:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:45:34 Fetched 29.3 kB in 0s (0 B/s) 04:45:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:45:34 Fetched 85.5 kB in 0s (0 B/s) 04:45:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:45:34 Fetched 24.5 kB in 0s (0 B/s) 04:45:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:45:34 Fetched 49.2 kB in 0s (0 B/s) 04:45:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:45:34 Fetched 54.2 kB in 0s (0 B/s) 04:45:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:45:34 Fetched 30.8 kB in 0s (0 B/s) 04:45:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 04:45:34 Fetched 17.0 kB in 0s (0 B/s) 04:45:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:45:34 Fetched 85.9 kB in 0s (0 B/s) 04:45:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:45:34 Fetched 8720 B in 0s (0 B/s) 04:45:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 04:45:34 Fetched 137 kB in 0s (0 B/s) 04:45:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:45:34 Fetched 119 kB in 0s (0 B/s) 04:45:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 04:45:34 Fetched 109 kB in 0s (0 B/s) 04:45:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:45:34 Fetched 11.1 kB in 0s (0 B/s) 04:45:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:45:34 Fetched 645 kB in 0s (0 B/s) 04:45:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:45:34 Fetched 41.3 kB in 0s (0 B/s) 04:45:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:45:34 Fetched 17.9 kB in 0s (0 B/s) 04:45:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:45:34 Fetched 368 kB in 0s (0 B/s) 04:45:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:45:34 Fetched 187 kB in 0s (0 B/s) 04:45:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:45:34 Fetched 175 kB in 0s (0 B/s) 04:45:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:45:38 Fetched 206 kB in 0s (0 B/s) 04:45:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 04:45:38 Fetched 1301 kB in 0s (0 B/s) 04:45:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:45:38 Fetched 36.2 kB in 0s (0 B/s) 04:45:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 04:45:38 Fetched 159 kB in 0s (0 B/s) 04:45:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:45:38 Fetched 107 kB in 0s (0 B/s) 04:45:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:45:38 Fetched 48.7 kB in 0s (0 B/s) 04:45:38 Pulling static-packages 04:45:38 'go115' has dependencies that need to be staged: static-packages go-build-helper 04:45:38 Skipping pull go-build-helper (already ran) 04:45:38 Skipping pull static-packages (already ran) 04:45:38 Building go-build-helper 04:45:42 Building static-packages 04:45:44 Staging go-build-helper 04:45:44 Staging static-packages 04:45:45 Pulling go115 04:45:46 'edgex-go' has dependencies that need to be staged: go115 04:45:46 Skipping pull go115 (already ran) 04:45:46 Building go115 04:45:46 % Total % Received % Xferd Average Speed Time Time Time Current 04:45:46 Dload Upload Total Spent Left Speed 04:45:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.7M 0 0 26.0M 0 0:00:04 --:--:-- 0:00:04 26.0M 52 115M 52 60.2M 0 0 29.9M 0 0:00:03 0:00:02 0:00:01 29.9M 77 115M 77 89.5M 0 0 29.9M 0 0:00:03 0:00:02 0:00:01 29.9M 100 115M 100 115M 0 0 31.1M 0 0:00:03 0:00:03 --:--:-- 31.1M 04:45:50 go1.15.2.linux-amd64.tar.gz: OK 04:45:55 Staging go115 04:46:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:46:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:46:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:46:00 Fetched 0 B in 0s (0 B/s) 04:46:00 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:46:00 Fetched 224 kB in 0s (0 B/s) 04:46:00 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:46:00 Fetched 157 kB in 0s (0 B/s) 04:46:00 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:46:00 Fetched 221 kB in 0s (0 B/s) 04:46:00 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:46:00 Fetched 143 kB in 0s (0 B/s) 04:46:00 Pulling edgex-go 04:46:01 Pulling version 04:46:02 Building config-common 04:46:04 Skipping build go-build-helper (already ran) 04:46:04 Skipping build static-packages (already ran) 04:46:04 Skipping build go115 (already ran) 04:46:04 Building edgex-go 04:46:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:46:06 go: downloading github.com/gorilla/mux v1.8.0 04:46:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 04:46:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:46:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 04:46:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 04:46:06 go: downloading github.com/imdario/mergo v0.3.11 04:46:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:46:06 go: downloading github.com/google/uuid v1.2.0 04:46:06 go: downloading github.com/x448/float16 v0.8.4 04:46:06 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.2 04:46:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 04:46:06 go: downloading github.com/pkg/errors v0.8.1 04:46:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 04:46:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 04:46:06 go: downloading github.com/go-kit/kit v0.8.0 04:46:06 go: downloading github.com/pelletier/go-toml v1.2.0 04:46:06 go: downloading github.com/BurntSushi/toml v0.3.1 04:46:06 go: downloading github.com/pebbe/zmq4 v1.2.2 04:46:06 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:46:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:46:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 04:46:06 go: downloading gopkg.in/yaml.v2 v2.4.0 04:46:06 go: downloading github.com/hashicorp/consul/api v1.1.0 04:46:06 go: downloading github.com/leodido/go-urn v1.2.0 04:46:06 go: downloading github.com/go-playground/universal-translator v0.17.0 04:46:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:46:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:46:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:46:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:46:06 go: downloading github.com/mitchellh/copystructure v1.0.0 04:46:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:46:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:46:06 go: downloading github.com/hashicorp/serf v0.8.2 04:46:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:46:06 go: downloading github.com/go-playground/locales v0.13.0 04:46:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:46:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:46:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:46:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:46:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:46:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:46:12 ---> fef347ec3d67 04:46:12 Step 3/23 : WORKDIR /edgex-go 04:46:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:46:12 ---> fef347ec3d67 04:46:12 Step 3/22 : WORKDIR /edgex-go 04:46:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:46:12 ---> fef347ec3d67 04:46:12 Step 3/22 : WORKDIR /edgex-go 04:46:12 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:46:12 ---> fef347ec3d67 04:46:12 Step 3/31 : WORKDIR /edgex-go 04:46:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:46:12 ---> fef347ec3d67 04:46:12 Step 3/24 : WORKDIR /edgex-go 04:46:12 ---> Running in 65bd976b97c4 04:46:12 ---> Running in 6d659602b37e 04:46:12 ---> Running in ab6a107fa224 04:46:12 ---> Running in 8a881956d224 04:46:12 ---> Running in 5147db5ac93d 04:46:12 Removing intermediate container 65bd976b97c4 04:46:12 ---> 051d06499ee2 04:46:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:12 Removing intermediate container 6d659602b37e 04:46:12 ---> e15c992c43cb 04:46:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:12 Removing intermediate container 5147db5ac93d 04:46:12 Removing intermediate container ab6a107fa224 04:46:12 ---> 640eacb00bb8 04:46:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:12 ---> 34a33c100c87 04:46:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:12 Removing intermediate container 8a881956d224 04:46:12 ---> 88b014beb570 04:46:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:12 ---> Running in 5bba5f47b2c3 04:46:12 ---> Running in 5b53f5172b48 04:46:12 ---> Running in 7e86c80a21b8 04:46:12 ---> Running in f80103467dca 04:46:12 ---> Running in e4887b75cc98 04:46:12 Removing intermediate container 5b53f5172b48 04:46:12 ---> ed72bcb01857 04:46:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:46:12 Removing intermediate container 5bba5f47b2c3 04:46:12 ---> 69697b816c77 04:46:12 Step 5/24 : RUN apk add --update --no-cache make git 04:46:12 ---> Running in c9b577fc7e63 04:46:12 ---> Running in 14799a7e99d4 04:46:12 Removing intermediate container 7e86c80a21b8 04:46:12 ---> f793242b9c45 04:46:12 Step 5/31 : RUN apk add --update --no-cache make git 04:46:12 Removing intermediate container e4887b75cc98 04:46:12 ---> 68cb234ef829 04:46:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:46:12 Removing intermediate container f80103467dca 04:46:12 ---> 972f81f98f4c 04:46:12 Step 5/22 : RUN apk add --update --no-cache make git 04:46:12 ---> Running in a59c16fe78a6 04:46:12 ---> Running in 70e265ea5c1b 04:46:12 ---> Running in f38e98a048a1 04:46:13 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 04:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:16 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 04:46:17 OK: 217 MiB in 51 packages 04:46:17 OK: 217 MiB in 51 packages 04:46:17 OK: 217 MiB in 51 packages 04:46:17 OK: 217 MiB in 51 packages 04:46:17 OK: 217 MiB in 51 packages 04:46:18 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 04:46:18 Removing intermediate container 14799a7e99d4 04:46:18 ---> 91d23640bfda 04:46:18 Step 6/24 : COPY go.mod . 04:46:19 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 04:46:19 Removing intermediate container c9b577fc7e63 04:46:19 ---> c53bdc492a80 04:46:19 Step 6/22 : COPY go.mod . 04:46:19 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 04:46:19 go: downloading github.com/stretchr/testify v1.7.0 04:46:19 Removing intermediate container a59c16fe78a6 04:46:19 ---> f51e2a908f7f 04:46:19 Step 6/23 : COPY go.mod . 04:46:19 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:46:19 go: downloading github.com/pmezard/go-difflib v1.0.0 04:46:19 go: downloading github.com/davecgh/go-spew v1.1.1 04:46:19 Removing intermediate container f38e98a048a1 04:46:19 ---> d8749bc002a9 04:46:19 Step 6/22 : COPY go.mod . 04:46:19 Removing intermediate container 70e265ea5c1b 04:46:19 ---> 43a0455fb7f2 04:46:19 Step 6/31 : COPY go.mod . 04:46:20 ---> 692201f103c5 04:46:20 Step 7/24 : RUN go mod download 04:46:20 ---> e347caaef926 04:46:20 Step 7/22 : RUN go mod download 04:46:20 ---> Running in c970569a9042 04:46:20 ---> Running in c2ceb72fb035 04:46:20 ---> c129af473ff0 04:46:20 Step 7/23 : RUN go mod download 04:46:21 ---> Running in 212f3f9b4f5d 04:46:21 ---> b882d4325d1b 04:46:21 Step 7/31 : RUN go mod download 04:46:21 ---> 1cce7a58b8fe 04:46:21 Step 7/22 : RUN go mod download 04:46:21 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 04:46:21 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:46:21 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:46:21 ---> Running in c725bc031474 04:46:21 ---> Running in 03c1553079bd 04:46:22 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 04:46: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 04:46:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:46: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 04:46:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:46:25 Removing intermediate container c970569a9042 04:46:25 ---> e6ba444f4ca3 04:46:25 Step 8/24 : COPY . . 04:46:25 Removing intermediate container c2ceb72fb035 04:46:25 ---> c4ea87e46783 04:46:25 Step 8/22 : COPY . . 04:46:26 Removing intermediate container 212f3f9b4f5d 04:46:26 ---> 918d8f679670 04:46:26 Step 8/23 : COPY . . 04:46:26 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 04:46:26 Removing intermediate container 03c1553079bd 04:46:26 ---> a16a74e8fc72 04:46:26 Step 8/31 : COPY . . 04:46:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:46:26 Removing intermediate container c725bc031474 04:46:26 ---> a861f6de20aa 04:46:26 Step 8/22 : COPY . . 04:46: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 04:46:27 go: downloading github.com/lib/pq v1.9.0 04:46:30 Building version 04:46:32 Staging config-common 04:46:32 Skipping stage go-build-helper (already ran) 04:46:32 Skipping stage static-packages (already ran) 04:46:32 Skipping stage go115 (already ran) 04:46:32 Staging edgex-go 04:46:33 Staging version 04:46:34 Priming config-common 04:46:35 Priming go-build-helper 04:46:36 Priming static-packages 04:46:38 Priming go115 04:46:39 Priming edgex-go 04:46:40 Priming version 04:46:41 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] } 04:46:53 ---> 553e16c2cef2 04:46:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:46:53 ---> c93b0e7f4a9c 04:46:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:46:53 ---> 95d9beb244a6 04:46:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:46:53 ---> c15c7d30358d 04:46:53 Step 9/23 : RUN make cmd/core-data/core-data 04:46:53 ---> Running in 147e873319db 04:46:54 ---> Running in f70acd81ab91 04:46:54 ---> Running in 150ef86e69b1 04:46:54 ---> Running in ba4a736aed2c 04:46:54 ---> 78b5d6d5bd6f 04:46:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:46:54 ---> Running in 7c2c86e7e464 04:46:56 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 04:46:56 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 04:46:56 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 04:46:56 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 04:46:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:48:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:48:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:48:44 Removing intermediate container 147e873319db 04:48:44 ---> ee34bec6db46 04:48:44 04:48:44 Step 10/24 : FROM alpine:3.12 04:48:44 3.12: Pulling from library/alpine 04:48:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:48:45 Status: Downloaded newer image for alpine:3.12 04:48:45 ---> afeebe901d6b 04:48:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:48:45 ---> Running in 8086a63f08ac 04:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:48 (1/5) Installing ca-certificates (20191127-r4) 04:48:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:48:49 (3/5) Installing libcurl (7.69.1-r3) 04:48:49 (4/5) Installing curl (7.69.1-r3) 04:48:49 (5/5) Installing dumb-init (1.2.2-r1) 04:48:49 Executing busybox-1.31.1-r19.trigger 04:48:49 Executing ca-certificates-20191127-r4.trigger 04:48:49 OK: 7 MiB in 19 packages 04:48:53 Removing intermediate container 8086a63f08ac 04:48:53 ---> f55fde6f989d 04:48:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:53 ---> Running in 96c018cb27d0 04:48:54 Removing intermediate container 96c018cb27d0 04:48:54 ---> 30c0c1ca4596 04:48:54 Step 13/24 : WORKDIR / 04:48:54 ---> Running in 54c16078e9e2 04:48:55 Removing intermediate container 54c16078e9e2 04:48:55 ---> a4db984a0d32 04:48:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:48:56 ---> e5971daf5cc5 04:48:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:48:57 ---> e7091646aa22 04:48:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:48:58 ---> 1ff8303c4ff4 04:48:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:49:00 ---> 8a8b4b9c2a61 04:49:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:49:03 ---> a0a2616c4eec 04:49:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:49:05 ---> cd3944e4d728 04:49:05 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/ 04:49:05 ---> Running in da80ed982641 04:49:06 Removing intermediate container 150ef86e69b1 04:49:06 ---> adf8b24c0dab 04:49:06 04:49:06 Step 10/31 : FROM alpine:3.12 04:49:06 ---> afeebe901d6b 04:49:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:49:06 ---> Running in e42a3db74e89 04:49:07 Removing intermediate container e42a3db74e89 04:49:07 ---> c6547ef5d640 04:49:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:49:08 ---> Running in f48efb7e6a6a 04:49:10 Removing intermediate container da80ed982641 04:49:10 ---> c1040b874012 04:49:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:49:10 ---> Running in 67014f656329 04:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:11 Removing intermediate container 67014f656329 04:49:11 ---> 6505724a844f 04:49:11 Step 22/24 : LABEL arch=arm64 04:49:11 (1/2) Installing dumb-init (1.2.2-r1) 04:49:11 (2/2) Installing su-exec (0.2-r1) 04:49:11 Executing busybox-1.31.1-r19.trigger 04:49:11 OK: 5 MiB in 16 packages 04:49:11 ---> Running in c0c3914ed7d3 04:49:13 Removing intermediate container c0c3914ed7d3 04:49:13 ---> 6beecc9ccbfa 04:49:13 Step 23/24 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:49:13 ---> Running in 24ce60f80a8a 04:49:14 Removing intermediate container f48efb7e6a6a 04:49:14 ---> 73e0622e3b66 04:49:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:49:14 ---> Running in ec27f3a21693 04:49:14 Removing intermediate container 7c2c86e7e464 04:49:14 ---> fe90babf7475 04:49:14 04:49:14 Step 10/22 : FROM alpine:3.12 04:49:14 ---> afeebe901d6b 04:49:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:49:14 Removing intermediate container 24ce60f80a8a 04:49:14 ---> 0e18e3eeccf6 04:49:14 Step 24/24 : LABEL version=0.0.0 04:49:14 Removing intermediate container f70acd81ab91 04:49:14 ---> 477fcd122541 04:49:14 04:49:14 Step 10/22 : FROM alpine:3.12 04:49:14 ---> afeebe901d6b 04:49:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:49:15 ---> Running in d5616eb60a20 04:49:15 ---> Running in c0262cdc1be8 04:49:15 ---> Running in 7096ecc40cee 04:49:15 Removing intermediate container ec27f3a21693 04:49:15 ---> 01e84ef9145b 04:49:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:49:15 ---> Running in d9b21d6a3fba 04:49:15 Removing intermediate container c0262cdc1be8 04:49:15 ---> 34d6acb8cff2 04:49:15 04:49:16 Removing intermediate container d9b21d6a3fba 04:49:16 ---> d0934d3f503c 04:49:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:49:16 Successfully built 34d6acb8cff2 04:49:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:49:17  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 04:49:17 ---> Running in fe256dd0e596 04:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:18 (1/2) Installing ca-certificates (20191127-r4) 04:49:18 (2/2) Installing dumb-init (1.2.2-r1) 04:49:18 Executing busybox-1.31.1-r19.trigger 04:49:18 Executing ca-certificates-20191127-r4.trigger 04:49:19 (1/1) Installing dumb-init (1.2.2-r1) 04:49:19 Executing busybox-1.31.1-r19.trigger 04:49:19 OK: 5 MiB in 15 packages 04:49:19 OK: 6 MiB in 16 packages 04:49:22 Removing intermediate container d5616eb60a20 04:49:22 ---> 4966e80c0a3b 04:49:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:49:23 Removing intermediate container fe256dd0e596 04:49:23 ---> 5c9948344c9d 04:49:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:49:23 ---> Running in 18e314f738cf 04:49:23 Removing intermediate container 7096ecc40cee 04:49:23 ---> c9413612e788 04:49:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:49:23 ---> Running in b31ca9e1647a 04:49:24 ---> Running in c82a3f6bd656 04:49:24 Removing intermediate container 18e314f738cf 04:49:24 ---> ca3f3a3d70f6 04:49:24 Step 13/22 : ENV APP_PORT=48085 04:49:24 ---> Running in 475c005cdb18 04:49:24 Removing intermediate container b31ca9e1647a 04:49:24 ---> 7a9dc2fdf374 04:49:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:49:24 Removing intermediate container c82a3f6bd656 04:49:24 ---> 258a6f82d0cb 04:49:24 Step 13/22 : ENV APP_PORT=48060 04:49:25 ---> Running in d6f0201d4a81 04:49:25 Removing intermediate container 475c005cdb18 04:49:25 ---> 862cc55bf967 04:49:25 Step 14/22 : EXPOSE $APP_PORT 04:49:26 ---> Running in 65e762651ca1 04:49:26 Removing intermediate container d6f0201d4a81 04:49:26 ---> 95af80686746 04:49:26 Step 14/22 : EXPOSE $APP_PORT 04:49:26 ---> 3044c3a326dc 04:49:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:49:26 ---> Running in 4f0fe12ebb55 04:49:26 ---> Running in 23c90b42f711 04:49:26 Removing intermediate container 65e762651ca1 04:49:26 ---> 7d6ce327a00b 04:49:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:27 Removing intermediate container 23c90b42f711 04:49:27 ---> ee3c8fe230ea 04:49:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:28 ---> beb27001ba8a 04:49:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:49:29 ---> 0c0a63cfc1f1 04:49:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:49:31 ---> 4a321553aa7b 04:49:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:49:31 Removing intermediate container 4f0fe12ebb55 04:49:31 ---> 39320f726370 04:49:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:32 ---> c68f38538318 04:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:49:32 Removing intermediate container ba4a736aed2c 04:49:32 ---> 22b83117912a 04:49:32 04:49:32 Step 10/23 : FROM alpine:3.12 04:49:32 ---> afeebe901d6b 04:49:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:32 ---> Running in f4ad7c5484a5 04:49:32 ---> c3124c66e1c7 04:49:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:49:33 ---> 63889855de17 04:49:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:49:33 ---> 84afd037c0ef 04:49:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:49:33 ---> Running in 00fc0e469625 04:49:33 ---> Running in bd8d35c155f6 04:49:33 Removing intermediate container f4ad7c5484a5 04:49:33 ---> c4d141a953e4 04:49:33 Step 12/23 : ENV APP_PORT=48080 04:49:34 ---> Running in f6b9278fb032 04:49:34 Removing intermediate container 00fc0e469625 04:49:34 ---> 2117a78289bf 04:49:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:34 Removing intermediate container bd8d35c155f6 04:49:34 ---> c9cdf18553c2 04:49:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:34 ---> Running in 516d03a16d78 04:49:34 ---> Running in ba8d85046ef9 04:49:35 Removing intermediate container f6b9278fb032 04:49:35 ---> ba2c75e8010b 04:49:35 Step 13/23 : EXPOSE $APP_PORT 04:49:35 ---> db231ac0e16e 04:49:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:49:35 ---> Running in c661a72a32cf 04:49:35 Removing intermediate container 516d03a16d78 04:49:35 ---> 0862c3ee1112 04:49:35 Step 20/22 : LABEL arch=arm64 04:49:35 Removing intermediate container ba8d85046ef9 04:49:35 ---> 8ab5e2485f6f 04:49:35 Step 20/22 : LABEL arch=arm64 04:49:35 ---> Running in ba8359e9f547 04:49:36 ---> Running in 08beaa20c486 04:49:36 Removing intermediate container c661a72a32cf 04:49:36 ---> f0396158666b 04:49:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:36 ---> a2971bcf7642 04:49:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:49:36 ---> Running in b4f706c7c27f 04:49:36 Removing intermediate container ba8359e9f547 04:49:36 ---> c2f8ec6d0925 04:49:36 Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:49:37 Removing intermediate container 08beaa20c486 04:49:37 ---> 2061feb251bd 04:49:37 Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:49:37 ---> Running in 13de0820cc1e 04:49:37 ---> Running in 6334adb8675b 04:49:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:49:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:49:38 ---> fef347ec3d67 04:49:38 Step 3/26 : WORKDIR /edgex-go 04:49:38 ---> Using cache 04:49:38 ---> 88b014beb570 04:49:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:38 ---> Using cache 04:49:38 ---> 972f81f98f4c 04:49:38 Step 5/26 : RUN apk add --update --no-cache make bash git 04:49:38 ---> 4fc7b2d71622 04:49:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:49:38 Removing intermediate container 13de0820cc1e 04:49:38 ---> 99e9f265ddae 04:49:38 Step 22/22 : LABEL version=0.0.0 04:49:38 ---> Running in 435a72996903 04:49:38 Removing intermediate container 6334adb8675b 04:49:38 ---> 199ac07727fe 04:49:38 Step 22/22 : LABEL version=0.0.0 04:49:38 ---> Running in bb1507ca2835 04:49:38 ---> Running in ae7d0f34876f 04:49:39 ---> 5301825b5834 04:49:39 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:49:39 Removing intermediate container bb1507ca2835 04:49:39 ---> 7e149c270451 04:49:39 04:49:39 Removing intermediate container ae7d0f34876f 04:49:39 ---> 3df06a5f0ade 04:49:39 04:49:39 ---> Running in b758b7e6fcf5 04:49:40 Successfully built 7e149c270451 04:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:40 Successfully tagged docker-support-scheduler-go-arm64:latest 04:49:40 Removing intermediate container b4f706c7c27f 04:49:40 ---> 29023e122396 04:49:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:49:40  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 04:49:40 Successfully built 3df06a5f0ade 04:49:40 Successfully tagged docker-support-notifications-go-arm64:latest 04:49:40 Building docker-core-metadata-go 04:49:40  Building docker-support-notifications-go ... done  ---> Running in 2a862610bbe2 04:49:40 Removing intermediate container b758b7e6fcf5 04:49:40 ---> 949e74bd2901 04:49:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:49:41 ---> 623338de29d7 04:49:41 Step 26/31 : RUN chmod +x /entrypoint.sh 04:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:42 ---> Running in 80a811adfd8f 04:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:46 Removing intermediate container 80a811adfd8f 04:49:46 ---> b7a5035d3b1e 04:49:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:49:47 ---> Running in 02f2948b2ce9 04:49:47 (1/6) Installing dumb-init (1.2.2-r1) 04:49:47 (2/6) Installing libgcc (9.3.0-r2) 04:49:47 Removing intermediate container 02f2948b2ce9 04:49:47 ---> a64dfb97f745 04:49:47 Step 28/31 : CMD ["gate"] 04:49:47 (3/6) Installing libsodium (1.0.18-r0) 04:49:47 OK: 217 MiB in 51 packages 04:49:48 (4/6) Installing libstdc++ (9.3.0-r2) 04:49:48 ---> Running in d561560c1bf9 04:49:49 Removing intermediate container d561560c1bf9 04:49:49 ---> a001b0f637a7 04:49:49 Step 29/31 : LABEL arch=arm64 04:49:49 Removing intermediate container 435a72996903 04:49:49 ---> 8b5932bee1fb 04:49:49 Step 6/26 : COPY go.mod . 04:49:50 (5/6) Installing libzmq (4.3.3-r0) 04:49:50 ---> Running in f7a90ab8c6cf 04:49:50 ---> dbc65a4a6c6b 04:49:50 Step 7/26 : RUN go mod download 04:49:50 ---> Running in dd985583f2c3 04:49:50 Removing intermediate container f7a90ab8c6cf 04:49:50 ---> 3e28459a802e 04:49:50 Step 30/31 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:49:50 (6/6) Installing zeromq (4.3.3-r0) 04:49:51 Executing busybox-1.31.1-r19.trigger 04:49:51 OK: 8 MiB in 20 packages 04:49:51 ---> Running in a15b505b574e 04:49:52 Removing intermediate container a15b505b574e 04:49:52 ---> ee780d49a242 04:49:52 Step 31/31 : LABEL version=0.0.0 04:49:52 ---> Running in 3624c5a940f2 04:49:52 Removing intermediate container 2a862610bbe2 04:49:52 ---> ad94ed11d0ae 04:49:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:53 Removing intermediate container 3624c5a940f2 04:49:53 ---> 851183f8eb40 04:49:53 04:49:53 ---> 803a95d3625c 04:49:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:49:54 Removing intermediate container dd985583f2c3 04:49:54 ---> 304e9314bba1 04:49:54 Step 8/26 : COPY . . 04:49:54 Successfully built 851183f8eb40 04:49:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:49:54  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 04:49:56 ---> 529cced07605 04:49:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:49:58 ---> d7dc27d6db3e 04:49:58 Step 19/23 : ENTRYPOINT ["/core-data"] 04:49:59 ---> Running in d89592162186 04:50:00 Removing intermediate container d89592162186 04:50:00 ---> 6feb11ae1d86 04:50:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:01 ---> Running in 6ba34fff285c 04:50:02 Removing intermediate container 6ba34fff285c 04:50:02 ---> beaaae43f929 04:50:02 Step 21/23 : LABEL arch=arm64 04:50:03 ---> Running in d754f77aad7e 04:50:04 Removing intermediate container d754f77aad7e 04:50:04 ---> cbe007f2b74a 04:50:04 Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:50:05 ---> Running in cb8458cb6d11 04:50:06 Removing intermediate container cb8458cb6d11 04:50:06 ---> f6351d53a05e 04:50:06 Step 23/23 : LABEL version=0.0.0 04:50:07 ---> Running in 72bfae2b8c2a 04:50:08 Removing intermediate container 72bfae2b8c2a 04:50:08 ---> a7d6b7e6528c 04:50:08 04:50:09 Successfully built a7d6b7e6528c 04:50:09 Successfully tagged docker-core-data-go-arm64:latest 04:50:12  Building docker-core-data-go ... done  ---> 20df30738c8b 04:50:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:50:12 ---> Running in 3ebbc58298c0 04:50:14 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 04:50:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:50:16 ---> fef347ec3d67 04:50:16 Step 3/23 : WORKDIR /edgex-go 04:50:16 ---> Using cache 04:50:16 ---> 88b014beb570 04:50:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:16 ---> Using cache 04:50:16 ---> 972f81f98f4c 04:50:16 Step 5/23 : RUN apk add --update --no-cache make git 04:50:16 ---> Using cache 04:50:16 ---> d8749bc002a9 04:50:16 Step 6/23 : COPY go.mod . 04:50:16 ---> Using cache 04:50:16 ---> 1cce7a58b8fe 04:50:16 Step 7/23 : RUN go mod download 04:50:16 ---> Using cache 04:50:16 ---> a861f6de20aa 04:50:16 Step 8/23 : COPY . . 04:50:16 ---> Using cache 04:50:16 ---> 78b5d6d5bd6f 04:50:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:50:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:16 ---> fef347ec3d67 04:50:16 Step 3/21 : WORKDIR /edgex-go 04:50:16 ---> Using cache 04:50:16 ---> 88b014beb570 04:50:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:16 ---> Using cache 04:50:16 ---> 972f81f98f4c 04:50:16 Step 5/21 : RUN apk add --update --no-cache make git 04:50:16 ---> Using cache 04:50:16 ---> d8749bc002a9 04:50:16 Step 6/21 : COPY go.mod . 04:50:16 ---> Using cache 04:50:16 ---> 1cce7a58b8fe 04:50:16 Step 7/21 : RUN go mod download 04:50:16 ---> Using cache 04:50:16 ---> a861f6de20aa 04:50:16 Step 8/21 : COPY . . 04:50:16 ---> Using cache 04:50:16 ---> 78b5d6d5bd6f 04:50:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:50:17 ---> Running in c8e71c9d9bec 04:50:17 ---> Running in 98d3266cdd48 04:50:20 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 04:50:20 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 04:50:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:50:27 ---> fef347ec3d67 04:50:27 Step 3/23 : WORKDIR /edgex-go 04:50:27 ---> Using cache 04:50:27 ---> 88b014beb570 04:50:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:27 ---> Using cache 04:50:27 ---> 972f81f98f4c 04:50:27 Step 5/23 : RUN apk add --update --no-cache make git 04:50:27 ---> Using cache 04:50:27 ---> d8749bc002a9 04:50:27 Step 6/23 : COPY go.mod . 04:50:27 ---> Using cache 04:50:27 ---> 1cce7a58b8fe 04:50:27 Step 7/23 : RUN go mod download 04:50:27 ---> Using cache 04:50:27 ---> a861f6de20aa 04:50:27 Step 8/23 : COPY . . 04:50:27 ---> Using cache 04:50:27 ---> 78b5d6d5bd6f 04:50:27 Step 9/23 : RUN make cmd/core-command/core-command 04:50:28 ---> Running in f3b526d6a6b3 04:50:30 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 04:51:26 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 04:51:28 Removing intermediate container 3ebbc58298c0 04:51:28 ---> 78b562031738 04:51:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:51:28 ---> Running in 2ac4cece74ae 04:51: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 04:51:36 Removing intermediate container 2ac4cece74ae 04:51:36 ---> 8bdbc93d7dfe 04:51:36 04:51:36 Step 11/26 : FROM docker:20.10.0 04:51:36 20.10.0: Pulling from library/docker 04:51:44 Removing intermediate container 98d3266cdd48 04:51:44 ---> 130b232f619c 04:51:44 04:51:44 Step 10/21 : FROM alpine:3.12 04:51:44 ---> afeebe901d6b 04:51:44 Step 11/21 : RUN apk add --update --no-cache curl 04:51:44 ---> Running in 34fa32f19f23 04:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:47 (1/4) Installing ca-certificates (20191127-r4) 04:51:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:51:47 (3/4) Installing libcurl (7.69.1-r3) 04:51:47 (4/4) Installing curl (7.69.1-r3) 04:51:47 Executing busybox-1.31.1-r19.trigger 04:51:48 Executing ca-certificates-20191127-r4.trigger 04:51:48 OK: 7 MiB in 18 packages 04:51:52 Removing intermediate container 34fa32f19f23 04:51:52 ---> 43776dec9029 04:51:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:51:52 ---> Running in 0b7da9cb9857 04:51:53 Removing intermediate container 0b7da9cb9857 04:51:53 ---> ed15dfc80dd5 04:51:53 Step 13/21 : WORKDIR /edgex 04:51:53 ---> Running in ffaf13a4f671 04:51:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:51:53 Status: Downloaded newer image for docker:20.10.0 04:51:53 ---> eeaf43b92773 04:51:53 Step 12/26 : RUN apk add --no-cache bash 04:51:54 ---> Running in 351a8b21217e 04:51:54 Removing intermediate container ffaf13a4f671 04:51:54 ---> 1bf1483f33bb 04:51:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:51:55 ---> 4ea17f827b92 04:51:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:57 (1/2) Installing readline (8.0.4-r0) 04:51:57 (2/2) Installing bash (5.0.17-r0) 04:51:57 Executing bash-5.0.17-r0.post-install 04:51:57 Executing busybox-1.31.1-r19.trigger 04:51:57 OK: 12 MiB in 22 packages 04:51:58 ---> cef83e23051a 04:51:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:51:58 Removing intermediate container f3b526d6a6b3 04:51:58 ---> 16cad7320092 04:51:58 04:51:58 Step 10/23 : FROM alpine:3.12 04:51:58 ---> afeebe901d6b 04:51:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:51:58 ---> Using cache 04:51:58 ---> 4966e80c0a3b 04:51:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:51:58 ---> Using cache 04:51:58 ---> ca3f3a3d70f6 04:51:58 Step 13/23 : ENV APP_PORT=48082 04:51:58 Removing intermediate container c8e71c9d9bec 04:51:58 ---> c6373bc70fe4 04:51:58 04:51:58 Step 10/23 : FROM alpine:3.12 04:51:58 ---> afeebe901d6b 04:51:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:51:58 ---> Using cache 04:51:58 ---> 4966e80c0a3b 04:51:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:51:58 ---> Using cache 04:51:58 ---> ca3f3a3d70f6 04:51:58 Step 13/23 : ENV APP_PORT=48081 04:51:58 ---> Running in 9ee92e305e98 04:51:58 ---> Running in 282172c7ea35 04:51:59 Removing intermediate container 351a8b21217e 04:51:59 ---> 7765087f9cb6 04:51:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:51:59 ---> Running in fb715a8b9b14 04:51:59 ---> 2d906bf481f5 04:51:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:51:59 Removing intermediate container 9ee92e305e98 04:51:59 ---> cc5a87e5b9aa 04:51:59 Step 14/23 : EXPOSE $APP_PORT 04:51:59 ---> Running in a23247140844 04:51:59 ---> Running in 9e81ecb161eb 04:51:59 Removing intermediate container 282172c7ea35 04:51:59 ---> a25847114db8 04:51:59 Step 14/23 : EXPOSE $APP_PORT 04:51:59 ---> Running in c0aaf5a58dcf 04:51:59 Removing intermediate container fb715a8b9b14 04:51:59 ---> e407737d2056 04:51:59 Step 14/26 : ENV APP_PORT=48090 04:52:00 ---> Running in 6423a8f8eca8 04:52:00 Removing intermediate container a23247140844 04:52:00 ---> cb66c64bf33a 04:52:00 Step 18/21 : CMD ["--init=true"] 04:52:00 Removing intermediate container 9e81ecb161eb 04:52:00 ---> f0ba4062c3a9 04:52:00 Step 15/23 : WORKDIR / 04:52:00 ---> Running in 3491d4c56687 04:52:00 ---> Running in d331b46295fe 04:52:00 Removing intermediate container c0aaf5a58dcf 04:52:00 ---> 19110b034965 04:52:00 Step 15/23 : WORKDIR / 04:52:00 ---> Running in 2722a25d9326 04:52:00 Removing intermediate container 6423a8f8eca8 04:52:00 ---> 3b10edb11fd7 04:52:00 Step 15/26 : EXPOSE $APP_PORT 04:52:01 Removing intermediate container 3491d4c56687 04:52:01 ---> b0e1f319a499 04:52:01 Step 19/21 : LABEL arch=arm64 04:52:01 ---> Running in fd44eff3a08b 04:52:01 Removing intermediate container d331b46295fe 04:52:01 ---> 7385397af781 04:52:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:01 ---> Running in 5c2014afd48a 04:52:01 Removing intermediate container 2722a25d9326 04:52:01 ---> 89c25f9ff9fb 04:52:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:01 Removing intermediate container fd44eff3a08b 04:52:01 ---> d38f5f6e701a 04:52:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:52:01 Removing intermediate container 5c2014afd48a 04:52:01 ---> 4bfb7c718c53 04:52:01 Step 20/21 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:52:02 ---> Running in c3618b93ab55 04:52:02 ---> a8811310ac01 04:52:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:52:02 ---> ee61bd409146 04:52:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:52:03 Removing intermediate container c3618b93ab55 04:52:03 ---> 2aa7585b7817 04:52:03 Step 21/21 : LABEL version=0.0.0 04:52:03 ---> 56342a4bb77e 04:52:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:52:03 ---> Running in 5c663e931a21 04:52:03 ---> 6e1011bd9de4 04:52:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:52:04 ---> d26e619178e4 04:52:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:52:04 ---> a26cba2ffe47 04:52:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:52:04 Removing intermediate container 5c663e931a21 04:52:04 ---> c90d1d604610 04:52:04 04:52:04 ---> 5d326aa52d6c 04:52:04 Step 19/23 : ENTRYPOINT ["/core-command"] 04:52:05 Successfully built c90d1d604610 04:52:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:52:05  Building docker-security-proxy-setup-go ... done  ---> Running in bfdc88112eed 04:52:05 ---> 6d24b96e91af 04:52:05 Step 19/26 : RUN apk --no-cache add py3-pip 04:52:05 ---> 007a012ab7a8 04:52:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:52:05 ---> Running in af843616c197 04:52:05 ---> Running in 2881be120d90 04:52:05 Removing intermediate container bfdc88112eed 04:52:05 ---> 47e3b69e5b38 04:52:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:06 ---> Running in da08c69016f6 04:52:06 Removing intermediate container af843616c197 04:52:06 ---> e8257561e248 04:52:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:06 ---> Running in 4d1ce5c25437 04:52:06 Removing intermediate container da08c69016f6 04:52:06 ---> 848dde4c4857 04:52:06 Step 21/23 : LABEL arch=arm64 04:52:06 ---> Running in 7b34fae464bb 04:52:07 Removing intermediate container 4d1ce5c25437 04:52:07 ---> 96fdbffc5340 04:52:07 Step 21/23 : LABEL arch=arm64 04:52:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:07 ---> Running in 918ec3dfc767 04:52:07 Removing intermediate container 7b34fae464bb 04:52:07 ---> 14d15170b23b 04:52:07 Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:52:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:07 ---> Running in 12b4453c1099 04:52:07 Removing intermediate container 918ec3dfc767 04:52:07 ---> 2af2c0773399 04:52:07 Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:52:08 ---> Running in 2f6a579f593a 04:52:08 (1/33) Installing libbz2 (1.0.8-r1) 04:52:08 (2/33) Installing expat (2.2.9-r1) 04:52:08 Removing intermediate container 12b4453c1099 04:52:08 ---> 025544b1a85f 04:52:08 Step 23/23 : LABEL version=0.0.0 04:52:08 (3/33) Installing libffi (3.3-r2) 04:52:08 (4/33) Installing gdbm (1.13-r1) 04:52:08 (5/33) Installing xz-libs (5.2.5-r0) 04:52:08 (6/33) Installing sqlite-libs (3.32.1-r0) 04:52:08 (7/33) Installing python3 (3.8.5-r0) 04:52:08 ---> Running in d29bc7d2a8b1 04:52:08 Removing intermediate container 2f6a579f593a 04:52:08 ---> 99fdd6320f21 04:52:08 Step 23/23 : LABEL version=0.0.0 04:52:09 Removing intermediate container d29bc7d2a8b1 04:52:09 ---> 169712c1de28 04:52:09 04:52:09 ---> Running in 1e8cc21d6674 04:52:09 Successfully built 169712c1de28 04:52:09 Successfully tagged docker-core-command-go-arm64:latest 04:52:10  Building docker-core-command-go ... done Removing intermediate container 1e8cc21d6674 04:52:10 ---> 8d9947a7a659 04:52:10 04:52:10 (8/33) Installing py3-appdirs (1.4.4-r1) 04:52:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:52:10 (10/33) Installing py3-parsing (2.4.7-r0) 04:52:10 (11/33) Installing py3-six (1.15.0-r0) 04:52:10 (12/33) Installing py3-packaging (20.4-r0) 04:52:10 (13/33) Installing py3-setuptools (47.0.0-r0) 04:52:10 (14/33) Installing py3-chardet (3.0.4-r4) 04:52:10 Successfully built 8d9947a7a659 04:52:10 (15/33) Installing py3-idna (2.9-r0) 04:52:10 Successfully tagged docker-core-metadata-go-arm64:latest 04:52:10  Building docker-core-metadata-go ... done (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:52:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:52:10 (18/33) Installing py3-requests (2.23.0-r0) 04:52:10 (19/33) Installing py3-msgpack (1.0.0-r0) 04:52:10 (20/33) Installing py3-lockfile (0.12.2-r3) 04:52:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:52:10 (22/33) Installing py3-colorama (0.4.3-r0) 04:52:10 (23/33) Installing py3-distlib (0.3.0-r0) 04:52:11 (24/33) Installing py3-distro (1.5.0-r1) 04:52:11 (25/33) Installing py3-webencodings (0.5.1-r3) 04:52:11 (26/33) Installing py3-html5lib (1.0.1-r4) 04:52:11 (27/33) Installing py3-pytoml (0.1.21-r0) 04:52:11 (28/33) Installing py3-pep517 (0.8.2-r0) 04:52:11 (29/33) Installing py3-progress (1.5-r0) 04:52:11 (30/33) Installing py3-toml (0.10.1-r0) 04:52:11 (31/33) Installing py3-retrying (1.3.3-r0) 04:52:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:52:11 (33/33) Installing py3-pip (20.1.1-r0) 04:52:11 Executing busybox-1.31.1-r19.trigger 04:52:11 OK: 71 MiB in 55 packages 04:52:18 Removing intermediate container 2881be120d90 04:52:18 ---> 84e114f42744 04:52:18 Step 20/26 : RUN pip install docker-compose==1.23.2 04:52:18 ---> Running in 01038d357a6c 04:52:23 Collecting docker-compose==1.23.2 04:52:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:52:24 Collecting jsonschema<3,>=2.5.1 04:52:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:52:24 Collecting docopt<0.7,>=0.6.1 04:52:25 Downloading docopt-0.6.2.tar.gz (25 kB) 04:52:27 Collecting dockerpty<0.5,>=0.4.1 04:52:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:52:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:52:30 Collecting cached-property<2,>=1.2.0 04:52:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:52:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:52:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:52:32 Collecting websocket-client<1.0,>=0.32.0 04:52:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:52:34 Collecting PyYAML<4,>=3.10 04:52:34 Downloading PyYAML-3.13.tar.gz (270 kB) 04:52:38 Collecting docker<4.0,>=3.6.0 04:52:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:52:39 Collecting texttable<0.10,>=0.9.0 04:52:39 Downloading texttable-0.9.1.tar.gz (11 kB) 04:52:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:52:42 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:52:42 Collecting urllib3<1.25,>=1.21.1 04:52:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:52:43 Collecting idna<2.8,>=2.5 04:52:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:52:43 Collecting docker-pycreds>=0.4.0 04:52:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:52:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:52:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:52:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:52:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:52:45 Installing collected packages: jsonschema, docopt, dockerpty, cached-property, urllib3, idna, requests, websocket-client, PyYAML, docker-pycreds, docker, texttable, docker-compose 04:52:46 Running setup.py install for docopt: started 04:52:48 Running setup.py install for docopt: finished with status 'done' 04:52:48 Running setup.py install for dockerpty: started 04:52:51 Running setup.py install for dockerpty: finished with status 'done' 04:52:51 Attempting uninstall: urllib3 04:52:51 Found existing installation: urllib3 1.25.9 04:52:51 Uninstalling urllib3-1.25.9: 04:52:51 Successfully uninstalled urllib3-1.25.9 04:52:51 Attempting uninstall: idna 04:52:51 Found existing installation: idna 2.9 04:52:51 Uninstalling idna-2.9: 04:52:52 Successfully uninstalled idna-2.9 04:52:53 Attempting uninstall: requests 04:52:53 Found existing installation: requests 2.23.0 04:52:53 Uninstalling requests-2.23.0: 04:52:53 Successfully uninstalled requests-2.23.0 04:52:54 Running setup.py install for PyYAML: started 04:52:56 Running setup.py install for PyYAML: finished with status 'done' 04:52:57 Running setup.py install for texttable: started 04:52:59 Running setup.py install for texttable: finished with status 'done' 04:53:00 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:53:04 Removing intermediate container 01038d357a6c 04:53:04 ---> eae1f330de29 04:53:04 Step 21/26 : RUN apk --no-cache add curl 04:53:04 ---> Running in ede38e8938b8 04:53:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:53:06 (2/3) Installing libcurl (7.69.1-r3) 04:53:06 (3/3) Installing curl (7.69.1-r3) 04:53:06 Executing busybox-1.31.1-r19.trigger 04:53:06 OK: 71 MiB in 58 packages 04:53:07 Removing intermediate container ede38e8938b8 04:53:07 ---> f0c162a3466a 04:53:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:53:07 ---> Running in 727ee141feb4 04:53:07 Removing intermediate container 727ee141feb4 04:53:07 ---> eb3df2db9ef7 04:53:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:08 ---> Running in 4ca15f6ee6d8 04:53:08 Removing intermediate container 4ca15f6ee6d8 04:53:08 ---> bb35542ecd64 04:53:08 Step 24/26 : LABEL arch=arm64 04:53:08 ---> Running in b33e0a8d5f3a 04:53:09 Removing intermediate container b33e0a8d5f3a 04:53:09 ---> 056325eab9be 04:53:09 Step 25/26 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a 04:53:09 ---> Running in 34bb5c59eace 04:53:09 Removing intermediate container 34bb5c59eace 04:53:09 ---> dd1250730ef1 04:53:09 Step 26/26 : LABEL version=0.0.0 04:53:09 ---> Running in e0ea2f88f271 04:53:10 Removing intermediate container e0ea2f88f271 04:53:10 ---> ed18f227b8b9 04:53:10 04:53:10 Successfully built ed18f227b8b9 04:53:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:53:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:53:11 $ docker stop --time=1 9700436ef2fb74c6370bb2870c643d496a955d2c453510d872630e1b0f818a29 04:53:13 $ docker rm -f 9700436ef2fb74c6370bb2870c643d496a955d2c453510d872630e1b0f818a29 [Pipeline] // withDockerContainer [Pipeline] sh 04:53:14 + docker images 04:53:14 + grep docker 04:53:14 docker-sys-mgmt-agent-go-arm64 latest ed18f227b8b9 4 seconds ago 300MB 04:53:14 docker-core-metadata-go-arm64 latest 8d9947a7a659 About a minute ago 17.7MB 04:53:14 docker-core-command-go-arm64 latest 169712c1de28 About a minute ago 16MB 04:53:14 docker-security-proxy-setup-go-arm64 latest c90d1d604610 About a minute ago 23.2MB 04:53:14 docker-core-data-go-arm64 latest a7d6b7e6528c 3 minutes ago 21MB 04:53:14 docker-security-bootstrapper-go-arm64 latest 851183f8eb40 3 minutes ago 22.6MB 04:53:14 docker-support-scheduler-go-arm64 latest 7e149c270451 3 minutes ago 16.1MB 04:53:14 docker-support-notifications-go-arm64 latest 3df06a5f0ade 3 minutes ago 16.7MB 04:53:14 docker-security-secretstore-setup-go-arm64 latest 34d6acb8cff2 3 minutes ago 23.4MB 04:53:14 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:53:16 provisioning config files... 04:53:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4399837348145320594tmp [Pipeline] { [Pipeline] sh 04:53:16 + set +x 04:53:16 + curl -s https://codecov.io/bash 04:53:16 + bash -s -- 04:53:16 04:53:16 _____ _ 04:53:16 / ____| | | 04:53:16 | | ___ __| | ___ ___ _____ __ 04:53:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:53:16 | |___| (_) | (_| | __/ (_| (_) \ V / 04:53:16 \_____\___/ \__,_|\___|\___\___/ \_/ 04:53:16 Bash-20210129-7c25fce 04:53:16 04:53:16 04:53:16 ==> git version 2.24.3 found 04:53:16 ==> 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 04:53:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:53:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:53:16 ==> Jenkins CI detected. 04:53:16 project root: . 04:53:16 --> token set from env 04:53:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:53:16 ==> Running gcov in . (disable via -X gcov) 04:53:16 ==> Python coveragepy not found 04:53:16 ==> Searching for coverage reports in: 04:53:16 + . 04:53:16 -> Found 1 reports 04:53:16 ==> Detecting git/mercurial file structure 04:53:16 ==> Reading reports 04:53:16 + ./coverage.out bytes=580808 04:53:16 ==> Appending adjustments 04:53:16 https://docs.codecov.io/docs/fixing-reports 04:53:20 + Found adjustments 04:53:20 ==> Gzipping contents 04:53:20 88K /tmp/codecov.W9URQG.gz 04:53:20 ==> Uploading reports 04:53:20 url: https://codecov.io 04:53:20 query: branch=PR-3116&commit=9accbeaedcf905947171c32bd86387cecd5b349a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= 04:53:20 -> Pinging Codecov 04:53:20 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3116&commit=9accbeaedcf905947171c32bd86387cecd5b349a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= 04:53:20 -> Uploading to 04:53:20 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/9accbeaedcf905947171c32bd86387cecd5b349a/99e6e457-b47e-4388-a621-22ac4d5a5c21.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045320Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99108d8b6d51f8c3e5817d6f38439f01baa8b78515405c6a30a7351d1babf6fd 04:53:20 % Total % Received % Xferd Average Speed Time Time Time Current 04:53:20 Dload Upload Total Spent Left Speed 04:53:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87654 0 0 100 87654 0 168k --:--:-- --:--:-- --:--:-- 169k 04:53:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9accbeaedcf905947171c32bd86387cecd5b349a [Pipeline] } 04:53:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:53:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:53:24 ---> package-listing.sh 04:53:24 ++ facter osfamily 04:53:24 ++ tr '[:upper:]' '[:lower:]' 04:53:24 + OS_FAMILY=redhat 04:53:24 + workspace=/w/workspace/edgex-go/4 04:53:24 + START_PACKAGES=/tmp/packages_start.txt 04:53:24 + END_PACKAGES=/tmp/packages_end.txt 04:53:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:53:24 + PACKAGES=/tmp/packages_start.txt 04:53:24 + '[' /w/workspace/edgex-go/4 ']' 04:53:24 + PACKAGES=/tmp/packages_end.txt 04:53:24 + case "${OS_FAMILY}" in 04:53:24 + rpm -qa 04:53:24 + sort 04:53:29 + '[' -f /tmp/packages_start.txt ']' 04:53:29 + '[' -f /tmp/packages_end.txt ']' 04:53:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:53:29 + '[' /w/workspace/edgex-go/4 ']' 04:53:29 + mkdir -p /w/workspace/edgex-go/4/archives/ 04:53:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 04:53:29 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:53:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:53:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:30 04:53:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:53:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:30 alpine: Pulling from edgex-lftools-log-publisher 04:53:30 df20fa9351a1: Pulling fs layer 04:53:30 36b3adc4ff6f: Pulling fs layer 04:53:30 8ad3a11d3b57: Pulling fs layer 04:53:30 46f8f816bc3b: Pulling fs layer 04:53:30 93b61091891f: Pulling fs layer 04:53:30 93b9cdb0e59b: Pulling fs layer 04:53:30 5e14af77c1be: Pulling fs layer 04:53:30 01666e4c0597: Pulling fs layer 04:53:30 aa168da1d23b: Pulling fs layer 04:53:30 5e14af77c1be: Waiting 04:53:30 46f8f816bc3b: Waiting 04:53:30 93b61091891f: Waiting 04:53:30 01666e4c0597: Waiting 04:53:30 93b9cdb0e59b: Waiting 04:53:30 aa168da1d23b: Waiting 04:53:30 36b3adc4ff6f: Verifying Checksum 04:53:30 36b3adc4ff6f: Download complete 04:53:30 46f8f816bc3b: Verifying Checksum 04:53:30 46f8f816bc3b: Download complete 04:53:30 df20fa9351a1: Verifying Checksum 04:53:30 df20fa9351a1: Download complete 04:53:30 93b9cdb0e59b: Verifying Checksum 04:53:30 93b9cdb0e59b: Download complete 04:53:30 5e14af77c1be: Verifying Checksum 04:53:30 5e14af77c1be: Download complete 04:53:31 01666e4c0597: Verifying Checksum 04:53:31 01666e4c0597: Download complete 04:53:31 93b61091891f: Download complete 04:53:31 8ad3a11d3b57: Verifying Checksum 04:53:31 8ad3a11d3b57: Download complete 04:53:31 df20fa9351a1: Pull complete 04:53:31 36b3adc4ff6f: Pull complete 04:53:32 8ad3a11d3b57: Pull complete 04:53:32 46f8f816bc3b: Pull complete 04:53:32 93b61091891f: Pull complete 04:53:32 93b9cdb0e59b: Pull complete 04:53:32 5e14af77c1be: Pull complete 04:53:33 01666e4c0597: Pull complete 04:53:34 aa168da1d23b: Verifying Checksum 04:53:34 aa168da1d23b: Download complete 04:53:46 aa168da1d23b: Pull complete 04:53:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:53:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:53:47 prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container 04:53:47 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:53:50 $ docker top 821a668e443550826708db7f97652fe46527258a5bb552d4e838706822b02516 -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:50 + touch /tmp/pre-build-complete [Pipeline] sh 04:53:50 + mkdir -p /var/log/sa [Pipeline] sh 04:53:51 + ls /var/log/sa-host 04:53:51 + sadf -c /var/log/sa-host/sa04 04:53:51 file_magic: OK 04:53:51 HZ: Using current value: 100 04:53:51 file_header: OK 04:53:51 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 04:53:51 Statistics: 04:53:51 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... 04:53:51 File successfully converted to sysstat format version 12.2.1 04:53:51 + sadf -c /var/log/sa-host/sa23 04:53:51 file_magic: OK 04:53:51 HZ: Using current value: 100 04:53:51 file_header: OK 04:53:51 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 04:53:51 Statistics: 04:53:51 Hnuu...uuuununununu... 04:53:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:53:51 provisioning config files... 04:53:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2814599363009642745tmp [Pipeline] { [Pipeline] echo 04:53:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:53:51 ---> create-netrc.sh [Pipeline] } 04:53:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:53:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:53:52 ---> python-tools-install.sh [Pipeline] echo 04:53:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:53:52 ---> sudo-logs.sh 04:53:52 Archiving 'sudo' log.. [Pipeline] echo 04:53:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:53:52 ---> job-cost.sh 04:53:52 lf-activate-venv: SKIPPING 04:53:52 INFO: No Stack... 04:53:54 INFO: Retrieving Pricing Info for: v1-standard-2 04:53:54 INFO: Archiving Costs [Pipeline] echo 04:53:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:53:54 ---> logs-deploy.sh 04:53:54 lf-activate-venv: SKIPPING 04:53:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3116/4 04:53:54 INFO: archiving workspace using pattern(s): 04:53:56 Archives upload complete. 04:53:56 INFO: archiving logs to Nexus 04:53:57 ---> uname -a: 04:53:57 Linux prd-centos7-docker-4c-2g-24861.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:53:57 04:53:57 04:53:57 ---> lscpu: 04:53:57 Architecture: x86_64 04:53:57 CPU op-mode(s): 32-bit, 64-bit 04:53:57 Byte Order: Little Endian 04:53:57 Address sizes: 40 bits physical, 48 bits virtual 04:53:57 CPU(s): 4 04:53:57 On-line CPU(s) list: 0-3 04:53:57 Thread(s) per core: 1 04:53:57 Core(s) per socket: 1 04:53:57 Socket(s): 4 04:53:57 NUMA node(s): 1 04:53:57 Vendor ID: GenuineIntel 04:53:57 CPU family: 6 04:53:57 Model: 44 04:53:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:53:57 Stepping: 1 04:53:57 CPU MHz: 2933.438 04:53:57 BogoMIPS: 5866.87 04:53:57 Virtualization: VT-x 04:53:57 Hypervisor vendor: KVM 04:53:57 Virtualization type: full 04:53:57 L1d cache: 128 KiB 04:53:57 L1i cache: 128 KiB 04:53:57 L2 cache: 16 MiB 04:53:57 L3 cache: 64 MiB 04:53:57 NUMA node0 CPU(s): 0-3 04:53:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:53:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:53:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:53:57 Vulnerability Meltdown: Mitigation; PTI 04:53:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:53:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:53:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:53:57 Vulnerability Srbds: Not affected 04:53:57 Vulnerability Tsx async abort: Not affected 04:53:57 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 04:53:57 04:53:57 04:53:57 ---> nproc: 04:53:57 4 04:53:57 04:53:57 04:53:57 ---> df -h: 04:53:57 Filesystem Size Used Available Use% Mounted on 04:53:57 overlay 50.0G 12.2G 37.8G 24% / 04:53:57 tmpfs 64.0M 0 64.0M 0% /dev 04:53:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:53:57 shm 64.0M 0 64.0M 0% /dev/shm 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4 04:53:57 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4@tmp 04:53:57 04:53:57 04:53:57 ---> free -m: 04:53:57 total used free shared buff/cache available 04:53:57 Mem: 1837 711 136 0 989 1039 04:53:57 Swap: 1023 58 965 04:53:57 04:53:57 04:53:57 ---> ip addr: 04:53:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:53:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:53:57 inet 127.0.0.1/8 scope host lo 04:53:57 valid_lft forever preferred_lft forever 04:53:57 inet6 ::1/128 scope host 04:53:57 valid_lft forever preferred_lft forever 04:53:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:53:57 link/ether fa:16:3e:7b:76:71 brd ff:ff:ff:ff:ff:ff 04:53:57 inet 10.30.122.224/23 brd 10.30.123.255 scope global dynamic eth0 04:53:57 valid_lft 84897sec preferred_lft 84897sec 04:53:57 inet6 fe80::f816:3eff:fe7b:7671/64 scope link 04:53:57 valid_lft forever preferred_lft forever 04:53:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:53:57 link/ether 02:42:8f:1d:a5:7e brd ff:ff:ff:ff:ff:ff 04:53:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:53:57 valid_lft forever preferred_lft forever 04:53:57 inet6 fe80::42:8fff:fe1d:a57e/64 scope link 04:53:57 valid_lft forever preferred_lft forever 04:53:57 04:53:57 04:53:57 ---> sar -b -r -n DEV: 04:53:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:53:57 04:53:57 04:28:42 LINUX RESTART (4 CPU) 04:53:57 04:53:57 04:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:53:57 04:30:01 134.29 76.73 57.56 0.00 5029.06 40113.73 0.00 04:53:57 04:31:01 51.21 12.55 38.66 0.00 4676.32 4583.14 0.00 04:53:57 04:32:01 51.28 35.02 16.26 0.00 1861.56 10530.57 0.00 04:53:57 04:33:02 213.25 72.00 141.26 0.00 5693.83 41926.39 0.00 04:53:57 04:34:01 219.81 85.89 133.92 0.00 3170.89 18177.38 0.00 04:53:57 04:35:01 129.55 68.00 61.55 0.00 3460.50 7240.60 0.00 04:53:57 04:36:01 196.86 44.00 152.86 0.00 14267.66 86746.18 0.00 04:53:57 04:37:02 2498.38 2149.17 349.21 0.00 193152.21 201997.81 0.00 04:53:57 04:38:01 789.70 550.03 239.67 0.00 42398.78 67727.63 0.00 04:53:57 04:39:02 1739.62 1368.16 371.45 0.00 101952.53 127214.17 0.00 04:53:57 04:40:02 1461.54 1118.68 342.86 0.00 81650.00 89853.57 0.00 04:53:57 04:41:01 82.46 14.69 67.77 0.00 3129.99 7870.31 0.00 04:53:57 04:42:01 1.58 0.00 1.58 0.00 0.00 28.76 0.00 04:53:57 04:43:01 1.55 1.27 0.28 0.00 100.70 2.75 0.00 04:53:57 04:44:01 1.85 1.67 0.18 0.00 54.35 2.96 0.00 04:53:57 04:45:01 0.97 0.05 0.92 0.00 1.60 17.07 0.00 04:53:57 04:46:01 0.22 0.02 0.20 0.00 0.27 1.88 0.00 04:53:57 04:47:01 0.22 0.00 0.22 0.00 0.00 2.76 0.00 04:53:57 04:48:01 0.28 0.02 0.27 0.00 0.53 2.65 0.00 04:53:57 04:49:01 0.30 0.00 0.30 0.00 0.00 3.71 0.00 04:53:57 04:50:01 0.55 0.25 0.30 0.00 123.90 3.01 0.00 04:53:57 04:51:01 0.23 0.00 0.23 0.00 0.00 2.10 0.00 04:53:57 04:52:01 0.33 0.05 0.28 0.00 1.33 3.30 0.00 04:53:57 04:53:01 0.25 0.02 0.23 0.00 0.27 2.47 0.00 04:53:57 Average: 317.11 234.55 82.57 0.00 19308.34 29467.52 0.00 04:53:57 04:53:57 04:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:53:57 04:30:01 68044 0 537644 28.57 2620 1273236 1066096 36.38 474600 1141056 23440 04:53:57 04:31:01 69584 0 635424 33.77 2620 1173916 1304388 44.52 512284 1094688 42256 04:53:57 04:32:01 289172 0 569776 30.28 2620 1019976 1198772 40.91 545488 843816 880 04:53:57 04:33:02 99592 0 683052 36.30 1828 1097072 1329980 45.39 541244 956192 9032 04:53:57 04:34:01 286304 0 733216 38.97 740 861284 1356700 46.30 586408 722008 29188 04:53:57 04:35:01 268828 0 718328 38.18 708 893680 1338044 45.67 547224 768844 38392 04:53:57 04:36:01 78016 0 697900 37.09 216 1105412 1268776 43.30 727848 832544 82220 04:53:57 04:37:02 92828 0 794744 42.24 0 993972 2122648 72.44 657572 905316 91528 04:53:57 04:38:01 251248 0 719532 38.24 0 910764 1552632 52.99 515248 866572 0 04:53:57 04:39:02 71248 0 749272 39.82 0 1061024 1713348 58.47 576788 989848 50080 04:53:57 04:40:02 231200 0 818316 43.49 0 832028 2040832 69.65 689196 710024 968 04:53:57 04:41:01 397048 0 630064 33.49 0 854432 1213572 41.42 508140 738368 12 04:53:57 04:42:01 399860 0 627240 33.34 0 854444 1182888 40.37 506268 737800 16 04:53:57 04:43:01 397600 0 626472 33.30 0 857472 1182852 40.37 506316 740824 12 04:53:57 04:44:01 395204 0 628036 33.38 0 858304 1182864 40.37 506932 741300 20 04:53:57 04:45:01 395544 0 627700 33.36 0 858300 1182840 40.37 506812 741300 8 04:53:57 04:46:01 396432 0 626788 33.31 0 858324 1182720 40.36 506332 741324 8 04:53:57 04:47:01 396324 0 626892 33.32 0 858328 1182720 40.36 506116 741324 8 04:53:57 04:48:01 396556 0 626648 33.30 0 858340 1182720 40.36 506244 741344 16 04:53:57 04:49:01 396664 0 626532 33.30 0 858348 1182720 40.36 506208 741340 8 04:53:57 04:50:01 389912 0 629556 33.46 0 862076 1182780 40.37 512544 741752 8 04:53:57 04:51:01 389968 0 629488 33.46 0 862088 1182720 40.36 512468 741752 8 04:53:57 04:52:01 389608 0 629848 33.48 0 862088 1182852 40.37 512512 741792 12 04:53:57 04:53:01 389312 0 630140 33.49 0 862092 1182828 40.37 512792 741792 20 04:53:57 Average: 289004 0 659275 35.04 473 932792 1320804 45.08 540983 810955 15339 04:53:57 04:53:57 04:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:53:57 04:30:01 eth0 779.13 569.24 2560.87 75.85 0.00 0.00 0.00 0.00 04:53:57 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:31:01 eth0 571.56 602.05 1873.40 93.02 0.00 0.00 0.00 0.00 04:53:57 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:31:01 veth2f005a2 349.21 246.86 32.03 734.82 0.00 0.00 0.00 0.00 04:53:57 04:31:01 docker0 349.21 246.73 27.25 734.81 0.00 0.00 0.00 0.00 04:53:57 04:32:01 eth0 638.49 859.40 1953.66 73.56 0.00 0.00 0.00 0.00 04:53:57 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:32:01 veth2f005a2 858.17 625.92 72.53 1951.13 0.00 0.00 0.00 0.00 04:53:57 04:32:01 docker0 858.17 625.92 60.80 1951.13 0.00 0.00 0.00 0.00 04:53:57 04:33:02 eth0 589.15 499.55 3673.84 50.19 0.00 0.00 0.00 0.00 04:53:57 04:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:33:02 docker0 173.56 213.62 12.30 831.91 0.00 0.00 0.00 0.00 04:53:57 04:34:01 vethfcc6862 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:53:57 04:34:01 eth0 52.03 37.24 33.35 73.80 0.00 0.00 0.00 0.00 04:53:57 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:35:01 vethfcc6862 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 04:53:57 04:35:01 eth0 25.91 13.53 18.97 10.33 0.00 0.00 0.00 0.00 04:53:57 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:35:01 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 04:53:57 04:36:01 eth0 238.79 185.05 1703.34 88.03 0.00 0.00 0.00 0.00 04:53:57 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:36:01 veth022bd69 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:53:57 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:37:02 eth0 53.47 31.65 163.82 10.99 0.00 0.00 0.00 0.00 04:53:57 04:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:37:02 veth022bd69 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 04:53:57 04:37:02 docker0 20.08 30.89 1.09 145.65 0.00 0.00 0.00 0.00 04:53:57 04:38:01 eth0 172.49 125.06 1442.57 18.01 0.00 0.00 0.00 0.00 04:53:57 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:38:01 veth022bd69 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:38:01 docker0 11.18 27.93 0.61 139.08 0.00 0.00 0.00 0.00 04:53:57 04:39:02 eth0 125.43 68.37 438.16 93.54 0.00 0.00 0.00 0.00 04:53:57 04:39:02 veth9e7037d 1.57 2.04 0.16 6.18 0.00 0.00 0.00 0.00 04:53:57 04:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:39:02 veth022bd69 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 04:53:57 04:40:02 vethc0e172b 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 04:53:57 04:40:02 eth0 75.25 46.93 123.79 86.55 0.00 0.00 0.00 0.00 04:53:57 04:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:40:02 veth022bd69 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 04:53:57 04:41:01 eth0 29.03 14.91 64.26 9.41 0.00 0.00 0.00 0.00 04:53:57 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:41:01 docker0 1475.58 1252.08 106.25 4415.31 0.00 0.00 0.00 0.00 04:53:57 04:42:01 eth0 1.30 0.32 0.36 0.18 0.00 0.00 0.00 0.00 04:53:57 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:43:01 eth0 2.91 0.73 0.96 0.59 0.00 0.00 0.00 0.00 04:53:57 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:44:01 eth0 1.50 0.63 0.60 0.43 0.00 0.00 0.00 0.00 04:53:57 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:45:01 eth0 0.40 0.15 0.15 0.07 0.00 0.00 0.00 0.00 04:53:57 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:46:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:53:57 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:47:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:48:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:53:57 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:50:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 04:53:57 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:51:01 eth0 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 04:53:57 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:52:01 eth0 1.27 0.38 0.34 0.20 0.00 0.00 0.00 0.00 04:53:57 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:53:01 eth0 1.22 0.22 0.33 0.19 0.00 0.00 0.00 0.00 04:53:57 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 Average: eth0 140.22 127.51 586.37 28.58 0.00 0.00 0.00 0.00 04:53:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:57 Average: docker0 60.52 51.35 4.36 181.09 0.00 0.00 0.00 0.00 04:53:57 04:53:57 04:53:57 ---> sar -P ALL: 04:53:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:53:57 04:53:57 04:28:42 LINUX RESTART (4 CPU) 04:53:57 04:53:57 04:29:01 CPU %user %nice %system %iowait %steal %idle 04:53:57 04:30:01 all 13.21 0.00 7.05 3.69 0.20 75.85 04:53:57 04:30:01 0 11.77 0.00 6.59 2.62 0.22 78.80 04:53:57 04:30:01 1 14.12 0.00 8.08 1.86 0.19 75.76 04:53:57 04:30:01 2 14.37 0.00 7.50 4.12 0.20 73.80 04:53:57 04:30:01 3 12.58 0.00 6.02 6.12 0.20 75.08 04:53:57 04:31:01 all 5.81 0.00 3.49 1.50 0.19 89.01 04:53:57 04:31:01 0 5.77 0.00 3.60 4.17 0.20 86.26 04:53:57 04:31:01 1 6.56 0.00 3.74 0.29 0.20 89.21 04:53:57 04:31:01 2 5.95 0.00 3.15 0.15 0.19 90.56 04:53:57 04:31:01 3 4.95 0.00 3.47 1.45 0.17 89.96 04:53:57 04:32:01 all 6.32 0.00 2.15 0.42 0.12 90.99 04:53:57 04:32:01 0 6.01 0.00 1.84 0.07 0.12 91.96 04:53:57 04:32:01 1 6.94 0.00 2.72 0.46 0.10 89.78 04:53:57 04:32:01 2 9.28 0.00 2.47 0.81 0.14 87.30 04:53:57 04:32:01 3 3.07 0.00 1.54 0.32 0.12 94.95 04:53:57 04:33:02 all 9.92 0.00 7.72 3.11 0.31 78.94 04:53:57 04:33:02 0 10.17 0.00 8.87 2.66 0.29 78.01 04:53:57 04:33:02 1 10.19 0.00 7.21 4.01 0.29 78.30 04:53:57 04:33:02 2 9.45 0.00 7.57 1.66 0.27 81.04 04:53:57 04:33:02 3 9.85 0.00 7.24 4.12 0.39 78.40 04:53:57 04:34:01 all 42.94 0.00 12.59 6.61 0.34 37.51 04:53:57 04:34:01 0 42.74 0.00 11.99 6.12 0.38 38.77 04:53:57 04:34:01 1 41.89 0.00 13.30 8.83 0.33 35.65 04:53:57 04:34:01 2 41.46 0.00 12.71 5.06 0.32 40.45 04:53:57 04:34:01 3 45.69 0.00 12.37 6.44 0.32 35.18 04:53:57 04:35:01 all 48.62 0.00 13.73 3.51 0.28 33.86 04:53:57 04:35:01 0 49.61 0.00 13.29 5.03 0.19 31.88 04:53:57 04:35:01 1 47.36 0.00 13.89 3.28 0.33 35.14 04:53:57 04:35:01 2 48.17 0.00 13.65 0.83 0.26 37.09 04:53:57 04:35:01 3 49.33 0.00 14.10 4.90 0.33 31.34 04:53:57 04:36:01 all 25.18 0.00 14.28 5.06 0.22 55.27 04:53:57 04:36:01 0 26.97 0.00 14.17 5.69 0.19 52.99 04:53:57 04:36:01 1 25.18 0.00 14.33 3.85 0.21 56.43 04:53:57 04:36:01 2 23.95 0.00 13.78 5.76 0.21 56.29 04:53:57 04:36:01 3 24.60 0.00 14.83 4.93 0.26 55.39 04:53:57 04:37:02 all 23.98 0.00 31.59 18.40 0.54 25.48 04:53:57 04:37:02 0 23.72 0.00 30.68 18.20 0.50 26.90 04:53:57 04:37:02 1 24.18 0.00 31.97 19.64 0.59 23.63 04:53:57 04:37:02 2 23.20 0.00 31.87 18.18 0.60 26.15 04:53:57 04:37:02 3 24.86 0.00 31.85 17.57 0.47 25.25 04:53:57 04:38:01 all 56.60 0.00 19.87 10.41 0.32 12.80 04:53:57 04:38:01 0 56.54 0.00 19.74 10.05 0.26 13.40 04:53:57 04:38:01 1 57.08 0.00 19.84 8.52 0.43 14.14 04:53:57 04:38:01 2 56.69 0.00 19.55 11.34 0.28 12.13 04:53:57 04:38:01 3 56.08 0.00 20.36 11.72 0.32 11.51 04:53:57 04:39:02 all 27.48 0.00 24.57 25.36 0.49 22.10 04:53:57 04:39:02 0 27.06 0.00 24.04 28.29 0.48 20.13 04:53:57 04:39:02 1 29.09 0.00 24.60 25.38 0.43 20.49 04:53:57 04:39:02 2 26.77 0.00 25.73 22.85 0.60 24.04 04:53:57 04:39:02 3 26.99 0.00 23.89 24.93 0.45 23.75 04:53:57 04:40:02 all 44.56 0.00 22.23 21.95 0.27 10.99 04:53:57 04:40:02 0 43.85 0.00 22.31 24.85 0.25 8.74 04:53:57 04:40:02 1 45.94 0.00 22.10 18.20 0.30 13.46 04:53:57 04:40:02 2 44.82 0.00 21.49 23.19 0.28 10.21 04:53:57 04:40:02 3 43.61 0.00 23.03 21.56 0.23 11.56 04:53:57 04:53:57 04:40:02 CPU %user %nice %system %iowait %steal %idle 04:53:57 04:41:01 all 6.38 0.00 3.46 2.69 0.06 87.42 04:53:57 04:41:01 0 5.63 0.00 3.53 3.01 0.05 87.78 04:53:57 04:41:01 1 6.88 0.00 3.49 1.97 0.03 87.62 04:53:57 04:41:01 2 6.57 0.00 3.36 3.05 0.07 86.96 04:53:57 04:41:01 3 6.44 0.00 3.45 2.71 0.07 87.33 04:53:57 04:42:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:53:57 04:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:53:57 04:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:53:57 04:42:01 2 0.53 0.00 0.05 0.00 0.00 99.42 04:53:57 04:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:53:57 04:43:01 all 0.19 0.00 0.13 0.00 0.00 99.68 04:53:57 04:43:01 0 0.07 0.00 0.17 0.00 0.00 99.77 04:53:57 04:43:01 1 0.07 0.00 0.10 0.00 0.00 99.83 04:53:57 04:43:01 2 0.55 0.00 0.08 0.00 0.00 99.37 04:53:57 04:43:01 3 0.07 0.00 0.17 0.00 0.00 99.77 04:53:57 04:44:01 all 0.15 0.00 0.05 0.03 0.00 99.77 04:53:57 04:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:53:57 04:44:01 1 0.03 0.00 0.08 0.10 0.00 99.78 04:53:57 04:44:01 2 0.50 0.00 0.05 0.00 0.00 99.45 04:53:57 04:44:01 3 0.03 0.00 0.03 0.02 0.00 99.92 04:53:57 04:45:01 all 0.16 0.00 0.07 0.00 0.01 99.76 04:53:57 04:45:01 0 0.05 0.00 0.08 0.00 0.02 99.85 04:53:57 04:45:01 1 0.05 0.00 0.07 0.00 0.02 99.87 04:53:57 04:45:01 2 0.50 0.00 0.05 0.00 0.02 99.43 04:53:57 04:45:01 3 0.05 0.00 0.07 0.00 0.00 99.88 04:53:57 04:46:01 all 0.05 0.00 0.05 0.00 0.00 99.90 04:53:57 04:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:53:57 04:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 04:53:57 04:46:01 2 0.10 0.00 0.07 0.00 0.00 99.83 04:53:57 04:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:53:57 04:47:01 all 0.04 0.00 0.04 0.00 0.00 99.92 04:53:57 04:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:53:57 04:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 04:53:57 04:47:01 2 0.05 0.00 0.10 0.00 0.00 99.85 04:53:57 04:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:53:57 04:48:01 all 0.14 0.00 0.03 0.00 0.00 99.83 04:53:57 04:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:53:57 04:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:53:57 04:48:01 2 0.50 0.00 0.05 0.00 0.00 99.45 04:53:57 04:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:53:57 04:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:53:57 04:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:53:57 04:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:53:57 04:49:01 2 0.52 0.00 0.03 0.00 0.00 99.45 04:53:57 04:49:01 3 0.07 0.00 0.03 0.00 0.02 99.88 04:53:57 04:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 04:53:57 04:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:53:57 04:50:01 1 0.03 0.00 0.07 0.02 0.00 99.88 04:53:57 04:50:01 2 0.53 0.00 0.02 0.00 0.00 99.45 04:53:57 04:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:53:57 04:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:53:57 04:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:53:57 04:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 04:53:57 04:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 04:53:57 04:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 04:53:57 04:53:57 04:51:01 CPU %user %nice %system %iowait %steal %idle 04:53:57 04:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:53:57 04:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:53:57 04:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:53:57 04:52:01 2 0.52 0.00 0.02 0.00 0.00 99.47 04:53:57 04:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 04:53:57 04:53:01 all 0.16 0.00 0.02 0.00 0.00 99.81 04:53:57 04:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:53:57 04:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 04:53:57 04:53:01 2 0.52 0.00 0.00 0.00 0.00 99.48 04:53:57 04:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:53:57 Average: all 12.67 0.00 6.61 4.15 0.14 76.43 04:53:57 Average: 0 12.58 0.00 6.53 4.49 0.13 76.27 04:53:57 Average: 1 12.81 0.00 6.72 3.90 0.14 76.42 04:53:57 Average: 2 12.82 0.00 6.62 3.92 0.14 76.50 04:53:57 Average: 3 12.46 0.00 6.56 4.30 0.14 76.54 04:53:57 04:53:57 04:53:57