Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from acdff95b38bb11c0e4eee782f546231492bf0bfe+d0bc3b104123489a76cc16a6f8c025e818c2e684 (0f7b5c682a4180cdc960a3a0014f57f0a9892e3d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24798 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [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 > 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/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe Merge succeeded, producing 00b1540c032c84a1ae5c46b953681fb0b4946081 Checking out Revision 00b1540c032c84a1ae5c46b953681fb0b4946081 (PR-3112) > git config core.sparsecheckout # timeout=10 > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # 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 d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00b1540c032c84a1ae5c46b953681fb0b4946081 # timeout=10 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" > git rev-list --no-walk acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:26 ========================================================= 00:31:26 EdgeX Global Pipelines Version Info 00:31:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:29 ------------------- 00:31:29 stable info: 00:31:29 ------------------- 00:31:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:29 Message: update stable to v1.0.179 00:31:29 ------------------- 00:31:29 experimental info: 00:31:29 ------------------- 00:31:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:29 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3112 [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3112 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3112 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00b1540c032c84a1ae5c46b953681fb0b4946081 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00b1540 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:33 provisioning config files... 00:31:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6230807882111459839tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:33 ---> docker-login.sh 00:31:33 nexus3.edgexfoundry.org:10001 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 nexus3.edgexfoundry.org:10002 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 nexus3.edgexfoundry.org:10003 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 nexus3.edgexfoundry.org:10004 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 docker.io 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 ---> docker-login.sh ends [Pipeline] } 00:31:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:36 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/core-command/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo core-command,cmd/core-command/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ cut -d/ -f2 00:31:36 ++ dirname cmd/core-data/Dockerfile 00:31:36 + echo core-data,cmd/core-data/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ cut -d/ -f2 00:31:36 ++ dirname cmd/core-metadata/Dockerfile 00:31:36 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/support-notifications/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/support-scheduler/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:37 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:38 00:31:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:38 latest: Pulling from edgex-devops/git-semver 00:31:38 31603596830f: Pulling fs layer 00:31:38 2a8b12db71e7: Pulling fs layer 00:31:38 6ca5941a6612: Pulling fs layer 00:31:38 ecc8261a40a4: Pulling fs layer 00:31:38 ecc8261a40a4: Waiting 00:31:38 2a8b12db71e7: Verifying Checksum 00:31:38 2a8b12db71e7: Download complete 00:31:39 31603596830f: Verifying Checksum 00:31:39 31603596830f: Download complete 00:31:39 ecc8261a40a4: Verifying Checksum 00:31:39 ecc8261a40a4: Download complete 00:31:39 6ca5941a6612: Verifying Checksum 00:31:39 6ca5941a6612: Download complete 00:31:39 31603596830f: Pull complete 00:31:39 2a8b12db71e7: Pull complete 00:31:41 6ca5941a6612: Pull complete 00:31:41 ecc8261a40a4: Pull complete 00:31:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:41 prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container 00:31:42 $ 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 00:31:44 $ docker top 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:45 [ssh-agent] Looking for ssh-agent implementation... 00:31:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:45 $ docker exec 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent 00:31:45 SSH_AUTH_SOCK=/tmp/ssh-Ntnj91HEd2cX/agent.11 00:31:45 SSH_AGENT_PID=16 00:31:45 Running ssh-add (command line suppressed) 00:31:46 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1405870108125644081.key (/w/workspace/edgex-go/4@tmp/private_key_1405870108125644081.key) 00:31:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:46 + git tag --points-at HEAD [Pipeline] } 00:31:46 $ docker exec --env ******** --env ******** 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent -k 00:31:46 unset SSH_AUTH_SOCK; 00:31:46 unset SSH_AGENT_PID; 00:31:46 echo Agent pid 16 killed; 00:31:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:47 [ssh-agent] Looking for ssh-agent implementation... 00:31:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:47 $ docker exec 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent 00:31:47 SSH_AUTH_SOCK=/tmp/ssh-XDQ9ZUGsOTA9/agent.45 00:31:47 SSH_AGENT_PID=51 00:31:47 Running ssh-add (command line suppressed) 00:31:47 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6066649851963301982.key (/w/workspace/edgex-go/4@tmp/private_key_6066649851963301982.key) 00:31:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:48 + git semver init 00:31:48 # -> Open(): unable to determine branch for HEAD 00:31:48 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:31:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:31:48 # $SEMVER_REMOTE_NAME = origin 00:31:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:48 # $SEMVER_USER_NAME = edgex-jenkins 00:31:48 # $SEMVER_BRANCH = PR-3112 00:31:48 # $SEMVER_TEMP = /tmp/semver-153515513 00:31:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:35 # '/tmp/semver-153515513' -> '/w/workspace/edgex-go/4/.semver' 00:32:35 # -> Force: false 00:32:35 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:32:35 $ docker exec --env ******** --env ******** 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent -k 00:32:35 unset SSH_AUTH_SOCK; 00:32:35 unset SSH_AGENT_PID; 00:32:35 echo Agent pid 51 killed; 00:32:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:36 + git semver [Pipeline] } 00:32:36 $ docker stop --time=1 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 00:32:38 $ docker rm -f 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:39 Stashed 1 file(s) [Pipeline] echo 00:32:39 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:41 + sudo service docker restart 00:32:41 + true 00:32:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:41 ========================================================= 00:32:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:46 Sending build context to Docker daemon 327.5MB 00:32:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:46 Step 2/6 : FROM ${BASE} 00:32:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:46 188c0c94c7c5: Pulling fs layer 00:32:46 0ef7d3d256c8: Pulling fs layer 00:32:46 de9db76c5a1d: Pulling fs layer 00:32:46 bca2f99d35d6: Pulling fs layer 00:32:46 93359f2a8cfa: Pulling fs layer 00:32:46 7c6f9722023f: Pulling fs layer 00:32:46 a35cf1a2eb13: Pulling fs layer 00:32:46 bca2f99d35d6: Waiting 00:32:46 93359f2a8cfa: Waiting 00:32:46 7c6f9722023f: Waiting 00:32:46 a35cf1a2eb13: Waiting 00:32:47 de9db76c5a1d: Verifying Checksum 00:32:47 de9db76c5a1d: Download complete 00:32:47 0ef7d3d256c8: Download complete 00:32:47 93359f2a8cfa: Verifying Checksum 00:32:47 93359f2a8cfa: Download complete 00:32:47 7c6f9722023f: Verifying Checksum 00:32:47 7c6f9722023f: Download complete 00:32:47 188c0c94c7c5: Verifying Checksum 00:32:47 188c0c94c7c5: Download complete 00:32:47 188c0c94c7c5: Pull complete 00:32:48 0ef7d3d256c8: Pull complete 00:32:49 de9db76c5a1d: Pull complete 00:32:50 a35cf1a2eb13: Verifying Checksum 00:32:50 a35cf1a2eb13: Download complete 00:32:51 bca2f99d35d6: Download complete 00:32:55 Still waiting to schedule task 00:32:55 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24790’ 00:32:58 bca2f99d35d6: Pull complete 00:32:58 93359f2a8cfa: Pull complete 00:32:58 7c6f9722023f: Pull complete 00:33:02 a35cf1a2eb13: Pull complete 00:33:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:02 ---> a62c8e92a672 00:33:02 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:02 ---> Running in 660ccd26428e 00:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:05 (1/12) Installing libmagic (5.38-r0) 00:33:05 (2/12) Installing file (5.38-r0) 00:33:05 (3/12) Installing libc-dev (0.7.2-r3) 00:33:05 (4/12) Installing g++ (9.3.0-r2) 00:33:28 (5/12) Installing fortify-headers (1.1-r0) 00:33:28 (6/12) Installing patch (2.7.6-r6) 00:33:28 (7/12) Installing build-base (0.5-r2) 00:33:28 (8/12) Installing libsodium (1.0.18-r0) 00:33:28 (9/12) Installing pkgconf (1.7.2-r0) 00:33:28 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:28 (11/12) Installing libzmq (4.3.3-r0) 00:33:28 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:28 Executing busybox-1.31.1-r19.trigger 00:33:28 OK: 233 MiB in 51 packages 00:33:29 Removing intermediate container 660ccd26428e 00:33:29 ---> 7fa75026c723 00:33:29 Step 4/6 : WORKDIR /edgex-go 00:33:29 ---> Running in 7b4adab9c61f 00:33:29 Removing intermediate container 7b4adab9c61f 00:33:29 ---> 06b55d40697c 00:33:29 Step 5/6 : COPY go.mod . 00:33:30 ---> 42ae85dcf173 00:33:30 Step 6/6 : RUN go mod download 00:33:30 ---> Running in 4960091b7a94 00:33:52 Removing intermediate container 4960091b7a94 00:33:52 ---> d2a1051fec89 00:33:52 Successfully built d2a1051fec89 00:33:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:52 + docker inspect -f . ci-base-image-x86_64 00:33:52 . [Pipeline] withDockerContainer 00:33:52 prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container 00:33:52 $ 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 00:33:53 $ docker top 201e2cc594fe0b43f4cba1d783b2925fb125d1f9f533775c368fd21084d8247d -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:54 + go version 00:33:54 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:54 $ docker stop --time=1 201e2cc594fe0b43f4cba1d783b2925fb125d1f9f533775c368fd21084d8247d 00:33:55 $ docker rm -f 201e2cc594fe0b43f4cba1d783b2925fb125d1f9f533775c368fd21084d8247d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:56 + docker inspect -f . ci-base-image-x86_64 00:33:56 . [Pipeline] withDockerContainer 00:33:56 prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container 00:33:56 $ 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 00:33:57 $ docker top 1ef2656afb710afa59e833add5a75ea86eb6ec73fe2f155f4a638e67587b336d -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:58 ========================================================= 00:33:58 [edgeXBuildGoParallel] Running Tests and Build... 00:33:58 ========================================================= [Pipeline] sh 00:33:58 + make test 00:33:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.206s coverage: 46.0% of statements 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.218s coverage: 27.1% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.3% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.505s coverage: 28.6% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.510s coverage: 92.8% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 45.5% of statements 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.236s coverage: 63.5% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.520s coverage: 68.9% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 37.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.335s coverage: 84.0% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.164s coverage: 47.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.078s coverage: 90.4% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.849s coverage: 29.1% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.106s coverage: 99.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 100.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.057s coverage: 100.0% of statements 00:35:26 GO111MODULE=on go vet ./... 00:35:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24811 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws 00:35:44 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:35:49 using credential edgex-jenkins-ssh 00:35:49 Cloning the remote Git repository 00:35:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:50 > git init /w/workspace/edgex-go/4 # timeout=10 00:35:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:50 > git --version # timeout=10 00:35:50 > git --version # 'git version 2.17.1' 00:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:58 gofmt -l . 00:35:58 [ "`gofmt -l .`" = "" ] 00:35:58 ./bin/test-go-mod-tidy.sh 00:35:58 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:59 + ls -al . 00:35:59 total 684 00:35:59 drwxrwxr-x 10 1001 1001 4096 Feb 4 00:35 . 00:35:59 drwxr-xr-x 4 root root 28 Feb 4 00:33 .. 00:35:59 -rw-rw-r-- 1 1001 1001 11 Feb 4 00:31 .dockerignore 00:35:59 drwxrwxr-x 8 1001 1001 179 Feb 4 00:31 .git 00:35:59 drwxrwxr-x 3 1001 1001 125 Feb 4 00:31 .github 00:35:59 -rw-rw-r-- 1 1001 1001 872 Feb 4 00:31 .gitignore 00:35:59 drwx------ 3 1001 1001 60 Feb 4 00:32 .semver 00:35:59 -rw-rw-r-- 1 1001 1001 166 Feb 4 00:31 .sonarcloud.properties 00:35:59 -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:31 Attribution.txt 00:35:59 -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:31 CONTRIBUTING.md 00:35:59 -rw-rw-r-- 1 1001 1001 931 Feb 4 00:31 Dockerfile.build 00:35:59 -rw-rw-r-- 1 1001 1001 863 Feb 4 00:31 Jenkinsfile 00:35:59 -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:31 LICENSE 00:35:59 -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:31 Makefile 00:35:59 -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:31 README.md 00:35:59 -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:31 SECURITY.md 00:35:59 -rw-rw-r-- 1 1001 1001 5 Feb 4 00:32 VERSION 00:35:59 -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:31 ZMQWindows.md 00:35:59 drwxrwxr-x 2 1001 1001 117 Feb 4 00:31 bin 00:35:59 drwxrwxr-x 15 1001 1001 4096 Feb 4 00:31 cmd 00:35:59 -rw-r--r-- 1 root root 580808 Feb 4 00:35 coverage.out 00:35:59 -rw-r--r-- 1 root root 1054 Feb 4 00:35 go.mod 00:35:59 -rw-r--r-- 1 root root 19290 Feb 4 00:35 go.sum 00:35:59 drwxrwxr-x 8 1001 1001 127 Feb 4 00:31 internal 00:35:59 drwxrwxr-x 4 1001 1001 26 Feb 4 00:31 openapi 00:35:59 drwxrwxr-x 4 1001 1001 71 Feb 4 00:31 snap 00:35:59 -rw-rw-r-- 1 1001 1001 168 Feb 4 00:31 version.go [Pipeline] sh 00:35:59 + '[' -e coverage.out ] 00:35:59 + chown 1001:1001 coverage.out [Pipeline] stash 00:36:00 Stashed 1 file(s) [Pipeline] sh 00:36:00 + make build 00:36:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36: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 00:36:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:16 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe 00:36:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36: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 00:36:17 Merge succeeded, producing 5dd8b7dac97e84d40b5f06afdefa4f580e356f2d 00:36:17 Checking out Revision 5dd8b7dac97e84d40b5f06afdefa4f580e356f2d (PR-3112) 00:36:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:16 > git config core.sparsecheckout # timeout=10 00:36:16 > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 00:36:16 > git remote # timeout=10 00:36:16 > git config --get remote.origin.url # timeout=10 00:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:16 > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 00:36:17 > git rev-parse HEAD^{commit} # timeout=10 00:36:17 > git config core.sparsecheckout # timeout=10 00:36:17 > git checkout -f 5dd8b7dac97e84d40b5f06afdefa4f580e356f2d # timeout=10 00:36: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 00:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:22 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" 00:36:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36:22 > git rev-list --no-walk acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36: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 00:36:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:24 + true 00:36:24 + sudo service docker restart 00:36:24 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 00:36: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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:26 provisioning config files... 00:36:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6780815091596162356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:36:27 ---> docker-login.sh 00:36:27 nexus3.edgexfoundry.org:10001 00:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 00:36:29 $ docker stop --time=1 1ef2656afb710afa59e833add5a75ea86eb6ec73fe2f155f4a638e67587b336d 00:36:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:29 Configure a credential helper to remove this warning. See 00:36:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:29 00:36:29 Login Succeeded 00:36:29 nexus3.edgexfoundry.org:10002 00:36:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:30 Configure a credential helper to remove this warning. See 00:36:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:30 00:36:30 Login Succeeded 00:36:30 nexus3.edgexfoundry.org:10003 00:36:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:30 Configure a credential helper to remove this warning. See 00:36:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:30 00:36:30 Login Succeeded 00:36:30 nexus3.edgexfoundry.org:10004 00:36:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:31 $ docker rm -f 1ef2656afb710afa59e833add5a75ea86eb6ec73fe2f155f4a638e67587b336d 00:36:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:31 Configure a credential helper to remove this warning. See 00:36:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:31 00:36:31 Login Succeeded 00:36:31 docker.io 00:36:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:31 Configure a credential helper to remove this warning. See 00:36:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:31 00:36:31 Login Succeeded 00:36:31 ---> docker-login.sh ends [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 00:36:31 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo 00:36:33 ========================================================= 00:36:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:33 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:36:33 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:33 00:36:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:33 latest: Pulling from edgex-devops/edgex-compose 00:36:33 cbdbe7a5bc2a: Pulling fs layer 00:36:33 ca9280d653b3: Pulling fs layer 00:36:33 7e9c9ca2126c: Pulling fs layer 00:36:34 cbdbe7a5bc2a: Verifying Checksum 00:36:34 cbdbe7a5bc2a: Download complete 00:36:34 ca9280d653b3: Verifying Checksum 00:36:34 ca9280d653b3: Download complete 00:36:34 cbdbe7a5bc2a: Pull complete 00:36:36 Sending build context to Docker daemon 166.1MB 00:36:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:36 Step 2/6 : FROM ${BASE} 00:36:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:36 5f621e34cdf4: Pulling fs layer 00:36:36 a4357932f1b6: Pulling fs layer 00:36:36 18c013af1878: Pulling fs layer 00:36:36 00ac8860ef70: Pulling fs layer 00:36:36 63d7cb157983: Pulling fs layer 00:36:36 b116817d02f9: Pulling fs layer 00:36:36 745a02a5169b: Pulling fs layer 00:36:36 63d7cb157983: Waiting 00:36:36 b116817d02f9: Waiting 00:36:36 745a02a5169b: Waiting 00:36:36 00ac8860ef70: Waiting 00:36:36 18c013af1878: Verifying Checksum 00:36:36 18c013af1878: Download complete 00:36:36 a4357932f1b6: Download complete 00:36:36 63d7cb157983: Download complete 00:36:36 b116817d02f9: Verifying Checksum 00:36:36 b116817d02f9: Download complete 00:36:36 5f621e34cdf4: Verifying Checksum 00:36:36 5f621e34cdf4: Download complete 00:36:36 ca9280d653b3: Pull complete 00:36:36 7e9c9ca2126c: Download complete 00:36:36 5f621e34cdf4: Pull complete 00:36:37 a4357932f1b6: Pull complete 00:36:37 18c013af1878: Pull complete 00:36:39 745a02a5169b: Verifying Checksum 00:36:39 745a02a5169b: Download complete 00:36:41 00ac8860ef70: Download complete 00:36:45 7e9c9ca2126c: Pull complete 00:36:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:45 prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container 00:36:45 $ 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 00:36:48 $ docker top 5da0c5796b56b7bdc3cfeaf8b852e81970a92d95570e879ef344fe3c5e7048f1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:48 + docker-compose build --help 00:36:48 + grep parallel 00:36:50 --parallel Build images in parallel. [Pipeline] } 00:36:50 $ docker stop --time=1 5da0c5796b56b7bdc3cfeaf8b852e81970a92d95570e879ef344fe3c5e7048f1 00:36:51 00ac8860ef70: Pull complete 00:36:51 63d7cb157983: Pull complete 00:36:51 b116817d02f9: Pull complete 00:36:51 $ docker rm -f 5da0c5796b56b7bdc3cfeaf8b852e81970a92d95570e879ef344fe3c5e7048f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:52 . [Pipeline] withDockerContainer 00:36:52 prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container 00:36:52 $ 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 00:36:53 $ docker top 2db0bf4b619c67a90b229d683e2cb61159ebfbd5f45518ca215edc2840653386 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:54 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:54 745a02a5169b: Pull complete 00:36:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:55 ---> b7e6874047d6 00:36:55 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:55 Building docker-core-command-go ... 00:36:55 Building docker-core-data-go ... 00:36:55 Building docker-core-metadata-go ... 00:36:55 Building docker-security-bootstrapper-go ... 00:36:55 Building docker-security-proxy-setup-go ... 00:36:55 Building docker-security-secretstore-setup-go ... 00:36:55 Building docker-support-notifications-go ... 00:36:55 Building docker-support-scheduler-go ... 00:36:55 Building docker-sys-mgmt-agent-go ... 00:36:55 Building docker-sys-mgmt-agent-go 00:36:55 Building docker-security-secretstore-setup-go 00:36:55 Building docker-security-bootstrapper-go 00:36:55 Building docker-support-scheduler-go 00:36:55 Building docker-core-command-go 00:36:58 ---> Running in cfe36ae6fc43 00:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:01 (1/12) Installing libmagic (5.38-r0) 00:37:01 (2/12) Installing file (5.38-r0) 00:37:01 (3/12) Installing libc-dev (0.7.2-r3) 00:37:01 (4/12) Installing g++ (9.3.0-r2) 00:37:07 (5/12) Installing fortify-headers (1.1-r0) 00:37:07 (6/12) Installing patch (2.7.6-r6) 00:37:07 (7/12) Installing build-base (0.5-r2) 00:37:07 (8/12) Installing libsodium (1.0.18-r0) 00:37:07 (9/12) Installing pkgconf (1.7.2-r0) 00:37:07 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:07 (11/12) Installing libzmq (4.3.3-r0) 00:37:07 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:07 Executing busybox-1.31.1-r19.trigger 00:37:07 OK: 217 MiB in 51 packages 00:37:11 Removing intermediate container cfe36ae6fc43 00:37:11 ---> 185a9c69e6a6 00:37:11 Step 4/6 : WORKDIR /edgex-go 00:37:11 ---> Running in 251eb920f782 00:37:12 Removing intermediate container 251eb920f782 00:37:12 ---> 78cc9f5c72f5 00:37:12 Step 5/6 : COPY go.mod . 00:37:12 ---> 95f9a664a519 00:37:12 Step 6/6 : RUN go mod download 00:37:12 ---> Running in 5e9d085a4e62 00:37:39 Removing intermediate container 5e9d085a4e62 00:37:39 ---> b4349cfd5a46 00:37:39 Successfully built b4349cfd5a46 00:37:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:40 + docker inspect -f . ci-base-image-arm64 00:37:40 . [Pipeline] withDockerContainer 00:37:40 prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container 00:37:40 $ 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 ******** ci-base-image-arm64 cat 00:37:42 $ docker top a6392b0315f898e1214de1fa1028784ff5bb102557753e67d38df6c22843e00d -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:42 ---> d2a1051fec89 00:37:42 Step 3/24 : WORKDIR /edgex-go 00:37:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:42 ---> d2a1051fec89 00:37:42 Step 3/23 : WORKDIR /edgex-go 00:37:42 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:42 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:37:42 ---> d2a1051fec89 00:37:42 Step 3/31 : WORKDIR /edgex-go 00:37:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:42 ---> d2a1051fec89 00:37:42 Step 3/26 : WORKDIR /edgex-go 00:37:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:42 ---> d2a1051fec89 00:37:42 Step 3/22 : WORKDIR /edgex-go 00:37:42 ---> Running in 85212faab046 00:37:42 ---> Running in 08138d4ce455 00:37:42 ---> Running in 96b22b28ba55 00:37:42 ---> Running in e4cdefeaa1b1 00:37:42 ---> Running in b392ca5ce5fd 00:37:42 Removing intermediate container 85212faab046 00:37:42 ---> f9d3c1ba9e2e 00:37:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:42 Removing intermediate container b392ca5ce5fd 00:37:42 ---> 242564db7f4c 00:37:42 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:42 Removing intermediate container 96b22b28ba55 00:37:42 ---> 438713e764e8 00:37:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:42 Removing intermediate container 08138d4ce455 00:37:42 ---> 194c9068a363 00:37:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:42 Removing intermediate container e4cdefeaa1b1 00:37:42 ---> 4a416c56009c 00:37:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:42 ---> Running in f14805c37c49 00:37:42 ---> Running in 6358c3f9d0ae 00:37:42 ---> Running in 2cf951eae7a6 00:37:42 ---> Running in 0b385d96d509 00:37:42 ---> Running in 5a8d5f2bffd7 00:37:42 Removing intermediate container 2cf951eae7a6 00:37:42 ---> 039f6acbf9e9 00:37:42 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:42 Removing intermediate container f14805c37c49 00:37:42 ---> 3700f507d28c 00:37:42 Step 5/24 : RUN apk add --update --no-cache make git 00:37:42 Removing intermediate container 6358c3f9d0ae 00:37:42 ---> 64e3fe2d51ec 00:37:42 Step 5/31 : RUN apk add --update --no-cache make git 00:37:42 ---> Running in 40583f817ed0 00:37:42 ---> Running in 2eb4f2008f9b 00:37:42 Removing intermediate container 0b385d96d509 00:37:42 ---> 0fbe5eb3542e 00:37:42 Step 5/23 : RUN apk add --update --no-cache make git 00:37:42 Removing intermediate container 5a8d5f2bffd7 00:37:42 ---> 2be7cd4c1051 00:37:42 Step 5/22 : RUN apk add --update --no-cache make git 00:37:42 ---> Running in 244d593061aa 00:37:42 ---> Running in 4948bd98ecb9 00:37:42 ---> Running in cdef663e4d2a 00:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:43 + go version 00:37:43 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:43 $ docker stop --time=1 a6392b0315f898e1214de1fa1028784ff5bb102557753e67d38df6c22843e00d 00:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:45 $ docker rm -f a6392b0315f898e1214de1fa1028784ff5bb102557753e67d38df6c22843e00d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:46 OK: 233 MiB in 51 packages 00:37:46 OK: 233 MiB in 51 packages 00:37:46 OK: 233 MiB in 51 packages 00:37:46 OK: 233 MiB in 51 packages 00:37:46 OK: 233 MiB in 51 packages 00:37:46 + docker inspect -f . ci-base-image-arm64 00:37:46 . [Pipeline] withDockerContainer 00:37:46 prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container 00:37:46 $ 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 ******** ci-base-image-arm64 cat 00:37:46 Removing intermediate container 2eb4f2008f9b 00:37:46 ---> 66040147e5c3 00:37:46 Step 6/24 : COPY go.mod . 00:37:46 Removing intermediate container 244d593061aa 00:37:46 ---> ca29b9a52af2 00:37:46 Step 6/31 : COPY go.mod . 00:37:47 Removing intermediate container 40583f817ed0 00:37:47 ---> 5be7c9673a0a 00:37:47 Step 6/26 : COPY go.mod . 00:37:47 Removing intermediate container 4948bd98ecb9 00:37:47 ---> 54164c0112b4 00:37:47 Step 6/23 : COPY go.mod . 00:37:47 Removing intermediate container cdef663e4d2a 00:37:47 ---> f1cae11928f4 00:37:47 Step 6/22 : COPY go.mod . 00:37:47 ---> 982f6e107ffb 00:37:47 Step 7/24 : RUN go mod download 00:37:47 ---> Running in e4717fa51445 00:37:47 ---> 18fadcce9694 00:37:47 Step 7/31 : RUN go mod download 00:37:47 $ docker top e30b44d4e4bc089c5c2b3e14726c8b433f090bc30f96bde08a006c40729329b8 -eo pid,comm 00:37:47 ---> ae4957abfc77 00:37:47 Step 7/26 : RUN go mod download 00:37:47 ---> Running in e2a73ac11edf 00:37:47 ---> Running in b41a09ce69f6 [Pipeline] { [Pipeline] echo 00:37:47 ========================================================= 00:37:47 [edgeXBuildGoParallel] Running Tests and Build... 00:37:47 ========================================================= [Pipeline] sh 00:37:48 ---> 61911a97d563 00:37:48 Step 7/23 : RUN go mod download 00:37:48 ---> 5d5a1fbb3fe9 00:37:48 Step 7/22 : RUN go mod download 00:37:48 ---> Running in 9c897dea0113 00:37:48 ---> Running in 7a19a0494228 00:37:48 + make test 00:37:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:50 Removing intermediate container e4717fa51445 00:37:50 ---> c6158036162d 00:37:50 Step 8/24 : COPY . . 00:37:50 Removing intermediate container e2a73ac11edf 00:37:50 ---> eb045e526140 00:37:50 Step 8/31 : COPY . . 00:37:51 Removing intermediate container b41a09ce69f6 00:37:51 ---> 42f1954db383 00:37:51 Step 8/26 : COPY . . 00:37:52 Removing intermediate container 9c897dea0113 00:37:52 ---> 7bdb2fc74b9c 00:37:52 Step 8/22 : COPY . . 00:37:53 Removing intermediate container 7a19a0494228 00:37:53 ---> c44a9e796bd5 00:37:53 Step 8/23 : COPY . . 00:38:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:32 ---> ff09df4dc78e 00:38:32 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:32 ---> 12fd5e1f9ad5 00:38:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:32 ---> Running in 94a203c48c99 00:38:32 ---> 18932c925863 00:38:32 Step 9/23 : RUN make cmd/core-command/core-command 00:38:32 ---> 6c41179eb144 00:38:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:32 ---> 8ca27ab1499b 00:38:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:32 ---> Running in 235bcdb86ed1 00:38:32 ---> Running in 4c6cd8c462a0 00:38:32 ---> Running in 20bde0549ea5 00:38:32 ---> Running in 94e97b5a1efa 00:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:11 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 00:39:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:13 Removing intermediate container 20bde0549ea5 00:39:13 ---> f77db1e161a5 00:39:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:14 ---> Running in 82f277aacaae 00:39:16 Removing intermediate container 94e97b5a1efa 00:39:16 ---> 428646bb7e3a 00:39:16 00:39:16 Step 10/24 : FROM alpine:3.12 00:39:16 3.12: Pulling from library/alpine 00:39:16 Removing intermediate container 94a203c48c99 00:39:16 ---> 3c206a126f92 00:39:16 00:39:16 Step 10/31 : FROM alpine:3.12 00:39:16 3.12: Pulling from library/alpine 00:39:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:17 Status: Downloaded newer image for alpine:3.12 00:39:17 ---> 389fef711851 00:39:17 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:17 Status: Downloaded newer image for alpine:3.12 00:39:17 ---> 389fef711851 00:39:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:21 ---> Running in 118bbd25a586 00:39:21 ---> Running in 59631209f99b 00:39:21 Removing intermediate container 4c6cd8c462a0 00:39:21 ---> 5701431c2272 00:39:21 00:39:21 Step 10/23 : FROM alpine:3.12 00:39:21 Removing intermediate container 235bcdb86ed1 00:39:21 ---> df20386bf9b9 00:39:21 00:39:21 Step 10/22 : FROM alpine:3.12 00:39:21 ---> 389fef711851 00:39:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:21 ---> 389fef711851 00:39:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:21 Removing intermediate container 59631209f99b 00:39:21 ---> 0a02799341cc 00:39:21 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:21 ---> Running in 7b3ec7e026f1 00:39:21 ---> Running in db185e007faf 00:39:21 ---> Running in 786b3b965eaf 00:39:22 Removing intermediate container 82f277aacaae 00:39:22 ---> fe580240f839 00:39:22 00:39:22 Step 11/26 : FROM docker:20.10.0 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 20.10.0: Pulling from library/docker 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 (1/5) Installing ca-certificates (20191127-r4) 00:39:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:22 (3/5) Installing libcurl (7.69.1-r3) 00:39:22 (4/5) Installing curl (7.69.1-r3) 00:39:22 (5/5) Installing dumb-init (1.2.2-r1) 00:39:22 Executing busybox-1.31.1-r19.trigger 00:39:22 Executing ca-certificates-20191127-r4.trigger 00:39:22 (1/1) Installing dumb-init (1.2.2-r1) 00:39:22 OK: 7 MiB in 19 packages 00:39:22 Executing busybox-1.31.1-r19.trigger 00:39:22 OK: 6 MiB in 15 packages 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:23 (1/2) Installing dumb-init (1.2.2-r1) 00:39:23 (2/2) Installing su-exec (0.2-r1) 00:39:23 Executing busybox-1.31.1-r19.trigger 00:39:23 (1/1) Installing dumb-init (1.2.2-r1) 00:39:23 OK: 6 MiB in 16 packages 00:39:23 Executing busybox-1.31.1-r19.trigger 00:39:23 OK: 6 MiB in 15 packages 00:39:25 Removing intermediate container 7b3ec7e026f1 00:39:25 ---> 450bfc3e4762 00:39:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:25 Removing intermediate container 118bbd25a586 00:39:25 ---> e631a55a30a8 00:39:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:25 Removing intermediate container db185e007faf 00:39:25 ---> da6f073abb63 00:39:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:25 Removing intermediate container 786b3b965eaf 00:39:25 ---> ea7acb7e16d4 00:39:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:39:25 ---> Running in d9da5dea2032 00:39:25 ---> Running in 56d4a18ba5c4 00:39:25 ---> Running in 8c44e1c7c2e8 00:39:25 ---> Running in 7b1464184247 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:26 Removing intermediate container 56d4a18ba5c4 00:39:26 ---> 4b7581fa85e0 00:39:26 Step 13/22 : ENV APP_PORT=48085 00:39:26 Removing intermediate container d9da5dea2032 00:39:26 ---> 67d737a8f3ad 00:39:26 Step 13/23 : ENV APP_PORT=48082 00:39:26 Removing intermediate container 8c44e1c7c2e8 00:39:26 ---> 418ee8312325 00:39:26 Step 13/24 : WORKDIR / 00:39:26 ---> Running in 5d33c9cc9347 00:39:26 Removing intermediate container 7b1464184247 00:39:26 ---> a4987b11f305 00:39:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:26 ---> Running in 6039be7ab81d 00:39:26 ---> Running in 5644ba8ba712 00:39:26 ---> Running in 9b1568f74e8b 00:39:26 Removing intermediate container 5d33c9cc9347 00:39:26 ---> ebef601851ec 00:39:26 Step 14/22 : EXPOSE $APP_PORT 00:39:26 Removing intermediate container 6039be7ab81d 00:39:26 ---> fee5fdb3c624 00:39:26 Step 14/23 : EXPOSE $APP_PORT 00:39:26 ---> Running in 82a357e681bb 00:39:27 Removing intermediate container 5644ba8ba712 00:39:27 ---> efdd85ef9acd 00:39:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:27 Removing intermediate container 9b1568f74e8b 00:39:27 ---> c42f8c9249da 00:39:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:27 ---> Running in 9f5478d98ecc 00:39:27 ---> Running in edd29c2ce3da 00:39:27 Removing intermediate container 82a357e681bb 00:39:27 ---> 74ae4bfc5818 00:39:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:28 ---> ebd1b62114f1 00:39:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:28 Removing intermediate container 9f5478d98ecc 00:39:28 ---> 35c20eb312de 00:39:28 Step 15/23 : WORKDIR / 00:39:28 ---> 6321cc46cf3d 00:39:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:28 ---> Running in 9c2b7ad7a79d 00:39:28 ---> 9a737728a25a 00:39:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:29 Removing intermediate container 9c2b7ad7a79d 00:39:29 ---> d749fe65a240 00:39:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:29 ---> b865f2fe44db 00:39:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:29 ---> 58057dde2031 00:39:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:29 ---> 314a04847567 00:39:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:30 Removing intermediate container edd29c2ce3da 00:39:30 ---> d427ff695175 00:39:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:39:30 ---> 977ac8ed22b9 00:39:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:30 ---> Running in 10019f8e6fa0 00:39:30 ---> 42ed62427509 00:39:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:30 ---> Running in b374492eee55 00:39:30 Removing intermediate container 10019f8e6fa0 00:39:30 ---> cb4c3d3f9638 00:39:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:30 ---> c52976c73b9d 00:39:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:31 Removing intermediate container b374492eee55 00:39:31 ---> 0f6e91623a76 00:39:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:31 ---> 02c6aef0e7af 00:39:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:31 ---> Running in 504bb65c82d8 00:39:31 ---> 58c46db55e65 00:39:31 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:31 ---> 09362115d0d3 00:39:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:31 ---> Running in 777453e6131e 00:39:31 ---> Running in 84d7bbb85ffe 00:39:31 ---> 152e3218370c 00:39:31 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:31 Removing intermediate container 504bb65c82d8 00:39:31 ---> 52e3afeaf56c 00:39:31 Step 20/22 : LABEL arch=x86_64 00:39:31 ---> Running in fd266210dabb 00:39:31 ---> Running in 0c7f9be052ef 00:39:32 Removing intermediate container 84d7bbb85ffe 00:39:32 ---> e275e230b481 00:39:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:32 Removing intermediate container 0c7f9be052ef 00:39:32 ---> fa16e26e5b24 00:39:32 Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:39:32 ---> Running in 0a60137f4943 00:39:32 ---> Running in a92882d47fc3 00:39:32 Removing intermediate container 0a60137f4943 00:39:32 ---> ddff874abe69 00:39:32 Step 21/23 : LABEL arch=x86_64 00:39:32 Removing intermediate container a92882d47fc3 00:39:32 ---> 0baa01f43082 00:39:32 Step 22/22 : LABEL version=0.0.0 00:39:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:33 ---> Running in 8343cf0a2add 00:39:33 Status: Downloaded newer image for docker:20.10.0 00:39:33 ---> aefe523efa57 00:39:33 Step 12/26 : RUN apk add --no-cache bash 00:39:33 ---> Running in 2eb2d6c44d86 00:39:33 ---> Running in 530fd21b00a6 00:39:33 Removing intermediate container 8343cf0a2add 00:39:33 ---> 01a3d40b9545 00:39:33 Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:39:33 Removing intermediate container 2eb2d6c44d86 00:39:33 ---> 0f94a9b81497 00:39:33 00:39:33 ---> Running in deb6f9dbc582 00:39:33 Successfully built 0f94a9b81497 00:39:33 Removing intermediate container 777453e6131e 00:39:33 ---> 5b60ecde0ab6 00:39:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:33 Successfully tagged docker-support-scheduler-go:latest 00:39:33  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 00:39:34 Removing intermediate container deb6f9dbc582 00:39:34 ---> 8d1ded249f5c 00:39:34 Step 23/23 : LABEL version=0.0.0 00:39:34 Removing intermediate container fd266210dabb 00:39:34 ---> 1faf7142b07d 00:39:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:34 ---> Running in aa3ebb2f1538 00:39:34 ---> Running in 5cac42b0dab4 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:34 ---> d6eae81162d9 00:39:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:34 Removing intermediate container aa3ebb2f1538 00:39:34 ---> cb0c244d354e 00:39:34 Step 22/24 : LABEL arch=x86_64 00:39:34 Removing intermediate container 5cac42b0dab4 00:39:34 ---> 90fde3b93b32 00:39:34 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:34 ---> Running in da60b7471600 00:39:34 (1/2) Installing readline (8.0.4-r0) 00:39:34 (2/2) Installing bash (5.0.17-r0) 00:39:35 Executing bash-5.0.17-r0.post-install 00:39:35 Executing busybox-1.31.1-r19.trigger 00:39:35 OK: 12 MiB in 22 packages 00:39:35 Successfully built 90fde3b93b32 00:39:35 Successfully tagged docker-core-command-go:latest 00:39:35  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:39:35 Removing intermediate container da60b7471600 00:39:35 ---> 6baf11a2734f 00:39:35 Step 23/24 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:39:35 ---> 138ac21f2233 00:39:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:35 ---> Running in 4d2b802b827d 00:39:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:39 ---> ffd1f3bad999 00:39:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:39:39 Removing intermediate container 4d2b802b827d 00:39:39 ---> a01a5fbb2e05 00:39:39 Step 24/24 : LABEL version=0.0.0 00:39:40 Removing intermediate container 530fd21b00a6 00:39:40 ---> eb4844c7e707 00:39:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:40 ---> Running in 7c4c7f7a371b 00:39:40 ---> 994531962d5f 00:39:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:40 ---> Running in a00d75788a8e 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.408s coverage: 46.0% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.138s coverage: 100.0% of statements 00:39:41 Removing intermediate container 7c4c7f7a371b 00:39:41 ---> 14c24dd81d75 00:39:41 00:39:42 ---> b44517ae4969 00:39:42 Removing intermediate container a00d75788a8e 00:39:42 ---> 349e6344cab4 00:39:42 Step 14/26 : ENV APP_PORT=48090 00:39:42 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:42 Successfully built 14c24dd81d75 00:39:42 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:42  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:39:42 ---> Running in c1223a752f6e 00:39:43 ---> Running in 1a20ca76a966 00:39:43 Removing intermediate container c1223a752f6e 00:39:43 ---> c3dff95de631 00:39:43 Step 15/26 : EXPOSE $APP_PORT 00:39:43 ---> Running in 0224ef8541ea 00:39:44 Removing intermediate container 1a20ca76a966 00:39:44 ---> bf0e02150d92 00:39:44 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:44 Removing intermediate container 0224ef8541ea 00:39:44 ---> 012c5f0bf1a8 00:39:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:46 ---> a6868c02a5c9 00:39:46 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:47 ---> Running in f41e1cf09e12 00:39:47 ---> 69633a6061e7 00:39:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:49 ---> 28d2670475dc 00:39:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.598s coverage: 27.1% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.316s coverage: 65.8% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:51 ---> 79c4ea4dbe47 00:39:51 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:52 ---> Running in 808558a786f6 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.829s coverage: 82.3% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:53 Removing intermediate container f41e1cf09e12 00:39:53 ---> 1c49d0dc093a 00:39:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:54 (1/33) Installing libbz2 (1.0.8-r1) 00:39:54 (2/33) Installing expat (2.2.9-r1) 00:39:54 (3/33) Installing libffi (3.3-r2) 00:39:54 (4/33) Installing gdbm (1.13-r1) 00:39:54 (5/33) Installing xz-libs (5.2.5-r0) 00:39:54 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:54 (7/33) Installing python3 (3.8.5-r0) 00:39:54 ---> Running in 41a8ae089ca1 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.450s coverage: 28.6% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:59 Removing intermediate container 41a8ae089ca1 00:39:59 ---> a0c702db0be7 00:39:59 Step 28/31 : CMD ["gate"] 00:39:59 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:00 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:00 (11/33) Installing py3-six (1.15.0-r0) 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.512s coverage: 86.7% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:00 (12/33) Installing py3-packaging (20.4-r0) 00:40:00 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:00 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:00 (15/33) Installing py3-idna (2.9-r0) 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:02 (18/33) Installing py3-requests (2.23.0-r0) 00:40:02 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:02 ---> Running in 3630aac056fa 00:40:02 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:40:02 ---> d2a1051fec89 00:40:02 Step 3/21 : WORKDIR /edgex-go 00:40:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:02 ---> d2a1051fec89 00:40:02 Step 3/23 : WORKDIR /edgex-go 00:40:02 ---> Using cache 00:40:02 ---> 4a416c56009c 00:40:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache 00:40:02 00:40:02 ---> 4a416c56009c 00:40:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:02 ---> Using cache 00:40:02 ---> 2be7cd4c1051 00:40:02 Step 5/21 : RUN apk add --update --no-cache make git 00:40:02 ---> Using cache 00:40:02 ---> 2be7cd4c1051 00:40:02 Step 5/23 : RUN apk add --update --no-cache make git 00:40:02 ---> Using cache 00:40:02 ---> f1cae11928f4 00:40:02 Step 6/23 : COPY go.mod . 00:40:02 ---> Using cache 00:40:02 ---> f1cae11928f4 00:40:02 Step 6/21 : COPY go.mod . 00:40:02 ---> Using cache 00:40:02 ---> 5d5a1fbb3fe9 00:40:02 Step 7/23 : RUN go mod download 00:40:02 ---> Using cache 00:40:02 ---> 5d5a1fbb3fe9 00:40:02 Step 7/21 : RUN go mod download 00:40:02 ---> Using cache 00:40:02 ---> 7bdb2fc74b9c 00:40:02 Step 8/21 : COPY . . 00:40:02 ---> Using cache 00:40:02 ---> 7bdb2fc74b9c 00:40:02 Step 8/23 : COPY . . 00:40:02 (24/33) Installing py3-distro (1.5.0-r1) 00:40:02 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:02 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:02 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:03 ---> Using cache 00:40:03 ---> 12fd5e1f9ad5 00:40:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:40:03 ---> Using cache 00:40:03 ---> 12fd5e1f9ad5 00:40:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:03 (29/33) Installing py3-progress (1.5-r0) 00:40:03 (30/33) Installing py3-toml (0.10.1-r0) 00:40:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:04 (33/33) Installing py3-pip (20.1.1-r0) 00:40:05 Removing intermediate container 3630aac056fa 00:40:05 ---> f2d6400cb286 00:40:05 Step 29/31 : LABEL arch=x86_64 00:40:06 Executing busybox-1.31.1-r19.trigger 00:40:06 ---> Running in 0cd84ca642b8 00:40:06 ---> Running in 78b1ec7e078a 00:40:06 OK: 71 MiB in 55 packages 00:40:07 ---> Running in 51b88163671f 00:40:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:07 ---> d2a1051fec89 00:40:07 Step 3/23 : WORKDIR /edgex-go 00:40:07 ---> Using cache 00:40:07 ---> 4a416c56009c 00:40:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:07 ---> Using cache 00:40:07 ---> 2be7cd4c1051 00:40:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:40:08 ---> Running in 047102f94e4a 00:40:08 Removing intermediate container 51b88163671f 00:40:08 ---> 7747225c55ae 00:40:08 Step 30/31 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:08 ---> Running in 3d7e15b557f9 00:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:10 Removing intermediate container 3d7e15b557f9 00:40:10 ---> 3f2c69837894 00:40:10 Step 31/31 : LABEL version=0.0.0 00:40:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:10 ---> Running in a611962cee70 00:40:10 Removing intermediate container a611962cee70 00:40:10 ---> 634adb1c186d 00:40:10 00:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:11 Successfully built 634adb1c186d 00:40:11 Successfully tagged docker-security-bootstrapper-go:latest 00:40:11 Building docker-support-notifications-go 00:40:12  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.636s coverage: 92.8% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 45.5% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 00:40:16 Removing intermediate container 047102f94e4a 00:40:16 ---> bfb0aecc4ddb 00:40:16 Step 6/23 : COPY go.mod . 00:40:18 ---> 3d3e7cc591b5 00:40:18 Step 7/23 : RUN go mod download 00:40:18 ---> Running in 4afe7015da71 00:40:22 Removing intermediate container 4afe7015da71 00:40:22 ---> 714807402ad0 00:40:22 Step 8/23 : COPY . . 00:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.099s coverage: 94.4% of statements 00:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 00:40:35 Removing intermediate container 808558a786f6 00:40:35 ---> 05ccf7924520 00:40:35 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:38 ---> Running in afae639bb50e 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.643s coverage: 63.5% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.721s coverage: 68.9% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:41 ---> d2a1051fec89 00:40:41 Step 3/22 : WORKDIR /edgex-go 00:40:41 ---> Using cache 00:40:41 ---> 4a416c56009c 00:40:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:41 ---> Using cache 00:40:41 ---> 2be7cd4c1051 00:40:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.472s coverage: 37.0% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.934s coverage: 84.0% of statements 00:40:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:42 ---> Running in fa93c9a33775 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 00:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:47 OK: 233 MiB in 51 packages 00:40:48 Collecting docker-compose==1.23.2 00:40:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:49 Collecting jsonschema<3,>=2.5.1 00:40:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.499s coverage: 47.0% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.348s coverage: 90.4% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:50 Removing intermediate container fa93c9a33775 00:40:50 ---> 3721b75f8beb 00:40:50 Step 6/22 : COPY go.mod . 00:40:50 Collecting cached-property<2,>=1.2.0 00:40:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:50 Collecting websocket-client<1.0,>=0.32.0 00:40:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:51 Collecting docker<4.0,>=3.6.0 00:40:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:54 ---> e369b0b32cc4 00:40:54 Step 7/22 : RUN go mod download 00:40:54 Collecting texttable<0.10,>=0.9.0 00:40:54 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:56 ---> Running in 167dc093832c 00:40:56 Removing intermediate container 0cd84ca642b8 00:40:56 ---> 2317a874472f 00:40:56 00:40:56 Step 10/23 : FROM alpine:3.12 00:40:56 ---> 389fef711851 00:40:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:56 Removing intermediate container 78b1ec7e078a 00:40:56 ---> f28641b456ce 00:40:56 00:40:56 Step 10/21 : FROM alpine:3.12 00:40:56 ---> 389fef711851 00:40:56 Step 11/21 : RUN apk add --update --no-cache curl 00:40:56 ---> Using cache 00:40:56 ---> da6f073abb63 00:40:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:56 ---> Using cache 00:40:56 ---> 67d737a8f3ad 00:40:56 Step 13/23 : ENV APP_PORT=48081 00:40:56 ---> 8c3498a2f752 00:40:56 Step 9/23 : RUN make cmd/core-data/core-data 00:40:56 Collecting dockerpty<0.5,>=0.4.1 00:40:56 ---> Running in e737d1c6b273 00:40:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:56 ---> Running in 5c4243c60ec9 00:40:57 ---> Running in 3f92839bc9ba 00:40:57 Removing intermediate container 5c4243c60ec9 00:40:57 ---> cb3029baddad 00:40:57 Step 14/23 : EXPOSE $APP_PORT 00:40:57 ---> Running in 77f773c56e54 00:40:57 Collecting PyYAML<4,>=3.10 00:40:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:58 Removing intermediate container 77f773c56e54 00:40:58 ---> 596e275692d7 00:40:58 Step 15/23 : WORKDIR / 00:40:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:58 ---> Running in 69c8c3d83e19 00:40:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:58 (1/4) Installing ca-certificates (20191127-r4) 00:40:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:58 (3/4) Installing libcurl (7.69.1-r3) 00:40:58 (4/4) Installing curl (7.69.1-r3) 00:40:58 Executing busybox-1.31.1-r19.trigger 00:40:58 Executing ca-certificates-20191127-r4.trigger 00:40:59 OK: 7 MiB in 18 packages 00:40:59 Removing intermediate container 69c8c3d83e19 00:40:59 ---> 143775182329 00:40:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:59 Collecting docopt<0.7,>=0.6.1 00:40:59 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:00 ---> 727a02f4fdb7 00:41:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.702s coverage: 29.1% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.171s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.090s coverage: 100.0% of statements 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:00 GO111MODULE=on go vet ./... 00:41:00 Removing intermediate container 167dc093832c 00:41:00 ---> 0f140512b040 00:41:00 Step 8/22 : COPY . . 00:41:00 Collecting urllib3<1.25,>=1.21.1 00:41:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:41:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:41:01 ---> 8391f21a4688 00:41:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:41:01 Collecting idna<2.8,>=2.5 00:41:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:02 Removing intermediate container e737d1c6b273 00:41:02 ---> dcc1d2de69e6 00:41:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:02 Collecting docker-pycreds>=0.4.0 00:41:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:02 ---> Running in 7623679c9f75 00:41:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:03 ---> a9164a440d1e 00:41:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:41:03 Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, texttable, dockerpty, PyYAML, docopt, docker-compose 00:41:06 Attempting uninstall: urllib3 00:41:06 Found existing installation: urllib3 1.25.9 00:41:06 Uninstalling urllib3-1.25.9: 00:41:06 ---> Running in d07312ebf9e5 00:41:06 Successfully uninstalled urllib3-1.25.9 00:41:07 Removing intermediate container 7623679c9f75 00:41:07 ---> f363b8de1809 00:41:07 Step 13/21 : WORKDIR /edgex 00:41:07 Attempting uninstall: idna 00:41:07 Found existing installation: idna 2.9 00:41:08 Uninstalling idna-2.9: 00:41:08 Successfully uninstalled idna-2.9 00:41:08 ---> Running in 7b53541765b7 00:41:09 Attempting uninstall: requests 00:41:09 Found existing installation: requests 2.23.0 00:41:09 Uninstalling requests-2.23.0: 00:41:09 Successfully uninstalled requests-2.23.0 00:41:10 Removing intermediate container d07312ebf9e5 00:41:10 ---> e394ae852ac7 00:41:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:12 ---> Running in 7b100d1c399a 00:41:12 Removing intermediate container 7b53541765b7 00:41:12 ---> 081c0e36d4bd 00:41:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:14 Removing intermediate container 7b100d1c399a 00:41:14 ---> d64a50e40f79 00:41:14 Step 21/23 : LABEL arch=x86_64 00:41:14 Running setup.py install for texttable: started 00:41:14 ---> 9acd1bb3302d 00:41:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:16 Running setup.py install for texttable: finished with status 'done' 00:41:16 Running setup.py install for dockerpty: started 00:41:16 Running setup.py install for dockerpty: finished with status 'done' 00:41:16 Running setup.py install for PyYAML: started 00:41:16 ---> Running in 51401b2cde87 00:41:17 Running setup.py install for PyYAML: finished with status 'done' 00:41:18 Running setup.py install for docopt: started 00:41:18 ---> f26317c042bd 00:41:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:19 Running setup.py install for docopt: finished with status 'done' 00:41:21 Removing intermediate container 51401b2cde87 00:41:21 ---> 1665c0d0497d 00:41:21 Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:41:21 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 00:41:23 ---> 1eb7ca274f05 00:41:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:23 ---> Running in bcf0df5e9296 00:41:24 ---> Running in 19c6be8329cf 00:41:24 Removing intermediate container bcf0df5e9296 00:41:24 ---> f2bd588e5764 00:41:24 Step 23/23 : LABEL version=0.0.0 00:41:24 ---> Running in b8ce1f7dd918 00:41:25 Removing intermediate container 19c6be8329cf 00:41:25 ---> 06c26077cea4 00:41:25 Step 18/21 : CMD ["--init=true"] 00:41:25 ---> Running in d8c43930f71d 00:41:25 ---> 39980fc6d107 00:41:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:41:25 ---> Running in bebab8101335 00:41:27 Removing intermediate container b8ce1f7dd918 00:41:27 ---> 096fae810aed 00:41:27 00:41:27 Removing intermediate container d8c43930f71d 00:41:27 ---> e2c09e4b3e47 00:41:27 Step 19/21 : LABEL arch=x86_64 00:41:27 Successfully built 096fae810aed 00:41:27 ---> Running in df3a25e301ad 00:41:27 Successfully tagged docker-core-metadata-go:latest 00:41:27  Building docker-core-metadata-go ... done Removing intermediate container afae639bb50e 00:41:27 ---> 9b21c8a5f99f 00:41:27 Step 21/26 : RUN apk --no-cache add curl 00:41:27 ---> Running in 9e1766e5f67d 00:41:27 Removing intermediate container df3a25e301ad 00:41:27 ---> a1b5745c0fbe 00:41:27 Step 20/21 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:27 ---> Running in ada6791b482d 00:41:30 Removing intermediate container ada6791b482d 00:41:30 ---> ed5872fc69d2 00:41:30 Step 21/21 : LABEL version=0.0.0 00:41:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:30 ---> Running in 35dcb6100dc3 00:41:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:30 (2/3) Installing libcurl (7.69.1-r3) 00:41:30 (3/3) Installing curl (7.69.1-r3) 00:41:30 Executing busybox-1.31.1-r19.trigger 00:41:30 Removing intermediate container 35dcb6100dc3 00:41:30 ---> d74eeed57db9 00:41:30 00:41:30 OK: 72 MiB in 58 packages 00:41:31 Successfully built d74eeed57db9 00:41:31 Successfully tagged docker-security-proxy-setup-go:latest 00:41:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 9e1766e5f67d 00:41:31 ---> 631a47835f10 00:41:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:32 ---> Running in 1baa18202d0d 00:41:33 Removing intermediate container 1baa18202d0d 00:41:33 ---> b55540047c30 00:41:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:33 ---> Running in 02b5d846829a 00:41:34 Removing intermediate container 3f92839bc9ba 00:41:34 ---> 6b0a0d8379f6 00:41:34 00:41:34 Step 10/23 : FROM alpine:3.12 00:41:34 ---> 389fef711851 00:41:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:34 ---> Running in 55b9a4fb2c55 00:41:34 Removing intermediate container 02b5d846829a 00:41:34 ---> c44cf0a683a5 00:41:34 Step 24/26 : LABEL arch=x86_64 00:41:34 ---> Running in 1923664bcf36 00:41:34 Removing intermediate container 55b9a4fb2c55 00:41:34 ---> c73db7b5a225 00:41:34 Step 12/23 : ENV APP_PORT=48080 00:41:34 ---> Running in 8b56f0d7146f 00:41:34 Removing intermediate container 1923664bcf36 00:41:34 ---> 65bf0387ab09 00:41:34 Step 25/26 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:41:34 ---> Running in bf19c0451eb5 00:41:34 Removing intermediate container 8b56f0d7146f 00:41:34 ---> 775f8472c684 00:41:34 Step 13/23 : EXPOSE $APP_PORT 00:41:35 ---> Running in 9eb1b2a673c1 00:41:35 Removing intermediate container bf19c0451eb5 00:41:35 ---> 2f802aed3fd0 00:41:35 Step 26/26 : LABEL version=0.0.0 00:41:35 ---> Running in 233e005faba2 00:41:35 Removing intermediate container 9eb1b2a673c1 00:41:35 ---> 6d18058787ba 00:41:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:35 ---> Running in b932af015f1a 00:41:35 Removing intermediate container 233e005faba2 00:41:35 ---> c0ae4af14f38 00:41:35 00:41:36 Successfully built c0ae4af14f38 00:41:36 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:37  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b932af015f1a 00:41:37 ---> e713bf33e506 00:41:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:41:37 ---> Running in 0fc36a237f32 00:41:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:41 (1/6) Installing dumb-init (1.2.2-r1) 00:41:41 (2/6) Installing libgcc (9.3.0-r2) 00:41:41 (3/6) Installing libsodium (1.0.18-r0) 00:41:41 (4/6) Installing libstdc++ (9.3.0-r2) 00:41:42 (5/6) Installing libzmq (4.3.3-r0) 00:41:43 (6/6) Installing zeromq (4.3.3-r0) 00:41:43 Executing busybox-1.31.1-r19.trigger 00:41:43 OK: 8 MiB in 20 packages 00:41:45 Removing intermediate container bebab8101335 00:41:45 ---> 4a53d6a55d3a 00:41:45 00:41:45 Step 10/22 : FROM alpine:3.12 00:41:45 ---> 389fef711851 00:41:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:41:45 Removing intermediate container 0fc36a237f32 00:41:45 ---> 88146da468d3 00:41:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:45 ---> Running in 268624ff18be 00:41:45 ---> 7e800bf0e161 00:41:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:41:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:45 (1/2) Installing ca-certificates (20191127-r4) 00:41:45 ---> 6774bc0a557a 00:41:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:41:45 (2/2) Installing dumb-init (1.2.2-r1) 00:41:45 Executing busybox-1.31.1-r19.trigger 00:41:45 Executing ca-certificates-20191127-r4.trigger 00:41:45 OK: 6 MiB in 16 packages 00:41:46 ---> 6627ac27b6a8 00:41:46 Step 19/23 : ENTRYPOINT ["/core-data"] 00:41:46 ---> Running in c0ecd552e52f 00:41:46 Removing intermediate container c0ecd552e52f 00:41:46 ---> 20e4da7e9a8e 00:41:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:47 ---> Running in e1cb00e2c92f 00:41:47 Removing intermediate container 268624ff18be 00:41:47 ---> 5f36fba0d834 00:41:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:41:47 ---> Running in 0fead179baa2 00:41:47 Removing intermediate container e1cb00e2c92f 00:41:47 ---> 0b4de91477f8 00:41:47 Step 21/23 : LABEL arch=x86_64 00:41:47 ---> Running in b99fadb8b8f4 00:41:47 Removing intermediate container 0fead179baa2 00:41:47 ---> fa92cdbdc030 00:41:47 Step 13/22 : ENV APP_PORT=48060 00:41:47 ---> Running in f107f65bb14c 00:41:47 Removing intermediate container b99fadb8b8f4 00:41:47 ---> 42a08722806c 00:41:47 Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:41:47 ---> Running in 36210944edd8 00:41:47 Removing intermediate container f107f65bb14c 00:41:47 ---> 1996ecbb5b8f 00:41:47 Step 14/22 : EXPOSE $APP_PORT 00:41:47 ---> Running in 8ca9eddac40b 00:41:47 Removing intermediate container 36210944edd8 00:41:47 ---> 3b4a5c08687e 00:41:47 Step 23/23 : LABEL version=0.0.0 00:41:47 ---> Running in 9f778b559bd3 00:41:48 Removing intermediate container 8ca9eddac40b 00:41:48 ---> 4dd967cec22b 00:41:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:48 Removing intermediate container 9f778b559bd3 00:41:48 ---> 9fc85af079a2 00:41:48 00:41:48 Successfully built 9fc85af079a2 00:41:48 Successfully tagged docker-core-data-go:latest 00:41:48  Building docker-core-data-go ... done  ---> c2bac15979bf 00:41:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:41:49 ---> 1af109aef846 00:41:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:41:49 ---> 9deb93a54557 00:41:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:41:49 ---> Running in 904bf535b70a 00:41:49 Removing intermediate container 904bf535b70a 00:41:49 ---> 691f371f15ba 00:41:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:49 ---> Running in dea39d882cba 00:41:49 Removing intermediate container dea39d882cba 00:41:49 ---> 4205f41e32a7 00:41:49 Step 20/22 : LABEL arch=x86_64 00:41:49 ---> Running in 02c1b03cb9c5 00:41:49 Removing intermediate container 02c1b03cb9c5 00:41:49 ---> 3a8a57894caa 00:41:49 Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:41:49 ---> Running in c76dafc129e1 00:41:50 Removing intermediate container c76dafc129e1 00:41:50 ---> 386a2b0d39c9 00:41:50 Step 22/22 : LABEL version=0.0.0 00:41:50 ---> Running in 49cf67353502 00:41:50 Removing intermediate container 49cf67353502 00:41:50 ---> 1661462496a1 00:41:50 00:41:50 Successfully built 1661462496a1 00:41:50 Successfully tagged docker-support-notifications-go:latest 00:41:50  Building docker-support-notifications-go ... done  [Pipeline] } 00:41:51 $ docker stop --time=1 2db0bf4b619c67a90b229d683e2cb61159ebfbd5f45518ca215edc2840653386 00:41:53 $ docker rm -f 2db0bf4b619c67a90b229d683e2cb61159ebfbd5f45518ca215edc2840653386 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:53 + docker images 00:41:53 + grep docker 00:41:54 docker-support-notifications-go latest 1661462496a1 4 seconds ago 17.5MB 00:41:54 docker-core-data-go latest 9fc85af079a2 6 seconds ago 22.3MB 00:41:54 docker-sys-mgmt-agent-go latest c0ae4af14f38 19 seconds ago 313MB 00:41:54 docker-security-proxy-setup-go latest d74eeed57db9 24 seconds ago 24.4MB 00:41:54 docker-core-metadata-go latest 096fae810aed 29 seconds ago 18.8MB 00:41:54 docker-security-bootstrapper-go latest 634adb1c186d About a minute ago 23.8MB 00:41:54 docker-security-secretstore-setup-go latest 14c24dd81d75 2 minutes ago 24.6MB 00:41:54 docker-core-command-go latest 90fde3b93b32 2 minutes ago 16.9MB 00:41:54 docker-support-scheduler-go latest 0f94a9b81497 2 minutes ago 17MB 00:41:54 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:42:10 Still waiting to schedule task 00:42:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:42:37 gofmt -l . 00:42:37 [ "`gofmt -l .`" = "" ] 00:42:37 ./bin/test-go-mod-tidy.sh 00:42:37 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:38 + ls -al . 00:42:38 total 712 00:42:38 drwxrwxr-x 9 1001 1001 4096 Feb 4 00:42 . 00:42:38 drwxr-xr-x 4 root root 4096 Feb 4 00:37 .. 00:42:38 -rw-rw-r-- 1 1001 1001 11 Feb 4 00:36 .dockerignore 00:42:38 drwxrwxr-x 8 1001 1001 4096 Feb 4 00:36 .git 00:42:38 drwxrwxr-x 3 1001 1001 4096 Feb 4 00:36 .github 00:42:38 -rw-rw-r-- 1 1001 1001 872 Feb 4 00:36 .gitignore 00:42:38 -rw-rw-r-- 1 1001 1001 166 Feb 4 00:36 .sonarcloud.properties 00:42:38 -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:36 Attribution.txt 00:42:38 -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:36 CONTRIBUTING.md 00:42:38 -rw-rw-r-- 1 1001 1001 931 Feb 4 00:36 Dockerfile.build 00:42:38 -rw-rw-r-- 1 1001 1001 863 Feb 4 00:36 Jenkinsfile 00:42:38 -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:36 LICENSE 00:42:38 -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:36 Makefile 00:42:38 -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:36 README.md 00:42:38 -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:36 SECURITY.md 00:42:38 -rw-rw-r-- 1 1001 1001 5 Feb 4 00:32 VERSION 00:42:38 -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:36 ZMQWindows.md 00:42:38 drwxrwxr-x 2 1001 1001 4096 Feb 4 00:36 bin 00:42:38 drwxrwxr-x 15 1001 1001 4096 Feb 4 00:36 cmd 00:42:38 -rw-r--r-- 1 root root 580808 Feb 4 00:40 coverage.out 00:42:38 -rw-r--r-- 1 root root 1054 Feb 4 00:42 go.mod 00:42:38 -rw-r--r-- 1 root root 19290 Feb 4 00:42 go.sum 00:42:38 drwxrwxr-x 8 1001 1001 4096 Feb 4 00:36 internal 00:42:38 drwxrwxr-x 4 1001 1001 4096 Feb 4 00:36 openapi 00:42:38 drwxrwxr-x 4 1001 1001 4096 Feb 4 00:36 snap 00:42:38 -rw-rw-r-- 1 1001 1001 168 Feb 4 00:36 version.go [Pipeline] sh 00:42:38 + '[' -e coverage.out ] 00:42:38 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:38 Warning: overwriting stash ‘coverage-report’ 00:42:40 Stashed 1 file(s) [Pipeline] sh 00:42:41 + make build 00:42:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43: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 00:44:01 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 00:44:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44:13 Running on prd-ubuntu18.04-docker-8c-8g-24824 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws 00:44:13 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:44:16 using credential edgex-jenkins-ssh 00:44:16 Cloning the remote Git repository 00:44:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:16 > git init /w/workspace/edgex-go/4 # timeout=10 00:44:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:16 > git --version # timeout=10 00:44:16 > git --version # 'git version 2.17.1' 00:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:44:19 $ docker stop --time=1 e30b44d4e4bc089c5c2b3e14726c8b433f090bc30f96bde08a006c40729329b8 00:44:22 $ docker rm -f e30b44d4e4bc089c5c2b3e14726c8b433f090bc30f96bde08a006c40729329b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:24 00:44:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:25 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:25 29e5d40040c1: Pulling fs layer 00:44:25 1ce36da41761: Pulling fs layer 00:44:25 25b303627fd3: Pulling fs layer 00:44:25 29e5d40040c1: Verifying Checksum 00:44:25 29e5d40040c1: Download complete 00:44:26 1ce36da41761: Verifying Checksum 00:44:26 1ce36da41761: Download complete 00:44:26 29e5d40040c1: Pull complete 00:44:28 1ce36da41761: Pull complete 00:44:30 25b303627fd3: Verifying Checksum 00:44:30 25b303627fd3: Download complete 00:44:40 25b303627fd3: Pull complete 00:44:40 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:40 prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container 00:44: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:44 $ docker top 8581dcad75a889c1d22e5efba8118d35d4e8a71847c6f606684ba9da72ebdb0a -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:45 + docker-compose build --help 00:44:45 + grep parallel 00:44:50 --parallel Build images in parallel. [Pipeline] } 00:44:50 $ docker stop --time=1 8581dcad75a889c1d22e5efba8118d35d4e8a71847c6f606684ba9da72ebdb0a 00:44:52 $ docker rm -f 8581dcad75a889c1d22e5efba8118d35d4e8a71847c6f606684ba9da72ebdb0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:53 . [Pipeline] withDockerContainer 00:44:53 prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container 00:44:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:55 $ docker top 03515115736ed81fde2671d7191bff4e574e3e26a4abce36555f2a60ae531c26 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:56 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:01 Building docker-core-command-go ... 00:45:01 Building docker-core-data-go ... 00:45:01 Building docker-core-metadata-go ... 00:45:01 Building docker-security-bootstrapper-go ... 00:45:01 Building docker-security-proxy-setup-go ... 00:45:01 Building docker-security-secretstore-setup-go ... 00:45:01 Building docker-support-notifications-go ... 00:45:01 Building docker-support-scheduler-go ... 00:45:01 Building docker-sys-mgmt-agent-go ... 00:45:01 Building docker-support-scheduler-go 00:45:01 Building docker-core-metadata-go 00:45:01 Building docker-support-notifications-go 00:45:01 Building docker-security-proxy-setup-go 00:45:01 Building docker-security-bootstrapper-go 00:45:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:45:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:45:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:45:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:45:11 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe 00:45:11 Merge succeeded, producing c2415b65fb16ce673a05601e292a61bc4c09ca2e 00:45:11 Checking out Revision c2415b65fb16ce673a05601e292a61bc4c09ca2e (PR-3112) 00:45:11 > git config core.sparsecheckout # timeout=10 00:45:11 > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 00:45:11 > git remote # timeout=10 00:45:11 > git config --get remote.origin.url # timeout=10 00:45:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:11 > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 00:45:11 > git rev-parse HEAD^{commit} # timeout=10 00:45:11 > git config core.sparsecheckout # timeout=10 00:45:11 > git checkout -f c2415b65fb16ce673a05601e292a61bc4c09ca2e # timeout=10 00:45:15 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" 00:45:15 > git rev-list --no-walk acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:16 + echo snap-build.sh 00:45:16 snap-build.sh 00:45:16 + SNAP_BASE_DIR=. 00:45:16 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:45:16 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:45:16 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:45:16 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:45:16 + cd /w/workspace/edgex-go/4 00:45:16 + sudo apt-get remove -qy --purge lxd lxd-client 00:45:16 Reading package lists... 00:45:16 Building dependency tree... 00:45:16 Reading state information... 00:45:17 The following packages were automatically installed and are no longer required: 00:45:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:45:17 uidmap xdelta3 00:45:17 Use 'sudo apt autoremove' to remove them. 00:45:17 The following packages will be REMOVED: 00:45:17 lxd* lxd-client* 00:45:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:45:17 After this operation, 31.7 MB disk space will be freed. 00:45:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:45:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:19 Removing lxd dnsmasq configuration 00:45:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:45:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:45:20 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:45:20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:45:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:21 Processing triggers for systemd (237-3ubuntu10.42) ... 00:45:21 Processing triggers for ureadahead (0.100.0-21) ... 00:45:23 + sudo snap remove --purge lxd 00:45:23 snap "lxd" is not installed 00:45:23 + sudo groupadd --force --system lxd 00:45:23 ++ whoami 00:45:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:45:23 + newgrp - lxd 00:45:23 + sudo snap install lxd 00:45:30 2021-02-04T00:45:28Z INFO Waiting for automatic snapd restart... 00:45:42 lxd 4.10 from Canonical* installed 00:45:42 + sudo lxd init --auto 00:45:51 + sudo snap install --classic snapcraft 00:45:56 snapcraft 4.4.4 from Canonical* installed 00:45:56 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:45:56 + patch --verbose -p1 00:45:56 Hmm... Looks like a unified diff to me... 00:45:56 The text leading up to this was: 00:45:56 -------------------------- 00:45:56 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:45:56 |From: Tony Espy 00:45:56 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:45:56 |Subject: [PATCH] optimize snap build for pipeline CI check 00:45:56 | 00:45:56 |This patch is used by the EdgeX CI pipeline builds to 00:45:56 |optimize the snap CI check run for pull requests. When 00:45:56 |applied, it essentially strips out everything (apps and 00:45:56 |parts) from the snapcraft.yaml file except those required 00:45:56 |to build edgex-go, as the whole idea of the CI check is to 00:45:56 |catch changes to edgex-go that break the snap build. 00:45:56 | 00:45:56 |In general, anyone updating snapcraft.yaml will also need 00:45:56 |to update this patch file, otherwise it may fail to apply, 00:45:56 |resulting in a failed snap build CI check in the associated 00:45:56 |pull request. 00:45:56 | 00:45:56 |Note - in addition to applying this patch, the pipeline also 00:45:56 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:45:56 |need to build the finally binary .snap file (and it won't 00:45:56 |work with the patch applied). This further reduces the build 00:45:56 |time. 00:45:56 |--- 00:45:56 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:45:56 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:45:56 | 00:45:56 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:45:56 |index 1e537489..faf42425 100644 00:45:56 |--- a/snap/snapcraft.yaml 00:45:56 |+++ b/snap/snapcraft.yaml 00:45:56 -------------------------- 00:45:56 patching file snap/snapcraft.yaml 00:45:56 Using Plan A... 00:45:56 Hunk #1 succeeded at 73. 00:45:56 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:45:56 Hunk #3 succeeded at 214 (offset -1 lines). 00:45:56 Hunk #4 succeeded at 222 (offset -1 lines). 00:45:56 Hunk #5 succeeded at 229 (offset -1 lines). 00:45:56 Hunk #6 succeeded at 256 (offset -1 lines). 00:45:56 Hunk #7 succeeded at 290 (offset -1 lines). 00:45:56 Hunk #8 succeeded at 342. 00:45:56 Hmm... Ignoring the trailing garbage. 00:45:56 done 00:45:56 + sudo snapcraft prime --use-lxd 00:45:57 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:45:57 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:45:57 - README.md 00:45:57 - snapcraft.yaml.orig 00:45:57 00:45:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:57 Launching a container. 00:46:10 Waiting for container to be ready 00:46:10 To start your first instance, try: lxc launch ubuntu:18.04 00:46:10 00:46:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:46:13 Waiting for network to be ready... 00:46:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:14 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:46:14 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:46:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:46:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:46:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:46:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:46:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:46:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:46:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:46:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:46:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:46:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:46:18 Fetched 23.9 MB in 4s (5708 kB/s) 00:46:19 Reading package lists... 00:46:19 Reading package lists... 00:46:19 Building dependency tree... 00:46:19 Reading state information... 00:46:19 The following additional packages will be installed: 00:46:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:46:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:46:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:46:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:46:19 Suggested packages: 00:46:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:46:19 Recommended packages: 00:46:19 gnupg libsasl2-modules 00:46:19 The following NEW packages will be installed: 00:46:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:46:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:46:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:46:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:46:19 The following packages will be upgraded: 00:46:19 gpg gpg-agent gpgconf libudev1 00:46:19 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:46:19 Need to get 3533 kB of archives. 00:46:19 After this operation, 13.3 MB of additional disk space will be used. 00:46:19 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:46:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:46:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:46:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:46:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:46:20 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] 00:46:20 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] 00:46:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:46:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:46:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:46:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:46:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:46:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:46:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:46:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:46:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:46:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:46:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:46:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:46:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:46:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:46:20 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:46:20 debconf: delaying package configuration, since apt-utils is not installed 00:46:20 Fetched 3533 kB in 1s (3578 kB/s) 00:46:20 (Reading database ... 12511 files and directories currently installed.) 00:46:20 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:46:20 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:20 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:46:21 Selecting previously unselected package udev. 00:46:21 (Reading database ... 12511 files and directories currently installed.) 00:46:21 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:46:21 Unpacking udev (237-3ubuntu10.44) ... 00:46:21 Selecting previously unselected package libfuse2:amd64. 00:46:21 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:46:21 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:21 Selecting previously unselected package fuse. 00:46:21 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:46:21 Unpacking fuse (2.9.7-1ubuntu1) ... 00:46:21 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:21 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:21 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:21 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:21 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:21 Selecting previously unselected package libksba8:amd64. 00:46:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:46:21 Unpacking libksba8:amd64 (1.3.5-2) ... 00:46:21 Selecting previously unselected package libroken18-heimdal:amd64. 00:46:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:46:22 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:46:22 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:46:22 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libwind0-heimdal:amd64. 00:46:22 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:46:22 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:46:22 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:46:22 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:46:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libsasl2-modules-db:amd64. 00:46:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:22 Selecting previously unselected package libsasl2-2:amd64. 00:46:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:23 Selecting previously unselected package libldap-common. 00:46:23 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:46:23 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:23 Selecting previously unselected package libldap-2.4-2:amd64. 00:46:23 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:46:23 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:23 Selecting previously unselected package dirmngr. 00:46:23 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:23 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:46:23 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:23 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:46:23 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:23 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:23 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:23 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:46:23 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:23 Setting up libksba8:amd64 (1.3.5-2) ... 00:46:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:23 Setting up udev (237-3ubuntu10.44) ... 00:46:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> b4349cfd5a46 00:46:23 Step 3/22 : WORKDIR /edgex-go 00:46:23 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> b4349cfd5a46 00:46:23 Step 3/31 : WORKDIR /edgex-go 00:46:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> b4349cfd5a46 00:46:23 Step 3/23 : WORKDIR /edgex-go 00:46:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> b4349cfd5a46 00:46:23 Step 3/21 : WORKDIR /edgex-go 00:46:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:23 ---> b4349cfd5a46 00:46:23 Step 3/22 : WORKDIR /edgex-go 00:46:23 ---> Running in 51305c0623cd 00:46:23 ---> Running in 37c49610ba5c 00:46:23 ---> Running in 7b76c55066ed 00:46:23 ---> Running in 9189c0caf8a4 00:46:23 ---> Running in 1a98ef4404eb 00:46:23 Removing intermediate container 9189c0caf8a4 00:46:23 ---> 4592cfd6aa33 00:46:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 Removing intermediate container 1a98ef4404eb 00:46:23 ---> 3952c4e71082 00:46:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 ---> Running in c67d79e72cc9 00:46:23 Removing intermediate container 37c49610ba5c 00:46:23 ---> be4d84026aae 00:46:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 Removing intermediate container 7b76c55066ed 00:46:23 ---> 0cb237cecbc8 00:46:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 Removing intermediate container 51305c0623cd 00:46:23 ---> f576c074c7e7 00:46:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:23 ---> Running in fa7705052ecf 00:46:23 ---> Running in ff454e23c94c 00:46:23 ---> Running in 0787a1b7af43 00:46:23 ---> Running in 9a714fc8504e 00:46:23 Removing intermediate container c67d79e72cc9 00:46:23 ---> 69e4f5fe0b8b 00:46:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:23 Removing intermediate container fa7705052ecf 00:46:23 ---> 6488f12f27b6 00:46:23 Step 5/21 : RUN apk add --update --no-cache make git 00:46:23 ---> Running in 738039008a99 00:46:23 ---> Running in 9d81aa5cd40a 00:46:23 Removing intermediate container 0787a1b7af43 00:46:23 ---> b52bf32a6a3f 00:46:23 Step 5/22 : RUN apk add --update --no-cache make git 00:46:23 ---> Running in 3577e7dba25f 00:46:23 Removing intermediate container 9a714fc8504e 00:46:23 ---> 2350b755df6d 00:46:23 Step 5/23 : RUN apk add --update --no-cache make git 00:46:23 Removing intermediate container ff454e23c94c 00:46:23 ---> 85ec40d06306 00:46:23 Step 5/31 : RUN apk add --update --no-cache make git 00:46:23 ---> Running in df0af8214238 00:46:23 ---> Running in c83a7c8b3314 00:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:23 invoke-rc.d: policy-rc.d denied execution of start. 00:46:23 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:23 Processing triggers for systemd (237-3ubuntu10) ... 00:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:24 Setting up fuse (2.9.7-1ubuntu1) ... 00:46:24 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:46:24 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:24 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:24 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:46:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:25 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:46:25 settings in the [Install] section, and DefaultInstance for template units). 00:46:25 This means they are not meant to be enabled using systemctl. 00:46:25 Possible reasons for having this kind of units are: 00:46:25 1) A unit may be statically enabled by being symlinked from another unit's 00:46:25 .wants/ or .requires/ directory. 00:46:25 2) A unit's purpose may be to act as a helper for some other unit which has 00:46:25 a requirement dependency on it. 00:46:25 3) A unit may be started when needed via activation (socket, path, timer, 00:46:25 D-Bus, udev, scripted systemctl call, ...). 00:46:25 4) In case of template units, the unit is meant to be enabled with some 00:46:25 instance name specified. 00:46:25 Reading package lists... 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:25 Building dependency tree... 00:46:25 Reading state information... 00:46:25 The following additional packages will be installed: 00:46:25 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:46:25 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:46:25 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:46:25 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:46:25 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:46:25 Suggested packages: 00:46:25 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:46:25 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:46:25 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:46:25 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:46:25 systemd-container policykit-1 00:46:25 Recommended packages: 00:46:25 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:25 The following NEW packages will be installed: 00:46:25 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:46:25 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:46:25 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:46:25 multiarch-support openssh-client python3 python3-minimal python3.6 00:46:25 python3.6-minimal snapd squashfs-tools sudo 00:46:25 The following packages will be upgraded: 00:46:25 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:46:25 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:46:25 Need to get 35.2 MB of archives. 00:46:25 After this operation, 141 MB of additional disk space will be used. 00:46:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:46:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:46:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:46:26 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:46:26 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:46:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:46:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:46:26 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:46:26 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:46:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:46:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:46:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:46:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:46:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:46:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:46:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:46:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:46:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:46:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:46:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:46:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:46:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:46:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:46:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:46:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:46:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:46:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:46:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:46:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:46:27 OK: 217 MiB in 51 packages 00:46:27 OK: 217 MiB in 51 packages 00:46:27 OK: 217 MiB in 51 packages 00:46:28 debconf: delaying package configuration, since apt-utils is not installed 00:46:28 Fetched 35.2 MB in 2s (15.0 MB/s) 00:46:28 (Reading database ... 12757 files and directories currently installed.) 00:46:28 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:46:28 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:28 OK: 217 MiB in 51 packages 00:46:28 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:46:28 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:28 OK: 217 MiB in 51 packages 00:46:28 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:46:29 Removing intermediate container 738039008a99 00:46:29 ---> fef342ab7f7d 00:46:29 Step 6/22 : COPY go.mod . 00:46:29 (Reading database ... 12757 files and directories currently installed.) 00:46:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:46:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:46:29 (Reading database ... 12757 files and directories currently installed.) 00:46:29 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:46:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:29 Removing intermediate container 3577e7dba25f 00:46:29 ---> 0e23ab4538c3 00:46:29 Step 6/22 : COPY go.mod . 00:46:29 Removing intermediate container 9d81aa5cd40a 00:46:29 ---> a1983959e221 00:46:29 Step 6/21 : COPY go.mod . 00:46:29 Setting up apt (1.6.12ubuntu0.2) ... 00:46:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:46:29 Removing intermediate container c83a7c8b3314 00:46:29 ---> f5494f466049 00:46:29 Step 6/31 : COPY go.mod . 00:46:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:46:30 (Reading database ... 12764 files and directories currently installed.) 00:46:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:46:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:46:30 ---> 16fe2a86ecde 00:46:30 Step 7/22 : RUN go mod download 00:46:30 Removing intermediate container df0af8214238 00:46:30 ---> b423b90b5de1 00:46:30 Step 6/23 : COPY go.mod . 00:46:30 Selecting previously unselected package libpython3.6-minimal:amd64. 00:46:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:30 Selecting previously unselected package libexpat1:amd64. 00:46:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:46:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:30 ---> Running in ea86ab8fb22a 00:46:30 ---> 7181c1d03108 00:46:30 Step 7/22 : RUN go mod download 00:46:31 Selecting previously unselected package python3.6-minimal. 00:46:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:46:31 ---> 1a0f19b5b40f 00:46:31 Step 7/21 : RUN go mod download 00:46:31 ---> Running in c8c976cabab4 00:46:31 Checking for services that may need to be restarted...done. 00:46:31 Checking for services that may need to be restarted...done. 00:46:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:31 ---> f4489938e7fa 00:46:31 Step 7/31 : RUN go mod download 00:46:31 ---> Running in 1267ce87b33b 00:46:31 ---> Running in 02d809f1f13f 00:46:32 Selecting previously unselected package python3-minimal. 00:46:32 (Reading database ... 13012 files and directories currently installed.) 00:46:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:46:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:46:32 Selecting previously unselected package mime-support. 00:46:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:46:32 Unpacking mime-support (3.60ubuntu1) ... 00:46:32 Selecting previously unselected package libmpdec2:amd64. 00:46:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:46:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:32 ---> 960b7763e877 00:46:32 Step 7/23 : RUN go mod download 00:46:32 ---> Running in b3f19eeec5bf 00:46:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:46:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:32 Selecting previously unselected package python3.6. 00:46:32 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:32 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:32 Selecting previously unselected package libpython3-stdlib:amd64. 00:46:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:46:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:32 Setting up python3-minimal (3.6.7-1~18.04) ... 00:46:32 Selecting previously unselected package python3. 00:46:32 (Reading database ... 13442 files and directories currently installed.) 00:46:32 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:46:32 Unpacking python3 (3.6.7-1~18.04) ... 00:46:32 Selecting previously unselected package multiarch-support. 00:46:32 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:46:32 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:46:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:46:33 Selecting previously unselected package liblzo2-2:amd64. 00:46:33 (Reading database ... 13479 files and directories currently installed.) 00:46:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:46:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:46:33 Selecting previously unselected package libbsd0:amd64. 00:46:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:46:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:33 Selecting previously unselected package sudo. 00:46:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:46:33 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:46:33 Selecting previously unselected package apparmor. 00:46:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:46:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:46:33 Selecting previously unselected package libedit2:amd64. 00:46:33 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:46:33 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:46:33 Selecting previously unselected package libkrb5support0:amd64. 00:46:33 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:46:33 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libk5crypto3:amd64. 00:46:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:46:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libkeyutils1:amd64. 00:46:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:46:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:34 Selecting previously unselected package libkrb5-3:amd64. 00:46:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:46:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:46:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:46:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libssl1.0.0:amd64. 00:46:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:46:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:34 Selecting previously unselected package openssh-client. 00:46:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:46:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:34 Selecting previously unselected package squashfs-tools. 00:46:34 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:46:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:34 Selecting previously unselected package snapd. 00:46:34 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:46:34 Unpacking snapd (2.48+18.04) ... 00:46:35 Removing intermediate container ea86ab8fb22a 00:46:35 ---> ac6555616416 00:46:35 Step 8/22 : COPY . . 00:46:36 Removing intermediate container c8c976cabab4 00:46:36 ---> 8a202f9e15d2 00:46:36 Step 8/22 : COPY . . 00:46:36 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:46:36 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:36 Setting up mime-support (3.60ubuntu1) ... 00:46:36 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:46:36 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:37 Setting up systemd (237-3ubuntu10.44) ... 00:46:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:46:37 Removing intermediate container 02d809f1f13f 00:46:37 ---> a104ea9f1b39 00:46:37 Step 8/31 : COPY . . 00:46:37 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:37 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:37 Removing intermediate container 1267ce87b33b 00:46:37 ---> e37b6b4ae46e 00:46:37 Step 8/21 : COPY . . 00:46:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:46:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:38 Removing intermediate container b3f19eeec5bf 00:46:38 ---> 533216d6391d 00:46:38 Step 8/23 : COPY . . 00:46:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:38 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:38 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:38 Setting up python3 (3.6.7-1~18.04) ... 00:46:38 running python rtupdate hooks for python3.6... 00:46:38 running python post-rtupdate hooks for python3.6... 00:46:38 Setting up apparmor (2.12-4ubuntu5.1) ... 00:46:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:46:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:41 Setting up snapd (2.48+18.04) ... 00:46:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:46:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:46:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:46:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:46:43 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:46:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:43 Processing triggers for systemd (237-3ubuntu10.44) ... 00:46:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:45 Reading package lists... 00:46:45 Reading package lists... 00:46:46 Building dependency tree... 00:46:46 Reading state information... 00:46:46 Calculating upgrade... 00:46:46 The following packages will be upgraded: 00:46:46 advancecomp base-files bash binutils binutils-common 00:46:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:46:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:46:46 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:46:46 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:46:46 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:46:46 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:46:46 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:46:46 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:46:46 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:46:46 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:46:46 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:46:46 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:46:46 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:46:46 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:46:46 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:46:46 Need to get 63.8 MB of archives. 00:46:46 After this operation, 5188 kB of additional disk space will be used. 00:46:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:46:46 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:46:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:46:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:46:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:46:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:46:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:46:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:46:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:46:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:46:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:46:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:46:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:46:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:46:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:46:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:46:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:46:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:46:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:46:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:46:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:46:47 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:46:47 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:46:47 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:46:47 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:46:47 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:46:47 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:46:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:46:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:46:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:46:47 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:46:47 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:46:47 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:46:47 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:46:47 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:46:47 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:46:47 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:46:47 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:46:47 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:46:47 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:46:47 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:46:47 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:46:47 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:46:47 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:46:47 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:46:47 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:46:47 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:46:47 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:46:47 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] 00:46:47 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:46:47 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:46:47 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:46:47 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:46:47 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:46:47 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:46:47 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:46:47 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:46:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:46:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:46:47 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:46:47 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:46:47 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:46:47 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:46:47 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:46:47 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:46:47 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:46:47 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:46:47 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:46:47 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:46:47 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:46:47 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:46:47 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:46:47 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:46:47 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:46:47 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:46:47 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:46:48 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:46:48 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:46:48 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:46:48 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:46:48 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:46:48 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:46:48 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] 00:46:48 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:46:48 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:46:48 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] 00:46:48 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:46:48 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:46:48 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:46:48 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:46:48 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:46:48 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:46:48 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:46:48 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:46:48 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:46:48 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:46:48 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:46:48 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:46:48 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:46:48 debconf: delaying package configuration, since apt-utils is not installed 00:46:48 Fetched 63.8 MB in 2s (28.3 MB/s) 00:46:48 (Reading database ... 13912 files and directories currently installed.) 00:46:48 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:46:48 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:49 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:49 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:49 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:46:49 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:46:50 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:50 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:50 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:50 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:51 (Reading database ... 13911 files and directories currently installed.) 00:46:51 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:46:51 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:46:51 (Reading database ... 13911 files and directories currently installed.) 00:46:51 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:52 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:52 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:52 (Reading database ... 13911 files and directories currently installed.) 00:46:52 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:46:52 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:53 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:46:53 (Reading database ... 13911 files and directories currently installed.) 00:46:53 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:46:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:46:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:46:53 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:46:53 Setting up base-files (10.1ubuntu2.10) ... 00:46:53 Installing new version of config file /etc/issue ... 00:46:53 Installing new version of config file /etc/issue.net ... 00:46:53 Installing new version of config file /etc/lsb-release ... 00:46:53 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:46:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:46:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:46:53 Removing obsolete conffile /etc/default/motd-news ... 00:46:54 (Reading database ... 13912 files and directories currently installed.) 00:46:54 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:46:54 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:46:54 Setting up bash (4.4.18-2ubuntu1.2) ... 00:46:54 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:46:54 (Reading database ... 13912 files and directories currently installed.) 00:46:54 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:54 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:46:54 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:46:54 (Reading database ... 13912 files and directories currently installed.) 00:46:54 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:46:54 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:46:54 Setting up tar (1.29b-2ubuntu0.2) ... 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:46:55 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:55 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:55 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:55 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:55 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:55 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:46:55 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:46:55 Setting up grep (3.1-2build1) ... 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:56 Setting up login (1:4.5-1ubuntu2) ... 00:46:56 (Reading database ... 13912 files and directories currently installed.) 00:46:56 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:56 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:56 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:46:56 (Reading database ... 13912 files and directories currently installed.) 00:46:56 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:57 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:46:57 (Reading database ... 13912 files and directories currently installed.) 00:46:57 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:46:57 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:58 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:58 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:59 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:59 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:59 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:46:59 (Reading database ... 13912 files and directories currently installed.) 00:46:59 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:46:59 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:46:59 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:46:59 (Reading database ... 13912 files and directories currently installed.) 00:46:59 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:59 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:59 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:59 (Reading database ... 13912 files and directories currently installed.) 00:46:59 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:00 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:00 (Reading database ... 13912 files and directories currently installed.) 00:47:00 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:00 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:00 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:00 (Reading database ... 13912 files and directories currently installed.) 00:47:00 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:00 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:00 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:00 (Reading database ... 13912 files and directories currently installed.) 00:47:00 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:00 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:00 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:00 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:00 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:00 (Reading database ... 13912 files and directories currently installed.) 00:47:00 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:01 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:01 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:01 (Reading database ... 13912 files and directories currently installed.) 00:47:01 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:01 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:01 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:01 (Reading database ... 13912 files and directories currently installed.) 00:47:01 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:01 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:01 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:47:01 (Reading database ... 13912 files and directories currently installed.) 00:47:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:01 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:02 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:47:02 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:47:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:47:02 (Reading database ... 13912 files and directories currently installed.) 00:47:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:47:02 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:47:03 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:47:03 (Reading database ... 13912 files and directories currently installed.) 00:47:03 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:47:03 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:03 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:47:03 (Reading database ... 13914 files and directories currently installed.) 00:47:03 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:47:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:47:03 Setting up debconf (1.5.66ubuntu1) ... 00:47:03 (Reading database ... 13914 files and directories currently installed.) 00:47:03 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:47:04 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:47:04 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:47:04 (Reading database ... 13914 files and directories currently installed.) 00:47:04 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:47:04 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:47:04 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:47:04 (Reading database ... 13914 files and directories currently installed.) 00:47:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:04 (Reading database ... 13914 files and directories currently installed.) 00:47:04 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:04 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:05 (Reading database ... 13914 files and directories currently installed.) 00:47:05 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:05 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:05 ---> 649104e399b6 00:47:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:05 ---> 025b7bf2fdaf 00:47:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:05 ---> e6e432c05fbf 00:47:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:05 ---> 35a3e13827aa 00:47:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:05 ---> 1c7e91351d01 00:47:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:05 ---> Running in 7240ff893d00 00:47:05 ---> Running in 384954b8cfd7 00:47:05 ---> Running in 6363bc1fa186 00:47:05 ---> Running in cef40d1bb069 00:47:05 ---> Running in 46628440891e 00:47:05 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:05 (Reading database ... 13914 files and directories currently installed.) 00:47:05 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:47:05 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:47:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:06 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:06 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:47:06 (Reading database ... 13914 files and directories currently installed.) 00:47:06 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:47:06 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:47:06 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:47:06 (Reading database ... 13914 files and directories currently installed.) 00:47:06 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:47:06 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:06 (Reading database ... 13914 files and directories currently installed.) 00:47:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:07 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:47:07 (Reading database ... 13914 files and directories currently installed.) 00:47:07 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:47:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:47:07 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:47:07 (Reading database ... 13914 files and directories currently installed.) 00:47:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:47:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:47:07 Setting up passwd (1:4.5-1ubuntu2) ... 00:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:07 (Reading database ... 13914 files and directories currently installed.) 00:47:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:47:07 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:08 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:47:08 (Reading database ... 13914 files and directories currently installed.) 00:47:08 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:47:08 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:47:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:47:08 (Reading database ... 13914 files and directories currently installed.) 00:47:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:47:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:47:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:47:09 (Reading database ... 13914 files and directories currently installed.) 00:47:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:47:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:47:09 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:47:09 (Reading database ... 13914 files and directories currently installed.) 00:47:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:47:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:47:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:47:09 (Reading database ... 13914 files and directories currently installed.) 00:47:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:47:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:47:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:47:09 (Reading database ... 13914 files and directories currently installed.) 00:47:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:47:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:47:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:47:10 (Reading database ... 13915 files and directories currently installed.) 00:47:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:47:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:47:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:47:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:47:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:47:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:47:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:47:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:47:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:47:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:47:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:47:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:47:11 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:47:11 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:47:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:47:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:47:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:47:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:47:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:47:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:47:12 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:47:12 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:47:12 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:47:12 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:47:13 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:47:13 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:47:13 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:47:13 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:47:13 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:13 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:14 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:14 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:14 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:14 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:14 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:14 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:14 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:14 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:15 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:15 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:16 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:17 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:17 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:17 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:17 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:18 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:18 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:18 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:18 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:18 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:47:18 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:47:19 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:47:19 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:47:19 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:47:19 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:47:19 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:19 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:19 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:19 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:19 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:47:19 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:47:19 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:47:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:47:20 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:47:20 00:47:20 Current default time zone: 'Etc/UTC' 00:47:20 Local time is now: Thu Feb 4 00:47:20 UTC 2021. 00:47:20 Universal Time is now: Thu Feb 4 00:47:20 UTC 2021. 00:47:20 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:47:20 00:47:20 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:47:20 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:20 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:47:20 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:47:20 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:47:20 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:47:20 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:47:20 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:47:20 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:47:20 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:47:20 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:20 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:47:20 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:20 Setting up patch (2.7.6-2ubuntu1.1) ... 00:47:20 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:47:20 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:47:20 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:47:20 Installing new version of config file /etc/ssl/openssl.cnf ... 00:47:21 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:47:21 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:47:21 Setting up ca-certificates (20210119~18.04.1) ... 00:47:22 Updating certificates in /etc/ssl/certs... 00:47:23 23 added, 27 removed; done. 00:47:23 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:47:23 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:23 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:47:23 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:47:23 Setting up pkgbinarymangler (138.18.04.1) ... 00:47:23 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:47:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:23 Setting up perl (5.26.1-6ubuntu0.5) ... 00:47:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:47:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:47:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:47:24 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:47:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:47:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:47:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:47:24 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:47:24 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:47:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:24 Processing triggers for systemd (237-3ubuntu10.44) ... 00:47:24 Processing triggers for mime-support (3.60ubuntu1) ... 00:47:24 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:47:24 Updating certificates in /etc/ssl/certs... 00:47:25 0 added, 0 removed; done. 00:47:25 Running hooks in /etc/ca-certificates/update.d... 00:47:25 done. 00:47:25 Reading package lists... 00:47:25 Building dependency tree... 00:47:25 Reading state information... 00:47:25 The following NEW packages will be installed: 00:47:25 apt-transport-https 00:47:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:47:25 Need to get 1696 B of archives. 00:47:25 After this operation, 153 kB of additional disk space will be used. 00:47:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:47:25 debconf: delaying package configuration, since apt-utils is not installed 00:47:25 Fetched 1696 B in 0s (42.0 kB/s) 00:47:25 Selecting previously unselected package apt-transport-https. 00:47:25 (Reading database ... 13920 files and directories currently installed.) 00:47:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:47:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:47:26 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:47:26 Waiting for network to be ready... 00:47:31 2021-02-04T00:47:29Z INFO Waiting for automatic snapd restart... 00:47:31 snapd 2.48.2 from Canonical* installed 00:47:32 "snapd" switched to the "latest/stable" channel 00:47:32 00:47:35 core18 20201210 from Canonical* installed 00:47:35 "core18" switched to the "latest/stable" channel 00:47:35 00:47:38 snapcraft 4.4.4 from Canonical* installed 00:47:38 "snapcraft" switched to the "latest/stable" channel 00:47:38 00:47:41 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:47:41 - README.md 00:47:41 - snapcraft.yaml.orig 00:47:41 00:47:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:47:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:49 Reading package lists... 00:47:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:47:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:56 Reading package lists... 00:47:56 Building dependency tree... 00:47:56 Reading state information... 00:47:56 Suggested packages: 00:47:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:47:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:47:56 Recommended packages: 00:47:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:47:56 The following NEW packages will be installed: 00:47:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:47:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:47:56 pkg-config zip 00:47:56 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:47:56 Need to get 7655 kB of archives. 00:47:56 After this operation, 43.7 MB of additional disk space will be used. 00:47:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:47:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:47:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:47:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:47:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:47:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:47:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:47:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:47:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:47:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:47:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:47:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:47:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:47:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:47:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:47:57 debconf: delaying package configuration, since apt-utils is not installed 00:47:57 Fetched 7655 kB in 1s (8157 kB/s) 00:47:57 Selecting previously unselected package libglib2.0-0:amd64. 00:47:57 (Reading database ... 13924 files and directories currently installed.) 00:47:57 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:47:57 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:47:57 Selecting previously unselected package libpsl5:amd64. 00:47:57 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:47:57 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:47:57 Selecting previously unselected package libnghttp2-14:amd64. 00:47:57 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:47:57 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:57 Selecting previously unselected package librtmp1:amd64. 00:47:57 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:47:57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:57 Selecting previously unselected package libcurl3-gnutls:amd64. 00:47:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:47:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:57 Selecting previously unselected package liberror-perl. 00:47:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:47:57 Unpacking liberror-perl (0.17025-1) ... 00:47:58 Selecting previously unselected package git-man. 00:47:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:47:58 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:47:58 Selecting previously unselected package git. 00:47:58 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:47:58 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:47:58 Selecting previously unselected package libnorm1:amd64. 00:47:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:47:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:59 Selecting previously unselected package libpgm-5.2-0:amd64. 00:47:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:47:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:59 Selecting previously unselected package libsodium23:amd64. 00:47:59 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:47:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:47:59 Selecting previously unselected package libzmq5:amd64. 00:47:59 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:59 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:59 Selecting previously unselected package libzmq3-dev:amd64. 00:47:59 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:59 Selecting previously unselected package pkg-config. 00:47:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:47:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:47:59 Selecting previously unselected package zip. 00:47:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:47:59 Unpacking zip (3.0-11build1) ... 00:47:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:47:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:59 Setting up liberror-perl (0.17025-1) ... 00:48:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:48:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:48:00 No schema files found: doing nothing. 00:48:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:48:00 Setting up zip (3.0-11build1) ... 00:48:00 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:48:00 Setting up libsodium23:amd64 (1.0.16-2) ... 00:48:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:48:00 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:48:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:48:00 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:48:00 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:48:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:48:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:06 git set to automatically installed. 00:48:06 git-man set to automatically installed. 00:48:06 libcurl3-gnutls set to automatically installed. 00:48:06 liberror-perl set to automatically installed. 00:48:06 libglib2.0-0 set to automatically installed. 00:48:06 libnghttp2-14 set to automatically installed. 00:48:06 libnorm1 set to automatically installed. 00:48:06 libpgm-5.2-0 set to automatically installed. 00:48:06 libpsl5 set to automatically installed. 00:48:06 librtmp1 set to automatically installed. 00:48:06 libsodium23 set to automatically installed. 00:48:06 libzmq3-dev set to automatically installed. 00:48:06 libzmq5 set to automatically installed. 00:48:06 pkg-config set to automatically installed. 00:48:06 zip set to automatically installed. 00:48:08 snapd is not logged in, snap install commands will use sudo 00:48:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:15 snap "core18" has no updates available 00:48:15 Pulling config-common 00:48:16 Pulling go-build-helper 00:48:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:38 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:48:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:48:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:48:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:48:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:48:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:48:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:48:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:48:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:48:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:48:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:48:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:48:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:48:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:48:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:48:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:48:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:48:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:48:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:48:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:48:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:48:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:48:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:48:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:48:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:48:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:48:38 Fetched 23.9 MB in 0s (0 B/s) 00:48:38 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:48:38 Fetched 96.5 kB in 0s (0 B/s) 00:48:38 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:48:38 Fetched 279 kB in 0s (0 B/s) 00:48:38 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:48:38 Fetched 122 kB in 0s (0 B/s) 00:48:38 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:48:38 Fetched 77.8 kB in 0s (0 B/s) 00:48:38 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:48:38 Fetched 8848 B in 0s (0 B/s) 00:48:38 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:48:38 Fetched 47.8 kB in 0s (0 B/s) 00:48:38 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:48:38 Fetched 45.6 kB in 0s (0 B/s) 00:48:38 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:48:38 Fetched 15.0 kB in 0s (0 B/s) 00:48:38 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:48:38 Fetched 214 kB in 0s (0 B/s) 00:48:38 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:48:38 Fetched 155 kB in 0s (0 B/s) 00:48:38 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:48:38 Fetched 50.6 kB in 0s (0 B/s) 00:48:38 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:48:38 Fetched 14.8 kB in 0s (0 B/s) 00:48:38 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:48:38 Fetched 41.8 kB in 0s (0 B/s) 00:48:38 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:48:38 Fetched 499 kB in 0s (0 B/s) 00:48:38 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:48:38 Fetched 111 kB in 0s (0 B/s) 00:48:38 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:48:38 Fetched 240 kB in 0s (0 B/s) 00:48:38 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:48:38 Fetched 29.3 kB in 0s (0 B/s) 00:48:38 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:48:38 Fetched 85.5 kB in 0s (0 B/s) 00:48:38 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:48:38 Fetched 24.5 kB in 0s (0 B/s) 00:48:38 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:48:38 Fetched 49.2 kB in 0s (0 B/s) 00:48:38 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:48:38 Fetched 54.2 kB in 0s (0 B/s) 00:48:38 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:48:38 Fetched 30.8 kB in 0s (0 B/s) 00:48:38 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:48:38 Fetched 17.0 kB in 0s (0 B/s) 00:48:38 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:48:38 Fetched 85.9 kB in 0s (0 B/s) 00:48:38 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:48:38 Fetched 8720 B in 0s (0 B/s) 00:48:38 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:48:38 Fetched 137 kB in 0s (0 B/s) 00:48:38 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:48:38 Fetched 119 kB in 0s (0 B/s) 00:48:38 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:48:38 Fetched 109 kB in 0s (0 B/s) 00:48:38 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:48:38 Fetched 11.1 kB in 0s (0 B/s) 00:48:38 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:48:38 Fetched 645 kB in 0s (0 B/s) 00:48:38 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:48:38 Fetched 41.3 kB in 0s (0 B/s) 00:48:38 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:48:38 Fetched 17.9 kB in 0s (0 B/s) 00:48:38 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:48:38 Fetched 368 kB in 0s (0 B/s) 00:48:38 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:48:38 Fetched 187 kB in 0s (0 B/s) 00:48:38 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:48:38 Fetched 175 kB in 0s (0 B/s) 00:48:38 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:48:40 Fetched 206 kB in 0s (0 B/s) 00:48:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:48:40 Fetched 1301 kB in 0s (0 B/s) 00:48:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:48:40 Fetched 36.2 kB in 0s (0 B/s) 00:48:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:48:40 Fetched 159 kB in 0s (0 B/s) 00:48:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:48:40 Fetched 107 kB in 0s (0 B/s) 00:48:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:48:40 Fetched 48.7 kB in 0s (0 B/s) 00:48:40 Pulling static-packages 00:48:41 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:48:41 Skipping pull go-build-helper (already ran) 00:48:41 Skipping pull static-packages (already ran) 00:48:41 Building go-build-helper 00:48:44 Building static-packages 00:48:46 Staging go-build-helper 00:48:47 Staging static-packages 00:48:48 Pulling go115 00:48:49 'edgex-go' has dependencies that need to be staged: go115 00:48:49 Skipping pull go115 (already ran) 00:48:49 Building go115 00:48:49 % Total % Received % Xferd Average Speed Time Time Time Current 00:48:49 Dload Upload Total Spent Left Speed 00:48:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 2127k 0 0 9806k 0 0:00:12 --:--:-- 0:00:12 9761k 41 115M 41 47.7M 0 0 39.4M 0 0:00:02 0:00:01 0:00:01 39.4M 91 115M 91 105M 0 0 47.9M 0 0:00:02 0:00:02 --:--:-- 47.8M 100 115M 100 115M 0 0 47.9M 0 0:00:02 0:00:02 --:--:-- 47.9M 00:48:52 go1.15.2.linux-amd64.tar.gz: OK 00:48:56 Staging go115 00:49:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:00 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 00:49:01 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:49:01 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:01 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:01 Fetched 0 B in 0s (0 B/s) 00:49:01 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:49:01 Fetched 224 kB in 0s (0 B/s) 00:49:01 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:49:01 Fetched 157 kB in 0s (0 B/s) 00:49:01 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:49:01 Fetched 221 kB in 0s (0 B/s) 00:49:01 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:49:01 Fetched 143 kB in 0s (0 B/s) 00:49:01 Pulling edgex-go 00:49:02 Pulling version 00:49:03 Building config-common 00:49:05 Skipping build go-build-helper (already ran) 00:49:05 Skipping build static-packages (already ran) 00:49:05 Skipping build go115 (already ran) 00:49:05 Building edgex-go 00:49:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:06 go: downloading github.com/gorilla/mux v1.8.0 00:49:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 00:49:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.6 00:49:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:49:06 go: downloading github.com/google/uuid v1.2.0 00:49:06 go: downloading github.com/imdario/mergo v0.3.11 00:49:06 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:49:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:49:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:49:06 go: downloading github.com/pkg/errors v0.8.1 00:49:06 go: downloading gopkg.in/yaml.v2 v2.4.0 00:49:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:49:06 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:49:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:49:06 go: downloading github.com/BurntSushi/toml v0.3.1 00:49:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:49:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:49:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:49:06 go: downloading github.com/pebbe/zmq4 v1.2.2 00:49:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:49:06 go: downloading github.com/go-kit/kit v0.8.0 00:49:06 go: downloading github.com/pelletier/go-toml v1.2.0 00:49:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:49:06 go: downloading github.com/hashicorp/consul/api v1.1.0 00:49:06 go: downloading github.com/x448/float16 v0.8.4 00:49:06 go: downloading github.com/go-playground/universal-translator v0.17.0 00:49:06 go: downloading github.com/leodido/go-urn v1.2.0 00:49:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:49:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:49:06 go: downloading github.com/mitchellh/copystructure v1.0.0 00:49:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:49:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:49:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:49:06 go: downloading github.com/go-playground/locales v0.13.0 00:49:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:49:06 go: downloading github.com/hashicorp/serf v0.8.2 00:49:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:49:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:49:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:49:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:49:13 Removing intermediate container cef40d1bb069 00:49:13 ---> bd2255b134f8 00:49:13 00:49:13 Step 10/21 : FROM alpine:3.12 00:49:13 3.12: Pulling from library/alpine 00:49:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:13 Status: Downloaded newer image for alpine:3.12 00:49:13 ---> afeebe901d6b 00:49:13 Step 11/21 : RUN apk add --update --no-cache curl 00:49:13 ---> Running in 0af7909a68ca 00:49: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 00:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:16 (1/4) Installing ca-certificates (20191127-r4) 00:49:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:16 (3/4) Installing libcurl (7.69.1-r3) 00:49:16 (4/4) Installing curl (7.69.1-r3) 00:49:16 Executing busybox-1.31.1-r19.trigger 00:49:16 Executing ca-certificates-20191127-r4.trigger 00:49:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:49:17 OK: 7 MiB in 18 packages 00:49: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 00:49:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49: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 00:49:19 go: downloading github.com/stretchr/testify v1.7.0 00:49:19 go: downloading github.com/davecgh/go-spew v1.1.1 00:49:19 go: downloading github.com/pmezard/go-difflib v1.0.0 00:49:19 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:49:20 Removing intermediate container 0af7909a68ca 00:49:20 ---> 60f3f0f88262 00:49:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:20 ---> Running in d69d7bc1dda5 00:49:21 Removing intermediate container d69d7bc1dda5 00:49:21 ---> 79d18894d8fe 00:49:21 Step 13/21 : WORKDIR /edgex 00:49: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 00:49:21 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:49:21 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:49:21 ---> Running in b1b5f11b871b 00:49:22 Removing intermediate container b1b5f11b871b 00:49:22 ---> 091db5efb7f3 00:49:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49: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 00:49:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:49:24 ---> 0792067d522b 00:49:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:49: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 00:49: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 00:49:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:49:27 go: downloading github.com/lib/pq v1.9.0 00:49:27 Removing intermediate container 6363bc1fa186 00:49:27 ---> 68ab6e21a3ae 00:49:27 00:49:27 Step 10/31 : FROM alpine:3.12 00:49:27 ---> afeebe901d6b 00:49:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:27 ---> 06951ae16637 00:49:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:27 ---> Running in b7848b8cc610 00:49:29 Removing intermediate container b7848b8cc610 00:49:29 ---> 945381eb46f4 00:49:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:29 Building version 00:49:29 ---> Running in 2935c094709d 00:49:29 ---> f78c5ca593c8 00:49:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:30 ---> Running in 17cb25f6f122 00:49:31 Staging config-common 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:32 Removing intermediate container 17cb25f6f122 00:49:32 ---> 9f47e00b9c07 00:49:32 Step 18/21 : CMD ["--init=true"] 00:49:32 Skipping stage go-build-helper (already ran) 00:49:32 Skipping stage static-packages (already ran) 00:49:32 Skipping stage go115 (already ran) 00:49:32 Staging edgex-go 00:49:32 (1/2) Installing dumb-init (1.2.2-r1) 00:49:32 (2/2) Installing su-exec (0.2-r1) 00:49:32 Executing busybox-1.31.1-r19.trigger 00:49:32 OK: 5 MiB in 16 packages 00:49:32 ---> Running in 3b05cf8d06b8 00:49:33 Staging version 00:49:34 Priming config-common 00:49:34 Removing intermediate container 3b05cf8d06b8 00:49:34 ---> ba621fee15ef 00:49:34 Step 19/21 : LABEL arch=arm64 00:49:35 Priming go-build-helper 00:49:35 Removing intermediate container 46628440891e 00:49:35 ---> 916506bcf8c8 00:49:35 00:49:35 Step 10/22 : FROM alpine:3.12 00:49:35 ---> afeebe901d6b 00:49:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:35 Removing intermediate container 7240ff893d00 00:49:35 ---> b9c7ab37713b 00:49:35 00:49:35 Step 10/22 : FROM alpine:3.12 00:49:35 ---> afeebe901d6b 00:49:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:35 ---> Running in 771dccd34a96 00:49:35 Removing intermediate container 2935c094709d 00:49:35 ---> 9c2c6339660a 00:49:35 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:35 ---> Running in 3e4f90181032 00:49:35 ---> Running in cad29027e18c 00:49:35 ---> Running in cfa2c623d3e5 00:49:36 Priming static-packages 00:49:36 Removing intermediate container 771dccd34a96 00:49:36 ---> bfa637ef1b8e 00:49:36 Step 20/21 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:49:36 ---> Running in bea60ca5f1f2 00:49:36 Removing intermediate container cad29027e18c 00:49:36 ---> 611686c40a89 00:49:36 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:37 ---> Running in 5dd5a13da7a4 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 Removing intermediate container bea60ca5f1f2 00:49:37 ---> 41c09e0bb331 00:49:37 Step 21/21 : LABEL version=0.0.0 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:38 Priming go115 00:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:38 ---> Running in 6867be77eafe 00:49:38 Removing intermediate container 5dd5a13da7a4 00:49:38 ---> 954bb0681ebc 00:49:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:38 (1/1) Installing dumb-init (1.2.2-r1) 00:49:38 Executing busybox-1.31.1-r19.trigger 00:49:38 OK: 5 MiB in 15 packages 00:49:38 ---> Running in 08d6dea8216e 00:49:39 Priming edgex-go 00:49:39 Removing intermediate container 6867be77eafe 00:49:39 ---> 47b36aa1164b 00:49:39 00:49:39 (1/2) Installing ca-certificates (20191127-r4) 00:49:39 (2/2) Installing dumb-init (1.2.2-r1) 00:49:39 Executing busybox-1.31.1-r19.trigger 00:49:39 Executing ca-certificates-20191127-r4.trigger 00:49:39 Removing intermediate container 384954b8cfd7 00:49:39 ---> 7741cb7db628 00:49:39 00:49:39 Step 10/23 : FROM alpine:3.12 00:49:39 ---> afeebe901d6b 00:49:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:39 Priming version 00:49:40 OK: 6 MiB in 16 packages 00:49:40 Successfully built 47b36aa1164b 00:49:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:40  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:49:40 ---> Running in a15df418605a 00:49:40 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:49:41 Removing intermediate container 3e4f90181032 00:49:41 ---> be27b2dd732a 00:49:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:41 ---> Running in 06c95edcb142 00:49:42 Removing intermediate container 06c95edcb142 00:49:42 ---> 1b85aa4460ad 00:49:42 Step 13/22 : ENV APP_PORT=48085 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 00:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:49:43 ---> Running in e80c3647904e 00:49:43 (1/1) Installing dumb-init (1.2.2-r1) 00:49:43 Executing busybox-1.31.1-r19.trigger 00:49:43 OK: 5 MiB in 15 packages 00:49:43 Removing intermediate container cfa2c623d3e5 00:49:43 ---> 6e793e965446 00:49:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:44 ---> Running in 717ba6b3abcd 00:49:44 Removing intermediate container e80c3647904e 00:49:44 ---> 6b7bb3bb0cdd 00:49:44 Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container 08d6dea8216e 00:49:44 00:49:44 ---> 2b71ae7ad4a9 00:49:44 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:45 ---> Running in a8d8147e4ec6 00:49:45 ---> Running in 6e0d2f37e29e 00:49:45 Removing intermediate container 717ba6b3abcd 00:49:45 ---> 735ab7348751 00:49:45 Step 13/22 : ENV APP_PORT=48060 00:49:45 Removing intermediate container a15df418605a 00:49:45 ---> 79189baaf63a 00:49:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:46 ---> Running in bec507533964 00:49:46 Removing intermediate container 6e0d2f37e29e 00:49:46 ---> e06ed5b41256 00:49:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:46 ---> Running in acdeff93f7a3 00:49:46 Removing intermediate container a8d8147e4ec6 00:49:46 ---> 38e7c3ef65b5 00:49:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:47 Removing intermediate container bec507533964 00:49:47 ---> 6ff6c28c4e29 00:49:47 Step 14/22 : EXPOSE $APP_PORT 00:49:47 Removing intermediate container acdeff93f7a3 00:49:47 ---> 3bf5c36b56b5 00:49:47 Step 13/23 : ENV APP_PORT=48081 00:49:47 ---> 96c13442075f 00:49:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:47 ---> Running in 736f98f4f888 00:49:48 ---> Running in c5cd0e0ff500 00:49:48 ---> 8d93940073ff 00:49:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:48 ---> Running in d2711f217351 00:49:48 Removing intermediate container 736f98f4f888 00:49:48 ---> 67a19aa3d55e 00:49:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:48 Removing intermediate container c5cd0e0ff500 00:49:48 ---> dd48355dd97c 00:49:48 Step 14/23 : EXPOSE $APP_PORT 00:49:49 ---> Running in 6dc9e40a6432 00:49:49 ---> 485358d3b850 00:49:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:50 ---> c37f4ecd4642 00:49:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:50 Removing intermediate container 6dc9e40a6432 00:49:50 ---> 2bc3f790c955 00:49:50 Step 15/23 : WORKDIR / 00:49:50 ---> Running in 600fed7851df 00:49:51 ---> 15b879661c28 00:49:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:52 ---> Running in bad4813d456c 00:49:52 Removing intermediate container 600fed7851df 00:49:52 ---> 13b49b43402f 00:49:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:52 Removing intermediate container d2711f217351 00:49:52 ---> 471cfb9f5539 00:49:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:52 ---> d83cadc0c74d 00:49:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:53 Removing intermediate container bad4813d456c 00:49:53 ---> 5595f1d81b76 00:49:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:53 ---> 4e192fa3a30c 00:49:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:53 ---> Running in 4cbb8e606883 00:49:54 ---> bb3cbf2560ff 00:49:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:54 ---> 3237bcb71a0d 00:49:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:54 Removing intermediate container 4cbb8e606883 00:49:54 ---> dc387117c102 00:49:54 Step 20/22 : LABEL arch=arm64 00:49:55 ---> Running in 4ff8e7fb13a1 00:49:55 ---> Running in 4b9b925d5731 00:49:55 ---> 9cbbbcfe98f6 00:49:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:56 Removing intermediate container 4ff8e7fb13a1 00:49:56 ---> 218fce208179 00:49:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:56 Removing intermediate container 4b9b925d5731 00:49:56 ---> f81c598b6df1 00:49:56 Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:49:56 ---> Running in ff846a1cf70c 00:49:57 ---> Running in da5edc47fd0f 00:49:57 ---> 171c3807b01f 00:49:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:57 ---> 79f60d789a88 00:49:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:57 Removing intermediate container ff846a1cf70c 00:49:57 ---> 6eabd668e100 00:49:57 Step 20/22 : LABEL arch=arm64 00:49:57 ---> Running in 3633646b835a 00:49:57 ---> Running in 49aecfa023d3 00:49:58 Removing intermediate container da5edc47fd0f 00:49:58 ---> a11f02557798 00:49:58 Step 22/22 : LABEL version=0.0.0 00:49:58 ---> Running in 67b6769e4e8d 00:49:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:59 ---> b4349cfd5a46 00:49:59 Step 3/26 : WORKDIR /edgex-go 00:49:59 ---> Using cache 00:49:59 ---> 0cb237cecbc8 00:49:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:59 ---> Using cache 00:49:59 ---> b52bf32a6a3f 00:49:59 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:59 ---> 4aa5b40af221 00:49:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:49:59 Removing intermediate container 3633646b835a 00:49:59 ---> 3cdf0306efa6 00:49:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:59 ---> Running in b1003e399089 00:49:59 Removing intermediate container 49aecfa023d3 00:49:59 ---> 386badba2582 00:49:59 Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:49:59 ---> Running in 50536124dee7 00:49:59 Removing intermediate container 67b6769e4e8d 00:49:59 ---> 4773e8acb334 00:49:59 00:49:59 ---> Running in 0e7e3828ff53 00:50:00 Removing intermediate container 50536124dee7 00:50:00 ---> b606989599b0 00:50:00 Step 21/23 : LABEL arch=arm64 00:50:00 Successfully built 4773e8acb334 00:50:00 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:00  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:50:00 Removing intermediate container 0e7e3828ff53 00:50:00 ---> 50d2a8ac206f 00:50:00 Step 22/22 : LABEL version=0.0.0 00:50:01 ---> Running in cb24bbf8c9ba 00:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:01 ---> b520b710802a 00:50:01 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:01 ---> Running in a5ee61cde588 00:50:01 Removing intermediate container cb24bbf8c9ba 00:50:01 ---> 706c667210f7 00:50:01 Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:50:01 ---> Running in bf26aa29692b 00:50:01 Removing intermediate container a5ee61cde588 00:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:01 ---> 0b4dec7d2f4d 00:50:01 00:50:02 Successfully built 0b4dec7d2f4d 00:50:02 ---> ef74e934623a 00:50:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:02 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:02  Building docker-support-notifications-go ... done Building docker-core-data-go 00:50:02 OK: 217 MiB in 51 packages 00:50:02 Removing intermediate container bf26aa29692b 00:50:02 ---> cba5e7b8b79c 00:50:02 Step 23/23 : LABEL version=0.0.0 00:50:03 ---> Running in 611602fc3f5f 00:50:03 ---> Running in 05489fa5c1da 00:50:04 Removing intermediate container 611602fc3f5f 00:50:04 ---> 9badf1f856bc 00:50:04 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:05 Removing intermediate container 05489fa5c1da 00:50:05 ---> 0655382d38ea 00:50:05 00:50:05 Removing intermediate container b1003e399089 00:50:05 ---> 8b906fa9658b 00:50:05 Step 6/26 : COPY go.mod . 00:50:06 Successfully built 0655382d38ea 00:50:06 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:06  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:50:06 ---> 765957206500 00:50:06 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:07 ---> 6b3bf462db0a 00:50:07 Step 7/26 : RUN go mod download 00:50:07 ---> Running in 798e65c444df 00:50:07 ---> Running in 8e1ba2b02a1d 00:50:12 Removing intermediate container 798e65c444df 00:50:12 ---> 2ccacee974b7 00:50:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:12 Removing intermediate container 8e1ba2b02a1d 00:50:12 ---> 6a3cb7007159 00:50:12 Step 8/26 : COPY . . 00:50:13 ---> Running in 89279e2dc062 00:50:15 Removing intermediate container 89279e2dc062 00:50:15 ---> 12a03e88936d 00:50:15 Step 28/31 : CMD ["gate"] 00:50:17 ---> Running in 5733023ce3d7 00:50:18 Removing intermediate container 5733023ce3d7 00:50:18 ---> 49999f5037b6 00:50:18 Step 29/31 : LABEL arch=arm64 00:50:18 ---> Running in 87d10acf2c12 00:50:19 Removing intermediate container 87d10acf2c12 00:50:19 ---> 65e3fe26d8f8 00:50:19 Step 30/31 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:50:20 ---> Running in 2b950acd4ce2 00:50:21 Removing intermediate container 2b950acd4ce2 00:50:21 ---> b11ce6fc132e 00:50:21 Step 31/31 : LABEL version=0.0.0 00:50:23 ---> Running in 4b35239c8b53 00:50:24 Removing intermediate container 4b35239c8b53 00:50:24 ---> e8c20ab135ef 00:50:24 00:50:25 Successfully built e8c20ab135ef 00:50:25 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:28  Building docker-security-bootstrapper-go ... done  ---> fdcd0fdf03a0 00:50:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:28 ---> Running in 8f2ebe389751 00:50:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:42 ---> b4349cfd5a46 00:50:42 Step 3/23 : WORKDIR /edgex-go 00:50:42 ---> Using cache 00:50:42 ---> 0cb237cecbc8 00:50:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:42 ---> Using cache 00:50:42 ---> b52bf32a6a3f 00:50:42 Step 5/23 : RUN apk add --update --no-cache make git 00:50:42 ---> Using cache 00:50:42 ---> 0e23ab4538c3 00:50:42 Step 6/23 : COPY go.mod . 00:50:42 ---> Using cache 00:50:42 ---> 7181c1d03108 00:50:42 Step 7/23 : RUN go mod download 00:50:42 ---> Using cache 00:50:42 ---> 8a202f9e15d2 00:50:42 Step 8/23 : COPY . . 00:50:42 ---> Using cache 00:50:42 ---> 1c7e91351d01 00:50:42 Step 9/23 : RUN make cmd/core-command/core-command 00:50:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:42 ---> b4349cfd5a46 00:50:42 Step 3/23 : WORKDIR /edgex-go 00:50:42 ---> Using cache 00:50:42 ---> 0cb237cecbc8 00:50:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:42 ---> Using cache 00:50:42 ---> b52bf32a6a3f 00:50:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:44 ---> Running in 74d0d8902840 00:50:44 ---> Running in 3d5bc145259b 00:50:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:47 ---> b4349cfd5a46 00:50:47 Step 3/24 : WORKDIR /edgex-go 00:50:47 ---> Using cache 00:50:47 ---> 0cb237cecbc8 00:50:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:47 ---> Using cache 00:50:47 ---> b52bf32a6a3f 00:50:47 Step 5/24 : RUN apk add --update --no-cache make git 00:50:47 ---> Using cache 00:50:47 ---> 0e23ab4538c3 00:50:47 Step 6/24 : COPY go.mod . 00:50:47 ---> Using cache 00:50:47 ---> 7181c1d03108 00:50:47 Step 7/24 : RUN go mod download 00:50:47 ---> Using cache 00:50:47 ---> 8a202f9e15d2 00:50:47 Step 8/24 : COPY . . 00:50:47 ---> Using cache 00:50:47 ---> 1c7e91351d01 00:50:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:49 ---> Running in 51f55d04e839 00:50:49 OK: 217 MiB in 51 packages 00:50:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:50:50 Removing intermediate container 3d5bc145259b 00:50:50 ---> a798f65b0a0b 00:50:50 Step 6/23 : COPY go.mod . 00:50:51 ---> 018a21217cd5 00:50:51 Step 7/23 : RUN go mod download 00:50:51 ---> Running in c10e22278b57 00:50:55 Removing intermediate container c10e22278b57 00:50:55 ---> 87b838a6e7eb 00:50:55 Step 8/23 : COPY . . 00:51:18 ---> 109751a1c46b 00:51:18 Step 9/23 : RUN make cmd/core-data/core-data 00:51:18 ---> Running in f6f8e577c46a 00:51:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:40 Removing intermediate container 8f2ebe389751 00:51:40 ---> a634976959af 00:51:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:40 ---> Running in 141efb2f8274 00:51:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:46 Removing intermediate container 141efb2f8274 00:51:46 ---> 7a3ee214440c 00:51:46 00:51:46 Step 11/26 : FROM docker:20.10.0 00:51:46 20.10.0: Pulling from library/docker 00:51:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:01 Status: Downloaded newer image for docker:20.10.0 00:52:01 ---> eeaf43b92773 00:52:01 Step 12/26 : RUN apk add --no-cache bash 00:52:03 ---> Running in b44a1477bce7 00:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:06 (1/2) Installing readline (8.0.4-r0) 00:52:06 (2/2) Installing bash (5.0.17-r0) 00:52:06 Executing bash-5.0.17-r0.post-install 00:52:06 Executing busybox-1.31.1-r19.trigger 00:52:06 OK: 12 MiB in 22 packages 00:52:07 Removing intermediate container b44a1477bce7 00:52:07 ---> dc87d48802f5 00:52:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:08 ---> Running in a11217d7b352 00:52:09 Removing intermediate container a11217d7b352 00:52:09 ---> e565ac7349e0 00:52:09 Step 14/26 : ENV APP_PORT=48090 00:52:09 ---> Running in fe631a5e7786 00:52:09 Removing intermediate container fe631a5e7786 00:52:09 ---> 3b75607b293a 00:52:09 Step 15/26 : EXPOSE $APP_PORT 00:52:09 ---> Running in 37cd4d4d2c54 00:52:10 Removing intermediate container 37cd4d4d2c54 00:52:10 ---> e001fbe621a6 00:52:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:13 ---> 51eb701bf452 00:52:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:14 Removing intermediate container 51f55d04e839 00:52:14 ---> 0b460da77527 00:52:14 00:52:14 Step 10/24 : FROM alpine:3.12 00:52:14 ---> afeebe901d6b 00:52:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:14 ---> Running in 5d219a2dd094 00:52:15 ---> 240a6867d0df 00:52:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:16 ---> 139a261b2eb8 00:52:16 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:16 ---> Running in 9257d1153e25 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:18 (1/5) Installing ca-certificates (20191127-r4) 00:52:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:18 (3/5) Installing libcurl (7.69.1-r3) 00:52:18 (4/5) Installing curl (7.69.1-r3) 00:52:18 (5/5) Installing dumb-init (1.2.2-r1) 00:52:18 Executing busybox-1.31.1-r19.trigger 00:52:18 Executing ca-certificates-20191127-r4.trigger 00:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:18 OK: 7 MiB in 19 packages 00:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:19 (1/33) Installing libbz2 (1.0.8-r1) 00:52:19 (2/33) Installing expat (2.2.9-r1) 00:52:19 (3/33) Installing libffi (3.3-r2) 00:52:19 (4/33) Installing gdbm (1.13-r1) 00:52:19 (5/33) Installing xz-libs (5.2.5-r0) 00:52:19 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:19 (7/33) Installing python3 (3.8.5-r0) 00:52:22 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:22 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:22 (11/33) Installing py3-six (1.15.0-r0) 00:52:22 (12/33) Installing py3-packaging (20.4-r0) 00:52:22 Removing intermediate container 5d219a2dd094 00:52:22 ---> 9b4bb6f745f8 00:52:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:22 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:22 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:22 (15/33) Installing py3-idna (2.9-r0) 00:52:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:22 ---> Running in 12780f73f2cc 00:52:22 (18/33) Installing py3-requests (2.23.0-r0) 00:52:22 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:22 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:22 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:22 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:22 (24/33) Installing py3-distro (1.5.0-r1) 00:52:23 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:23 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:23 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:23 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:23 (29/33) Installing py3-progress (1.5-r0) 00:52:23 (30/33) Installing py3-toml (0.10.1-r0) 00:52:23 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:23 (33/33) Installing py3-pip (20.1.1-r0) 00:52:23 Executing busybox-1.31.1-r19.trigger 00:52:23 OK: 71 MiB in 55 packages 00:52:23 Removing intermediate container 12780f73f2cc 00:52:23 ---> 2c6aac7d25f8 00:52:23 Step 13/24 : WORKDIR / 00:52:24 ---> Running in ab42ad058b6d 00:52:25 Removing intermediate container ab42ad058b6d 00:52:25 ---> 9b3f3cc71492 00:52:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:52:27 ---> bf885ae3fadf 00:52:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:52:28 Removing intermediate container 74d0d8902840 00:52:28 ---> 4d5c8f8d9e1e 00:52:28 00:52:28 Step 10/23 : FROM alpine:3.12 00:52:28 ---> afeebe901d6b 00:52:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:28 ---> Using cache 00:52:28 ---> 79189baaf63a 00:52:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:28 ---> Using cache 00:52:28 ---> 3bf5c36b56b5 00:52:28 Step 13/23 : ENV APP_PORT=48082 00:52:29 ---> Running in 6df614d07864 00:52:29 ---> ad5f953179e5 00:52:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:30 Removing intermediate container 6df614d07864 00:52:30 ---> 6d0295618955 00:52:30 Step 14/23 : EXPOSE $APP_PORT 00:52:30 ---> Running in a0628b750547 00:52:31 Removing intermediate container a0628b750547 00:52:31 ---> 463e3ed48b7a 00:52:31 Step 15/23 : WORKDIR / 00:52:31 ---> 9fc7929a38dc 00:52:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:31 ---> Running in 111ca49352ed 00:52:33 Removing intermediate container 111ca49352ed 00:52:33 ---> 0a577dbc172a 00:52:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:35 ---> b52cd8f2558c 00:52:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:35 ---> 15ca2fbbfc22 00:52:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:36 Removing intermediate container 9257d1153e25 00:52:36 ---> 347852e5c208 00:52:36 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:37 ---> 852e745ef7b5 00:52:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:37 ---> Running in e816f267cbf6 00:52:37 ---> e6f758112b45 00:52:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:38 ---> 644ddb16676f 00:52:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:52:38 ---> Running in d1844614ff71 00:52:38 ---> 0532361c3c21 00:52:38 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:38 ---> Running in 9cb577e3ed52 00:52:39 Removing intermediate container 9cb577e3ed52 00:52:39 ---> 8994b6cd762e 00:52:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:39 ---> Running in 85688c839879 00:52:40 Removing intermediate container 85688c839879 00:52:40 ---> 9c99d69f90c5 00:52:40 Step 21/23 : LABEL arch=arm64 00:52:40 ---> Running in 4c863f884c8e 00:52:41 Removing intermediate container 4c863f884c8e 00:52:41 ---> de8bb4d58b9d 00:52:41 Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:52:41 ---> Running in cec17d711e21 00:52:41 Removing intermediate container d1844614ff71 00:52:41 ---> 53af60fb04e7 00:52:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:41 ---> Running in aebc7471bb1f 00:52:42 Removing intermediate container cec17d711e21 00:52:42 ---> 34a4803acb2d 00:52:42 Step 23/23 : LABEL version=0.0.0 00:52:42 ---> Running in 8fa473911674 00:52:42 Removing intermediate container aebc7471bb1f 00:52:42 ---> c14c0658ef97 00:52:42 Step 22/24 : LABEL arch=arm64 00:52:43 ---> Running in ea28d8b9ec9c 00:52:43 Removing intermediate container 8fa473911674 00:52:43 ---> fb9c660cf9af 00:52:43 00:52:43 Removing intermediate container ea28d8b9ec9c 00:52:43 ---> bc43e5ffa9b5 00:52:43 Step 23/24 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:52:43 Successfully built fb9c660cf9af 00:52:43 Successfully tagged docker-core-command-go-arm64:latest 00:52:43  Building docker-core-command-go ... done  ---> Running in 06830ae5be16 00:52:44 Removing intermediate container 06830ae5be16 00:52:44 ---> 63bce64cad0b 00:52:44 Step 24/24 : LABEL version=0.0.0 00:52:44 ---> Running in 2ed0332dc438 00:52:45 Collecting docker-compose==1.23.2 00:52:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:45 Removing intermediate container 2ed0332dc438 00:52:45 ---> b38dd8629812 00:52:45 00:52:45 Successfully built b38dd8629812 00:52:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:46  Building docker-security-secretstore-setup-go ... done Collecting docker<4.0,>=3.6.0 00:52:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:47 Collecting cached-property<2,>=1.2.0 00:52:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:47 Collecting websocket-client<1.0,>=0.32.0 00:52:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:48 Collecting dockerpty<0.5,>=0.4.1 00:52:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:51 Removing intermediate container f6f8e577c46a 00:52:51 ---> 5116e371e909 00:52:51 00:52:51 Step 10/23 : FROM alpine:3.12 00:52:51 ---> afeebe901d6b 00:52:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:51 ---> Running in 3fbdd261e32f 00:52:52 Removing intermediate container 3fbdd261e32f 00:52:52 ---> 5ed63955d3eb 00:52:52 Step 12/23 : ENV APP_PORT=48080 00:52:52 ---> Running in 0a4b57122b74 00:52:52 Collecting PyYAML<4,>=3.10 00:52:52 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:52 Removing intermediate container 0a4b57122b74 00:52:52 ---> 239b8f2c61c8 00:52:52 Step 13/23 : EXPOSE $APP_PORT 00:52:52 ---> Running in 0e063343cb72 00:52:53 Removing intermediate container 0e063343cb72 00:52:53 ---> ccbf0b8d8f1c 00:52:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:53 ---> Running in 156dca9eb81b 00:52:56 Removing intermediate container 156dca9eb81b 00:52:56 ---> 7b5f770ac266 00:52:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:56 ---> Running in 182196d8467a 00:52:57 Collecting jsonschema<3,>=2.5.1 00:52:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:57 Collecting docopt<0.7,>=0.6.1 00:52:57 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:58 (1/6) Installing dumb-init (1.2.2-r1) 00:52:58 (2/6) Installing libgcc (9.3.0-r2) 00:52:59 (3/6) Installing libsodium (1.0.18-r0) 00:52:59 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:59 (5/6) Installing libzmq (4.3.3-r0) 00:52:59 (6/6) Installing zeromq (4.3.3-r0) 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 OK: 8 MiB in 20 packages 00:53:01 Removing intermediate container 182196d8467a 00:53:01 ---> bf7d8112f75e 00:53:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:01 ---> 279b441ab665 00:53:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:02 Collecting texttable<0.10,>=0.9.0 00:53:02 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:03 ---> f15b59038b2f 00:53:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:03 ---> 67a81025bede 00:53:03 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:04 ---> Running in 5cbf4b957438 00:53:04 Removing intermediate container 5cbf4b957438 00:53:04 ---> ab3cf2b3500f 00:53:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:04 ---> Running in f3084f726faa 00:53:05 Collecting docker-pycreds>=0.4.0 00:53:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:05 Removing intermediate container f3084f726faa 00:53:05 ---> 7e2a7bf993cb 00:53:05 Step 21/23 : LABEL arch=arm64 00:53:05 ---> Running in dfe3ae6ebccf 00:53:05 Removing intermediate container dfe3ae6ebccf 00:53:05 ---> ae5e5190eca1 00:53:05 Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:53:05 ---> Running in 6706ae782558 00:53:06 Collecting urllib3<1.25,>=1.21.1 00:53:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:06 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:53:06 Removing intermediate container 6706ae782558 00:53:06 ---> 2359e312ba12 00:53:06 Step 23/23 : LABEL version=0.0.0 00:53:06 ---> Running in 03a362542f36 00:53:06 Collecting idna<2.8,>=2.5 00:53:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:53:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:07 Removing intermediate container 03a362542f36 00:53:07 ---> 41f2346dbcc0 00:53:07 00:53:07 Successfully built 41f2346dbcc0 00:53:07 Successfully tagged docker-core-data-go-arm64:latest 00:53:08  Building docker-core-data-go ... done Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, dockerpty, PyYAML, jsonschema, docopt, texttable, docker-compose 00:53:08 Attempting uninstall: urllib3 00:53:08 Found existing installation: urllib3 1.25.9 00:53:08 Uninstalling urllib3-1.25.9: 00:53:08 Successfully uninstalled urllib3-1.25.9 00:53:09 Attempting uninstall: idna 00:53:09 Found existing installation: idna 2.9 00:53:09 Uninstalling idna-2.9: 00:53:09 Successfully uninstalled idna-2.9 00:53:10 Attempting uninstall: requests 00:53:10 Found existing installation: requests 2.23.0 00:53:10 Uninstalling requests-2.23.0: 00:53:10 Successfully uninstalled requests-2.23.0 00:53:11 Running setup.py install for dockerpty: started 00:53:14 Running setup.py install for dockerpty: finished with status 'done' 00:53:14 Running setup.py install for PyYAML: started 00:53:16 Running setup.py install for PyYAML: finished with status 'done' 00:53:16 Running setup.py install for docopt: started 00:53:18 Running setup.py install for docopt: finished with status 'done' 00:53:18 Running setup.py install for texttable: started 00:53:21 Running setup.py install for texttable: finished with status 'done' 00:53:22 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 00:53:26 Removing intermediate container e816f267cbf6 00:53:26 ---> 35925a1d5447 00:53:26 Step 21/26 : RUN apk --no-cache add curl 00:53:26 ---> Running in 9e171c3e39ce 00:53:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:28 (2/3) Installing libcurl (7.69.1-r3) 00:53:28 (3/3) Installing curl (7.69.1-r3) 00:53:28 Executing busybox-1.31.1-r19.trigger 00:53:28 OK: 71 MiB in 58 packages 00:53:29 Removing intermediate container 9e171c3e39ce 00:53:29 ---> 3b68ba7f5dbf 00:53:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:29 ---> Running in 36cf0c71c7da 00:53:30 Removing intermediate container 36cf0c71c7da 00:53:30 ---> f05cc049078b 00:53:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:30 ---> Running in 6e86fccb2da8 00:53:30 Removing intermediate container 6e86fccb2da8 00:53:30 ---> b5e6b7983898 00:53:30 Step 24/26 : LABEL arch=arm64 00:53:30 ---> Running in da1938c9e562 00:53:31 Removing intermediate container da1938c9e562 00:53:31 ---> e9d54721b0b7 00:53:31 Step 25/26 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 00:53:31 ---> Running in 7288c97453d1 00:53:32 Removing intermediate container 7288c97453d1 00:53:32 ---> 86d2721e58a6 00:53:32 Step 26/26 : LABEL version=0.0.0 00:53:32 ---> Running in e25627e88ee3 00:53:32 Removing intermediate container e25627e88ee3 00:53:32 ---> 8b9c54f3d60b 00:53:32 00:53:32 Successfully built 8b9c54f3d60b 00:53:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:33 $ docker stop --time=1 03515115736ed81fde2671d7191bff4e574e3e26a4abce36555f2a60ae531c26 00:53:35 $ docker rm -f 03515115736ed81fde2671d7191bff4e574e3e26a4abce36555f2a60ae531c26 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:36 + + grep dockerdocker 00:53:36 images 00:53:36 docker-sys-mgmt-agent-go-arm64 latest 8b9c54f3d60b 4 seconds ago 300MB 00:53:36 docker-core-data-go-arm64 latest 41f2346dbcc0 30 seconds ago 21MB 00:53:36 docker-security-secretstore-setup-go-arm64 latest b38dd8629812 52 seconds ago 23.4MB 00:53:36 docker-core-command-go-arm64 latest fb9c660cf9af 54 seconds ago 16MB 00:53:36 docker-security-bootstrapper-go-arm64 latest e8c20ab135ef 3 minutes ago 22.6MB 00:53:36 docker-core-metadata-go-arm64 latest 0655382d38ea 3 minutes ago 17.7MB 00:53:36 docker-support-notifications-go-arm64 latest 0b4dec7d2f4d 3 minutes ago 16.7MB 00:53:36 docker-support-scheduler-go-arm64 latest 4773e8acb334 3 minutes ago 16.1MB 00:53:36 docker-security-proxy-setup-go-arm64 latest 47b36aa1164b 3 minutes ago 23.2MB 00:53:36 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 00:53:38 provisioning config files... 00:53:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config9141942792434939632tmp [Pipeline] { [Pipeline] sh 00:53:38 + set +x 00:53:38 + bash -s -- 00:53:38 + curl -s https://codecov.io/bash 00:53:38 00:53:38 _____ _ 00:53:38 / ____| | | 00:53:38 | | ___ __| | ___ ___ _____ __ 00:53:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:38 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:38 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:38 Bash-20210129-7c25fce 00:53:38 00:53:38 00:53:38 ==> git version 2.24.3 found 00:53:38 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:53:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:53:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:53:39 ==> Jenkins CI detected. 00:53:39 project root: . 00:53:39 --> token set from env 00:53:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:39 ==> Running gcov in . (disable via -X gcov) 00:53:39 ==> Python coveragepy not found 00:53:39 ==> Searching for coverage reports in: 00:53:39 + . 00:53:39 -> Found 1 reports 00:53:39 ==> Detecting git/mercurial file structure 00:53:39 ==> Reading reports 00:53:39 + ./coverage.out bytes=580808 00:53:39 ==> Appending adjustments 00:53:39 https://docs.codecov.io/docs/fixing-reports 00:53:42 + Found adjustments 00:53:42 ==> Gzipping contents 00:53:42 88K /tmp/codecov.K6dkWF.gz 00:53:42 ==> Uploading reports 00:53:42 url: https://codecov.io 00:53:42 query: branch=PR-3112&commit=00b1540c032c84a1ae5c46b953681fb0b4946081&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= 00:53:42 -> Pinging Codecov 00:53:42 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3112&commit=00b1540c032c84a1ae5c46b953681fb0b4946081&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= 00:53:43 -> Uploading to 00:53:43 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/00b1540c032c84a1ae5c46b953681fb0b4946081/4fa35354-ce07-46d6-a6ef-38e109470df0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T005343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a64ce4ee6d102d17789d48269d05c81267ff2a247228cd00844731d52533046c 00:53:43 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:43 Dload Upload Total Spent Left Speed 00:53:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87708 0 0 100 87708 0 180k --:--:-- --:--:-- --:--:-- 180k 00:53:43 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/00b1540c032c84a1ae5c46b953681fb0b4946081 [Pipeline] } 00:53:43 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 00:53:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:46 ---> package-listing.sh 00:53:46 ++ facter osfamily 00:53:46 ++ tr '[:upper:]' '[:lower:]' 00:53:46 + OS_FAMILY=redhat 00:53:46 + workspace=/w/workspace/edgex-go/4 00:53:46 + START_PACKAGES=/tmp/packages_start.txt 00:53:46 + END_PACKAGES=/tmp/packages_end.txt 00:53:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:46 + PACKAGES=/tmp/packages_start.txt 00:53:46 + '[' /w/workspace/edgex-go/4 ']' 00:53:46 + PACKAGES=/tmp/packages_end.txt 00:53:46 + case "${OS_FAMILY}" in 00:53:46 + rpm -qa 00:53:46 + sort 00:53:51 + '[' -f /tmp/packages_start.txt ']' 00:53:51 + '[' -f /tmp/packages_end.txt ']' 00:53:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:51 + '[' /w/workspace/edgex-go/4 ']' 00:53:51 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:53:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:53:51 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 00:53:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:52 00:53:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:52 alpine: Pulling from edgex-lftools-log-publisher 00:53:52 df20fa9351a1: Pulling fs layer 00:53:52 36b3adc4ff6f: Pulling fs layer 00:53:52 8ad3a11d3b57: Pulling fs layer 00:53:52 46f8f816bc3b: Pulling fs layer 00:53:52 93b61091891f: Pulling fs layer 00:53:52 93b9cdb0e59b: Pulling fs layer 00:53:52 5e14af77c1be: Pulling fs layer 00:53:52 01666e4c0597: Pulling fs layer 00:53:52 aa168da1d23b: Pulling fs layer 00:53:52 46f8f816bc3b: Waiting 00:53:52 93b9cdb0e59b: Waiting 00:53:52 5e14af77c1be: Waiting 00:53:52 93b61091891f: Waiting 00:53:52 aa168da1d23b: Waiting 00:53:52 36b3adc4ff6f: Verifying Checksum 00:53:52 36b3adc4ff6f: Download complete 00:53:52 46f8f816bc3b: Download complete 00:53:53 df20fa9351a1: Verifying Checksum 00:53:53 df20fa9351a1: Download complete 00:53:53 93b9cdb0e59b: Verifying Checksum 00:53:53 93b9cdb0e59b: Download complete 00:53:53 93b61091891f: Verifying Checksum 00:53:53 93b61091891f: Download complete 00:53:53 5e14af77c1be: Download complete 00:53:53 01666e4c0597: Verifying Checksum 00:53:53 01666e4c0597: Download complete 00:53:53 df20fa9351a1: Pull complete 00:53:53 36b3adc4ff6f: Pull complete 00:53:53 8ad3a11d3b57: Verifying Checksum 00:53:53 8ad3a11d3b57: Download complete 00:53:54 8ad3a11d3b57: Pull complete 00:53:55 46f8f816bc3b: Pull complete 00:53:55 aa168da1d23b: Verifying Checksum 00:53:55 aa168da1d23b: Download complete 00:53:57 93b61091891f: Pull complete 00:53:57 93b9cdb0e59b: Pull complete 00:53:57 5e14af77c1be: Pull complete 00:53:57 01666e4c0597: Pull complete 00:54:06 aa168da1d23b: Pull complete 00:54:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:06 prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container 00:54:06 $ 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 00:54:12 $ docker top 0d310e21b475eb8fa82c4d3ca9c1db0e3b2f490c8271fc3f53ac2728b8df0d33 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:12 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:13 + mkdir -p /var/log/sa [Pipeline] sh 00:54:13 + ls /var/log/sa-host 00:54:13 + sadf -c /var/log/sa-host/sa04 00:54:13 file_magic: OK 00:54:13 HZ: Using current value: 100 00:54:13 file_header: OK 00:54:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:13 Statistics: 00:54:13 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... 00:54:13 File successfully converted to sysstat format version 12.2.1 00:54:13 + sadf -c /var/log/sa-host/sa23 00:54:13 file_magic: OK 00:54:13 HZ: Using current value: 100 00:54:13 file_header: OK 00:54:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:13 Statistics: 00:54:13 Hnuu...uuuununununu... 00:54:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:13 provisioning config files... 00:54:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4428852158108510437tmp [Pipeline] { [Pipeline] echo 00:54:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:13 ---> create-netrc.sh [Pipeline] } 00:54:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:14 ---> python-tools-install.sh [Pipeline] echo 00:54:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:14 ---> sudo-logs.sh 00:54:14 Archiving 'sudo' log.. [Pipeline] echo 00:54:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:14 ---> job-cost.sh 00:54:14 lf-activate-venv: SKIPPING 00:54:14 INFO: No Stack... 00:54:15 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:16 INFO: Archiving Costs [Pipeline] echo 00:54:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:16 ---> logs-deploy.sh 00:54:16 lf-activate-venv: SKIPPING 00:54:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3112/4 00:54:16 INFO: archiving workspace using pattern(s): 00:54:18 Archives upload complete. 00:54:18 INFO: archiving logs to Nexus 00:54:20 ---> uname -a: 00:54:20 Linux prd-centos7-docker-4c-2g-24798.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:54:20 00:54:20 00:54:20 ---> lscpu: 00:54:20 Architecture: x86_64 00:54:20 CPU op-mode(s): 32-bit, 64-bit 00:54:20 Byte Order: Little Endian 00:54:20 Address sizes: 40 bits physical, 48 bits virtual 00:54:20 CPU(s): 4 00:54:20 On-line CPU(s) list: 0-3 00:54:20 Thread(s) per core: 1 00:54:20 Core(s) per socket: 1 00:54:20 Socket(s): 4 00:54:20 NUMA node(s): 1 00:54:20 Vendor ID: GenuineIntel 00:54:20 CPU family: 6 00:54:20 Model: 44 00:54:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:20 Stepping: 1 00:54:20 CPU MHz: 2933.436 00:54:20 BogoMIPS: 5866.87 00:54:20 Virtualization: VT-x 00:54:20 Hypervisor vendor: KVM 00:54:20 Virtualization type: full 00:54:20 L1d cache: 128 KiB 00:54:20 L1i cache: 128 KiB 00:54:20 L2 cache: 16 MiB 00:54:20 L3 cache: 64 MiB 00:54:20 NUMA node0 CPU(s): 0-3 00:54:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:20 Vulnerability Meltdown: Mitigation; PTI 00:54:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:20 Vulnerability Srbds: Not affected 00:54:20 Vulnerability Tsx async abort: Not affected 00:54:20 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:54:20 00:54:20 00:54:20 ---> nproc: 00:54:20 4 00:54:20 00:54:20 00:54:20 ---> df -h: 00:54:20 Filesystem Size Used Available Use% Mounted on 00:54:20 overlay 50.0G 11.3G 38.7G 23% / 00:54:20 tmpfs 64.0M 0 64.0M 0% /dev 00:54:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:20 shm 64.0M 0 64.0M 0% /dev/shm 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/4 00:54:20 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/4@tmp 00:54:20 00:54:20 00:54:20 ---> free -m: 00:54:20 total used free shared buff/cache available 00:54:20 Mem: 1837 710 130 0 996 1042 00:54:20 Swap: 1023 58 965 00:54:20 00:54:20 00:54:20 ---> ip addr: 00:54:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:20 inet 127.0.0.1/8 scope host lo 00:54:20 valid_lft forever preferred_lft forever 00:54:20 inet6 ::1/128 scope host 00:54:20 valid_lft forever preferred_lft forever 00:54:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:20 link/ether fa:16:3e:c2:71:7c brd ff:ff:ff:ff:ff:ff 00:54:20 inet 10.30.122.57/23 brd 10.30.123.255 scope global dynamic eth0 00:54:20 valid_lft 84960sec preferred_lft 84960sec 00:54:20 inet6 fe80::f816:3eff:fec2:717c/64 scope link 00:54:20 valid_lft forever preferred_lft forever 00:54:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:20 link/ether 02:42:58:75:29:9a brd ff:ff:ff:ff:ff:ff 00:54:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:20 valid_lft forever preferred_lft forever 00:54:20 inet6 fe80::42:58ff:fe75:299a/64 scope link 00:54:20 valid_lft forever preferred_lft forever 00:54:20 00:54:20 00:54:20 ---> sar -b -r -n DEV: 00:54:20 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) 00:54:20 00:54:20 00:30:06 LINUX RESTART (4 CPU) 00:54:20 00:54:20 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:20 00:32:01 54.37 13.41 40.97 0.00 4734.66 8104.61 0.00 00:54:20 00:33:01 183.05 88.44 94.61 0.00 6232.60 41725.28 0.00 00:54:20 00:34:02 203.14 71.40 131.74 0.00 3142.53 20374.26 0.00 00:54:20 00:35:01 121.88 36.67 85.20 0.00 1565.27 10065.12 0.00 00:54:20 00:36:01 127.99 71.44 56.55 0.00 3518.06 6301.25 0.00 00:54:20 00:37:01 132.49 22.68 109.80 0.00 6296.05 47034.20 0.00 00:54:20 00:38:02 1571.79 1272.51 299.28 0.00 152616.53 190547.66 0.00 00:54:20 00:39:02 1185.53 990.33 195.20 0.00 80165.22 90234.04 0.00 00:54:20 00:40:01 908.78 563.97 344.81 0.00 63004.18 115550.15 0.00 00:54:20 00:41:02 1449.95 1128.98 320.97 0.00 84066.53 89806.67 0.00 00:54:20 00:42:01 699.02 449.01 250.01 0.00 39277.28 46713.55 0.00 00:54:20 00:43:01 6.78 1.35 5.43 0.00 102.01 155.82 0.00 00:54:20 00:44:01 0.60 0.25 0.35 0.00 5.33 4.55 0.00 00:54:20 00:45:01 2.41 1.95 0.47 0.00 69.94 5.33 0.00 00:54:20 00:46:01 0.92 0.12 0.80 0.00 2.66 15.94 0.00 00:54:20 00:47:01 0.28 0.03 0.25 0.00 0.27 2.75 0.00 00:54:20 00:48:01 0.30 0.02 0.28 0.00 0.27 3.13 0.00 00:54:20 00:49:01 0.25 0.02 0.23 0.00 0.27 2.46 0.00 00:54:20 00:50:01 0.18 0.00 0.18 0.00 0.00 2.07 0.00 00:54:20 00:51:02 0.83 0.48 0.35 0.00 122.77 3.71 0.00 00:54:20 00:52:01 0.27 0.02 0.25 0.00 0.27 3.05 0.00 00:54:20 00:53:01 0.30 0.02 0.28 0.00 0.13 3.56 0.00 00:54:20 00:54:01 104.29 68.04 36.26 0.00 5450.47 7083.48 0.00 00:54:20 Average: 294.68 208.76 85.92 0.00 19687.62 29417.90 0.00 00:54:20 00:54:20 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:20 00:32:01 67200 0 654928 34.81 2620 1156796 1325360 45.23 513224 1095464 44828 00:54:20 00:33:01 82452 0 700252 37.22 2272 1096568 1528800 52.18 619408 931580 49680 00:54:20 00:34:02 174784 0 764128 40.61 1564 941068 1424484 48.62 582660 849780 3864 00:54:20 00:35:01 203180 0 837532 44.51 772 840060 1831384 62.50 712972 680708 58256 00:54:20 00:36:01 213244 0 795148 42.26 772 872380 1445540 49.33 617328 755932 37932 00:54:20 00:37:01 67676 0 717528 38.14 220 1096120 1267040 43.24 708776 836200 45512 00:54:20 00:38:02 71792 0 817968 43.47 80 991704 2365368 80.73 633528 963076 46596 00:54:20 00:39:02 272136 0 994976 52.88 80 614352 3802652 129.78 664044 675372 47908 00:54:20 00:40:01 70732 0 775072 41.19 80 1035660 2114060 72.15 727948 863408 94256 00:54:20 00:41:02 232532 0 785804 41.76 80 863128 2253772 76.92 575460 823084 10116 00:54:20 00:42:01 305968 0 629732 33.47 80 945764 1234196 42.12 483440 848660 20 00:54:20 00:43:01 306224 0 626432 33.29 80 948808 1216708 41.52 482616 850808 12 00:54:20 00:44:01 306584 0 626080 33.27 80 948800 1211568 41.35 482224 850884 8 00:54:20 00:45:01 304476 0 626796 33.31 80 950192 1211580 41.35 482452 852060 24 00:54:20 00:46:01 305880 0 625372 33.24 80 950212 1198276 40.90 481540 851748 12 00:54:20 00:47:01 305860 0 625380 33.24 80 950224 1198204 40.89 481460 851752 12 00:54:20 00:48:01 305892 0 625344 33.24 80 950228 1198204 40.89 481584 851760 12 00:54:20 00:49:01 305708 0 625512 33.24 80 950244 1198300 40.90 481888 851776 12 00:54:20 00:50:01 305944 0 625268 33.23 80 950252 1198204 40.89 481596 851776 12 00:54:20 00:51:02 299548 0 628128 33.38 80 953788 1198288 40.90 487112 852648 28 00:54:20 00:52:01 299800 0 627932 33.37 80 953732 1198204 40.89 487004 852632 12 00:54:20 00:53:01 299824 0 627892 33.37 80 953748 1198204 40.89 487136 852644 8 00:54:20 00:54:01 74236 0 710652 37.77 80 1096576 1614008 55.08 636460 910108 89676 00:54:20 Average: 225290 0 698863 37.14 417 956974 1540539 52.58 556168 852342 22991 00:54:20 00:54:20 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:20 00:32:01 vetha842389 353.38 261.19 32.61 775.86 0.00 0.00 0.00 0.00 00:54:20 00:32:01 eth0 748.22 741.22 3207.48 99.93 0.00 0.00 0.00 0.00 00:54:20 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:32:01 docker0 353.38 261.06 27.78 775.85 0.00 0.00 0.00 0.00 00:54:20 00:33:01 eth0 999.83 1147.31 4749.67 100.84 0.00 0.00 0.00 0.00 00:54:20 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:33:01 docker0 828.43 620.68 58.81 1908.25 0.00 0.00 0.00 0.00 00:54:20 00:34:02 veth03c477f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:54:20 00:34:02 eth0 229.48 147.21 860.33 22.55 0.00 0.00 0.00 0.00 00:54:20 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:34:02 docker0 128.20 193.20 8.87 830.12 0.00 0.00 0.00 0.00 00:54:20 00:35:01 veth03c477f 0.62 0.66 0.05 0.05 0.00 0.00 0.00 0.00 00:54:20 00:35:01 eth0 36.18 23.26 19.18 70.48 0.00 0.00 0.00 0.00 00:54:20 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:35:01 docker0 0.62 0.62 0.04 0.05 0.00 0.00 0.00 0.00 00:54:20 00:36:01 veth03c477f 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 00:54:20 00:36:01 eth0 23.08 12.35 16.98 9.35 0.00 0.00 0.00 0.00 00:54:20 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:36:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 00:54:20 00:37:01 eth0 222.18 170.99 1705.08 86.40 0.00 0.00 0.00 0.00 00:54:20 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:37:01 veth314467b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:54:20 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:38:02 eth0 45.57 19.76 156.64 7.47 0.00 0.00 0.00 0.00 00:54:20 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:38:02 veth314467b 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:54:20 00:38:02 docker0 11.84 29.60 0.62 144.11 0.00 0.00 0.00 0.00 00:54:20 00:39:02 vethfe2b097 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:20 00:39:02 veth59c7d9b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:20 00:39:02 veth84e0400 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:20 00:39:02 veth710a556 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:20 00:40:01 veth5ff8bc8 15.38 42.16 1.06 284.97 0.00 0.00 0.00 0.00 00:54:20 00:40:01 eth0 2869.01 2683.80 13885.99 529.12 0.00 0.00 0.00 0.00 00:54:20 00:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:20 00:40:01 veth314467b 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 00:54:20 00:41:02 eth0 85.25 67.11 172.20 84.14 0.00 0.00 0.00 0.00 00:54:20 00:41:02 veth026050f 8.10 8.35 0.79 20.19 0.00 0.00 0.00 0.00 00:54:20 00:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:41:02 veth314467b 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:42:01 eth0 56.72 32.40 150.90 19.25 0.00 0.00 0.00 0.00 00:54:20 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:42:01 docker0 1403.96 1233.62 101.39 4437.92 0.00 0.00 0.00 0.00 00:54:20 00:43:01 eth0 2.45 0.73 1.04 0.38 0.00 0.00 0.00 0.00 00:54:20 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:44:01 eth0 3.41 0.97 1.24 0.78 0.00 0.00 0.00 0.00 00:54:20 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:45:01 eth0 0.63 0.33 0.29 0.24 0.00 0.00 0.00 0.00 00:54:20 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:46:01 eth0 0.42 0.22 0.15 0.07 0.00 0.00 0.00 0.00 00:54:20 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:47:01 eth0 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 00:54:20 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:48:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:54:20 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:49:01 eth0 0.95 0.37 0.32 0.20 0.00 0.00 0.00 0.00 00:54:20 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:50:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:20 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:51:02 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:54:20 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:52:01 eth0 0.14 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:20 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:53:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:54:20 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:54:01 eth0 232.58 189.38 2166.47 72.43 0.00 0.00 0.00 0.00 00:54:20 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 Average: eth0 127.79 119.11 652.22 28.61 0.00 0.00 0.00 0.00 00:54:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:20 Average: docker0 60.14 52.85 4.34 190.11 0.00 0.00 0.00 0.00 00:54:20 00:54:20 00:54:20 ---> sar -P ALL: 00:54:20 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) 00:54:20 00:54:20 00:30:06 LINUX RESTART (4 CPU) 00:54:20 00:54:20 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:54:20 00:32:01 all 6.51 0.00 4.15 1.35 3.98 84.01 00:54:20 00:32:01 0 6.29 0.00 4.00 1.00 4.43 84.28 00:54:20 00:32:01 1 7.18 0.00 4.57 2.60 3.73 81.92 00:54:20 00:32:01 2 7.08 0.00 4.12 0.54 4.00 84.26 00:54:20 00:32:01 3 5.48 0.00 3.93 1.26 3.76 85.57 00:54:20 00:33:01 all 13.24 0.00 7.73 1.05 1.68 76.29 00:54:20 00:33:01 0 10.99 0.00 9.17 0.99 1.55 77.31 00:54:20 00:33:01 1 13.66 0.00 7.48 1.90 1.92 75.04 00:54:20 00:33:01 2 15.39 0.00 7.48 0.78 1.55 74.81 00:54:20 00:33:01 3 12.87 0.00 6.85 0.53 1.72 78.03 00:54:20 00:34:02 all 7.41 0.00 6.46 4.90 2.42 78.80 00:54:20 00:34:02 0 7.44 0.00 6.23 3.57 2.58 80.19 00:54:20 00:34:02 1 7.61 0.00 6.54 7.08 2.30 76.48 00:54:20 00:34:02 2 7.10 0.00 7.00 4.48 2.28 79.15 00:54:20 00:34:02 3 7.50 0.00 6.09 4.48 2.54 79.39 00:54:20 00:35:01 all 59.52 0.00 14.31 3.85 4.83 17.49 00:54:20 00:35:01 0 60.44 0.00 14.01 2.30 6.02 17.23 00:54:20 00:35:01 1 60.33 0.00 14.73 4.21 4.36 16.36 00:54:20 00:35:01 2 56.37 0.00 14.21 4.34 5.08 20.00 00:54:20 00:35:01 3 60.97 0.00 14.28 4.55 3.84 16.37 00:54:20 00:36:01 all 45.55 0.00 14.75 3.00 2.55 34.15 00:54:20 00:36:01 0 44.18 0.00 13.74 3.90 2.93 35.24 00:54:20 00:36:01 1 46.54 0.00 14.30 0.84 2.12 36.20 00:54:20 00:36:01 2 43.91 0.00 15.37 2.64 2.86 35.22 00:54:20 00:36:01 3 47.59 0.00 15.58 4.63 2.29 29.92 00:54:20 00:37:01 all 24.19 0.00 11.94 3.45 3.93 56.50 00:54:20 00:37:01 0 23.16 0.00 11.24 2.94 4.22 58.45 00:54:20 00:37:01 1 25.94 0.00 12.60 4.64 3.96 52.86 00:54:20 00:37:01 2 24.31 0.00 12.25 2.60 3.84 56.99 00:54:20 00:37:01 3 23.37 0.00 11.65 3.61 3.68 57.68 00:54:20 00:38:02 all 20.80 0.00 28.25 10.91 9.85 30.18 00:54:20 00:38:02 0 19.75 0.00 26.29 10.87 10.82 32.27 00:54:20 00:38:02 1 21.67 0.00 31.21 11.90 8.73 26.49 00:54:20 00:38:02 2 20.33 0.00 26.61 10.04 10.04 32.99 00:54:20 00:38:02 3 21.47 0.00 28.98 10.86 9.79 28.89 00:54:20 00:39:02 all 56.96 0.00 19.47 8.75 3.86 10.95 00:54:20 00:39:02 0 57.16 0.00 19.33 8.62 3.70 11.18 00:54:20 00:39:02 1 57.37 0.00 20.24 9.75 3.45 9.19 00:54:20 00:39:02 2 54.63 0.00 18.56 8.17 4.71 13.93 00:54:20 00:39:02 3 58.71 0.00 19.77 8.48 3.58 9.45 00:54:20 00:40:01 all 31.88 0.00 26.19 16.00 5.14 20.79 00:54:20 00:40:01 0 32.52 0.00 26.02 15.76 5.14 20.56 00:54:20 00:40:01 1 31.85 0.00 27.08 15.89 5.25 19.94 00:54:20 00:40:01 2 29.08 0.00 24.32 16.05 5.77 24.78 00:54:20 00:40:01 3 34.14 0.00 27.37 16.31 4.38 17.81 00:54:20 00:41:02 all 44.48 0.00 24.85 16.81 3.16 10.69 00:54:20 00:41:02 0 44.01 0.00 23.12 16.51 3.74 12.62 00:54:20 00:41:02 1 45.04 0.00 26.01 16.54 2.86 9.55 00:54:20 00:41:02 2 44.26 0.00 23.39 17.32 3.11 11.91 00:54:20 00:41:02 3 44.63 0.00 26.92 16.85 2.93 8.67 00:54:20 00:42:01 all 30.29 0.00 15.62 17.44 0.34 36.30 00:54:20 00:42:01 0 28.37 0.00 15.81 17.39 0.43 38.00 00:54:20 00:42:01 1 30.67 0.00 15.13 18.44 0.30 35.46 00:54:20 00:42:01 2 30.10 0.00 14.69 15.92 0.34 38.95 00:54:20 00:42:01 3 32.04 0.00 16.87 18.03 0.29 32.77 00:54:20 00:54:20 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:54:20 00:43:01 all 0.17 0.00 0.06 0.00 0.01 99.76 00:54:20 00:43:01 0 0.05 0.00 0.07 0.00 0.02 99.87 00:54:20 00:43:01 1 0.52 0.00 0.05 0.00 0.00 99.43 00:54:20 00:43:01 2 0.05 0.00 0.07 0.00 0.02 99.87 00:54:20 00:43:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:54:20 00:44:01 all 0.19 0.00 0.05 0.00 0.02 99.75 00:54:20 00:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:54:20 00:44:01 1 0.42 0.00 0.07 0.02 0.02 99.48 00:54:20 00:44:01 2 0.08 0.00 0.05 0.00 0.02 99.85 00:54:20 00:44:01 3 0.20 0.00 0.03 0.00 0.03 99.73 00:54:20 00:45:01 all 0.15 0.00 0.05 0.02 0.00 99.78 00:54:20 00:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:20 00:45:01 1 0.52 0.00 0.07 0.02 0.00 99.40 00:54:20 00:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:20 00:45:01 3 0.02 0.00 0.10 0.08 0.02 99.78 00:54:20 00:46:01 all 0.14 0.00 0.05 0.00 0.00 99.82 00:54:20 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:54:20 00:46:01 1 0.47 0.00 0.03 0.00 0.00 99.50 00:54:20 00:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:54:20 00:46:01 3 0.05 0.00 0.08 0.00 0.00 99.87 00:54:20 00:47:01 all 0.15 0.00 0.04 0.00 0.02 99.79 00:54:20 00:47:01 0 0.03 0.00 0.03 0.02 0.03 99.88 00:54:20 00:47:01 1 0.48 0.00 0.02 0.00 0.02 99.48 00:54:20 00:47:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:54:20 00:47:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:54:20 00:48:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:54:20 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:20 00:48:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:54:20 00:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:54:20 00:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:54:20 00:49:01 all 0.06 0.00 0.03 0.00 0.00 99.90 00:54:20 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:54:20 00:49:01 1 0.15 0.00 0.03 0.00 0.00 99.82 00:54:20 00:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:54:20 00:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:54:20 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:54:20 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:20 00:50:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:54:20 00:50:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:54:20 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:20 00:51:02 all 0.15 0.00 0.05 0.02 0.00 99.77 00:54:20 00:51:02 0 0.03 0.00 0.07 0.00 0.02 99.88 00:54:20 00:51:02 1 0.50 0.00 0.02 0.00 0.00 99.48 00:54:20 00:51:02 2 0.03 0.00 0.03 0.00 0.00 99.93 00:54:20 00:51:02 3 0.05 0.00 0.10 0.07 0.00 99.78 00:54:20 00:52:01 all 0.14 0.00 0.03 0.00 0.00 99.82 00:54:20 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:20 00:52:01 1 0.51 0.00 0.02 0.00 0.00 99.48 00:54:20 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:54:20 00:52:01 3 0.03 0.00 0.07 0.00 0.02 99.88 00:54:20 00:53:01 all 0.07 0.00 0.03 0.00 0.01 99.89 00:54:20 00:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:20 00:53:01 1 0.17 0.00 0.07 0.00 0.02 99.75 00:54:20 00:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:20 00:53:01 3 0.07 0.00 0.03 0.00 0.02 99.88 00:54:20 00:54:20 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:54:20 00:54:01 all 5.33 0.00 3.69 3.06 0.20 87.73 00:54:20 00:54:01 0 4.69 0.00 3.98 1.43 0.18 89.72 00:54:20 00:54:01 1 6.40 0.00 3.78 4.33 0.18 85.31 00:54:20 00:54:01 2 5.18 0.00 3.87 4.69 0.22 86.04 00:54:20 00:54:01 3 5.05 0.00 3.11 1.78 0.20 89.85 00:54:20 Average: all 14.34 0.00 7.38 3.77 1.75 72.76 00:54:20 Average: 0 14.00 0.00 7.21 3.55 1.92 73.33 00:54:20 Average: 1 14.81 0.00 7.63 4.10 1.64 71.83 00:54:20 Average: 2 13.99 0.00 7.18 3.65 1.83 73.34 00:54:20 Average: 3 14.55 0.00 7.51 3.78 1.63 72.53 00:54:20 00:54:20 00:54:20