Pull request #2939 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b188b9d6b00083e5cf297a342020ae494d8884fe+57027b830a506e4aebc0dcaa3e3cd565868e69a4 (19ae26333f3d896a857cbc331a5b75c3c15fc48f) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16183 in /w/workspace/edgexfoundry_edgex-go_PR-2939 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b188b9d6b00083e5cf297a342020ae494d8884fe Merge succeeded, producing b188b9d6b00083e5cf297a342020ae494d8884fe Checking out Revision b188b9d6b00083e5cf297a342020ae494d8884fe (PR-2939) > 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/2939/head:refs/remotes/origin/PR-2939 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 Commit message: "build(snap): Change Vault's storage backend to use Raft" First time build. Skipping changelog. > git rev-list --no-walk f5beb80a113e897e5dafab076d9c759c1ddaf2b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:31:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:31:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:31:05 ========================================================= 23:31:05 EdgeX Global Pipelines Version Info 23:31:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:31:06 ------------------- 23:31:06 stable info: 23:31:06 ------------------- 23:31:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:31:06 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 23:31:06 Message: update stable to v1.0.172 23:31:07 ------------------- 23:31:07 experimental info: 23:31:07 ------------------- 23:31:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:31:07 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 23:31:07 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:31:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:31:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:31:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:31:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:31:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2939 [Pipeline] echo 23:31:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2939 [Pipeline] echo 23:31:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2939 [Pipeline] echo 23:31:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b188b9d6b00083e5cf297a342020ae494d8884fe [Pipeline] echo 23:31:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b188b9d [Pipeline] echo 23:31:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:31:11 provisioning config files... 23:31:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8890903737965265028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:31:11 ---> docker-login.sh 23:31:11 nexus3.edgexfoundry.org:10001 23:31:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:12 Configure a credential helper to remove this warning. See 23:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:12 23:31:12 Login Succeeded 23:31:12 nexus3.edgexfoundry.org:10002 23:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:12 Configure a credential helper to remove this warning. See 23:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:12 23:31:12 Login Succeeded 23:31:12 nexus3.edgexfoundry.org:10003 23:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:12 Configure a credential helper to remove this warning. See 23:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:12 23:31:12 Login Succeeded 23:31:12 nexus3.edgexfoundry.org:10004 23:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:12 Configure a credential helper to remove this warning. See 23:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:12 23:31:12 Login Succeeded 23:31:12 docker.io 23:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:12 Configure a credential helper to remove this warning. See 23:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:12 23:31:12 Login Succeeded 23:31:12 ---> docker-login.sh ends [Pipeline] } 23:31:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:13 ++ 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 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/core-command/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo core-command,cmd/core-command/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/core-data/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo core-data,cmd/core-data/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/core-metadata/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo core-metadata,cmd/core-metadata/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/security-bootstrap-redis/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/security-proxy-setup/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/security-secrets-setup/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/support-notifications/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo support-notifications,cmd/support-notifications/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/support-scheduler/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:31:13 + for file in '`ls cmd/**/Dockerfile`' 23:31:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:31:13 ++ cut -d/ -f2 23:31:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:31:13 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 23:31:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:14 23:31:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:31:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:14 latest: Pulling from edgex-devops/git-semver 23:31:14 31603596830f: Pulling fs layer 23:31:14 2a8b12db71e7: Pulling fs layer 23:31:14 6ca5941a6612: Pulling fs layer 23:31:14 ecc8261a40a4: Pulling fs layer 23:31:14 ecc8261a40a4: Waiting 23:31:14 2a8b12db71e7: Download complete 23:31:15 31603596830f: Verifying Checksum 23:31:15 31603596830f: Download complete 23:31:15 6ca5941a6612: Verifying Checksum 23:31:15 6ca5941a6612: Download complete 23:31:15 ecc8261a40a4: Verifying Checksum 23:31:15 ecc8261a40a4: Download complete 23:31:15 31603596830f: Pull complete 23:31:15 2a8b12db71e7: Pull complete 23:31:16 6ca5941a6612: Pull complete 23:31:16 ecc8261a40a4: Pull complete 23:31:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:31:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:31:16 prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container 23:31:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:31:19 $ docker top 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:31:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:19 [ssh-agent] Looking for ssh-agent implementation... 23:31:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:19 $ docker exec 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent 23:31:19 SSH_AUTH_SOCK=/tmp/ssh-kl9F5aTbkHKz/agent.11 23:31:19 SSH_AGENT_PID=17 23:31:19 Running ssh-add (command line suppressed) 23:31:20 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5216259946151940866.key (/w/workspace/edgex-go/6@tmp/private_key_5216259946151940866.key) 23:31:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:20 + git tag --points-at HEAD [Pipeline] } 23:31:20 $ docker exec --env ******** --env ******** 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent -k 23:31:20 unset SSH_AUTH_SOCK; 23:31:20 unset SSH_AGENT_PID; 23:31:20 echo Agent pid 17 killed; 23:31:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:31:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:20 [ssh-agent] Looking for ssh-agent implementation... 23:31:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:20 $ docker exec 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent 23:31:21 SSH_AUTH_SOCK=/tmp/ssh-IaICQ8LkFkqp/agent.47 23:31:21 SSH_AGENT_PID=52 23:31:21 Running ssh-add (command line suppressed) 23:31:21 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6058700580515428735.key (/w/workspace/edgex-go/6@tmp/private_key_6058700580515428735.key) 23:31:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:21 + git semver init 23:31:21 # -> Open(): unable to determine branch for HEAD 23:31:21 # $GIT_DIR = /w/workspace/edgex-go/6/.git 23:31:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 23:31:21 # $SEMVER_REMOTE_NAME = origin 23:31:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:31:21 # $SEMVER_USER_NAME = edgex-jenkins 23:31:21 # $SEMVER_BRANCH = PR-2939 23:31:21 # $SEMVER_TEMP = /tmp/semver-091548122 23:31:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:31:39 # '/tmp/semver-091548122' -> '/w/workspace/edgex-go/6/.semver' 23:31:39 # -> Force: false 23:31:39 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 23:31:39 $ docker exec --env ******** --env ******** 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent -k 23:31:40 unset SSH_AUTH_SOCK; 23:31:40 unset SSH_AGENT_PID; 23:31:40 echo Agent pid 52 killed; 23:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:40 + git semver [Pipeline] } 23:31:40 $ docker stop --time=1 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 23:31:42 $ docker rm -f 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 [Pipeline] // withDockerContainer [Pipeline] sh 23:31:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:31:43 Stashed 1 file(s) [Pipeline] echo 23:31:43 [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 23:31:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:31:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:31:45 + sudo service docker restart 23:31:45 + true 23:31:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:31:45 ========================================================= 23:31:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:31:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:31:46 + 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 . 23:31:50 Sending build context to Docker daemon 326.5MB 23:31:50 Step 1/7 : ARG BASE=golang:1.15-alpine 23:31:50 Step 2/7 : FROM ${BASE} 23:31:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:31:50 188c0c94c7c5: Pulling fs layer 23:31:50 0ef7d3d256c8: Pulling fs layer 23:31:50 de9db76c5a1d: Pulling fs layer 23:31:50 bca2f99d35d6: Pulling fs layer 23:31:50 93359f2a8cfa: Pulling fs layer 23:31:50 7c6f9722023f: Pulling fs layer 23:31:50 a35cf1a2eb13: Pulling fs layer 23:31:50 93359f2a8cfa: Waiting 23:31:50 7c6f9722023f: Waiting 23:31:50 a35cf1a2eb13: Waiting 23:31:50 bca2f99d35d6: Waiting 23:31:50 de9db76c5a1d: Verifying Checksum 23:31:50 de9db76c5a1d: Download complete 23:31:50 0ef7d3d256c8: Verifying Checksum 23:31:50 0ef7d3d256c8: Download complete 23:31:50 93359f2a8cfa: Verifying Checksum 23:31:50 93359f2a8cfa: Download complete 23:31:50 188c0c94c7c5: Verifying Checksum 23:31:50 188c0c94c7c5: Download complete 23:31:50 7c6f9722023f: Verifying Checksum 23:31:50 7c6f9722023f: Download complete 23:31:50 188c0c94c7c5: Pull complete 23:31:50 0ef7d3d256c8: Pull complete 23:31:50 de9db76c5a1d: Pull complete 23:31:52 a35cf1a2eb13: Verifying Checksum 23:31:52 a35cf1a2eb13: Download complete 23:31:53 bca2f99d35d6: Verifying Checksum 23:31:53 bca2f99d35d6: Download complete 23:31:58 bca2f99d35d6: Pull complete 23:31:58 93359f2a8cfa: Pull complete 23:31:58 7c6f9722023f: Pull complete 23:31:59 Still waiting to schedule task 23:31:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-16181’ is offline 23:32:02 a35cf1a2eb13: Pull complete 23:32:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:32:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:32:02 ---> a62c8e92a672 23:32:02 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 23:32:03 ---> Running in 31a2c7cd166d 23:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:32:04 (1/12) Installing libmagic (5.38-r0) 23:32:05 (2/12) Installing file (5.38-r0) 23:32:05 (3/12) Installing libc-dev (0.7.2-r3) 23:32:05 (4/12) Installing g++ (9.3.0-r2) 23:32:10 (5/12) Installing fortify-headers (1.1-r0) 23:32:10 (6/12) Installing patch (2.7.6-r6) 23:32:10 (7/12) Installing build-base (0.5-r2) 23:32:10 (8/12) Installing libsodium (1.0.18-r0) 23:32:10 (9/12) Installing pkgconf (1.7.2-r0) 23:32:10 (10/12) Installing libsodium-dev (1.0.18-r0) 23:32:10 (11/12) Installing libzmq (4.3.3-r0) 23:32:11 (12/12) Installing zeromq-dev (4.3.3-r0) 23:32:11 Executing busybox-1.31.1-r19.trigger 23:32:11 OK: 233 MiB in 51 packages 23:32:14 Removing intermediate container 31a2c7cd166d 23:32:14 ---> b346b7743c64 23:32:14 Step 4/7 : WORKDIR /edgex-go 23:32:14 ---> Running in 7b2d49ca2af5 23:32:14 Removing intermediate container 7b2d49ca2af5 23:32:14 ---> ee6256311a1b 23:32:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:32:15 latest: Pulling from library/docker 23:32:15 05e7bc50f07f: Pulling fs layer 23:32:15 6db28d0fdbf6: Pulling fs layer 23:32:15 292df0bc6bf3: Pulling fs layer 23:32:15 a3104fdc50d0: Pulling fs layer 23:32:15 a8e67d69e12c: Pulling fs layer 23:32:15 1ede2b221ee4: Pulling fs layer 23:32:15 fc74c0d5b799: Pulling fs layer 23:32:15 a3104fdc50d0: Waiting 23:32:15 a8e67d69e12c: Waiting 23:32:15 1ede2b221ee4: Waiting 23:32:15 fc74c0d5b799: Waiting 23:32:15 292df0bc6bf3: Verifying Checksum 23:32:15 292df0bc6bf3: Download complete 23:32:15 6db28d0fdbf6: Verifying Checksum 23:32:15 6db28d0fdbf6: Download complete 23:32:15 05e7bc50f07f: Verifying Checksum 23:32:15 05e7bc50f07f: Download complete 23:32:15 a8e67d69e12c: Download complete 23:32:15 1ede2b221ee4: Verifying Checksum 23:32:15 1ede2b221ee4: Download complete 23:32:15 fc74c0d5b799: Verifying Checksum 23:32:15 fc74c0d5b799: Download complete 23:32:15 05e7bc50f07f: Pull complete 23:32:16 6db28d0fdbf6: Pull complete 23:32:16 292df0bc6bf3: Pull complete 23:32:16 a3104fdc50d0: Verifying Checksum 23:32:16 a3104fdc50d0: Download complete 23:32:19 a3104fdc50d0: Pull complete 23:32:19 a8e67d69e12c: Pull complete 23:32:19 1ede2b221ee4: Pull complete 23:32:19 fc74c0d5b799: Pull complete 23:32:19 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 23:32:19 Status: Downloaded newer image for docker:latest 23:32:21 ---> 2b53cb4fa025 23:32:21 Step 6/7 : COPY go.mod . 23:32:21 ---> f9df722c9c7c 23:32:21 Step 7/7 : RUN go mod download 23:32:21 ---> Running in 8e28bf527b9c 23:32:43 Removing intermediate container 8e28bf527b9c 23:32:43 ---> 1651255c25d3 23:32:43 Successfully built 1651255c25d3 23:32:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:32:43 + docker inspect -f . ci-base-image-x86_64 23:32:43 . [Pipeline] withDockerContainer 23:32:43 prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container 23:32:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:32:44 $ docker top 00dbad2343158d77d2297d2a9ef38186b7335f9111e958b00638f5250f35ec6a -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:45 + go version 23:32:45 go version go1.15.5 linux/amd64 [Pipeline] } 23:32:45 $ docker stop --time=1 00dbad2343158d77d2297d2a9ef38186b7335f9111e958b00638f5250f35ec6a 23:32:46 $ docker rm -f 00dbad2343158d77d2297d2a9ef38186b7335f9111e958b00638f5250f35ec6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:32:47 + docker inspect -f . ci-base-image-x86_64 23:32:47 . [Pipeline] withDockerContainer 23:32:47 prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container 23:32:47 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:32:48 $ docker top 2886073d6c10b65ae39f474c105c8fde01edc1ddfc6b779b12b056b2824cf960 -eo pid,comm [Pipeline] { [Pipeline] echo 23:32:48 ========================================================= 23:32:48 [edgeXBuildGoParallel] Running Tests and Build... 23:32:48 ========================================================= [Pipeline] sh 23:32:48 + make test 23:32:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:32:56 ? github.com/edgexfoundry/edgex-go [no test files] 23:33:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:33:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:33:21 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s 23:33:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:33:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:33:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:33:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:33:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:33:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements 23:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.149s coverage: 27.1% of statements 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.116s coverage: 70.5% of statements 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 83.7% of statements 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:33:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements 23:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:33:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 23:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:33:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 23:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:33:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements 23:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:33:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 23:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:33:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 23:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 93.8% of statements 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 23:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 23:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements 23:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements 23:33:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.275s coverage: 63.5% of statements 23:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:33:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 23:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 23:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 23:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 23:33:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 23:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 55.9% of statements 23:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 23:33:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16184 in /w/workspace/edgexfoundry_edgex-go_PR-2939 [Pipeline] { [Pipeline] ws 23:33:48 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 23:33:53 using credential edgex-jenkins-ssh 23:33:53 Cloning the remote Git repository 23:33:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:33:53 > git init /w/workspace/edgex-go/6 # timeout=10 23:33:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:33:53 > git --version # timeout=10 23:33:53 > git --version # 'git version 2.17.1' 23:33:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.142s coverage: 86.3% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.169s coverage: 72.2% of statements 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.400s coverage: 72.1% of statements 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.061s coverage: 48.4% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.0% of statements 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.643s coverage: 29.1% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements 23:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 23:34:09 GO111MODULE=on go vet ./... 23:34:10 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b188b9d6b00083e5cf297a342020ae494d8884fe 23:34:10 Merge succeeded, producing b188b9d6b00083e5cf297a342020ae494d8884fe 23:34:10 Checking out Revision b188b9d6b00083e5cf297a342020ae494d8884fe (PR-2939) 23:34:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:34:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:34:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:34:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:34:09 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2939/head:refs/remotes/origin/PR-2939 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:34:10 > git config core.sparsecheckout # timeout=10 23:34:10 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 23:34:10 > git remote # timeout=10 23:34:10 > git config --get remote.origin.url # timeout=10 23:34:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:10 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 23:34:10 > git rev-parse HEAD^{commit} # timeout=10 23:34:10 > git config core.sparsecheckout # timeout=10 23:34:10 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 23:34:15 Commit message: "build(snap): Change Vault's storage backend to use Raft" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:34:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:34:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:34:17 + sudo service docker+ restart 23:34:17 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:34:20 provisioning config files... 23:34:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config578556948705232248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:34:20 ---> docker-login.sh 23:34:20 nexus3.edgexfoundry.org:10001 23:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:22 Configure a credential helper to remove this warning. See 23:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:22 23:34:22 Login Succeeded 23:34:22 nexus3.edgexfoundry.org:10002 23:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:22 Configure a credential helper to remove this warning. See 23:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:22 23:34:22 Login Succeeded 23:34:22 nexus3.edgexfoundry.org:10003 23:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:23 Configure a credential helper to remove this warning. See 23:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:23 23:34:23 Login Succeeded 23:34:23 nexus3.edgexfoundry.org:10004 23:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:23 Configure a credential helper to remove this warning. See 23:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:23 23:34:23 Login Succeeded 23:34:23 docker.io 23:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:24 Configure a credential helper to remove this warning. See 23:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:24 23:34:24 Login Succeeded 23:34:24 ---> docker-login.sh ends [Pipeline] } 23:34:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:34:25 ========================================================= 23:34:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:34:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:34:25 + 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 . 23:34:28 Sending build context to Docker daemon 165.7MB 23:34:28 Step 1/7 : ARG BASE=golang:1.15-alpine 23:34:28 Step 2/7 : FROM ${BASE} 23:34:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:34:28 5f621e34cdf4: Pulling fs layer 23:34:28 a4357932f1b6: Pulling fs layer 23:34:28 18c013af1878: Pulling fs layer 23:34:28 00ac8860ef70: Pulling fs layer 23:34:28 63d7cb157983: Pulling fs layer 23:34:28 b116817d02f9: Pulling fs layer 23:34:28 745a02a5169b: Pulling fs layer 23:34:28 00ac8860ef70: Waiting 23:34:28 63d7cb157983: Waiting 23:34:28 b116817d02f9: Waiting 23:34:28 745a02a5169b: Waiting 23:34:28 18c013af1878: Verifying Checksum 23:34:28 18c013af1878: Download complete 23:34:28 a4357932f1b6: Verifying Checksum 23:34:28 a4357932f1b6: Download complete 23:34:28 63d7cb157983: Verifying Checksum 23:34:28 63d7cb157983: Download complete 23:34:28 b116817d02f9: Verifying Checksum 23:34:28 b116817d02f9: Download complete 23:34:28 5f621e34cdf4: Download complete 23:34:28 5f621e34cdf4: Pull complete 23:34:29 a4357932f1b6: Pull complete 23:34:29 18c013af1878: Pull complete 23:34:30 745a02a5169b: Verifying Checksum 23:34:30 745a02a5169b: Download complete 23:34:31 gofmt -l . 23:34:31 [ "`gofmt -l .`" = "" ] 23:34:31 ./bin/test-go-mod-tidy.sh 23:34:31 ./bin/test-attribution-txt.sh 23:34:32 00ac8860ef70: Verifying Checksum 23:34:32 00ac8860ef70: Download complete [Pipeline] sh 23:34:33 + ls -al . 23:34:33 total 664 23:34:33 drwxrwxr-x 10 1001 1001 4096 Dec 15 23:34 . 23:34:33 drwxr-xr-x 4 root root 28 Dec 15 23:32 .. 23:34:33 -rw-rw-r-- 1 1001 1001 11 Dec 15 23:30 .dockerignore 23:34:33 drwxrwxr-x 8 1001 1001 179 Dec 15 23:31 .git 23:34:33 drwxrwxr-x 3 1001 1001 125 Dec 15 23:30 .github 23:34:33 -rw-rw-r-- 1 1001 1001 943 Dec 15 23:30 .gitignore 23:34:33 drwx------ 3 1001 1001 47 Dec 15 23:31 .semver 23:34:33 -rw-rw-r-- 1 1001 1001 166 Dec 15 23:30 .sonarcloud.properties 23:34:33 -rw-rw-r-- 1 1001 1001 3804 Dec 15 23:30 CONTRIBUTING.md 23:34:33 -rw-rw-r-- 1 1001 1001 1035 Dec 15 23:30 Dockerfile.build 23:34:33 -rw-rw-r-- 1 1001 1001 863 Dec 15 23:30 Jenkinsfile 23:34:33 -rw-rw-r-- 1 1001 1001 10775 Dec 15 23:30 LICENSE 23:34:33 -rw-rw-r-- 1 1001 1001 6318 Dec 15 23:30 Makefile 23:34:33 -rw-rw-r-- 1 1001 1001 6447 Dec 15 23:30 README.md 23:34:33 -rw-rw-r-- 1 1001 1001 7286 Dec 15 23:30 SECURITY.md 23:34:33 -rw-rw-r-- 1 1001 1001 5 Dec 15 23:31 VERSION 23:34:33 -rw-rw-r-- 1 1001 1001 4131 Dec 15 23:30 ZMQWindows.md 23:34:33 drwxrwxr-x 2 1001 1001 117 Dec 15 23:30 bin 23:34:33 drwxrwxr-x 15 1001 1001 4096 Dec 15 23:30 cmd 23:34:33 -rw-r--r-- 1 root root 568194 Dec 15 23:34 coverage.out 23:34:33 -rw-r--r-- 1 root root 1041 Dec 15 23:34 go.mod 23:34:33 -rw-r--r-- 1 root root 18856 Dec 15 23:34 go.sum 23:34:33 drwxrwxr-x 8 1001 1001 127 Dec 15 23:31 internal 23:34:33 drwxrwxr-x 4 1001 1001 26 Dec 15 23:31 openapi 23:34:33 drwxrwxr-x 4 1001 1001 71 Dec 15 23:31 snap 23:34:33 -rw-rw-r-- 1 1001 1001 168 Dec 15 23:31 version.go [Pipeline] sh 23:34:33 + '[' -e coverage.out ] 23:34:33 + chown 1001:1001 coverage.out [Pipeline] stash 23:34:33 Stashed 1 file(s) [Pipeline] sh 23:34:34 + make build 23:34:34 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 23:34:38 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 23:34:42 00ac8860ef70: Pull complete 23:34:42 63d7cb157983: Pull complete 23:34:42 b116817d02f9: Pull complete 23:34:46 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 23:34:46 745a02a5169b: Pull complete 23:34:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:34:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:34:46 ---> b7e6874047d6 23:34:46 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 23:34:47 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 23:34:48 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 23:34:49 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 23:34:49 ---> Running in efa147144f73 23:34:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:50 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 23:34:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:51 (1/12) Installing libmagic (5.38-r0) 23:34:51 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 23:34:52 (2/12) Installing file (5.38-r0) 23:34:52 (3/12) Installing libc-dev (0.7.2-r3) 23:34:52 (4/12) Installing g++ (9.3.0-r2) 23:34:52 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 23:34:53 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 23:34:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:34:56 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 23:34:57 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 23:34:57 (5/12) Installing fortify-headers (1.1-r0) 23:34:57 (6/12) Installing patch (2.7.6-r6) 23:34:57 (7/12) Installing build-base (0.5-r2) 23:34:57 (8/12) Installing libsodium (1.0.18-r0) 23:34:57 (9/12) Installing pkgconf (1.7.2-r0) 23:34:57 (10/12) Installing libsodium-dev (1.0.18-r0) 23:34:57 (11/12) Installing libzmq (4.3.3-r0) 23:34:57 (12/12) Installing zeromq-dev (4.3.3-r0) 23:34:57 Executing busybox-1.31.1-r19.trigger 23:34:57 OK: 217 MiB in 51 packages [Pipeline] } 23:34:58 $ docker stop --time=1 2886073d6c10b65ae39f474c105c8fde01edc1ddfc6b779b12b056b2824cf960 23:35:00 $ docker rm -f 2886073d6c10b65ae39f474c105c8fde01edc1ddfc6b779b12b056b2824cf960 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 23:35:02 Removing intermediate container efa147144f73 23:35:02 ---> 3c4749b26e0e 23:35:02 Step 4/7 : WORKDIR /edgex-go 23:35:02 ---> Running in 445d71644822 23:35:02 Removing intermediate container 445d71644822 23:35:02 ---> 13c610a80be1 23:35:02 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:35:03 latest: Pulling from library/docker 23:35:03 a3cc7d3b244e: Pulling fs layer 23:35:03 02a3295e0d61: Pulling fs layer 23:35:03 0f4f2e6d8100: Pulling fs layer 23:35:03 065c9533d613: Pulling fs layer 23:35:03 9fce0df16b8b: Pulling fs layer 23:35:03 e3faa53604c1: Pulling fs layer 23:35:03 04b5adaa2053: Pulling fs layer 23:35:03 9fce0df16b8b: Waiting 23:35:03 e3faa53604c1: Waiting 23:35:03 04b5adaa2053: Waiting 23:35:03 065c9533d613: Waiting 23:35:03 0f4f2e6d8100: Verifying Checksum 23:35:03 0f4f2e6d8100: Download complete 23:35:03 02a3295e0d61: Verifying Checksum 23:35:03 02a3295e0d61: Download complete 23:35:03 a3cc7d3b244e: Verifying Checksum 23:35:03 a3cc7d3b244e: Download complete 23:35:03 9fce0df16b8b: Verifying Checksum 23:35:03 9fce0df16b8b: Download complete 23:35:03 e3faa53604c1: Verifying Checksum 23:35:03 e3faa53604c1: Download complete 23:35:04 04b5adaa2053: Verifying Checksum 23:35:04 04b5adaa2053: Download complete 23:35:04 a3cc7d3b244e: Pull complete [Pipeline] isUnix [Pipeline] sh 23:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:04 23:35:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:35:04 02a3295e0d61: Pull complete 23:35:05 065c9533d613: Verifying Checksum 23:35:05 065c9533d613: Download complete 23:35:05 0f4f2e6d8100: Pull complete 23:35:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:05 latest: Pulling from edgex-devops/edgex-compose 23:35:05 cbdbe7a5bc2a: Pulling fs layer 23:35:05 ca9280d653b3: Pulling fs layer 23:35:05 7e9c9ca2126c: Pulling fs layer 23:35:05 cbdbe7a5bc2a: Download complete 23:35:05 cbdbe7a5bc2a: Pull complete 23:35:06 ca9280d653b3: Verifying Checksum 23:35:06 ca9280d653b3: Download complete 23:35:07 7e9c9ca2126c: Download complete 23:35:07 ca9280d653b3: Pull complete 23:35:09 065c9533d613: Pull complete 23:35:09 9fce0df16b8b: Pull complete 23:35:09 e3faa53604c1: Pull complete 23:35:10 04b5adaa2053: Pull complete 23:35:10 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 23:35:10 Status: Downloaded newer image for docker:latest 23:35:13 ---> bd58ef758fba 23:35:13 Step 6/7 : COPY go.mod . 23:35:13 7e9c9ca2126c: Pull complete 23:35:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:35:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:35:13 prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container 23:35:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:35:14 ---> e312f858e20f 23:35:14 Step 7/7 : RUN go mod download 23:35:14 ---> Running in fddb5bd9829d 23:35:16 $ docker top dcb0afcc54e560965bfc13845c0efa0b187ba2810da950f2d537e431151ab2a8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:16 + docker-compose build --help 23:35:16 + grep parallel 23:35:17 --parallel Build images in parallel. [Pipeline] } 23:35:17 $ docker stop --time=1 dcb0afcc54e560965bfc13845c0efa0b187ba2810da950f2d537e431151ab2a8 23:35:19 $ docker rm -f dcb0afcc54e560965bfc13845c0efa0b187ba2810da950f2d537e431151ab2a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:35:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:19 . [Pipeline] withDockerContainer 23:35:19 prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container 23:35:20 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:35:20 $ docker top c57304dff1e83e4e72180afba7dfe39c7c147e5f2f16f67e4bbc8ed0e5de6d52 -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:21 + docker-compose -f ./docker-compose-build.yml build --parallel 23:35:22 Building docker-core-command-go ... 23:35:22 Building docker-core-data-go ... 23:35:22 Building docker-core-metadata-go ... 23:35:22 Building docker-security-bootstrap-redis-go ... 23:35:22 Building docker-security-proxy-setup-go ... 23:35:22 Building docker-security-secrets-setup-go ... 23:35:22 Building docker-security-secretstore-setup-go ... 23:35:22 Building docker-support-notifications-go ... 23:35:22 Building docker-support-scheduler-go ... 23:35:22 Building docker-sys-mgmt-agent-go ... 23:35:22 Building docker-core-metadata-go 23:35:22 Building docker-support-scheduler-go 23:35:22 Building docker-sys-mgmt-agent-go 23:35:22 Building docker-core-data-go 23:35:22 Building docker-support-notifications-go 23:35:41 Removing intermediate container fddb5bd9829d 23:35:41 ---> 5f3a909cb1e2 23:35:41 Successfully built 5f3a909cb1e2 23:35:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:35:41 + docker inspect -f . ci-base-image-arm64 23:35:41 . [Pipeline] withDockerContainer 23:35:41 prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container 23:35:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:35:43 $ docker top c550d6a05856a8295e966fc9380a95da25883fa382c7e45a3375101e369257a3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:44 + go version 23:35:44 go version go1.15.5 linux/arm64 [Pipeline] } 23:35:44 $ docker stop --time=1 c550d6a05856a8295e966fc9380a95da25883fa382c7e45a3375101e369257a3 23:35:46 $ docker rm -f c550d6a05856a8295e966fc9380a95da25883fa382c7e45a3375101e369257a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:35:47 + docker inspect -f . ci-base-image-arm64 23:35:47 . [Pipeline] withDockerContainer 23:35:47 prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container 23:35:47 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:35:49 $ docker top f5fb67b550a61048af30f9e027965faaab2b40942d70b442d5f9c148b372c063 -eo pid,comm [Pipeline] { [Pipeline] echo 23:35:49 ========================================================= 23:35:49 [edgeXBuildGoParallel] Running Tests and Build... 23:35:49 ========================================================= [Pipeline] sh 23:35:50 + make test 23:35:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:35:54 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:35:54 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:35:54 ---> 1651255c25d3 23:35:54 Step 3/27 : WORKDIR /edgex-go 23:35:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:35:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:35:54 ---> 1651255c25d3 23:35:54 Step 3/21 : WORKDIR /edgex-go 23:35:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:35:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:35:54 ---> 1651255c25d3 23:35:54 Step 3/22 : WORKDIR /edgex-go 23:35:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:35:54 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:35:54 23:35:54 ---> 1651255c25d3 23:35:54 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go 23:35:54 23:35:54 ---> 1651255c25d3 23:35:54 Step 3/24 : WORKDIR /edgex-go 23:35:54 ---> Running in f9eef1b23c09 23:35:54 ---> Running in 52fa54b9f5b9 23:35:54 ---> Running in fb871a491e03 23:35:54 ---> Running in 5007ddaf387e 23:35:54 ---> Running in 83c97a020a8c 23:35:54 Removing intermediate container 83c97a020a8c 23:35:54 ---> e094c20ef826 23:35:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:54 Removing intermediate container fb871a491e03 23:35:54 ---> 0011c1e38375 23:35:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:54 Removing intermediate container 52fa54b9f5b9 23:35:54 ---> e47b9e6a92da 23:35:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:54 Removing intermediate container f9eef1b23c09 23:35:54 ---> bec8cdb2c8a7 23:35:54 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:54 Removing intermediate container 5007ddaf387e 23:35:54 ---> f33d3bb6470d 23:35:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:54 ---> Running in 1b85c701a1eb 23:35:54 ---> Running in 9b925634b0d2 23:35:54 ---> Running in b4c07d2f966f 23:35:54 ---> Running in 94aff51919b5 23:35:54 ---> Running in 651b589326da 23:35:55 Removing intermediate container b4c07d2f966f 23:35:55 ---> 4302987dc53a 23:35:55 Step 5/22 : RUN apk update && apk add make git 23:35:55 Removing intermediate container 1b85c701a1eb 23:35:55 ---> 1d417afd0033 23:35:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:35:56 ---> Running in 877f1719478d 23:35:56 ---> Running in a9241c23b05a 23:35:56 Removing intermediate container 9b925634b0d2 23:35:56 ---> ae45e0329608 23:35:56 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:35:56 ---> Running in 5b3cb8ae1810 23:35:56 Removing intermediate container 94aff51919b5 23:35:56 ---> 4fa8e182e768 23:35:56 Step 5/27 : RUN apk update && apk add make bash git 23:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:35:56 Removing intermediate container 651b589326da 23:35:56 ---> 61391a48a653 23:35:56 Step 5/21 : RUN apk update && apk add make git 23:35:56 ---> Running in 8b3221461005 23:35:57 ---> Running in 0433862c1fff 23:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:35:57 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:35:57 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 23:35:57 OK: 12750 distinct packages available 23:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:35:58 OK: 233 MiB in 51 packages 23:35:58 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:35:58 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 23:35:58 OK: 12750 distinct packages available 23:35:58 OK: 233 MiB in 51 packages 23:35:58 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:35:58 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 23:35:58 OK: 12750 distinct packages available 23:35:58 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:35:58 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 23:35:58 OK: 12750 distinct packages available 23:35:59 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:35:59 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 23:35:59 OK: 12750 distinct packages available 23:35:59 Removing intermediate container 877f1719478d 23:35:59 ---> 61f0a81d099a 23:35:59 Step 6/22 : COPY go.mod . 23:35:59 OK: 233 MiB in 51 packages 23:35:59 OK: 233 MiB in 51 packages 23:35:59 OK: 233 MiB in 51 packages 23:35:59 ---> 31ae7adfbb43 23:35:59 Step 7/22 : RUN go mod download 23:35:59 Removing intermediate container a9241c23b05a 23:35:59 ---> afbc7b3d7063 23:35:59 Step 6/23 : COPY go.mod . 23:35:59 ---> Running in 68fea4c6843b 23:35:59 ---> da15f941f33a 23:35:59 Step 7/23 : RUN go mod download 23:36:00 ---> Running in fa2831f5c428 23:36:00 Removing intermediate container 0433862c1fff 23:36:00 ---> ff78335be62c 23:36:00 Step 6/21 : COPY go.mod . 23:36:00 Removing intermediate container 5b3cb8ae1810 23:36:00 ---> 17e2c1eda290 23:36:00 Step 6/24 : COPY go.mod . 23:36:00 Removing intermediate container 8b3221461005 23:36:00 ---> 219f38ef0765 23:36:00 Step 6/27 : COPY go.mod . 23:36:00 ---> 32fdf21e4bc8 23:36:00 Step 7/24 : RUN go mod download 23:36:00 ---> 83b58fc4bc28 23:36:00 Step 7/21 : RUN go mod download 23:36:00 ---> 611a9acb2fb3 23:36:00 Step 7/27 : RUN go mod download 23:36:00 ---> Running in 7bb8dbdc6517 23:36:00 ---> Running in 5af41bc7f50b 23:36:01 ---> Running in 84059ca52098 23:36:02 Removing intermediate container 68fea4c6843b 23:36:02 ---> 28dd03620bac 23:36:02 Step 8/22 : COPY . . 23:36:02 Removing intermediate container fa2831f5c428 23:36:02 ---> 1814152a53d9 23:36:02 Step 8/23 : COPY . . 23:36:09 Removing intermediate container 7bb8dbdc6517 23:36:09 ---> b3668d0e979d 23:36:09 Step 8/24 : COPY . . 23:36:12 ? github.com/edgexfoundry/edgex-go [no test files] 23:36:16 Removing intermediate container 5af41bc7f50b 23:36:16 ---> 164f95915517 23:36:16 Step 8/21 : COPY . . 23:36:19 Removing intermediate container 84059ca52098 23:36:19 ---> 1a4b72a26575 23:36:19 Step 8/27 : COPY . . 23:36:41 ---> 2c8379a16e1f 23:36:41 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:36:41 ---> dbf1835269fa 23:36:41 Step 9/23 : RUN make cmd/core-data/core-data 23:36:42 ---> Running in b939415a2a23 23:36:42 ---> Running in 159fc54dcda9 23:36:47 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 23:36:47 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 23:36:48 ---> 75c63cc510f4 23:36:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:36:48 ---> b889c5464e5e 23:36:48 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:36:48 ---> Running in 1dad6f2c5848 23:36:48 ---> 77e2b52b70f0 23:36:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:36:49 ---> Running in 7d76aebc84da 23:36:49 ---> Running in 2f667628d458 23:36:50 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 23:36:50 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 23:36:50 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 23:37:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:37:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:37:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:37:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:37:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:37:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:37:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:37:21 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.074s 23:37:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:37:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:37:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:37:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:37:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:37:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:37:29 Removing intermediate container 7d76aebc84da 23:37:29 ---> 328d4e59d496 23:37:29 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:37:29 ---> Running in f6f2a4b0852e 23:37: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 23:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.279s coverage: 46.6% of statements 23:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:37:31 Removing intermediate container 2f667628d458 23:37:31 ---> 92ece4af87a6 23:37:31 23:37:31 Step 10/21 : FROM scratch 23:37:31 ---> 23:37:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:37:32 Removing intermediate container 1dad6f2c5848 23:37:32 ---> 624fc240c289 23:37:32 23:37:32 Step 10/24 : FROM scratch 23:37:32 ---> 23:37:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:37:32 ---> Running in 98cedadb162c 23:37:33 ---> Running in fad6e0c3a5bd 23:37:33 Removing intermediate container 159fc54dcda9 23:37:33 ---> 06ce6aace47c 23:37:33 23:37:33 Step 10/22 : FROM scratch 23:37:33 ---> 23:37:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:37:33 Removing intermediate container 98cedadb162c 23:37:33 ---> 856123f50e4d 23:37:33 Step 12/21 : ENV APP_PORT=48085 23:37:33 ---> Running in 9b59933766f7 23:37:33 Removing intermediate container fad6e0c3a5bd 23:37:33 ---> 43c0c07c811e 23:37:33 Step 12/24 : ENV APP_PORT=48060 23:37:33 ---> Running in bce91aca0d30 23:37:33 ---> Running in cf518b5ab3db 23:37:34 Removing intermediate container f6f2a4b0852e 23:37:34 ---> af6bdffc579f 23:37:34 23:37:34 Step 11/27 : FROM docker:latest 23:37:34 ---> 0c995d0d3006 23:37:34 Step 12/27 : RUN apk add --no-cache bash 23:37:35 Removing intermediate container 9b59933766f7 23:37:35 ---> d00a29d126c5 23:37:35 Step 12/22 : ENV APP_PORT=48081 23:37:35 Removing intermediate container bce91aca0d30 23:37:35 ---> 8fa87d02495f 23:37:35 Step 13/21 : EXPOSE $APP_PORT 23:37:36 ---> Running in 50d271b658f2 23:37:36 ---> Running in 46555a88e706 23:37:36 Removing intermediate container cf518b5ab3db 23:37:36 ---> 3fb6029e0cb4 23:37:36 Step 13/24 : EXPOSE $APP_PORT 23:37:36 ---> Running in 17e4b616e25a 23:37:36 ---> Running in edc542656255 23:37:36 Removing intermediate container b939415a2a23 23:37:36 ---> 28a75aafa77c 23:37:36 23:37:36 Step 10/23 : FROM alpine 23:37:36 latest: Pulling from library/alpine 23:37:36 Removing intermediate container 50d271b658f2 23:37:36 ---> 5f7d2b6510eb 23:37:36 Step 13/22 : EXPOSE $APP_PORT 23:37:36 Removing intermediate container 17e4b616e25a 23:37:36 ---> 0580dc5ed26c 23:37:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:37:36 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 23:37:36 Status: Downloaded newer image for alpine:latest 23:37:36 ---> b14afc6dfb98 23:37:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:37:36 ---> Running in 9214c2e3ca20 23:37:37 ---> Running in 632929506ca9 23:37:37 Removing intermediate container edc542656255 23:37:37 ---> 4a7a5d8967b5 23:37:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:37:37 ---> a413e2ec896f 23:37:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:37:37 Removing intermediate container 9214c2e3ca20 23:37:37 ---> d934bedc9e59 23:37:37 Step 14/22 : WORKDIR / 23:37:37 ---> Running in 977f7a0ada7c 23:37:37 Removing intermediate container 632929506ca9 23:37:37 ---> 36eb4586fd40 23:37:37 Step 12/23 : ENV APP_PORT=48080 23:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:37:38 (1/2) Installing readline (8.0.4-r0) 23:37:38 ---> db42b144a2ae 23:37:38 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:37:38 ---> Running in b9dffe7b747e 23:37:38 (2/2) Installing bash (5.0.17-r0) 23:37:38 Executing bash-5.0.17-r0.post-install 23:37:38 Executing busybox-1.31.1-r19.trigger 23:37:38 OK: 12 MiB in 22 packages 23:37:38 Removing intermediate container 977f7a0ada7c 23:37:38 ---> 59615b8bab57 23:37:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:37:38 ---> 60c75bf98e01 23:37:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.489s coverage: 71.3% of statements 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:37:38 Removing intermediate container b9dffe7b747e 23:37:38 ---> a0bd8914b8a0 23:37:38 Step 13/23 : EXPOSE $APP_PORT 23:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.769s coverage: 83.7% of statements 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:37:38 ---> Running in 585388cc13cb 23:37:39 ---> 549eb0b72e6e 23:37:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:37:39 ---> 107d34b5b77c 23:37:39 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:37:39 ---> 1354ffdda82e 23:37:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:37:39 Removing intermediate container 585388cc13cb 23:37:39 ---> 5881a8d096e1 23:37:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:37:40 ---> Running in 7fccbb3ee9db 23:37:40 ---> Running in bdda5d62cce0 23:37:40 Removing intermediate container 46555a88e706 23:37:40 ---> 3bf45ede3352 23:37:40 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:37:40 ---> 0a7e417de4c7 23:37:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:37:40 ---> 8cd56072e52c 23:37:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:37:40 Removing intermediate container 7fccbb3ee9db 23:37:40 ---> a57338fdd37d 23:37:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:40 ---> Running in ba0b925ffe24 23:37:41 ---> Running in 84e07535fe68 23:37:41 ---> a73cc0b8c4de 23:37:41 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:37:41 ---> 257251b52ac9 23:37:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:37:41 Removing intermediate container 84e07535fe68 23:37:41 ---> 3d1855afc357 23:37:41 Step 19/21 : LABEL arch=x86_64 23:37:41 ---> Running in 5aca85dba8eb 23:37:41 ---> Running in ad1d3a75b640 23:37:41 Removing intermediate container 5aca85dba8eb 23:37:41 ---> d87b77713215 23:37:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:42 ---> 0b04fe7600b7 23:37:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:37:42 Removing intermediate container ad1d3a75b640 23:37:42 ---> bdd8841cd898 23:37:42 Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:37:42 ---> Running in e81079af7a8b 23:37:42 ---> Running in af5989ebf9a3 23:37:42 Removing intermediate container bdda5d62cce0 23:37:42 ---> 0eefa400e8e4 23:37:42 Step 15/23 : RUN apk --no-cache add zeromq 23:37:42 ---> 8d3078a1a5c6 23:37:42 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:37:42 ---> Running in 70709a62b748 23:37:42 Removing intermediate container ba0b925ffe24 23:37:42 ---> 8edc3a407873 23:37:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:37:42 Removing intermediate container e81079af7a8b 23:37:42 ---> 9d2ecb5bf789 23:37:42 Step 20/22 : LABEL arch=x86_64 23:37:42 Removing intermediate container af5989ebf9a3 23:37:42 ---> 8988eacfa011 23:37:42 Step 21/21 : LABEL version=0.0.0 23:37:43 ---> Running in db3e4f4c1160 23:37:43 ---> Running in 84effe88ad8b 23:37:43 ---> Running in 89890373d373 23:37:43 ---> Running in d7e21c2888a5 23:37:43 Removing intermediate container db3e4f4c1160 23:37:43 ---> 2f1f22b153fd 23:37:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:43 ---> Running in 7cfdbd4b9608 23:37:43 Removing intermediate container 84effe88ad8b 23:37:43 ---> 9bd58de49081 23:37:43 Step 15/27 : ENV APP_PORT=48090 23:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:37:43 Removing intermediate container d7e21c2888a5 23:37:43 ---> 1850ff9c3c85 23:37:43 23:37:43 Removing intermediate container 89890373d373 23:37:43 ---> 6f5a56d07def 23:37:43 Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:37:43 ---> Running in 14cbe889749d 23:37:44 ---> Running in fc73cf5c3cce 23:37:44 Removing intermediate container 7cfdbd4b9608 23:37:44 ---> 4bcbfa491d6d 23:37:44 Step 22/24 : LABEL arch=x86_64 23:37:44 Successfully built 1850ff9c3c85 23:37:44 Successfully tagged docker-support-scheduler-go:latest 23:37:44  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 23:37:44 ---> Running in 1ad47a690c84 23:37:44 Removing intermediate container 14cbe889749d 23:37:44 ---> fe2d7c62f275 23:37:44 Step 16/27 : EXPOSE $APP_PORT 23:37:44 Removing intermediate container fc73cf5c3cce 23:37:44 ---> 928221f4ee88 23:37:44 Step 22/22 : LABEL version=0.0.0 23:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements 23:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements 23:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 23:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:37:44 ---> Running in d8cd87cb7915 23:37:44 (1/5) Installing libgcc (9.3.0-r2) 23:37:45 ---> Running in 320b8abd305d 23:37:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements 23:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:37:45 (2/5) Installing libsodium (1.0.18-r0) 23:37:45 (3/5) Installing libstdc++ (9.3.0-r2) 23:37:45 (4/5) Installing libzmq (4.3.3-r0) 23:37:46 (5/5) Installing zeromq (4.3.3-r0) 23:37:46 Removing intermediate container 1ad47a690c84 23:37:46 ---> 99317312b5a7 23:37:46 Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:37:46 Executing busybox-1.31.1-r19.trigger 23:37:46 OK: 8 MiB in 19 packages 23:37:46 Removing intermediate container d8cd87cb7915 23:37:46 ---> 89f59e3a6932 23:37:46 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:37:46 Removing intermediate container 320b8abd305d 23:37:46 ---> c26e42c81dd0 23:37:46 23:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.431s coverage: 97.5% of statements 23:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements 23:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:37:47 ---> Running in a8ab80c70ced 23:37:47 Successfully built c26e42c81dd0 23:37:47 Successfully tagged docker-core-metadata-go:latest 23:37:47  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 23:37:53 Removing intermediate container a8ab80c70ced 23:37:53 ---> 1d52a2f1ac2c 23:37:53 Step 24/24 : LABEL version=0.0.0 23:37:54 ---> 7122e32335f4 23:37:54 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.080s coverage: 93.8% of statements 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.090s coverage: 58.8% of statements 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements 23:37:55 ---> Running in 84ab4d94f091 23:37:55 Removing intermediate container 70709a62b748 23:37:55 ---> adabfa9cd4cb 23:37:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.4% of statements 23:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:37:57 ---> 50b035a1e521 23:37:57 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:37:58 Removing intermediate container 84ab4d94f091 23:37:58 ---> 00716777284b 23:37:58 23:37:58 ---> 5a68d9b7df23 23:37:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:37:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.610s coverage: 63.5% of statements 23:37:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:37:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:37:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 23:37:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 91.3% of statements 23:37:58 Successfully built 00716777284b 23:37:58 Successfully tagged docker-support-notifications-go:latest 23:37:58 Building docker-core-command-go 23:37:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 23:37:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 23:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 23:38:01  Building docker-support-notifications-go ... done  ---> 374222372dfd 23:38:01 Step 20/27 : RUN apk --no-cache add py3-pip 23:38:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:38:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:38:03 ---> 1651255c25d3 23:38:03 Step 3/24 : WORKDIR /edgex-go 23:38:03 ---> Using cache 23:38:03 ---> f33d3bb6470d 23:38:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:03 ---> Using cache 23:38:03 ---> 61391a48a653 23:38:03 Step 5/24 : RUN apk update && apk add make git 23:38:03 ---> Using cache 23:38:03 ---> ff78335be62c 23:38:03 Step 6/24 : COPY go.mod . 23:38:03 ---> Using cache 23:38:03 ---> 83b58fc4bc28 23:38:03 Step 7/24 : RUN go mod download 23:38:03 ---> Using cache 23:38:03 ---> 164f95915517 23:38:03 Step 8/24 : COPY . . 23:38:03 ---> Using cache 23:38:03 ---> 77e2b52b70f0 23:38:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.860s coverage: 55.9% of statements 23:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 23:38:06 ---> e210fc8193e4 23:38:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:38:06 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 23:38:06 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 23:38:06 ---> 1651255c25d3 23:38:06 Step 3/29 : WORKDIR /edgex-go 23:38:06 ---> Using cache 23:38:06 ---> f33d3bb6470d 23:38:06 Step 4/29 : RUN apk update && apk add make git 23:38:08 ---> Running in e67c0694fb13 23:38:08 ---> Running in a72a2f7973f0 23:38:08 ---> Running in 9716b948839c 23:38:08 ---> 01977de3997b 23:38:08 Step 19/23 : ENTRYPOINT ["/core-data"] 23:38:08 ---> Running in d9b9a933cfaa 23:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:09 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 23:38:10 Removing intermediate container d9b9a933cfaa 23:38:10 ---> 139706792b85 23:38:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:38:10 (1/33) Installing libbz2 (1.0.8-r1) 23:38:10 (2/33) Installing expat (2.2.9-r1) 23:38:10 (3/33) Installing libffi (3.3-r2) 23:38:10 (4/33) Installing gdbm (1.13-r1) 23:38:10 (5/33) Installing xz-libs (5.2.5-r0) 23:38:10 (6/33) Installing sqlite-libs (3.32.1-r0) 23:38:10 ---> Running in f34390048503 23:38:10 (7/33) Installing python3 (3.8.5-r0) 23:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:38:11 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:38:11 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 23:38:11 OK: 12750 distinct packages available 23:38:11 OK: 233 MiB in 51 packages 23:38:13 Removing intermediate container f34390048503 23:38:13 ---> 5e5dcb684920 23:38:13 Step 21/23 : LABEL arch=x86_64 23:38:16 ---> Running in 018e8c3392ed 23:38:16 (8/33) Installing py3-appdirs (1.4.4-r1) 23:38:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:38:16 (10/33) Installing py3-parsing (2.4.7-r0) 23:38:16 (11/33) Installing py3-six (1.15.0-r0) 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.157s coverage: 86.3% of statements 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.397s coverage: 72.2% of statements 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.472s coverage: 72.1% of statements 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.102s coverage: 48.4% of statements 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.068s coverage: 28.8% of statements 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.640s coverage: 84.0% of statements 23:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements 23:38:16 (12/33) Installing py3-packaging (20.4-r0) 23:38:17 (13/33) Installing py3-setuptools (47.0.0-r0) 23:38:17 (14/33) Installing py3-chardet (3.0.4-r4) 23:38:17 (15/33) Installing py3-idna (2.9-r0) 23:38:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:38:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:38:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:38:18 ---> 1651255c25d3 23:38:18 Step 3/22 : WORKDIR /edgex-go 23:38:18 ---> Using cache 23:38:18 ---> f33d3bb6470d 23:38:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:18 ---> Using cache 23:38:18 ---> 61391a48a653 23:38:18 Step 5/22 : RUN apk update && apk add make git 23:38:18 ---> Using cache 23:38:18 ---> ff78335be62c 23:38:18 Step 6/22 : COPY go.mod . 23:38:18 ---> Using cache 23:38:18 ---> 83b58fc4bc28 23:38:18 Step 7/22 : RUN go mod download 23:38:18 ---> Using cache 23:38:18 ---> 164f95915517 23:38:18 Step 8/22 : COPY . . 23:38:18 ---> Using cache 23:38:18 ---> 77e2b52b70f0 23:38:18 Step 9/22 : RUN make cmd/core-command/core-command 23:38:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:38:19 (18/33) Installing py3-requests (2.23.0-r0) 23:38:19 Removing intermediate container 018e8c3392ed 23:38:19 ---> 62bc11002ef2 23:38:19 Step 22/23 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:38:19 (19/33) Installing py3-msgpack (1.0.0-r0) 23:38:19 (20/33) Installing py3-lockfile (0.12.2-r3) 23:38:19 Removing intermediate container 9716b948839c 23:38:19 ---> a2d1754b4856 23:38:19 Step 5/29 : COPY go.mod . 23:38:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:38:19 ---> Running in f6393194d430 23:38:19 (22/33) Installing py3-colorama (0.4.3-r0) 23:38:20 (23/33) Installing py3-distlib (0.3.0-r0) 23:38:20 ---> Running in 75109746c882 23:38:20 (24/33) Installing py3-distro (1.5.0-r1) 23:38:20 (25/33) Installing py3-webencodings (0.5.1-r3) 23:38:20 (26/33) Installing py3-html5lib (1.0.1-r4) 23:38:20 (27/33) Installing py3-pytoml (0.1.21-r0) 23:38:20 (28/33) Installing py3-pep517 (0.8.2-r0) 23:38:20 (29/33) Installing py3-progress (1.5-r0) 23:38:20 (30/33) Installing py3-toml (0.10.1-r0) 23:38:20 ---> 7cc2a85618ae 23:38:20 Step 6/29 : RUN go mod download 23:38:20 (31/33) Installing py3-retrying (1.3.3-r0) 23:38:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:38:20 (33/33) Installing py3-pip (20.1.1-r0) 23:38:21 ---> Running in cdb506c9ecd3 23:38:21 Removing intermediate container 75109746c882 23:38:21 ---> 903985c3efbe 23:38:21 Step 23/23 : LABEL version=0.0.0 23:38:21 Executing busybox-1.31.1-r19.trigger 23:38:21 OK: 71 MiB in 55 packages 23:38:21 ---> Running in f06da0a463ad 23:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.387s coverage: 47.1% of statements 23:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 23:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements 23:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 23:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:38:22 Removing intermediate container f06da0a463ad 23:38:22 ---> 87102f1cd9b4 23:38:22 23:38:22 Successfully built 87102f1cd9b4 23:38:22 Successfully tagged docker-core-data-go:latest 23:38:22 Building docker-security-bootstrap-redis-go 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.837s coverage: 29.1% of statements 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 23:38:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 23:38:30 GO111MODULE=on go vet ./... 23:38:35  Building docker-core-data-go ... done Removing intermediate container cdb506c9ecd3 23:38:35 ---> fba7b3334e2b 23:38:35 Step 7/29 : COPY . . 23:38:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:38:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:38:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:38:47 ---> 1651255c25d3 23:38:47 Step 3/22 : WORKDIR /edgex-go 23:38:47 ---> Using cache 23:38:47 ---> f33d3bb6470d 23:38:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:47 ---> Using cache 23:38:47 ---> 61391a48a653 23:38:47 Step 5/22 : RUN apk update && apk add make git 23:38:47 ---> Using cache 23:38:47 ---> ff78335be62c 23:38:47 Step 6/22 : COPY go.mod . 23:38:47 ---> Using cache 23:38:47 ---> 83b58fc4bc28 23:38:47 Step 7/22 : RUN go mod download 23:38:47 ---> Using cache 23:38:47 ---> 164f95915517 23:38:47 Step 8/22 : COPY . . 23:38:47 ---> Using cache 23:38:47 ---> 77e2b52b70f0 23:38:47 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:38:49 ---> Running in e3535ee12d96 23:38:52 Removing intermediate container e67c0694fb13 23:38:52 ---> 91d579b85260 23:38:52 Step 21/27 : RUN pip install docker-compose==1.23.2 23:38:52 Removing intermediate container a72a2f7973f0 23:38:52 ---> 228861a2754d 23:38:52 23:38:52 Step 10/24 : FROM alpine:3.10 23:38:52 3.10: Pulling from library/alpine 23:38: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 23:38:54 ---> Running in 1d58755b80f7 23:38:54 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:38:54 Status: Downloaded newer image for alpine:3.10 23:38:54 ---> be4e4bea2c2e 23:38:54 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:38:57 ---> Running in b36a277964fd 23:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 23:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 23:38:59 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:38:59 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:38:59 OK: 10350 distinct packages available 23:38:59 (1/5) Installing ca-certificates (20191127-r2) 23:38:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:38:59 (3/5) Installing libcurl (7.66.0-r3) 23:38:59 (4/5) Installing curl (7.66.0-r3) 23:38:59 (5/5) Installing dumb-init (1.2.2-r1) 23:38:59 Executing busybox-1.30.1-r3.trigger 23:38:59 Executing ca-certificates-20191127-r2.trigger 23:38:59 OK: 7 MiB in 19 packages 23:39:02 Collecting docker-compose==1.23.2 23:39:02 ---> 4d82115e67ca 23:39:02 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 23:39:02 Removing intermediate container f6393194d430 23:39:02 ---> 7733d157ca9f 23:39:02 23:39:02 Step 10/22 : FROM scratch 23:39:02 ---> 23:39:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:39:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:39:02 ---> Running in 89b4e1a14b1f 23:39:02 Collecting texttable<0.10,>=0.9.0 23:39:02 Downloading texttable-0.9.1.tar.gz (11 kB) 23:39:03 ---> Using cache 23:39:03 ---> d00a29d126c5 23:39:03 Step 12/22 : ENV APP_PORT=48082 23:39:04 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 23:39:04 Collecting docker<4.0,>=3.6.0 23:39:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:39:04 Removing intermediate container b36a277964fd 23:39:04 ---> 5f4099e309c9 23:39:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:39:04 ---> Running in 95623983bdec 23:39:04 Collecting dockerpty<0.5,>=0.4.1 23:39:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:39:04 ---> Running in 9389ca74f00a 23:39:04 Removing intermediate container 95623983bdec 23:39:04 ---> 8937cf4f09b9 23:39:04 Step 13/22 : EXPOSE $APP_PORT 23:39:04 ---> Running in ee7575a3a88e 23:39:05 Removing intermediate container 9389ca74f00a 23:39:05 ---> f6e5641b2024 23:39:05 Step 13/24 : WORKDIR / 23:39:05 Removing intermediate container ee7575a3a88e 23:39:05 ---> d55dfe7aa893 23:39:05 Step 14/22 : WORKDIR / 23:39:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:39:05 ---> Running in cff7bc4117ad 23:39:05 Collecting PyYAML<4,>=3.10 23:39:05 Downloading PyYAML-3.13.tar.gz (270 kB) 23:39:05 ---> Running in 5f7904bfacde 23:39:05 Removing intermediate container cff7bc4117ad 23:39:05 ---> 04faa9dde0e6 23:39:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:39:07 Removing intermediate container 5f7904bfacde 23:39:07 ---> 06eb2deeebd4 23:39:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:39:07 Collecting cached-property<2,>=1.2.0 23:39:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:39:07 ---> b7f6a41d5418 23:39:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:39:07 ---> 03581d05f7eb 23:39:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:39:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:39:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:39:07 Collecting jsonschema<3,>=2.5.1 23:39:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:39:08 ---> 5d4d07ce04a0 23:39:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:39:08 Collecting docopt<0.7,>=0.6.1 23:39:08 Downloading docopt-0.6.2.tar.gz (25 kB) 23:39:09 Collecting websocket-client<1.0,>=0.32.0 23:39:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:39:09 ---> 86f8ea198e2e 23:39:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:39:10 Collecting docker-pycreds>=0.4.0 23:39:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:39:10 ---> a5d806dc490f 23:39:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:39:10 Collecting idna<2.8,>=2.5 23:39:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:39:10 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) 23:39:10 Removing intermediate container e3535ee12d96 23:39:10 ---> 273e26db720b 23:39:10 23:39:10 Step 10/22 : FROM alpine:3.10 23:39:10 ---> be4e4bea2c2e 23:39:10 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:39:10 ---> Using cache 23:39:10 ---> 5f4099e309c9 23:39:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:39:10 Collecting urllib3<1.25,>=1.21.1 23:39:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:39:10 ---> Running in 3fec48cbd266 23:39:10 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) 23:39:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:39:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:39:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:39:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:39:10 ---> 88c0d3a1f419 23:39:10 Step 18/22 : ENTRYPOINT ["/core-command"] 23:39:10 Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, cached-property, jsonschema, docopt, docker-compose 23:39:10 Running setup.py install for texttable: started 23:39:10 ---> 638f75fb8c44 23:39:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:39:10 ---> Running in e48fa5fecb26 23:39:11 Removing intermediate container 3fec48cbd266 23:39:11 ---> 0abcfe8a475d 23:39:11 Step 13/22 : WORKDIR / 23:39:11 ---> Running in 1dd962f28512 23:39:11 Removing intermediate container e48fa5fecb26 23:39:11 ---> f98b9800bd03 23:39:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:39:11 Running setup.py install for texttable: finished with status 'done' 23:39:11 ---> Running in b4eb9aa92e0d 23:39:11 Attempting uninstall: idna 23:39:11 Found existing installation: idna 2.9 23:39:11 Uninstalling idna-2.9: 23:39:11 Successfully uninstalled idna-2.9 23:39:11 Removing intermediate container 1dd962f28512 23:39:11 ---> 113f5dd463b7 23:39:11 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:39:11 ---> beab267d4f4d 23:39:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:39:11 Attempting uninstall: urllib3 23:39:11 Found existing installation: urllib3 1.25.9 23:39:11 Uninstalling urllib3-1.25.9: 23:39:11 Removing intermediate container b4eb9aa92e0d 23:39:11 ---> 7ae440f57321 23:39:11 Step 20/22 : LABEL arch=x86_64 23:39:12 Successfully uninstalled urllib3-1.25.9 23:39:13 ---> c5c52bdb0721 23:39:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:39:13 ---> Running in f0a1bbaa50f9 23:39:13 Attempting uninstall: requests 23:39:13 Found existing installation: requests 2.23.0 23:39:13 Uninstalling requests-2.23.0: 23:39:13 Successfully uninstalled requests-2.23.0 23:39:13 ---> 8ede5baba41e 23:39:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:39:14 Removing intermediate container f0a1bbaa50f9 23:39:14 ---> 344d1d6db3cb 23:39:14 Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:39:14 ---> Running in 6e6489677603 23:39:14 ---> 7774ab4e6cfe 23:39:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:39:16 Running setup.py install for dockerpty: started 23:39:16 ---> Running in f0accdc4badd 23:39:16 Running setup.py install for dockerpty: finished with status 'done' 23:39:16 Running setup.py install for PyYAML: started 23:39:16 ---> 1d4744d199c2 23:39:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:39:16 Removing intermediate container f0accdc4badd 23:39:16 ---> c19e4b34e3a3 23:39:16 Step 22/22 : LABEL version=0.0.0 23:39:16 ---> Running in 4381188e2592 23:39:16 ---> 6e67e3075b03 23:39:16 Step 18/22 : RUN chmod +x entrypoint.sh 23:39:17 Running setup.py install for PyYAML: finished with status 'done' 23:39:17 ---> Running in f05386e4dc33 23:39:17 Removing intermediate container 4381188e2592 23:39:17 ---> 0db5b568f61f 23:39:17 23:39:17 Running setup.py install for docopt: started 23:39:17 Successfully built 0db5b568f61f 23:39:17 Successfully tagged docker-core-command-go:latest 23:39:17 Building docker-security-proxy-setup-go 23:39:17  Building docker-core-command-go ... done  Running setup.py install for docopt: finished with status 'done' 23:39:18 Removing intermediate container 6e6489677603 23:39:18 ---> fc5f5bf075b3 23:39:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:39:18 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 23:39:18 ---> Running in 549deb61e86c 23:39:25 Removing intermediate container 549deb61e86c 23:39:25 ---> 8b8c20751fa5 23:39:25 Step 22/24 : LABEL arch=x86_64 23:39:25 Removing intermediate container 89b4e1a14b1f 23:39:25 ---> 1ef7f4a3bd19 23:39:25 23:39:25 Step 9/29 : FROM alpine:latest 23:39:25 ---> b14afc6dfb98 23:39:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 23:39:26 ---> Running in 7059ecba6311 23:39:26 ---> Running in f7fa4daab153 23:39:26 Removing intermediate container f05386e4dc33 23:39:26 ---> 7ad37246865f 23:39:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:39:30 ---> Running in a035c35b4b83 23:39:30 Removing intermediate container 7059ecba6311 23:39:30 ---> f07b9d5e604a 23:39:30 Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:39:31 Removing intermediate container f7fa4daab153 23:39:31 ---> a39d545885d8 23:39:31 Step 11/29 : USER root 23:39:32 Removing intermediate container 1d58755b80f7 23:39:32 ---> dced466f434a 23:39:32 Step 22/27 : RUN apk --no-cache add curl 23:39:32 ---> Running in d3645a86d281 23:39:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:39:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:39:33 ---> 1651255c25d3 23:39:33 Step 3/21 : WORKDIR /edgex-go 23:39:33 ---> Using cache 23:39:33 ---> f33d3bb6470d 23:39:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:39:33 ---> Using cache 23:39:33 ---> 61391a48a653 23:39:33 Step 5/21 : RUN apk update && apk add make git 23:39:33 ---> Using cache 23:39:33 ---> ff78335be62c 23:39:33 Step 6/21 : COPY go.mod . 23:39:33 ---> Using cache 23:39:33 ---> 83b58fc4bc28 23:39:33 Step 7/21 : RUN go mod download 23:39:33 ---> Using cache 23:39:33 ---> 164f95915517 23:39:33 Step 8/21 : COPY . . 23:39:33 ---> Using cache 23:39:33 ---> 77e2b52b70f0 23:39:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:39:34 Removing intermediate container a035c35b4b83 23:39:34 ---> 8025e48d4055 23:39:34 Step 20/22 : LABEL arch=x86_64 23:39:34 ---> Running in 03ffb925aa4d 23:39:34 ---> Running in e8191108539a 23:39:34 ---> Running in 5c8bf774596d 23:39:34 ---> Running in 9a27a302c476 23:39:34 Removing intermediate container d3645a86d281 23:39:34 ---> 916ccabfc51e 23:39:34 Step 24/24 : LABEL version=0.0.0 23:39:34 Removing intermediate container 03ffb925aa4d 23:39:34 ---> b753d159aeb0 23:39:34 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 23:39:34 ---> Running in 669140de434f 23:39:35 ---> Running in f14843c6f8cd 23:39:35 Removing intermediate container 9a27a302c476 23:39:35 ---> 72ddb4b5ceef 23:39:35 Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:39:35 ---> Running in 5fe3982178ec 23:39:35 Removing intermediate container 669140de434f 23:39:35 ---> 9b08d2f119e7 23:39:35 23:39:35 Removing intermediate container 5fe3982178ec 23:39:35 ---> 880496515469 23:39:35 Step 22/22 : LABEL version=0.0.0 23:39:35 ---> Running in a81a2fd0402c 23:39:35 Successfully built 9b08d2f119e7 23:39:35 Successfully tagged docker-security-secretstore-setup-go:latest 23:39:35  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:39:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:39:36 Removing intermediate container a81a2fd0402c 23:39:36 ---> 37fda10f3509 23:39:36 23:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:39:36 Successfully built 37fda10f3509 23:39:36 Successfully tagged docker-security-bootstrap-redis-go:latest 23:39:36  Building docker-security-bootstrap-redis-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) 23:39:36 (2/3) Installing libcurl (7.69.1-r3) 23:39:36 (3/3) Installing curl (7.69.1-r3) 23:39:36 Executing busybox-1.31.1-r19.trigger 23:39:36 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:39:36 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:39:36 OK: 12747 distinct packages available 23:39:36 OK: 72 MiB in 58 packages 23:39:36 (1/2) Installing ca-certificates (20191127-r4) 23:39:36 (2/2) Installing dumb-init (1.2.2-r1) 23:39:36 Executing busybox-1.31.1-r19.trigger 23:39:36 Executing ca-certificates-20191127-r4.trigger 23:39:36 OK: 6 MiB in 16 packages 23:39:37 Removing intermediate container e8191108539a 23:39:37 ---> bb10305ec198 23:39:37 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:39:37 ---> Running in aa2a65bb5ab9 23:39:38 Removing intermediate container aa2a65bb5ab9 23:39:38 ---> 089434085019 23:39:38 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:39:38 gofmt -l . 23:39:38 ---> Running in a39a06e2a416 23:39:38 Removing intermediate container f14843c6f8cd 23:39:38 ---> b1b7ac600267 23:39:38 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 23:39:38 ---> Running in 5304b2b78cd7 23:39:38 Removing intermediate container a39a06e2a416 23:39:38 ---> 309c9979ad97 23:39:38 Step 25/27 : LABEL arch=x86_64 23:39:39 ---> Running in cf43b62488a7 23:39:39 Removing intermediate container 5304b2b78cd7 23:39:39 ---> 1b8266086098 23:39:39 Step 14/29 : WORKDIR $BASE_DIR 23:39:39 ---> Running in 562ea0887a9f 23:39:39 Removing intermediate container cf43b62488a7 23:39:39 ---> 40205fb6abcb 23:39:39 Step 26/27 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:39:39 ---> Running in 6cac9c8e6ddb 23:39:39 Removing intermediate container 562ea0887a9f 23:39:39 ---> a09b07d04ef9 23:39:39 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 23:39:39 Removing intermediate container 6cac9c8e6ddb 23:39:39 ---> 059f78143e56 23:39:39 Step 27/27 : LABEL version=0.0.0 23:39:39 ---> Running in bd493409d88a 23:39:39 ---> Running in a45ef63a8a1f 23:39:39 Removing intermediate container a45ef63a8a1f 23:39:39 ---> 53257e6c1c13 23:39:39 23:39:40 Successfully built 53257e6c1c13 23:39:40 Successfully tagged docker-sys-mgmt-agent-go:latest 23:39:41 [ "`gofmt -l .`" = "" ] 23:39:41  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bd493409d88a 23:39:41 ---> 2d8ab944392e 23:39:41 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 23:39:41 ---> bd8fb28a1763 23:39:41 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 23:39:42 ---> a8d311c890ea 23:39:42 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 23:39:42 ---> 3a821eaa2a1c 23:39:42 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 23:39:43 ---> 2c63cb103c58 23:39:43 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 23:39:43 ---> eb00a0884ecd 23:39:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 23:39:43 ---> Running in d526a0eca9e1 23:39:43 ./bin/test-go-mod-tidy.sh 23:39:44 ./bin/test-attribution-txt.sh 23:39:44 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 23:39:44 Removing intermediate container d526a0eca9e1 23:39:44 ---> e8bdbb5782b7 23:39:44 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 23:39:44 ---> cc73a6d81aa2 23:39:44 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:39:44 ---> Running in 4a7512a492b5 23:39:48 Removing intermediate container 4a7512a492b5 23:39:48 ---> 37a01d6418e7 23:39:48 Step 24/29 : RUN chmod 755 security-secrets-setup 23:39:48 Removing intermediate container 5c8bf774596d 23:39:48 ---> ab5e38057725 23:39:48 23:39:48 Step 10/21 : FROM alpine 23:39:48 ---> b14afc6dfb98 23:39:48 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:39:48 ---> Running in 621b53afb8f5 23:39:48 ---> Running in ca3087f63db0 [Pipeline] sh 23:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:39:49 + ls -al . 23:39:49 total 692 23:39:49 drwxrwxr-x 9 1001 1001 4096 Dec 15 23:39 . 23:39:49 drwxr-xr-x 4 root root 4096 Dec 15 23:35 .. 23:39:49 -rw-rw-r-- 1 1001 1001 11 Dec 15 23:34 .dockerignore 23:39:49 drwxrwxr-x 8 1001 1001 4096 Dec 15 23:34 .git 23:39:49 drwxrwxr-x 3 1001 1001 4096 Dec 15 23:34 .github 23:39:49 -rw-rw-r-- 1 1001 1001 943 Dec 15 23:34 .gitignore 23:39:49 -rw-rw-r-- 1 1001 1001 166 Dec 15 23:34 .sonarcloud.properties 23:39:49 -rw-rw-r-- 1 1001 1001 3804 Dec 15 23:34 CONTRIBUTING.md 23:39:49 -rw-rw-r-- 1 1001 1001 1035 Dec 15 23:34 Dockerfile.build 23:39:49 -rw-rw-r-- 1 1001 1001 863 Dec 15 23:34 Jenkinsfile 23:39:49 -rw-rw-r-- 1 1001 1001 10775 Dec 15 23:34 LICENSE 23:39:49 -rw-rw-r-- 1 1001 1001 6318 Dec 15 23:34 Makefile 23:39:49 -rw-rw-r-- 1 1001 1001 6447 Dec 15 23:34 README.md 23:39:49 -rw-rw-r-- 1 1001 1001 7286 Dec 15 23:34 SECURITY.md 23:39:49 -rw-rw-r-- 1 1001 1001 5 Dec 15 23:31 VERSION 23:39:49 -rw-rw-r-- 1 1001 1001 4131 Dec 15 23:34 ZMQWindows.md 23:39:49 drwxrwxr-x 2 1001 1001 4096 Dec 15 23:34 bin 23:39:49 drwxrwxr-x 15 1001 1001 4096 Dec 15 23:34 cmd 23:39:49 -rw-r--r-- 1 root root 568194 Dec 15 23:38 coverage.out 23:39:49 -rw-r--r-- 1 root root 1041 Dec 15 23:39 go.mod 23:39:49 -rw-r--r-- 1 root root 18856 Dec 15 23:39 go.sum 23:39:49 drwxrwxr-x 8 1001 1001 4096 Dec 15 23:34 internal 23:39:49 drwxrwxr-x 4 1001 1001 4096 Dec 15 23:34 openapi 23:39:49 drwxrwxr-x 4 1001 1001 4096 Dec 15 23:34 snap 23:39:49 -rw-rw-r-- 1 1001 1001 168 Dec 15 23:34 version.go [Pipeline] sh 23:39:49 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:39:49 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:39:49 OK: 12747 distinct packages available 23:39:49 Removing intermediate container 621b53afb8f5 23:39:49 ---> 9cba00cddb6d 23:39:49 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 23:39:49 ---> Running in 2eba6419d7f5 23:39:49 (1/4) Installing ca-certificates (20191127-r4) 23:39:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:39:49 (3/4) Installing libcurl (7.69.1-r3) 23:39:49 (4/4) Installing curl (7.69.1-r3) 23:39:49 Executing busybox-1.31.1-r19.trigger 23:39:49 Executing ca-certificates-20191127-r4.trigger 23:39:49 + '[' -e coverage.out ] 23:39:49 + chown 1001:1001 coverage.out [Pipeline] stash 23:39:49 OK: 7 MiB in 18 packages 23:39:49 Removing intermediate container 2eba6419d7f5 23:39:49 ---> b82e1f058784 23:39:49 Step 26/29 : CMD [ "generate" ] 23:39:49 ---> Running in 8888080cb938 23:39:49 Warning: overwriting stash ‘coverage-report’ 23:39:50 Removing intermediate container 8888080cb938 23:39:50 ---> d7573033cf73 23:39:50 Step 27/29 : LABEL arch=x86_64 23:39:50 ---> Running in b668adaae685 23:39:50 Removing intermediate container b668adaae685 23:39:50 ---> 1baca9fd75d5 23:39:50 Step 28/29 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:39:50 Removing intermediate container ca3087f63db0 23:39:50 ---> 9f753b80ba23 23:39:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:39:50 ---> Running in bab3fa92b8b5 23:39:50 ---> Running in 83bd57fac07f 23:39:51 Removing intermediate container bab3fa92b8b5 23:39:51 ---> 020b88b0b230 23:39:51 Step 29/29 : LABEL version=0.0.0 23:39:51 Removing intermediate container 83bd57fac07f 23:39:51 ---> 1fa0b4b27bae 23:39:51 Step 13/21 : WORKDIR /edgex 23:39:51 ---> Running in 9b6e87bb9b25 23:39:51 ---> Running in 55a938817e58 23:39:51 Stashed 1 file(s) [Pipeline] sh 23:39:51 Removing intermediate container 9b6e87bb9b25 23:39:51 ---> 6f81cd7d49ef 23:39:51 23:39:51 Removing intermediate container 55a938817e58 23:39:51 ---> 9826b7920653 23:39:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:39:51 Successfully built 6f81cd7d49ef 23:39:51 Successfully tagged docker-security-secrets-setup-go:latest 23:39:51  Building docker-security-secrets-setup-go ... done  ---> 17fc2a3636a9 23:39:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:39:51 + make build 23:39:51 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 23:39:52 ---> 80ad188b4273 23:39:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:39:52 ---> 52ab018540c2 23:39:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:39:52 ---> Running in 38bf2f810e6b 23:39:52 Removing intermediate container 38bf2f810e6b 23:39:52 ---> c5930ba8f7ce 23:39:52 Step 18/21 : CMD ["--init=true"] 23:39:52 ---> Running in 7a47b16a9d25 23:39:53 Removing intermediate container 7a47b16a9d25 23:39:53 ---> f07fc98cd46e 23:39:53 Step 19/21 : LABEL arch=x86_64 23:39:53 ---> Running in 77318aebeffc 23:39:53 Removing intermediate container 77318aebeffc 23:39:53 ---> 8ad2c502eda4 23:39:53 Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:39:53 ---> Running in a6dff6b818f4 23:39:53 Removing intermediate container a6dff6b818f4 23:39:53 ---> 1cc063a68a38 23:39:53 Step 21/21 : LABEL version=0.0.0 23:39:53 ---> Running in d72fa14ba0d4 23:39:53 Removing intermediate container d72fa14ba0d4 23:39:53 ---> b88f25f5e926 23:39:53 23:39:53 Successfully built b88f25f5e926 23:39:54 Successfully tagged docker-security-proxy-setup-go:latest 23:39:54  Building docker-security-proxy-setup-go ... done  [Pipeline] } 23:39:54 $ docker stop --time=1 c57304dff1e83e4e72180afba7dfe39c7c147e5f2f16f67e4bbc8ed0e5de6d52 23:39:56 $ docker rm -f c57304dff1e83e4e72180afba7dfe39c7c147e5f2f16f67e4bbc8ed0e5de6d52 [Pipeline] // withDockerContainer [Pipeline] sh 23:39:56 + docker images 23:39:56 + grep docker 23:39:56 docker-security-proxy-setup-go latest b88f25f5e926 3 seconds ago 24.6MB 23:39:56 docker-security-secrets-setup-go latest 6f81cd7d49ef 5 seconds ago 23.9MB 23:39:56 docker-sys-mgmt-agent-go latest 53257e6c1c13 17 seconds ago 313MB 23:39:56 docker-security-secretstore-setup-go latest 9b08d2f119e7 21 seconds ago 24.7MB 23:39:56 docker-security-bootstrap-redis-go latest 37fda10f3509 21 seconds ago 15.8MB 23:39:56 docker-core-command-go latest 0db5b568f61f 40 seconds ago 12.2MB 23:39:56 docker-core-data-go latest 87102f1cd9b4 About a minute ago 23.7MB 23:39:56 docker-support-notifications-go latest 00716777284b About a minute ago 13.6MB 23:39:56 docker-core-metadata-go latest c26e42c81dd0 2 minutes ago 14.5MB 23:39:56 docker-support-scheduler-go latest 1850ff9c3c85 2 minutes ago 12.3MB 23:39:56 docker latest 0c995d0d3006 About an hour 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 23:40:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:40:12 Still waiting to schedule task 23:40:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:40:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:40:29 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 23:40:35 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 23:40:36 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 23:40:42 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 23:40:46 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 23:40: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 23:40:54 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 23:40:56 Running on prd-ubuntu18.04-docker-8c-8g-16188 in /w/workspace/edgexfoundry_edgex-go_PR-2939 [Pipeline] { [Pipeline] ws 23:40:57 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 23:40:59 using credential edgex-jenkins-ssh 23:40:59 Cloning the remote Git repository 23:40:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:40:59 > git init /w/workspace/edgex-go/6 # timeout=10 23:40:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:40:59 > git --version # timeout=10 23:40:59 > git --version # 'git version 2.17.1' 23:40:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:40:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:40:59 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 23:41:02 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 23:41:05 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] } 23:41:09 $ docker stop --time=1 f5fb67b550a61048af30f9e027965faaab2b40942d70b442d5f9c148b372c063 23:41:12 $ docker rm -f f5fb67b550a61048af30f9e027965faaab2b40942d70b442d5f9c148b372c063 23:41:12 Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b188b9d6b00083e5cf297a342020ae494d8884fe 23:41:12 Merge succeeded, producing b188b9d6b00083e5cf297a342020ae494d8884fe 23:41:12 Checking out Revision b188b9d6b00083e5cf297a342020ae494d8884fe (PR-2939) 23:41:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:41:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:41:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:41:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:41:11 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2939/head:refs/remotes/origin/PR-2939 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:41:12 > git config core.sparsecheckout # timeout=10 23:41:12 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 23:41:12 > git remote # timeout=10 23:41:12 > git config --get remote.origin.url # timeout=10 23:41:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:12 > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 23:41:12 > git rev-parse HEAD^{commit} # timeout=10 23:41:12 > git config core.sparsecheckout # timeout=10 23:41:12 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:41:14 23:41:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:41:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:41:14 latest: Pulling from edgex-devops/edgex-compose-arm64 23:41:14 29e5d40040c1: Pulling fs layer 23:41:14 1ce36da41761: Pulling fs layer 23:41:14 25b303627fd3: Pulling fs layer 23:41:14 29e5d40040c1: Verifying Checksum 23:41:14 29e5d40040c1: Download complete 23:41:15 1ce36da41761: Verifying Checksum 23:41:15 1ce36da41761: Download complete 23:41:15 29e5d40040c1: Pull complete 23:41:16 Commit message: "build(snap): Change Vault's storage backend to use Raft" [Pipeline] withEnv [Pipeline] { 23:41:16 1ce36da41761: Pull complete [Pipeline] libraryResource [Pipeline] sh 23:41:17 25b303627fd3: Verifying Checksum 23:41:17 25b303627fd3: Download complete 23:41:17 + echo snap-build.sh 23:41:17 snap-build.sh 23:41:17 + SNAP_BASE_DIR=. 23:41:17 + '[' '!' -z /w/workspace/edgex-go/6 ']' 23:41:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 23:41:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 23:41:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 23:41:17 + cd /w/workspace/edgex-go/6 23:41:17 + sudo apt-get remove -qy --purge lxd lxd-client 23:41:17 Reading package lists... 23:41:17 Building dependency tree... 23:41:17 Reading state information... 23:41:17 The following packages were automatically installed and are no longer required: 23:41:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:41:17 uidmap xdelta3 23:41:17 Use 'sudo apt autoremove' to remove them. 23:41:17 The following packages will be REMOVED: 23:41:17 lxd* lxd-client* 23:41:18 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:41:18 After this operation, 31.7 MB disk space will be freed. 23:41:19 (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.) 23:41:19 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:41:20 Removing lxd dnsmasq configuration 23:41:20 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:41:20 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:41:21 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:41:21 (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.) 23:41:21 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:41:22 Processing triggers for systemd (237-3ubuntu10.42) ... 23:41:22 Processing triggers for ureadahead (0.100.0-21) ... 23:41:23 + sudo snap remove --purge lxd 23:41:24 snap "lxd" is not installed 23:41:24 + sudo groupadd --force --system lxd 23:41:24 ++ whoami 23:41:24 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:41:24 + newgrp - lxd 23:41:24 + sudo snap install lxd 23:41:27 25b303627fd3: Pull complete 23:41:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:41:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:41:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:41:27 prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container 23:41:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:41:30 $ docker top 2e116cd3166783410a34afb5fed1e05accd53d3805a3aa1bd50787536b032b32 -eo pid,comm [Pipeline] { [Pipeline] sh 23:41:31 + docker-compose build --help 23:41:31 + grep parallel 23:41:34 2020-12-15T23:41:31Z INFO Waiting for automatic snapd restart... 23:41:35 --parallel Build images in parallel. [Pipeline] } 23:41:35 $ docker stop --time=1 2e116cd3166783410a34afb5fed1e05accd53d3805a3aa1bd50787536b032b32 23:41:37 $ docker rm -f 2e116cd3166783410a34afb5fed1e05accd53d3805a3aa1bd50787536b032b32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:41:38 . [Pipeline] withDockerContainer 23:41:38 prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container 23:41:38 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:41:39 $ docker top afa0f403b3806511cf8d775299ea9cd221fbb489b09e4aed03560dce037fda7b -eo pid,comm [Pipeline] { [Pipeline] sh 23:41:41 + docker-compose -f ./docker-compose-build.yml build --parallel 23:41:44 lxd 4.9 from Canonical* installed 23:41:44 + sudo lxd init --auto 23:41:44 Building docker-core-command-go ... 23:41:44 Building docker-core-data-go ... 23:41:44 Building docker-core-metadata-go ... 23:41:44 Building docker-security-bootstrap-redis-go ... 23:41:44 Building docker-security-proxy-setup-go ... 23:41:44 Building docker-security-secrets-setup-go ... 23:41:44 Building docker-security-secretstore-setup-go ... 23:41:44 Building docker-support-notifications-go ... 23:41:44 Building docker-support-scheduler-go ... 23:41:44 Building docker-sys-mgmt-agent-go ... 23:41:44 Building docker-sys-mgmt-agent-go 23:41:44 Building docker-security-secrets-setup-go 23:41:44 Building docker-security-secretstore-setup-go 23:41:44 Building docker-support-scheduler-go 23:41:44 Building docker-core-data-go 23:41:52 + sudo snap install --classic snapcraft 23:42:00 snapcraft 4.4.4 from Canonical* installed 23:42:00 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:42:00 + patch --verbose -p1 23:42:00 Hmm... Looks like a unified diff to me... 23:42:00 The text leading up to this was: 23:42:00 -------------------------- 23:42:00 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 23:42:00 |From: Tony Espy 23:42:00 |Date: Wed, 2 Dec 2020 17:38:31 -0500 23:42:00 |Subject: [PATCH] optimize snap build for pipeline CI check 23:42:00 | 23:42:00 |This patch is used by the EdgeX CI pipeline builds to 23:42:00 |optimize the snap CI check run for pull requests. When 23:42:00 |applied, it essentially strips out everything (apps and 23:42:00 |parts) from the snapcraft.yaml file except those required 23:42:00 |to build edgex-go, as the whole idea of the CI check is to 23:42:00 |catch changes to edgex-go that break the snap build. 23:42:00 | 23:42:00 |In general, anyone updating snapcraft.yaml will also need 23:42:00 |to update this patch file, otherwise it may fail to apply, 23:42:00 |resulting in a failed snap build CI check in the associated 23:42:00 |pull request. 23:42:00 | 23:42:00 |Note - in addition to applying this patch, the pipeline also 23:42:00 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:42:00 |need to build the finally binary .snap file (and it won't 23:42:00 |work with the patch applied). This further reduces the build 23:42:00 |time. 23:42:00 |--- 23:42:00 | snap/snapcraft.yaml | 466 +------------------------------------------- 23:42:00 | 1 file changed, 2 insertions(+), 464 deletions(-) 23:42:00 | 23:42:00 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:42:00 |index b265277c..d7e1de37 100644 23:42:00 |--- a/snap/snapcraft.yaml 23:42:00 |+++ b/snap/snapcraft.yaml 23:42:00 -------------------------- 23:42:00 patching file snap/snapcraft.yaml 23:42:00 Using Plan A... 23:42:00 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 23:42:00 Hunk #2 succeeded at 81 (offset -3 lines). 23:42:00 Hunk #3 succeeded at 209 (offset -10 lines). 23:42:00 Hunk #4 succeeded at 224 (offset -10 lines). 23:42:00 Hunk #5 succeeded at 232 (offset -10 lines). 23:42:00 Hunk #6 succeeded at 239 (offset -10 lines). 23:42:00 Hunk #7 succeeded at 266 (offset -10 lines). 23:42:00 Hunk #8 succeeded at 300 (offset -10 lines). 23:42:00 Hunk #9 succeeded at 356 (offset -10 lines). 23:42:00 Hmm... Ignoring the trailing garbage. 23:42:00 done 23:42:00 + sudo snapcraft prime --use-lxd 23:42:00 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:42:00 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: 23:42:00 - README.md 23:42:00 - snapcraft.yaml.orig 23:42:00 23:42:00 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:42:01 Launching a container. 23:42:13 Waiting for container to be ready 23:42:13 To start your first instance, try: lxc launch ubuntu:18.04 23:42:13 23:42:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:42:16 Waiting for network to be ready... 23:42:16 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:42:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:42:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:42:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:42:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:42:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:42:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:42:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:42:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:42:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:42:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:42:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:42:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:42:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:42:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:42:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:42:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:42:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:42:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:42:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:42:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:42:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:42:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:42:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:42:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:42:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:42:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:42:21 Fetched 23.5 MB in 5s (4497 kB/s) 23:42:22 Reading package lists... 23:42:22 Reading package lists... 23:42:23 Building dependency tree... 23:42:23 Reading state information... 23:42:23 The following additional packages will be installed: 23:42:23 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:42:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:42:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:42:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:42:23 Suggested packages: 23:42:23 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:42:23 Recommended packages: 23:42:23 gnupg libsasl2-modules 23:42:23 The following NEW packages will be installed: 23:42:23 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:42:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:42:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:42:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:42:23 The following packages will be upgraded: 23:42:23 gpg gpg-agent gpgconf libudev1 23:42:23 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 23:42:23 Need to get 3531 kB of archives. 23:42:23 After this operation, 13.3 MB of additional disk space will be used. 23:42:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:42:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:42:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:42:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 23:42:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 23:42:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:42:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:42:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:42:23 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:42:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:42:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:42:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:42:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:42:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:42:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:42:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:42:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:42:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:42:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:42:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:42:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:42:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:42:24 debconf: delaying package configuration, since apt-utils is not installed 23:42:24 Fetched 3531 kB in 1s (3234 kB/s) 23:42:24 (Reading database ... 12511 files and directories currently installed.) 23:42:24 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:42:24 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:42:24 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:42:24 Selecting previously unselected package udev. 23:42:24 (Reading database ... 12511 files and directories currently installed.) 23:42:24 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:42:24 Unpacking udev (237-3ubuntu10.43) ... 23:42:25 Selecting previously unselected package libfuse2:amd64. 23:42:25 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:42:25 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:42:25 Selecting previously unselected package fuse. 23:42:25 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:42:25 Unpacking fuse (2.9.7-1ubuntu1) ... 23:42:25 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:42:25 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:42:25 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:42:25 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:42:25 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:42:25 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:42:25 Selecting previously unselected package libksba8:amd64. 23:42:25 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:42:25 Unpacking libksba8:amd64 (1.3.5-2) ... 23:42:25 Selecting previously unselected package libroken18-heimdal:amd64. 23:42:25 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:25 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:25 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:42:25 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:25 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:25 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:42:25 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:25 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:26 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:42:26 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:26 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:26 Selecting previously unselected package libwind0-heimdal:amd64. 23:42:26 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:26 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:26 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:42:26 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:26 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:26 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:42:26 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:26 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:26 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:42:26 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:26 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:26 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:42:26 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:42:26 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:26 Selecting previously unselected package libsasl2-modules-db:amd64. 23:42:26 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:42:26 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:42:26 Selecting previously unselected package libsasl2-2:amd64. 23:42:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:42:26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:42:26 Selecting previously unselected package libldap-common. 23:42:26 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:42:26 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:42:26 Selecting previously unselected package libldap-2.4-2:amd64. 23:42:26 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:42:26 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:42:26 Selecting previously unselected package dirmngr. 23:42:26 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:42:26 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:42:27 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:42:27 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:42:27 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:42:27 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:42:27 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:42:27 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:42:27 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:27 Setting up libksba8:amd64 (1.3.5-2) ... 23:42:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:42:27 Setting up udev (237-3ubuntu10.43) ... 23:42:27 invoke-rc.d: policy-rc.d denied execution of start. 23:42:27 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:27 Processing triggers for systemd (237-3ubuntu10) ... 23:42:27 Setting up fuse (2.9.7-1ubuntu1) ... 23:42:27 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:42:27 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:27 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:27 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:27 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:28 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:28 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:28 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:42:28 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:42:28 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:42:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:42:28 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:42:28 settings in the [Install] section, and DefaultInstance for template units). 23:42:28 This means they are not meant to be enabled using systemctl. 23:42:28 Possible reasons for having this kind of units are: 23:42:28 1) A unit may be statically enabled by being symlinked from another unit's 23:42:28 .wants/ or .requires/ directory. 23:42:28 2) A unit's purpose may be to act as a helper for some other unit which has 23:42:28 a requirement dependency on it. 23:42:28 3) A unit may be started when needed via activation (socket, path, timer, 23:42:28 D-Bus, udev, scripted systemctl call, ...). 23:42:28 4) In case of template units, the unit is meant to be enabled with some 23:42:28 instance name specified. 23:42:28 Reading package lists... 23:42:28 Building dependency tree... 23:42:28 Reading state information... 23:42:29 The following additional packages will be installed: 23:42:29 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:42:29 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:42:29 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:42:29 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:42:29 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:42:29 Suggested packages: 23:42:29 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:42:29 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:42:29 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:42:29 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:42:29 systemd-container policykit-1 23:42:29 Recommended packages: 23:42:29 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:42:29 The following NEW packages will be installed: 23:42:29 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:42:29 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:42:29 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:42:29 multiarch-support openssh-client python3 python3-minimal python3.6 23:42:29 python3.6-minimal snapd squashfs-tools sudo 23:42:29 The following packages will be upgraded: 23:42:29 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:42:29 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 23:42:29 Need to get 35.2 MB of archives. 23:42:29 After this operation, 141 MB of additional disk space will be used. 23:42:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:42:29 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:42:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:42:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:42:30 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:42:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:42:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:42:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:42:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:42:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:42:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 23:42:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:42:30 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:42:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:42:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:42:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:42:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:42:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:42:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:42:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:42:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:42:30 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:42:30 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:42:30 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:42:30 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:42:30 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:42:30 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:42:30 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:42:30 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:42:30 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:42:31 debconf: delaying package configuration, since apt-utils is not installed 23:42:31 Fetched 35.2 MB in 2s (16.0 MB/s) 23:42:31 (Reading database ... 12757 files and directories currently installed.) 23:42:31 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:42:31 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:42:32 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:42:32 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:42:32 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:42:32 (Reading database ... 12757 files and directories currently installed.) 23:42:32 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:42:32 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:42:32 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:42:32 (Reading database ... 12757 files and directories currently installed.) 23:42:32 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:42:32 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:42:33 Setting up apt (1.6.12ubuntu0.2) ... 23:42:33 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:42:33 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:42:33 (Reading database ... 12764 files and directories currently installed.) 23:42:33 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:42:33 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:42:33 Selecting previously unselected package libpython3.6-minimal:amd64. 23:42:33 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:42:33 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:42:33 Selecting previously unselected package libexpat1:amd64. 23:42:33 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:42:33 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:42:34 Selecting previously unselected package python3.6-minimal. 23:42:34 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:42:34 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:42:34 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:42:34 Checking for services that may need to be restarted...done. 23:42:34 Checking for services that may need to be restarted...done. 23:42:34 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:42:34 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:42:34 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:42:35 Selecting previously unselected package python3-minimal. 23:42:35 (Reading database ... 13012 files and directories currently installed.) 23:42:35 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:42:35 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:42:35 Selecting previously unselected package mime-support. 23:42:35 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:42:35 Unpacking mime-support (3.60ubuntu1) ... 23:42:35 Selecting previously unselected package libmpdec2:amd64. 23:42:35 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:42:35 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:42:35 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:42:35 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:42:35 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:42:35 Selecting previously unselected package python3.6. 23:42:35 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:42:35 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:42:35 Selecting previously unselected package libpython3-stdlib:amd64. 23:42:35 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:42:35 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:42:35 Setting up python3-minimal (3.6.7-1~18.04) ... 23:42:36 Selecting previously unselected package python3. 23:42:36 (Reading database ... 13442 files and directories currently installed.) 23:42:36 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:42:36 Unpacking python3 (3.6.7-1~18.04) ... 23:42:36 Selecting previously unselected package multiarch-support. 23:42:36 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 23:42:36 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 23:42:36 Setting up multiarch-support (2.27-3ubuntu1.3) ... 23:42:36 Selecting previously unselected package liblzo2-2:amd64. 23:42:36 (Reading database ... 13479 files and directories currently installed.) 23:42:36 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:42:36 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:42:36 Selecting previously unselected package libbsd0:amd64. 23:42:36 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:42:36 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:42:36 Selecting previously unselected package sudo. 23:42:36 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:42:36 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:42:36 Selecting previously unselected package apparmor. 23:42:36 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:42:36 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:42:36 Selecting previously unselected package libedit2:amd64. 23:42:36 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:42:36 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:42:37 Selecting previously unselected package libkrb5support0:amd64. 23:42:37 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:42:37 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:42:37 Selecting previously unselected package libk5crypto3:amd64. 23:42:37 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:42:37 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:42:37 Selecting previously unselected package libkeyutils1:amd64. 23:42:37 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:42:37 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:42:37 Selecting previously unselected package libkrb5-3:amd64. 23:42:37 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:42:37 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:42:37 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:42:37 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:42:37 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:42:37 Selecting previously unselected package libssl1.0.0:amd64. 23:42:37 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:42:37 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:42:37 Selecting previously unselected package openssh-client. 23:42:37 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:42:37 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:42:37 Selecting previously unselected package squashfs-tools. 23:42:37 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:42:37 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:42:37 Selecting previously unselected package snapd. 23:42:37 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:42:37 Unpacking snapd (2.48+18.04) ... 23:42:40 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:42:40 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:42:40 Setting up mime-support (3.60ubuntu1) ... 23:42:40 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:42:40 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:42:40 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:42:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:42:40 Setting up systemd (237-3ubuntu10.43) ... 23:42:40 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:42:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:42:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:42:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:42:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:42:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:42:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:42:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:42:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:42:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:42:43 Setting up python3 (3.6.7-1~18.04) ... 23:42:43 running python rtupdate hooks for python3.6... 23:42:43 running python post-rtupdate hooks for python3.6... 23:42:43 Setting up apparmor (2.12-4ubuntu5.1) ... 23:42:44 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:42:44 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:42:44 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:42:44 Setting up snapd (2.48+18.04) ... 23:42:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:42:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:42:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:42:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:42:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:42:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:42:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:42:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:42:46 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:42:46 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:42:47 /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' 23:42:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:42:47 Processing triggers for systemd (237-3ubuntu10.43) ... 23:42:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:42:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:42:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:42:49 Reading package lists... 23:42:49 Reading package lists... 23:42:50 Building dependency tree... 23:42:50 Reading state information... 23:42:50 Calculating upgrade... 23:42:50 The following packages will be upgraded: 23:42:50 advancecomp base-files bash binutils binutils-common 23:42:50 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:42:50 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:42:50 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:42:50 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:42:50 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:42:50 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:42:50 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:42:50 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 23:42:50 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 23:42:50 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 23:42:50 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 23:42:50 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 23:42:50 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:42:50 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:42:50 Need to get 63.5 MB of archives. 23:42:50 After this operation, 5191 kB of additional disk space will be used. 23:42:50 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 23:42:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 23:42:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:42:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:42:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:42:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:42:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:42:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:42:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:42:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:42:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:42:51 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 23:42:51 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 23:42:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:42:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:42:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:42:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:42:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:42:51 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:42:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:42:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 23:42:51 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:42:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:42:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:42:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:42:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:42:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:42:51 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:42:51 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:42:51 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 23:42:51 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:42:51 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:42:51 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:42:51 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:42:51 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:42:51 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:42:51 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:42:51 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:42:51 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:42:51 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:42:51 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:42:51 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:42:51 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:42:51 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:42:51 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:42:51 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:42:51 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:42:51 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:42:51 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:42:51 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:42:51 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:42:51 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:42:51 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:42:51 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:42:51 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:42:51 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:42:51 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:42:51 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:42:51 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:42:51 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:42:51 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:42:51 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:42:51 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:42:51 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:42:51 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:42:51 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:42:51 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:42:51 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:42:51 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:42:51 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:42:51 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:42:51 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:42:51 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:42:51 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:42:51 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:42:52 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:42:52 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 23:42:52 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:42:52 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:42:52 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:42:52 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:42:52 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:42:52 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:42:52 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:42:52 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:42:52 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:42:52 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:42:52 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:42:52 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:42:52 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:42:53 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:42:53 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:42:53 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:42:53 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:42:53 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:42:53 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:42:53 debconf: delaying package configuration, since apt-utils is not installed 23:42:53 Fetched 63.5 MB in 3s (20.5 MB/s) 23:42:53 (Reading database ... 13912 files and directories currently installed.) 23:42:53 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 23:42:53 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 23:42:54 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 23:42:54 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 23:42:54 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 23:42:54 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 23:42:55 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:55 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:55 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:55 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:55 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:55 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:55 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:55 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:55 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:55 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:55 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:55 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:55 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:55 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:56 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:42:56 (Reading database ... 13911 files and directories currently installed.) 23:42:56 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:56 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:42:56 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:42:56 (Reading database ... 13911 files and directories currently installed.) 23:42:56 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:56 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:56 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:56 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:56 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:42:56 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:42:56 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:42:56 (Reading database ... 13911 files and directories currently installed.) 23:42:56 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 23:42:57 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 23:42:57 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 23:42:57 (Reading database ... 13911 files and directories currently installed.) 23:42:57 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:42:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:42:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:42:57 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:42:58 Setting up base-files (10.1ubuntu2.10) ... 23:42:58 Installing new version of config file /etc/issue ... 23:42:58 Installing new version of config file /etc/issue.net ... 23:42:58 Installing new version of config file /etc/lsb-release ... 23:42:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:42:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:42:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:42:58 Removing obsolete conffile /etc/default/motd-news ... 23:42:58 (Reading database ... 13912 files and directories currently installed.) 23:42:58 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:42:58 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:42:58 Setting up bash (4.4.18-2ubuntu1.2) ... 23:42:58 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 23:42:58 (Reading database ... 13912 files and directories currently installed.) 23:42:58 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:42:58 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:42:59 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:42:59 (Reading database ... 13912 files and directories currently installed.) 23:42:59 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 23:42:59 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 23:42:59 Setting up tar (1.29b-2ubuntu0.1) ... 23:42:59 (Reading database ... 13912 files and directories currently installed.) 23:42:59 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:42:59 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:42:59 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:42:59 (Reading database ... 13912 files and directories currently installed.) 23:42:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:42:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:42:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:42:59 (Reading database ... 13912 files and directories currently installed.) 23:42:59 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:43:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:43:00 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:43:00 (Reading database ... 13912 files and directories currently installed.) 23:43:00 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:43:00 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:43:00 Setting up grep (3.1-2build1) ... 23:43:00 (Reading database ... 13912 files and directories currently installed.) 23:43:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:43:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:43:00 Setting up login (1:4.5-1ubuntu2) ... 23:43:00 (Reading database ... 13912 files and directories currently installed.) 23:43:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:43:00 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:43:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:43:00 (Reading database ... 13912 files and directories currently installed.) 23:43:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:43:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:43:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:43:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:43:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:43:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:43:02 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:43:02 (Reading database ... 13912 files and directories currently installed.) 23:43:02 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:43:02 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:43:03 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:43:03 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:43:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:43:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:43:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:43:03 (Reading database ... 13912 files and directories currently installed.) 23:43:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:43:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:43:04 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:43:04 (Reading database ... 13912 files and directories currently installed.) 23:43:04 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:04 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:04 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:43:04 (Reading database ... 13912 files and directories currently installed.) 23:43:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:04 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:43:04 (Reading database ... 13912 files and directories currently installed.) 23:43:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:43:04 (Reading database ... 13912 files and directories currently installed.) 23:43:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:43:04 (Reading database ... 13912 files and directories currently installed.) 23:43:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:43:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:43:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:43:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:43:04 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:43:05 (Reading database ... 13912 files and directories currently installed.) 23:43:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:43:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:43:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:43:05 (Reading database ... 13912 files and directories currently installed.) 23:43:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:43:05 (Reading database ... 13912 files and directories currently installed.) 23:43:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:43:05 (Reading database ... 13912 files and directories currently installed.) 23:43:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:06 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:43:06 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:43:06 ---> 5f3a909cb1e2 23:43:06 Step 3/27 : WORKDIR /edgex-go 23:43:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:43:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:43:06 ---> 5f3a909cb1e2 23:43:06 Step 3/21 : WORKDIR /edgex-go 23:43:06 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 23:43:06 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 23:43:06 ---> 5f3a909cb1e2 23:43:06 Step 3/29 : WORKDIR /edgex-go 23:43:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:43:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:43:06 ---> 5f3a909cb1e2 23:43:06 Step 3/24 : WORKDIR /edgex-go 23:43:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:43:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:43:06 ---> 5f3a909cb1e2 23:43:06 Step 3/23 : WORKDIR /edgex-go 23:43:06 ---> Running in ffd7a7141840 23:43:06 ---> Running in ffdd81fa91b9 23:43:06 ---> Running in 46a523422141 23:43:06 ---> Running in 908d6a157540 23:43:06 ---> Running in 2b88ec266f51 23:43:06 Removing intermediate container 908d6a157540 23:43:06 ---> b009b4794c67 23:43:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:06 Removing intermediate container ffd7a7141840 23:43:06 ---> 68b252a53218 23:43:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:06 Removing intermediate container ffdd81fa91b9 23:43:06 ---> 8bf8e180f47f 23:43:06 Step 4/29 : RUN apk update && apk add make git 23:43:06 Removing intermediate container 2b88ec266f51 23:43:06 ---> 3c4f117ed88f 23:43:06 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:06 Removing intermediate container 46a523422141 23:43:06 ---> 31d4aeb9dd0f 23:43:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:06 ---> Running in f9ce71e48c8f 23:43:06 ---> Running in e95edab9db01 23:43:06 ---> Running in 3dff4df7b36f 23:43:06 ---> Running in d704e7635196 23:43:06 ---> Running in 7d9476aa4176 23:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:43:06 Removing intermediate container f9ce71e48c8f 23:43:06 ---> e86967af2c8c 23:43:06 Step 5/21 : RUN apk update && apk add make git 23:43:06 Removing intermediate container 3dff4df7b36f 23:43:06 ---> f6a90e4bd1b8 23:43:06 Step 5/27 : RUN apk update && apk add make bash git 23:43:06 ---> Running in db29bc3b0f2b 23:43:06 Removing intermediate container 7d9476aa4176 23:43:06 ---> 234c2c6d2a0d 23:43:06 Step 5/24 : RUN apk update && apk add make git 23:43:06 ---> Running in 4adacfc41497 23:43:06 Removing intermediate container d704e7635196 23:43:06 ---> 4ce8cdf7d58b 23:43:06 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:43:06 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:43:06 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 23:43:06 OK: 12620 distinct packages available 23:43:06 ---> Running in d8977aea803b 23:43:06 ---> Running in efa0019bad6c 23:43:06 OK: 217 MiB in 51 packages 23:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:43:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:43:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:43:06 Removing intermediate container e95edab9db01 23:43:06 ---> 999b0d39b8cc 23:43:06 Step 5/29 : COPY go.mod . 23:43:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:43:06 (Reading database ... 13912 files and directories currently installed.) 23:43:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 23:43:06 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 23:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:43:07 Setting up libc-bin (2.27-3ubuntu1.3) ... 23:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:43:07 (Reading database ... 13912 files and directories currently installed.) 23:43:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:43:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:43:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:43:07 (Reading database ... 13914 files and directories currently installed.) 23:43:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:43:07 ---> 6cc016e871dd 23:43:07 Step 6/29 : RUN go mod download 23:43:07 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:43:07 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 23:43:07 OK: 12620 distinct packages available 23:43:07 ---> Running in e8b090a43ff9 23:43:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:43:07 Setting up debconf (1.5.66ubuntu1) ... 23:43:07 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:43:07 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 23:43:07 OK: 12620 distinct packages available 23:43:07 (Reading database ... 13914 files and directories currently installed.) 23:43:07 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:43:07 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:43:07 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:43:08 (Reading database ... 13914 files and directories currently installed.) 23:43:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:43:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:43:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:43:08 (Reading database ... 13914 files and directories currently installed.) 23:43:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:43:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:43:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 23:43:08 OK: 12620 distinct packages available 23:43:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:43:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 23:43:08 OK: 12620 distinct packages available 23:43:08 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:43:08 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:43:08 OK: 217 MiB in 51 packages 23:43:08 (Reading database ... 13914 files and directories currently installed.) 23:43:08 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:43:08 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:43:08 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:43:08 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:43:08 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:43:08 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:43:09 OK: 217 MiB in 51 packages 23:43:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:43:09 (Reading database ... 13914 files and directories currently installed.) 23:43:09 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:43:09 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:43:09 OK: 217 MiB in 51 packages 23:43:09 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:43:09 (Reading database ... 13914 files and directories currently installed.) 23:43:09 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:43:09 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:43:09 OK: 217 MiB in 51 packages 23:43:09 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:43:10 (Reading database ... 13914 files and directories currently installed.) 23:43:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:43:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:43:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:43:10 (Reading database ... 13914 files and directories currently installed.) 23:43:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:43:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:43:10 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:43:10 (Reading database ... 13914 files and directories currently installed.) 23:43:10 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:43:10 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:43:10 Setting up passwd (1:4.5-1ubuntu2) ... 23:43:10 Removing intermediate container db29bc3b0f2b 23:43:10 ---> 8706e8d4b79d 23:43:10 Step 6/21 : COPY go.mod . 23:43:10 (Reading database ... 13914 files and directories currently installed.) 23:43:10 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:43:10 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:43:10 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:43:10 Removing intermediate container 4adacfc41497 23:43:10 ---> 93daeeff122b 23:43:10 Step 6/27 : COPY go.mod . 23:43:11 (Reading database ... 13914 files and directories currently installed.) 23:43:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:43:11 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:43:11 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:43:11 (Reading database ... 13914 files and directories currently installed.) 23:43:11 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:43:11 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:43:11 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:43:11 (Reading database ... 13914 files and directories currently installed.) 23:43:11 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:43:11 Removing intermediate container d8977aea803b 23:43:11 ---> 49db20d4e89a 23:43:11 Step 6/24 : COPY go.mod . 23:43:11 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:43:11 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:43:11 (Reading database ... 13914 files and directories currently installed.) 23:43:11 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:43:11 ---> 747f779c0526 23:43:11 Step 7/21 : RUN go mod download 23:43:11 Removing intermediate container efa0019bad6c 23:43:11 ---> 6d72a0a26c8c 23:43:11 Step 6/23 : COPY go.mod . 23:43:11 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:43:11 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:43:11 (Reading database ... 13914 files and directories currently installed.) 23:43:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:43:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:43:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:43:12 ---> Running in 14a7905f3f05 23:43:12 ---> df448ec0f86c 23:43:12 Step 7/27 : RUN go mod download 23:43:12 Removing intermediate container e8b090a43ff9 23:43:12 ---> 56aad35240d4 23:43:12 Step 7/29 : COPY . . 23:43:12 (Reading database ... 13915 files and directories currently installed.) 23:43:12 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:43:12 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:43:12 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:43:12 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:43:12 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:43:12 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:43:12 ---> Running in 84caa92a5386 23:43:12 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:43:12 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:43:12 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:43:12 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:43:12 ---> a0f5f7dc8c07 23:43:12 Step 7/24 : RUN go mod download 23:43:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:43:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:43:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:43:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:43:12 ---> Running in fc9e8adc1e05 23:43:13 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:43:13 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:43:13 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:43:13 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:43:13 ---> 7aebf84e1452 23:43:13 Step 7/23 : RUN go mod download 23:43:13 ---> Running in 91ff9b17cc45 23:43:13 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:43:13 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:43:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:43:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:43:13 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 23:43:13 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 23:43:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:43:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:43:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:43:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:43:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:43:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:43:15 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:43:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:43:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:43:15 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:43:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:43:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:43:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:15 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:15 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:15 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:16 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:17 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:17 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:17 Removing intermediate container 14a7905f3f05 23:43:17 ---> 679d6ad2b5d3 23:43:17 Step 8/21 : COPY . . 23:43:17 Removing intermediate container 84caa92a5386 23:43:17 ---> f1a585546adc 23:43:17 Step 8/27 : COPY . . 23:43:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:18 Removing intermediate container 91ff9b17cc45 23:43:18 ---> 6db49e915ef3 23:43:18 Step 8/23 : COPY . . 23:43:18 Removing intermediate container fc9e8adc1e05 23:43:18 ---> 72537904983f 23:43:18 Step 8/24 : COPY . . 23:43:19 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:19 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:43:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:43:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:43:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:43:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:43:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:43:20 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:43:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:43:20 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:43:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:43:21 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:43:21 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:43:21 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:43:21 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:43:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:43:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:43:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:43:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:21 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:43:21 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:43:21 Setting up tzdata (2020d-0ubuntu0.18.04) ... 23:43:21 23:43:21 Current default time zone: 'Etc/UTC' 23:43:21 Local time is now: Tue Dec 15 23:43:21 UTC 2020. 23:43:21 Universal Time is now: Tue Dec 15 23:43:21 UTC 2020. 23:43:21 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:43:21 23:43:21 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:43:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:21 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 23:43:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:43:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:43:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:43:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:43:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:43:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:43:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:43:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:22 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:43:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:43:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:43:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:22 Setting up patch (2.7.6-2ubuntu1.1) ... 23:43:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:43:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:43:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:43:22 Installing new version of config file /etc/ssl/openssl.cnf ... 23:43:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:43:22 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 23:43:22 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:43:24 Updating certificates in /etc/ssl/certs... 23:43:24 22 added, 17 removed; done. 23:43:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 23:43:24 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:43:24 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:43:24 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:43:24 Setting up pkgbinarymangler (138.18.04.1) ... 23:43:24 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:43:24 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:43:24 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:43:24 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:43:24 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:43:25 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:43:25 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:43:25 Setting up perl (5.26.1-6ubuntu0.5) ... 23:43:25 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:43:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:43:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:43:25 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:43:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:43:25 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:43:25 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:43:25 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:43:25 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:43:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:43:25 Processing triggers for systemd (237-3ubuntu10.43) ... 23:43:25 Processing triggers for mime-support (3.60ubuntu1) ... 23:43:25 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:43:25 Updating certificates in /etc/ssl/certs... 23:43:26 0 added, 0 removed; done. 23:43:26 Running hooks in /etc/ca-certificates/update.d... 23:43:26 done. 23:43:26 Reading package lists... 23:43:26 Building dependency tree... 23:43:26 Reading state information... 23:43:26 The following NEW packages will be installed: 23:43:26 apt-transport-https 23:43:26 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:43:26 Need to get 1696 B of archives. 23:43:26 After this operation, 153 kB of additional disk space will be used. 23:43:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:43:27 debconf: delaying package configuration, since apt-utils is not installed 23:43:27 Fetched 1696 B in 0s (21.9 kB/s) 23:43:27 Selecting previously unselected package apt-transport-https. 23:43:27 (Reading database ... 13929 files and directories currently installed.) 23:43:27 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:43:27 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:43:27 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:43:27 Waiting for network to be ready... 23:43:34 2020-12-15T23:43:30Z INFO Waiting for automatic snapd restart... 23:43:34 snapd 2.48.1 from Canonical* installed 23:43:35 "snapd" switched to the "latest/stable" channel 23:43:35 23:43:39 core18 20200929 from Canonical* installed 23:43:39 "core18" switched to the "latest/stable" channel 23:43:39 23:43:43 snapcraft 4.4.4 from Canonical* installed 23:43:43 "snapcraft" switched to the "latest/stable" channel 23:43:43 23:43:45 ---> 5b92bb11a997 23:43:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 23:43:45 ---> d7afb0e492bd 23:43:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:43:45 ---> Running in 0c712cb20c96 23:43:45 ---> ab88126d5bb5 23:43:45 Step 9/23 : RUN make cmd/core-data/core-data 23:43:45 ---> 13efb6b147a2 23:43:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:43:45 ---> f496ef0c2502 23:43:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:43:45 ---> Running in 82f16b04e5b0 23:43:45 ---> Running in e4f8b390e9de 23:43:45 ---> Running in 6a2dc9eddd02 23:43:45 ---> Running in 46149b642464 23:43:45 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 23:43:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:43:45 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 23:43: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 23:43:47 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: 23:43:47 - README.md 23:43:47 - snapcraft.yaml.orig 23:43:47 23:43:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:43:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:43:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:43:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:43:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:43:55 Reading package lists... 23:43:55 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 23:44:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:44:01 Reading package lists... 23:44:01 Building dependency tree... 23:44:01 Reading state information... 23:44:01 Suggested packages: 23:44:01 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:44:01 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:44:01 Recommended packages: 23:44:01 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:44:01 The following NEW packages will be installed: 23:44:01 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:44:01 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:44:01 pkg-config zip 23:44:01 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:44:01 Need to get 7655 kB of archives. 23:44:01 After this operation, 43.7 MB of additional disk space will be used. 23:44:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:44:01 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:44:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:44:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:44:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:44:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:44:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:44:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:44:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:44:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:44:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:44:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:44:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:44:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:44:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:44:02 debconf: delaying package configuration, since apt-utils is not installed 23:44:02 Fetched 7655 kB in 1s (9538 kB/s) 23:44:02 Selecting previously unselected package libglib2.0-0:amd64. 23:44:02 (Reading database ... 13933 files and directories currently installed.) 23:44:02 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:44:02 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:44:03 Selecting previously unselected package libpsl5:amd64. 23:44:03 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:44:03 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:44:03 Selecting previously unselected package libnghttp2-14:amd64. 23:44:03 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:44:03 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:44:03 Selecting previously unselected package librtmp1:amd64. 23:44:03 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:44:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:44:03 Selecting previously unselected package libcurl3-gnutls:amd64. 23:44:03 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:44:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:44:03 Selecting previously unselected package liberror-perl. 23:44:03 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:44:03 Unpacking liberror-perl (0.17025-1) ... 23:44:03 Selecting previously unselected package git-man. 23:44:03 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:44:03 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:44:03 Selecting previously unselected package git. 23:44:03 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:44:03 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:44:04 Selecting previously unselected package libnorm1:amd64. 23:44:04 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:44:04 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:44:04 Selecting previously unselected package libpgm-5.2-0:amd64. 23:44:04 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:44:04 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:44:04 Selecting previously unselected package libsodium23:amd64. 23:44:04 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:44:04 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:44:04 Selecting previously unselected package libzmq5:amd64. 23:44:04 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:44:04 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:44:05 Selecting previously unselected package libzmq3-dev:amd64. 23:44:05 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:44:05 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:44:05 Selecting previously unselected package pkg-config. 23:44:05 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:44:05 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:44:05 Selecting previously unselected package zip. 23:44:05 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:44:05 Unpacking zip (3.0-11build1) ... 23:44:05 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:44:05 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:44:05 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:44:05 Setting up liberror-perl (0.17025-1) ... 23:44:05 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:44:05 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:44:05 No schema files found: doing nothing. 23:44:05 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:44:05 Setting up zip (3.0-11build1) ... 23:44:05 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:44:05 Setting up libsodium23:amd64 (1.0.16-2) ... 23:44:05 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:44:05 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:44:05 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:44:05 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:44:05 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:44:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:44:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:44:12 git set to automatically installed. 23:44:12 git-man set to automatically installed. 23:44:12 libcurl3-gnutls set to automatically installed. 23:44:12 liberror-perl set to automatically installed. 23:44:12 libglib2.0-0 set to automatically installed. 23:44:12 libnghttp2-14 set to automatically installed. 23:44:12 libnorm1 set to automatically installed. 23:44:12 libpgm-5.2-0 set to automatically installed. 23:44:12 libpsl5 set to automatically installed. 23:44:12 librtmp1 set to automatically installed. 23:44:12 libsodium23 set to automatically installed. 23:44:12 libzmq3-dev set to automatically installed. 23:44:12 libzmq5 set to automatically installed. 23:44:12 pkg-config set to automatically installed. 23:44:12 zip set to automatically installed. 23:44:13 snapd is not logged in, snap install commands will use sudo 23:44:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:44:20 snap "core18" has no updates available 23:44:21 Pulling config-common 23:44:23 Pulling go-build-helper 23:44:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:44:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:44:49 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:44:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:44:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:44:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:44:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:44:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:44:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:44:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:44:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:44:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:44:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:44:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:44:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:44:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:44:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:44:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:44:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:44:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:44:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:44:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:44:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:44:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:44:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:44:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:44:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:44:49 Fetched 23.5 MB in 0s (0 B/s) 23:44:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:44:49 Fetched 96.5 kB in 0s (0 B/s) 23:44:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:44:49 Fetched 279 kB in 0s (0 B/s) 23:44:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:44:49 Fetched 122 kB in 0s (0 B/s) 23:44:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:44:49 Fetched 77.8 kB in 0s (0 B/s) 23:44:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:44:49 Fetched 8848 B in 0s (0 B/s) 23:44:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:44:49 Fetched 47.8 kB in 0s (0 B/s) 23:44:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:44:49 Fetched 45.6 kB in 0s (0 B/s) 23:44:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 23:44:49 Fetched 14.8 kB in 0s (0 B/s) 23:44:49 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:44:49 Fetched 214 kB in 0s (0 B/s) 23:44:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 23:44:49 Fetched 155 kB in 0s (0 B/s) 23:44:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:44:49 Fetched 50.6 kB in 0s (0 B/s) 23:44:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:44:49 Fetched 14.8 kB in 0s (0 B/s) 23:44:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:44:49 Fetched 41.8 kB in 0s (0 B/s) 23:44:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:44:49 Fetched 499 kB in 0s (0 B/s) 23:44:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:44:49 Fetched 111 kB in 0s (0 B/s) 23:44:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:44:49 Fetched 240 kB in 0s (0 B/s) 23:44:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:44:49 Fetched 29.3 kB in 0s (0 B/s) 23:44:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:44:49 Fetched 85.5 kB in 0s (0 B/s) 23:44:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:44:49 Fetched 24.5 kB in 0s (0 B/s) 23:44:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 23:44:49 Fetched 49.2 kB in 0s (0 B/s) 23:44:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:44:49 Fetched 54.2 kB in 0s (0 B/s) 23:44:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:44:49 Fetched 30.8 kB in 0s (0 B/s) 23:44:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 23:44:49 Fetched 17.0 kB in 0s (0 B/s) 23:44:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:44:49 Fetched 85.9 kB in 0s (0 B/s) 23:44:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:44:49 Fetched 8720 B in 0s (0 B/s) 23:44:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:44:49 Fetched 137 kB in 0s (0 B/s) 23:44:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:44:49 Fetched 119 kB in 0s (0 B/s) 23:44:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:44:49 Fetched 109 kB in 0s (0 B/s) 23:44:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:44:49 Fetched 11.1 kB in 0s (0 B/s) 23:44:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:44:49 Fetched 645 kB in 0s (0 B/s) 23:44:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:44:49 Fetched 41.3 kB in 0s (0 B/s) 23:44:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:44:49 Fetched 17.9 kB in 0s (0 B/s) 23:44:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:44:49 Fetched 368 kB in 0s (0 B/s) 23:44:49 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 23:44:49 Fetched 187 kB in 0s (0 B/s) 23:44:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:44:49 Fetched 175 kB in 0s (0 B/s) 23:44:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:44:49 Fetched 206 kB in 0s (0 B/s) 23:44:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:44:49 Fetched 1301 kB in 0s (0 B/s) 23:44:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:44:49 Fetched 36.2 kB in 0s (0 B/s) 23:44:49 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:44:49 Fetched 159 kB in 0s (0 B/s) 23:44:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:44:49 Fetched 107 kB in 0s (0 B/s) 23:44:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:44:49 Fetched 48.7 kB in 0s (0 B/s) 23:44:49 Pulling static-packages 23:44:49 'go115' has dependencies that need to be staged: go-build-helper static-packages 23:44:49 Skipping pull go-build-helper (already ran) 23:44:49 Skipping pull static-packages (already ran) 23:44:49 Building go-build-helper 23:44:53 Building static-packages 23:44:55 Staging go-build-helper 23:44:56 Staging static-packages 23:44:57 Pulling go115 23:44:58 'edgex-go' has dependencies that need to be staged: go115 23:44:58 Skipping pull go115 (already ran) 23:44:58 Building go115 23:44:58 % Total % Received % Xferd Average Speed Time Time Time Current 23:44:58 Dload Upload Total Spent Left Speed 23:45:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 17.1M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.6M 49 115M 49 57.6M 0 0 32.8M 0 0:00:03 0:00:01 0:00:02 32.7M 85 115M 85 98.9M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 36.0M 0 0:00:03 0:00:03 --:--:-- 36.0M 23:45:02 go1.15.2.linux-amd64.tar.gz: OK 23:45:07 Staging go115 23:45:07 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 23:45:07 Removing intermediate container 0c712cb20c96 23:45:07 ---> 5a8d35ea8370 23:45:07 23:45:07 Step 9/29 : FROM alpine:latest 23:45:07 latest: Pulling from library/alpine 23:45:07 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 23:45:07 Status: Downloaded newer image for alpine:latest 23:45:07 ---> dd36a01c3f31 23:45:07 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 23:45:07 ---> Running in f2b82733bea6 23:45:07 Removing intermediate container f2b82733bea6 23:45:07 ---> 542225640659 23:45:07 Step 11/29 : USER root 23:45:07 ---> Running in ed5e74d23ea6 23:45:08 Removing intermediate container ed5e74d23ea6 23:45:08 ---> b8b576f4da58 23:45:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 23:45:08 ---> Running in d82b2510f3c0 23:45:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:11 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:45:11 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:45:11 OK: 12617 distinct packages available 23:45:12 (1/2) Installing ca-certificates (20191127-r4) 23:45:12 (2/2) Installing dumb-init (1.2.2-r1) 23:45:12 Executing busybox-1.31.1-r19.trigger 23:45:12 Executing ca-certificates-20191127-r4.trigger 23:45:12 OK: 6 MiB in 16 packages 23:45:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:45:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:45:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:45:13 Fetched 0 B in 0s (0 B/s) 23:45:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:45:13 Fetched 224 kB in 0s (0 B/s) 23:45:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:45:13 Fetched 157 kB in 0s (0 B/s) 23:45:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:45:13 Fetched 221 kB in 0s (0 B/s) 23:45:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:45:13 Fetched 143 kB in 0s (0 B/s) 23:45:13 Pulling edgex-go 23:45:14 Pulling version 23:45:15 Building config-common 23:45:16 Removing intermediate container d82b2510f3c0 23:45:16 ---> 024c107c33bd 23:45:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 23:45:17 ---> Running in 953f77a4511d 23:45:18 Skipping build go-build-helper (already ran) 23:45:18 Skipping build static-packages (already ran) 23:45:18 Skipping build go115 (already ran) 23:45:18 Building edgex-go 23:45:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:45:19 go: downloading github.com/gorilla/mux v1.8.0 23:45:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:45:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 23:45:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.128 23:45:19 Removing intermediate container 953f77a4511d 23:45:19 ---> 0f19b94c9828 23:45:19 Step 14/29 : WORKDIR $BASE_DIR 23:45:19 Removing intermediate container e4f8b390e9de 23:45:19 ---> 652e7850ee6a 23:45:19 23:45:19 Step 10/24 : FROM alpine:3.10 23:45:19 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 23:45:19 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 23:45:19 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 23:45:19 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:45:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:45:19 go: downloading github.com/pelletier/go-toml v1.2.0 23:45:19 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:45:19 go: downloading github.com/imdario/mergo v0.3.11 23:45:19 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:45:19 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:45:19 go: downloading github.com/BurntSushi/toml v0.3.1 23:45:19 go: downloading github.com/google/uuid v1.1.2 23:45:19 go: downloading github.com/go-kit/kit v0.8.0 23:45:19 go: downloading github.com/pebbe/zmq4 v1.0.0 23:45:19 go: downloading gopkg.in/yaml.v2 v2.4.0 23:45:19 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:45:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:45:19 go: downloading github.com/pkg/errors v0.8.1 23:45:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:45:19 go: downloading github.com/hashicorp/consul/api v1.1.0 23:45:19 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 23:45:19 go: downloading github.com/x448/float16 v0.8.4 23:45:19 3.10: Pulling from library/alpine 23:45:19 ---> Running in b32e4d9e8318 23:45:19 go: downloading github.com/mitchellh/copystructure v1.0.0 23:45:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:45:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:45:19 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:45:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:45:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:45:19 go: downloading github.com/hashicorp/serf v0.8.2 23:45:19 go: downloading github.com/leodido/go-urn v1.2.0 23:45:19 go: downloading github.com/go-playground/universal-translator v0.17.0 23:45:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:45:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:45:19 go: downloading github.com/go-playground/locales v0.13.0 23:45:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:45:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:45:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:45:21 Removing intermediate container b32e4d9e8318 23:45:21 ---> 9022f7978791 23:45:21 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 23:45:21 Removing intermediate container 46149b642464 23:45:21 ---> 06572b297b9a 23:45:21 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:45:21 ---> Running in 3ae9e2e4b033 23:45:21 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:45:21 ---> Running in 52dca1981ee3 23:45:21 Status: Downloaded newer image for alpine:3.10 23:45:21 ---> 536a684cf733 23:45:21 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:45:22 ---> Running in 304b7624d678 23:45:24 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 23:45:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 23:45:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 23:45:26 Removing intermediate container 3ae9e2e4b033 23:45:26 ---> cc83d2ec336e 23:45:26 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 23:45:26 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:45:26 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:45:26 OK: 10171 distinct packages available 23:45:26 (1/5) Installing ca-certificates (20191127-r2) 23:45:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:45:26 (3/5) Installing libcurl (7.66.0-r3) 23:45:26 (4/5) Installing curl (7.66.0-r3) 23:45:26 (5/5) Installing dumb-init (1.2.2-r1) 23:45:26 Executing busybox-1.30.1-r3.trigger 23:45:26 Executing ca-certificates-20191127-r2.trigger 23:45:27 OK: 7 MiB in 19 packages 23:45:27 ---> 902cb70e3d2b 23:45:27 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 23:45:28 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 23:45:29 ---> aad8dbf9c381 23:45:29 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 23:45:30 Removing intermediate container 304b7624d678 23:45:30 ---> c02fde8293c2 23:45:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:45:31 ---> b4a8a6a58706 23:45:31 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 23:45:31 ---> Running in d1048a3fb8c1 23:45:32 Removing intermediate container d1048a3fb8c1 23:45:32 ---> 21535715cb9a 23:45:32 Step 13/24 : WORKDIR / 23:45:32 ---> Running in b497fb4b520f 23:45:33 ---> 39d73992535f 23:45:33 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 23:45:33 Removing intermediate container 52dca1981ee3 23:45:33 ---> 61e3feeb7dad 23:45:33 23:45:33 Step 11/27 : FROM docker:latest 23:45:33 ---> 0c09fb3ff9b5 23:45:33 Step 12/27 : RUN apk add --no-cache bash 23:45:33 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 23:45:34 ---> Running in cb3a2c00a12c 23:45:34 Removing intermediate container b497fb4b520f 23:45:34 ---> e0dec8cf7c48 23:45:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:45:34 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 23:45:35 ---> 98ef2f366fb2 23:45:35 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 23:45:35 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 23:45:36 ---> Running in b93cfe892306 23:45:36 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 23:45:36 go: downloading github.com/stretchr/testify v1.5.1 23:45:36 go: downloading github.com/davecgh/go-spew v1.1.1 23:45:36 go: downloading github.com/pmezard/go-difflib v1.0.0 23:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:36 ---> 47ad7bb77c16 23:45:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:37 (1/2) Installing readline (8.0.4-r0) 23:45:37 (2/2) Installing bash (5.0.17-r0) 23:45:37 Executing bash-5.0.17-r0.post-install 23:45:37 Executing busybox-1.31.1-r19.trigger 23:45:37 OK: 12 MiB in 22 packages 23:45:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:45:37 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:45:37 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:45:38 Removing intermediate container 6a2dc9eddd02 23:45:38 ---> 7bf3fd319cd4 23:45:38 23:45:38 Step 10/21 : FROM scratch 23:45:38 ---> 23:45:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:45:38 ---> 642b3de3b4c9 23:45:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:45:38 ---> Running in 0f216c62b3fc 23:45:39 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 23:45:40 Removing intermediate container 0f216c62b3fc 23:45:40 ---> 62efded3c52a 23:45:40 Step 12/21 : ENV APP_PORT=48085 23:45:40 ---> b90bcccafe00 23:45:40 Removing intermediate container cb3a2c00a12c 23:45:40 ---> 3080002171c8 23:45:40 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:45:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:45:40 ---> Running in 267373535f9a 23:45:40 ---> Running in 928600689aff 23:45:40 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 23:45:40 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:45:40 Removing intermediate container b93cfe892306 23:45:40 ---> cd9fcd6b8eb8 23:45:40 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 23:45:41 Removing intermediate container 267373535f9a 23:45:41 ---> 53b239be6dab 23:45:41 Step 13/21 : EXPOSE $APP_PORT 23:45:41 ---> Running in 10623d0e2424 23:45:41 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 23:45:41 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:45:42 ---> f034a79f0deb 23:45:42 ---> 6eb40a4889a4 23:45:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:45:42 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:45:42 Removing intermediate container 10623d0e2424 23:45:42 ---> 46e4668a32be 23:45:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:45:42 ---> Running in 20bdd72ce40f 23:45:43 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 23:45:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:45:43 ---> 3a236511587c 23:45:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:45:44 ---> 23ff873fade9 23:45:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:45:44 Removing intermediate container 928600689aff 23:45:44 ---> 8008c57704d0 23:45:44 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:45:44 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 23:45:44 ---> Running in 28501714a883 23:45:45 Removing intermediate container 28501714a883 23:45:45 ---> 83de9f457419 23:45:45 Step 15/27 : ENV APP_PORT=48090 23:45:45 ---> 9bf78be9b9a1 23:45:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:45:45 ---> 2cfa498ce004 23:45:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:45:45 ---> Running in 9e07f7fc6cd8 23:45:45 Removing intermediate container 20bdd72ce40f 23:45:45 ---> ac781bde8974 23:45:45 Step 24/29 : RUN chmod 755 security-secrets-setup 23:45:45 ---> Running in 2628e2ce22fb 23:45:46 ---> Running in 45813d323c0b 23:45:47 Building version 23:45:47 Removing intermediate container 9e07f7fc6cd8 23:45:47 ---> f1177606930d 23:45:47 Step 16/27 : EXPOSE $APP_PORT 23:45:47 ---> b7698054ce2c 23:45:47 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:45:47 ---> Running in 2205d4f5dfb0 23:45:47 ---> Running in 396cbbaa6adb 23:45:48 Removing intermediate container 2205d4f5dfb0 23:45:48 ---> 735f7a146916 23:45:48 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:45:48 Removing intermediate container 396cbbaa6adb 23:45:48 ---> e10d77388666 23:45:48 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:45:48 ---> Running in ce2afd13dfd7 23:45:49 Staging config-common 23:45:49 Removing intermediate container ce2afd13dfd7 23:45:49 ---> 780629ce1be4 23:45:49 Step 19/21 : LABEL arch=arm64 23:45:49 Removing intermediate container 2628e2ce22fb 23:45:49 ---> 98b4bfecee6b 23:45:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:45:49 ---> 95e2bd766dc3 23:45:49 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:45:49 ---> Running in f33ca16e6c8b 23:45:49 ---> Running in cdd35a7ae18a 23:45:50 Removing intermediate container 45813d323c0b 23:45:50 ---> 0d8564cff1b6 23:45:50 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 23:45:50 ---> Running in efec6d52077d 23:45:50 Skipping stage go-build-helper (already ran) 23:45:50 Skipping stage static-packages (already ran) 23:45:50 Skipping stage go115 (already ran) 23:45:50 Staging edgex-go 23:45:50 Removing intermediate container f33ca16e6c8b 23:45:50 ---> 71a1e18b3247 23:45:50 Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:45:50 Removing intermediate container cdd35a7ae18a 23:45:50 ---> b8074fdc537a 23:45:50 Step 22/24 : LABEL arch=arm64 23:45:51 ---> Running in 6e5f60247a44 23:45:51 ---> bc64af924b49 23:45:51 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:45:51 Removing intermediate container efec6d52077d 23:45:51 ---> 4ff19a58789f 23:45:51 Step 26/29 : CMD [ "generate" ] 23:45:51 ---> Running in 39e81983e079 23:45:51 ---> Running in 143b40088e2c 23:45:51 Removing intermediate container 6e5f60247a44 23:45:51 ---> 84f6ced9e988 23:45:51 Step 21/21 : LABEL version=0.0.0 23:45:51 ---> Running in 65539f5a66cc 23:45:51 Staging version 23:45:51 Removing intermediate container 39e81983e079 23:45:51 ---> d1be5df4c79e 23:45:51 Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:45:51 Removing intermediate container 143b40088e2c 23:45:51 ---> 8ccccd9c923c 23:45:51 Step 27/29 : LABEL arch=arm64 23:45:52 ---> Running in eaba60a6aea4 23:45:52 ---> Running in e981f5d21890 23:45:52 ---> 7b7e91fa8f90 23:45:52 Step 20/27 : RUN apk --no-cache add py3-pip 23:45:52 Removing intermediate container 65539f5a66cc 23:45:52 ---> 455acea37646 23:45:52 23:45:52 ---> Running in 68209f7fdf18 23:45:52 Priming config-common 23:45:52 Removing intermediate container eaba60a6aea4 23:45:52 ---> 7900bfabca0b 23:45:52 Step 24/24 : LABEL version=0.0.0 23:45:52 Removing intermediate container e981f5d21890 23:45:52 ---> 43205e570ff7 23:45:52 Step 28/29 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:45:52 Successfully built 455acea37646 23:45:52 ---> Running in 3d18195bc7f4 23:45:52 Successfully tagged docker-support-scheduler-go-arm64:latest 23:45:52 Building docker-support-notifications-go 23:45:53  Building docker-support-scheduler-go ... done  ---> Running in 7c66a82df93f 23:45:53 Removing intermediate container 3d18195bc7f4 23:45:53 ---> 542e9f5daaa5 23:45:53 23:45:53 Priming go-build-helper 23:45:54 Removing intermediate container 7c66a82df93f 23:45:54 ---> 037eae7af02a 23:45:54 Step 29/29 : LABEL version=0.0.0 23:45:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:54 ---> Running in 634197516d73 23:45:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:54 Successfully built 542e9f5daaa5 23:45:54 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:45:54 Building docker-security-proxy-setup-go 23:45:54 Priming static-packages 23:45:54  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) 23:45:54 (2/33) Installing expat (2.2.9-r1) 23:45:54 (3/33) Installing libffi (3.3-r2) 23:45:54 (4/33) Installing gdbm (1.13-r1) 23:45:54 (5/33) Installing xz-libs (5.2.5-r0) 23:45:54 (6/33) Installing sqlite-libs (3.32.1-r0) 23:45:54 (7/33) Installing python3 (3.8.5-r0) 23:45:55 Removing intermediate container 634197516d73 23:45:55 ---> 664e0d2ef15f 23:45:55 23:45:55 Successfully built 664e0d2ef15f 23:45:55 Successfully tagged docker-security-secrets-setup-go-arm64:latest 23:45:55 Building docker-security-bootstrap-redis-go 23:45:57  Building docker-security-secrets-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 23:45:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:45:57 (10/33) Installing py3-parsing (2.4.7-r0) 23:45:57 (11/33) Installing py3-six (1.15.0-r0) 23:45:57 (12/33) Installing py3-packaging (20.4-r0) 23:45:57 (13/33) Installing py3-setuptools (47.0.0-r0) 23:45:57 (14/33) Installing py3-chardet (3.0.4-r4) 23:45:57 (15/33) Installing py3-idna (2.9-r0) 23:45:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:45:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:45:57 (18/33) Installing py3-requests (2.23.0-r0) 23:45:57 (19/33) Installing py3-msgpack (1.0.0-r0) 23:45:57 (20/33) Installing py3-lockfile (0.12.2-r3) 23:45:57 Priming go115 23:45:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:45:57 (22/33) Installing py3-colorama (0.4.3-r0) 23:45:57 (23/33) Installing py3-distlib (0.3.0-r0) 23:45:57 (24/33) Installing py3-distro (1.5.0-r1) 23:45:57 (25/33) Installing py3-webencodings (0.5.1-r3) 23:45:57 (26/33) Installing py3-html5lib (1.0.1-r4) 23:45:57 (27/33) Installing py3-pytoml (0.1.21-r0) 23:45:57 (28/33) Installing py3-pep517 (0.8.2-r0) 23:45:57 (29/33) Installing py3-progress (1.5-r0) 23:45:57 (30/33) Installing py3-toml (0.10.1-r0) 23:45:57 (31/33) Installing py3-retrying (1.3.3-r0) 23:45:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:45:57 (33/33) Installing py3-pip (20.1.1-r0) 23:45:58 Priming edgex-go 23:45:58 Executing busybox-1.31.1-r19.trigger 23:45:58 OK: 71 MiB in 55 packages 23:45:59 Priming version 23:45:59 Removing intermediate container 82f16b04e5b0 23:45:59 ---> dbe14ef522b1 23:45:59 23:45:59 Step 10/23 : FROM alpine 23:45:59 ---> dd36a01c3f31 23:45:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:46:00 ---> Running in f933269780d4 23:46:00 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 23:46:01 Removing intermediate container f933269780d4 23:46:01 ---> a46db53dbc74 23:46:01 Step 12/23 : ENV APP_PORT=48080 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 23:46:02 ---> Running in 48724123496b [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:46:03 Removing intermediate container 48724123496b 23:46:03 ---> ce5697fcd1fb 23:46:03 Step 13/23 : EXPOSE $APP_PORT 23:46:03 ---> Running in 42cf52971741 23:46:04 Removing intermediate container 42cf52971741 23:46:04 ---> 2f12c859f99a 23:46:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:46:04 ---> Running in 0157f8f0e95b 23:46:06 Removing intermediate container 68209f7fdf18 23:46:06 ---> 6d85a40f56cf 23:46:06 Step 21/27 : RUN pip install docker-compose==1.23.2 23:46:06 ---> Running in 69ee430f3d37 23:46:08 Removing intermediate container 0157f8f0e95b 23:46:08 ---> 567119d95d66 23:46:08 Step 15/23 : RUN apk --no-cache add zeromq 23:46:08 ---> Running in 467db98a003c 23:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:46:10 (1/5) Installing libgcc (9.3.0-r2) 23:46:11 (2/5) Installing libsodium (1.0.18-r0) 23:46:11 (3/5) Installing libstdc++ (9.3.0-r2) 23:46:11 (4/5) Installing libzmq (4.3.3-r0) 23:46:11 (5/5) Installing zeromq (4.3.3-r0) 23:46:11 Executing busybox-1.31.1-r19.trigger 23:46:11 OK: 8 MiB in 19 packages 23:46:12 Collecting docker-compose==1.23.2 23:46:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:46:13 Removing intermediate container 467db98a003c 23:46:13 ---> 36846cd2dc23 23:46:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:46:14 ---> 3fcc447550d0 23:46:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:46:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:46:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:46:15 Collecting dockerpty<0.5,>=0.4.1 23:46:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:46:17 ---> e7101d899b35 23:46:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:46:18 Collecting PyYAML<4,>=3.10 23:46:18 Downloading PyYAML-3.13.tar.gz (270 kB) 23:46:19 ---> d0d94b1231a0 23:46:19 Step 19/23 : ENTRYPOINT ["/core-data"] 23:46:19 ---> Running in 7993fd4cd34f 23:46:20 Removing intermediate container 7993fd4cd34f 23:46:20 ---> 6f2d811649c0 23:46:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:46:20 ---> Running in 2a3dfb4c1581 23:46:21 Removing intermediate container 2a3dfb4c1581 23:46:21 ---> 757d4d180c37 23:46:21 Step 21/23 : LABEL arch=arm64 23:46:21 ---> Running in 54bf0e942c07 23:46:22 Removing intermediate container 54bf0e942c07 23:46:22 ---> 54f1997826ce 23:46:22 Step 22/23 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:46:22 ---> Running in ca626c5898e7 23:46:23 Collecting jsonschema<3,>=2.5.1 23:46:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:46:23 Removing intermediate container ca626c5898e7 23:46:23 ---> 1dd23833f959 23:46:23 Step 23/23 : LABEL version=0.0.0 23:46:23 ---> Running in ab98294d9faa 23:46:23 Collecting cached-property<2,>=1.2.0 23:46:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:46:23 Collecting docopt<0.7,>=0.6.1 23:46:23 Downloading docopt-0.6.2.tar.gz (25 kB) 23:46:24 Removing intermediate container ab98294d9faa 23:46:24 ---> c6b7a27a9b21 23:46:24 23:46:25 Successfully built c6b7a27a9b21 23:46:25 Successfully tagged docker-core-data-go-arm64:latest 23:46:25  Building docker-core-data-go ... done Building docker-core-metadata-go 23:46:27 Collecting websocket-client<1.0,>=0.32.0 23:46:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:46:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:46:27 Collecting texttable<0.10,>=0.9.0 23:46:27 Downloading texttable-0.9.1.tar.gz (11 kB) 23:46:30 Collecting docker<4.0,>=3.6.0 23:46:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:46:31 Collecting urllib3<1.25,>=1.21.1 23:46:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:46:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:46:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:46:31 ---> 5f3a909cb1e2 23:46:31 Step 3/24 : WORKDIR /edgex-go 23:46:31 ---> Using cache 23:46:31 ---> 31d4aeb9dd0f 23:46:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:46:31 ---> Using cache 23:46:31 ---> 234c2c6d2a0d 23:46:31 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:46:31 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) 23:46:31 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) 23:46:32 Collecting idna<2.8,>=2.5 23:46:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:46:33 ---> Running in ac47ca93cc59 23:46:33 Collecting docker-pycreds>=0.4.0 23:46:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:46:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:46:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:46:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:46:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:46:34 Installing collected packages: urllib3, idna, requests, dockerpty, PyYAML, jsonschema, cached-property, docopt, websocket-client, texttable, docker-pycreds, docker, docker-compose 23:46:34 Attempting uninstall: urllib3 23:46:34 Found existing installation: urllib3 1.25.9 23:46:34 Uninstalling urllib3-1.25.9: 23:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:46:34 Successfully uninstalled urllib3-1.25.9 23:46:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:46:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:46:35 ---> 5f3a909cb1e2 23:46:35 Step 3/21 : WORKDIR /edgex-go 23:46:35 ---> Using cache 23:46:35 ---> 31d4aeb9dd0f 23:46:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:46:35 ---> Using cache 23:46:35 ---> 234c2c6d2a0d 23:46:35 Step 5/21 : RUN apk update && apk add make git 23:46:35 ---> Using cache 23:46:35 ---> 49db20d4e89a 23:46:35 Step 6/21 : COPY go.mod . 23:46:35 ---> Using cache 23:46:35 ---> a0f5f7dc8c07 23:46:35 Step 7/21 : RUN go mod download 23:46:35 ---> Using cache 23:46:35 ---> 72537904983f 23:46:35 Step 8/21 : COPY . . 23:46:35 ---> Using cache 23:46:35 ---> d7afb0e492bd 23:46:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:46:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:46:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:46:35 ---> 5f3a909cb1e2 23:46:35 Step 3/22 : WORKDIR /edgex-go 23:46:35 ---> Using cache 23:46:35 ---> 31d4aeb9dd0f 23:46:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:46:35 ---> Using cache 23:46:35 ---> 234c2c6d2a0d 23:46:35 Step 5/22 : RUN apk update && apk add make git 23:46:35 ---> Using cache 23:46:35 ---> 49db20d4e89a 23:46:35 Step 6/22 : COPY go.mod . 23:46:35 ---> Using cache 23:46:35 ---> a0f5f7dc8c07 23:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:46:35 Step 7/22 : RUN go mod download 23:46:35 ---> Using cache 23:46:35 ---> 72537904983f 23:46:35 Step 8/22 : COPY . . 23:46:35 ---> Using cache 23:46:35 ---> d7afb0e492bd 23:46:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:46:35 Attempting uninstall: idna 23:46:35 Found existing installation: idna 2.9 23:46:35 Uninstalling idna-2.9: 23:46:35 ---> Running in 122c3b1b88a7 23:46:35 Successfully uninstalled idna-2.9 23:46:36 ---> Running in 4732a7d79e3e 23:46:36 Attempting uninstall: requests 23:46:36 Found existing installation: requests 2.23.0 23:46:36 Uninstalling requests-2.23.0: 23:46:37 Successfully uninstalled requests-2.23.0 23:46:37 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 23:46:37 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 23:46:37 OK: 12620 distinct packages available 23:46:37 Running setup.py install for dockerpty: started 23:46:37 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 23:46:37 OK: 217 MiB in 51 packages 23:46:38 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 23:46:40 Running setup.py install for dockerpty: finished with status 'done' 23:46:40 Running setup.py install for PyYAML: started 23:46:40 Removing intermediate container ac47ca93cc59 23:46:40 ---> 84802841fefe 23:46:40 Step 6/24 : COPY go.mod . 23:46:41 ---> f0ee876b679d 23:46:41 Step 7/24 : RUN go mod download 23:46:42 ---> Running in deb8a5426d38 23:46:43 Running setup.py install for PyYAML: finished with status 'done' 23:46:44 Running setup.py install for docopt: started 23:46:47 Running setup.py install for docopt: finished with status 'done' 23:46:47 Removing intermediate container deb8a5426d38 23:46:47 ---> ac842657bb21 23:46:47 Step 8/24 : COPY . . 23:46:47 Running setup.py install for texttable: started 23:46:51 Running setup.py install for texttable: finished with status 'done' 23:46:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 23:46:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:46:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:46:56 ---> 5f3a909cb1e2 23:46:56 Step 3/22 : WORKDIR /edgex-go 23:46:56 ---> Using cache 23:46:56 ---> 31d4aeb9dd0f 23:46:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:46:56 ---> Using cache 23:46:56 ---> 234c2c6d2a0d 23:46:56 Step 5/22 : RUN apk update && apk add make git 23:46:56 ---> Using cache 23:46:56 ---> 49db20d4e89a 23:46:56 Step 6/22 : COPY go.mod . 23:46:56 ---> Using cache 23:46:56 ---> a0f5f7dc8c07 23:46:56 Step 7/22 : RUN go mod download 23:46:56 ---> Using cache 23:46:56 ---> 72537904983f 23:46:56 Step 8/22 : COPY . . 23:46:56 ---> Using cache 23:46:56 ---> d7afb0e492bd 23:46:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:46:59 ---> Running in d0fa13eb5134 23:47:01 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 23:47:03 Removing intermediate container 69ee430f3d37 23:47:03 ---> d7bfd14f2e7c 23:47:03 Step 22/27 : RUN apk --no-cache add curl 23:47:04 ---> Running in b382f9bf3024 23:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:47:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:47:09 (2/3) Installing libcurl (7.69.1-r3) 23:47:09 (3/3) Installing curl (7.69.1-r3) 23:47:09 Executing busybox-1.31.1-r19.trigger 23:47:09 OK: 71 MiB in 58 packages 23:47:12 Removing intermediate container b382f9bf3024 23:47:12 ---> 19463b9ecc46 23:47:12 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:47:13 ---> Running in 312e5b0c58df 23:47:13 ---> 7c5803bdb7a1 23:47:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:47:13 Removing intermediate container 312e5b0c58df 23:47:13 ---> 546ae2997b61 23:47:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:47:13 ---> Running in 47f27669317d 23:47:13 ---> Running in 89150649dc5d 23:47:14 Removing intermediate container 89150649dc5d 23:47:14 ---> 5c4e3385fad7 23:47:14 Step 25/27 : LABEL arch=arm64 23:47:14 ---> Running in 403571bbdc32 23:47:15 Removing intermediate container 403571bbdc32 23:47:15 ---> 20302da313fb 23:47:15 Step 26/27 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:47:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:47:15 ---> Running in 33cf6c645c81 23:47:16 Removing intermediate container 33cf6c645c81 23:47:16 ---> 167aaa6ae783 23:47:16 Step 27/27 : LABEL version=0.0.0 23:47:16 ---> Running in 945c61d33e33 23:47:17 Removing intermediate container 945c61d33e33 23:47:17 ---> 99a63558da7e 23:47:17 23:47:17 Successfully built 99a63558da7e 23:47:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:47:17  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go 23:47:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:47:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:47:50 ---> 5f3a909cb1e2 23:47:50 Step 3/22 : WORKDIR /edgex-go 23:47:50 ---> Using cache 23:47:50 ---> 31d4aeb9dd0f 23:47:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:50 ---> Using cache 23:47:50 ---> 234c2c6d2a0d 23:47:50 Step 5/22 : RUN apk update && apk add make git 23:47:50 ---> Using cache 23:47:50 ---> 49db20d4e89a 23:47:50 Step 6/22 : COPY go.mod . 23:47:50 ---> Using cache 23:47:50 ---> a0f5f7dc8c07 23:47:50 Step 7/22 : RUN go mod download 23:47:50 ---> Using cache 23:47:50 ---> 72537904983f 23:47:50 Step 8/22 : COPY . . 23:47:50 ---> Using cache 23:47:50 ---> d7afb0e492bd 23:47:50 Step 9/22 : RUN make cmd/core-command/core-command 23:47:50 ---> Running in 2bbcaed206c3 23:47:50 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 23:48:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:48:10 Removing intermediate container 4732a7d79e3e 23:48:10 ---> cf8da47f5d2b 23:48:10 23:48:10 Step 10/22 : FROM alpine:3.10 23:48:10 ---> 536a684cf733 23:48:10 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:48:10 ---> Using cache 23:48:10 ---> c02fde8293c2 23:48:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:48:10 ---> Running in 01a6ef71d31d 23:48:10 Removing intermediate container 01a6ef71d31d 23:48:10 ---> b6542790557a 23:48:10 Step 13/22 : WORKDIR / 23:48:10 ---> Running in f177cf902f76 23:48:11 Removing intermediate container f177cf902f76 23:48:11 ---> ca753156ce8a 23:48:11 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:48:12 ---> 6f50e28f3320 23:48:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:48:14 ---> 13d683bba0bd 23:48:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:48:15 ---> d7c43ada8c35 23:48:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:48:17 ---> 369a9ef47241 23:48:17 Step 18/22 : RUN chmod +x entrypoint.sh 23:48:17 ---> Running in 8fb3ad914af7 23:48:18 Removing intermediate container 122c3b1b88a7 23:48:18 ---> 7d0b2fe1736a 23:48:18 23:48:18 Step 10/21 : FROM alpine 23:48:18 ---> dd36a01c3f31 23:48:18 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:48:18 ---> Running in 3e63f2972b87 23:48:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:48:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:48:21 Removing intermediate container 8fb3ad914af7 23:48:21 ---> 480697c5df51 23:48:21 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:48:21 ---> Running in 033e1597fbbf 23:48:21 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:48:21 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:48:21 OK: 12617 distinct packages available 23:48:22 Removing intermediate container 033e1597fbbf 23:48:22 ---> 9c5550dda4a1 23:48:22 Step 20/22 : LABEL arch=arm64 23:48:22 ---> Running in 9d828009b66f 23:48:22 (1/4) Installing ca-certificates (20191127-r4) 23:48:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:48:23 (3/4) Installing libcurl (7.69.1-r3) 23:48:23 (4/4) Installing curl (7.69.1-r3) 23:48:23 Executing busybox-1.31.1-r19.trigger 23:48:23 Executing ca-certificates-20191127-r4.trigger 23:48:23 Removing intermediate container 9d828009b66f 23:48:23 ---> 57a58f449573 23:48:23 Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:48:23 OK: 7 MiB in 18 packages 23:48:23 ---> Running in 674e51df461e 23:48:24 Removing intermediate container 674e51df461e 23:48:24 ---> 23e9eb161282 23:48:24 Step 22/22 : LABEL version=0.0.0 23:48:24 ---> Running in a090d4b9923c 23:48:25 Removing intermediate container a090d4b9923c 23:48:25 ---> fc9855502cd9 23:48:25 23:48:26 Removing intermediate container 3e63f2972b87 23:48:26 ---> 32809c5b3f47 23:48:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:48:26 Successfully built fc9855502cd9 23:48:26 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 23:48:26  Building docker-security-bootstrap-redis-go ... done  ---> Running in adffd084bc79 23:48:27 Removing intermediate container adffd084bc79 23:48:27 ---> fc345ee54078 23:48:27 Step 13/21 : WORKDIR /edgex 23:48:27 ---> Running in 3f94ab656f37 23:48:28 Removing intermediate container 3f94ab656f37 23:48:28 ---> 821c4444df85 23:48:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:48:29 ---> 40b58c3a7700 23:48:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:48:31 ---> 576acf303438 23:48:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:48:32 ---> d53ca0f4ffe9 23:48:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:48:32 ---> Running in de0b4c3f3a99 23:48:33 Removing intermediate container de0b4c3f3a99 23:48:33 ---> 7cfb3f750a77 23:48:33 Step 18/21 : CMD ["--init=true"] 23:48:33 ---> Running in 228a60ac9b8e 23:48:34 Removing intermediate container 228a60ac9b8e 23:48:34 ---> 73e77de527ad 23:48:34 Step 19/21 : LABEL arch=arm64 23:48:34 ---> Running in 6a82c691e10d 23:48:35 Removing intermediate container 6a82c691e10d 23:48:35 ---> 42646d64f2d7 23:48:35 Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:48:35 ---> Running in ae04b8679b70 23:48:35 Removing intermediate container ae04b8679b70 23:48:35 ---> c7f61ad50af3 23:48:35 Step 21/21 : LABEL version=0.0.0 23:48:36 ---> Running in a041b85ded74 23:48:36 Removing intermediate container a041b85ded74 23:48:36 ---> b9775468f480 23:48:36 23:48:37 Successfully built b9775468f480 23:48:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:49:04  Building docker-security-proxy-setup-go ... done Removing intermediate container 47f27669317d 23:49:04 ---> 95c6e8b46e4c 23:49:04 23:49:04 Step 10/24 : FROM scratch 23:49:04 ---> 23:49:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:49:04 ---> Running in 513a8542a11b 23:49:04 Removing intermediate container 513a8542a11b 23:49:04 ---> 14e178006cd3 23:49:04 Step 12/24 : ENV APP_PORT=48060 23:49:04 ---> Running in e3399ba3656c 23:49:04 Removing intermediate container e3399ba3656c 23:49:04 ---> 388feef6742a 23:49:04 Step 13/24 : EXPOSE $APP_PORT 23:49:04 ---> Running in c28dd394390f 23:49:04 Removing intermediate container c28dd394390f 23:49:04 ---> b287ef1643b3 23:49:04 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:49:04 ---> aaa8d27d22e5 23:49:04 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:49:05 ---> 543fcb4d7a7b 23:49:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:49:07 ---> 17f21abee30e 23:49:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:49:08 Removing intermediate container d0fa13eb5134 23:49:08 ---> f20115109b92 23:49:08 23:49:08 Step 10/22 : FROM scratch 23:49:08 ---> 23:49:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:49:08 ---> Using cache 23:49:08 ---> 62efded3c52a 23:49:08 Step 12/22 : ENV APP_PORT=48081 23:49:08 ---> Running in 40adfc15b49a 23:49:08 ---> 9dbf2f4bcaf9 23:49:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:49:09 Removing intermediate container 40adfc15b49a 23:49:09 ---> d3a8d88f751a 23:49:09 Step 13/22 : EXPOSE $APP_PORT 23:49:09 ---> Running in 7a105743a71e 23:49:10 Removing intermediate container 7a105743a71e 23:49:10 ---> 62940a497304 23:49:10 Step 14/22 : WORKDIR / 23:49:10 ---> d1abd6cc3aee 23:49:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:49:10 ---> Running in 2e81c6f77900 23:49:10 Removing intermediate container 2bbcaed206c3 23:49:10 ---> ec1aab7ae22a 23:49:10 23:49:10 Step 10/22 : FROM scratch 23:49:10 ---> 23:49:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:49:10 ---> Using cache 23:49:10 ---> 62efded3c52a 23:49:10 Step 12/22 : ENV APP_PORT=48082 23:49:10 ---> Running in f358f72e6ea0 23:49:10 Removing intermediate container 2e81c6f77900 23:49:10 ---> 565de729e0a1 23:49:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:49:11 ---> 390187421a78 23:49:11 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:49:11 ---> Running in 516a44c6c51d 23:49:11 Removing intermediate container f358f72e6ea0 23:49:11 ---> 248f7a860cce 23:49:11 Step 13/22 : EXPOSE $APP_PORT 23:49:11 ---> Running in 62de7bf8f2a6 23:49:11 ---> 33a0642aa1c4 23:49:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:49:12 Removing intermediate container 516a44c6c51d 23:49:12 ---> dd3c03a5c281 23:49:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:49:12 Removing intermediate container 62de7bf8f2a6 23:49:12 ---> 4d6b853e2c6a 23:49:12 Step 14/22 : WORKDIR / 23:49:12 ---> Running in 1fb46d2d05a8 23:49:12 ---> Running in 6a189cbec885 23:49:12 Removing intermediate container 1fb46d2d05a8 23:49:12 ---> 6abbe9cdf805 23:49:12 Step 22/24 : LABEL arch=arm64 23:49:13 ---> Running in 6f9e4d33c50d 23:49:13 Removing intermediate container 6a189cbec885 23:49:13 ---> 67cfd093cd37 23:49:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:49:13 ---> c1d1222da447 23:49:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:49:13 Removing intermediate container 6f9e4d33c50d 23:49:13 ---> 0ee71b149f7a 23:49:13 Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:49:14 ---> Running in 03b594c19c59 23:49:14 ---> c3ddc363e0cc 23:49:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:49:14 ---> b3e25bac3f95 23:49:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:49:14 ---> Running in 22d84cc44c69 23:49:14 Removing intermediate container 03b594c19c59 23:49:14 ---> 8931647f34c4 23:49:14 Step 24/24 : LABEL version=0.0.0 23:49:14 ---> Running in 60a3803a12ae 23:49:15 Removing intermediate container 22d84cc44c69 23:49:15 ---> 9953ba2c4c20 23:49:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:49:15 ---> c9040e38e5b5 23:49:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:49:15 ---> Running in e4df435bc70b 23:49:15 Removing intermediate container 60a3803a12ae 23:49:15 ---> 6d3e0a7af53a 23:49:15 23:49:16 Removing intermediate container e4df435bc70b 23:49:16 ---> 3cfa1dedde10 23:49:16 Step 20/22 : LABEL arch=arm64 23:49:16 Successfully built 6d3e0a7af53a 23:49:16 Successfully tagged docker-support-notifications-go-arm64:latest 23:49:16  Building docker-support-notifications-go ... done  ---> 1a64c84796aa 23:49:16 Step 18/22 : ENTRYPOINT ["/core-command"] 23:49:16 ---> Running in 8635bf901d81 23:49:16 ---> Running in f8044d22a2ec 23:49:16 Removing intermediate container 8635bf901d81 23:49:16 ---> eaac23d4bffa 23:49:16 Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:49:16 Removing intermediate container f8044d22a2ec 23:49:16 ---> 8c78b7645c4c 23:49:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:49:16 ---> Running in 8ba549c6e120 23:49:16 ---> Running in 6a270422bc46 23:49:17 Removing intermediate container 8ba549c6e120 23:49:17 ---> da736552891b 23:49:17 Step 22/22 : LABEL version=0.0.0 23:49:17 Removing intermediate container 6a270422bc46 23:49:17 ---> e3946eaf2fb7 23:49:17 Step 20/22 : LABEL arch=arm64 23:49:17 ---> Running in fe6db495b6f1 23:49:17 ---> Running in 5aa2c65d5d1b 23:49:18 Removing intermediate container fe6db495b6f1 23:49:18 ---> 8db6c20d8519 23:49:18 23:49:18 Removing intermediate container 5aa2c65d5d1b 23:49:18 ---> a85e20508630 23:49:18 Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe 23:49:18 Successfully built 8db6c20d8519 23:49:18 Successfully tagged docker-core-metadata-go-arm64:latest 23:49:18  Building docker-core-metadata-go ... done  ---> Running in 6b6e813be743 23:49:19 Removing intermediate container 6b6e813be743 23:49:19 ---> d05c7d8d06c1 23:49:19 Step 22/22 : LABEL version=0.0.0 23:49:19 ---> Running in ef69ac8c9f16 23:49:19 Removing intermediate container ef69ac8c9f16 23:49:19 ---> 255d668f3e09 23:49:19 23:49:20 Successfully built 255d668f3e09 23:49:20 Successfully tagged docker-core-command-go-arm64:latest 23:49:20  Building docker-core-command-go ... done  [Pipeline] } 23:49:20 $ docker stop --time=1 afa0f403b3806511cf8d775299ea9cd221fbb489b09e4aed03560dce037fda7b 23:49:22 $ docker rm -f afa0f403b3806511cf8d775299ea9cd221fbb489b09e4aed03560dce037fda7b [Pipeline] // withDockerContainer [Pipeline] sh 23:49:23 + grep docker 23:49:23 + docker images 23:49:23 docker-core-command-go-arm64 latest 255d668f3e09 4 seconds ago 11.4MB 23:49:23 docker-core-metadata-go-arm64 latest 8db6c20d8519 6 seconds ago 13.6MB 23:49:23 docker-support-notifications-go-arm64 latest 6d3e0a7af53a 8 seconds ago 12.9MB 23:49:23 docker-security-proxy-setup-go-arm64 latest b9775468f480 47 seconds ago 23.4MB 23:49:23 docker-security-bootstrap-redis-go-arm64 latest fc9855502cd9 58 seconds ago 15.2MB 23:49:23 docker-sys-mgmt-agent-go-arm64 latest 99a63558da7e 2 minutes ago 300MB 23:49:23 docker-core-data-go-arm64 latest c6b7a27a9b21 3 minutes ago 22.3MB 23:49:23 docker-security-secrets-setup-go-arm64 latest 664e0d2ef15f 3 minutes ago 22.7MB 23:49:23 docker-security-secretstore-setup-go-arm64 latest 542e9f5daaa5 3 minutes ago 23.5MB 23:49:23 docker-support-scheduler-go-arm64 latest 455acea37646 3 minutes ago 11.5MB 23:49:23 docker latest 0c09fb3ff9b5 2 hours 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 23:49:25 provisioning config files... 23:49:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config7655059463581958226tmp [Pipeline] { [Pipeline] sh 23:49:25 + set +x 23:49:25 + curl -s https://codecov.io/bash 23:49:25 + bash -s -- 23:49:26 23:49:26 _____ _ 23:49:26 / ____| | | 23:49:26 | | ___ __| | ___ ___ _____ __ 23:49:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:49:26 | |___| (_) | (_| | __/ (_| (_) \ V / 23:49:26 \_____\___/ \__,_|\___|\___\___/ \_/ 23:49:26 Bash-20201130-cc6d3fe 23:49:26 23:49:26 23:49:26 ==> Jenkins CI detected. 23:49:26 project root: . 23:49:26 --> token set from env 23:49:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:49:26 ==> Running gcov in . (disable via -X gcov) 23:49:26 ==> Python coveragepy not found 23:49:26 ==> Searching for coverage reports in: 23:49:26 + . 23:49:26 -> Found 1 reports 23:49:26 ==> Detecting git/mercurial file structure 23:49:26 ==> Reading reports 23:49:26 + ./coverage.out bytes=568194 23:49:26 ==> Appending adjustments 23:49:26 https://docs.codecov.io/docs/fixing-reports 23:49:28 + Found adjustments 23:49:28 ==> Gzipping contents 23:49:28 88K /tmp/codecov.NIKOyh.gz 23:49:28 ==> Uploading reports 23:49:28 url: https://codecov.io 23:49:28 query: branch=PR-2939&commit=b188b9d6b00083e5cf297a342020ae494d8884fe&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2939%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2939&job=&cmd_args= 23:49:28 -> Pinging Codecov 23:49:28 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2939&commit=b188b9d6b00083e5cf297a342020ae494d8884fe&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2939%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2939&job=&cmd_args= 23:49:29 -> Uploading to 23:49:29 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/b188b9d6b00083e5cf297a342020ae494d8884fe/97594dc9-f974-4008-9207-d7fa05f5355f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T234929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b40e31b346862ef32c82b1cba28aabb18faef0a4ae132935ceecb945313cf15 23:49:29 % Total % Received % Xferd Average Speed Time Time Time Current 23:49:29 Dload Upload Total Spent Left Speed 23:49:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87918 0 0 100 87918 0 130k --:--:-- --:--:-- --:--:-- 130k 23:49:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b188b9d6b00083e5cf297a342020ae494d8884fe [Pipeline] } 23:49:30 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 23:49:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:49:33 ---> package-listing.sh 23:49:33 ++ facter osfamily 23:49:33 ++ tr '[:upper:]' '[:lower:]' 23:49:33 + OS_FAMILY=redhat 23:49:33 + workspace=/w/workspace/edgex-go/6 23:49:33 + START_PACKAGES=/tmp/packages_start.txt 23:49:33 + END_PACKAGES=/tmp/packages_end.txt 23:49:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:49:33 + PACKAGES=/tmp/packages_start.txt 23:49:33 + '[' /w/workspace/edgex-go/6 ']' 23:49:33 + PACKAGES=/tmp/packages_end.txt 23:49:33 + case "${OS_FAMILY}" in 23:49:33 + rpm -qa 23:49:33 + sort 23:49:38 + '[' -f /tmp/packages_start.txt ']' 23:49:38 + '[' -f /tmp/packages_end.txt ']' 23:49:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:49:38 + '[' /w/workspace/edgex-go/6 ']' 23:49:38 + mkdir -p /w/workspace/edgex-go/6/archives/ 23:49:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 23:49:38 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:49:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:49:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:49:39 23:49:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:49:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:49:39 alpine: Pulling from edgex-lftools-log-publisher 23:49:39 df20fa9351a1: Pulling fs layer 23:49:39 36b3adc4ff6f: Pulling fs layer 23:49:39 8ad3a11d3b57: Pulling fs layer 23:49:39 46f8f816bc3b: Pulling fs layer 23:49:39 93b61091891f: Pulling fs layer 23:49:39 93b9cdb0e59b: Pulling fs layer 23:49:39 5e14af77c1be: Pulling fs layer 23:49:39 01666e4c0597: Pulling fs layer 23:49:39 aa168da1d23b: Pulling fs layer 23:49:39 46f8f816bc3b: Waiting 23:49:39 93b61091891f: Waiting 23:49:39 93b9cdb0e59b: Waiting 23:49:39 5e14af77c1be: Waiting 23:49:39 01666e4c0597: Waiting 23:49:39 aa168da1d23b: Waiting 23:49:39 36b3adc4ff6f: Download complete 23:49:39 46f8f816bc3b: Verifying Checksum 23:49:39 46f8f816bc3b: Download complete 23:49:39 df20fa9351a1: Verifying Checksum 23:49:39 df20fa9351a1: Download complete 23:49:39 93b61091891f: Download complete 23:49:39 93b9cdb0e59b: Verifying Checksum 23:49:39 93b9cdb0e59b: Download complete 23:49:39 5e14af77c1be: Download complete 23:49:39 01666e4c0597: Download complete 23:49:39 8ad3a11d3b57: Verifying Checksum 23:49:39 8ad3a11d3b57: Download complete 23:49:40 df20fa9351a1: Pull complete 23:49:40 36b3adc4ff6f: Pull complete 23:49:41 aa168da1d23b: Verifying Checksum 23:49:41 aa168da1d23b: Download complete 23:49:42 8ad3a11d3b57: Pull complete 23:49:42 46f8f816bc3b: Pull complete 23:49:42 93b61091891f: Pull complete 23:49:42 93b9cdb0e59b: Pull complete 23:49:42 5e14af77c1be: Pull complete 23:49:43 01666e4c0597: Pull complete 23:49:55 aa168da1d23b: Pull complete 23:49:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:49:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:49:55 prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container 23:49:55 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:50:00 $ docker top 6404128bded4ef549f00393b8d896b68a43f193c1a0fbcffb2a3f5b63a43a4a9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:50:00 + touch /tmp/pre-build-complete [Pipeline] sh 23:50:01 + mkdir -p /var/log/sa [Pipeline] sh 23:50:01 + ls /var/log/sa-host 23:50:01 + sadf -c /var/log/sa-host/sa15 23:50:01 file_magic: OK 23:50:01 HZ: Using current value: 100 23:50:01 file_header: OK 23:50:01 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 23:50:01 Statistics: 23:50:01 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... 23:50:01 File successfully converted to sysstat format version 12.2.1 23:50:01 + sadf -c /var/log/sa-host/sa23 23:50:01 file_magic: OK 23:50:01 HZ: Using current value: 100 23:50:01 file_header: OK 23:50:01 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 23:50:01 Statistics: 23:50:01 Hnuu...uuuununununu... 23:50:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:50:01 provisioning config files... 23:50:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5420786886854627816tmp [Pipeline] { [Pipeline] echo 23:50:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:50:02 ---> create-netrc.sh [Pipeline] } 23:50:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:50:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:50:02 ---> python-tools-install.sh [Pipeline] echo 23:50:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:50:03 ---> sudo-logs.sh 23:50:03 Archiving 'sudo' log.. [Pipeline] echo 23:50:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:50:03 ---> job-cost.sh 23:50:03 lf-activate-venv: SKIPPING 23:50:03 INFO: No Stack... 23:50:04 INFO: Retrieving Pricing Info for: v1-standard-2 23:50:04 INFO: Archiving Costs [Pipeline] echo 23:50:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:50:05 ---> logs-deploy.sh 23:50:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2939/6 23:50:05 INFO: archiving workspace using pattern(s): 23:50:07 Archives upload complete. 23:50:07 INFO: archiving logs to Nexus 23:50:08 ---> uname -a: 23:50:08 Linux prd-centos7-docker-4c-2g-16183.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:50:08 23:50:08 23:50:08 ---> lscpu: 23:50:08 Architecture: x86_64 23:50:08 CPU op-mode(s): 32-bit, 64-bit 23:50:08 Byte Order: Little Endian 23:50:08 Address sizes: 40 bits physical, 48 bits virtual 23:50:08 CPU(s): 4 23:50:08 On-line CPU(s) list: 0-3 23:50:08 Thread(s) per core: 1 23:50:08 Core(s) per socket: 1 23:50:08 Socket(s): 4 23:50:08 NUMA node(s): 1 23:50:08 Vendor ID: GenuineIntel 23:50:08 CPU family: 6 23:50:08 Model: 44 23:50:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:50:08 Stepping: 1 23:50:08 CPU MHz: 2933.438 23:50:08 BogoMIPS: 5866.87 23:50:08 Virtualization: VT-x 23:50:08 Hypervisor vendor: KVM 23:50:08 Virtualization type: full 23:50:08 L1d cache: 128 KiB 23:50:08 L1i cache: 128 KiB 23:50:08 L2 cache: 16 MiB 23:50:08 L3 cache: 64 MiB 23:50:08 NUMA node0 CPU(s): 0-3 23:50:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:50:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:50:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:50:08 Vulnerability Meltdown: Mitigation; PTI 23:50:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:50:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:50:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:50:08 Vulnerability Srbds: Not affected 23:50:08 Vulnerability Tsx async abort: Not affected 23:50:08 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 23:50:08 23:50:08 23:50:08 ---> nproc: 23:50:08 4 23:50:08 23:50:08 23:50:08 ---> df -h: 23:50:08 Filesystem Size Used Available Use% Mounted on 23:50:08 overlay 50.0G 11.9G 38.1G 24% / 23:50:08 tmpfs 64.0M 0 64.0M 0% /dev 23:50:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:50:08 shm 64.0M 0 64.0M 0% /dev/shm 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /facter-os 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/resolv.conf 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hostname 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hosts 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /run/cloud-init/result.json 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/sa-host 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/secure 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/auth.log 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/6 23:50:08 /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/6@tmp 23:50:08 23:50:08 23:50:08 ---> free -m: 23:50:08 total used free shared buff/cache available 23:50:08 Mem: 1837 704 195 0 937 1045 23:50:08 Swap: 1023 64 959 23:50:08 23:50:08 23:50:08 ---> ip addr: 23:50:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:50:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:50:08 inet 127.0.0.1/8 scope host lo 23:50:08 valid_lft forever preferred_lft forever 23:50:08 inet6 ::1/128 scope host 23:50:08 valid_lft forever preferred_lft forever 23:50:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:50:08 link/ether fa:16:3e:96:16:68 brd ff:ff:ff:ff:ff:ff 23:50:08 inet 10.30.123.169/23 brd 10.30.123.255 scope global dynamic eth0 23:50:08 valid_lft 85215sec preferred_lft 85215sec 23:50:08 inet6 fe80::f816:3eff:fe96:1668/64 scope link 23:50:08 valid_lft forever preferred_lft forever 23:50:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:50:08 link/ether 02:42:7c:e7:9f:25 brd ff:ff:ff:ff:ff:ff 23:50:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:50:08 valid_lft forever preferred_lft forever 23:50:08 inet6 fe80::42:7cff:fee7:9f25/64 scope link 23:50:08 valid_lft forever preferred_lft forever 23:50:08 23:50:08 23:50:08 ---> sar -b -r -n DEV: 23:50:08 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) 23:50:08 23:50:08 23:30:10 LINUX RESTART (4 CPU) 23:50:08 23:50:08 23:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:50:08 23:32:01 200.20 85.15 115.04 0.00 9549.21 41254.36 0.00 23:50:08 23:33:01 300.63 128.24 172.40 0.00 6075.34 38583.08 0.00 23:50:08 23:34:02 117.50 38.52 78.99 0.00 1399.27 11168.85 0.00 23:50:08 23:35:01 148.92 77.73 71.18 0.00 3648.22 12452.52 0.00 23:50:08 23:36:01 1113.46 827.40 286.06 0.00 94657.59 166471.37 0.00 23:50:08 23:37:01 1987.29 1668.32 318.97 0.00 149933.12 156343.51 0.00 23:50:08 23:38:02 962.77 688.71 274.06 0.00 70996.41 88386.48 0.00 23:50:08 23:39:02 1690.60 1355.42 335.18 0.00 101785.89 109302.78 0.00 23:50:08 23:40:01 683.84 411.63 272.21 0.00 36050.92 49354.98 0.00 23:50:08 23:41:01 7.98 0.60 7.38 0.00 24.91 286.13 0.00 23:50:08 23:42:01 0.32 0.07 0.25 0.00 0.53 2.56 0.00 23:50:08 23:43:01 0.27 0.10 0.17 0.00 0.80 1.90 0.00 23:50:08 23:44:01 0.50 0.12 0.38 0.00 1.60 6.36 0.00 23:50:08 23:45:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 23:50:08 23:46:01 1.90 1.67 0.23 0.00 54.35 3.36 0.00 23:50:08 23:47:01 0.72 0.02 0.70 0.00 0.53 13.44 0.00 23:50:08 23:48:01 0.28 0.02 0.27 0.00 0.53 3.53 0.00 23:50:08 23:49:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 23:50:08 Average: 401.13 293.68 107.45 0.00 26389.26 37499.41 0.00 23:50:08 23:50:08 23:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:50:08 23:32:01 81132 0 753768 40.06 1992 1044652 1535904 52.42 621584 921664 75948 23:50:08 23:33:01 210344 0 733900 39.01 912 936388 1322436 45.13 575368 818096 51280 23:50:08 23:34:02 260452 0 786576 41.80 476 834040 1494496 51.00 667836 668744 2536 23:50:08 23:35:01 401000 0 713492 37.92 404 766648 1117520 38.14 524180 670060 8 23:50:08 23:36:01 377364 0 730488 38.82 20 773672 2174932 74.23 526648 758324 52 23:50:08 23:37:01 147408 0 1387768 73.76 0 346368 4450592 151.89 816044 653212 12596 23:50:08 23:38:02 65168 0 745528 39.62 0 1070848 1731860 59.11 700828 886124 23444 23:50:08 23:39:02 445528 0 734568 39.04 0 701448 1888772 64.46 504640 691820 224 23:50:08 23:40:01 665924 0 634644 33.73 0 580976 1193208 40.72 497480 478412 20 23:50:08 23:41:01 671660 0 628080 33.38 0 581804 1159856 39.58 493044 478776 12 23:50:08 23:42:01 673124 0 626608 33.30 0 581812 1146492 39.13 492168 478548 16 23:50:08 23:43:01 673156 0 626560 33.30 0 581828 1146724 39.14 492712 478584 8 23:50:08 23:44:01 673504 0 626176 33.28 0 581864 1146556 39.13 492208 478632 16 23:50:08 23:45:01 673000 0 626672 33.31 0 581872 1146640 39.13 492652 478636 8 23:50:08 23:46:01 671564 0 627112 33.33 0 582868 1146676 39.13 492932 479588 16 23:50:08 23:47:01 671592 0 627056 33.33 0 582896 1146604 39.13 492480 479604 8 23:50:08 23:48:01 672068 0 626584 33.30 0 582892 1146556 39.13 492396 479604 8 23:50:08 23:49:01 671572 0 627060 33.33 0 582912 1146712 39.14 492648 479620 8 23:50:08 Average: 483642 0 714591 37.98 211 683099 1513474 51.65 548214 603225 9234 23:50:08 23:50:08 23:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:50:08 23:32:01 eth0 1156.77 1209.13 5909.15 151.35 0.00 0.00 0.00 0.00 23:50:08 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:32:01 docker0 854.09 733.28 69.28 2652.72 0.00 0.00 0.00 0.00 23:50:08 23:33:01 veth22ed16a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:50:08 23:33:01 eth0 486.46 344.49 2137.95 40.62 0.00 0.00 0.00 0.00 23:50:08 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:33:01 docker0 157.77 200.42 11.46 833.33 0.00 0.00 0.00 0.00 23:50:08 23:34:02 veth22ed16a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:34:02 eth0 36.77 23.03 24.09 76.48 0.00 0.00 0.00 0.00 23:50:08 23:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:35:01 eth0 27.55 15.05 23.91 12.42 0.00 0.00 0.00 0.00 23:50:08 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:36:01 vethdef0693 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:36:01 veth21cd9c8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:36:01 veth6b3dd70 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:36:01 vetha240683 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:37:01 vethb153a90 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:50:08 23:37:01 veth5f3c63a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:50:08 23:37:01 vethfe0c59d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:50:08 23:37:01 vethe856cb8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:50:08 23:38:02 eth0 2841.34 2348.63 13127.14 508.96 0.00 0.00 0.00 0.00 23:50:08 23:38:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 23:50:08 23:38:02 veth3900352 0.00 0.52 0.00 0.03 0.00 0.00 0.00 0.00 23:50:08 23:38:02 docker0 1018.21 955.35 80.75 3660.07 0.00 0.00 0.00 0.00 23:50:08 23:39:02 eth0 82.37 42.41 448.91 16.87 0.00 0.00 0.00 0.00 23:50:08 23:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:39:02 veth3900352 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:39:02 veth86ca0e3 0.27 0.39 0.04 0.44 0.00 0.00 0.00 0.00 23:50:08 23:40:01 eth0 92.33 65.12 169.37 82.52 0.00 0.00 0.00 0.00 23:50:08 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:40:01 docker0 1093.32 1054.71 86.06 4299.89 0.00 0.00 0.00 0.00 23:50:08 23:41:01 eth0 2.06 1.07 1.12 0.47 0.00 0.00 0.00 0.00 23:50:08 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:42:01 eth0 0.65 0.08 0.06 0.04 0.00 0.00 0.00 0.00 23:50:08 23:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:43:01 eth0 1.10 0.87 0.60 0.39 0.00 0.00 0.00 0.00 23:50:08 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:44:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 23:50:08 23:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:45:01 eth0 1.00 0.27 0.29 0.13 0.00 0.00 0.00 0.00 23:50:08 23:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:46:01 eth0 0.62 0.45 0.34 0.27 0.00 0.00 0.00 0.00 23:50:08 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:47:01 eth0 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 23:50:08 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:48:01 eth0 0.75 0.02 0.06 0.00 0.00 0.00 0.00 0.00 23:50:08 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:49:01 eth0 1.07 0.32 0.32 0.20 0.00 0.00 0.00 0.00 23:50:08 23:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 23:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 Average: eth0 122.73 108.60 596.11 30.10 0.00 0.00 0.00 0.00 23:50:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:08 Average: docker0 59.79 57.68 4.71 235.16 0.00 0.00 0.00 0.00 23:50:08 23:50:08 23:50:08 ---> sar -P ALL: 23:50:08 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) 23:50:08 23:50:08 23:30:10 LINUX RESTART (4 CPU) 23:50:08 23:50:08 23:31:01 CPU %user %nice %system %iowait %steal %idle 23:50:08 23:32:01 all 16.50 0.00 9.20 2.26 0.04 72.01 23:50:08 23:32:01 0 19.85 0.00 9.93 2.03 0.05 68.14 23:50:08 23:32:01 1 14.17 0.00 8.30 1.95 0.05 75.53 23:50:08 23:32:01 2 15.10 0.00 9.36 2.38 0.03 73.12 23:50:08 23:32:01 3 16.91 0.00 9.20 2.67 0.03 71.20 23:50:08 23:33:01 all 19.36 0.00 8.68 7.41 0.07 64.48 23:50:08 23:33:01 0 19.63 0.00 9.17 6.45 0.07 64.68 23:50:08 23:33:01 1 18.24 0.00 8.54 9.79 0.09 63.34 23:50:08 23:33:01 2 20.30 0.00 8.82 7.29 0.07 63.52 23:50:08 23:33:01 3 19.27 0.00 8.18 6.09 0.07 66.39 23:50:08 23:34:02 all 54.72 0.00 10.57 4.45 0.03 30.23 23:50:08 23:34:02 0 48.86 0.00 10.26 5.75 0.02 35.11 23:50:08 23:34:02 1 62.72 0.00 11.10 3.90 0.02 22.27 23:50:08 23:34:02 2 60.79 0.00 9.74 3.85 0.03 25.59 23:50:08 23:34:02 3 46.49 0.00 11.20 4.30 0.05 37.96 23:50:08 23:35:01 all 43.52 0.00 13.27 4.09 0.03 39.08 23:50:08 23:35:01 0 41.84 0.00 12.70 3.68 0.02 41.76 23:50:08 23:35:01 1 43.35 0.00 12.85 4.40 0.03 39.37 23:50:08 23:35:01 2 44.69 0.00 13.15 5.24 0.02 36.90 23:50:08 23:35:01 3 44.22 0.00 14.38 3.06 0.05 38.29 23:50:08 23:36:01 all 21.97 0.00 22.50 9.01 0.06 46.46 23:50:08 23:36:01 0 22.59 0.00 21.58 8.03 0.07 47.73 23:50:08 23:36:01 1 21.44 0.00 22.44 9.78 0.07 46.27 23:50:08 23:36:01 2 21.38 0.00 22.88 7.67 0.05 48.01 23:50:08 23:36:01 3 22.46 0.00 23.11 10.56 0.05 43.82 23:50:08 23:37:01 all 30.73 0.00 21.49 29.86 0.10 17.82 23:50:08 23:37:01 0 30.74 0.00 20.34 25.55 0.10 23.26 23:50:08 23:37:01 1 29.68 0.00 22.39 34.64 0.10 13.19 23:50:08 23:37:01 2 31.49 0.00 21.35 29.51 0.12 17.53 23:50:08 23:37:01 3 31.02 0.00 21.88 29.73 0.07 17.30 23:50:08 23:38:02 all 43.19 0.00 17.07 19.75 0.04 19.95 23:50:08 23:38:02 0 41.88 0.00 16.02 21.98 0.07 20.05 23:50:08 23:38:02 1 43.68 0.00 17.72 16.33 0.02 22.26 23:50:08 23:38:02 2 42.85 0.00 17.11 18.40 0.03 21.61 23:50:08 23:38:02 3 44.35 0.00 17.43 22.32 0.03 15.87 23:50:08 23:39:02 all 35.22 0.00 21.34 31.51 0.07 11.85 23:50:08 23:39:02 0 35.26 0.00 20.53 33.63 0.07 10.51 23:50:08 23:39:02 1 35.79 0.00 21.61 29.42 0.07 13.11 23:50:08 23:39:02 2 35.23 0.00 22.14 30.69 0.05 11.89 23:50:08 23:39:02 3 34.62 0.00 21.07 32.32 0.09 11.90 23:50:08 23:40:01 all 27.69 0.00 14.67 18.47 0.04 39.13 23:50:08 23:40:01 0 29.06 0.00 14.19 18.86 0.03 37.86 23:50:08 23:40:01 1 27.75 0.00 14.46 17.43 0.05 40.31 23:50:08 23:40:01 2 26.46 0.00 14.91 18.67 0.05 39.91 23:50:08 23:40:01 3 27.48 0.00 15.12 18.90 0.04 38.46 23:50:08 23:41:01 all 0.16 0.00 0.06 0.10 0.00 99.67 23:50:08 23:41:01 0 0.53 0.00 0.08 0.42 0.00 98.97 23:50:08 23:41:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:50:08 23:41:01 2 0.03 0.00 0.07 0.00 0.00 99.90 23:50:08 23:41:01 3 0.05 0.00 0.05 0.00 0.00 99.90 23:50:08 23:42:01 all 0.14 0.00 0.04 0.00 0.00 99.82 23:50:08 23:42:01 0 0.43 0.00 0.05 0.02 0.00 99.50 23:50:08 23:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:50:08 23:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 23:50:08 23:42:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:50:08 23:50:08 23:42:01 CPU %user %nice %system %iowait %steal %idle 23:50:08 23:43:01 all 0.08 0.00 0.04 0.00 0.00 99.88 23:50:08 23:43:01 0 0.08 0.00 0.03 0.00 0.00 99.88 23:50:08 23:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:50:08 23:43:01 2 0.07 0.00 0.05 0.02 0.00 99.87 23:50:08 23:43:01 3 0.10 0.00 0.03 0.00 0.00 99.87 23:50:08 23:44:01 all 0.09 0.00 0.04 0.00 0.00 99.87 23:50:08 23:44:01 0 0.28 0.00 0.05 0.00 0.00 99.67 23:50:08 23:44:01 1 0.00 0.00 0.03 0.00 0.00 99.97 23:50:08 23:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:50:08 23:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 23:50:08 23:45:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:50:08 23:45:01 0 0.52 0.00 0.02 0.00 0.00 99.47 23:50:08 23:45:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:50:08 23:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:50:08 23:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:50:08 23:46:01 all 0.16 0.00 0.06 0.02 0.00 99.76 23:50:08 23:46:01 0 0.52 0.00 0.02 0.00 0.00 99.47 23:50:08 23:46:01 1 0.03 0.00 0.13 0.08 0.00 99.75 23:50:08 23:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:50:08 23:46:01 3 0.05 0.00 0.05 0.02 0.00 99.88 23:50:08 23:47:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:50:08 23:47:01 0 0.53 0.00 0.02 0.00 0.00 99.45 23:50:08 23:47:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:50:08 23:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:50:08 23:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 23:50:08 23:48:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:50:08 23:48:01 0 0.50 0.00 0.02 0.00 0.00 99.48 23:50:08 23:48:01 1 0.03 0.00 0.07 0.00 0.00 99.90 23:50:08 23:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:50:08 23:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:50:08 23:49:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:50:08 23:49:01 0 0.52 0.00 0.03 0.00 0.00 99.45 23:50:08 23:49:01 1 0.07 0.00 0.05 0.00 0.00 99.88 23:50:08 23:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:50:08 23:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:50:08 Average: all 16.10 0.00 7.60 6.92 0.03 69.36 23:50:08 Average: 0 16.07 0.00 7.37 6.89 0.03 69.63 23:50:08 Average: 1 16.28 0.00 7.64 6.97 0.03 69.08 23:50:08 Average: 2 16.37 0.00 7.64 6.75 0.03 69.22 23:50:08 Average: 3 15.69 0.00 7.73 7.06 0.03 69.49 23:50:08 23:50:08 23:50:08