Pull request #2908 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f45820c759195af053ef8c95cf26484da39a40fc+63eb717be648985cabd2e2ea0d3d1f19ada5a008 (f9493ad7ef1d44b5005a299429e9eb90eaf3d7e7) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16086 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc Merge succeeded, producing f45820c759195af053ef8c95cf26484da39a40fc Checking out Revision f45820c759195af053ef8c95cf26484da39a40fc (PR-2908) > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # 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 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:23:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:23:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:23:04 ========================================================= 07:23:04 EdgeX Global Pipelines Version Info 07:23:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bdd14c6a04719bacb5d4ac68c7e102f658622b87 # timeout=10 07:23:05 ------------------- 07:23:05 stable info: 07:23:05 ------------------- 07:23:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:23:05 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 07:23:05 Message: update stable to v1.0.172 07:23:06 ------------------- 07:23:06 experimental info: 07:23:06 ------------------- 07:23:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:23:06 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 07:23:06 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:23:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f45820c759195af053ef8c95cf26484da39a40fc [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f45820c [Pipeline] echo 07:23:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:23:10 provisioning config files... 07:23:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config4702240872253629343tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:23:10 ---> docker-login.sh 07:23:10 nexus3.edgexfoundry.org:10001 07:23:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:10 Configure a credential helper to remove this warning. See 07:23:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:10 07:23:10 Login Succeeded 07:23:10 nexus3.edgexfoundry.org:10002 07:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:11 Configure a credential helper to remove this warning. See 07:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:11 07:23:11 Login Succeeded 07:23:11 nexus3.edgexfoundry.org:10003 07:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:11 Configure a credential helper to remove this warning. See 07:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:11 07:23:11 Login Succeeded 07:23:11 nexus3.edgexfoundry.org:10004 07:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:11 Configure a credential helper to remove this warning. See 07:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:11 07:23:11 Login Succeeded 07:23:11 docker.io 07:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:11 Configure a credential helper to remove this warning. See 07:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:11 07:23:11 Login Succeeded 07:23:11 ---> docker-login.sh ends [Pipeline] } 07:23:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:12 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/core-command/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo core-command,cmd/core-command/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/core-data/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo core-data,cmd/core-data/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/core-metadata/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo core-metadata,cmd/core-metadata/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/security-proxy-setup/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/security-secrets-setup/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ cut -d/ -f2 07:23:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:23:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/support-notifications/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo support-notifications,cmd/support-notifications/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/support-scheduler/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:23:12 + for file in '`ls cmd/**/Dockerfile`' 07:23:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:23:12 ++ cut -d/ -f2 07:23:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:23:12 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 07:23:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:14 07:23:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:23:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:15 latest: Pulling from edgex-devops/git-semver 07:23:15 31603596830f: Pulling fs layer 07:23:15 2a8b12db71e7: Pulling fs layer 07:23:15 6ca5941a6612: Pulling fs layer 07:23:15 ecc8261a40a4: Pulling fs layer 07:23:15 ecc8261a40a4: Waiting 07:23:15 2a8b12db71e7: Verifying Checksum 07:23:15 2a8b12db71e7: Download complete 07:23:15 31603596830f: Verifying Checksum 07:23:15 31603596830f: Download complete 07:23:15 ecc8261a40a4: Verifying Checksum 07:23:15 ecc8261a40a4: Download complete 07:23:15 6ca5941a6612: Download complete 07:23:15 31603596830f: Pull complete 07:23:15 2a8b12db71e7: Pull complete 07:23:16 6ca5941a6612: Pull complete 07:23:16 ecc8261a40a4: Pull complete 07:23:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:23:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:23:16 prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container 07:23:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:23:19 $ docker top 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:23:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:19 [ssh-agent] Looking for ssh-agent implementation... 07:23:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:19 $ docker exec 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent 07:23:20 SSH_AUTH_SOCK=/tmp/ssh-71k4l4Il4DdN/agent.13 07:23:20 SSH_AGENT_PID=18 07:23:20 Running ssh-add (command line suppressed) 07:23:20 Identity added: /w/workspace/edgex-go/17@tmp/private_key_1033537242791807230.key (/w/workspace/edgex-go/17@tmp/private_key_1033537242791807230.key) 07:23:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:20 + git tag --points-at HEAD [Pipeline] } 07:23:20 $ docker exec --env ******** --env ******** 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent -k 07:23:20 unset SSH_AUTH_SOCK; 07:23:20 unset SSH_AGENT_PID; 07:23:20 echo Agent pid 18 killed; 07:23:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:23:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:21 [ssh-agent] Looking for ssh-agent implementation... 07:23:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:21 $ docker exec 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent 07:23:21 SSH_AUTH_SOCK=/tmp/ssh-3bmxgLgqGF7G/agent.46 07:23:21 SSH_AGENT_PID=52 07:23:21 Running ssh-add (command line suppressed) 07:23:21 Identity added: /w/workspace/edgex-go/17@tmp/private_key_6279065847453185267.key (/w/workspace/edgex-go/17@tmp/private_key_6279065847453185267.key) 07:23:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:21 + git semver init 07:23:21 # -> Open(): unable to determine branch for HEAD 07:23:21 # $GIT_DIR = /w/workspace/edgex-go/17/.git 07:23:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/17 07:23:21 # $SEMVER_REMOTE_NAME = origin 07:23:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:23:21 # $SEMVER_USER_NAME = edgex-jenkins 07:23:21 # $SEMVER_BRANCH = PR-2908 07:23:21 # $SEMVER_TEMP = /tmp/semver-686329101 07:23:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:24:00 # '/tmp/semver-686329101' -> '/w/workspace/edgex-go/17/.semver' 07:24:00 # -> Force: false 07:24:00 # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } 07:24:00 $ docker exec --env ******** --env ******** 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent -k 07:24:01 unset SSH_AUTH_SOCK; 07:24:01 unset SSH_AGENT_PID; 07:24:01 echo Agent pid 52 killed; 07:24:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:24:01 + git semver [Pipeline] } 07:24:01 $ docker stop --time=1 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 07:24:03 $ docker rm -f 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 [Pipeline] // withDockerContainer [Pipeline] sh 07:24:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:24:04 Stashed 1 file(s) [Pipeline] echo 07:24:04 [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 07:24:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:24:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:24:05 + sudo service docker restart 07:24:05 + true 07:24:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:24:06 ========================================================= 07:24:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:24:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:24:06 + 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 . 07:24:11 Sending build context to Docker daemon 326.4MB 07:24:11 Step 1/7 : ARG BASE=golang:1.15-alpine 07:24:11 Step 2/7 : FROM ${BASE} 07:24:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:24:11 188c0c94c7c5: Pulling fs layer 07:24:11 0ef7d3d256c8: Pulling fs layer 07:24:11 de9db76c5a1d: Pulling fs layer 07:24:11 bca2f99d35d6: Pulling fs layer 07:24:11 93359f2a8cfa: Pulling fs layer 07:24:11 7c6f9722023f: Pulling fs layer 07:24:11 a35cf1a2eb13: Pulling fs layer 07:24:11 bca2f99d35d6: Waiting 07:24:11 93359f2a8cfa: Waiting 07:24:11 7c6f9722023f: Waiting 07:24:11 a35cf1a2eb13: Waiting 07:24:11 de9db76c5a1d: Verifying Checksum 07:24:11 de9db76c5a1d: Download complete 07:24:11 0ef7d3d256c8: Download complete 07:24:11 93359f2a8cfa: Verifying Checksum 07:24:11 93359f2a8cfa: Download complete 07:24:11 188c0c94c7c5: Verifying Checksum 07:24:11 7c6f9722023f: Verifying Checksum 07:24:11 7c6f9722023f: Download complete 07:24:11 188c0c94c7c5: Pull complete 07:24:11 0ef7d3d256c8: Pull complete 07:24:11 de9db76c5a1d: Pull complete 07:24:13 a35cf1a2eb13: Verifying Checksum 07:24:13 a35cf1a2eb13: Download complete 07:24:13 bca2f99d35d6: Verifying Checksum 07:24:13 bca2f99d35d6: Download complete 07:24:17 bca2f99d35d6: Pull complete 07:24:17 93359f2a8cfa: Pull complete 07:24:17 7c6f9722023f: Pull complete 07:24:19 Still waiting to schedule task 07:24:19 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16087’ 07:24:24 a35cf1a2eb13: Pull complete 07:24:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:24:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:24:24 ---> a62c8e92a672 07:24:24 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:24:24 ---> Running in 3a48967225d0 07:24:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:26 (1/12) Installing libmagic (5.38-r0) 07:24:26 (2/12) Installing file (5.38-r0) 07:24:27 (3/12) Installing libc-dev (0.7.2-r3) 07:24:27 (4/12) Installing g++ (9.3.0-r2) 07:24:42 (5/12) Installing fortify-headers (1.1-r0) 07:24:42 (6/12) Installing patch (2.7.6-r6) 07:24:42 (7/12) Installing build-base (0.5-r2) 07:24:42 (8/12) Installing libsodium (1.0.18-r0) 07:24:42 (9/12) Installing pkgconf (1.7.2-r0) 07:24:42 (10/12) Installing libsodium-dev (1.0.18-r0) 07:24:42 (11/12) Installing libzmq (4.3.3-r0) 07:24:42 (12/12) Installing zeromq-dev (4.3.3-r0) 07:24:42 Executing busybox-1.31.1-r19.trigger 07:24:42 OK: 233 MiB in 51 packages 07:24:45 Removing intermediate container 3a48967225d0 07:24:45 ---> 189629332125 07:24:45 Step 4/7 : WORKDIR /edgex-go 07:24:45 ---> Running in ec52596ec290 07:24:45 Removing intermediate container ec52596ec290 07:24:45 ---> 0138d578c3dd 07:24:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:24:46 latest: Pulling from library/docker 07:24:46 05e7bc50f07f: Pulling fs layer 07:24:46 6db28d0fdbf6: Pulling fs layer 07:24:46 292df0bc6bf3: Pulling fs layer 07:24:46 2e060f4bd70b: Pulling fs layer 07:24:46 80e8d568a223: Pulling fs layer 07:24:46 8dc6ef1a942a: Pulling fs layer 07:24:46 2312dd95470a: Pulling fs layer 07:24:46 80e8d568a223: Waiting 07:24:46 8dc6ef1a942a: Waiting 07:24:46 2312dd95470a: Waiting 07:24:46 292df0bc6bf3: Verifying Checksum 07:24:46 292df0bc6bf3: Download complete 07:24:46 05e7bc50f07f: Verifying Checksum 07:24:46 6db28d0fdbf6: Verifying Checksum 07:24:46 6db28d0fdbf6: Download complete 07:24:46 8dc6ef1a942a: Verifying Checksum 07:24:46 8dc6ef1a942a: Download complete 07:24:46 2312dd95470a: Verifying Checksum 07:24:46 2312dd95470a: Download complete 07:24:46 05e7bc50f07f: Pull complete 07:24:46 80e8d568a223: Verifying Checksum 07:24:46 80e8d568a223: Download complete 07:24:47 6db28d0fdbf6: Pull complete 07:24:47 292df0bc6bf3: Pull complete 07:24:47 2e060f4bd70b: Verifying Checksum 07:24:47 2e060f4bd70b: Download complete 07:24:50 2e060f4bd70b: Pull complete 07:24:50 80e8d568a223: Pull complete 07:24:50 8dc6ef1a942a: Pull complete 07:24:50 2312dd95470a: Pull complete 07:24:50 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 07:24:50 Status: Downloaded newer image for docker:latest 07:24:52 ---> 132aa0cd4112 07:24:52 Step 6/7 : COPY go.mod . 07:24:52 ---> 81de1a41d163 07:24:52 Step 7/7 : RUN go mod download 07:24:52 ---> Running in c8c087c7ebfd 07:25:14 Removing intermediate container c8c087c7ebfd 07:25:14 ---> ddda9c1e61f6 07:25:14 Successfully built ddda9c1e61f6 07:25:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:25:15 + docker inspect -f . ci-base-image-x86_64 07:25:15 . [Pipeline] withDockerContainer 07:25:15 prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container 07:25:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat 07:25:16 $ docker top 0dab4c89001c01121c5aa360ecd8a110f6e0b3ca04f59a4360efae58604edd3e -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:16 + go version 07:25:16 go version go1.15.5 linux/amd64 [Pipeline] } 07:25:16 $ docker stop --time=1 0dab4c89001c01121c5aa360ecd8a110f6e0b3ca04f59a4360efae58604edd3e 07:25:18 $ docker rm -f 0dab4c89001c01121c5aa360ecd8a110f6e0b3ca04f59a4360efae58604edd3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:18 + docker inspect -f . ci-base-image-x86_64 07:25:18 . [Pipeline] withDockerContainer 07:25:18 prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container 07:25:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat 07:25:19 $ docker top 3c3ec442efe2d1b3e572ac165481bdfb99fcc4aee9faf16d10a1ed2716b2fd28 -eo pid,comm [Pipeline] { [Pipeline] echo 07:25:19 ========================================================= 07:25:19 [edgeXBuildGoParallel] Running Tests and Build... 07:25:19 ========================================================= [Pipeline] sh 07:25:20 + make test 07:25:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:25:28 ? github.com/edgexfoundry/edgex-go [no test files] 07:25:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:25:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:25:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:25:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:25:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:25:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s 07:25:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.142s coverage: 27.1% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.392s coverage: 71.3% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 83.7% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:26:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 07:26:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:26:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 07:26:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:26:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements 07:26:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:26:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 07:26:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:26:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:26:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:26:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:26:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.323s coverage: 93.8% of statements 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:26:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:26:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 07:26:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:26:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.123s coverage: 91.4% of statements 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements 07:26:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:26:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 07:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 07:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 07:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 07:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 07:26:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.384s coverage: 55.9% of statements 07:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:26:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.290s coverage: 86.3% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.070s coverage: 72.2% of statements 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.372s coverage: 72.1% of statements 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 37.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 47.1% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.641s coverage: 29.1% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:26:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:26:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 07:26:16 GO111MODULE=on go vet ./... 07:26:38 gofmt -l . 07:26:39 [ "`gofmt -l .`" = "" ] 07:26:39 ./bin/test-go-mod-tidy.sh 07:26:40 ./bin/test-attribution-txt.sh [Pipeline] sh 07:26:42 + ls -al . 07:26:42 total 664 07:26:42 drwxrwxr-x 10 1001 1001 4096 Dec 15 07:26 . 07:26:42 drwxr-xr-x 4 root root 30 Dec 15 07:25 .. 07:26:42 -rw-rw-r-- 1 1001 1001 11 Dec 15 07:22 .dockerignore 07:26:42 drwxrwxr-x 8 1001 1001 179 Dec 15 07:23 .git 07:26:42 drwxrwxr-x 3 1001 1001 125 Dec 15 07:22 .github 07:26:42 -rw-rw-r-- 1 1001 1001 943 Dec 15 07:22 .gitignore 07:26:42 drwx------ 3 1001 1001 47 Dec 15 07:23 .semver 07:26:42 -rw-rw-r-- 1 1001 1001 166 Dec 15 07:22 .sonarcloud.properties 07:26:42 -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:22 CONTRIBUTING.md 07:26:42 -rw-rw-r-- 1 1001 1001 1035 Dec 15 07:22 Dockerfile.build 07:26:42 -rw-rw-r-- 1 1001 1001 863 Dec 15 07:22 Jenkinsfile 07:26:42 -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:22 LICENSE 07:26:42 -rw-rw-r-- 1 1001 1001 6318 Dec 15 07:22 Makefile 07:26:42 -rw-rw-r-- 1 1001 1001 6447 Dec 15 07:22 README.md 07:26:42 -rw-rw-r-- 1 1001 1001 7286 Dec 15 07:22 SECURITY.md 07:26:42 -rw-rw-r-- 1 1001 1001 5 Dec 15 07:24 VERSION 07:26:42 -rw-rw-r-- 1 1001 1001 4131 Dec 15 07:22 ZMQWindows.md 07:26:42 drwxrwxr-x 2 1001 1001 117 Dec 15 07:22 bin 07:26:42 drwxrwxr-x 15 1001 1001 4096 Dec 15 07:22 cmd 07:26:42 -rw-r--r-- 1 root root 568194 Dec 15 07:26 coverage.out 07:26:42 -rw-r--r-- 1 root root 1041 Dec 15 07:26 go.mod 07:26:42 -rw-r--r-- 1 root root 18746 Dec 15 07:26 go.sum 07:26:42 drwxrwxr-x 8 1001 1001 127 Dec 15 07:22 internal 07:26:42 drwxrwxr-x 4 1001 1001 26 Dec 15 07:22 openapi 07:26:42 drwxrwxr-x 4 1001 1001 71 Dec 15 07:22 snap 07:26:42 -rw-rw-r-- 1 1001 1001 168 Dec 15 07:22 version.go [Pipeline] sh 07:26:42 + '[' -e coverage.out ] 07:26:42 + chown 1001:1001 coverage.out [Pipeline] stash 07:26:43 Stashed 1 file(s) [Pipeline] sh 07:26:43 + make build 07:26:43 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 07:26:46 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 07:26:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:26:55 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 07:26:56 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 07:26:56 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 07:26:58 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 07:26:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:27:00 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 07:27:01 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 07:27:02 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 07:27:03 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 07:27:04 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] } 07:27:05 $ docker stop --time=1 3c3ec442efe2d1b3e572ac165481bdfb99fcc4aee9faf16d10a1ed2716b2fd28 07:27:07 $ docker rm -f 3c3ec442efe2d1b3e572ac165481bdfb99fcc4aee9faf16d10a1ed2716b2fd28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:09 07:27:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:27:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:09 latest: Pulling from edgex-devops/edgex-compose 07:27:09 cbdbe7a5bc2a: Pulling fs layer 07:27:09 ca9280d653b3: Pulling fs layer 07:27:09 7e9c9ca2126c: Pulling fs layer 07:27:09 cbdbe7a5bc2a: Verifying Checksum 07:27:09 cbdbe7a5bc2a: Download complete 07:27:10 cbdbe7a5bc2a: Pull complete 07:27:10 ca9280d653b3: Verifying Checksum 07:27:10 ca9280d653b3: Download complete 07:27:11 7e9c9ca2126c: Verifying Checksum 07:27:11 7e9c9ca2126c: Download complete 07:27:11 ca9280d653b3: Pull complete 07:27:19 7e9c9ca2126c: Pull complete 07:27:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:27:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:27:20 prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container 07:27:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:27:23 $ docker top 402e10cc2d4f072ad7a0fc2a97fc39e0e600cbdb1415e1608e5ecd1a366b0bec -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:23 + docker-compose build --help 07:27:23 + grep parallel 07:27:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16089 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 07:27:24 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 07:27:24 --parallel Build images in parallel. [Pipeline] } 07:27:24 $ docker stop --time=1 402e10cc2d4f072ad7a0fc2a97fc39e0e600cbdb1415e1608e5ecd1a366b0bec 07:27:26 $ docker rm -f 402e10cc2d4f072ad7a0fc2a97fc39e0e600cbdb1415e1608e5ecd1a366b0bec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:26 . [Pipeline] withDockerContainer 07:27:26 prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container 07:27:26 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:27:27 $ docker top a1cba82e827a81f0d4e60b1a38dae1943d04a6e89f8f4775bf3e1634ffcf38d0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:27 + docker-compose -f ./docker-compose-build.yml build --parallel 07:27:28 Building docker-core-command-go ... 07:27:28 Building docker-core-data-go ... 07:27:28 Building docker-core-metadata-go ... 07:27:28 Building docker-security-bootstrap-redis-go ... 07:27:28 Building docker-security-proxy-setup-go ... 07:27:28 Building docker-security-secrets-setup-go ... 07:27:28 Building docker-security-secretstore-setup-go ... 07:27:28 Building docker-support-notifications-go ... 07:27:28 Building docker-support-scheduler-go ... 07:27:28 Building docker-sys-mgmt-agent-go ... 07:27:28 Building docker-security-secrets-setup-go 07:27:28 Building docker-support-notifications-go 07:27:28 Building docker-sys-mgmt-agent-go 07:27:28 Building docker-core-metadata-go 07:27:28 Building docker-support-scheduler-go 07:27:29 using credential edgex-jenkins-ssh 07:27:29 Cloning the remote Git repository 07:27:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:27:29 > git init /w/workspace/edgex-go/17 # timeout=10 07:27:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:27:29 > git --version # timeout=10 07:27:29 > git --version # 'git version 2.17.1' 07:27:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:27:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:27:51 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc 07:27:51 Merge succeeded, producing f45820c759195af053ef8c95cf26484da39a40fc 07:27:51 Checking out Revision f45820c759195af053ef8c95cf26484da39a40fc (PR-2908) 07:27:51 > git config core.sparsecheckout # timeout=10 07:27:51 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 07:27:51 > git remote # timeout=10 07:27:51 > git config --get remote.origin.url # timeout=10 07:27:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:51 > git merge 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 07:27:51 > git rev-parse HEAD^{commit} # timeout=10 07:27:51 > git config core.sparsecheckout # timeout=10 07:27:51 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 07:27:56 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:27:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:27:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:27:58 + + sudo servicetrue docker 07:27:58 restart 07:28:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:28:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:28:01 ---> ddda9c1e61f6 07:28:01 Step 3/22 : WORKDIR /edgex-go 07:28:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:28:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:01 ---> ddda9c1e61f6 07:28:01 Step 3/24 : WORKDIR /edgex-go 07:28:01 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:28:01 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:28:01 ---> ddda9c1e61f6 07:28:01 Step 3/27 : WORKDIR /edgex-go 07:28:01 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:28:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:28:01 ---> ddda9c1e61f6 07:28:01 Step 3/29 : WORKDIR /edgex-go 07:28:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:28:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:28:01 ---> ddda9c1e61f6 07:28:01 Step 3/21 : WORKDIR /edgex-go 07:28:01 ---> Running in 00568bc660b5 07:28:01 ---> Running in e5b8f646d461 07:28:01 ---> Running in 1477489d9170 07:28:01 ---> Running in 1ca0aac20406 07:28:01 ---> Running in fec2b3c147de 07:28:01 Removing intermediate container 00568bc660b5 07:28:01 ---> eb4ffb3c6175 07:28:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:01 Removing intermediate container e5b8f646d461 07:28:01 ---> c67d036c9c75 07:28:01 Step 4/29 : RUN apk update && apk add make git 07:28:01 Removing intermediate container fec2b3c147de 07:28:01 ---> 2bf61ffcd438 07:28:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:01 Removing intermediate container 1477489d9170 07:28:01 ---> 6c45029c7ae8 07:28:01 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:01 Removing intermediate container 1ca0aac20406 07:28:01 ---> 0b78ecc6364f 07:28:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:01 ---> Running in 449df90713a4 07:28:01 ---> Running in 795d6ce0532d 07:28:01 ---> Running in b203e2c5c33c 07:28:01 ---> Running in 4680f81f1f97 07:28:01 ---> Running in ca41efbbf360 07:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:28:01 provisioning config files... 07:28:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config7770762892108552714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:28:01 Removing intermediate container b203e2c5c33c 07:28:01 ---> d8a28f201f2a 07:28:01 Step 5/22 : RUN apk update && apk add make git 07:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:01 Removing intermediate container 449df90713a4 07:28:01 ---> aaf5ae2ed02b 07:28:01 Step 5/21 : RUN apk update && apk add make git 07:28:01 Removing intermediate container 4680f81f1f97 07:28:01 ---> b8ca9f43022f 07:28:01 Step 5/27 : RUN apk update && apk add make bash git 07:28:01 ---> Running in 3904f4b1ea27 07:28:01 ---> docker-login.sh 07:28:01 nexus3.edgexfoundry.org:10001 07:28:01 ---> Running in 3842a327bca1 07:28:01 Removing intermediate container ca41efbbf360 07:28:01 ---> 0789a6ca92d2 07:28:01 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:28:01 ---> Running in b352737cc35a 07:28:01 ---> Running in c032cb70d529 07:28:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:02 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:02 OK: 12750 distinct packages available 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 OK: 233 MiB in 51 packages 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:02 Configure a credential helper to remove this warning. See 07:28:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:02 07:28:02 Login Succeeded 07:28:02 nexus3.edgexfoundry.org:10002 07:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:03 Removing intermediate container 795d6ce0532d 07:28:03 ---> c4e119b447e4 07:28:03 Step 5/29 : COPY go.mod . 07:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:03 Configure a credential helper to remove this warning. See 07:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:03 07:28:03 Login Succeeded 07:28:03 nexus3.edgexfoundry.org:10003 07:28:03 ---> 0407dd149c0f 07:28:03 Step 6/29 : RUN go mod download 07:28:03 ---> Running in 29e55a11ad5a 07:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:04 Configure a credential helper to remove this warning. See 07:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:04 07:28:04 Login Succeeded 07:28:04 nexus3.edgexfoundry.org:10004 07:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:04 OK: 12750 distinct packages available 07:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:04 Configure a credential helper to remove this warning. See 07:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:04 07:28:04 Login Succeeded 07:28:04 docker.io 07:28:04 OK: 233 MiB in 51 packages 07:28:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:04 OK: 12750 distinct packages available 07:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:04 OK: 233 MiB in 51 packages 07:28:05 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:05 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:05 OK: 12750 distinct packages available 07:28:05 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:28:05 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:28:05 OK: 12750 distinct packages available 07:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:05 Configure a credential helper to remove this warning. See 07:28:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:05 07:28:05 Login Succeeded 07:28:05 ---> docker-login.sh ends 07:28:05 Removing intermediate container 29e55a11ad5a 07:28:05 ---> 0470b6009000 07:28:05 Step 7/29 : COPY . . 07:28:05 Removing intermediate container 3904f4b1ea27 07:28:05 ---> d71cb9645e3b 07:28:05 Step 6/22 : COPY go.mod . 07:28:05 OK: 233 MiB in 51 packages 07:28:05 OK: 233 MiB in 51 packages 07:28:05 Removing intermediate container c032cb70d529 07:28:05 ---> e503420af5c9 07:28:05 Step 6/24 : COPY go.mod . [Pipeline] } 07:28:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:28:05 ========================================================= 07:28:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:28:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:28:06 + 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 . 07:28:06 ---> 1d9a761608b8 07:28:06 Step 7/24 : RUN go mod download 07:28:06 ---> 4c60a58529fe 07:28:06 Step 7/22 : RUN go mod download 07:28:08 ---> Running in 3f7124eacc0b 07:28:08 ---> Running in 17376e509e80 07:28:08 Sending build context to Docker daemon 165.7MB 07:28:08 Step 1/7 : ARG BASE=golang:1.15-alpine 07:28:08 Step 2/7 : FROM ${BASE} 07:28:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:28:08 5f621e34cdf4: Pulling fs layer 07:28:08 a4357932f1b6: Pulling fs layer 07:28:08 18c013af1878: Pulling fs layer 07:28:08 00ac8860ef70: Pulling fs layer 07:28:08 63d7cb157983: Pulling fs layer 07:28:08 b116817d02f9: Pulling fs layer 07:28:08 745a02a5169b: Pulling fs layer 07:28:08 63d7cb157983: Waiting 07:28:08 b116817d02f9: Waiting 07:28:08 745a02a5169b: Waiting 07:28:08 00ac8860ef70: Waiting 07:28:08 18c013af1878: Verifying Checksum 07:28:08 18c013af1878: Download complete 07:28:08 a4357932f1b6: Download complete 07:28:08 63d7cb157983: Verifying Checksum 07:28:08 63d7cb157983: Download complete 07:28:08 b116817d02f9: Verifying Checksum 07:28:08 b116817d02f9: Download complete 07:28:08 5f621e34cdf4: Verifying Checksum 07:28:08 5f621e34cdf4: Download complete 07:28:09 5f621e34cdf4: Pull complete 07:28:10 a4357932f1b6: Pull complete 07:28:10 Removing intermediate container 3842a327bca1 07:28:10 ---> d9f374ba1935 07:28:10 Step 6/21 : COPY go.mod . 07:28:10 Removing intermediate container b352737cc35a 07:28:10 ---> 1f400e034f2f 07:28:10 Step 6/27 : COPY go.mod . 07:28:10 18c013af1878: Pull complete 07:28:11 ---> 1fc5f61b43b8 07:28:11 Step 7/21 : RUN go mod download 07:28:11 ---> 27e38db690c7 07:28:11 Step 7/27 : RUN go mod download 07:28:11 745a02a5169b: Verifying Checksum 07:28:11 745a02a5169b: Download complete 07:28:12 ---> Running in 0e625434c4b5 07:28:12 ---> Running in 8b14a989a447 07:28:12 00ac8860ef70: Verifying Checksum 07:28:12 00ac8860ef70: Download complete 07:28:14 Removing intermediate container 17376e509e80 07:28:14 ---> e959ccc64a11 07:28:14 Step 8/24 : COPY . . 07:28:14 Removing intermediate container 3f7124eacc0b 07:28:14 ---> 94c9e29812e5 07:28:14 Step 8/22 : COPY . . 07:28:23 Removing intermediate container 8b14a989a447 07:28:23 ---> 4b3c24c9997b 07:28:23 Step 8/21 : COPY . . 07:28:23 00ac8860ef70: Pull complete 07:28:23 63d7cb157983: Pull complete 07:28:23 b116817d02f9: Pull complete 07:28:27 745a02a5169b: Pull complete 07:28:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:28:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:28:27 ---> b7e6874047d6 07:28:27 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:28:29 Removing intermediate container 0e625434c4b5 07:28:29 ---> 85cf414fddbe 07:28:29 Step 8/27 : COPY . . 07:28:30 ---> Running in c7a6c344c5b2 07:28:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:32 ---> 176e6235e7ca 07:28:32 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:28:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:34 (1/12) Installing libmagic (5.38-r0) 07:28:34 (2/12) Installing file (5.38-r0) 07:28:35 (3/12) Installing libc-dev (0.7.2-r3) 07:28:35 (4/12) Installing g++ (9.3.0-r2) 07:28:42 ---> Running in 14ffffe9f4b4 07:28:43 (5/12) Installing fortify-headers (1.1-r0) 07:28:43 (6/12) Installing patch (2.7.6-r6) 07:28:43 (7/12) Installing build-base (0.5-r2) 07:28:43 (8/12) Installing libsodium (1.0.18-r0) 07:28:43 (9/12) Installing pkgconf (1.7.2-r0) 07:28:43 (10/12) Installing libsodium-dev (1.0.18-r0) 07:28:43 (11/12) Installing libzmq (4.3.3-r0) 07:28:43 (12/12) Installing zeromq-dev (4.3.3-r0) 07:28:43 Executing busybox-1.31.1-r19.trigger 07:28:43 OK: 217 MiB in 51 packages 07:28:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:28:47 Removing intermediate container c7a6c344c5b2 07:28:47 ---> 8498da2b70d9 07:28:47 Step 4/7 : WORKDIR /edgex-go 07:28:47 ---> Running in f83683ca3de3 07:28:47 Removing intermediate container f83683ca3de3 07:28:47 ---> 6ed9352c0782 07:28:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:28:48 latest: Pulling from library/docker 07:28:48 a3cc7d3b244e: Pulling fs layer 07:28:48 02a3295e0d61: Pulling fs layer 07:28:48 0f4f2e6d8100: Pulling fs layer 07:28:48 330b718f631f: Pulling fs layer 07:28:48 a93816041522: Pulling fs layer 07:28:48 bdb6da89ff94: Pulling fs layer 07:28:48 2a70c0c122f4: Pulling fs layer 07:28:48 330b718f631f: Waiting 07:28:48 a93816041522: Waiting 07:28:48 bdb6da89ff94: Waiting 07:28:48 0f4f2e6d8100: Verifying Checksum 07:28:48 0f4f2e6d8100: Download complete 07:28:48 02a3295e0d61: Verifying Checksum 07:28:48 02a3295e0d61: Download complete 07:28:48 a3cc7d3b244e: Download complete 07:28:48 bdb6da89ff94: Verifying Checksum 07:28:48 bdb6da89ff94: Download complete 07:28:48 2a70c0c122f4: Verifying Checksum 07:28:48 2a70c0c122f4: Download complete 07:28:49 a3cc7d3b244e: Pull complete 07:28:49 02a3295e0d61: Pull complete 07:28:50 0f4f2e6d8100: Pull complete 07:28:50 ---> efcdef4223cc 07:28:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:28:50 ---> 826338957208 07:28:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:28:51 330b718f631f: Verifying Checksum 07:28:51 330b718f631f: Download complete 07:28:53 ---> Running in 518fde092f8d 07:28:53 ---> Running in 3631d3dfef0a 07:28:54 330b718f631f: Pull complete 07:28:54 a93816041522: Pull complete 07:28:55 bdb6da89ff94: Pull complete 07:28:55 ---> 5d43f3d8dc6b 07:28:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:28:55 2a70c0c122f4: Pull complete 07:28:55 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 07:28:55 Status: Downloaded newer image for docker:latest 07:28:56 ---> Running in 3d545265994a 07:28:58 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 07:28:58 ---> 6a7402692193 07:28:58 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:28:58 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 07:28:58 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 07:28:58 ---> Running in 8c1099dad374 07:28:58 ---> 95a2ca38ea87 07:28:58 Step 6/7 : COPY go.mod . 07:28:59 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 07:28:59 ---> 6a0dcd0ce5e4 07:28:59 Step 7/7 : RUN go mod download 07:28:59 ---> Running in f60b4a34ea74 07:29:07 Removing intermediate container 14ffffe9f4b4 07:29:07 ---> ea902fcff7ea 07:29:07 07:29:07 Step 9/29 : FROM alpine:latest 07:29:07 latest: Pulling from library/alpine 07:29:07 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 07:29:07 Status: Downloaded newer image for alpine:latest 07:29:07 ---> b14afc6dfb98 07:29:07 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:29:07 ---> Running in 3abed9236d9d 07:29:07 Removing intermediate container 3abed9236d9d 07:29:07 ---> 182947221a46 07:29:07 Step 11/29 : USER root 07:29:07 ---> Running in ce118910e176 07:29:08 Removing intermediate container ce118910e176 07:29:08 ---> 5cc0383e9304 07:29:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:29:08 ---> Running in adda43044fef 07:29:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:09 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:29:09 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:29:09 OK: 12747 distinct packages available 07:29:09 (1/2) Installing ca-certificates (20191127-r4) 07:29:10 (2/2) Installing dumb-init (1.2.2-r1) 07:29:10 Executing busybox-1.31.1-r19.trigger 07:29:10 Executing ca-certificates-20191127-r4.trigger 07:29:10 OK: 6 MiB in 16 packages 07:29:12 Removing intermediate container adda43044fef 07:29:12 ---> 7b9c08d82ea5 07:29:12 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:29:12 ---> Running in 822ee66a90a9 07:29:12 Removing intermediate container 822ee66a90a9 07:29:12 ---> a809e9bd8d42 07:29:12 Step 14/29 : WORKDIR $BASE_DIR 07:29:13 ---> Running in e6227b6cd6ac 07:29:13 Removing intermediate container e6227b6cd6ac 07:29:13 ---> dfbc22dc0796 07:29:13 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:29:13 ---> Running in 3051b70b6cbb 07:29:15 Removing intermediate container 3051b70b6cbb 07:29:15 ---> e80a38729967 07:29:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:29:16 ---> 1a0375f63394 07:29:16 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:29:17 ---> 1f066577b711 07:29:17 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:29:17 ---> ef838dfddae8 07:29:17 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:29:18 ---> 7f085a47f8b3 07:29:18 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:29:18 ---> 732124734678 07:29:18 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:29:18 ---> Running in fa9c2ac9c72c 07:29:21 Removing intermediate container fa9c2ac9c72c 07:29:21 ---> 29978fd4ced2 07:29:21 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:29:21 ---> a125c7e2fa33 07:29:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:22 ---> Running in c38ad45f5eb3 07:29:24 Removing intermediate container c38ad45f5eb3 07:29:24 ---> ec174b87be1b 07:29:24 Step 24/29 : RUN chmod 755 security-secrets-setup 07:29:24 ---> Running in 271f40d2a55b 07:29:26 Removing intermediate container f60b4a34ea74 07:29:26 ---> 37984d05ab85 07:29:26 Successfully built 37984d05ab85 07:29:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:29:26 + docker inspect -f . ci-base-image-arm64 07:29:26 . [Pipeline] withDockerContainer 07:29:26 prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container 07:29:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat 07:29:28 Removing intermediate container 271f40d2a55b 07:29:28 ---> ced9eacba2e0 07:29:28 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:29:28 Removing intermediate container 8c1099dad374 07:29:28 ---> 19598531c47c 07:29:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:29:28 ---> Running in 9ff88aec6064 07:29:28 ---> Running in 3a483de59d86 07:29:28 $ docker top a281dd2296b675f1b41f464de7f3283e75e21b668a3a97523d5973042ffbaa40 -eo pid,comm 07:29:28 Removing intermediate container 9ff88aec6064 07:29:28 ---> b5dd14c40056 07:29:28 Step 26/29 : CMD [ "generate" ] [Pipeline] { [Pipeline] sh 07:29:29 ---> Running in 87db0d6c7558 07:29:29 + go version 07:29:29 go version go1.15.5 linux/arm64 [Pipeline] } 07:29:29 $ docker stop --time=1 a281dd2296b675f1b41f464de7f3283e75e21b668a3a97523d5973042ffbaa40 07:29:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:29:31 $ docker rm -f a281dd2296b675f1b41f464de7f3283e75e21b668a3a97523d5973042ffbaa40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:32 + docker inspect -f . ci-base-image-arm64 07:29:32 . [Pipeline] withDockerContainer 07:29:32 prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container 07:29:32 Removing intermediate container 87db0d6c7558 07:29:32 ---> 6bb29b4d2aa7 07:29:32 Step 27/29 : LABEL arch=x86_64 07:29:32 Removing intermediate container 3631d3dfef0a 07:29:32 ---> 803fddae5945 07:29:32 07:29:32 Step 10/24 : FROM scratch 07:29:32 ---> 07:29:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:29:32 ---> Running in bca850f7eeb9 07:29:32 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat 07:29:32 ---> Running in 4f029e57a9d3 07:29:32 Removing intermediate container 3d545265994a 07:29:32 ---> 6ada40d10ad3 07:29:32 07:29:32 Step 10/21 : FROM scratch 07:29:32 ---> 07:29:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:29:33 ---> Running in d15a119f69f9 07:29:33 Removing intermediate container bca850f7eeb9 07:29:33 ---> f2c313fcb0bf 07:29:33 Step 12/24 : ENV APP_PORT=48060 07:29:33 Removing intermediate container 4f029e57a9d3 07:29:33 ---> de6606689199 07:29:33 Step 28/29 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:29:34 $ docker top 65f3dcecbe600aa58f3a45968f42897cb7e6121981a63a21f3877c7d442e98a3 -eo pid,comm 07:29:34 ---> Running in f3d24327b5d2 [Pipeline] { [Pipeline] echo 07:29:34 ========================================================= 07:29:34 [edgeXBuildGoParallel] Running Tests and Build... 07:29:34 ========================================================= [Pipeline] sh 07:29:34 Removing intermediate container d15a119f69f9 07:29:34 ---> 733913a36e79 07:29:34 Step 12/21 : ENV APP_PORT=48085 07:29:35 + make test 07:29:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:29:35 ---> Running in b0c70f90745e 07:29:35 Removing intermediate container 3a483de59d86 07:29:35 ---> 941e1c5b467f 07:29:35 07:29:35 Step 11/27 : FROM docker:latest 07:29:35 ---> aefe523efa57 07:29:35 Step 12/27 : RUN apk add --no-cache bash 07:29:36 ---> Running in 84e96aa41641 07:29:36 Removing intermediate container f3d24327b5d2 07:29:36 ---> 4d63de104c73 07:29:36 Step 13/24 : EXPOSE $APP_PORT 07:29:36 Removing intermediate container 518fde092f8d 07:29:36 ---> aacf10eda685 07:29:36 07:29:36 Step 10/22 : FROM scratch 07:29:36 ---> 07:29:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:29:36 ---> Using cache 07:29:36 ---> 733913a36e79 07:29:36 Step 12/22 : ENV APP_PORT=48081 07:29:36 ---> Running in 8184d07978e1 07:29:36 ---> Running in 10e8b6597531 07:29:36 ---> Running in f4f106eb318c 07:29:36 Removing intermediate container b0c70f90745e 07:29:36 ---> 7887c16ba72a 07:29:36 Step 29/29 : LABEL version=0.0.0 07:29:36 Removing intermediate container 84e96aa41641 07:29:36 ---> a18ff9ec6ecd 07:29:36 Step 13/21 : EXPOSE $APP_PORT 07:29:36 ---> Running in 3c9e9a26079e 07:29:36 ---> Running in 1dd61f7fff20 07:29:36 Removing intermediate container 10e8b6597531 07:29:36 ---> bfc7b1394176 07:29:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:29:36 Removing intermediate container f4f106eb318c 07:29:36 ---> d56462d72573 07:29:36 Step 13/22 : EXPOSE $APP_PORT 07:29:36 ---> Running in 8f7b879a8925 07:29:37 Removing intermediate container 3c9e9a26079e 07:29:37 ---> abb36c7a8809 07:29:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:29:37 Removing intermediate container 1dd61f7fff20 07:29:37 ---> acbb40288ff4 07:29:37 07:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:37 ---> 54b6dfc505b0 07:29:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:29:37 Removing intermediate container 8f7b879a8925 07:29:37 ---> 77d8b26b386f 07:29:37 Step 14/22 : WORKDIR / 07:29:37 (1/2) Installing readline (8.0.4-r0) 07:29:37 (2/2) Installing bash (5.0.17-r0) 07:29:37 Executing bash-5.0.17-r0.post-install 07:29:37 Executing busybox-1.31.1-r19.trigger 07:29:37 OK: 12 MiB in 22 packages 07:29:37 Successfully built acbb40288ff4 07:29:37 Successfully tagged docker-security-secrets-setup-go:latest 07:29:37  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 07:29:38 ---> Running in d5c609192598 07:29:38 ---> e224eca7eaaf 07:29:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:29:38 ---> a6276879e61e 07:29:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:29:38 Removing intermediate container d5c609192598 07:29:38 ---> 101d5399fe72 07:29:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:29:39 Removing intermediate container 8184d07978e1 07:29:39 ---> 2e267b4c4f83 07:29:39 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:29:39 ---> cda07aca8a96 07:29:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:29:39 ---> Running in 764a06eb2068 07:29:42 ---> 625d4fb1aa88 07:29:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:29:42 ---> 8784cdafd929 07:29:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:29:43 ---> 012d1cbcbc4e 07:29:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:29:44 ---> 96da4aa82f0e 07:29:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:29:44 ---> c821727aad9d 07:29:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:29:46 ---> 50e4e3ef36ca 07:29:46 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:29:47 ---> Running in 5b74dc6bb500 07:29:49 ---> Running in 925276bc1aec 07:29:49 ---> 18cb89f9b26e 07:29:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:29:49 Removing intermediate container 5b74dc6bb500 07:29:49 ---> 3a1b8bc5abbc 07:29:49 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:50 Removing intermediate container 764a06eb2068 07:29:50 ---> 42dcdf11414a 07:29:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:29:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:29:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:29:51 ---> ddda9c1e61f6 07:29:51 Step 3/21 : WORKDIR /edgex-go 07:29:51 ---> Using cache 07:29:51 ---> 0b78ecc6364f 07:29:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:51 ---> Using cache 07:29:51 ---> 0789a6ca92d2 07:29:51 Step 5/21 : RUN apk update && apk add make git 07:29:51 ---> Running in 6e21da3d0623 07:29:51 ---> 3fec1292e50f 07:29:51 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:29:51 Removing intermediate container 925276bc1aec 07:29:51 ---> 940a8de62117 07:29:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:51 ---> Running in e4f2a53ce41f 07:29:51 ---> Running in d25a02075e67 07:29:51 ---> Running in 1c7f86e78d7c 07:29:51 ---> Running in 7435a09d9231 07:29:51 Removing intermediate container 6e21da3d0623 07:29:51 ---> f8b49bbcef29 07:29:51 Step 19/21 : LABEL arch=x86_64 07:29:51 ---> Running in 0187fc96fa2a 07:29:51 Removing intermediate container 1c7f86e78d7c 07:29:51 ---> cd0c9b6688ae 07:29:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:51 Removing intermediate container e4f2a53ce41f 07:29:51 ---> 21742983f7fe 07:29:51 Step 15/27 : ENV APP_PORT=48090 07:29:51 Removing intermediate container 7435a09d9231 07:29:51 ---> 4487850e3de0 07:29:51 Step 20/22 : LABEL arch=x86_64 07:29:52 ---> Running in ee4fa9fb708f 07:29:52 ---> Running in f7f706cb044a 07:29:52 ---> Running in 8e0be39fa7e9 07:29:52 Removing intermediate container 0187fc96fa2a 07:29:52 ---> c4381d6d22ed 07:29:52 Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:29:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:52 ---> Running in a7290a4c252c 07:29:52 Removing intermediate container f7f706cb044a 07:29:52 ---> e8fdc3584682 07:29:52 Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:29:52 Removing intermediate container ee4fa9fb708f 07:29:52 ---> bd1176064b5a 07:29:52 Step 16/27 : EXPOSE $APP_PORT 07:29:52 Removing intermediate container 8e0be39fa7e9 07:29:52 ---> 57080e60f5e1 07:29:52 Step 22/24 : LABEL arch=x86_64 07:29:52 ---> Running in b2dd3c8c09ff 07:29:52 ---> Running in 3bc322cfdb27 07:29:52 ---> Running in ca62075bb6b8 07:29:52 Removing intermediate container a7290a4c252c 07:29:52 ---> f1f6eb3930d8 07:29:52 Step 21/21 : LABEL version=0.0.0 07:29:52 ---> Running in 9a6a402d9947 07:29:52 Removing intermediate container 3bc322cfdb27 07:29:52 ---> 158d25016427 07:29:52 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:29:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:52 Removing intermediate container ca62075bb6b8 07:29:52 ---> 72b65d7f4364 07:29:52 Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:29:52 Removing intermediate container b2dd3c8c09ff 07:29:52 ---> 7f2ffcba3047 07:29:52 Step 22/22 : LABEL version=0.0.0 07:29:53 Removing intermediate container 9a6a402d9947 07:29:53 ---> 486c7e40287f 07:29:53 07:29:53 ---> Running in 8d707da85941 07:29:53 ---> Running in 0b41ea75d435 07:29:53 Successfully built 486c7e40287f 07:29:53 Successfully tagged docker-support-scheduler-go:latest 07:29:53  Building docker-support-scheduler-go ... done  ---> 126eb35038b9 07:29:53 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:29:53 Building docker-security-secretstore-setup-go 07:29:53 Removing intermediate container 8d707da85941 07:29:53 ---> a30fd4cbfba2 07:29:53 07:29:53 Removing intermediate container 0b41ea75d435 07:29:53 ---> bba026a4faaa 07:29:53 Step 24/24 : LABEL version=0.0.0 07:29:53 ---> Running in 81ecbe9e798a 07:29:53 Successfully built a30fd4cbfba2 07:29:53 Successfully tagged docker-core-metadata-go:latest 07:29:53 Building docker-core-data-go 07:29:54  Building docker-core-metadata-go ... done  ---> e20f2d108def 07:29:54 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:29:54 Removing intermediate container 81ecbe9e798a 07:29:54 ---> ed479b9d862d 07:29:54 07:29:54 Successfully built ed479b9d862d 07:29:54 Successfully tagged docker-support-notifications-go:latest 07:29:54 Building docker-core-command-go 07:29:54  Building docker-support-notifications-go ... done v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:29:54 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:29:54 OK: 12750 distinct packages available 07:29:54 ---> 8825dcdb0c4a 07:29:54 Step 20/27 : RUN apk --no-cache add py3-pip 07:29:54 OK: 233 MiB in 51 packages 07:29:54 ---> Running in 2da04cb7c539 07:29:57 ? github.com/edgexfoundry/edgex-go [no test files] 07:29:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:59 (1/33) Installing libbz2 (1.0.8-r1) 07:29:59 (2/33) Installing expat (2.2.9-r1) 07:29:59 (3/33) Installing libffi (3.3-r2) 07:29:59 (4/33) Installing gdbm (1.13-r1) 07:29:59 (5/33) Installing xz-libs (5.2.5-r0) 07:29:59 (6/33) Installing sqlite-libs (3.32.1-r0) 07:29:59 (7/33) Installing python3 (3.8.5-r0) 07:30:04 Removing intermediate container d25a02075e67 07:30:04 ---> 6b9c4586207c 07:30:04 Step 6/21 : COPY go.mod . 07:30:04 (8/33) Installing py3-appdirs (1.4.4-r1) 07:30:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:30:04 (10/33) Installing py3-parsing (2.4.7-r0) 07:30:04 (11/33) Installing py3-six (1.15.0-r0) 07:30:04 (12/33) Installing py3-packaging (20.4-r0) 07:30:04 (13/33) Installing py3-setuptools (47.0.0-r0) 07:30:04 (14/33) Installing py3-chardet (3.0.4-r4) 07:30:05 (15/33) Installing py3-idna (2.9-r0) 07:30:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:30:06 ---> bb1de9113122 07:30:06 Step 7/21 : RUN go mod download 07:30:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:30:07 (18/33) Installing py3-requests (2.23.0-r0) 07:30:07 (19/33) Installing py3-msgpack (1.0.0-r0) 07:30:08 (20/33) Installing py3-lockfile (0.12.2-r3) 07:30:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:30:10 (22/33) Installing py3-colorama (0.4.3-r0) 07:30:11 (23/33) Installing py3-distlib (0.3.0-r0) 07:30:13 (24/33) Installing py3-distro (1.5.0-r1) 07:30:13 (25/33) Installing py3-webencodings (0.5.1-r3) 07:30:13 (26/33) Installing py3-html5lib (1.0.1-r4) 07:30:14 ---> Running in 4b87333ef7e8 07:30:14 (27/33) Installing py3-pytoml (0.1.21-r0) 07:30:14 (28/33) Installing py3-pep517 (0.8.2-r0) 07:30:14 (29/33) Installing py3-progress (1.5-r0) 07:30:14 (30/33) Installing py3-toml (0.10.1-r0) 07:30:14 (31/33) Installing py3-retrying (1.3.3-r0) 07:30:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:30:15 (33/33) Installing py3-pip (20.1.1-r0) 07:30:15 Executing busybox-1.31.1-r19.trigger 07:30:16 OK: 71 MiB in 55 packages 07:30:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:30:20 ---> ddda9c1e61f6 07:30:20 Step 3/23 : WORKDIR /edgex-go 07:30:20 ---> Using cache 07:30:20 ---> 0b78ecc6364f 07:30:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:20 ---> Using cache 07:30:20 ---> 0789a6ca92d2 07:30:20 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:30:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:30:20 ---> ddda9c1e61f6 07:30:20 Step 3/22 : WORKDIR /edgex-go 07:30:20 ---> Using cache 07:30:20 ---> 0b78ecc6364f 07:30:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:20 ---> Using cache 07:30:20 ---> 0789a6ca92d2 07:30:20 Step 5/22 : RUN apk update && apk add make git 07:30:20 ---> Using cache 07:30:20 ---> 6b9c4586207c 07:30:20 Step 6/22 : COPY go.mod . 07:30:20 ---> Using cache 07:30:20 ---> bb1de9113122 07:30:20 Step 7/22 : RUN go mod download 07:30:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:30:20 ---> ddda9c1e61f6 07:30:20 Step 3/24 : WORKDIR /edgex-go 07:30:20 ---> Using cache 07:30:20 ---> 0b78ecc6364f 07:30:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:20 ---> Using cache 07:30:20 ---> 0789a6ca92d2 07:30:21 Step 5/24 : RUN apk update && apk add make git 07:30:21 ---> Using cache 07:30:21 ---> 6b9c4586207c 07:30:21 Step 6/24 : COPY go.mod . 07:30:21 ---> Using cache 07:30:21 ---> bb1de9113122 07:30:21 Step 7/24 : RUN go mod download 07:30:23 ---> Running in 5c4f81389d4b 07:30:23 ---> Running in bad3e69a3096 07:30:23 ---> Running in 5506a917d75e 07:30:24 Removing intermediate container 4b87333ef7e8 07:30:24 ---> 37aee24d67fe 07:30:24 Step 8/21 : COPY . . 07:30:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:29 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:30:29 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:30:29 OK: 12750 distinct packages available 07:30:29 OK: 233 MiB in 51 packages 07:30:31 Removing intermediate container 5c4f81389d4b 07:30:31 ---> dc950d343994 07:30:31 Step 8/22 : COPY . . 07:30:36 Removing intermediate container 5506a917d75e 07:30:36 ---> 23ead56e50e7 07:30:36 Step 8/24 : COPY . . 07:30:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:30:44 Removing intermediate container bad3e69a3096 07:30:44 ---> ab4e98a5db9b 07:30:44 Step 6/23 : COPY go.mod . 07:30:46 Removing intermediate container 2da04cb7c539 07:30:46 ---> b090990d44e5 07:30:46 Step 21/27 : RUN pip install docker-compose==1.23.2 07:30:53 ---> Running in 2758e645d1c8 07:30:53 ---> 748ef40b7e75 07:30:53 Step 7/23 : RUN go mod download 07:30:54 ---> Running in 0ef58a5fe818 07:30:54 ---> fcbf6031bf49 07:30:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:30:55 ---> Running in 5d29877ea854 07:30:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:30:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:30:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:30:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:30:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:30:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:30:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:31:01 Collecting docker-compose==1.23.2 07:31:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:31:01 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.055s 07:31:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:31:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:31:01 Removing intermediate container 0ef58a5fe818 07:31:01 ---> 966600de63cd 07:31:01 Step 8/23 : COPY . . 07:31:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:31:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:31:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:31:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:31:02 ---> c8496c3827c6 07:31:02 Step 9/22 : RUN make cmd/core-command/core-command 07:31:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:31:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:31:03 ---> 53a513cc8263 07:31:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:31:03 Collecting cached-property<2,>=1.2.0 07:31:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:31:03 ---> Running in 4699483c703c 07:31:03 ---> Running in 2ba4a4c2da99 07:31:03 Collecting PyYAML<4,>=3.10 07:31:03 Downloading PyYAML-3.13.tar.gz (270 kB) 07:31:06 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 07:31:07 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 07:31:09 Collecting docopt<0.7,>=0.6.1 07:31:09 Downloading docopt-0.6.2.tar.gz (25 kB) 07:31:10 Collecting dockerpty<0.5,>=0.4.1 07:31:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:31:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.296s coverage: 46.6% of statements 07:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:31:12 Collecting jsonschema<3,>=2.5.1 07:31:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:31:12 Collecting docker<4.0,>=3.6.0 07:31:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:31:13 Collecting websocket-client<1.0,>=0.32.0 07:31:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:31:14 Collecting texttable<0.10,>=0.9.0 07:31:14 Downloading texttable-0.9.1.tar.gz (11 kB) 07:31:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:31:15 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) 07:31:15 Collecting urllib3<1.25,>=1.21.1 07:31:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:31:16 Collecting idna<2.8,>=2.5 07:31:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:31:16 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) 07:31:16 Collecting docker-pycreds>=0.4.0 07:31:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:31:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:31:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:31:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:31:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:31:16 Installing collected packages: urllib3, idna, requests, cached-property, PyYAML, docopt, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, texttable, docker-compose 07:31:16 Attempting uninstall: urllib3 07:31:16 Found existing installation: urllib3 1.25.9 07:31:16 Uninstalling urllib3-1.25.9: 07:31:17 Successfully uninstalled urllib3-1.25.9 07:31:17 Attempting uninstall: idna 07:31:17 Found existing installation: idna 2.9 07:31:17 Uninstalling idna-2.9: 07:31:17 Successfully uninstalled idna-2.9 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.580s coverage: 71.3% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.708s coverage: 83.7% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:31:19 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 07:31:19 Attempting uninstall: requests 07:31:19 Found existing installation: requests 2.23.0 07:31:19 Uninstalling requests-2.23.0: 07:31:19 Successfully uninstalled requests-2.23.0 07:31:20 Running setup.py install for PyYAML: started 07:31:22 Running setup.py install for PyYAML: finished with status 'done' 07:31:22 Running setup.py install for docopt: started 07:31:22 Running setup.py install for docopt: finished with status 'done' 07:31:22 Running setup.py install for dockerpty: started 07:31:23 ---> 347a50f3fb54 07:31:23 Step 9/23 : RUN make cmd/core-data/core-data 07:31:23 Running setup.py install for dockerpty: finished with status 'done' 07:31:23 ---> Running in fe9a9aaaa054 07:31:24 Running setup.py install for texttable: started 07:31:24 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 07:31:25 Running setup.py install for texttable: finished with status 'done' 07:31:25 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 07:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.205s coverage: 28.6% of statements 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements 07:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:31:26 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 07:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.333s coverage: 97.5% of statements 07:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 07:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:31:29 Removing intermediate container 5d29877ea854 07:31:29 ---> 1e7f6db4c590 07:31:29 07:31:29 Step 10/21 : FROM alpine 07:31:29 ---> b14afc6dfb98 07:31:29 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:31:31 Removing intermediate container 2758e645d1c8 07:31:31 ---> 36c7f4ad21f8 07:31:31 Step 22/27 : RUN apk --no-cache add curl 07:31:31 ---> Running in eadc1c3105f0 07:31:31 ---> Running in ed6e0ae6ad0a 07:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:34 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:31:34 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:31:34 OK: 12747 distinct packages available 07:31:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:31:34 (2/3) Installing libcurl (7.69.1-r3) 07:31:34 (3/3) Installing curl (7.69.1-r3) 07:31:34 Executing busybox-1.31.1-r19.trigger 07:31:34 (1/4) Installing ca-certificates (20191127-r4) 07:31:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:31:34 (3/4) Installing libcurl (7.69.1-r3) 07:31:34 (4/4) Installing curl (7.69.1-r3) 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.005s coverage: 93.8% of statements 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements 07:31:34 Executing busybox-1.31.1-r19.trigger 07:31:34 Executing ca-certificates-20191127-r4.trigger 07:31:34 OK: 7 MiB in 18 packages 07:31:35 OK: 72 MiB in 58 packages 07:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements 07:31:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.4% of statements 07:31:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:31:37 Removing intermediate container 4699483c703c 07:31:37 ---> c5b65b7df830 07:31:37 07:31:37 Step 10/22 : FROM scratch 07:31:37 ---> 07:31:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:31:38 ---> Using cache 07:31:38 ---> 733913a36e79 07:31:38 Step 12/22 : ENV APP_PORT=48082 07:31:38 Removing intermediate container ed6e0ae6ad0a 07:31:38 ---> 9ea1caacdbe3 07:31:38 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:31:38 Removing intermediate container 2ba4a4c2da99 07:31:38 ---> e3913c1afef1 07:31:38 07:31:38 Step 10/24 : FROM alpine:3.10 07:31:39 ---> Running in 410c00e17d22 07:31:39 3.10: Pulling from library/alpine 07:31:39 Removing intermediate container eadc1c3105f0 07:31:39 ---> 69d3c72ced66 07:31:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:31:39 ---> Running in b4dc99a0c2a1 07:31:39 ---> Running in 3b899ff93058 07:31:39 Removing intermediate container 410c00e17d22 07:31:39 ---> 9f677ce7303a 07:31:39 Step 13/22 : EXPOSE $APP_PORT 07:31:39 ---> Running in 5cefbc3483ce 07:31:39 Removing intermediate container b4dc99a0c2a1 07:31:39 ---> 839a078414aa 07:31:39 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.678s coverage: 63.5% of statements 07:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:31:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 07:31:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 07:31:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 07:31:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 07:31:40 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:31:40 Status: Downloaded newer image for alpine:3.10 07:31:40 ---> be4e4bea2c2e 07:31:40 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:31:40 ---> Running in 339d66901db5 07:31:40 Removing intermediate container 3b899ff93058 07:31:40 ---> 81e2499bc55f 07:31:40 Step 13/21 : WORKDIR /edgex 07:31:40 Removing intermediate container 5cefbc3483ce 07:31:40 ---> 3760058a6605 07:31:40 Step 14/22 : WORKDIR / 07:31:40 ---> Running in 33c9fa3a743a 07:31:40 ---> Running in 9eea875688e1 07:31:40 ---> Running in 1b4e9e1518ff 07:31:40 Removing intermediate container 339d66901db5 07:31:40 ---> 13c1bb364372 07:31:40 Step 25/27 : LABEL arch=x86_64 07:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 07:31:43 ---> Running in b5ae2d0e4d62 07:31:43 Removing intermediate container 33c9fa3a743a 07:31:43 ---> 207a9e87a131 07:31:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:31:43 Removing intermediate container 1b4e9e1518ff 07:31:43 ---> f4c79c9ea19b 07:31:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:31:43 Removing intermediate container b5ae2d0e4d62 07:31:43 ---> fa6b1e741374 07:31:43 Step 26/27 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:31:43 ---> Running in b29f093873e0 07:31:43 ---> d9f1bec4844f 07:31:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:31:43 Removing intermediate container b29f093873e0 07:31:43 ---> 3f5f102759b1 07:31:43 Step 27/27 : LABEL version=0.0.0 07:31:44 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:31:44 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:31:44 OK: 10348 distinct packages available 07:31:44 ---> c7301bc394b7 07:31:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:31:44 ---> Running in b886fb812c72 07:31:44 (1/5) Installing ca-certificates (20191127-r2) 07:31:44 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:31:44 (3/5) Installing libcurl (7.66.0-r3) 07:31:44 (4/5) Installing curl (7.66.0-r3) 07:31:44 (5/5) Installing dumb-init (1.2.2-r1) 07:31:44 Executing busybox-1.30.1-r3.trigger 07:31:44 Executing ca-certificates-20191127-r2.trigger 07:31:44 OK: 7 MiB in 19 packages 07:31:44 ---> 58d9e5d659fd 07:31:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:31:44 Removing intermediate container b886fb812c72 07:31:44 ---> 365eb14d1ac3 07:31:44 07:31:44 ---> 7207b8f852c9 07:31:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:31:44 Successfully built 365eb14d1ac3 07:31:44 Successfully tagged docker-sys-mgmt-agent-go:latest 07:31:44 Building docker-security-bootstrap-redis-go 07:31:45  Building docker-sys-mgmt-agent-go ... done  ---> 3755ff35fc02 07:31:45 Step 18/22 : ENTRYPOINT ["/core-command"] 07:31:45 ---> Running in 977219df48dc 07:31:45 ---> 206262692853 07:31:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:31:45 Removing intermediate container 9eea875688e1 07:31:45 ---> ba8960fcdf10 07:31:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:31:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.838s coverage: 55.9% of statements 07:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:31:45 ---> Running in 24fd6c240bcf 07:31:45 ---> Running in 10c168eb3094 07:31:49 Removing intermediate container 977219df48dc 07:31:49 ---> 038f481e6b4f 07:31:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:51 ---> Running in 58b6f706454e 07:31:51 Removing intermediate container 10c168eb3094 07:31:51 ---> e1947e698d3e 07:31:51 Step 18/21 : CMD ["--init=true"] 07:31:51 Removing intermediate container 24fd6c240bcf 07:31:51 ---> e907faf7b4c2 07:31:51 Step 13/24 : WORKDIR / 07:31:52 ---> Running in 7f7d7e8d5591 07:31:52 ---> Running in 175f8fb251d3 07:31:52 Removing intermediate container 58b6f706454e 07:31:52 ---> b0c06a47427d 07:31:52 Step 20/22 : LABEL arch=x86_64 07:31:52 ---> Running in c5d1eaa18c20 07:31:52 Removing intermediate container 7f7d7e8d5591 07:31:52 ---> 6f1c69108b91 07:31:52 Step 19/21 : LABEL arch=x86_64 07:31:53 ---> Running in 50c2195bf1c3 07:31:53 Removing intermediate container 175f8fb251d3 07:31:53 ---> 4aa2e2187010 07:31:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:31:53 Removing intermediate container c5d1eaa18c20 07:31:53 ---> 2e35f368654a 07:31:53 Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:31:53 ---> Running in 6328976f26c3 07:31:53 Removing intermediate container 50c2195bf1c3 07:31:53 ---> 1a79fb42a0b3 07:31:53 Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:31:53 ---> ed2bdd1d0b74 07:31:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:31:56 ---> Running in 8a05314eba3a 07:31:57 Removing intermediate container 6328976f26c3 07:31:57 ---> 10d297f10b0e 07:31:57 Step 22/22 : LABEL version=0.0.0 07:32:01 ---> 3ae0aa861ebc 07:32:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:32:01 ---> Running in 2953fa3cb5f6 07:32:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:32:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:32:01 ---> ddda9c1e61f6 07:32:01 Step 3/22 : WORKDIR /edgex-go 07:32:01 ---> Using cache 07:32:01 ---> 0b78ecc6364f 07:32:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:01 ---> Using cache 07:32:01 ---> 0789a6ca92d2 07:32:01 Step 5/22 : RUN apk update && apk add make git 07:32:01 ---> Using cache 07:32:01 ---> 6b9c4586207c 07:32:01 Step 6/22 : COPY go.mod . 07:32:01 ---> Using cache 07:32:01 ---> bb1de9113122 07:32:01 Step 7/22 : RUN go mod download 07:32:01 ---> Using cache 07:32:01 ---> 23ead56e50e7 07:32:01 Step 8/22 : COPY . . 07:32:01 ---> Using cache 07:32:01 ---> 53a513cc8263 07:32:01 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:32:02 Removing intermediate container 8a05314eba3a 07:32:02 ---> b044e806213a 07:32:02 Step 21/21 : LABEL version=0.0.0 07:32:02 ---> Running in 9fd0eaf9de69 07:32:02 Removing intermediate container fe9a9aaaa054 07:32:02 ---> d37920c6baf3 07:32:02 07:32:02 Step 10/23 : FROM alpine 07:32:02 ---> b14afc6dfb98 07:32:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:32:02 ---> 0a762702f44d 07:32:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:32:02 ---> Running in 20fee891e7b5 07:32:02 Removing intermediate container 2953fa3cb5f6 07:32:02 ---> a68123b65547 07:32:02 07:32:02 ---> Running in 297fa415c0da 07:32:03 Successfully built a68123b65547 07:32:03 Successfully tagged docker-core-command-go:latest 07:32:03  Building docker-core-command-go ... done Removing intermediate container 20fee891e7b5 07:32:03 ---> 283a91ff4c4a 07:32:03 07:32:03 Removing intermediate container 297fa415c0da 07:32:03 ---> c322829a86e1 07:32:03 Step 12/23 : ENV APP_PORT=48080 07:32:03 ---> b89e87ce2420 07:32:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:32:03 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 07:32:03 Successfully built 283a91ff4c4a 07:32:03 ---> Running in 149d74e3ffe6 07:32:03 Successfully tagged docker-security-proxy-setup-go:latest 07:32:03  Building docker-security-proxy-setup-go ... done Removing intermediate container 149d74e3ffe6 07:32:03 ---> f1cd09d0bc48 07:32:03 Step 13/23 : EXPOSE $APP_PORT 07:32:03 ---> Running in 99c34fce70da 07:32:03 ---> 8e4a248b6f94 07:32:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:32:03 Removing intermediate container 99c34fce70da 07:32:03 ---> 37e9adcb6ebc 07:32:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.569s coverage: 86.3% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.317s coverage: 72.2% of statements 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.405s coverage: 72.1% of statements 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.081s coverage: 82.4% of statements 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.055s coverage: 48.4% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.089s coverage: 28.8% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.117s coverage: 96.8% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.521s coverage: 84.0% of statements 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.341s coverage: 47.1% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:32:04 ---> Running in b669ac34cea0 07:32:04 ---> 7eb47fbfee35 07:32:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:32:04 ---> Running in e7a1720f2fab 07:32:06 Removing intermediate container b669ac34cea0 07:32:06 ---> 197ac7b0a506 07:32:06 Step 15/23 : RUN apk --no-cache add zeromq 07:32:06 ---> Running in c96e18c40ddb 07:32:06 Removing intermediate container e7a1720f2fab 07:32:06 ---> e57dc5e7a120 07:32:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:32:06 ---> Running in 4568e3fd2266 07:32:06 Removing intermediate container 4568e3fd2266 07:32:06 ---> 3acfeb8f572a 07:32:06 Step 22/24 : LABEL arch=x86_64 07:32:06 ---> Running in a01e1142c56d 07:32:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:07 Removing intermediate container a01e1142c56d 07:32:07 ---> ef1e307c0e13 07:32:07 Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:32:07 ---> Running in 3b5f4e12c926 07:32:07 Removing intermediate container 3b5f4e12c926 07:32:07 ---> 8f935fea3211 07:32:07 Step 24/24 : LABEL version=0.0.0 07:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:08 ---> Running in 537db4142fe8 07:32:08 (1/5) Installing libgcc (9.3.0-r2) 07:32:08 (2/5) Installing libsodium (1.0.18-r0) 07:32:08 Removing intermediate container 537db4142fe8 07:32:08 ---> 1fbc31602935 07:32:08 07:32:08 (3/5) Installing libstdc++ (9.3.0-r2) 07:32:08 Successfully built 1fbc31602935 07:32:08 Successfully tagged docker-security-secretstore-setup-go:latest 07:32:09  Building docker-security-secretstore-setup-go ... done (4/5) Installing libzmq (4.3.3-r0) 07:32:09 (5/5) Installing zeromq (4.3.3-r0) 07:32:09 Executing busybox-1.31.1-r19.trigger 07:32:09 OK: 8 MiB in 19 packages 07:32:10 Removing intermediate container c96e18c40ddb 07:32:10 ---> 07b44159f517 07:32:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:32:10 ---> c8eaa2c4ecb0 07:32:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.848s coverage: 29.1% of statements 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:32:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 07:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 07:32:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 07:32:12 GO111MODULE=on go vet ./... 07:32:13 ---> ada669da72cc 07:32:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:32:13 ---> 31f5d25744ff 07:32:13 Step 19/23 : ENTRYPOINT ["/core-data"] 07:32:13 ---> Running in b6eceec8ea33 07:32:13 Removing intermediate container b6eceec8ea33 07:32:13 ---> 5c719b650de0 07:32:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:32:13 ---> Running in cd587ffebe4c 07:32:13 Removing intermediate container cd587ffebe4c 07:32:13 ---> 9d3101c410d4 07:32:13 Step 21/23 : LABEL arch=x86_64 07:32:13 ---> Running in 65af869adc9a 07:32:13 Removing intermediate container 65af869adc9a 07:32:13 ---> 6949afda15c6 07:32:13 Step 22/23 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:32:13 ---> Running in 53ff80a25239 07:32:14 Removing intermediate container 53ff80a25239 07:32:14 ---> 11024033a1cf 07:32:14 Step 23/23 : LABEL version=0.0.0 07:32:14 ---> Running in 32450b6a51c6 07:32:14 Removing intermediate container 32450b6a51c6 07:32:14 ---> 4bb9dbefd194 07:32:14 07:32:14 Successfully built 4bb9dbefd194 07:32:14 Successfully tagged docker-core-data-go:latest 07:32:15  Building docker-core-data-go ... done Removing intermediate container 9fd0eaf9de69 07:32:15 ---> cd5e439b9143 07:32:15 07:32:15 Step 10/22 : FROM alpine:3.10 07:32:15 ---> be4e4bea2c2e 07:32:15 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:32:15 ---> Using cache 07:32:15 ---> ba8960fcdf10 07:32:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:32:15 ---> Running in cc3fc7f3ac82 07:32:15 Removing intermediate container cc3fc7f3ac82 07:32:15 ---> a38d5a5c1743 07:32:15 Step 13/22 : WORKDIR / 07:32:15 ---> Running in 3a0b4b85b96c 07:32:15 Removing intermediate container 3a0b4b85b96c 07:32:15 ---> b407834087c8 07:32:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:32:16 ---> de589d350e6f 07:32:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:32:16 ---> 33c35575dbb9 07:32:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:32:17 ---> 3ba90bc8306d 07:32:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:32:17 ---> 8f3e364849b2 07:32:17 Step 18/22 : RUN chmod +x entrypoint.sh 07:32:17 ---> Running in 51bd8ed4985a 07:32:18 Removing intermediate container 51bd8ed4985a 07:32:18 ---> 11155ae1a796 07:32:18 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:32:18 ---> Running in d78a4cda8d54 07:32:18 Removing intermediate container d78a4cda8d54 07:32:18 ---> 6cbfa9fd379a 07:32:18 Step 20/22 : LABEL arch=x86_64 07:32:18 ---> Running in 24b3473defa5 07:32:18 Removing intermediate container 24b3473defa5 07:32:18 ---> a04a8407b676 07:32:18 Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:32:18 ---> Running in f75f0b3e39b8 07:32:19 Removing intermediate container f75f0b3e39b8 07:32:19 ---> 950ab05b04e0 07:32:19 Step 22/22 : LABEL version=0.0.0 07:32:19 ---> Running in 568a37b9367d 07:32:19 Removing intermediate container 568a37b9367d 07:32:19 ---> f0892c4b102b 07:32:19 07:32:19 Successfully built f0892c4b102b 07:32:19 Successfully tagged docker-security-bootstrap-redis-go:latest 07:32:19  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } 07:32:19 $ docker stop --time=1 a1cba82e827a81f0d4e60b1a38dae1943d04a6e89f8f4775bf3e1634ffcf38d0 07:32:21 $ docker rm -f a1cba82e827a81f0d4e60b1a38dae1943d04a6e89f8f4775bf3e1634ffcf38d0 [Pipeline] // withDockerContainer [Pipeline] sh 07:32:21 + docker images 07:32:21 + grep docker 07:32:21 docker-security-bootstrap-redis-go latest f0892c4b102b 3 seconds ago 15.8MB 07:32:21 docker-core-data-go latest 4bb9dbefd194 7 seconds ago 23.7MB 07:32:21 docker-security-secretstore-setup-go latest 1fbc31602935 13 seconds ago 24.7MB 07:32:21 docker-security-proxy-setup-go latest 283a91ff4c4a 19 seconds ago 24.6MB 07:32:21 docker-core-command-go latest a68123b65547 19 seconds ago 12.2MB 07:32:21 docker-sys-mgmt-agent-go latest 365eb14d1ac3 37 seconds ago 313MB 07:32:21 docker-core-metadata-go latest a30fd4cbfba2 2 minutes ago 14.5MB 07:32:21 docker-support-notifications-go latest ed479b9d862d 2 minutes ago 13.6MB 07:32:21 docker-support-scheduler-go latest 486c7e40287f 2 minutes ago 12.3MB 07:32:21 docker-security-secrets-setup-go latest acbb40288ff4 2 minutes ago 23.9MB 07:32:21 docker latest aefe523efa57 4 days 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 07:32:37 Still waiting to schedule task 07:32:37 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-16091’ 07:33:20 gofmt -l . 07:33:21 [ "`gofmt -l .`" = "" ] 07:33:24 ./bin/test-go-mod-tidy.sh 07:33:24 ./bin/test-attribution-txt.sh [Pipeline] sh 07:33:29 + ls -al . 07:33:29 total 692 07:33:29 drwxrwxr-x 9 1001 1001 4096 Dec 15 07:33 . 07:33:29 drwxr-xr-x 4 root root 4096 Dec 15 07:29 .. 07:33:29 -rw-rw-r-- 1 1001 1001 11 Dec 15 07:27 .dockerignore 07:33:29 drwxrwxr-x 8 1001 1001 4096 Dec 15 07:27 .git 07:33:29 drwxrwxr-x 3 1001 1001 4096 Dec 15 07:27 .github 07:33:29 -rw-rw-r-- 1 1001 1001 943 Dec 15 07:27 .gitignore 07:33:29 -rw-rw-r-- 1 1001 1001 166 Dec 15 07:27 .sonarcloud.properties 07:33:29 -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:27 CONTRIBUTING.md 07:33:29 -rw-rw-r-- 1 1001 1001 1035 Dec 15 07:27 Dockerfile.build 07:33:29 -rw-rw-r-- 1 1001 1001 863 Dec 15 07:27 Jenkinsfile 07:33:29 -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:27 LICENSE 07:33:29 -rw-rw-r-- 1 1001 1001 6318 Dec 15 07:27 Makefile 07:33:29 -rw-rw-r-- 1 1001 1001 6447 Dec 15 07:27 README.md 07:33:29 -rw-rw-r-- 1 1001 1001 7286 Dec 15 07:27 SECURITY.md 07:33:29 -rw-rw-r-- 1 1001 1001 5 Dec 15 07:24 VERSION 07:33:29 -rw-rw-r-- 1 1001 1001 4131 Dec 15 07:27 ZMQWindows.md 07:33:29 drwxrwxr-x 2 1001 1001 4096 Dec 15 07:27 bin 07:33:29 drwxrwxr-x 15 1001 1001 4096 Dec 15 07:27 cmd 07:33:29 -rw-r--r-- 1 root root 568194 Dec 15 07:32 coverage.out 07:33:29 -rw-r--r-- 1 root root 1041 Dec 15 07:33 go.mod 07:33:29 -rw-r--r-- 1 root root 18746 Dec 15 07:33 go.sum 07:33:29 drwxrwxr-x 8 1001 1001 4096 Dec 15 07:27 internal 07:33:29 drwxrwxr-x 4 1001 1001 4096 Dec 15 07:27 openapi 07:33:29 drwxrwxr-x 4 1001 1001 4096 Dec 15 07:27 snap 07:33:29 -rw-rw-r-- 1 1001 1001 168 Dec 15 07:27 version.go [Pipeline] sh 07:33:30 + '[' -e coverage.out ] 07:33:30 + chown 1001:1001 coverage.out [Pipeline] stash 07:33:30 Warning: overwriting stash ‘coverage-report’ 07:33:31 Stashed 1 file(s) [Pipeline] sh 07:33:32 + make build 07:33:32 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 07:33:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:33:59 Running on prd-ubuntu18.04-docker-8c-8g-16093 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 07:33:59 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 07:34:01 using credential edgex-jenkins-ssh 07:34:01 Cloning the remote Git repository 07:34:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:34:01 > git init /w/workspace/edgex-go/17 # timeout=10 07:34:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:34:01 > git --version # timeout=10 07:34:01 > git --version # 'git version 2.17.1' 07:34:01 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:34:12 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 07:34: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 07:34:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:34:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:34:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:34:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:34:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:34:19 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc 07:34:19 Merge succeeded, producing f45820c759195af053ef8c95cf26484da39a40fc 07:34:19 Checking out Revision f45820c759195af053ef8c95cf26484da39a40fc (PR-2908) 07:34:19 > git config core.sparsecheckout # timeout=10 07:34:19 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 07:34:19 > git remote # timeout=10 07:34:19 > git config --get remote.origin.url # timeout=10 07:34:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:19 > git merge 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 07:34:19 > git rev-parse HEAD^{commit} # timeout=10 07:34:19 > git config core.sparsecheckout # timeout=10 07:34:19 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 07:34:22 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 07:34:23 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:34:24 + echo snap-build.sh 07:34:24 snap-build.sh 07:34:24 + SNAP_BASE_DIR=. 07:34:24 + '[' '!' -z /w/workspace/edgex-go/17 ']' 07:34:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/17 07:34:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' 07:34:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/17] 07:34:24 + cd /w/workspace/edgex-go/17 07:34:24 + sudo apt-get remove -qy --purge lxd lxd-client 07:34:24 Reading package lists... 07:34:25 Building dependency tree... 07:34:25 Reading state information... 07:34:25 The following packages were automatically installed and are no longer required: 07:34:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:34:25 uidmap xdelta3 07:34:25 Use 'sudo apt autoremove' to remove them. 07:34:25 The following packages will be REMOVED: 07:34:25 lxd* lxd-client* 07:34:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:34:25 After this operation, 31.7 MB disk space will be freed. 07:34:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:34:27 (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.) 07:34:27 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:34:28 Removing lxd dnsmasq configuration 07:34:28 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:34:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:34:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:34:30 (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.) 07:34:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:34:31 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 07:34:31 Processing triggers for systemd (237-3ubuntu10.42) ... 07:34:31 Processing triggers for ureadahead (0.100.0-21) ... 07:34:33 + sudo snap remove --purge lxd 07:34:33 snap "lxd" is not installed 07:34:33 + sudo groupadd --force --system lxd 07:34:33 ++ whoami 07:34:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:34:34 + newgrp - lxd 07:34:34 + sudo snap install lxd 07:34:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:34:38 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 07:34:42 2020-12-15T07:34:40Z INFO Waiting for automatic snapd restart... 07:34:42 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 07:34:46 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] } 07:34:50 $ docker stop --time=1 65f3dcecbe600aa58f3a45968f42897cb7e6121981a63a21f3877c7d442e98a3 07:34:52 $ docker rm -f 65f3dcecbe600aa58f3a45968f42897cb7e6121981a63a21f3877c7d442e98a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:34:54 07:34:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:34:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:34:55 latest: Pulling from edgex-devops/edgex-compose-arm64 07:34:55 29e5d40040c1: Pulling fs layer 07:34:55 1ce36da41761: Pulling fs layer 07:34:55 25b303627fd3: Pulling fs layer 07:34:56 29e5d40040c1: Verifying Checksum 07:34:56 29e5d40040c1: Download complete 07:34:56 1ce36da41761: Verifying Checksum 07:34:56 1ce36da41761: Download complete 07:34:57 29e5d40040c1: Pull complete 07:34:58 1ce36da41761: Pull complete 07:35:00 25b303627fd3: Download complete 07:35:04 lxd 4.8 from Canonical* installed 07:35:04 + sudo lxd init --auto 07:35:10 25b303627fd3: Pull complete 07:35:10 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:35:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:35:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:35:10 prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container 07:35:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:35:10 + sudo snap install --classic snapcraft 07:35:13 $ docker top c810ba1564393178cb076ea3fb1ae02c7f4857b4dcc7fd154314ef71a383ac85 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:14 + docker-compose build --help 07:35:14 + grep parallel 07:35:18 --parallel Build images in parallel. [Pipeline] } 07:35:18 $ docker stop --time=1 c810ba1564393178cb076ea3fb1ae02c7f4857b4dcc7fd154314ef71a383ac85 07:35:20 $ docker rm -f c810ba1564393178cb076ea3fb1ae02c7f4857b4dcc7fd154314ef71a383ac85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:35:21 snapcraft 4.4.4 from Canonical* installed 07:35:21 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:35:21 + patch --verbose -p1 07:35:21 Hmm... Looks like a unified diff to me... 07:35:21 The text leading up to this was: 07:35:21 -------------------------- 07:35:21 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 07:35:21 |From: Tony Espy 07:35:21 |Date: Wed, 2 Dec 2020 17:38:31 -0500 07:35:21 |Subject: [PATCH] optimize snap build for pipeline CI check 07:35:21 | 07:35:21 |This patch is used by the EdgeX CI pipeline builds to 07:35:21 |optimize the snap CI check run for pull requests. When 07:35:21 |applied, it essentially strips out everything (apps and 07:35:21 |parts) from the snapcraft.yaml file except those required 07:35:21 |to build edgex-go, as the whole idea of the CI check is to 07:35:21 |catch changes to edgex-go that break the snap build. 07:35:21 | 07:35:21 |In general, anyone updating snapcraft.yaml will also need 07:35:21 |to update this patch file, otherwise it may fail to apply, 07:35:21 |resulting in a failed snap build CI check in the associated 07:35:21 |pull request. 07:35:21 | 07:35:21 |Note - in addition to applying this patch, the pipeline also 07:35:21 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:35:21 |need to build the finally binary .snap file (and it won't 07:35:21 |work with the patch applied). This further reduces the build 07:35:21 |time. 07:35:21 |--- 07:35:21 | snap/snapcraft.yaml | 466 +------------------------------------------- 07:35:21 | 1 file changed, 2 insertions(+), 464 deletions(-) 07:35:21 | 07:35:21 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:35:21 |index b265277c..d7e1de37 100644 07:35:21 |--- a/snap/snapcraft.yaml 07:35:21 |+++ b/snap/snapcraft.yaml 07:35:21 -------------------------- 07:35:21 patching file snap/snapcraft.yaml 07:35:21 Using Plan A... 07:35:21 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 07:35:21 Hunk #2 succeeded at 81 (offset -3 lines). 07:35:21 Hunk #3 succeeded at 211 (offset -7 lines). 07:35:21 Hunk #4 succeeded at 226 (offset -7 lines). 07:35:21 Hunk #5 succeeded at 234 (offset -7 lines). 07:35:21 Hunk #6 succeeded at 241 (offset -7 lines). 07:35:21 Hunk #7 succeeded at 268 (offset -7 lines). 07:35:21 Hunk #8 succeeded at 302 (offset -7 lines). 07:35:21 Hunk #9 succeeded at 358 (offset -7 lines). 07:35:21 Hmm... Ignoring the trailing garbage. 07:35:21 done 07:35:21 + sudo snapcraft prime --use-lxd 07:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:35:21 . [Pipeline] withDockerContainer 07:35:21 prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container 07:35:21 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:35:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:35:21 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: 07:35:21 - README.md 07:35:21 - snapcraft.yaml.orig 07:35:21 07:35:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:35:22 Launching a container. 07:35:22 $ docker top 6a8b1f757591f72a1c538d53fb41497b8bb3f7ce0401cdd3eaddfd427246a836 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:23 + docker-compose -f ./docker-compose-build.yml build --parallel 07:35:28 Building docker-core-command-go ... 07:35:28 Building docker-core-data-go ... 07:35:28 Building docker-core-metadata-go ... 07:35:28 Building docker-security-bootstrap-redis-go ... 07:35:28 Building docker-security-proxy-setup-go ... 07:35:28 Building docker-security-secrets-setup-go ... 07:35:28 Building docker-security-secretstore-setup-go ... 07:35:28 Building docker-support-notifications-go ... 07:35:28 Building docker-support-scheduler-go ... 07:35:28 Building docker-sys-mgmt-agent-go ... 07:35:28 Building docker-core-metadata-go 07:35:28 Building docker-core-data-go 07:35:28 Building docker-security-secretstore-setup-go 07:35:28 Building docker-support-notifications-go 07:35:28 Building docker-support-scheduler-go 07:35:37 Waiting for container to be ready 07:35:37 To start your first instance, try: lxc launch ubuntu:18.04 07:35:37 07:35:40 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:35:41 Waiting for network to be ready... 07:35:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:35:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 07:35:41 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:35:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 07:35:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 07:35:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 07:35:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 07:35:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 07:35:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 07:35:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 07:35:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:35:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:35:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:35:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:35:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:35:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:35:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:35:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:35:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:35:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 07:35:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 07:35:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 07:35:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:35:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 07:35:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 07:35:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 07:35:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 07:35:47 Fetched 23.5 MB in 6s (4159 kB/s) 07:35:49 Reading package lists... 07:35:49 Reading package lists... 07:35:49 Building dependency tree... 07:35:49 Reading state information... 07:35:49 The following additional packages will be installed: 07:35:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:35:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:35:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:35:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:35:49 Suggested packages: 07:35:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:35:49 Recommended packages: 07:35:49 gnupg libsasl2-modules 07:35:49 The following NEW packages will be installed: 07:35:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:35:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:35:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:35:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:35:49 The following packages will be upgraded: 07:35:49 gpg gpg-agent gpgconf libudev1 07:35:49 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 07:35:49 Need to get 3531 kB of archives. 07:35:49 After this operation, 13.3 MB of additional disk space will be used. 07:35:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:35:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 07:35:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 07:35:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:35:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:35:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 07:35:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 07:35:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:35:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:35:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:35:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:35:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:35:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:35:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:35:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:35:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:35:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:35:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:35:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:35:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:35:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:35:50 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:35:51 debconf: delaying package configuration, since apt-utils is not installed 07:35:51 Fetched 3531 kB in 1s (3237 kB/s) 07:35:51 (Reading database ... 12511 files and directories currently installed.) 07:35:51 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 07:35:51 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:35:51 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 07:35:51 Selecting previously unselected package udev. 07:35:51 (Reading database ... 12511 files and directories currently installed.) 07:35:51 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 07:35:51 Unpacking udev (237-3ubuntu10.43) ... 07:35:51 Selecting previously unselected package libfuse2:amd64. 07:35:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:35:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:35:51 Selecting previously unselected package fuse. 07:35:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:35:51 Unpacking fuse (2.9.7-1ubuntu1) ... 07:35:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:35:51 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:35:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:35:52 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:35:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:35:52 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:35:52 Selecting previously unselected package libksba8:amd64. 07:35:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:35:52 Unpacking libksba8:amd64 (1.3.5-2) ... 07:35:52 Selecting previously unselected package libroken18-heimdal:amd64. 07:35:52 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:52 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:35:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:35:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:35:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:52 Selecting previously unselected package libwind0-heimdal:amd64. 07:35:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:35:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:35:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:35:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:35:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:35:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:53 Selecting previously unselected package libsasl2-modules-db:amd64. 07:35:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 07:35:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:35:53 Selecting previously unselected package libsasl2-2:amd64. 07:35:53 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 07:35:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:35:53 Selecting previously unselected package libldap-common. 07:35:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:35:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:35:53 Selecting previously unselected package libldap-2.4-2:amd64. 07:35:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:35:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:35:53 Selecting previously unselected package dirmngr. 07:35:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:35:53 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:35:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:35:53 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:35:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:35:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:35:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:35:54 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:35:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:54 Setting up libksba8:amd64 (1.3.5-2) ... 07:35:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:35:54 Setting up udev (237-3ubuntu10.43) ... 07:35:54 invoke-rc.d: policy-rc.d denied execution of start. 07:35:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:54 Processing triggers for systemd (237-3ubuntu10) ... 07:35:55 Setting up fuse (2.9.7-1ubuntu1) ... 07:35:55 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:35:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:55 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:55 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:55 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:55 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:55 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:55 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:35:55 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:35:55 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:35:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:35:55 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:35:55 settings in the [Install] section, and DefaultInstance for template units). 07:35:55 This means they are not meant to be enabled using systemctl. 07:35:55 Possible reasons for having this kind of units are: 07:35:55 1) A unit may be statically enabled by being symlinked from another unit's 07:35:55 .wants/ or .requires/ directory. 07:35:55 2) A unit's purpose may be to act as a helper for some other unit which has 07:35:55 a requirement dependency on it. 07:35:55 3) A unit may be started when needed via activation (socket, path, timer, 07:35:55 D-Bus, udev, scripted systemctl call, ...). 07:35:55 4) In case of template units, the unit is meant to be enabled with some 07:35:55 instance name specified. 07:35:56 Reading package lists... 07:35:56 Building dependency tree... 07:35:56 Reading state information... 07:35:56 The following additional packages will be installed: 07:35:56 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:35:56 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:35:56 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:35:56 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:35:56 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:35:56 Suggested packages: 07:35:56 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:35:56 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:35:56 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:35:56 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:35:56 systemd-container policykit-1 07:35:56 Recommended packages: 07:35:56 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:35:57 The following NEW packages will be installed: 07:35:57 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:35:57 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:35:57 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:35:57 multiarch-support openssh-client python3 python3-minimal python3.6 07:35:57 python3.6-minimal snapd squashfs-tools sudo 07:35:57 The following packages will be upgraded: 07:35:57 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:35:57 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 07:35:57 Need to get 35.2 MB of archives. 07:35:57 After this operation, 141 MB of additional disk space will be used. 07:35:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:35:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:35:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:35:57 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 07:35:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:35:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:35:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:35:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:35:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:35:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:35:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:35:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:35:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:35:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:35:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:35:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:35:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:35:58 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 07:35:58 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:35:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:35:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:35:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:35:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:35:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 07:35:58 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:35:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 07:35:58 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:35:58 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:35:58 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:35:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:35:59 debconf: delaying package configuration, since apt-utils is not installed 07:35:59 Fetched 35.2 MB in 2s (14.9 MB/s) 07:35:59 (Reading database ... 12757 files and directories currently installed.) 07:35:59 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 07:35:59 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:36:00 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 07:36:00 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:36:00 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 07:36:00 (Reading database ... 12757 files and directories currently installed.) 07:36:00 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:36:00 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:36:01 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:36:01 (Reading database ... 12757 files and directories currently installed.) 07:36:01 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:36:01 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:36:01 Setting up apt (1.6.12ubuntu0.2) ... 07:36:01 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:36:02 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:36:02 (Reading database ... 12764 files and directories currently installed.) 07:36:02 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:36:02 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:36:02 Selecting previously unselected package libpython3.6-minimal:amd64. 07:36:02 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:36:02 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:36:04 Selecting previously unselected package libexpat1:amd64. 07:36:04 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:36:04 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:36:04 Selecting previously unselected package python3.6-minimal. 07:36:04 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:36:04 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:36:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:36:04 Checking for services that may need to be restarted...done. 07:36:04 Checking for services that may need to be restarted...done. 07:36:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:36:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:36:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:36:05 Selecting previously unselected package python3-minimal. 07:36:05 (Reading database ... 13012 files and directories currently installed.) 07:36:05 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:36:05 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:36:05 Selecting previously unselected package mime-support. 07:36:05 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:36:05 Unpacking mime-support (3.60ubuntu1) ... 07:36:05 Selecting previously unselected package libmpdec2:amd64. 07:36:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:36:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:36:06 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:36:06 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:36:06 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:36:06 Selecting previously unselected package python3.6. 07:36:06 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:36:06 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:36:06 Selecting previously unselected package libpython3-stdlib:amd64. 07:36:06 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:36:06 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:36:06 Setting up python3-minimal (3.6.7-1~18.04) ... 07:36:06 Selecting previously unselected package python3. 07:36:06 (Reading database ... 13442 files and directories currently installed.) 07:36:06 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:36:06 Unpacking python3 (3.6.7-1~18.04) ... 07:36:06 Selecting previously unselected package multiarch-support. 07:36:06 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 07:36:06 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 07:36:06 Setting up multiarch-support (2.27-3ubuntu1.3) ... 07:36:07 Selecting previously unselected package liblzo2-2:amd64. 07:36:07 (Reading database ... 13479 files and directories currently installed.) 07:36:07 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:36:07 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:36:07 Selecting previously unselected package libbsd0:amd64. 07:36:07 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:36:07 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:36:07 Selecting previously unselected package sudo. 07:36:07 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 07:36:07 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 07:36:07 Selecting previously unselected package apparmor. 07:36:07 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:36:07 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:36:07 Selecting previously unselected package libedit2:amd64. 07:36:07 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:36:07 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:36:07 Selecting previously unselected package libkrb5support0:amd64. 07:36:07 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:36:07 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:36:07 Selecting previously unselected package libk5crypto3:amd64. 07:36:07 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:36:07 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:36:08 Selecting previously unselected package libkeyutils1:amd64. 07:36:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:36:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:36:08 Selecting previously unselected package libkrb5-3:amd64. 07:36:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:36:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:36:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:36:08 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:36:08 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:36:08 Selecting previously unselected package libssl1.0.0:amd64. 07:36:08 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:36:08 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:36:08 Selecting previously unselected package openssh-client. 07:36:08 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:36:08 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:36:08 Selecting previously unselected package squashfs-tools. 07:36:08 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:36:08 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:36:08 Selecting previously unselected package snapd. 07:36:08 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:36:08 Unpacking snapd (2.48+18.04) ... 07:36:12 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:36:12 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:36:12 Setting up mime-support (3.60ubuntu1) ... 07:36:12 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 07:36:12 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:36:12 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:36:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:36:12 Setting up systemd (237-3ubuntu10.43) ... 07:36:12 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:36:12 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:36:13 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:36:13 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:36:13 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:36:13 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:36:13 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:36:14 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:36:14 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:36:14 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:36:14 Setting up python3 (3.6.7-1~18.04) ... 07:36:14 running python rtupdate hooks for python3.6... 07:36:14 running python post-rtupdate hooks for python3.6... 07:36:14 Setting up apparmor (2.12-4ubuntu5.1) ... 07:36:15 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:36:15 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:36:15 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:36:16 Setting up snapd (2.48+18.04) ... 07:36:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:36:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:36:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:36:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:36:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:36:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:36:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:36:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:36:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:36:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:36:19 /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' 07:36:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:36:19 Processing triggers for systemd (237-3ubuntu10.43) ... 07:36:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:36:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:36:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:36:22 Reading package lists... 07:36:23 Reading package lists... 07:36:23 Building dependency tree... 07:36:23 Reading state information... 07:36:23 Calculating upgrade... 07:36:23 The following packages will be upgraded: 07:36:23 advancecomp base-files bash binutils binutils-common 07:36:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:36:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:36:23 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 07:36:23 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 07:36:23 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 07:36:23 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 07:36:23 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 07:36:23 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 07:36:23 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 07:36:23 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 07:36:23 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 07:36:23 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 07:36:23 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:36:23 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:36:23 Need to get 63.5 MB of archives. 07:36:23 After this operation, 5191 kB of additional disk space will be used. 07:36:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 07:36:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 07:36:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:36:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:36:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:36:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:36:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:36:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:36:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:36:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:36:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:36:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:36:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:36:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:36:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:36:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:36:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:36:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:36:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:36:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:36:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:36:24 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:36:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:36:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:36:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:36:24 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:36:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:36:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:36:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:36:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:36:24 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:36:24 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:36:24 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:36:24 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:36:24 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:36:24 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:36:24 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:36:24 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:36:24 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:36:24 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:36:24 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:36:24 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:36:24 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:36:24 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 07:36:24 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:36:24 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:36:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:36:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:36:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:36:24 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:36:24 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:36:24 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:36:24 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:36:24 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:36:24 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:36:24 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:36:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:36:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:36:24 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 07:36:24 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 07:36:25 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:36:25 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:36:25 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:36:25 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:36:25 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:36:25 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:36:25 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:36:25 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 07:36:25 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:36:25 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:36:25 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:36:25 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:36:25 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:36:25 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:36:25 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:36:25 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 07:36:25 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:36:25 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:36:25 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:36:25 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:36:25 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:36:25 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 07:36:25 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:36:25 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:36:25 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:36:25 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:36:25 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:36:25 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:36:25 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:36:25 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:36:25 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:36:25 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:36:25 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:36:25 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:36:25 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:36:25 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:36:25 debconf: delaying package configuration, since apt-utils is not installed 07:36:25 Fetched 63.5 MB in 2s (34.5 MB/s) 07:36:25 (Reading database ... 13912 files and directories currently installed.) 07:36:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 07:36:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 07:36:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 07:36:26 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 07:36:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 07:36:26 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 07:36:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:28 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:28 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:36:28 (Reading database ... 13911 files and directories currently installed.) 07:36:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:36:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:36:28 (Reading database ... 13911 files and directories currently installed.) 07:36:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:29 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:29 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:36:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:36:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:36:29 (Reading database ... 13911 files and directories currently installed.) 07:36:29 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 07:36:29 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 07:36:30 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 07:36:30 (Reading database ... 13911 files and directories currently installed.) 07:36:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:36:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:36:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:36:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:36:30 Setting up base-files (10.1ubuntu2.10) ... 07:36:30 Installing new version of config file /etc/issue ... 07:36:30 Installing new version of config file /etc/issue.net ... 07:36:30 Installing new version of config file /etc/lsb-release ... 07:36:30 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:36:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:36:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:36:31 Removing obsolete conffile /etc/default/motd-news ... 07:36:31 (Reading database ... 13912 files and directories currently installed.) 07:36:31 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:36:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:36:31 Setting up bash (4.4.18-2ubuntu1.2) ... 07:36:31 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 07:36:32 (Reading database ... 13912 files and directories currently installed.) 07:36:32 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:32 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:36:32 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:36:32 (Reading database ... 13912 files and directories currently installed.) 07:36:32 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 07:36:32 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 07:36:32 Setting up tar (1.29b-2ubuntu0.1) ... 07:36:32 (Reading database ... 13912 files and directories currently installed.) 07:36:32 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:36:32 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:36:32 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:36:33 (Reading database ... 13912 files and directories currently installed.) 07:36:33 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:36:33 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:36:33 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:36:33 (Reading database ... 13912 files and directories currently installed.) 07:36:33 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:36:33 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:36:33 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:36:33 (Reading database ... 13912 files and directories currently installed.) 07:36:33 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:36:33 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:36:33 Setting up grep (3.1-2build1) ... 07:36:33 (Reading database ... 13912 files and directories currently installed.) 07:36:33 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:36:33 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:36:34 Setting up login (1:4.5-1ubuntu2) ... 07:36:34 (Reading database ... 13912 files and directories currently installed.) 07:36:34 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:36:34 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:36:34 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:36:34 (Reading database ... 13912 files and directories currently installed.) 07:36:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:36:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:36:35 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:36:35 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:36:35 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:36:35 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:36:36 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:36:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:36:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:36:36 ---> 37984d05ab85 07:36:36 Step 3/24 : WORKDIR /edgex-go 07:36:36 (Reading database ... 13912 files and directories currently installed.) 07:36:36 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:36:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:36:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:36:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:36:37 ---> 37984d05ab85 07:36:37 Step 3/22 : WORKDIR /edgex-go 07:36:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:36:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:36:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:36:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:36:37 ---> 37984d05ab85 07:36:37 Step 3/24 : WORKDIR /edgex-go 07:36:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:36:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:36:37 ---> 37984d05ab85 07:36:37 Step 3/23 : WORKDIR /edgex-go 07:36:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:36:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:36:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:36:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:36:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:36:37 ---> 37984d05ab85 07:36:37 Step 3/21 : WORKDIR /edgex-go 07:36:37 (Reading database ... 13912 files and directories currently installed.) 07:36:37 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:36:37 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:36:38 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:36:38 (Reading database ... 13912 files and directories currently installed.) 07:36:38 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:38 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:38 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:36:38 (Reading database ... 13912 files and directories currently installed.) 07:36:38 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:38 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:38 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:36:38 (Reading database ... 13912 files and directories currently installed.) 07:36:38 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:38 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:38 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:36:38 (Reading database ... 13912 files and directories currently installed.) 07:36:38 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:38 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:39 ---> Running in 41feb49641e8 07:36:39 ---> Running in 6266c6054fe7 07:36:39 ---> Running in 4b2b6cb37fbe 07:36:39 ---> Running in 5b4e6b0909c4 07:36:39 ---> Running in 6f2e9be33deb 07:36:39 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:36:39 (Reading database ... 13912 files and directories currently installed.) 07:36:39 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:36:39 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:36:39 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:36:39 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:36:39 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:36:39 (Reading database ... 13912 files and directories currently installed.) 07:36:39 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:36:39 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:36:39 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:36:39 (Reading database ... 13912 files and directories currently installed.) 07:36:39 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:39 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:39 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:36:40 (Reading database ... 13912 files and directories currently installed.) 07:36:40 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:40 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:40 Removing intermediate container 6266c6054fe7 07:36:40 ---> 6087a38d43b6 07:36:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:40 Removing intermediate container 6f2e9be33deb 07:36:40 ---> a13cda0dc53b 07:36:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:40 Removing intermediate container 41feb49641e8 07:36:40 ---> 5f65016923af 07:36:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:40 Removing intermediate container 5b4e6b0909c4 07:36:40 ---> 29e10794bb47 07:36:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:40 Removing intermediate container 4b2b6cb37fbe 07:36:40 ---> 72d1042e47f4 07:36:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:40 ---> Running in 1932654635c0 07:36:40 ---> Running in 89e7c0a1a251 07:36:40 ---> Running in a9dab83cd7ee 07:36:40 ---> Running in 88ae8ee056cc 07:36:40 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:36:40 (Reading database ... 13912 files and directories currently installed.) 07:36:40 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:40 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:40 ---> Running in 6dd7ce33004c 07:36:40 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:36:41 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:36:41 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:36:41 (Reading database ... 13912 files and directories currently installed.) 07:36:41 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 07:36:41 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 07:36:42 Setting up libc-bin (2.27-3ubuntu1.3) ... 07:36:42 (Reading database ... 13912 files and directories currently installed.) 07:36:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:36:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:36:42 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:36:42 (Reading database ... 13914 files and directories currently installed.) 07:36:42 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:36:42 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:36:42 Setting up debconf (1.5.66ubuntu1) ... 07:36:43 (Reading database ... 13914 files and directories currently installed.) 07:36:43 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:36:43 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:36:43 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:36:43 (Reading database ... 13914 files and directories currently installed.) 07:36:43 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:36:43 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:36:43 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:36:43 (Reading database ... 13914 files and directories currently installed.) 07:36:43 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:36:43 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:36:43 Removing intermediate container a9dab83cd7ee 07:36:43 ---> 363b38f09887 07:36:43 Step 5/22 : RUN apk update && apk add make git 07:36:44 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:36:44 (Reading database ... 13914 files and directories currently installed.) 07:36:44 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:36:44 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:36:44 ---> Running in 411b6e3182ba 07:36:44 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 07:36:44 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:36:44 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:36:44 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:36:44 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:36:44 Removing intermediate container 88ae8ee056cc 07:36:44 ---> cc2866efa631 07:36:44 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:36:44 Removing intermediate container 89e7c0a1a251 07:36:44 ---> eefdef0fbc65 07:36:44 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:36:44 (Reading database ... 13914 files and directories currently installed.) 07:36:44 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:36:44 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:36:44 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:36:44 (Reading database ... 13914 files and directories currently installed.) 07:36:44 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:36:44 ---> Running in f581c53b813a 07:36:44 ---> Running in a6f47daebde6 07:36:44 Removing intermediate container 6dd7ce33004c 07:36:44 ---> 1935dbfdd839 07:36:44 Step 5/24 : RUN apk update && apk add make git 07:36:44 Removing intermediate container 1932654635c0 07:36:44 ---> 0dc1ee411c53 07:36:44 Step 5/21 : RUN apk update && apk add make git 07:36:44 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:36:44 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:36:44 ---> Running in d03bf0f9339b 07:36:44 ---> Running in cfea630920c7 07:36:45 (Reading database ... 13914 files and directories currently installed.) 07:36:45 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:36:45 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:36:45 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:36:45 (Reading database ... 13914 files and directories currently installed.) 07:36:45 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:36:45 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:36:45 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:36:45 (Reading database ... 13914 files and directories currently installed.) 07:36:45 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:36:45 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:36:46 Setting up passwd (1:4.5-1ubuntu2) ... 07:36:46 (Reading database ... 13914 files and directories currently installed.) 07:36:46 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:36:46 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:36:46 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:36:47 (Reading database ... 13914 files and directories currently installed.) 07:36:47 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:36:47 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:36:47 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:36:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:36:47 (Reading database ... 13914 files and directories currently installed.) 07:36:47 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:36:47 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:36:47 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:36:47 (Reading database ... 13914 files and directories currently installed.) 07:36:47 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:36:47 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:36:47 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:36:47 (Reading database ... 13914 files and directories currently installed.) 07:36:47 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:36:47 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:36:48 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:36:48 (Reading database ... 13914 files and directories currently installed.) 07:36:48 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:36:48 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:36:48 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:36:48 (Reading database ... 13915 files and directories currently installed.) 07:36:48 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:36:48 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:36:48 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:36:48 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:36:48 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:36:48 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:36:48 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:36:48 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:36:48 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:36:48 OK: 12620 distinct packages available 07:36:49 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:36:49 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:36:49 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:36:49 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:36:49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:36:49 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:36:49 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:36:49 OK: 12620 distinct packages available 07:36:49 OK: 217 MiB in 51 packages 07:36:49 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:36:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:36:49 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:36:49 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:36:49 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:36:49 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:36:49 OK: 12620 distinct packages available 07:36:49 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:36:49 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:36:49 OK: 12620 distinct packages available 07:36:49 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:36:49 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:36:49 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:36:49 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:36:50 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:36:50 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:36:50 OK: 12620 distinct packages available 07:36:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:36:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:36:50 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 07:36:50 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 07:36:50 OK: 217 MiB in 51 packages 07:36:50 OK: 217 MiB in 51 packages 07:36:50 OK: 217 MiB in 51 packages 07:36:50 OK: 217 MiB in 51 packages 07:36:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:36:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:36:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:36:51 Removing intermediate container 411b6e3182ba 07:36:51 ---> b8c6de3ab90c 07:36:51 Step 6/22 : COPY go.mod . 07:36:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:36:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:36:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:36:52 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:36:52 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:36:52 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:36:52 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:36:52 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:36:52 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:36:52 Removing intermediate container a6f47daebde6 07:36:52 ---> e1577a2cc9b0 07:36:52 Step 6/23 : COPY go.mod . 07:36:52 Removing intermediate container d03bf0f9339b 07:36:52 ---> 3b4839d98241 07:36:52 Step 6/24 : COPY go.mod . 07:36:52 ---> d32be8f87072 07:36:52 Step 7/22 : RUN go mod download 07:36:52 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:52 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:52 Removing intermediate container cfea630920c7 07:36:52 ---> 772c46ee52e0 07:36:52 Step 6/21 : COPY go.mod . 07:36:52 ---> Running in a966a40224d3 07:36:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:53 Removing intermediate container f581c53b813a 07:36:53 ---> 0c31f271cbc5 07:36:53 Step 6/24 : COPY go.mod . 07:36:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:53 ---> 9e819fe093d0 07:36:53 Step 7/23 : RUN go mod download 07:36:53 ---> Running in b0f408ed6658 07:36:53 ---> 6d357e3cc16e 07:36:53 Step 7/24 : RUN go mod download 07:36:54 ---> 21cecb923ee0 07:36:54 Step 7/21 : RUN go mod download 07:36:54 ---> Running in 15ff10f350dc 07:36:54 ---> 5033908e5d60 07:36:54 Step 7/24 : RUN go mod download 07:36:54 ---> Running in 38ed2eace810 07:36:54 ---> Running in 4c1353853155 07:36:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:57 Removing intermediate container a966a40224d3 07:36:57 ---> 1e267967bc7b 07:36:57 Step 8/22 : COPY . . 07:36:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:36:58 Removing intermediate container b0f408ed6658 07:36:58 ---> 59c458a346a0 07:36:58 Step 8/23 : COPY . . 07:36:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:36:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:36:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:36:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:36:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:36:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:36:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:36:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:36:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:36:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:36:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:36:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:36:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:36:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:36:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:36:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:36:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:36:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:36:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:36:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:36:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:36:59 Removing intermediate container 38ed2eace810 07:36:59 ---> b923b0d5d44b 07:36:59 Step 8/21 : COPY . . 07:36:59 Removing intermediate container 15ff10f350dc 07:36:59 ---> bc707ddc9221 07:36:59 Step 8/24 : COPY . . 07:36:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:36:59 Setting up tzdata (2020d-0ubuntu0.18.04) ... 07:36:59 07:36:59 Current default time zone: 'Etc/UTC' 07:36:59 Local time is now: Tue Dec 15 07:36:59 UTC 2020. 07:36:59 Universal Time is now: Tue Dec 15 07:36:59 UTC 2020. 07:36:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:36:59 07:36:59 Setting up systemd-sysv (237-3ubuntu10.43) ... 07:36:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:36:59 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 07:36:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:36:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:36:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:36:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:36:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:37:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:37:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:37:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:37:00 Removing intermediate container 4c1353853155 07:37:00 ---> f87955c35835 07:37:00 Step 8/24 : COPY . . 07:37:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:37:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:37:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:00 Setting up patch (2.7.6-2ubuntu1.1) ... 07:37:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:37:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:37:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:37:00 Installing new version of config file /etc/ssl/openssl.cnf ... 07:37:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:37:00 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 07:37:01 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:37:02 Updating certificates in /etc/ssl/certs... 07:37:04 22 added, 17 removed; done. 07:37:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 07:37:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:37:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:37:04 Setting up pkgbinarymangler (138.18.04.1) ... 07:37:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:37:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up perl (5.26.1-6ubuntu0.5) ... 07:37:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:37:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:37:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:37:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:37:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:37:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:37:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:37:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:37:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:37:05 Processing triggers for systemd (237-3ubuntu10.43) ... 07:37:05 Processing triggers for mime-support (3.60ubuntu1) ... 07:37:05 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:37:05 Updating certificates in /etc/ssl/certs... 07:37:06 0 added, 0 removed; done. 07:37:06 Running hooks in /etc/ca-certificates/update.d... 07:37:06 done. 07:37:07 Reading package lists... 07:37:07 Building dependency tree... 07:37:07 Reading state information... 07:37:07 The following NEW packages will be installed: 07:37:07 apt-transport-https 07:37:07 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:37:07 Need to get 1696 B of archives. 07:37:07 After this operation, 153 kB of additional disk space will be used. 07:37:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:37:07 debconf: delaying package configuration, since apt-utils is not installed 07:37:07 Fetched 1696 B in 0s (8328 B/s) 07:37:07 Selecting previously unselected package apt-transport-https. 07:37:08 (Reading database ... 13929 files and directories currently installed.) 07:37:08 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:37:08 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:37:08 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:37:08 Waiting for network to be ready... 07:37:18 2020-12-15T07:37:15Z INFO Waiting for automatic snapd restart... 07:37:18 snapd 2.48.1 from Canonical* installed 07:37:19 "snapd" switched to the "latest/stable" channel 07:37:19 07:37:25 core18 20200929 from Canonical* installed 07:37:25 "core18" switched to the "latest/stable" channel 07:37:25 07:37:27 ---> 2d1145511b44 07:37:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:37:27 ---> 626dcdd2882b 07:37:27 Step 9/23 : RUN make cmd/core-data/core-data 07:37:27 ---> 9bb951b37181 07:37:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:37:27 ---> 87bfd44506d4 07:37:27 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:37:27 ---> 965ab8be94c5 07:37:27 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:37:27 ---> Running in c9b1625f5266 07:37:27 ---> Running in ac48d7ba7352 07:37:27 ---> Running in c8e842b7c295 07:37:27 ---> Running in 0159ec579fe9 07:37:27 ---> Running in ef2a1614c6af 07:37:27 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 07:37:27 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 07:37:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:37: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 07:37:32 snapcraft 4.4.4 from Canonical* installed 07:37:32 "snapcraft" switched to the "latest/stable" channel 07:37:32 07:37:37 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 07:37:37 - README.md 07:37:37 - snapcraft.yaml.orig 07:37:37 07:37:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:37:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:37:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:37:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:37:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:37:46 Reading package lists... 07:37:46 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 07:37:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:37:52 Reading package lists... 07:37:52 Building dependency tree... 07:37:52 Reading state information... 07:37:52 Suggested packages: 07:37:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:37:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:37:52 Recommended packages: 07:37:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:37:52 The following NEW packages will be installed: 07:37:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:37:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:37:52 pkg-config zip 07:37:53 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:37:53 Need to get 7655 kB of archives. 07:37:53 After this operation, 43.7 MB of additional disk space will be used. 07:37:53 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:37:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:37:53 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:37:53 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:37:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:37:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:37:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:37:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:37:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:37:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:37:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:37:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:37:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:37:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:37:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:37:54 debconf: delaying package configuration, since apt-utils is not installed 07:37:54 Fetched 7655 kB in 1s (6545 kB/s) 07:37:54 Selecting previously unselected package libglib2.0-0:amd64. 07:37:54 (Reading database ... 13933 files and directories currently installed.) 07:37:54 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:37:54 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:37:54 Selecting previously unselected package libpsl5:amd64. 07:37:54 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:37:54 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:37:54 Selecting previously unselected package libnghttp2-14:amd64. 07:37:54 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:37:54 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:37:55 Selecting previously unselected package librtmp1:amd64. 07:37:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:37:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:37:55 Selecting previously unselected package libcurl3-gnutls:amd64. 07:37:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:37:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:37:55 Selecting previously unselected package liberror-perl. 07:37:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:37:55 Unpacking liberror-perl (0.17025-1) ... 07:37:55 Selecting previously unselected package git-man. 07:37:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:37:55 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:37:55 Selecting previously unselected package git. 07:37:55 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:37:55 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:37:56 Selecting previously unselected package libnorm1:amd64. 07:37:56 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:37:56 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:37:56 Selecting previously unselected package libpgm-5.2-0:amd64. 07:37:56 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:37:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:37:56 Selecting previously unselected package libsodium23:amd64. 07:37:56 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:37:56 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:37:56 Selecting previously unselected package libzmq5:amd64. 07:37:56 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:37:56 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:37:56 Selecting previously unselected package libzmq3-dev:amd64. 07:37:56 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:37:56 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:37:57 Selecting previously unselected package pkg-config. 07:37:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:37:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:37:57 Selecting previously unselected package zip. 07:37:57 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:37:57 Unpacking zip (3.0-11build1) ... 07:37:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:37:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:37:57 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:37:57 Setting up liberror-perl (0.17025-1) ... 07:37:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:37:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:37:57 No schema files found: doing nothing. 07:37:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:37:57 Setting up zip (3.0-11build1) ... 07:37:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:37:57 Setting up libsodium23:amd64 (1.0.16-2) ... 07:37:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:37:57 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:37:57 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:37:57 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:37:57 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:37:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:38:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:38:04 git set to automatically installed. 07:38:04 git-man set to automatically installed. 07:38:04 libcurl3-gnutls set to automatically installed. 07:38:04 liberror-perl set to automatically installed. 07:38:04 libglib2.0-0 set to automatically installed. 07:38:04 libnghttp2-14 set to automatically installed. 07:38:04 libnorm1 set to automatically installed. 07:38:04 libpgm-5.2-0 set to automatically installed. 07:38:04 libpsl5 set to automatically installed. 07:38:04 librtmp1 set to automatically installed. 07:38:04 libsodium23 set to automatically installed. 07:38:04 libzmq3-dev set to automatically installed. 07:38:04 libzmq5 set to automatically installed. 07:38:04 pkg-config set to automatically installed. 07:38:04 zip set to automatically installed. 07:38:06 snapd is not logged in, snap install commands will use sudo 07:38:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:38:13 snap "core18" has no updates available 07:38:14 Pulling config-common 07:38:15 Pulling go-build-helper 07:38:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:38:42 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:38:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 07:38:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 07:38:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 07:38:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 07:38:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 07:38:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 07:38:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 07:38:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 07:38:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:38:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:38:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:38:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:38:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:38:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:38:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:38:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:38:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:38:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 07:38:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 07:38:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 07:38:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:38:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 07:38:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 07:38:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 07:38:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 07:38:42 Fetched 23.5 MB in 0s (0 B/s) 07:38:42 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:38:42 Fetched 96.5 kB in 0s (0 B/s) 07:38:42 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:38:42 Fetched 279 kB in 0s (0 B/s) 07:38:42 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:38:42 Fetched 122 kB in 0s (0 B/s) 07:38:42 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:38:42 Fetched 77.8 kB in 0s (0 B/s) 07:38:42 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:38:42 Fetched 8848 B in 0s (0 B/s) 07:38:42 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:38:42 Fetched 47.8 kB in 0s (0 B/s) 07:38:42 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:38:42 Fetched 45.6 kB in 0s (0 B/s) 07:38:42 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 07:38:42 Fetched 14.8 kB in 0s (0 B/s) 07:38:42 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:38:42 Fetched 214 kB in 0s (0 B/s) 07:38:42 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:38:42 Fetched 155 kB in 0s (0 B/s) 07:38:42 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:38:42 Fetched 50.6 kB in 0s (0 B/s) 07:38:42 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:38:42 Fetched 14.8 kB in 0s (0 B/s) 07:38:42 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:38:42 Fetched 41.8 kB in 0s (0 B/s) 07:38:42 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:38:42 Fetched 499 kB in 0s (0 B/s) 07:38:42 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:38:42 Fetched 111 kB in 0s (0 B/s) 07:38:42 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:38:42 Fetched 240 kB in 0s (0 B/s) 07:38:42 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:38:42 Fetched 29.3 kB in 0s (0 B/s) 07:38:42 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:38:42 Fetched 85.5 kB in 0s (0 B/s) 07:38:42 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:38:42 Fetched 24.5 kB in 0s (0 B/s) 07:38:42 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 07:38:42 Fetched 49.2 kB in 0s (0 B/s) 07:38:42 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:38:42 Fetched 54.2 kB in 0s (0 B/s) 07:38:42 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:38:42 Fetched 30.8 kB in 0s (0 B/s) 07:38:42 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:38:42 Fetched 17.0 kB in 0s (0 B/s) 07:38:42 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:38:42 Fetched 85.9 kB in 0s (0 B/s) 07:38:42 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:38:42 Fetched 8720 B in 0s (0 B/s) 07:38:42 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:38:42 Fetched 137 kB in 0s (0 B/s) 07:38:42 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:38:42 Fetched 119 kB in 0s (0 B/s) 07:38:42 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:38:42 Fetched 109 kB in 0s (0 B/s) 07:38:42 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:38:42 Fetched 11.1 kB in 0s (0 B/s) 07:38:42 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:38:42 Fetched 645 kB in 0s (0 B/s) 07:38:42 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:38:42 Fetched 41.3 kB in 0s (0 B/s) 07:38:42 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:38:42 Fetched 17.9 kB in 0s (0 B/s) 07:38:42 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:38:42 Fetched 368 kB in 0s (0 B/s) 07:38:42 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 07:38:42 Fetched 187 kB in 0s (0 B/s) 07:38:42 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:38:42 Fetched 175 kB in 0s (0 B/s) 07:38:42 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:38:44 Fetched 206 kB in 0s (0 B/s) 07:38:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:38:44 Fetched 1301 kB in 0s (0 B/s) 07:38:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:38:44 Fetched 36.2 kB in 0s (0 B/s) 07:38:44 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:38:44 Fetched 159 kB in 0s (0 B/s) 07:38:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:38:44 Fetched 107 kB in 0s (0 B/s) 07:38:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:38:44 Fetched 48.7 kB in 0s (0 B/s) 07:38:44 Pulling static-packages 07:38:46 'go115' has dependencies that need to be staged: go-build-helper static-packages 07:38:46 Skipping pull go-build-helper (already ran) 07:38:46 Skipping pull static-packages (already ran) 07:38:46 Building go-build-helper 07:38:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:38:51 Building static-packages 07:38:54 Staging go-build-helper 07:38:55 Staging static-packages 07:38:57 Pulling go115 07:38:57 Removing intermediate container ac48d7ba7352 07:38:57 ---> c8d40ea537b7 07:38:57 07:38:57 Step 10/24 : FROM alpine:3.10 07:38:57 3.10: Pulling from library/alpine 07:38:58 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:38:58 Status: Downloaded newer image for alpine:3.10 07:38:58 ---> 536a684cf733 07:38:58 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:38:58 'edgex-go' has dependencies that need to be staged: go115 07:38:58 Skipping pull go115 (already ran) 07:38:58 Building go115 07:38:58 % Total % Received % Xferd Average Speed Time Time Time Current 07:38:58 Dload Upload Total Spent Left Speed 07:38:58 ---> Running in 111a3d4f4eff 07:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:39:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6014k 0 0 15.1M 0 0:00:07 --:--:-- 0:00:07 15.1M 40 115M 40 46.3M 0 0 33.4M 0 0:00:03 0:00:01 0:00:02 33.4M 75 115M 75 87.2M 0 0 36.2M 0 0:00:03 0:00:02 0:00:01 36.1M 100 115M 100 115M 0 0 34.9M 0 0:00:03 0:00:03 --:--:-- 34.9M 07:39:02 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:39:02 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:39:02 OK: 10169 distinct packages available 07:39:02 go1.15.2.linux-amd64.tar.gz: OK 07:39:02 (1/5) Installing ca-certificates (20191127-r2) 07:39:03 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:39:03 (3/5) Installing libcurl (7.66.0-r3) 07:39:03 (4/5) Installing curl (7.66.0-r3) 07:39:03 (5/5) Installing dumb-init (1.2.2-r1) 07:39:03 Executing busybox-1.30.1-r3.trigger 07:39:03 Executing ca-certificates-20191127-r2.trigger 07:39:03 OK: 7 MiB in 19 packages 07:39:06 Removing intermediate container 111a3d4f4eff 07:39:06 ---> 2fd528e86e35 07:39:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:39:06 ---> Running in 326a979e8ad8 07:39:06 Removing intermediate container 326a979e8ad8 07:39:06 ---> 33eef2b425dd 07:39:06 Step 13/24 : WORKDIR / 07:39:07 ---> Running in e60cfed3741f 07:39:08 Removing intermediate container e60cfed3741f 07:39:08 ---> 71e4766835bd 07:39:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:39:09 Staging go115 07:39:09 ---> b31f45bb2dbf 07:39:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:39:10 ---> 32fd61fcf1de 07:39:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:39:12 ---> 1f13cffcfb3b 07:39:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:39:13 ---> e93e207e26a5 07:39:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:39:15 ---> 3c996d5fb0ce 07:39:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:39:15 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:39:15 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:39:15 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:39:15 Fetched 0 B in 0s (0 B/s) 07:39:15 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:39:15 Fetched 224 kB in 0s (0 B/s) 07:39:15 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:39:15 Fetched 157 kB in 0s (0 B/s) 07:39:15 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:39:15 Fetched 221 kB in 0s (0 B/s) 07:39:15 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:39:15 Fetched 143 kB in 0s (0 B/s) 07:39:15 Pulling edgex-go 07:39:16 ---> fdf2e66b6713 07:39:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:39:16 ---> Running in 3a541763d3dc 07:39:18 Pulling version 07:39:19 Building config-common 07:39:21 Removing intermediate container 3a541763d3dc 07:39:21 ---> 51cf2279a3b2 07:39:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:39:21 ---> Running in 35312c6ee406 07:39:22 Removing intermediate container 35312c6ee406 07:39:22 ---> 318467bcb681 07:39:22 Step 22/24 : LABEL arch=arm64 07:39:23 Skipping build go-build-helper (already ran) 07:39:23 Skipping build static-packages (already ran) 07:39:23 Skipping build go115 (already ran) 07:39:23 Building edgex-go 07:39:23 ---> Running in 63a36b6abc60 07:39:24 Removing intermediate container 0159ec579fe9 07:39:24 ---> aecf27824dc3 07:39:24 07:39:24 Step 10/24 : FROM scratch 07:39:24 ---> 07:39:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:39:24 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 07:39:24 ---> Running in 166bd4e7bb78 07:39:24 Removing intermediate container 63a36b6abc60 07:39:24 ---> 31525d8b8164 07:39:24 Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:39:24 go: downloading github.com/gorilla/mux v1.8.0 07:39:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 07:39:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.128 07:39:24 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 07:39:24 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:39:24 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 07:39:24 go: downloading github.com/google/uuid v1.1.2 07:39:24 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:39:24 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:39:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:39:25 ---> Running in ef52ed4d2c96 07:39:25 go: downloading github.com/pelletier/go-toml v1.2.0 07:39:25 go: downloading github.com/pkg/errors v0.8.1 07:39:25 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:39:25 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 07:39:25 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:39:25 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 07:39:25 go: downloading github.com/BurntSushi/toml v0.3.1 07:39:25 go: downloading gopkg.in/yaml.v2 v2.4.0 07:39:25 go: downloading github.com/x448/float16 v0.8.4 07:39:25 go: downloading github.com/pebbe/zmq4 v1.0.0 07:39:25 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:39:25 go: downloading github.com/imdario/mergo v0.3.11 07:39:25 go: downloading github.com/hashicorp/consul/api v1.1.0 07:39:25 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:39:25 go: downloading github.com/go-kit/kit v0.8.0 07:39:25 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:39:25 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:39:25 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:39:25 go: downloading github.com/mitchellh/copystructure v1.0.0 07:39:25 go: downloading github.com/hashicorp/serf v0.8.2 07:39:25 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:39:25 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:39:25 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:39:25 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:39:25 go: downloading github.com/go-playground/universal-translator v0.17.0 07:39:25 go: downloading github.com/leodido/go-urn v1.2.0 07:39:25 go: downloading github.com/go-playground/locales v0.13.0 07:39:25 Removing intermediate container 166bd4e7bb78 07:39:25 ---> 59fd08d6aa58 07:39:25 Step 12/24 : ENV APP_PORT=48060 07:39:25 ---> Running in 0e4e3dc873c9 07:39:25 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:39:25 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:39:26 Removing intermediate container ef52ed4d2c96 07:39:26 ---> 0a311c44d3c0 07:39:26 Step 24/24 : LABEL version=0.0.0 07:39:26 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:39:26 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:39:26 ---> Running in ff668099d6a8 07:39:26 Removing intermediate container 0e4e3dc873c9 07:39:26 ---> 9f44ecd3e9c8 07:39:26 Step 13/24 : EXPOSE $APP_PORT 07:39:26 ---> Running in fccb93d17ec4 07:39:27 Removing intermediate container ff668099d6a8 07:39:27 ---> 7cdc47a050e5 07:39:27 07:39:27 Removing intermediate container ef2a1614c6af 07:39:27 ---> 72f8b4ca733a 07:39:27 07:39:27 Step 10/21 : FROM scratch 07:39:27 ---> 07:39:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:39:28 ---> Running in d83c5686bd73 07:39:28 Removing intermediate container fccb93d17ec4 07:39:28 ---> 3abcbd6f5023 07:39:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:39:28 Successfully built 7cdc47a050e5 07:39:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:39:28  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go 07:39:29 Removing intermediate container d83c5686bd73 07:39:29 ---> b9b2f00a7709 07:39:29 Step 12/21 : ENV APP_PORT=48085 07:39:29 ---> Running in 58114933aea4 07:39:29 ---> bfce681d3ad8 07:39:29 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:39:29 Removing intermediate container 58114933aea4 07:39:29 ---> 25944f387686 07:39:29 Step 13/21 : EXPOSE $APP_PORT 07:39:30 ---> Running in f9e0427f34b8 07:39:31 ---> 3a3d7492e9bf 07:39:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:39:32 Removing intermediate container f9e0427f34b8 07:39:32 ---> 2c343f313c66 07:39:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:39:34 ---> 1baf5bb7ff76 07:39:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:39:34 ---> 55d325a33f6d 07:39:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:39:35 ---> 19ef310a4b61 07:39:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:39:35 ---> 8b2c7cee8438 07:39:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:39:36 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 07:39:37 ---> 37a1e7aa2e34 07:39:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:39:38 ---> Running in 2d665d43a894 07:39:38 ---> ac8fabff00ed 07:39:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:39:39 Removing intermediate container 2d665d43a894 07:39:39 ---> e268ffdef0d3 07:39:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:39 ---> Running in 2cf3b8d84845 07:39:40 ---> 4573705b6052 07:39:40 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:39:40 ---> Running in 44532b763c1f 07:39:40 Removing intermediate container 2cf3b8d84845 07:39:40 ---> e709c02628fb 07:39:40 Step 19/21 : LABEL arch=arm64 07:39:41 ---> Running in cc89fe56406c 07:39:41 Removing intermediate container 44532b763c1f 07:39:41 ---> 4c0664517f60 07:39:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:41 ---> Running in 119905d64b8d 07:39:41 Removing intermediate container cc89fe56406c 07:39:41 ---> 475ce0a041df 07:39:41 Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:39:42 ---> Running in 384478cf9453 07:39:42 Removing intermediate container 119905d64b8d 07:39:42 ---> f1418db2a966 07:39:42 Step 22/24 : LABEL arch=arm64 07:39:42 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 07:39:43 ---> Running in ee7e989c79da 07:39:43 Removing intermediate container 384478cf9453 07:39:43 ---> dd2ce184d089 07:39:43 Step 21/21 : LABEL version=0.0.0 07:39:43 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 07:39:44 Removing intermediate container ee7e989c79da 07:39:44 ---> 4b61bcec47bc 07:39:44 Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:39:44 ---> Running in efe3997df709 07:39:45 ---> Running in 23bf24fbd3a9 07:39:45 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 07:39:45 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 07:39:45 go: downloading github.com/stretchr/testify v1.5.1 07:39:45 Removing intermediate container efe3997df709 07:39:45 ---> aff32e9d5536 07:39:45 07:39:45 Removing intermediate container c9b1625f5266 07:39:45 ---> cf69fbe2c8f8 07:39:45 07:39:45 Step 10/22 : FROM scratch 07:39:45 ---> 07:39:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:39:46 go: downloading github.com/davecgh/go-spew v1.1.1 07:39:46 go: downloading github.com/pmezard/go-difflib v1.0.0 07:39:46 ---> Using cache 07:39:46 ---> b9b2f00a7709 07:39:46 Step 12/22 : ENV APP_PORT=48081 07:39:46 Removing intermediate container 23bf24fbd3a9 07:39:46 ---> c2f69685a1d8 07:39:46 Step 24/24 : LABEL version=0.0.0 07:39:46 Successfully built aff32e9d5536 07:39:46 Successfully tagged docker-support-scheduler-go-arm64:latest 07:39:46 Building docker-security-proxy-setup-go 07:39:46  Building docker-support-scheduler-go ... done  ---> Running in f5b9e25d51a3 07:39:47 ---> Running in 01d741d2d286 07:39:47 Removing intermediate container f5b9e25d51a3 07:39:47 ---> 7285c788a69e 07:39:47 Step 13/22 : EXPOSE $APP_PORT 07:39:47 ---> Running in 2e121ef6f0ec 07:39:47 Removing intermediate container 01d741d2d286 07:39:47 ---> ce0c33faad23 07:39:47 07:39:48 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 07:39:48 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:39:48 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:39:48 Removing intermediate container 2e121ef6f0ec 07:39:48 ---> 86f2250188c6 07:39:48 Step 14/22 : WORKDIR / 07:39:48 ---> Running in ffaefae757a5 07:39:48 Successfully built ce0c33faad23 07:39:48 Successfully tagged docker-support-notifications-go-arm64:latest 07:39:48  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 07:39:49 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:39:49 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:39:49 ---> 37984d05ab85 07:39:49 Step 3/29 : WORKDIR /edgex-go 07:39:49 ---> Using cache 07:39:49 ---> 72d1042e47f4 07:39:49 Step 4/29 : RUN apk update && apk add make git 07:39:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:39:49 Removing intermediate container ffaefae757a5 07:39:49 ---> df3ae3874e7c 07:39:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:39:49 ---> Running in e1783c47be34 07:39:50 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 07:39:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:51 ---> 72a61eaff5b2 07:39:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:39:52 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 07:39:52 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:53 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:39:53 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:39:53 OK: 12620 distinct packages available 07:39:54 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 07:39:54 OK: 217 MiB in 51 packages 07:39:54 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 07:39:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:39:56 ---> 17a69785b1b3 07:39:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:39:56 Removing intermediate container c8e842b7c295 07:39:56 ---> d6c807a53296 07:39:56 07:39:57 Step 10/23 : FROM alpine 07:39:57 latest: Pulling from library/alpine 07:39:57 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 07:39:57 Status: Downloaded newer image for alpine:latest 07:39:57 ---> dd36a01c3f31 07:39:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:39:57 ---> Running in 19c7dcd22344 07:39:57 Removing intermediate container e1783c47be34 07:39:57 ---> ff9dac907e86 07:39:57 Step 5/29 : COPY go.mod . 07:39:57 ---> f1966ff46394 07:39:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:39:57 ---> Running in 50c86dca286e 07:39:58 Removing intermediate container 19c7dcd22344 07:39:58 ---> 6918fe5bfccd 07:39:58 Step 12/23 : ENV APP_PORT=48080 07:39:58 ---> Running in 3dfab48db96e 07:39:58 ---> 4e04021fbcff 07:39:58 Step 6/29 : RUN go mod download 07:39:58 Removing intermediate container 50c86dca286e 07:39:58 ---> 0584547197b7 07:39:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:58 ---> Running in 5c3c87f74431 07:39:59 ---> Running in c7f2cdfbf71a 07:39:59 Removing intermediate container 3dfab48db96e 07:39:59 ---> 213d8978778b 07:39:59 Step 13/23 : EXPOSE $APP_PORT 07:39:59 Building version 07:39:59 ---> Running in 3ba4ef17eb74 07:39:59 Removing intermediate container c7f2cdfbf71a 07:39:59 ---> 67c2be816055 07:39:59 Step 20/22 : LABEL arch=arm64 07:40:00 ---> Running in fac26f053ed2 07:40:00 Removing intermediate container 3ba4ef17eb74 07:40:00 ---> 0e82014520c4 07:40:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:00 ---> Running in ccbd87159d17 07:40:01 Removing intermediate container fac26f053ed2 07:40:01 ---> 673510d0c02b 07:40:01 Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:40:01 ---> Running in d2898e649f21 07:40:02 Removing intermediate container d2898e649f21 07:40:02 ---> eb92203edc7d 07:40:02 Step 22/22 : LABEL version=0.0.0 07:40:02 Staging config-common 07:40:02 Removing intermediate container 5c3c87f74431 07:40:02 ---> 0f3f0e3564bd 07:40:02 Step 7/29 : COPY . . 07:40:03 ---> Running in 7add404b7d51 07:40:04 Removing intermediate container 7add404b7d51 07:40:04 ---> a9d97aeb959a 07:40:04 07:40:04 Skipping stage go-build-helper (already ran) 07:40:04 Skipping stage static-packages (already ran) 07:40:04 Skipping stage go115 (already ran) 07:40:04 Staging edgex-go 07:40:04 Successfully built a9d97aeb959a 07:40:05 Successfully tagged docker-core-metadata-go-arm64:latest 07:40:05  Building docker-core-metadata-go ... done Building docker-core-command-go 07:40:05 Removing intermediate container ccbd87159d17 07:40:05 ---> 3c20e30a051f 07:40:05 Step 15/23 : RUN apk --no-cache add zeromq 07:40:05 Staging version 07:40:07 Priming config-common 07:40:07 ---> Running in e0534a21fd95 07:40:08 Priming go-build-helper 07:40:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:09 Priming static-packages 07:40:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:11 (1/5) Installing libgcc (9.3.0-r2) 07:40:11 (2/5) Installing libsodium (1.0.18-r0) 07:40:11 (3/5) Installing libstdc++ (9.3.0-r2) 07:40:12 (4/5) Installing libzmq (4.3.3-r0) 07:40:12 (5/5) Installing zeromq (4.3.3-r0) 07:40:12 Executing busybox-1.31.1-r19.trigger 07:40:12 OK: 8 MiB in 19 packages 07:40:12 Priming go115 07:40:14 Priming edgex-go 07:40:15 Priming version 07:40:16 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 07:40:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:40:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:40:18 ---> 37984d05ab85 07:40:18 Step 3/21 : WORKDIR /edgex-go 07:40:18 ---> Using cache 07:40:18 ---> 72d1042e47f4 07:40:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:18 ---> Using cache 07:40:18 ---> 1935dbfdd839 07:40:18 Step 5/21 : RUN apk update && apk add make git 07:40:18 ---> Using cache 07:40:18 ---> 3b4839d98241 07:40:18 Step 6/21 : COPY go.mod . 07:40:18 ---> Using cache 07:40:18 ---> 6d357e3cc16e 07:40:18 Step 7/21 : RUN go mod download 07:40:18 ---> Using cache 07:40:18 ---> bc707ddc9221 07:40:18 Step 8/21 : COPY . . 07:40:18 ---> Using cache 07:40:18 ---> 9bb951b37181 07:40:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:40:18 ---> Running in 557d747b0e82 07:40:19 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:40:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:40:19 ---> 37984d05ab85 07:40:19 Step 3/27 : WORKDIR /edgex-go 07:40:19 ---> Using cache 07:40:19 ---> 72d1042e47f4 07:40:19 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:19 ---> Using cache 07:40:19 ---> 1935dbfdd839 07:40:19 Step 5/27 : RUN apk update && apk add make bash git 07:40:19 ---> Running in 2c9db8f9e994 07:40:19 Removing intermediate container e0534a21fd95 07:40:19 ---> 952617462c18 07:40:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] } 07:40:19 ---> 1ff0bc17ec5e 07:40:19 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 07:40:19 ---> Running in 06d6c025a84c [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:40:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:40:20 ---> d6f0eb3c5dc1 07:40:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:40:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:40:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:23 ---> 4b646f301867 07:40:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:40:24 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:40:24 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:40:24 OK: 12620 distinct packages available 07:40:25 OK: 217 MiB in 51 packages 07:40:25 ---> 7feaa4aaba6e 07:40:25 Step 19/23 : ENTRYPOINT ["/core-data"] 07:40:26 ---> Running in 9b4e70fcea46 07:40:27 Removing intermediate container 9b4e70fcea46 07:40:27 ---> 6723f5090eb0 07:40:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:27 Removing intermediate container 2c9db8f9e994 07:40:27 ---> ff55cdf717bf 07:40:27 Step 6/27 : COPY go.mod . 07:40:27 ---> Running in 3e0c9f45ffd4 07:40:28 Removing intermediate container 3e0c9f45ffd4 07:40:28 ---> 49756caef8ab 07:40:28 Step 21/23 : LABEL arch=arm64 07:40:29 ---> cb866167fec5 07:40:29 Step 7/27 : RUN go mod download 07:40:29 ---> Running in 6b6dd6ec4f73 07:40:29 ---> Running in ac4c04b676c9 07:40:31 Removing intermediate container 6b6dd6ec4f73 07:40:31 ---> 741654f07674 07:40:31 Step 22/23 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:40:31 ---> Running in 5ce5be196d58 07:40:32 Removing intermediate container 5ce5be196d58 07:40:32 ---> 353d0bd9f755 07:40:32 Step 23/23 : LABEL version=0.0.0 07:40:32 ---> Running in f131821aa8e8 07:40:34 Removing intermediate container f131821aa8e8 07:40:34 ---> 1e2f1193862c 07:40:34 07:40:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:40:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:40:34 ---> 37984d05ab85 07:40:34 Step 3/22 : WORKDIR /edgex-go 07:40:34 ---> Using cache 07:40:34 ---> 72d1042e47f4 07:40:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:34 ---> Using cache 07:40:34 ---> 1935dbfdd839 07:40:34 Step 5/22 : RUN apk update && apk add make git 07:40:34 ---> Using cache 07:40:34 ---> 3b4839d98241 07:40:34 Step 6/22 : COPY go.mod . 07:40:34 ---> Using cache 07:40:34 ---> 6d357e3cc16e 07:40:34 Step 7/22 : RUN go mod download 07:40:34 ---> Using cache 07:40:34 ---> bc707ddc9221 07:40:34 Step 8/22 : COPY . . 07:40:34 ---> Using cache 07:40:34 ---> 9bb951b37181 07:40:34 Step 9/22 : RUN make cmd/core-command/core-command 07:40:34 Successfully built 1e2f1193862c 07:40:34 ---> Running in 0d40edbf956e 07:40:35 Successfully tagged docker-core-data-go-arm64:latest 07:40:35  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go 07:40:35 Removing intermediate container ac4c04b676c9 07:40:35 ---> 62a3b8f165d4 07:40:35 Step 8/27 : COPY . . 07:40:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:40:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:40:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:40:59 ---> 37984d05ab85 07:40:59 Step 3/22 : WORKDIR /edgex-go 07:40:59 ---> Using cache 07:40:59 ---> 72d1042e47f4 07:40:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:59 ---> Using cache 07:40:59 ---> 1935dbfdd839 07:40:59 Step 5/22 : RUN apk update && apk add make git 07:40:59 ---> Using cache 07:40:59 ---> 3b4839d98241 07:40:59 Step 6/22 : COPY go.mod . 07:40:59 ---> Using cache 07:40:59 ---> 6d357e3cc16e 07:40:59 Step 7/22 : RUN go mod download 07:40:59 ---> Using cache 07:40:59 ---> bc707ddc9221 07:40:59 Step 8/22 : COPY . . 07:40:59 ---> Using cache 07:40:59 ---> 9bb951b37181 07:40:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:41:01 ---> Running in 7595b96bce18 07:41:02 ---> 6aaff0d99b1c 07:41:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:41:02 ---> Running in f235e1d88b32 07:41:04 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 07:41:04 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 07:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:41:39 Removing intermediate container 06d6c025a84c 07:41:39 ---> 6dcc1ee4560e 07:41:39 07:41:39 Step 9/29 : FROM alpine:latest 07:41:39 ---> dd36a01c3f31 07:41:39 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:41:39 ---> Running in 54b0c2ecefb3 07:41:39 Removing intermediate container 54b0c2ecefb3 07:41:39 ---> 450908486a59 07:41:39 Step 11/29 : USER root 07:41:39 ---> Running in 4a5fa50cb6ae 07:41:40 Removing intermediate container 4a5fa50cb6ae 07:41:40 ---> 8212f96cf8a0 07:41:40 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:41:40 ---> Running in a3ab5b889835 07:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:43 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:41:43 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:41:43 OK: 12617 distinct packages available 07:41:44 (1/2) Installing ca-certificates (20191127-r4) 07:41:44 (2/2) Installing dumb-init (1.2.2-r1) 07:41:44 Executing busybox-1.31.1-r19.trigger 07:41:44 Executing ca-certificates-20191127-r4.trigger 07:41:45 OK: 6 MiB in 16 packages 07:41:47 Removing intermediate container 557d747b0e82 07:41:47 ---> 425cb4f01a57 07:41:47 07:41:47 Step 10/21 : FROM alpine 07:41:47 ---> dd36a01c3f31 07:41:47 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:41:47 ---> Running in 73d4fb76a0a7 07:41:48 Removing intermediate container a3ab5b889835 07:41:48 ---> 032006d3444e 07:41:48 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:41:48 ---> Running in 3d602e1ff776 07:41:48 Removing intermediate container 3d602e1ff776 07:41:48 ---> f29fddd523b9 07:41:48 Step 14/29 : WORKDIR $BASE_DIR 07:41:49 ---> Running in 796d662cc591 07:41:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:49 Removing intermediate container 796d662cc591 07:41:49 ---> 078a11516441 07:41:49 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:41:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:49 ---> Running in b81eef483b73 07:41:50 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:41:50 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:41:50 OK: 12617 distinct packages available 07:41:51 (1/4) Installing ca-certificates (20191127-r4) 07:41:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:41:51 (3/4) Installing libcurl (7.69.1-r3) 07:41:51 (4/4) Installing curl (7.69.1-r3) 07:41:51 Executing busybox-1.31.1-r19.trigger 07:41:51 Executing ca-certificates-20191127-r4.trigger 07:41:52 OK: 7 MiB in 18 packages 07:41:54 Removing intermediate container b81eef483b73 07:41:54 ---> 6b7d939b7e6f 07:41:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:41:55 Removing intermediate container 73d4fb76a0a7 07:41:55 ---> 5cab3611a048 07:41:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:41:55 ---> Running in 51e964a975c6 07:41:55 ---> 33796467c5f8 07:41:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:41:56 Removing intermediate container 51e964a975c6 07:41:56 ---> 709bab9cb559 07:41:56 Step 13/21 : WORKDIR /edgex 07:41:56 ---> Running in 14855f272078 07:41:57 Removing intermediate container 14855f272078 07:41:57 ---> e830274dbfc2 07:41:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:41:57 ---> 085e7d1a5e4e 07:41:57 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:41:58 ---> 45a3e910ed61 07:41:58 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:41:58 ---> 9f5e3e671708 07:41:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:42:00 ---> 73ac90a38316 07:42:00 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:42:00 ---> 324a3359621d 07:42:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:42:01 ---> e6dcc7e2aaad 07:42:01 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:42:02 ---> Running in f945b09afffb 07:42:03 ---> d47493ea3cd6 07:42:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:42:03 ---> Running in 9cba42307eea 07:42:04 Removing intermediate container 9cba42307eea 07:42:04 ---> 95e248f6b867 07:42:04 Step 18/21 : CMD ["--init=true"] 07:42:04 ---> Running in e2d009f5dff4 07:42:05 Removing intermediate container e2d009f5dff4 07:42:05 ---> 4de0f3a18800 07:42:05 Step 19/21 : LABEL arch=arm64 07:42:05 ---> Running in 92b8183bbe93 07:42:05 Removing intermediate container f945b09afffb 07:42:05 ---> 87125b16f355 07:42:05 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:42:06 Removing intermediate container 92b8183bbe93 07:42:06 ---> 8ba49e221224 07:42:06 Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:42:06 ---> Running in 10256723fba9 07:42:07 Removing intermediate container 10256723fba9 07:42:07 ---> 9a51fb618744 07:42:07 Step 21/21 : LABEL version=0.0.0 07:42:07 ---> b12034fbcee2 07:42:07 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:42:07 ---> Running in 39042b4b8041 07:42:07 ---> Running in ab15dcf8641b 07:42:08 Removing intermediate container 39042b4b8041 07:42:08 ---> da35a272cc90 07:42:08 07:42:09 Successfully built da35a272cc90 07:42:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:42:11  Building docker-security-proxy-setup-go ... done Removing intermediate container ab15dcf8641b 07:42:11 ---> 3b6065b4da5d 07:42:11 Step 24/29 : RUN chmod 755 security-secrets-setup 07:42:12 ---> Running in c4b2ce311893 07:42:16 Removing intermediate container c4b2ce311893 07:42:16 ---> 8b81f938ad84 07:42:16 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:42:16 ---> Running in c9552b685595 07:42:16 Removing intermediate container c9552b685595 07:42:16 ---> c865e875c926 07:42:16 Step 26/29 : CMD [ "generate" ] 07:42:17 ---> Running in 30e64c29216a 07:42:17 Removing intermediate container 30e64c29216a 07:42:17 ---> fbaf37320fcc 07:42:17 Step 27/29 : LABEL arch=arm64 07:42:17 ---> Running in a2b38ac15a67 07:42:18 Removing intermediate container a2b38ac15a67 07:42:18 ---> 4ec6bec961a9 07:42:18 Step 28/29 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:42:18 ---> Running in be2dffb801b6 07:42:19 Removing intermediate container be2dffb801b6 07:42:19 ---> 3f33931cdec2 07:42:19 Step 29/29 : LABEL version=0.0.0 07:42:19 ---> Running in 3fa1f5ebf5df 07:42:20 Removing intermediate container 3fa1f5ebf5df 07:42:20 ---> 1264891da682 07:42:20 07:42:20 Successfully built 1264891da682 07:42:20 Successfully tagged docker-security-secrets-setup-go-arm64:latest 07:42:26  Building docker-security-secrets-setup-go ... done Removing intermediate container 0d40edbf956e 07:42:26 ---> 4f8b4397cf05 07:42:26 07:42:26 Step 10/22 : FROM scratch 07:42:26 ---> 07:42:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:42:26 ---> Using cache 07:42:26 ---> b9b2f00a7709 07:42:26 Step 12/22 : ENV APP_PORT=48082 07:42:26 ---> Running in dd483277206b 07:42:26 Removing intermediate container dd483277206b 07:42:26 ---> 0bdd3981b157 07:42:26 Step 13/22 : EXPOSE $APP_PORT 07:42:26 Removing intermediate container 7595b96bce18 07:42:26 ---> 9ded7193b7b0 07:42:26 07:42:26 Step 10/22 : FROM alpine:3.10 07:42:26 ---> 536a684cf733 07:42:26 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:42:26 ---> Using cache 07:42:26 ---> 2fd528e86e35 07:42:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:42:26 ---> Running in f3884f3474cc 07:42:27 ---> Running in b76fe7e0fd81 07:42:27 Removing intermediate container f3884f3474cc 07:42:27 ---> 79030ed5c47b 07:42:27 Step 14/22 : WORKDIR / 07:42:27 ---> Running in 822a65c40870 07:42:27 Removing intermediate container b76fe7e0fd81 07:42:27 ---> d617c016c0f1 07:42:27 Step 13/22 : WORKDIR / 07:42:28 ---> Running in f9e5d43cb751 07:42:28 Removing intermediate container f235e1d88b32 07:42:28 ---> cc573a960f1b 07:42:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:42:28 Removing intermediate container 822a65c40870 07:42:28 ---> 7b4285e719fc 07:42:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:42:28 ---> Running in f7b095f3a7d7 07:42:28 Removing intermediate container f9e5d43cb751 07:42:28 ---> 87958082991e 07:42:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:42:29 ---> 23695cbc7965 07:42:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:42:29 ---> c81c9cdca9f8 07:42:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:42:30 ---> f6e159568d15 07:42:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:42:31 ---> 3425a305b529 07:42:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:42:31 ---> aaac730f6454 07:42:31 Step 18/22 : ENTRYPOINT ["/core-command"] 07:42:31 ---> Running in 64bc5100c99b 07:42:31 ---> 3a036fd7c6d7 07:42:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:42:32 Removing intermediate container 64bc5100c99b 07:42:32 ---> df394e0b6125 07:42:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:42:32 ---> Running in 814ecf55c6b4 07:42:32 Removing intermediate container f7b095f3a7d7 07:42:32 ---> f7be5910e39a 07:42:32 07:42:32 Step 11/27 : FROM docker:latest 07:42:32 ---> eeaf43b92773 07:42:32 Step 12/27 : RUN apk add --no-cache bash 07:42:32 ---> 619cd40b284e 07:42:32 Step 18/22 : RUN chmod +x entrypoint.sh 07:42:33 ---> Running in 40c1bfcbba6a 07:42:33 ---> Running in 99b4c5a8c989 07:42:33 Removing intermediate container 814ecf55c6b4 07:42:33 ---> e4e000ca4253 07:42:33 Step 20/22 : LABEL arch=arm64 07:42:33 ---> Running in 5f9f903303c8 07:42:34 Removing intermediate container 5f9f903303c8 07:42:34 ---> c4873fccd9c1 07:42:34 Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:42:34 ---> Running in c2d94e6871bf 07:42:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:34 Removing intermediate container c2d94e6871bf 07:42:34 ---> 2a2000abcefe 07:42:34 Step 22/22 : LABEL version=0.0.0 07:42:35 ---> Running in c27d9f9b287e 07:42:35 (1/2) Installing readline (8.0.4-r0) 07:42:35 (2/2) Installing bash (5.0.17-r0) 07:42:35 Executing bash-5.0.17-r0.post-install 07:42:35 Executing busybox-1.31.1-r19.trigger 07:42:35 OK: 12 MiB in 22 packages 07:42:35 Removing intermediate container c27d9f9b287e 07:42:35 ---> ebeaf76436bc 07:42:35 07:42:35 Removing intermediate container 99b4c5a8c989 07:42:35 ---> 5fbcdda98fe7 07:42:35 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:42:35 ---> Running in 35cefeb098b5 07:42:35 Successfully built ebeaf76436bc 07:42:35 Successfully tagged docker-core-command-go-arm64:latest 07:42:36  Building docker-core-command-go ... done Removing intermediate container 35cefeb098b5 07:42:36 ---> b5a167670cd9 07:42:36 Step 20/22 : LABEL arch=arm64 07:42:36 ---> Running in e331cbe8b704 07:42:36 Removing intermediate container 40c1bfcbba6a 07:42:36 ---> 34c6979eab03 07:42:36 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:42:37 ---> Running in 5d0b6b4cccc5 07:42:37 Removing intermediate container e331cbe8b704 07:42:37 ---> c69bded41f3c 07:42:37 Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:42:37 ---> Running in f55c5c791c78 07:42:37 Removing intermediate container f55c5c791c78 07:42:37 ---> 0fd542fb6052 07:42:37 Step 22/22 : LABEL version=0.0.0 07:42:37 ---> Running in bee6bcde5e07 07:42:38 Removing intermediate container bee6bcde5e07 07:42:38 ---> e455f35e41e6 07:42:38 07:42:38 Successfully built e455f35e41e6 07:42:38 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 07:42:39  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5d0b6b4cccc5 07:42:39 ---> 84264c36d64e 07:42:39 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:42:39 ---> Running in a31f0e04bd51 07:42:39 Removing intermediate container a31f0e04bd51 07:42:39 ---> bc96614eaa58 07:42:39 Step 15/27 : ENV APP_PORT=48090 07:42:39 ---> Running in ac64bd758603 07:42:40 Removing intermediate container ac64bd758603 07:42:40 ---> 628de1ea75ba 07:42:40 Step 16/27 : EXPOSE $APP_PORT 07:42:40 ---> Running in 0fd403b01b84 07:42:41 Removing intermediate container 0fd403b01b84 07:42:41 ---> f5ce66196e6f 07:42:41 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:42:42 ---> 5f8bec400b5b 07:42:42 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:42:43 ---> 2e4967d17479 07:42:43 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:42:43 ---> 01cb4c49a123 07:42:43 Step 20/27 : RUN apk --no-cache add py3-pip 07:42:43 ---> Running in bcbac7dc6b5b 07:42:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:45 (1/33) Installing libbz2 (1.0.8-r1) 07:42:45 (2/33) Installing expat (2.2.9-r1) 07:42:45 (3/33) Installing libffi (3.3-r2) 07:42:45 (4/33) Installing gdbm (1.13-r1) 07:42:45 (5/33) Installing xz-libs (5.2.5-r0) 07:42:45 (6/33) Installing sqlite-libs (3.32.1-r0) 07:42:46 (7/33) Installing python3 (3.8.5-r0) 07:42:47 (8/33) Installing py3-appdirs (1.4.4-r1) 07:42:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:42:47 (10/33) Installing py3-parsing (2.4.7-r0) 07:42:47 (11/33) Installing py3-six (1.15.0-r0) 07:42:47 (12/33) Installing py3-packaging (20.4-r0) 07:42:47 (13/33) Installing py3-setuptools (47.0.0-r0) 07:42:47 (14/33) Installing py3-chardet (3.0.4-r4) 07:42:47 (15/33) Installing py3-idna (2.9-r0) 07:42:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:42:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:42:48 (18/33) Installing py3-requests (2.23.0-r0) 07:42:48 (19/33) Installing py3-msgpack (1.0.0-r0) 07:42:48 (20/33) Installing py3-lockfile (0.12.2-r3) 07:42:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:42:48 (22/33) Installing py3-colorama (0.4.3-r0) 07:42:48 (23/33) Installing py3-distlib (0.3.0-r0) 07:42:48 (24/33) Installing py3-distro (1.5.0-r1) 07:42:48 (25/33) Installing py3-webencodings (0.5.1-r3) 07:42:48 (26/33) Installing py3-html5lib (1.0.1-r4) 07:42:48 (27/33) Installing py3-pytoml (0.1.21-r0) 07:42:48 (28/33) Installing py3-pep517 (0.8.2-r0) 07:42:48 (29/33) Installing py3-progress (1.5-r0) 07:42:48 (30/33) Installing py3-toml (0.10.1-r0) 07:42:48 (31/33) Installing py3-retrying (1.3.3-r0) 07:42:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:42:48 (33/33) Installing py3-pip (20.1.1-r0) 07:42:48 Executing busybox-1.31.1-r19.trigger 07:42:48 OK: 71 MiB in 55 packages 07:42:55 Removing intermediate container bcbac7dc6b5b 07:42:55 ---> 15a9539db484 07:42:55 Step 21/27 : RUN pip install docker-compose==1.23.2 07:42:55 ---> Running in 0f2e784a0dd9 07:42:59 Collecting docker-compose==1.23.2 07:42:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:42: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) 07:43:00 Collecting dockerpty<0.5,>=0.4.1 07:43:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:43:02 Collecting docker<4.0,>=3.6.0 07:43:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:43:02 Collecting texttable<0.10,>=0.9.0 07:43:02 Downloading texttable-0.9.1.tar.gz (11 kB) 07:43:04 Collecting cached-property<2,>=1.2.0 07:43:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:43:05 Collecting websocket-client<1.0,>=0.32.0 07:43:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:43:05 Collecting jsonschema<3,>=2.5.1 07:43:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:43:06 Collecting docopt<0.7,>=0.6.1 07:43:06 Downloading docopt-0.6.2.tar.gz (25 kB) 07:43:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:43:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:43:09 Collecting PyYAML<4,>=3.10 07:43:09 Downloading PyYAML-3.13.tar.gz (270 kB) 07:43:12 Collecting docker-pycreds>=0.4.0 07:43:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:43:12 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) 07:43:12 Collecting urllib3<1.25,>=1.21.1 07:43:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:43:13 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) 07:43:13 Collecting idna<2.8,>=2.5 07:43:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:43:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:43:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:43:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:43:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:43:14 Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, jsonschema, docopt, PyYAML, docker-compose 07:43:14 Running setup.py install for dockerpty: started 07:43:15 Running setup.py install for dockerpty: finished with status 'done' 07:43:16 Attempting uninstall: urllib3 07:43:16 Found existing installation: urllib3 1.25.9 07:43:16 Uninstalling urllib3-1.25.9: 07:43:16 Successfully uninstalled urllib3-1.25.9 07:43:16 Attempting uninstall: idna 07:43:16 Found existing installation: idna 2.9 07:43:16 Uninstalling idna-2.9: 07:43:16 Successfully uninstalled idna-2.9 07:43:17 Attempting uninstall: requests 07:43:17 Found existing installation: requests 2.23.0 07:43:17 Uninstalling requests-2.23.0: 07:43:17 Successfully uninstalled requests-2.23.0 07:43:18 Running setup.py install for texttable: started 07:43:20 Running setup.py install for texttable: finished with status 'done' 07:43:21 Running setup.py install for docopt: started 07:43:22 Running setup.py install for docopt: finished with status 'done' 07:43:22 Running setup.py install for PyYAML: started 07:43:24 Running setup.py install for PyYAML: finished with status 'done' 07:43:25 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 07:43:29 Removing intermediate container 0f2e784a0dd9 07:43:29 ---> befea8298bcf 07:43:29 Step 22/27 : RUN apk --no-cache add curl 07:43:29 ---> Running in 804c4d1aa149 07:43:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:43:31 (2/3) Installing libcurl (7.69.1-r3) 07:43:31 (3/3) Installing curl (7.69.1-r3) 07:43:31 Executing busybox-1.31.1-r19.trigger 07:43:31 OK: 71 MiB in 58 packages 07:43:32 Removing intermediate container 804c4d1aa149 07:43:32 ---> 0f5d05ebb967 07:43:32 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:43:32 ---> Running in 05d77c0253b6 07:43:32 Removing intermediate container 05d77c0253b6 07:43:32 ---> a7f6245f1db1 07:43:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:33 ---> Running in b01dc9972e1e 07:43:33 Removing intermediate container b01dc9972e1e 07:43:33 ---> 4deffaef017f 07:43:33 Step 25/27 : LABEL arch=arm64 07:43:33 ---> Running in d8834322876c 07:43:33 Removing intermediate container d8834322876c 07:43:33 ---> d8d395e4b6e9 07:43:33 Step 26/27 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc 07:43:34 ---> Running in 2beab343413f 07:43:34 Removing intermediate container 2beab343413f 07:43:34 ---> abce77e88079 07:43:34 Step 27/27 : LABEL version=0.0.0 07:43:34 ---> Running in 3c4f5559289c 07:43:34 Removing intermediate container 3c4f5559289c 07:43:34 ---> 78455cec7423 07:43:34 07:43:35 Successfully built 78455cec7423 07:43:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:43:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:43:35 $ docker stop --time=1 6a8b1f757591f72a1c538d53fb41497b8bb3f7ce0401cdd3eaddfd427246a836 07:43:37 $ docker rm -f 6a8b1f757591f72a1c538d53fb41497b8bb3f7ce0401cdd3eaddfd427246a836 [Pipeline] // withDockerContainer [Pipeline] sh 07:43:38 + docker images 07:43:38 + grep docker 07:43:38 docker-sys-mgmt-agent-go-arm64 latest 78455cec7423 4 seconds ago 300MB 07:43:38 docker-security-bootstrap-redis-go-arm64 latest e455f35e41e6 About a minute ago 15.2MB 07:43:38 docker-core-command-go-arm64 latest ebeaf76436bc About a minute ago 11.4MB 07:43:38 docker-security-secrets-setup-go-arm64 latest 1264891da682 About a minute ago 22.7MB 07:43:38 docker-security-proxy-setup-go-arm64 latest da35a272cc90 About a minute ago 23.4MB 07:43:38 docker-core-data-go-arm64 latest 1e2f1193862c 3 minutes ago 22.3MB 07:43:38 docker-core-metadata-go-arm64 latest a9d97aeb959a 3 minutes ago 13.6MB 07:43:38 docker-support-notifications-go-arm64 latest ce0c33faad23 3 minutes ago 12.9MB 07:43:38 docker-support-scheduler-go-arm64 latest aff32e9d5536 3 minutes ago 11.5MB 07:43:38 docker-security-secretstore-setup-go-arm64 latest 7cdc47a050e5 4 minutes ago 23.5MB 07:43:38 docker latest eeaf43b92773 4 days 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 07:43:40 provisioning config files... 07:43:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config4300887094240332946tmp [Pipeline] { [Pipeline] sh 07:43:40 + set +x 07:43:40 + curl -s https://codecov.io/bash 07:43:40 + bash -s -- 07:43:41 07:43:41 _____ _ 07:43:41 / ____| | | 07:43:41 | | ___ __| | ___ ___ _____ __ 07:43:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:43:41 | |___| (_) | (_| | __/ (_| (_) \ V / 07:43:41 \_____\___/ \__,_|\___|\___\___/ \_/ 07:43:41 Bash-20201130-cc6d3fe 07:43:41 07:43:41 07:43:41 ==> Jenkins CI detected. 07:43:41 project root: . 07:43:41 --> token set from env 07:43:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:43:41 ==> Running gcov in . (disable via -X gcov) 07:43:41 ==> Python coveragepy not found 07:43:41 ==> Searching for coverage reports in: 07:43:41 + . 07:43:41 -> Found 1 reports 07:43:41 ==> Detecting git/mercurial file structure 07:43:41 ==> Reading reports 07:43:41 + ./coverage.out bytes=568194 07:43:41 ==> Appending adjustments 07:43:41 https://docs.codecov.io/docs/fixing-reports 07:43:44 + Found adjustments 07:43:44 ==> Gzipping contents 07:43:44 88K /tmp/codecov.dsReWh.gz 07:43:44 ==> Uploading reports 07:43:44 url: https://codecov.io 07:43:44 query: branch=PR-2908&commit=f45820c759195af053ef8c95cf26484da39a40fc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 07:43:44 -> Pinging Codecov 07:43:44 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=f45820c759195af053ef8c95cf26484da39a40fc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 07:43:44 -> Uploading to 07:43:44 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/f45820c759195af053ef8c95cf26484da39a40fc/c7c50df0-d27f-4ad8-bc8a-bd0c7f887ccc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T074344Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7911845c004942544f32d37e1c8d6b26820aa52aa38b03e56ab43bb39a9c24a8 07:43:44 % Total % Received % Xferd Average Speed Time Time Time Current 07:43:44 Dload Upload Total Spent Left Speed 07:43:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87865 0 0 100 87865 0 174k --:--:-- --:--:-- --:--:-- 174k 07:43:45 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f45820c759195af053ef8c95cf26484da39a40fc [Pipeline] } 07:43:45 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 07:43:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:43:48 ---> package-listing.sh 07:43:48 ++ facter osfamily 07:43:48 ++ tr '[:upper:]' '[:lower:]' 07:43:48 + OS_FAMILY=redhat 07:43:48 + workspace=/w/workspace/edgex-go/17 07:43:48 + START_PACKAGES=/tmp/packages_start.txt 07:43:48 + END_PACKAGES=/tmp/packages_end.txt 07:43:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:43:48 + PACKAGES=/tmp/packages_start.txt 07:43:48 + '[' /w/workspace/edgex-go/17 ']' 07:43:48 + PACKAGES=/tmp/packages_end.txt 07:43:48 + case "${OS_FAMILY}" in 07:43:48 + rpm -qa 07:43:48 + sort 07:43:53 + '[' -f /tmp/packages_start.txt ']' 07:43:53 + '[' -f /tmp/packages_end.txt ']' 07:43:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:43:53 + '[' /w/workspace/edgex-go/17 ']' 07:43:53 + mkdir -p /w/workspace/edgex-go/17/archives/ 07:43:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo 07:43:53 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:43:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:43:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:54 07:43:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:43:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:54 alpine: Pulling from edgex-lftools-log-publisher 07:43:54 df20fa9351a1: Pulling fs layer 07:43:54 36b3adc4ff6f: Pulling fs layer 07:43:54 8ad3a11d3b57: Pulling fs layer 07:43:54 46f8f816bc3b: Pulling fs layer 07:43:54 93b61091891f: Pulling fs layer 07:43:54 93b9cdb0e59b: Pulling fs layer 07:43:54 5e14af77c1be: Pulling fs layer 07:43:54 01666e4c0597: Pulling fs layer 07:43:54 aa168da1d23b: Pulling fs layer 07:43:54 93b9cdb0e59b: Waiting 07:43:54 aa168da1d23b: Waiting 07:43:54 01666e4c0597: Waiting 07:43:54 46f8f816bc3b: Waiting 07:43:54 93b61091891f: Waiting 07:43:54 36b3adc4ff6f: Verifying Checksum 07:43:54 36b3adc4ff6f: Download complete 07:43:54 46f8f816bc3b: Verifying Checksum 07:43:54 46f8f816bc3b: Download complete 07:43:54 df20fa9351a1: Verifying Checksum 07:43:54 df20fa9351a1: Download complete 07:43:54 93b9cdb0e59b: Verifying Checksum 07:43:54 93b9cdb0e59b: Download complete 07:43:54 5e14af77c1be: Verifying Checksum 07:43:54 5e14af77c1be: Download complete 07:43:54 93b61091891f: Verifying Checksum 07:43:54 93b61091891f: Download complete 07:43:54 01666e4c0597: Verifying Checksum 07:43:54 01666e4c0597: Download complete 07:43:54 df20fa9351a1: Pull complete 07:43:55 36b3adc4ff6f: Pull complete 07:43:55 8ad3a11d3b57: Verifying Checksum 07:43:55 8ad3a11d3b57: Download complete 07:43:56 8ad3a11d3b57: Pull complete 07:43:56 46f8f816bc3b: Pull complete 07:43:56 93b61091891f: Pull complete 07:43:57 aa168da1d23b: Verifying Checksum 07:43:57 aa168da1d23b: Download complete 07:43:58 93b9cdb0e59b: Pull complete 07:43:58 5e14af77c1be: Pull complete 07:43:58 01666e4c0597: Pull complete 07:44:10 aa168da1d23b: Pull complete 07:44:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:44:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:44:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:44:10 prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container 07:44:11 $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:44:19 $ docker top c63e09bf5fcc466a5b709a72d35b19620b8a71fd9fa3a8a3d728900d58750070 -eo pid,comm [Pipeline] { [Pipeline] sh 07:44:20 + touch /tmp/pre-build-complete [Pipeline] sh 07:44:20 + mkdir -p /var/log/sa [Pipeline] sh 07:44:20 + ls /var/log/sa-host 07:44:20 + sadf -c /var/log/sa-host/sa15 07:44:20 file_magic: OK 07:44:20 HZ: Using current value: 100 07:44:20 file_header: OK 07:44:20 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 07:44:20 Statistics: 07:44:20 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... 07:44:20 File successfully converted to sysstat format version 12.2.1 07:44:20 + sadf -c /var/log/sa-host/sa23 07:44:20 file_magic: OK 07:44:20 HZ: Using current value: 100 07:44:20 file_header: OK 07:44:20 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 07:44:20 Statistics: 07:44:20 Hnuu...uuuununununu... 07:44:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:44:20 provisioning config files... 07:44:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config7360228048690580147tmp [Pipeline] { [Pipeline] echo 07:44:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:44:21 ---> create-netrc.sh [Pipeline] } 07:44:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:44:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:44:21 ---> python-tools-install.sh [Pipeline] echo 07:44:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:44:22 ---> sudo-logs.sh 07:44:22 Archiving 'sudo' log.. [Pipeline] echo 07:44:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:44:22 ---> job-cost.sh 07:44:22 lf-activate-venv: SKIPPING 07:44:22 INFO: No Stack... 07:44:23 INFO: Retrieving Pricing Info for: v1-standard-2 07:44:23 INFO: Archiving Costs [Pipeline] echo 07:44:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:44:24 ---> logs-deploy.sh 07:44:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/17 07:44:24 INFO: archiving workspace using pattern(s): 07:44:25 Archives upload complete. 07:44:25 INFO: archiving logs to Nexus 07:44:26 ---> uname -a: 07:44:26 Linux prd-centos7-docker-4c-2g-16086.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:44:26 07:44:26 07:44:26 ---> lscpu: 07:44:26 Architecture: x86_64 07:44:26 CPU op-mode(s): 32-bit, 64-bit 07:44:26 Byte Order: Little Endian 07:44:26 Address sizes: 40 bits physical, 48 bits virtual 07:44:26 CPU(s): 4 07:44:26 On-line CPU(s) list: 0-3 07:44:26 Thread(s) per core: 1 07:44:26 Core(s) per socket: 1 07:44:26 Socket(s): 4 07:44:26 NUMA node(s): 1 07:44:26 Vendor ID: GenuineIntel 07:44:26 CPU family: 6 07:44:26 Model: 44 07:44:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:44:26 Stepping: 1 07:44:26 CPU MHz: 2933.438 07:44:26 BogoMIPS: 5866.87 07:44:26 Virtualization: VT-x 07:44:26 Hypervisor vendor: KVM 07:44:26 Virtualization type: full 07:44:26 L1d cache: 128 KiB 07:44:26 L1i cache: 128 KiB 07:44:26 L2 cache: 16 MiB 07:44:26 L3 cache: 64 MiB 07:44:26 NUMA node0 CPU(s): 0-3 07:44:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:44:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:44:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:44:26 Vulnerability Meltdown: Mitigation; PTI 07:44:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:44:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:44:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:44:26 Vulnerability Srbds: Not affected 07:44:26 Vulnerability Tsx async abort: Not affected 07:44:26 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 07:44:26 07:44:26 07:44:26 ---> nproc: 07:44:26 4 07:44:26 07:44:26 07:44:26 ---> df -h: 07:44:26 Filesystem Size Used Available Use% Mounted on 07:44:26 overlay 50.0G 12.7G 37.3G 25% / 07:44:26 tmpfs 64.0M 0 64.0M 0% /dev 07:44:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:44:26 shm 64.0M 0 64.0M 0% /dev/shm 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/17@tmp 07:44:26 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/17 07:44:26 07:44:26 07:44:26 ---> free -m: 07:44:26 total used free shared buff/cache available 07:44:26 Mem: 1837 699 137 0 1000 1050 07:44:26 Swap: 1023 63 960 07:44:26 07:44:26 07:44:26 ---> ip addr: 07:44:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:44:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:44:26 inet 127.0.0.1/8 scope host lo 07:44:26 valid_lft forever preferred_lft forever 07:44:26 inet6 ::1/128 scope host 07:44:26 valid_lft forever preferred_lft forever 07:44:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:44:26 link/ether fa:16:3e:82:43:06 brd ff:ff:ff:ff:ff:ff 07:44:26 inet 10.30.123.64/23 brd 10.30.123.255 scope global dynamic eth0 07:44:26 valid_lft 85076sec preferred_lft 85076sec 07:44:26 inet6 fe80::f816:3eff:fe82:4306/64 scope link 07:44:26 valid_lft forever preferred_lft forever 07:44:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:44:26 link/ether 02:42:e9:51:ae:6b brd ff:ff:ff:ff:ff:ff 07:44:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:44:26 valid_lft forever preferred_lft forever 07:44:26 inet6 fe80::42:e9ff:fe51:ae6b/64 scope link 07:44:26 valid_lft forever preferred_lft forever 07:44:26 07:44:26 07:44:26 ---> sar -b -r -n DEV: 07:44:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 07:44:26 07:44:26 07:22:09 LINUX RESTART (4 CPU) 07:44:26 07:44:26 07:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:44:26 07:24:01 95.87 52.35 43.53 0.00 7889.35 11473.65 0.00 07:44:26 07:25:02 263.33 95.34 167.99 0.00 5998.69 57818.89 0.00 07:44:26 07:26:01 289.81 146.77 143.04 0.00 6187.90 21028.52 0.00 07:44:26 07:27:01 163.33 99.40 63.93 0.00 3883.09 9598.07 0.00 07:44:26 07:28:01 1005.56 732.76 272.81 0.00 96360.42 170277.99 0.00 07:44:26 07:29:02 2088.52 1746.39 342.13 0.00 153479.40 154281.61 0.00 07:44:26 07:30:02 945.11 623.46 321.65 0.00 53433.87 100137.57 0.00 07:44:26 07:31:02 2450.26 2103.96 346.30 0.00 141218.98 147529.81 0.00 07:44:26 07:32:01 1315.51 993.24 322.27 0.00 73448.37 87643.27 0.00 07:44:26 07:33:01 165.28 90.63 74.66 0.00 6274.66 7652.16 0.00 07:44:26 07:34:01 1.80 0.02 1.78 0.00 0.27 25.35 0.00 07:44:26 07:35:01 0.60 0.07 0.53 0.00 1.60 6.31 0.00 07:44:26 07:36:01 0.35 0.02 0.33 0.00 0.53 4.03 0.00 07:44:26 07:37:02 0.65 0.00 0.65 0.00 0.00 7.31 0.00 07:44:26 07:38:01 1.90 1.69 0.20 0.00 182.49 3.20 0.00 07:44:26 07:39:01 0.87 0.03 0.83 0.00 1.60 14.69 0.00 07:44:26 07:40:01 0.30 0.02 0.28 0.00 0.53 2.75 0.00 07:44:26 07:41:01 0.25 0.00 0.25 0.00 0.00 3.02 0.00 07:44:26 07:42:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 07:44:26 07:43:01 0.25 0.05 0.20 0.00 0.93 1.62 0.00 07:44:26 07:44:01 93.86 64.77 29.09 0.00 5238.01 6562.58 0.00 07:44:26 Average: 423.42 321.78 101.63 0.00 26415.11 36944.46 0.00 07:44:26 07:44:26 07:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:44:26 07:24:01 227564 0 626452 33.29 2596 1024932 1194832 40.78 588088 864260 41840 07:44:26 07:25:02 109972 0 735028 39.07 1492 1035052 1317088 44.95 594444 898060 4 07:44:26 07:26:01 340428 0 847144 45.02 324 693648 1852096 63.21 653448 606720 26264 07:44:26 07:27:01 258864 0 738648 39.26 324 883708 1325308 45.23 599756 732768 84800 07:44:26 07:28:01 389248 0 680568 36.17 0 811728 1452332 49.57 537356 744708 152 07:44:26 07:29:02 81272 0 1236688 65.73 0 563584 3562836 121.59 797072 744068 11776 07:44:26 07:30:02 71072 0 709492 37.71 0 1100980 1470976 50.20 717052 857668 85280 07:44:26 07:31:02 117804 0 799784 42.51 0 963956 1850796 63.16 717320 805332 800 07:44:26 07:32:01 553744 0 673268 35.78 0 654532 1363084 46.52 436284 646128 8 07:44:26 07:33:01 666572 0 624860 33.21 0 590112 1181520 40.32 470472 506392 12 07:44:26 07:34:01 670576 0 620840 33.00 0 590128 1146556 39.13 468296 505544 8 07:44:26 07:35:01 670348 0 621056 33.01 0 590140 1146700 39.13 468984 505376 8 07:44:26 07:36:01 670736 0 620676 32.99 0 590132 1146556 39.13 468296 505376 8 07:44:26 07:37:02 671080 0 620308 32.97 0 590156 1146556 39.13 468300 505392 8 07:44:26 07:38:01 662440 0 624164 33.17 0 594940 1146640 39.13 474660 506824 24 07:44:26 07:39:01 662472 0 624124 33.17 0 594948 1146592 39.13 474660 506856 12 07:44:26 07:40:01 662644 0 623948 33.16 0 594952 1146556 39.13 474584 506872 12 07:44:26 07:41:01 662940 0 623644 33.15 0 594960 1146556 39.13 474340 506872 8 07:44:26 07:42:01 662768 0 623804 33.15 0 594972 1146556 39.13 474348 506872 12 07:44:26 07:43:01 662252 0 624316 33.18 0 594976 1146700 39.13 474928 506896 12 07:44:26 07:44:01 72948 0 704796 37.46 0 1103800 1578512 53.87 654396 896148 201660 07:44:26 Average: 454654 0 695410 36.96 226 731254 1410255 48.13 547004 636435 21558 07:44:26 07:44:26 07:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:44:26 07:24:01 eth0 1043.51 1262.13 3123.47 145.53 0.00 0.00 0.00 0.00 07:44:26 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:24:01 veth9e1cce7 1153.76 865.05 100.24 2673.38 0.00 0.00 0.00 0.00 07:44:26 07:24:01 docker0 1153.76 864.91 84.46 2673.37 0.00 0.00 0.00 0.00 07:44:26 07:25:02 eth0 709.72 570.38 4913.28 55.93 0.00 0.00 0.00 0.00 07:44:26 07:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:25:02 docker0 143.92 174.25 10.21 820.06 0.00 0.00 0.00 0.00 07:44:26 07:26:01 veth69aefaf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:44:26 07:26:01 eth0 42.33 28.83 32.25 67.65 0.00 0.00 0.00 0.00 07:44:26 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:27:01 veth69aefaf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:27:01 eth0 31.92 16.31 26.78 14.32 0.00 0.00 0.00 0.00 07:44:26 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:28:01 vethec694d3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:28:01 veth5c58778 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:28:01 veth734711a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:28:01 eth0 216.50 185.65 1714.15 72.17 0.00 0.00 0.00 0.00 07:44:26 07:29:02 veth81ad6a5 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 07:44:26 07:29:02 vethc17f4ad 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:44:26 07:29:02 veth8f03659 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 07:44:26 07:29:02 eth0 71.49 49.89 155.12 58.75 0.00 0.00 0.00 0.00 07:44:26 07:30:02 eth0 144.26 89.27 395.15 80.64 0.00 0.00 0.00 0.00 07:44:26 07:30:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:44:26 07:30:02 veth976744f 37.87 65.20 2.50 258.17 0.00 0.00 0.00 0.00 07:44:26 07:30:02 vethf709972 0.00 0.63 0.00 0.03 0.00 0.00 0.00 0.00 07:44:26 07:31:02 veth22d145b 0.79 1.24 0.10 3.10 0.00 0.00 0.00 0.00 07:44:26 07:31:02 eth0 68.52 38.74 115.14 17.48 0.00 0.00 0.00 0.00 07:44:26 07:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:31:02 veth8741a39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:44:26 07:32:01 eth0 95.61 67.10 212.80 106.18 0.00 0.00 0.00 0.00 07:44:26 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:32:01 vethf709972 0.00 0.87 0.00 0.04 0.00 0.00 0.00 0.00 07:44:26 07:32:01 docker0 1412.70 1204.96 101.45 4261.45 0.00 0.00 0.00 0.00 07:44:26 07:33:01 eth0 34.80 22.66 62.48 21.93 0.00 0.00 0.00 0.00 07:44:26 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:33:01 docker0 5.01 7.76 0.29 44.47 0.00 0.00 0.00 0.00 07:44:26 07:34:01 eth0 1.13 0.08 0.11 0.01 0.00 0.00 0.00 0.00 07:44:26 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:35:01 eth0 0.95 0.73 0.56 0.41 0.00 0.00 0.00 0.00 07:44:26 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:36:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:44:26 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:37:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:44:26 07:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:38:01 eth0 0.25 0.17 0.09 0.07 0.00 0.00 0.00 0.00 07:44:26 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:39:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:44:26 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:40:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:41:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:42:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:44:26 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:43:01 eth0 0.63 0.40 0.40 0.23 0.00 0.00 0.00 0.00 07:44:26 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:44:01 eth0 227.09 193.68 2163.38 56.22 0.00 0.00 0.00 0.00 07:44:26 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 Average: eth0 128.71 120.86 619.74 33.24 0.00 0.00 0.00 0.00 07:44:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:26 Average: docker0 66.88 57.21 4.80 203.15 0.00 0.00 0.00 0.00 07:44:26 07:44:26 07:44:26 ---> sar -P ALL: 07:44:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 07:44:26 07:44:26 07:22:09 LINUX RESTART (4 CPU) 07:44:26 07:44:26 07:23:01 CPU %user %nice %system %iowait %steal %idle 07:44:26 07:24:01 all 10.19 0.00 4.15 1.41 0.03 84.22 07:44:26 07:24:01 0 9.08 0.00 4.90 1.44 0.00 84.58 07:44:26 07:24:01 1 11.40 0.00 4.57 0.90 0.03 83.11 07:44:26 07:24:01 2 11.70 0.00 4.00 0.71 0.05 83.54 07:44:26 07:24:01 3 8.56 0.00 3.16 2.60 0.02 85.67 07:44:26 07:25:02 all 11.61 0.00 7.34 4.31 0.05 76.70 07:44:26 07:25:02 0 12.42 0.00 7.73 4.41 0.05 75.39 07:44:26 07:25:02 1 10.18 0.00 7.74 3.72 0.03 78.32 07:44:26 07:25:02 2 11.80 0.00 7.26 3.50 0.05 77.40 07:44:26 07:25:02 3 12.03 0.00 6.63 5.64 0.05 75.66 07:44:26 07:26:01 all 42.83 0.00 10.84 7.05 0.06 39.22 07:44:26 07:26:01 0 42.26 0.00 11.42 7.95 0.05 38.32 07:44:26 07:26:01 1 39.97 0.00 11.15 7.00 0.05 41.83 07:44:26 07:26:01 2 44.23 0.00 10.76 7.12 0.09 37.81 07:44:26 07:26:01 3 44.85 0.00 10.05 6.13 0.03 38.93 07:44:26 07:27:01 all 58.28 0.00 13.16 1.99 0.06 26.51 07:44:26 07:27:01 0 58.84 0.00 12.64 2.16 0.02 26.34 07:44:26 07:27:01 1 58.20 0.00 13.08 2.37 0.05 26.30 07:44:26 07:27:01 2 56.86 0.00 14.21 2.09 0.10 26.74 07:44:26 07:27:01 3 59.23 0.00 12.69 1.33 0.07 26.67 07:44:26 07:28:01 all 21.69 0.00 18.84 8.56 0.06 50.85 07:44:26 07:28:01 0 21.16 0.00 18.98 8.62 0.07 51.17 07:44:26 07:28:01 1 21.28 0.00 18.09 7.88 0.05 52.69 07:44:26 07:28:01 2 22.64 0.00 19.12 8.84 0.07 49.34 07:44:26 07:28:01 3 21.70 0.00 19.16 8.91 0.05 50.18 07:44:26 07:29:02 all 26.56 0.00 22.38 29.90 0.10 21.06 07:44:26 07:29:02 0 25.67 0.00 23.71 28.55 0.12 21.96 07:44:26 07:29:02 1 25.65 0.00 20.68 34.16 0.10 19.41 07:44:26 07:29:02 2 28.10 0.00 23.34 27.41 0.09 21.07 07:44:26 07:29:02 3 26.82 0.00 21.79 29.49 0.09 21.82 07:44:26 07:30:02 all 45.40 0.00 16.32 18.33 0.06 19.90 07:44:26 07:30:02 0 45.87 0.00 15.95 18.53 0.07 19.58 07:44:26 07:30:02 1 45.12 0.00 15.57 15.67 0.03 23.61 07:44:26 07:30:02 2 45.23 0.00 16.72 20.10 0.07 17.88 07:44:26 07:30:02 3 45.37 0.00 17.05 19.03 0.05 18.49 07:44:26 07:31:02 all 19.53 0.00 19.95 33.03 0.09 27.39 07:44:26 07:31:02 0 17.66 0.00 19.10 25.10 0.12 38.02 07:44:26 07:31:02 1 20.13 0.00 18.59 32.90 0.09 28.30 07:44:26 07:31:02 2 19.98 0.00 20.73 38.25 0.10 20.93 07:44:26 07:31:02 3 20.37 0.00 21.41 35.90 0.05 22.26 07:44:26 07:32:01 all 47.86 0.00 18.24 21.63 0.06 12.22 07:44:26 07:32:01 0 45.94 0.00 17.42 22.14 0.07 14.43 07:44:26 07:32:01 1 48.47 0.00 17.10 21.54 0.07 12.82 07:44:26 07:32:01 2 48.82 0.00 18.31 23.22 0.03 9.61 07:44:26 07:32:01 3 48.19 0.00 20.16 19.58 0.05 12.02 07:44:26 07:33:01 all 9.65 0.00 4.37 3.93 0.02 82.03 07:44:26 07:33:01 0 9.74 0.00 4.52 3.88 0.03 81.82 07:44:26 07:33:01 1 9.20 0.00 4.24 5.05 0.02 81.50 07:44:26 07:33:01 2 9.83 0.00 4.52 5.12 0.02 80.52 07:44:26 07:33:01 3 9.81 0.00 4.19 1.68 0.02 84.30 07:44:26 07:34:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:44:26 07:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:44:26 07:34:01 1 0.07 0.00 0.05 0.02 0.00 99.87 07:44:26 07:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:44:26 07:34:01 3 0.50 0.00 0.02 0.00 0.00 99.48 07:44:26 07:44:26 07:34:01 CPU %user %nice %system %iowait %steal %idle 07:44:26 07:35:01 all 0.18 0.00 0.04 0.00 0.00 99.77 07:44:26 07:35:01 0 0.08 0.00 0.03 0.00 0.00 99.88 07:44:26 07:35:01 1 0.07 0.00 0.03 0.00 0.00 99.90 07:44:26 07:35:01 2 0.03 0.00 0.07 0.00 0.00 99.90 07:44:26 07:35:01 3 0.53 0.00 0.03 0.02 0.00 99.42 07:44:26 07:36:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:44:26 07:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:44:26 07:36:01 1 0.03 0.00 0.07 0.00 0.00 99.90 07:44:26 07:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:44:26 07:36:01 3 0.50 0.00 0.02 0.00 0.00 99.48 07:44:26 07:37:02 all 0.16 0.00 0.03 0.00 0.00 99.81 07:44:26 07:37:02 0 0.03 0.00 0.05 0.00 0.00 99.92 07:44:26 07:37:02 1 0.03 0.00 0.03 0.00 0.00 99.93 07:44:26 07:37:02 2 0.03 0.00 0.02 0.00 0.00 99.95 07:44:26 07:37:02 3 0.53 0.00 0.03 0.00 0.00 99.43 07:44:26 07:38:01 all 0.15 0.00 0.06 0.03 0.00 99.76 07:44:26 07:38:01 0 0.03 0.00 0.07 0.00 0.00 99.90 07:44:26 07:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:44:26 07:38:01 2 0.03 0.00 0.10 0.08 0.00 99.78 07:44:26 07:38:01 3 0.51 0.00 0.05 0.02 0.00 99.42 07:44:26 07:39:01 all 0.06 0.00 0.03 0.00 0.00 99.91 07:44:26 07:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:44:26 07:39:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:44:26 07:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:44:26 07:39:01 3 0.13 0.00 0.03 0.00 0.00 99.83 07:44:26 07:40:01 all 0.08 0.00 0.02 0.00 0.00 99.90 07:44:26 07:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:44:26 07:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:44:26 07:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:44:26 07:40:01 3 0.27 0.00 0.02 0.00 0.00 99.72 07:44:26 07:41:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:44:26 07:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:44:26 07:41:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:44:26 07:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:44:26 07:41:01 3 0.52 0.00 0.02 0.00 0.00 99.47 07:44:26 07:42:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:44:26 07:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:44:26 07:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:44:26 07:42:01 2 0.53 0.00 0.00 0.00 0.00 99.47 07:44:26 07:42:01 3 0.03 0.00 0.07 0.00 0.00 99.90 07:44:26 07:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 07:44:26 07:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:44:26 07:43:01 1 0.07 0.00 0.05 0.00 0.02 99.87 07:44:26 07:43:01 2 0.52 0.00 0.02 0.00 0.00 99.47 07:44:26 07:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:44:26 07:44:01 all 5.06 0.00 2.90 2.33 0.03 89.69 07:44:26 07:44:01 0 4.89 0.00 3.31 2.29 0.02 89.50 07:44:26 07:44:01 1 5.89 0.00 3.04 3.84 0.03 87.21 07:44:26 07:44:01 2 4.56 0.00 2.40 0.65 0.02 92.37 07:44:26 07:44:01 3 4.88 0.00 2.86 2.54 0.03 89.68 07:44:26 Average: all 14.02 0.00 6.48 6.17 0.03 73.30 07:44:26 Average: 0 13.74 0.00 6.55 5.84 0.03 73.85 07:44:26 Average: 1 13.84 0.00 6.28 6.31 0.03 73.54 07:44:26 Average: 2 14.26 0.00 6.62 6.38 0.03 72.71 07:44:26 Average: 3 14.23 0.00 6.49 6.15 0.02 73.10 07:44:26 07:44:26 07:44:26