Pull request #2970 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 f7efb5deb29471de2049316a9acc6d4b0d94d324+2d44ac80c31bebaf6982c3b2fc77103a37445d49 (67696f856dc7667cf3046dbda0ee9850974db3de) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18570 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2d44ac80c31bebaf6982c3b2fc77103a37445d49 into PR head commit f7efb5deb29471de2049316a9acc6d4b0d94d324 Merge succeeded, producing f7efb5deb29471de2049316a9acc6d4b0d94d324 Checking out Revision f7efb5deb29471de2049316a9acc6d4b0d94d324 (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # 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 2d44ac80c31bebaf6982c3b2fc77103a37445d49 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. > git rev-list --no-walk 731b95cf4d64e4ac612b7f3d7968932098cbaec8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:16:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:16:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:16:07 ========================================================= 21:16:07 EdgeX Global Pipelines Version Info 21:16:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:16:09 ------------------- 21:16:09 stable info: 21:16:09 ------------------- 21:16:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:09 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:16:09 Message: update stable to v1.0.173 21:16:10 ------------------- 21:16:10 experimental info: 21:16:10 ------------------- 21:16:10 Commited By: **** collab-it+edgex@linuxfoundation.org 21:16:10 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:16:10 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:16:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:16:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:16:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7efb5deb29471de2049316a9acc6d4b0d94d324 [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7efb5d [Pipeline] echo 21:16:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:16:13 provisioning config files... 21:16:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config9113367643332964214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:16:14 ---> docker-login.sh 21:16:14 nexus3.edgexfoundry.org:10001 21:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:14 Configure a credential helper to remove this warning. See 21:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:14 21:16:14 Login Succeeded 21:16:14 nexus3.edgexfoundry.org:10002 21:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:14 Configure a credential helper to remove this warning. See 21:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:14 21:16:14 Login Succeeded 21:16:14 nexus3.edgexfoundry.org:10003 21:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:14 Configure a credential helper to remove this warning. See 21:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:14 21:16:14 Login Succeeded 21:16:14 nexus3.edgexfoundry.org:10004 21:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:15 Configure a credential helper to remove this warning. See 21:16:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:15 21:16:15 Login Succeeded 21:16:15 docker.io 21:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:15 Configure a credential helper to remove this warning. See 21:16:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:15 21:16:15 Login Succeeded 21:16:15 ---> docker-login.sh ends [Pipeline] } 21:16:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:16:15 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/core-command/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo core-command,cmd/core-command/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/core-data/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo core-data,cmd/core-data/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/core-metadata/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo core-metadata,cmd/core-metadata/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/security-bootstrapper/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/security-proxy-setup/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/support-notifications/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo support-notifications,cmd/support-notifications/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/support-scheduler/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:16:15 + for file in '`ls cmd/**/Dockerfile`' 21:16:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:16:15 ++ cut -d/ -f2 21:16:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:16:16 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:16:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:17 21:16:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:16:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:17 latest: Pulling from edgex-devops/git-semver 21:16:17 31603596830f: Pulling fs layer 21:16:17 2a8b12db71e7: Pulling fs layer 21:16:17 6ca5941a6612: Pulling fs layer 21:16:17 ecc8261a40a4: Pulling fs layer 21:16:17 ecc8261a40a4: Waiting 21:16:17 2a8b12db71e7: Verifying Checksum 21:16:17 2a8b12db71e7: Download complete 21:16:18 31603596830f: Download complete 21:16:18 ecc8261a40a4: Verifying Checksum 21:16:18 ecc8261a40a4: Download complete 21:16:18 6ca5941a6612: Verifying Checksum 21:16:18 6ca5941a6612: Download complete 21:16:18 31603596830f: Pull complete 21:16:18 2a8b12db71e7: Pull complete 21:16:19 6ca5941a6612: Pull complete 21:16:19 ecc8261a40a4: Pull complete 21:16:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:16:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:16:19 prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container 21:16:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:16:22 $ docker top c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:16:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:22 [ssh-agent] Looking for ssh-agent implementation... 21:16:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:22 $ docker exec c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent 21:16:23 SSH_AUTH_SOCK=/tmp/ssh-yNfertopYouk/agent.12 21:16:23 SSH_AGENT_PID=18 21:16:23 Running ssh-add (command line suppressed) 21:16:23 Identity added: /w/workspace/edgex-go/10@tmp/private_key_3729158082034217215.key (/w/workspace/edgex-go/10@tmp/private_key_3729158082034217215.key) 21:16:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:23 + git tag --points-at HEAD [Pipeline] } 21:16:23 $ docker exec --env ******** --env ******** c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent -k 21:16:23 unset SSH_AUTH_SOCK; 21:16:23 unset SSH_AGENT_PID; 21:16:23 echo Agent pid 18 killed; 21:16:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:16:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:23 [ssh-agent] Looking for ssh-agent implementation... 21:16:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:24 $ docker exec c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent 21:16:24 SSH_AUTH_SOCK=/tmp/ssh-f1p4pIIwMVpx/agent.47 21:16:24 SSH_AGENT_PID=52 21:16:24 Running ssh-add (command line suppressed) 21:16:24 Identity added: /w/workspace/edgex-go/10@tmp/private_key_7232881571800743780.key (/w/workspace/edgex-go/10@tmp/private_key_7232881571800743780.key) 21:16:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:24 + git semver init 21:16:24 # -> Open(): unable to determine branch for HEAD 21:16:24 # $GIT_DIR = /w/workspace/edgex-go/10/.git 21:16:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 21:16:24 # $SEMVER_REMOTE_NAME = origin 21:16:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:16:24 # $SEMVER_USER_NAME = edgex-jenkins 21:16:24 # $SEMVER_BRANCH = PR-2970 21:16:24 # $SEMVER_TEMP = /tmp/semver-059749928 21:16:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:17:03 # '/tmp/semver-059749928' -> '/w/workspace/edgex-go/10/.semver' 21:17:03 # -> Force: false 21:17:03 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 21:17:03 $ docker exec --env ******** --env ******** c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent -k 21:17:03 unset SSH_AUTH_SOCK; 21:17:03 unset SSH_AGENT_PID; 21:17:03 echo Agent pid 52 killed; 21:17:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:04 + git semver [Pipeline] } 21:17:04 $ docker stop --time=1 c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd 21:17:06 $ docker rm -f c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd [Pipeline] // withDockerContainer [Pipeline] sh 21:17:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:17:07 Stashed 1 file(s) [Pipeline] echo 21:17:07 [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 21:17:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:17:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:17:09 + sudo service docker restart 21:17:09 + true 21:17:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:17:09 ========================================================= 21:17:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:17:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:17:09 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:17:13 Sending build context to Docker daemon 326.6MB 21:17:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:17:13 Step 2/6 : FROM ${BASE} 21:17:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:17:13 188c0c94c7c5: Pulling fs layer 21:17:13 0ef7d3d256c8: Pulling fs layer 21:17:13 de9db76c5a1d: Pulling fs layer 21:17:13 bca2f99d35d6: Pulling fs layer 21:17:13 93359f2a8cfa: Pulling fs layer 21:17:13 7c6f9722023f: Pulling fs layer 21:17:13 a35cf1a2eb13: Pulling fs layer 21:17:13 93359f2a8cfa: Waiting 21:17:13 7c6f9722023f: Waiting 21:17:13 a35cf1a2eb13: Waiting 21:17:13 bca2f99d35d6: Waiting 21:17:13 de9db76c5a1d: Verifying Checksum 21:17:13 de9db76c5a1d: Download complete 21:17:13 0ef7d3d256c8: Download complete 21:17:13 93359f2a8cfa: Verifying Checksum 21:17:13 93359f2a8cfa: Download complete 21:17:13 7c6f9722023f: Verifying Checksum 21:17:13 7c6f9722023f: Download complete 21:17:13 188c0c94c7c5: Verifying Checksum 21:17:13 188c0c94c7c5: Download complete 21:17:13 188c0c94c7c5: Pull complete 21:17:14 0ef7d3d256c8: Pull complete 21:17:14 de9db76c5a1d: Pull complete 21:17:15 a35cf1a2eb13: Verifying Checksum 21:17:15 a35cf1a2eb13: Download complete 21:17:16 bca2f99d35d6: Verifying Checksum 21:17:16 bca2f99d35d6: Download complete 21:17:21 bca2f99d35d6: Pull complete 21:17:21 93359f2a8cfa: Pull complete 21:17:21 7c6f9722023f: Pull complete 21:17:22 Still waiting to schedule task 21:17:22 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 21:17:28 a35cf1a2eb13: Pull complete 21:17:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:17:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:17:28 ---> a62c8e92a672 21:17:28 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:17:28 ---> Running in d51b54b4ef53 21:17:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:29 (1/12) Installing libmagic (5.38-r0) 21:17:30 (2/12) Installing file (5.38-r0) 21:17:30 (3/12) Installing libc-dev (0.7.2-r3) 21:17:30 (4/12) Installing g++ (9.3.0-r2) 21:17:35 (5/12) Installing fortify-headers (1.1-r0) 21:17:35 (6/12) Installing patch (2.7.6-r6) 21:17:35 (7/12) Installing build-base (0.5-r2) 21:17:35 (8/12) Installing libsodium (1.0.18-r0) 21:17:35 (9/12) Installing pkgconf (1.7.2-r0) 21:17:35 (10/12) Installing libsodium-dev (1.0.18-r0) 21:17:35 (11/12) Installing libzmq (4.3.3-r0) 21:17:35 (12/12) Installing zeromq-dev (4.3.3-r0) 21:17:35 Executing busybox-1.31.1-r19.trigger 21:17:35 OK: 233 MiB in 51 packages 21:17:39 Removing intermediate container d51b54b4ef53 21:17:39 ---> 1d1c86a964d2 21:17:39 Step 4/6 : WORKDIR /edgex-go 21:17:39 ---> Running in dfad2826b007 21:17:39 Removing intermediate container dfad2826b007 21:17:39 ---> d534e59e2ab8 21:17:39 Step 5/6 : COPY go.mod . 21:17:40 ---> 33fb6eddaf5e 21:17:40 Step 6/6 : RUN go mod download 21:17:40 ---> Running in 76404e71eb73 21:18:02 Removing intermediate container 76404e71eb73 21:18:02 ---> 88c6e2e76e3d 21:18:02 Successfully built 88c6e2e76e3d 21:18:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:18:02 + docker inspect -f . ci-base-image-x86_64 21:18:02 . [Pipeline] withDockerContainer 21:18:02 prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container 21:18:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 21:18:03 $ docker top 21626f7553472f513c2e0231adcb88e9598ef7677de447eae13dfa123750e5d5 -eo pid,comm [Pipeline] { [Pipeline] sh 21:18:04 + go version 21:18:04 go version go1.15.5 linux/amd64 [Pipeline] } 21:18:04 $ docker stop --time=1 21626f7553472f513c2e0231adcb88e9598ef7677de447eae13dfa123750e5d5 21:18:05 $ docker rm -f 21626f7553472f513c2e0231adcb88e9598ef7677de447eae13dfa123750e5d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:18:06 + docker inspect -f . ci-base-image-x86_64 21:18:06 . [Pipeline] withDockerContainer 21:18:06 prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container 21:18:06 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 21:18:07 $ docker top 2344c9781d7ef5a4f7b9ff223578f8a68f20d7d5c57c849b81c0c731fde863f0 -eo pid,comm [Pipeline] { [Pipeline] echo 21:18:07 ========================================================= 21:18:07 [edgeXBuildGoParallel] Running Tests and Build... 21:18:07 ========================================================= [Pipeline] sh 21:18:07 + make test 21:18:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:18:17 ? github.com/edgexfoundry/edgex-go [no test files] 21:18:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:18:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:18:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:18:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:18:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:18:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:18:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:18:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:18:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:18:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:18:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:18:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:18:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:18:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:18:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements 21:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:18:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.0% of statements 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:18:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:18:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:18:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.417s coverage: 77.8% of statements 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:18:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.133s coverage: 82.4% of statements 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:18:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:18:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:18:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:18:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:18:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:18:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:18:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:18:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:18:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 93.8% of statements 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:18:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:18:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:18:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 43.8% of statements 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 21:18:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:18:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:19:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18571 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 21:19:07 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 21:19:13 using credential edgex-jenkins-ssh 21:19:13 Cloning the remote Git repository 21:19:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:19:13 > git init /w/workspace/edgex-go/10 # timeout=10 21:19:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:19:13 > git --version # timeout=10 21:19:13 > git --version # 'git version 2.17.1' 21:19:13 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.053s coverage: 82.7% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.4% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 55.9% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.0% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:19:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 21:19:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:19:15 GO111MODULE=on go vet ./... 21:19:31 Merging remotes/origin/master commit 2d44ac80c31bebaf6982c3b2fc77103a37445d49 into PR head commit f7efb5deb29471de2049316a9acc6d4b0d94d324 21:19:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:19:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:19:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:19:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:19:31 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:31 > git config core.sparsecheckout # timeout=10 21:19:31 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 21:19:32 Merge succeeded, producing f7efb5deb29471de2049316a9acc6d4b0d94d324 21:19:32 Checking out Revision f7efb5deb29471de2049316a9acc6d4b0d94d324 (PR-2970) 21:19:32 > git remote # timeout=10 21:19:32 > git config --get remote.origin.url # timeout=10 21:19:32 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:32 > git merge 2d44ac80c31bebaf6982c3b2fc77103a37445d49 # timeout=10 21:19:32 > git rev-parse HEAD^{commit} # timeout=10 21:19:32 > git config core.sparsecheckout # timeout=10 21:19:32 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 21:19:37 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:19:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:19:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:19:39 + + sudotrue service 21:19:39 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:19:41 provisioning config files... 21:19:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4315854762958186961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:19:41 ---> docker-login.sh 21:19:41 nexus3.edgexfoundry.org:10001 21:19:42 gofmt -l . 21:19:42 [ "`gofmt -l .`" = "" ] 21:19:42 ./bin/test-go-mod-tidy.sh 21:19:42 ./bin/test-attribution-txt.sh [Pipeline] sh 21:19:42 + ls -al . 21:19:42 total 644 21:19:42 drwxrwxr-x 10 1001 1001 4096 Jan 5 21:19 . 21:19:42 drwxr-xr-x 4 root root 30 Jan 5 21:18 .. 21:19:42 -rw-rw-r-- 1 1001 1001 11 Jan 5 21:16 .dockerignore 21:19:42 drwxrwxr-x 8 1001 1001 179 Jan 5 21:16 .git 21:19:42 drwxrwxr-x 3 1001 1001 125 Jan 5 21:16 .github 21:19:42 -rw-rw-r-- 1 1001 1001 872 Jan 5 21:16 .gitignore 21:19:42 drwx------ 3 1001 1001 47 Jan 5 21:17 .semver 21:19:42 -rw-rw-r-- 1 1001 1001 166 Jan 5 21:16 .sonarcloud.properties 21:19:42 -rw-rw-r-- 1 1001 1001 3804 Jan 5 21:16 CONTRIBUTING.md 21:19:42 -rw-rw-r-- 1 1001 1001 931 Jan 5 21:16 Dockerfile.build 21:19:42 -rw-rw-r-- 1 1001 1001 863 Jan 5 21:16 Jenkinsfile 21:19:42 -rw-rw-r-- 1 1001 1001 10775 Jan 5 21:16 LICENSE 21:19:42 -rw-rw-r-- 1 1001 1001 6001 Jan 5 21:16 Makefile 21:19:42 -rw-rw-r-- 1 1001 1001 6511 Jan 5 21:16 README.md 21:19:42 -rw-rw-r-- 1 1001 1001 6744 Jan 5 21:16 SECURITY.md 21:19:42 -rw-rw-r-- 1 1001 1001 5 Jan 5 21:17 VERSION 21:19:42 -rw-rw-r-- 1 1001 1001 4131 Jan 5 21:16 ZMQWindows.md 21:19:42 drwxrwxr-x 2 1001 1001 117 Jan 5 21:16 bin 21:19:42 drwxrwxr-x 15 1001 1001 4096 Jan 5 21:16 cmd 21:19:42 -rw-r--r-- 1 root root 546759 Jan 5 21:19 coverage.out 21:19:42 -rw-r--r-- 1 root root 1005 Jan 5 21:19 go.mod 21:19:42 -rw-r--r-- 1 root root 19172 Jan 5 21:19 go.sum 21:19:42 drwxrwxr-x 8 1001 1001 127 Jan 5 21:16 internal 21:19:42 drwxrwxr-x 4 1001 1001 26 Jan 5 21:16 openapi 21:19:42 drwxrwxr-x 4 1001 1001 71 Jan 5 21:16 snap 21:19:42 -rw-rw-r-- 1 1001 1001 168 Jan 5 21:16 version.go [Pipeline] sh 21:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:43 + '[' -e coverage.out ] 21:19:43 + chown 1001:1001 coverage.out [Pipeline] stash 21:19:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:43 Configure a credential helper to remove this warning. See 21:19:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:43 21:19:43 Login Succeeded 21:19:43 nexus3.edgexfoundry.org:10002 21:19:43 Stashed 1 file(s) [Pipeline] sh 21:19:43 + make build 21:19:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:19:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:43 Configure a credential helper to remove this warning. See 21:19:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:43 21:19:43 Login Succeeded 21:19:43 nexus3.edgexfoundry.org:10003 21:19:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:44 Configure a credential helper to remove this warning. See 21:19:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:44 21:19:44 Login Succeeded 21:19:44 nexus3.edgexfoundry.org:10004 21:19:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:44 Configure a credential helper to remove this warning. See 21:19:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:44 21:19:44 Login Succeeded 21:19:44 docker.io 21:19:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:45 Configure a credential helper to remove this warning. See 21:19:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:45 21:19:45 Login Succeeded 21:19:45 ---> docker-login.sh ends [Pipeline] } 21:19:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:19:46 ========================================================= 21:19:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:19:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:19:46 + 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 . 21:19:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:19:49 Sending build context to Docker daemon 165.7MB 21:19:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:19:49 Step 2/6 : FROM ${BASE} 21:19:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:19:49 5f621e34cdf4: Pulling fs layer 21:19:49 a4357932f1b6: Pulling fs layer 21:19:49 18c013af1878: Pulling fs layer 21:19:49 00ac8860ef70: Pulling fs layer 21:19:49 63d7cb157983: Pulling fs layer 21:19:49 b116817d02f9: Pulling fs layer 21:19:49 745a02a5169b: Pulling fs layer 21:19:49 63d7cb157983: Waiting 21:19:49 b116817d02f9: Waiting 21:19:49 00ac8860ef70: Waiting 21:19:49 745a02a5169b: Waiting 21:19:49 18c013af1878: Verifying Checksum 21:19:49 18c013af1878: Download complete 21:19:49 a4357932f1b6: Verifying Checksum 21:19:49 a4357932f1b6: Download complete 21:19:49 63d7cb157983: Verifying Checksum 21:19:49 63d7cb157983: Download complete 21:19:50 b116817d02f9: Verifying Checksum 21:19:50 b116817d02f9: Download complete 21:19:50 5f621e34cdf4: Verifying Checksum 21:19:50 5f621e34cdf4: Download complete 21:19:50 5f621e34cdf4: Pull complete 21:19:51 a4357932f1b6: Pull complete 21:19:51 18c013af1878: Pull complete 21:19:52 745a02a5169b: Verifying Checksum 21:19:52 745a02a5169b: Download complete 21:19:53 00ac8860ef70: Verifying Checksum 21:19:53 00ac8860ef70: Download complete 21:19:55 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 21:19:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:19:57 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 21:19:57 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 21:19:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:20:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:20:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:20:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:20:04 00ac8860ef70: Pull complete 21:20:04 63d7cb157983: Pull complete 21:20:04 b116817d02f9: Pull complete 21:20:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:20:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:20:06 745a02a5169b: Pull complete 21:20:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:20:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:20:06 ---> b7e6874047d6 21:20:06 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] } 21:20:07 $ docker stop --time=1 2344c9781d7ef5a4f7b9ff223578f8a68f20d7d5c57c849b81c0c731fde863f0 21:20:09 $ docker rm -f 2344c9781d7ef5a4f7b9ff223578f8a68f20d7d5c57c849b81c0c731fde863f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:20:10 ---> Running in dba12a5ac2ef 21:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 21:20:12 (1/12) Installing libmagic (5.38-r0) 21:20:12 (2/12) Installing file (5.38-r0) 21:20:12 (3/12) Installing libc-dev (0.7.2-r3) 21:20:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:12 21:20:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:20:12 (4/12) Installing g++ (9.3.0-r2) 21:20:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:12 latest: Pulling from edgex-devops/edgex-compose 21:20:12 cbdbe7a5bc2a: Pulling fs layer 21:20:12 ca9280d653b3: Pulling fs layer 21:20:12 7e9c9ca2126c: Pulling fs layer 21:20:13 cbdbe7a5bc2a: Verifying Checksum 21:20:13 cbdbe7a5bc2a: Download complete 21:20:13 cbdbe7a5bc2a: Pull complete 21:20:13 ca9280d653b3: Verifying Checksum 21:20:13 ca9280d653b3: Download complete 21:20:14 7e9c9ca2126c: Download complete 21:20:14 ca9280d653b3: Pull complete 21:20:21 7e9c9ca2126c: Pull complete 21:20:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:20:21 prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container 21:20:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 21:20:23 $ docker top 80c458b4b9efeea173bf4679456729bd6cbcd718da8db2fca943a1d4c2e9256a -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:23 + docker-compose build --help 21:20:23 + grep parallel 21:20:24 --parallel Build images in parallel. [Pipeline] } 21:20:24 $ docker stop --time=1 80c458b4b9efeea173bf4679456729bd6cbcd718da8db2fca943a1d4c2e9256a 21:20:25 (5/12) Installing fortify-headers (1.1-r0) 21:20:25 (6/12) Installing patch (2.7.6-r6) 21:20:25 (7/12) Installing build-base (0.5-r2) 21:20:25 (8/12) Installing libsodium (1.0.18-r0) 21:20:25 (9/12) Installing pkgconf (1.7.2-r0) 21:20:25 (10/12) Installing libsodium-dev (1.0.18-r0) 21:20:25 (11/12) Installing libzmq (4.3.3-r0) 21:20:25 (12/12) Installing zeromq-dev (4.3.3-r0) 21:20:25 Executing busybox-1.31.1-r19.trigger 21:20:25 OK: 217 MiB in 51 packages 21:20:26 $ docker rm -f 80c458b4b9efeea173bf4679456729bd6cbcd718da8db2fca943a1d4c2e9256a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:20:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:26 . [Pipeline] withDockerContainer 21:20:26 prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container 21:20:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:20:27 $ docker top 99e2a4327d8f6fdfd387fe34ca47ff9927b2941f41b3af4630acb14115c6a212 -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:27 + docker-compose -f ./docker-compose-build.yml build --parallel 21:20:28 Removing intermediate container dba12a5ac2ef 21:20:28 ---> 127eb8dfb53f 21:20:28 Step 4/6 : WORKDIR /edgex-go 21:20:28 ---> Running in 3d4bc4c7dd94 21:20:28 Building docker-core-command-go ... 21:20:28 Building docker-core-data-go ... 21:20:28 Building docker-core-metadata-go ... 21:20:28 Building docker-security-bootstrapper-go ... 21:20:28 Building docker-security-bootstrap-redis-go ... 21:20:28 Building docker-security-proxy-setup-go ... 21:20:28 Building docker-security-secretstore-setup-go ... 21:20:28 Building docker-support-notifications-go ... 21:20:28 Building docker-support-scheduler-go ... 21:20:28 Building docker-sys-mgmt-agent-go ... 21:20:28 Building docker-support-scheduler-go 21:20:28 Building docker-sys-mgmt-agent-go 21:20:28 Building docker-core-metadata-go 21:20:28 Building docker-core-data-go 21:20:28 Building docker-support-notifications-go 21:20:29 Removing intermediate container 3d4bc4c7dd94 21:20:29 ---> 6115d65ab04e 21:20:29 Step 5/6 : COPY go.mod . 21:20:29 ---> f88c024094b0 21:20:29 Step 6/6 : RUN go mod download 21:20:30 ---> Running in 9b140fbd7ebd 21:20:56 Removing intermediate container 9b140fbd7ebd 21:20:56 ---> 34a5545654af 21:20:56 Successfully built 34a5545654af 21:20:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:20:57 + docker inspect -f . ci-base-image-arm64 21:20:57 . [Pipeline] withDockerContainer 21:20:57 prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container 21:20:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 21:20:59 $ docker top 07e12c75292cf012ee36349d864d53678ff7161bf155cf1e30f0c15f37905fbd -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:00 + go version 21:21:00 go version go1.15.5 linux/arm64 [Pipeline] } 21:21:00 $ docker stop --time=1 07e12c75292cf012ee36349d864d53678ff7161bf155cf1e30f0c15f37905fbd 21:21:01 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:01 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:21:01 ---> 88c6e2e76e3d 21:21:01 Step 3/25 : WORKDIR /edgex-go 21:21:01 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:01 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:21:01 ---> 88c6e2e76e3d 21:21:01 Step 3/25 : WORKDIR /edgex-go 21:21:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:21:01 ---> 88c6e2e76e3d 21:21:01 Step 3/26 : WORKDIR /edgex-go 21:21:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:21:01 ---> 88c6e2e76e3d 21:21:01 Step 3/26 : WORKDIR /edgex-go 21:21:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:21:01 ---> 88c6e2e76e3d 21:21:01 Step 3/26 : WORKDIR /edgex-go 21:21:01 ---> Running in c9bf7c368441 21:21:01 ---> Running in f3c09b16cad7 21:21:01 ---> Running in e86ab2342cc7 21:21:01 ---> Running in 793614c4e6cb 21:21:01 ---> Running in de5d648bdcb0 21:21:02 $ docker rm -f 07e12c75292cf012ee36349d864d53678ff7161bf155cf1e30f0c15f37905fbd [Pipeline] // withDockerContainer 21:21:02 Removing intermediate container e86ab2342cc7 21:21:02 ---> 41cf91cc59a2 21:21:02 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:02 Removing intermediate container f3c09b16cad7 21:21:02 ---> ceaa3a56bd8e 21:21:02 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:02 Removing intermediate container de5d648bdcb0 21:21:02 ---> 488630553b28 21:21:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:02 Removing intermediate container c9bf7c368441 21:21:02 ---> 394316cafea7 21:21:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:02 Removing intermediate container 793614c4e6cb 21:21:02 ---> 3a00c13f30c9 21:21:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 21:21:02 ---> Running in 73cfbc2274ef 21:21:02 ---> Running in 367a21659808 21:21:02 ---> Running in e27714de4635 21:21:02 ---> Running in 77a7ce4fcbc1 21:21:02 ---> Running in 8bfb86e39f61 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:03 + docker inspect -f . ci-base-image-arm64 21:21:03 . [Pipeline] withDockerContainer 21:21:03 prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container 21:21:03 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 21:21:04 Removing intermediate container e27714de4635 21:21:04 ---> 6a5c7c566ba3 21:21:04 Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:21:04 ---> Running in 649f8c403efd 21:21:04 Removing intermediate container 367a21659808 21:21:04 ---> cd4e384f2aa7 21:21:04 Step 5/25 : RUN apk add --update --no-cache make bash git ca-certificates 21:21:05 $ docker top d50a638e0965b3aab9e1708ed4a5647798ded43c3785e971761055bd97fa713c -eo pid,comm 21:21:05 ---> Running in 024aaeac657a 21:21:05 Removing intermediate container 8bfb86e39f61 21:21:05 ---> 4e5bd4990485 21:21:05 Step 5/26 : RUN apk add --update --no-cache make bash git 21:21:05 Removing intermediate container 73cfbc2274ef 21:21:05 ---> eede227f4ee8 21:21:05 Step 5/25 : RUN apk add --update --no-cache make git 21:21:05 Removing intermediate container 77a7ce4fcbc1 21:21:05 ---> ab63384030ac [Pipeline] { [Pipeline] echo 21:21:05 ========================================================= 21:21:05 [edgeXBuildGoParallel] Running Tests and Build... 21:21:05 ========================================================= [Pipeline] sh 21:21:05 Step 5/26 : RUN apk add --update --no-cache make git 21:21:05 ---> Running in 2d139fb7ffe3 21:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:05 ---> Running in 17f569b69ca9 21:21:05 ---> Running in 25b3d9dd6a77 21:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:06 + make test 21:21:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:07 OK: 233 MiB in 51 packages 21:21:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:07 Removing intermediate container 649f8c403efd 21:21:07 ---> 07d47df7d95c 21:21:07 Step 6/26 : COPY go.mod . 21:21:07 OK: 233 MiB in 51 packages 21:21:07 ---> 966157690f18 21:21:07 Step 7/26 : RUN go mod download 21:21:07 ---> Running in 5f5334df7bfe 21:21:07 OK: 233 MiB in 51 packages 21:21:07 OK: 233 MiB in 51 packages 21:21:07 OK: 233 MiB in 51 packages 21:21:08 Removing intermediate container 024aaeac657a 21:21:08 ---> 974216b1d076 21:21:08 Step 6/25 : COPY go.mod . 21:21:08 ---> fbb7ff858293 21:21:08 Step 7/25 : RUN go mod download 21:21:08 ---> Running in 4de89bfcd006 21:21:08 Removing intermediate container 17f569b69ca9 21:21:08 ---> 09567a3dd681 21:21:08 Step 6/25 : COPY go.mod . 21:21:09 Removing intermediate container 25b3d9dd6a77 21:21:09 ---> 943f048a8d1d 21:21:09 Step 6/26 : COPY go.mod . 21:21:09 Removing intermediate container 2d139fb7ffe3 21:21:09 ---> c9dec532dad0 21:21:09 Step 6/26 : COPY go.mod . 21:21:09 ---> 7e480c84c05e 21:21:09 Step 7/25 : RUN go mod download 21:21:09 ---> 582029257d83 21:21:09 Step 7/26 : RUN go mod download 21:21:09 ---> Running in 8296559d9d34 21:21:09 ---> Running in 493cb3ed6b9c 21:21:09 ---> 10b921d221b0 21:21:09 Step 7/26 : RUN go mod download 21:21:09 ---> Running in 183704655f7e 21:21:10 Removing intermediate container 5f5334df7bfe 21:21:10 ---> e63afaf6fa34 21:21:10 Step 8/26 : COPY . . 21:21:14 Removing intermediate container 4de89bfcd006 21:21:14 ---> b3dc71fc8119 21:21:14 Step 8/25 : COPY . . 21:21:16 Removing intermediate container 8296559d9d34 21:21:16 ---> 08cd3191f35b 21:21:16 Step 8/25 : COPY . . 21:21:18 Removing intermediate container 183704655f7e 21:21:18 ---> 6fd3f96cfd3f 21:21:18 Step 8/26 : COPY . . 21:21:26 Removing intermediate container 493cb3ed6b9c 21:21:26 ---> 5b7efda696f6 21:21:26 Step 8/26 : COPY . . 21:21:28 ? github.com/edgexfoundry/edgex-go [no test files] 21:21:48 ---> 0601cdbead09 21:21:48 Step 9/26 : RUN make cmd/core-data/core-data 21:21:49 ---> Running in b0b46167d505 21:21:54 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 21:21:54 ---> 01063901952c 21:21:54 Step 9/25 : RUN make cmd/support-notifications/support-notifications 21:21:55 ---> Running in aa54008bceb7 21:21:59 ---> 67a2daf16af8 21:21:59 Step 9/25 : RUN make cmd/support-scheduler/support-scheduler 21:22:00 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 21:22:00 ---> Running in d5d7952e2eee 21:22:00 ---> 738d1a55e8be 21:22:00 Step 9/26 : RUN make cmd/core-metadata/core-metadata 21:22:00 ---> 2d1dc0ec7861 21:22:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:22:01 ---> Running in 8e1e2c306ff2 21:22:01 ---> Running in 3d3a55d5e4f7 21:22:01 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 21:22:02 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 21:22:02 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 21:22:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:22:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:22:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:22:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:22:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:22:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:22:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:22:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:22:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:22:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:22:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:22:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:22:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:22:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:22:41 Removing intermediate container 8e1e2c306ff2 21:22:41 ---> 4d8ab9358a75 21:22:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:22:41 Removing intermediate container aa54008bceb7 21:22:41 ---> c2d324bbd48e 21:22:41 21:22:41 Step 10/25 : FROM alpine:3.12 21:22:41 Removing intermediate container d5d7952e2eee 21:22:41 ---> ba89e93453ea 21:22:41 21:22:41 Step 10/25 : FROM alpine:3.12 21:22:41 Removing intermediate container b0b46167d505 21:22:41 ---> c8860c17cbe3 21:22:41 21:22:41 Step 10/26 : FROM alpine:3.12 21:22:41 ---> Running in 64d0e825a876 21:22:41 3.12: Pulling from library/alpine 21:22:41 3.12: Pulling from library/alpine 21:22:41 3.12: Pulling from library/alpine 21:22:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:22:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:22:41 Status: Image is up to date for alpine:3.12 21:22:41 Status: Downloaded newer image for alpine:3.12 21:22:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:22:41 ---> 389fef711851 21:22:41 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 21:22:41 ---> 389fef711851 21:22:41 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 21:22:41 Status: Image is up to date for alpine:3.12 21:22:41 ---> 389fef711851 21:22:41 Step 11/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:22:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:22:41 ---> Running in c2b06069d685 21:22:41 ---> Running in 40fbfe80a330 21:22:41 ---> Running in be34afcaad4c 21:22:41 Removing intermediate container 3d3a55d5e4f7 21:22:41 ---> f34b736719d9 21:22:41 21:22:41 Step 10/26 : FROM alpine:3.12 21:22:41 ---> 389fef711851 21:22:41 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:22:41 Removing intermediate container c2b06069d685 21:22:41 ---> 4487e0a6537d 21:22:41 Step 12/26 : ENV APP_PORT=48080 21:22:42 ---> Running in 1e27d0c8a85e 21:22:42 ---> Running in 5f0acecfab8c 21:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:42 Removing intermediate container 5f0acecfab8c 21:22:42 ---> eb311236c2d1 21:22:42 Step 13/26 : EXPOSE $APP_PORT 21:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:42 ---> Running in 2c6ffaccadfa 21:22:42 Removing intermediate container 64d0e825a876 21:22:42 ---> af0d135ad4b0 21:22:42 21:22:42 Step 11/26 : FROM docker:20.10.0 21:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:42 20.10.0: Pulling from library/docker 21:22:42 (1/2) Installing ca-certificates (20191127-r4) 21:22:42 (1/2) Installing ca-certificates (20191127-r4) 21:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:42 (2/2) Installing dumb-init (1.2.2-r1) 21:22:42 (2/2) Installing dumb-init (1.2.2-r1) 21:22:42 Executing busybox-1.31.1-r19.trigger 21:22:42 Executing busybox-1.31.1-r19.trigger 21:22:42 Executing ca-certificates-20191127-r4.trigger 21:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:43 (1/2) Installing ca-certificates (20191127-r4) 21:22:43 (2/2) Installing dumb-init (1.2.2-r1) 21:22:43 Executing busybox-1.31.1-r19.trigger 21:22:43 Executing ca-certificates-20191127-r4.trigger 21:22:43 OK: 6 MiB in 16 packages 21:22:43 Executing ca-certificates-20191127-r4.trigger 21:22:43 OK: 6 MiB in 16 packages 21:22:43 Removing intermediate container 2c6ffaccadfa 21:22:43 ---> 2f46ce1afde5 21:22:43 Step 14/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:43 OK: 6 MiB in 16 packages 21:22:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 46.6% of statements 21:22:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:22:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:22:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:22:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:22:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:22:44 ---> Running in 8a78e347eb78 21:22:46 Removing intermediate container 1e27d0c8a85e 21:22:46 ---> 5adb39d47a86 21:22:46 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:22:46 Removing intermediate container be34afcaad4c 21:22:46 ---> f819b6463c69 21:22:46 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:22:47 ---> Running in 460cdcb68538 21:22:47 Removing intermediate container 40fbfe80a330 21:22:47 ---> 2beb1cb793bc 21:22:47 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:22:47 ---> Running in e3f89f234e49 21:22:47 ---> Running in 826f0f70f161 21:22:47 Removing intermediate container 460cdcb68538 21:22:47 ---> e159f83ac3e4 21:22:47 Step 13/26 : ENV APP_PORT=48081 21:22:47 ---> Running in f5c0fe407785 21:22:47 Removing intermediate container 826f0f70f161 21:22:47 ---> ae63e2cd5047 21:22:47 Step 13/25 : ENV APP_PORT=48060 21:22:47 Removing intermediate container e3f89f234e49 21:22:47 ---> d212f6b6b4ed 21:22:47 Step 13/25 : ENV APP_PORT=48085 21:22:47 Removing intermediate container 8a78e347eb78 21:22:47 ---> b0bdbc73d6fe 21:22:47 Step 15/26 : RUN apk add --update --no-cache zeromq dumb-init 21:22:47 ---> Running in ad8b465ebf80 21:22:47 ---> Running in ae3de24cc2a6 21:22:47 ---> Running in 5eeb94cb62ed 21:22:47 Removing intermediate container f5c0fe407785 21:22:47 ---> a9ddb198ef98 21:22:47 Step 14/26 : EXPOSE $APP_PORT 21:22:48 ---> Running in a8784be89718 21:22:49 Removing intermediate container ad8b465ebf80 21:22:49 ---> 773aad61442a 21:22:49 Step 14/25 : EXPOSE $APP_PORT 21:22:49 Removing intermediate container ae3de24cc2a6 21:22:49 ---> de00769ea10b 21:22:49 Step 14/25 : EXPOSE $APP_PORT 21:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:49 ---> Running in 241fe79b65a6 21:22:49 Removing intermediate container a8784be89718 21:22:49 ---> d9620071db3c 21:22:49 Step 15/26 : WORKDIR / 21:22:49 ---> Running in ffec24370ffa 21:22:49 ---> Running in 5dbcc1c1e988 21:22:49 Removing intermediate container 241fe79b65a6 21:22:49 ---> 1c24a9d63ebf 21:22:49 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:22:49 Removing intermediate container ffec24370ffa 21:22:49 ---> 46c02b236fbb 21:22:49 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:22:50 Removing intermediate container 5dbcc1c1e988 21:22:50 ---> 35eccbcbe74f 21:22:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:22:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:22:50 Status: Downloaded newer image for docker:20.10.0 21:22:50 ---> aefe523efa57 21:22:50 Step 12/26 : RUN apk add --no-cache bash 21:22:50 ---> Running in 1b782e80775c 21:22:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:50 ---> 5ee15652b1d6 21:22:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:22:50 ---> 01ab68af3637 21:22:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:22:50 ---> b3fde7104ccc 21:22:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:22:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.0% of statements 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:22:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:22:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:22:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.553s coverage: 77.8% of statements 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:22:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.412s coverage: 82.4% of statements 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:22:51 (1/6) Installing dumb-init (1.2.2-r1) 21:22:51 (2/6) Installing libgcc (9.3.0-r2) 21:22:51 (3/6) Installing libsodium (1.0.18-r0) 21:22:51 (4/6) Installing libstdc++ (9.3.0-r2) 21:22:51 (5/6) Installing libzmq (4.3.3-r0) 21:22:51 ---> 093136dc890e 21:22:51 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:22:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:52 (6/6) Installing zeromq (4.3.3-r0) 21:22:52 ---> 8b42c6bd773f 21:22:52 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:22:52 ---> e720c214a1ff 21:22:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:22:52 Executing busybox-1.31.1-r19.trigger 21:22:52 OK: 8 MiB in 20 packages 21:22:52 ---> d4253b72447a 21:22:52 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 21:22:52 (1/2) Installing readline (8.0.4-r0) 21:22:52 (2/2) Installing bash (5.0.17-r0) 21:22:52 Executing bash-5.0.17-r0.post-install 21:22:52 Executing busybox-1.31.1-r19.trigger 21:22:52 OK: 12 MiB in 22 packages 21:22:52 ---> Running in 9fdc84d9973f 21:22:52 ---> a752d90cb44e 21:22:52 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 21:22:52 ---> f423fdc202a5 21:22:52 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 21:22:52 ---> Running in 09a61c865d09 21:22:52 Removing intermediate container 9fdc84d9973f 21:22:52 ---> 848a2cf43f36 21:22:52 Step 19/25 : ENV CONSUL_PORT=8500 21:22:52 ---> Running in 62e74f512763 21:22:52 ---> Running in cb034393e4a7 21:22:53 Removing intermediate container 5eeb94cb62ed 21:22:53 ---> 0cfe1b01e643 21:22:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:22:53 Removing intermediate container 09a61c865d09 21:22:53 ---> 6f0127924d9a 21:22:53 Step 19/25 : ENV CONSUL_PORT=8500 21:22:53 Removing intermediate container 62e74f512763 21:22:53 ---> b63c415246b2 21:22:53 Step 20/26 : ENV CONSUL_PORT=8500 21:22:53 ---> Running in ebbdd7f4fa08 21:22:53 ---> Running in 8dc41107cf24 21:22:53 Removing intermediate container 1b782e80775c 21:22:53 ---> 31763f16513a 21:22:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:22:53 Removing intermediate container cb034393e4a7 21:22:53 ---> 8411e65e9f9f 21:22:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/entrypoint.sh /usr/local/bin/ 21:22:53 ---> fb6049b19c7c 21:22:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:22:53 ---> Running in 88631228c5ca 21:22:53 Removing intermediate container ebbdd7f4fa08 21:22:53 ---> b120940f0988 21:22:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-notifications/entrypoint.sh /usr/local/bin/ 21:22:53 Removing intermediate container 8dc41107cf24 21:22:53 ---> 7c27946b994e 21:22:53 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-metadata/entrypoint.sh /usr/local/bin/ 21:22:54 ---> 71f1fa66a844 21:22:54 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:22:54 Removing intermediate container 88631228c5ca 21:22:54 ---> 228840ff9242 21:22:54 Step 14/26 : ENV APP_PORT=48090 21:22:54 ---> 02867d9eb91b 21:22:54 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:22:54 ---> Running in 8038caee95b2 21:22:54 ---> a19477b596d6 21:22:54 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:22:54 ---> 5278ac318bf0 21:22:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:22:54 ---> Running in 8c1c166e5977 21:22:54 ---> Running in baf40bddeef1 21:22:54 ---> Running in 7a9ec14040cf 21:22:54 ---> c3d6f672aa7e 21:22:54 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 21:22:55 ---> Running in 5a062984cef2 21:22:55 Removing intermediate container baf40bddeef1 21:22:55 ---> f7653c5147b6 21:22:55 Step 15/26 : EXPOSE $APP_PORT 21:22:55 ---> Running in 29a41a727965 21:22:55 Removing intermediate container 5a062984cef2 21:22:55 ---> 47846bcfec62 21:22:55 Step 20/26 : ENV CONSUL_PORT=8500 21:22:56 ---> Running in 79d02579d7f7 21:22:56 Removing intermediate container 29a41a727965 21:22:56 ---> 15a4ba400423 21:22:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:22:56 Removing intermediate container 8038caee95b2 21:22:56 ---> 66d4e7ca0f2d 21:22:56 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:22:56 ---> Running in 00b3a1290192 21:22:56 Removing intermediate container 79d02579d7f7 21:22:56 ---> ea15768b3be4 21:22:56 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-data/entrypoint.sh /usr/local/bin/ 21:22:56 Removing intermediate container 00b3a1290192 21:22:56 ---> ce2d8ff49fd1 21:22:56 Step 23/25 : LABEL arch=x86_64 21:22:57 ---> ad9e0c5daeb8 21:22:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:22:57 ---> 85a38a565644 21:22:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:22:57 ---> Running in 36ef54e2d711 21:22:57 ---> Running in e52211e39f3b 21:22:57 Removing intermediate container 8c1c166e5977 21:22:57 ---> 545f5ecc5204 21:22:57 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:22:57 Removing intermediate container 7a9ec14040cf 21:22:57 ---> f32dd56f668a 21:22:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:22:57 ---> a172c627657c 21:22:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:22:57 ---> Running in 179e6a4c43e7 21:22:57 Removing intermediate container 36ef54e2d711 21:22:57 ---> fcaeb8b39322 21:22:57 Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:22:57 ---> Running in 92c6f1819c1b 21:22:57 ---> Running in f3f7a6b7029f 21:22:57 Removing intermediate container 179e6a4c43e7 21:22:57 ---> af4d872e108f 21:22:57 Step 23/25 : LABEL arch=x86_64 21:22:58 ---> Running in a4e5d57a0720 21:22:58 Removing intermediate container 92c6f1819c1b 21:22:58 ---> 5c4f303170e3 21:22:58 Step 24/26 : LABEL arch=x86_64 21:22:58 ---> 382992b80b4e 21:22:58 Step 19/26 : RUN apk --no-cache add py3-pip 21:22:58 Removing intermediate container f3f7a6b7029f 21:22:58 ---> 804d53a27830 21:22:58 Step 25/25 : LABEL version=0.0.0 21:22:58 ---> Running in 1ab37b2b231c 21:22:58 ---> Running in a0a0011a3088 21:22:58 ---> Running in 54d2321356ec 21:22:58 Removing intermediate container a4e5d57a0720 21:22:58 ---> 2942bdc04439 21:22:58 Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:22:58 Removing intermediate container a0a0011a3088 21:22:58 ---> d9f8cbd063ae 21:22:58 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:22:58 ---> Running in 950cb366c631 21:22:58 Removing intermediate container 54d2321356ec 21:22:58 ---> 4fc27d41bff9 21:22:58 21:22:58 ---> Running in b822fa51694b 21:22:58 Removing intermediate container e52211e39f3b 21:22:58 ---> 3f2d5c72636e 21:22:58 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:22:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.104s coverage: 28.6% of statements 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:22:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.184s coverage: 100.0% of statements 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:22:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:22:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.269s coverage: 86.7% of statements 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:22:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:59 Removing intermediate container 950cb366c631 21:22:59 ---> 8b2bb467e424 21:22:59 Step 25/25 : LABEL version=0.0.0 21:22:59 ---> Running in 51dc359ea53a 21:22:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:59 Successfully built 4fc27d41bff9 21:22:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.354s coverage: 97.5% of statements 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:22:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.121s coverage: 78.3% of statements 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:22:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:22:59 Successfully tagged docker-support-scheduler-go:latest 21:22:59 Removing intermediate container b822fa51694b 21:22:59 ---> 770ff4e5aa48 21:22:59 Step 26/26 : LABEL version=0.0.0 Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 21:22:59 21:22:59 ---> Running in be75767f5157 21:22:59 ---> Running in fc0bee9a314a 21:22:59 (1/33) Installing libbz2 (1.0.8-r1) 21:22:59 (2/33) Installing expat (2.2.9-r1) 21:22:59 (3/33) Installing libffi (3.3-r2) 21:22:59 Removing intermediate container 51dc359ea53a 21:22:59 ---> 9842a0f93873 21:22:59 Step 24/26 : LABEL arch=x86_64 21:22:59 (4/33) Installing gdbm (1.13-r1) 21:22:59 (5/33) Installing xz-libs (5.2.5-r0) 21:22:59 (6/33) Installing sqlite-libs (3.32.1-r0) 21:22:59 (7/33) Installing python3 (3.8.5-r0) 21:23:00 ---> Running in 5c24178c6d88 21:23:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.069s coverage: 93.8% of statements 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:23:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:23:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.1% of statements 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:23:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 43.8% of statements 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 21:23:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:23:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:23:06 Removing intermediate container be75767f5157 21:23:06 ---> 0a2a01896e9e 21:23:06 21:23:06 Removing intermediate container fc0bee9a314a 21:23:06 ---> cf2a95d58db7 21:23:06 21:23:06 (8/33) Installing py3-appdirs (1.4.4-r1) 21:23:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:23:06 (10/33) Installing py3-parsing (2.4.7-r0) 21:23:06 (11/33) Installing py3-six (1.15.0-r0) 21:23:06 (12/33) Installing py3-packaging (20.4-r0) 21:23:07 (13/33) Installing py3-setuptools (47.0.0-r0) 21:23:07 (14/33) Installing py3-chardet (3.0.4-r4) 21:23:07 (15/33) Installing py3-idna (2.9-r0) 21:23:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:23:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:23:09 Removing intermediate container 5c24178c6d88 21:23:09 ---> c8be2875ca4c 21:23:09 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:23:09 (18/33) Installing py3-requests (2.23.0-r0) 21:23:09 (19/33) Installing py3-msgpack (1.0.0-r0) 21:23:09 Successfully built 0a2a01896e9e 21:23:09 (20/33) Installing py3-lockfile (0.12.2-r3) 21:23:09 Successfully tagged docker-support-notifications-go:latest 21:23:09  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 21:23:09 Successfully built cf2a95d58db7 21:23:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:23:10 (22/33) Installing py3-colorama (0.4.3-r0) 21:23:10 (23/33) Installing py3-distlib (0.3.0-r0) 21:23:11 Successfully tagged docker-core-metadata-go:latest 21:23:11 Building docker-core-command-go 21:23:11  Building docker-core-metadata-go ... done (24/33) Installing py3-distro (1.5.0-r1) 21:23:12 (25/33) Installing py3-webencodings (0.5.1-r3) 21:23:12 (26/33) Installing py3-html5lib (1.0.1-r4) 21:23:14 (27/33) Installing py3-pytoml (0.1.21-r0) 21:23:14 (28/33) Installing py3-pep517 (0.8.2-r0) 21:23:14 (29/33) Installing py3-progress (1.5-r0) 21:23:14 (30/33) Installing py3-toml (0.10.1-r0) 21:23:15 (31/33) Installing py3-retrying (1.3.3-r0) 21:23:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:23:16 (33/33) Installing py3-pip (20.1.1-r0) 21:23:17 ---> Running in 0b1c1c19714f 21:23:18 Executing busybox-1.31.1-r19.trigger 21:23:19 OK: 71 MiB in 55 packages 21:23:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:23:21 ---> 88c6e2e76e3d 21:23:21 Step 3/24 : WORKDIR /edgex-go 21:23:21 ---> Using cache 21:23:21 ---> 3a00c13f30c9 21:23:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:21 ---> Using cache 21:23:21 ---> ab63384030ac 21:23:21 Step 5/24 : RUN apk add --update --no-cache make git 21:23:21 ---> Using cache 21:23:21 ---> 943f048a8d1d 21:23:21 Step 6/24 : COPY go.mod . 21:23:21 ---> Using cache 21:23:21 ---> 582029257d83 21:23:21 Step 7/24 : RUN go mod download 21:23:21 ---> Using cache 21:23:21 ---> 5b7efda696f6 21:23:21 Step 8/24 : COPY . . 21:23:21 ---> Using cache 21:23:21 ---> 738d1a55e8be 21:23:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:23:22 Removing intermediate container 0b1c1c19714f 21:23:22 ---> f9132235f0f3 21:23:22 Step 26/26 : LABEL version=0.0.0 21:23:22 ---> Running in f52786c9fbd3 21:23:22 ---> Running in f5a91f827047 21:23:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:23:26 Removing intermediate container f5a91f827047 21:23:26 ---> 55f5a65b21db 21:23:26 21:23:26 Successfully built 55f5a65b21db 21:23:26 Successfully tagged docker-core-data-go:latest 21:23:26  Building docker-core-data-go ... done Building docker-security-bootstrapper-go 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.073s coverage: 82.7% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.551s coverage: 63.5% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 55.9% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 37.0% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.417s coverage: 84.0% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.344s coverage: 47.1% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:23:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements 21:23:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.585s coverage: 29.1% of statements 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:23:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.079s coverage: 32.1% of statements 21:23:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:23:37 GO111MODULE=on go vet ./... 21:23:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:23:39 ---> 88c6e2e76e3d 21:23:39 Step 3/21 : WORKDIR /edgex-go 21:23:39 ---> Using cache 21:23:39 ---> 3a00c13f30c9 21:23:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:39 ---> Using cache 21:23:39 ---> ab63384030ac 21:23:39 Step 5/21 : RUN apk add --update --no-cache make git 21:23:39 ---> Using cache 21:23:39 ---> 943f048a8d1d 21:23:39 Step 6/21 : COPY go.mod . 21:23:39 ---> Using cache 21:23:39 ---> 582029257d83 21:23:39 Step 7/21 : RUN go mod download 21:23:39 ---> Using cache 21:23:39 ---> 5b7efda696f6 21:23:39 Step 8/21 : COPY . . 21:23:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:23:39 ---> 88c6e2e76e3d 21:23:39 Step 3/26 : WORKDIR /edgex-go 21:23:39 ---> Using cache 21:23:39 ---> 3a00c13f30c9 21:23:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:39 ---> Using cache 21:23:39 ---> ab63384030ac 21:23:39 Step 5/26 : RUN apk add --update --no-cache make git 21:23:39 ---> Using cache 21:23:39 ---> 943f048a8d1d 21:23:39 Step 6/26 : COPY go.mod . 21:23:39 ---> Using cache 21:23:39 ---> 582029257d83 21:23:39 Step 7/26 : RUN go mod download 21:23:39 ---> Using cache 21:23:39 ---> 5b7efda696f6 21:23:39 Step 8/26 : COPY . . 21:23:39 ---> Using cache 21:23:39 ---> 738d1a55e8be 21:23:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:23:39 ---> Using cache 21:23:39 ---> 738d1a55e8be 21:23:39 Step 9/26 : RUN make cmd/core-command/core-command 21:23:39 ---> Running in d235f916bfbe 21:23:39 ---> Running in 10cd2298dc69 21:23:43 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 21:23:43 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 21:23:46 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 21:23:49 Removing intermediate container 1ab37b2b231c 21:23:49 ---> cf042cd807f3 21:23:49 Step 20/26 : RUN pip install docker-compose==1.23.2 21:23:51 ---> Running in 372825a4a2d5 21:23:53 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:53 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:23:53 ---> 88c6e2e76e3d 21:23:53 Step 3/32 : WORKDIR /edgex-go 21:23:53 ---> Using cache 21:23:53 ---> 3a00c13f30c9 21:23:53 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:53 ---> Using cache 21:23:53 ---> ab63384030ac 21:23:53 Step 5/32 : RUN apk add --update --no-cache make git 21:23:53 ---> Using cache 21:23:53 ---> 943f048a8d1d 21:23:53 Step 6/32 : COPY go.mod . 21:23:53 ---> Using cache 21:23:53 ---> 582029257d83 21:23:53 Step 7/32 : RUN go mod download 21:23:53 ---> Using cache 21:23:53 ---> 5b7efda696f6 21:23:53 Step 8/32 : COPY . . 21:23:53 ---> Using cache 21:23:53 ---> 738d1a55e8be 21:23:53 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 21:23:54 ---> Running in e889c108d817 21:23:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:23:56 Removing intermediate container f52786c9fbd3 21:23:56 ---> f764495b307f 21:23:56 21:23:56 Step 10/24 : FROM alpine:3.12 21:23:56 ---> 389fef711851 21:23:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:23:56 ---> Running in c0b54ba5700d 21:23:57 Collecting docker-compose==1.23.2 21:23:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:23:57 Collecting dockerpty<0.5,>=0.4.1 21:23:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:23:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:58 (1/5) Installing ca-certificates (20191127-r4) 21:23:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:23:58 (3/5) Installing libcurl (7.69.1-r3) 21:23:58 (4/5) Installing curl (7.69.1-r3) 21:23:58 (5/5) Installing dumb-init (1.2.2-r1) 21:23:58 Executing busybox-1.31.1-r19.trigger 21:23:58 Executing ca-certificates-20191127-r4.trigger 21:23:58 OK: 7 MiB in 19 packages 21:23:58 Collecting PyYAML<4,>=3.10 21:23:58 Downloading PyYAML-3.13.tar.gz (270 kB) 21:24:00 Collecting texttable<0.10,>=0.9.0 21:24:00 Downloading texttable-0.9.1.tar.gz (11 kB) 21:24:02 Removing intermediate container c0b54ba5700d 21:24:02 ---> 860f248e2c10 21:24:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:24:02 Collecting cached-property<2,>=1.2.0 21:24:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:24:02 Collecting docopt<0.7,>=0.6.1 21:24:02 Downloading docopt-0.6.2.tar.gz (25 kB) 21:24:02 ---> Running in acad379ee5f4 21:24:03 Removing intermediate container acad379ee5f4 21:24:03 ---> bdc229c2185f 21:24:03 Step 13/24 : WORKDIR / 21:24:03 Collecting jsonschema<3,>=2.5.1 21:24:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:24:03 ---> Running in bac47d006ee1 21:24:03 Collecting websocket-client<1.0,>=0.32.0 21:24:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:24:04 Removing intermediate container bac47d006ee1 21:24:04 ---> f9582bfd6129 21:24:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:24:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:24:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:24:04 ---> cfa5b7d72d07 21:24:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:24:04 Collecting docker<4.0,>=3.6.0 21:24:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:24:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:24:04 Collecting urllib3<1.25,>=1.21.1 21:24:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:24:05 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) 21:24:05 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) 21:24:05 ---> 07c28c327722 21:24:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:24:05 Collecting idna<2.8,>=2.5 21:24:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:24:05 Collecting docker-pycreds>=0.4.0 21:24:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:24:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:24:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:24:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:24:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:24: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 21:24:05 Installing collected packages: dockerpty, PyYAML, texttable, cached-property, docopt, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose 21:24:05 Running setup.py install for dockerpty: started 21:24:05 ---> 85c9e15ad3e5 21:24:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:24:06 Running setup.py install for dockerpty: finished with status 'done' 21:24:06 Running setup.py install for PyYAML: started 21:24:06 ---> 8d82766bc529 21:24:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:24:07 Running setup.py install for PyYAML: finished with status 'done' 21:24:07 Running setup.py install for texttable: started 21:24:07 Running setup.py install for texttable: finished with status 'done' 21:24:08 Running setup.py install for docopt: started 21:24:08 ---> 8b3a2fc7928a 21:24:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:24:08 Removing intermediate container d235f916bfbe 21:24:08 ---> 1af9fa620066 21:24:08 21:24:08 Step 10/26 : FROM alpine:3.12 21:24:08 ---> 389fef711851 21:24:08 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:24:08 ---> Using cache 21:24:08 ---> 2beb1cb793bc 21:24:08 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:24:09 ---> Running in 7f89159ebb67 21:24:09 ---> 066fee879e88 21:24:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:24:09 Running setup.py install for docopt: finished with status 'done' 21:24:09 ---> Running in 793001ebdab4 21:24:10 Removing intermediate container 7f89159ebb67 21:24:10 ---> 34006dedf0bd 21:24:10 Step 13/26 : ENV APP_PORT=48082 21:24:10 Attempting uninstall: urllib3 21:24:10 Found existing installation: urllib3 1.25.9 21:24:10 Uninstalling urllib3-1.25.9: 21:24:12 Successfully uninstalled urllib3-1.25.9 21:24:12 ---> Running in 0b4849c40c68 21:24:12 Attempting uninstall: idna 21:24:12 Found existing installation: idna 2.9 21:24:12 Uninstalling idna-2.9: 21:24:12 Successfully uninstalled idna-2.9 21:24:12 Removing intermediate container 0b4849c40c68 21:24:12 ---> a10cc0b99e8f 21:24:12 Step 14/26 : EXPOSE $APP_PORT 21:24:12 Attempting uninstall: requests 21:24:12 Found existing installation: requests 2.23.0 21:24:12 Uninstalling requests-2.23.0: 21:24:13 Successfully uninstalled requests-2.23.0 21:24:14 ---> Running in ea287204ea0e 21:24:14 Removing intermediate container 10cd2298dc69 21:24:14 ---> 5f6c66d95b53 21:24:14 21:24:14 Step 10/21 : FROM alpine:3.12 21:24:15 ---> 389fef711851 21:24:15 Step 11/21 : RUN apk add --update --no-cache curl 21:24:15 Removing intermediate container ea287204ea0e 21:24:15 ---> f5449717d1ca 21:24:15 Step 15/26 : WORKDIR / 21:24:15 Removing intermediate container 793001ebdab4 21:24:15 ---> 9395029f48d7 21:24:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:24:16 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 21:24:16 ---> Running in 15b594955da0 21:24:16 ---> Running in eb3aa6d4ddcb 21:24:16 ---> Running in 8b07b1aa7a83 21:24:16 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 21:24:16 Removing intermediate container eb3aa6d4ddcb 21:24:16 ---> 634e73c9497a 21:24:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:24:16 Removing intermediate container 8b07b1aa7a83 21:24:16 ---> e8a48ea1d5ee 21:24:16 Step 22/24 : LABEL arch=x86_64 21:24:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:24:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:24:16 ---> Running in afd8d9f1dc55 21:24:17 (1/4) Installing ca-certificates (20191127-r4) 21:24:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:24:17 (3/4) Installing libcurl (7.69.1-r3) 21:24:17 (4/4) Installing curl (7.69.1-r3) 21:24:17 Executing busybox-1.31.1-r19.trigger 21:24:17 Executing ca-certificates-20191127-r4.trigger 21:24:17 OK: 7 MiB in 18 packages 21:24:17 ---> 0bc47bfa3c31 21:24:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:24:18 Removing intermediate container afd8d9f1dc55 21:24:18 ---> 57054d9ca856 21:24:18 Step 23/24 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:24:18 ---> Running in ea7d921dae16 21:24:18 ---> f5325f2ac9c7 21:24:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:24:20 Removing intermediate container ea7d921dae16 21:24:20 ---> 184a259b5cae 21:24:20 Step 24/24 : LABEL version=0.0.0 21:24:20 Removing intermediate container 372825a4a2d5 21:24:20 ---> 050013895f6d 21:24:20 Step 21/26 : RUN apk --no-cache add curl 21:24:20 ---> Running in 2c5ad7834d2d 21:24:20 ---> 9719f8cd8799 21:24:20 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 21:24:20 Removing intermediate container 15b594955da0 21:24:20 ---> b64ebedb7bbe 21:24:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:24:20 ---> Running in 339182d05c68 21:24:20 ---> Running in 75447a4b7896 21:24:21 ---> Running in 98d864ce2865 21:24:21 Removing intermediate container 2c5ad7834d2d 21:24:21 ---> 78410e1af381 21:24:21 21:24:21 Successfully built 78410e1af381 21:24:21 Successfully tagged docker-security-secretstore-setup-go:latest 21:24:21 Building docker-security-bootstrap-redis-go 21:24:21  Building docker-security-secretstore-setup-go ... done Removing intermediate container 75447a4b7896 21:24:21 ---> 3f1f329a9b35 21:24:21 Step 20/26 : ENV CONSUL_PORT=8500 21:24:21 Removing intermediate container 98d864ce2865 21:24:21 ---> c4c9dd6ce806 21:24:21 Step 13/21 : WORKDIR /edgex 21:24:21 ---> Running in 5c090eced6e4 21:24:21 ---> Running in 6c19721faf6e 21:24:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:24:21 Removing intermediate container 5c090eced6e4 21:24:21 ---> 4526fbc52a35 21:24:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-command/entrypoint.sh /usr/local/bin/ 21:24:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:24:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:24:22 (2/3) Installing libcurl (7.69.1-r3) 21:24:22 (3/3) Installing curl (7.69.1-r3) 21:24:22 Executing busybox-1.31.1-r19.trigger 21:24:22 OK: 72 MiB in 58 packages 21:24:25 Removing intermediate container 6c19721faf6e 21:24:25 ---> 33c14bcd5960 21:24:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:24:27 ---> 68f4a2453259 21:24:27 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:24:27 Removing intermediate container e889c108d817 21:24:27 ---> d61b92352dbd 21:24:27 21:24:27 Step 10/32 : FROM alpine:3.12 21:24:27 ---> 389fef711851 21:24:27 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 21:24:27 ---> Running in 3fbef36f4cc7 21:24:27 ---> ad6489515ba5 21:24:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:24:27 ---> Running in 30953f6a68fc 21:24:27 Removing intermediate container 339182d05c68 21:24:27 ---> 6f4394e3b0bb 21:24:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:24:28 ---> Running in a1b9c3e18cc4 21:24:28 ---> b747536dacad 21:24:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:24:29 (1/2) Installing dumb-init (1.2.2-r1) 21:24:29 (2/2) Installing openssl (1.1.1i-r0) 21:24:29 Executing busybox-1.31.1-r19.trigger 21:24:30 OK: 6 MiB in 16 packages 21:24:30 Removing intermediate container a1b9c3e18cc4 21:24:30 ---> 723d5527cb3d 21:24:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:24:32 ---> a551f8c6451f 21:24:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:24:32 ---> Running in b997f4070da1 21:24:33 ---> Running in 191093aefb35 21:24:34 Removing intermediate container b997f4070da1 21:24:34 ---> feefab92cad0 21:24:34 Step 24/26 : LABEL arch=x86_64 21:24:35 Removing intermediate container 3fbef36f4cc7 21:24:35 ---> 06bc2d4e524d 21:24:35 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:24:35 Removing intermediate container 191093aefb35 21:24:35 ---> 4bd3c3599a61 21:24:35 Step 18/21 : CMD ["--init=true"] 21:24:36 Removing intermediate container 30953f6a68fc 21:24:36 ---> 75fa040acfbd 21:24:36 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:24:36 ---> Running in 16a9e120a1ac 21:24:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:24:37 ---> 88c6e2e76e3d 21:24:37 Step 3/22 : WORKDIR /edgex-go 21:24:37 ---> Using cache 21:24:37 ---> 3a00c13f30c9 21:24:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:37 ---> Using cache 21:24:37 ---> ab63384030ac 21:24:37 Step 5/22 : RUN apk add --update --no-cache make git 21:24:37 ---> Using cache 21:24:37 ---> 943f048a8d1d 21:24:37 Step 6/22 : COPY go.mod . 21:24:37 ---> Using cache 21:24:37 ---> 582029257d83 21:24:37 Step 7/22 : RUN go mod download 21:24:37 ---> Using cache 21:24:37 ---> 5b7efda696f6 21:24:37 Step 8/22 : COPY . . 21:24:37 ---> Using cache 21:24:37 ---> 738d1a55e8be 21:24:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:24:38 ---> Running in 22c8a5eae35c 21:24:38 ---> Running in c302ca3a3c81 21:24:38 ---> Running in b01d2522eb7c 21:24:38 ---> Running in bc5bee413d58 21:24:38 Removing intermediate container 16a9e120a1ac 21:24:38 ---> 5e4b02143a28 21:24:38 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:24:38 Removing intermediate container 22c8a5eae35c 21:24:38 ---> 5afc01fa6200 21:24:38 Step 24/26 : LABEL arch=x86_64 21:24:38 Removing intermediate container c302ca3a3c81 21:24:38 ---> cccd28cda140 21:24:38 Step 19/21 : LABEL arch=x86_64 21:24:38 ---> Running in a97a0298d720 21:24:38 Removing intermediate container b01d2522eb7c 21:24:38 ---> 81ca1163b4d7 21:24:38 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 21:24:38 ---> Running in 5ae5229acc42 21:24:38 ---> Running in af48598ac2e1 21:24:38 ---> Running in 1c74c2a55e59 21:24:38 Removing intermediate container a97a0298d720 21:24:38 ---> fba096a64b7c 21:24:38 Step 26/26 : LABEL version=0.0.0 21:24: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 21:24:39 ---> Running in 7702aa21a122 21:24:39 Removing intermediate container 5ae5229acc42 21:24:39 ---> 90ab37c4083e 21:24:39 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:24:39 Removing intermediate container af48598ac2e1 21:24:39 ---> abb2395b1750 21:24:39 Step 20/21 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:24:39 Removing intermediate container 1c74c2a55e59 21:24:39 ---> 8550d7f6f603 21:24:39 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 21:24:39 ---> Running in 72ecc39f1717 21:24:39 ---> Running in acb1336d7237 21:24:39 ---> Running in c3e760e90cfc 21:24:39 Removing intermediate container 7702aa21a122 21:24:39 ---> 5b72bd2d044c 21:24:39 21:24:39 Successfully built 5b72bd2d044c 21:24:39 Removing intermediate container 72ecc39f1717 21:24:39 ---> bde0bcbf51a9 21:24:39 Step 21/21 : LABEL version=0.0.0 21:24:39 Successfully tagged docker-sys-mgmt-agent-go:latest 21:24:39  Building docker-sys-mgmt-agent-go ... done Removing intermediate container acb1336d7237 21:24:39 ---> 6aaba5d2db6b 21:24:39 Step 26/26 : LABEL version=0.0.0 21:24:39 ---> Running in dabbd86cb23b 21:24:39 ---> Running in 95acbd0ecbc9 21:24:40 Connecting to github.com (140.82.113.4:443) 21:24:40 Removing intermediate container dabbd86cb23b 21:24:40 ---> 7402a582f04d 21:24:40 21:24:40 Removing intermediate container 95acbd0ecbc9 21:24:40 ---> fedd5906f6a4 21:24:40 21:24:40 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.139.203:443) 21:24:40 Successfully built 7402a582f04d 21:24:40 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 21:24:40 Successfully tagged docker-security-proxy-setup-go:latest 21:24:40  Building docker-security-proxy-setup-go ... done Successfully built fedd5906f6a4 21:24:40 Successfully tagged docker-core-command-go:latest 21:24:40  Building docker-core-command-go ... done dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 21:24:40 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 21:24:40 dockerize 21:24:42 Removing intermediate container c3e760e90cfc 21:24:42 ---> e4998a640e28 21:24:42 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 21:24:42 ---> Running in 61bda7f00550 21:24:42 Removing intermediate container 61bda7f00550 21:24:42 ---> 18845c59f3f9 21:24:42 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:24:42 ---> Running in e5f85356da7f 21:24:43 Removing intermediate container e5f85356da7f 21:24:43 ---> 367fb591bcc2 21:24:43 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 21:24:43 ---> Running in 2a218ae83a32 21:24:43 Copy dockerize executable 21:24:44 Removing intermediate container 2a218ae83a32 21:24:44 ---> 34dc20e1d6b4 21:24:44 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 21:24:44 ---> Running in 8b6d86d300ce 21:24:44 Removing intermediate container 8b6d86d300ce 21:24:44 ---> 88b76f497c34 21:24:44 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:24:45 ---> 30be04bacd3c 21:24:45 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:24:45 ---> Running in d92943fb9ab0 21:24:45 gofmt -l . 21:24:46 [ "`gofmt -l .`" = "" ] 21:24:47 Removing intermediate container d92943fb9ab0 21:24:47 ---> 7b94c1c92708 21:24:47 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:24:47 ---> 69405dd131ec 21:24:47 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:24:47 ---> 60966b340535 21:24:47 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 21:24:49 ./bin/test-go-mod-tidy.sh 21:24:49 ./bin/test-attribution-txt.sh 21:24:49 ---> 48a693b728a3 21:24:49 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:24:49 Removing intermediate container bc5bee413d58 21:24:49 ---> b7e397ae779b 21:24:49 21:24:49 Step 10/22 : FROM alpine:3.12 21:24:49 ---> 389fef711851 21:24:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:24:49 ---> Using cache 21:24:49 ---> 860f248e2c10 21:24:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:24:49 ---> Running in 6a1b98b10f19 21:24:49 ---> 3fb7ce7f78a7 21:24:49 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:24:49 Removing intermediate container 6a1b98b10f19 21:24:49 ---> 40f8da273e1d 21:24:49 Step 13/22 : WORKDIR / 21:24:50 ---> Running in 7294be5e9b0d 21:24:50 ---> Running in b52499283554 21:24:50 Removing intermediate container 7294be5e9b0d 21:24:50 ---> 71b56c9ff9ac 21:24:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:24:50 Removing intermediate container b52499283554 21:24:50 ---> 52302c89c83d 21:24:50 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 21:24:50 ---> cee3734c4d59 21:24:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:24:50 ---> 577d185faff1 21:24:50 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:24:50 ---> Running in 0aa2c00af4cb 21:24:51 ---> 1c113769356e 21:24:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:24:51 ---> 2a9db8df68d6 21:24:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:24:51 ---> 255dd3936314 21:24:51 Step 18/22 : RUN chmod +x entrypoint.sh 21:24:51 ---> Running in 2b011ae62c4a 21:24:51 Removing intermediate container 0aa2c00af4cb 21:24:51 ---> 4a3f2048324e 21:24:51 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 21:24:51 ---> Running in 7e174d6bc88b 21:24:52 Removing intermediate container 7e174d6bc88b 21:24:52 ---> 9b9067d02d2f 21:24:52 Step 29/32 : CMD ["install"] 21:24:52 ---> Running in d4cbebd7e3fa 21:24:52 Removing intermediate container d4cbebd7e3fa 21:24:52 ---> a90728c3d11b 21:24:52 Step 30/32 : LABEL arch=x86_64 21:24:52 ---> Running in 6dac3de495a0 21:24:52 Removing intermediate container 2b011ae62c4a 21:24:52 ---> fbea059c0812 21:24:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:24:52 ---> Running in b46c12a46b10 21:24:52 Removing intermediate container 6dac3de495a0 21:24:52 ---> b54c30f197d5 21:24:52 Step 31/32 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:24:52 Removing intermediate container b46c12a46b10 21:24:52 ---> 19c06c6c9457 21:24:52 Step 20/22 : LABEL arch=x86_64 21:24:53 ---> Running in bb832f7a15c3 21:24:53 ---> Running in 9de15d6b46a3 21:24:53 Removing intermediate container bb832f7a15c3 21:24:53 ---> 9a360fdb5dfd 21:24:53 Step 32/32 : LABEL version=0.0.0 21:24:53 Removing intermediate container 9de15d6b46a3 21:24:53 ---> a660604147a7 21:24:53 Step 21/22 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:24:53 ---> Running in 08eb65090820 21:24:53 ---> Running in 222bba61b0d0 [Pipeline] sh 21:24:54 Removing intermediate container 08eb65090820 21:24:54 ---> bda66ea4fd0f 21:24:54 Step 22/22 : LABEL version=0.0.0 21:24:54 Removing intermediate container 222bba61b0d0 21:24:54 ---> 6437e52d8f5c 21:24:54 21:24:54 ---> Running in da8fa0e6d9a4 21:24:54 Successfully built 6437e52d8f5c 21:24:54 Successfully tagged docker-security-bootstrapper-go:latest 21:24:54  Building docker-security-bootstrapper-go ... done Removing intermediate container da8fa0e6d9a4 21:24:54 ---> 6cdc4cfa84fe 21:24:54 21:24:54 Successfully built 6cdc4cfa84fe 21:24:54 Successfully tagged docker-security-bootstrap-redis-go:latest 21:24:54 + ls -al . 21:24:54 total 672 21:24:54 drwxrwxr-x 9 1001 1001 4096 Jan 5 21:24 . 21:24:54 drwxr-xr-x 4 root root 4096 Jan 5 21:21 .. 21:24:54 -rw-rw-r-- 1 1001 1001 11 Jan 5 21:19 .dockerignore 21:24:54 drwxrwxr-x 8 1001 1001 4096 Jan 5 21:19 .git 21:24:54 drwxrwxr-x 3 1001 1001 4096 Jan 5 21:19 .github 21:24:54 -rw-rw-r-- 1 1001 1001 872 Jan 5 21:19 .gitignore 21:24:54 -rw-rw-r-- 1 1001 1001 166 Jan 5 21:19 .sonarcloud.properties 21:24:54 -rw-rw-r-- 1 1001 1001 3804 Jan 5 21:19 CONTRIBUTING.md 21:24:54 -rw-rw-r-- 1 1001 1001 931 Jan 5 21:19 Dockerfile.build 21:24:54 -rw-rw-r-- 1 1001 1001 863 Jan 5 21:19 Jenkinsfile 21:24:54 -rw-rw-r-- 1 1001 1001 10775 Jan 5 21:19 LICENSE 21:24:54 -rw-rw-r-- 1 1001 1001 6001 Jan 5 21:19 Makefile 21:24:54 -rw-rw-r-- 1 1001 1001 6511 Jan 5 21:19 README.md 21:24:54 -rw-rw-r-- 1 1001 1001 6744 Jan 5 21:19 SECURITY.md 21:24:54 -rw-rw-r-- 1 1001 1001 5 Jan 5 21:17 VERSION 21:24:54 -rw-rw-r-- 1 1001 1001 4131 Jan 5 21:19 ZMQWindows.md 21:24:54 drwxrwxr-x 2 1001 1001 4096 Jan 5 21:19 bin 21:24:54 drwxrwxr-x 15 1001 1001 4096 Jan 5 21:19 cmd 21:24:54 -rw-r--r-- 1 root root 546759 Jan 5 21:23 coverage.out 21:24:54 -rw-r--r-- 1 root root 1005 Jan 5 21:24 go.mod 21:24:54 -rw-r--r-- 1 root root 19172 Jan 5 21:24 go.sum 21:24:54 drwxrwxr-x 8 1001 1001 4096 Jan 5 21:19 internal 21:24:54 drwxrwxr-x 4 1001 1001 4096 Jan 5 21:19 openapi 21:24:54 drwxrwxr-x 4 1001 1001 4096 Jan 5 21:19 snap 21:24:54 -rw-rw-r-- 1 1001 1001 168 Jan 5 21:19 version.go [Pipeline] sh 21:24:54  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } 21:24:54 $ docker stop --time=1 99e2a4327d8f6fdfd387fe34ca47ff9927b2941f41b3af4630acb14115c6a212 21:24:55 + '[' -e coverage.out ] 21:24:55 + chown 1001:1001 coverage.out 21:24:56 $ docker rm -f 99e2a4327d8f6fdfd387fe34ca47ff9927b2941f41b3af4630acb14115c6a212 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash 21:24:56 Warning: overwriting stash ‘coverage-report’ 21:24:56 + docker images 21:24:56 + grep docker 21:24:57 docker-security-bootstrap-redis-go latest 6cdc4cfa84fe 3 seconds ago 15.8MB 21:24:57 docker-security-bootstrapper-go latest 6437e52d8f5c 4 seconds ago 41.4MB 21:24:57 docker-core-command-go latest fedd5906f6a4 18 seconds ago 16.7MB 21:24:57 docker-sys-mgmt-agent-go latest 5b72bd2d044c 18 seconds ago 313MB 21:24:57 docker-security-proxy-setup-go latest 7402a582f04d 18 seconds ago 24.5MB 21:24:57 docker-security-secretstore-setup-go latest 78410e1af381 37 seconds ago 24.6MB 21:24:57 docker-core-data-go latest 55f5a65b21db About a minute ago 22.3MB 21:24:57 docker-core-metadata-go latest cf2a95d58db7 About a minute ago 19.1MB 21:24:57 docker-support-notifications-go latest 0a2a01896e9e About a minute ago 16.9MB 21:24:57 docker-support-scheduler-go latest 4fc27d41bff9 About a minute ago 16.9MB 21:24:57 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 21:24:57 Stashed 1 file(s) [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:24:58 + make build 21:24:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:25:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:25:13 Still waiting to schedule task 21:25:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:25:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:25:36 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 21:25:40 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 21:25:41 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 21:25:46 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 21:25: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 21:25: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 21:25:58 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 21:25:58 Running on prd-ubuntu18.04-docker-8c-8g-18572 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 21:25:58 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 21:26:00 using credential edgex-jenkins-ssh 21:26:00 Cloning the remote Git repository 21:26:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:26:00 > git init /w/workspace/edgex-go/10 # timeout=10 21:26:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:26:00 > git --version # timeout=10 21:26:00 > git --version # 'git version 2.17.1' 21:26:00 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:26:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:26: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 21:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:26:09 Merging remotes/origin/master commit 2d44ac80c31bebaf6982c3b2fc77103a37445d49 into PR head commit f7efb5deb29471de2049316a9acc6d4b0d94d324 21:26:09 Merge succeeded, producing f7efb5deb29471de2049316a9acc6d4b0d94d324 21:26:09 Checking out Revision f7efb5deb29471de2049316a9acc6d4b0d94d324 (PR-2970) 21:26:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:26:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:26:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:26:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:26:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:26:09 > git config core.sparsecheckout # timeout=10 21:26:09 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 21:26:09 > git remote # timeout=10 21:26:09 > git config --get remote.origin.url # timeout=10 21:26:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26:09 > git merge 2d44ac80c31bebaf6982c3b2fc77103a37445d49 # timeout=10 21:26:09 > git rev-parse HEAD^{commit} # timeout=10 21:26:09 > git config core.sparsecheckout # timeout=10 21:26:09 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 21:26:13 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:26:14 + echo snap-build.sh 21:26:14 snap-build.sh 21:26:14 + SNAP_BASE_DIR=. 21:26:14 + '[' '!' -z /w/workspace/edgex-go/10 ']' 21:26:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 21:26:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 21:26:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 21:26:14 + cd /w/workspace/edgex-go/10 21:26:14 + sudo apt-get remove -qy --purge lxd lxd-client 21:26:14 Reading package lists... [Pipeline] } 21:26:14 $ docker stop --time=1 d50a638e0965b3aab9e1708ed4a5647798ded43c3785e971761055bd97fa713c 21:26:14 Building dependency tree... 21:26:14 Reading state information... 21:26:14 The following packages were automatically installed and are no longer required: 21:26:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:26:14 uidmap xdelta3 21:26:14 Use 'sudo apt autoremove' to remove them. 21:26:14 The following packages will be REMOVED: 21:26:14 lxd* lxd-client* 21:26:15 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:26:15 After this operation, 31.7 MB disk space will be freed. 21:26:16 (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.) 21:26:16 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:26:16 $ docker rm -f d50a638e0965b3aab9e1708ed4a5647798ded43c3785e971761055bd97fa713c 21:26:16 Removing lxd dnsmasq configuration 21:26:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:26:17 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] // withDockerContainer [Pipeline] } 21:26:18 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:26:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:26:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] isUnix [Pipeline] sh 21:26:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:18 21:26:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:26:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:19 latest: Pulling from edgex-devops/edgex-compose-arm64 21:26:19 29e5d40040c1: Pulling fs layer 21:26:19 1ce36da41761: Pulling fs layer 21:26:19 25b303627fd3: Pulling fs layer 21:26:19 Processing triggers for systemd (237-3ubuntu10.42) ... 21:26:19 Processing triggers for ureadahead (0.100.0-21) ... 21:26:20 29e5d40040c1: Verifying Checksum 21:26:20 29e5d40040c1: Download complete 21:26:20 1ce36da41761: Verifying Checksum 21:26:20 1ce36da41761: Download complete 21:26:20 29e5d40040c1: Pull complete 21:26:21 + sudo snap remove --purge lxd 21:26:21 snap "lxd" is not installed 21:26:21 + sudo groupadd --force --system lxd 21:26:21 ++ whoami 21:26:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:26:21 + newgrp - lxd 21:26:21 + sudo snap install lxd 21:26:22 25b303627fd3: Verifying Checksum 21:26:22 25b303627fd3: Download complete 21:26:22 1ce36da41761: Pull complete 21:26:29 2021-01-05T21:26:26Z INFO Waiting for automatic snapd restart... 21:26:32 25b303627fd3: Pull complete 21:26:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:26:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:26:32 prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container 21:26:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 21:26:35 $ docker top 475bfce199eb45320bc61191a18b96d011823edfd00a51ad636371ab48248f52 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:36 + docker-compose build --help 21:26:36 + grep parallel 21:26:40 --parallel Build images in parallel. [Pipeline] } 21:26:40 $ docker stop --time=1 475bfce199eb45320bc61191a18b96d011823edfd00a51ad636371ab48248f52 21:26:42 $ docker rm -f 475bfce199eb45320bc61191a18b96d011823edfd00a51ad636371ab48248f52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:43 . [Pipeline] withDockerContainer 21:26:43 prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container 21:26:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 21:26:44 lxd 4.9 from Canonical* installed 21:26:44 + sudo lxd init --auto 21:26:45 $ docker top 22396408fe454211299401471da5b424c4f4699c6b1b9525512f90c26a8fbb4d -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:46 + docker-compose -f ./docker-compose-build.yml build --parallel 21:26:49 Building docker-core-command-go ... 21:26:49 Building docker-core-data-go ... 21:26:49 Building docker-core-metadata-go ... 21:26:49 Building docker-security-bootstrapper-go ... 21:26:49 Building docker-security-bootstrap-redis-go ... 21:26:49 Building docker-security-proxy-setup-go ... 21:26:49 Building docker-security-secretstore-setup-go ... 21:26:49 Building docker-support-notifications-go ... 21:26:49 Building docker-support-scheduler-go ... 21:26:49 Building docker-sys-mgmt-agent-go ... 21:26:49 Building docker-core-metadata-go 21:26:49 Building docker-support-scheduler-go 21:26:49 Building docker-sys-mgmt-agent-go 21:26:49 Building docker-core-data-go 21:26:49 Building docker-support-notifications-go 21:26:50 + sudo snap install --classic snapcraft 21:26:56 snapcraft 4.4.4 from Canonical* installed 21:26:56 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:26:56 + patch --verbose -p1 21:26:56 Hmm... Looks like a unified diff to me... 21:26:56 The text leading up to this was: 21:26:56 -------------------------- 21:26:56 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:26:56 |From: Tony Espy 21:26:56 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:26:56 |Subject: [PATCH] optimize snap build for pipeline CI check 21:26:56 | 21:26:56 |This patch is used by the EdgeX CI pipeline builds to 21:26:56 |optimize the snap CI check run for pull requests. When 21:26:56 |applied, it essentially strips out everything (apps and 21:26:56 |parts) from the snapcraft.yaml file except those required 21:26:56 |to build edgex-go, as the whole idea of the CI check is to 21:26:56 |catch changes to edgex-go that break the snap build. 21:26:56 | 21:26:56 |In general, anyone updating snapcraft.yaml will also need 21:26:56 |to update this patch file, otherwise it may fail to apply, 21:26:56 |resulting in a failed snap build CI check in the associated 21:26:56 |pull request. 21:26:56 | 21:26:56 |Note - in addition to applying this patch, the pipeline also 21:26:56 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:26:56 |need to build the finally binary .snap file (and it won't 21:26:56 |work with the patch applied). This further reduces the build 21:26:56 |time. 21:26:56 |--- 21:26:56 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:26:56 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:26:56 | 21:26:56 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:26:56 |index 1e537489..faf42425 100644 21:26:56 |--- a/snap/snapcraft.yaml 21:26:56 |+++ b/snap/snapcraft.yaml 21:26:56 -------------------------- 21:26:56 patching file snap/snapcraft.yaml 21:26:56 Using Plan A... 21:26:56 Hunk #1 succeeded at 73. 21:26:56 Hunk #2 succeeded at 202 with fuzz 1. 21:26:56 Hunk #3 succeeded at 214. 21:26:56 Hunk #4 succeeded at 222. 21:26:56 Hunk #5 succeeded at 229. 21:26:56 Hunk #6 succeeded at 256. 21:26:56 Hunk #7 succeeded at 290. 21:26:56 Hunk #8 succeeded at 341. 21:26:56 Hmm... Ignoring the trailing garbage. 21:26:56 done 21:26:56 + sudo snapcraft prime --use-lxd 21:26:57 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:26:57 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:26:57 - README.md 21:26:57 - snapcraft.yaml.orig 21:26:57 21:26:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:26:57 Launching a container. 21:27:09 Waiting for container to be ready 21:27:09 To start your first instance, try: lxc launch ubuntu:18.04 21:27:09 21:27:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:27:13 Waiting for network to be ready... 21:27:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:27:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 21:27:13 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:27:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 21:27:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 21:27:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 21:27:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 21:27:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 21:27:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 21:27:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 21:27:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:27:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:27:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:27:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:27:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:27:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:27:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:27:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:27:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:27:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 21:27:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:27:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 21:27:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 21:27:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:27:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:27:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:27:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 21:27:17 Fetched 23.6 MB in 4s (6028 kB/s) 21:27:18 Reading package lists... 21:27:18 Reading package lists... 21:27:18 Building dependency tree... 21:27:18 Reading state information... 21:27:18 The following additional packages will be installed: 21:27:18 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:27:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:27:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:27:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:27:18 Suggested packages: 21:27:18 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:27:18 Recommended packages: 21:27:18 gnupg libsasl2-modules 21:27:18 The following NEW packages will be installed: 21:27:18 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:27:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:27:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:27:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:27:18 The following packages will be upgraded: 21:27:18 gpg gpg-agent gpgconf libudev1 21:27:18 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 21:27:18 Need to get 3531 kB of archives. 21:27:18 After this operation, 13.3 MB of additional disk space will be used. 21:27:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:27:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:27:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:27:18 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] 21:27:18 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] 21:27:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:27:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:27:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:27:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 21:27:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 21:27:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:27:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:27:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:27:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:27:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:27:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:27:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:27:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:27:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:27:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:27:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:27:19 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:27:20 debconf: delaying package configuration, since apt-utils is not installed 21:27:20 Fetched 3531 kB in 1s (2776 kB/s) 21:27:20 (Reading database ... 12511 files and directories currently installed.) 21:27:20 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 21:27:20 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:27:20 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 21:27:20 Selecting previously unselected package udev. 21:27:20 (Reading database ... 12511 files and directories currently installed.) 21:27:20 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 21:27:20 Unpacking udev (237-3ubuntu10.43) ... 21:27:20 Selecting previously unselected package libfuse2:amd64. 21:27:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:27:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:27:20 Selecting previously unselected package fuse. 21:27:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:27:20 Unpacking fuse (2.9.7-1ubuntu1) ... 21:27:20 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:27:20 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:27:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:27:21 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:27:21 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:27:21 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:27:21 Selecting previously unselected package libksba8:amd64. 21:27:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:27:21 Unpacking libksba8:amd64 (1.3.5-2) ... 21:27:21 Selecting previously unselected package libroken18-heimdal:amd64. 21:27:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:27:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:27:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:27:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:21 Selecting previously unselected package libwind0-heimdal:amd64. 21:27:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:27:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:22 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:27:22 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:22 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:22 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:27:22 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:22 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:27:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:27:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:22 Selecting previously unselected package libsasl2-modules-db:amd64. 21:27:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:27:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:27:22 Selecting previously unselected package libsasl2-2:amd64. 21:27:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:27:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:27:22 Selecting previously unselected package libldap-common. 21:27:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:27:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:27:22 Selecting previously unselected package libldap-2.4-2:amd64. 21:27:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:27:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:27:23 Selecting previously unselected package dirmngr. 21:27:23 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:27:23 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:27:23 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:27:23 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:27:23 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:27:23 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:27:23 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:27:23 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:27:23 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:23 Setting up libksba8:amd64 (1.3.5-2) ... 21:27:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:27:23 Setting up udev (237-3ubuntu10.43) ... 21:27:23 invoke-rc.d: policy-rc.d denied execution of start. 21:27:24 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Processing triggers for systemd (237-3ubuntu10) ... 21:27:24 Setting up fuse (2.9.7-1ubuntu1) ... 21:27:24 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:27:24 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:27:24 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:27:24 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:27:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:27:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:27:24 settings in the [Install] section, and DefaultInstance for template units). 21:27:24 This means they are not meant to be enabled using systemctl. 21:27:24 Possible reasons for having this kind of units are: 21:27:24 1) A unit may be statically enabled by being symlinked from another unit's 21:27:24 .wants/ or .requires/ directory. 21:27:24 2) A unit's purpose may be to act as a helper for some other unit which has 21:27:24 a requirement dependency on it. 21:27:24 3) A unit may be started when needed via activation (socket, path, timer, 21:27:24 D-Bus, udev, scripted systemctl call, ...). 21:27:24 4) In case of template units, the unit is meant to be enabled with some 21:27:24 instance name specified. 21:27:25 Reading package lists... 21:27:25 Building dependency tree... 21:27:25 Reading state information... 21:27:25 The following additional packages will be installed: 21:27:25 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:27:25 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:27:25 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:27:25 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:27:25 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:27:25 Suggested packages: 21:27:25 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:27:25 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:27:25 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:27:25 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:27:25 systemd-container policykit-1 21:27:25 Recommended packages: 21:27:25 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:27:25 The following NEW packages will be installed: 21:27:25 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:27:25 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:27:25 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:27:25 multiarch-support openssh-client python3 python3-minimal python3.6 21:27:25 python3.6-minimal snapd squashfs-tools sudo 21:27:25 The following packages will be upgraded: 21:27:25 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:27:25 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 21:27:25 Need to get 35.2 MB of archives. 21:27:25 After this operation, 141 MB of additional disk space will be used. 21:27:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:27:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:27:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:27:25 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 21:27:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:27:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:27:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:27:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:27:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:27:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:27:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:27:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:27:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:27:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:27:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:27:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:27:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:27:26 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 21:27:26 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:27:26 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:27:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:27:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:27:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:27:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:27:26 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:27:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:27:26 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:27:26 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:27:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:27:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:27:28 debconf: delaying package configuration, since apt-utils is not installed 21:27:28 Fetched 35.2 MB in 2s (14.4 MB/s) 21:27:28 (Reading database ... 12757 files and directories currently installed.) 21:27:28 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 21:27:28 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:27:28 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 21:27:28 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:27:28 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 21:27:29 (Reading database ... 12757 files and directories currently installed.) 21:27:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:27:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:27:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:27:29 (Reading database ... 12757 files and directories currently installed.) 21:27:29 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:27:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:27:29 Setting up apt (1.6.12ubuntu0.2) ... 21:27:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:27:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:27:30 (Reading database ... 12764 files and directories currently installed.) 21:27:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:27:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:27:30 Selecting previously unselected package libpython3.6-minimal:amd64. 21:27:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:27:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:27:30 Selecting previously unselected package libexpat1:amd64. 21:27:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:27:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:27:30 Selecting previously unselected package python3.6-minimal. 21:27:30 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:27:30 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:27:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:27:31 Checking for services that may need to be restarted...done. 21:27:31 Checking for services that may need to be restarted...done. 21:27:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:27:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:27:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:27:32 Selecting previously unselected package python3-minimal. 21:27:32 (Reading database ... 13012 files and directories currently installed.) 21:27:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:27:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:27:32 Selecting previously unselected package mime-support. 21:27:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:27:32 Unpacking mime-support (3.60ubuntu1) ... 21:27:32 Selecting previously unselected package libmpdec2:amd64. 21:27:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:27:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:27:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:27:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:27:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:27:32 Selecting previously unselected package python3.6. 21:27:32 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:27:32 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:27:32 Selecting previously unselected package libpython3-stdlib:amd64. 21:27:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:27:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:27:33 Setting up python3-minimal (3.6.7-1~18.04) ... 21:27:33 Selecting previously unselected package python3. 21:27:33 (Reading database ... 13442 files and directories currently installed.) 21:27:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:27:33 Unpacking python3 (3.6.7-1~18.04) ... 21:27:33 Selecting previously unselected package multiarch-support. 21:27:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:27:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:27:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:27:33 Selecting previously unselected package liblzo2-2:amd64. 21:27:33 (Reading database ... 13479 files and directories currently installed.) 21:27:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:27:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:27:33 Selecting previously unselected package libbsd0:amd64. 21:27:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:27:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:27:33 Selecting previously unselected package sudo. 21:27:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:27:33 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:27:33 Selecting previously unselected package apparmor. 21:27:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:27:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:27:34 Selecting previously unselected package libedit2:amd64. 21:27:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:27:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:27:34 Selecting previously unselected package libkrb5support0:amd64. 21:27:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:27:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:27:34 Selecting previously unselected package libk5crypto3:amd64. 21:27:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:27:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:27:34 Selecting previously unselected package libkeyutils1:amd64. 21:27:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:27:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:27:34 Selecting previously unselected package libkrb5-3:amd64. 21:27:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:27:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:27:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:27:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:27:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:27:34 Selecting previously unselected package libssl1.0.0:amd64. 21:27:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:27:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:27:35 Selecting previously unselected package openssh-client. 21:27:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:27:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:27:35 Selecting previously unselected package squashfs-tools. 21:27:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:27:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:27:35 Selecting previously unselected package snapd. 21:27:35 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:27:35 Unpacking snapd (2.48+18.04) ... 21:27:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:27:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:27:37 Setting up mime-support (3.60ubuntu1) ... 21:27:37 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:27:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:27:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:27:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:27:37 Setting up systemd (237-3ubuntu10.43) ... 21:27:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:27:39 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:27:39 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:27:39 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:27:39 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:27:39 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:27:39 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:27:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:27:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:27:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:27:39 Setting up python3 (3.6.7-1~18.04) ... 21:27:39 running python rtupdate hooks for python3.6... 21:27:39 running python post-rtupdate hooks for python3.6... 21:27:39 Setting up apparmor (2.12-4ubuntu5.1) ... 21:27:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:27:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:27:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:27:41 Setting up snapd (2.48+18.04) ... 21:27:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:27:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:27:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:27:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:27:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:27:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:27:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:27:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:27:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:27:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:27:43 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 21:27:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:27:43 Processing triggers for systemd (237-3ubuntu10.43) ... 21:27:44 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:27:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:27:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:27:45 Fetched 88.7 kB in 1s (162 kB/s) 21:27:46 Reading package lists... 21:27:46 Reading package lists... 21:27:46 Building dependency tree... 21:27:46 Reading state information... 21:27:46 Calculating upgrade... 21:27:46 The following packages will be upgraded: 21:27:46 advancecomp base-files bash binutils binutils-common 21:27:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:27:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:27:46 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:27:46 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:27:46 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:27:46 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:27:46 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:27:46 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 21:27:46 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 21:27:46 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 21:27:46 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 21:27:46 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 21:27:46 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 21:27:46 ubuntu-keyring util-linux 21:27:46 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:27:46 Need to get 63.7 MB of archives. 21:27:46 After this operation, 5201 kB of additional disk space will be used. 21:27:46 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:27:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 21:27:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:27:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:27:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:27:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:27:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:27:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:27:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:27:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:27:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:27:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:27:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:27:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:27:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:27:47 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:27:47 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:27:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:27:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:27:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:27:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:27:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 21:27:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:27:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:27:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:27:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:27:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:27:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:27:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:27:47 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:27:47 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:27:47 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:27:47 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:27:47 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:27:47 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:27:47 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:27:47 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:27:47 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:27:47 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 21:27:47 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:27:47 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:27:47 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:27:47 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:27:47 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:27:47 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:27:47 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:27:47 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:27:47 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:27:47 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:27:47 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:27:47 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:27:47 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:27:47 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:27:47 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:27:47 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:27:47 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:27:47 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:27:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:27:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:27:47 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:27:47 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:27:47 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:27:47 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:27:47 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:27:48 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:27:48 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:27:48 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:27:48 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:27:48 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:27:48 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:27:48 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:27:48 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:27:48 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:27:48 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:27:48 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:27:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:27:48 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:27:48 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:27:48 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:27:48 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:27:48 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:27:48 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:27:48 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:27:48 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:27:48 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:27:48 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:27:48 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:27:48 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:27:49 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:27:49 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:27:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:27:49 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:27:49 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:27:49 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:27:49 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:27:49 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:27:49 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:27:50 debconf: delaying package configuration, since apt-utils is not installed 21:27:50 Fetched 63.7 MB in 3s (18.7 MB/s) 21:27:50 (Reading database ... 13912 files and directories currently installed.) 21:27:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:27:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:27:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:27:50 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:27:50 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 21:27:50 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 21:27:51 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:51 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:52 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:52 (Reading database ... 13911 files and directories currently installed.) 21:27:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:27:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:27:53 (Reading database ... 13911 files and directories currently installed.) 21:27:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:27:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:27:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:53 (Reading database ... 13911 files and directories currently installed.) 21:27:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:27:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:27:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:27:54 (Reading database ... 13911 files and directories currently installed.) 21:27:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:27:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:27:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:27:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:27:55 Setting up base-files (10.1ubuntu2.10) ... 21:27:55 Installing new version of config file /etc/issue ... 21:27:55 Installing new version of config file /etc/issue.net ... 21:27:55 Installing new version of config file /etc/lsb-release ... 21:27:55 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:27:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:27:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:27:55 Removing obsolete conffile /etc/default/motd-news ... 21:27:55 (Reading database ... 13912 files and directories currently installed.) 21:27:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:27:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:27:55 Setting up bash (4.4.18-2ubuntu1.2) ... 21:27:55 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 21:27:55 (Reading database ... 13912 files and directories currently installed.) 21:27:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:27:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:27:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:27:56 (Reading database ... 13912 files and directories currently installed.) 21:27:56 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 21:27:56 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:27:56 Setting up tar (1.29b-2ubuntu0.1) ... 21:27:56 (Reading database ... 13912 files and directories currently installed.) 21:27:56 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:27:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:27:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:27:56 (Reading database ... 13912 files and directories currently installed.) 21:27:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:27:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:27:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:27:56 (Reading database ... 13912 files and directories currently installed.) 21:27:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:27:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:27:57 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:27:57 (Reading database ... 13912 files and directories currently installed.) 21:27:57 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:27:57 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:27:57 Setting up grep (3.1-2build1) ... 21:27:57 (Reading database ... 13912 files and directories currently installed.) 21:27:57 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:27:57 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:27:57 Setting up login (1:4.5-1ubuntu2) ... 21:27:57 (Reading database ... 13912 files and directories currently installed.) 21:27:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:27:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:27:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:27:58 (Reading database ... 13912 files and directories currently installed.) 21:27:58 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:27:58 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:27:58 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:27:58 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:27:58 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:27:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:27:59 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:27:59 (Reading database ... 13912 files and directories currently installed.) 21:27:59 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:27:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:28:00 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:28:00 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:28:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:28:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:28:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:28:00 (Reading database ... 13912 files and directories currently installed.) 21:28:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:28:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:28:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:28:01 (Reading database ... 13912 files and directories currently installed.) 21:28:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:01 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:28:01 (Reading database ... 13912 files and directories currently installed.) 21:28:01 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:01 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:01 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:28:01 (Reading database ... 13912 files and directories currently installed.) 21:28:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:28:02 (Reading database ... 13912 files and directories currently installed.) 21:28:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:02 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:28:02 (Reading database ... 13912 files and directories currently installed.) 21:28:02 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:28:02 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:28:02 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:28:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:28:02 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:28:02 (Reading database ... 13912 files and directories currently installed.) 21:28:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:28:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:28:02 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:28:02 (Reading database ... 13912 files and directories currently installed.) 21:28:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:28:03 (Reading database ... 13912 files and directories currently installed.) 21:28:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:28:03 (Reading database ... 13912 files and directories currently installed.) 21:28:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:03 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:28:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:28:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:28:04 (Reading database ... 13912 files and directories currently installed.) 21:28:04 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:28:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:28:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:28:04 (Reading database ... 13912 files and directories currently installed.) 21:28:04 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:28:04 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:28:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:28:05 (Reading database ... 13914 files and directories currently installed.) 21:28:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:28:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:28:05 Setting up debconf (1.5.66ubuntu1) ... 21:28:05 (Reading database ... 13914 files and directories currently installed.) 21:28:05 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:28:05 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:28:05 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:28:05 (Reading database ... 13914 files and directories currently installed.) 21:28:05 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:28:05 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:28:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:28:06 (Reading database ... 13914 files and directories currently installed.) 21:28:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:28:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:28:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:28:06 (Reading database ... 13914 files and directories currently installed.) 21:28:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:28:06 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:28:06 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 21:28:06 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:28:06 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:28:06 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:28:06 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:28:07 (Reading database ... 13914 files and directories currently installed.) 21:28:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:28:07 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:28:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:28:07 (Reading database ... 13914 files and directories currently installed.) 21:28:07 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:28:07 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:28:07 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:28:07 (Reading database ... 13914 files and directories currently installed.) 21:28:07 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:28:07 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:28:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:28:08 (Reading database ... 13914 files and directories currently installed.) 21:28:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:28:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:28:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:28:08 (Reading database ... 13914 files and directories currently installed.) 21:28:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:28:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:28:08 Setting up passwd (1:4.5-1ubuntu2) ... 21:28:08 (Reading database ... 13914 files and directories currently installed.) 21:28:08 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:28:08 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:28:09 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:28:09 (Reading database ... 13914 files and directories currently installed.) 21:28:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:28:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:28:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:28:09 (Reading database ... 13914 files and directories currently installed.) 21:28:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:28:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:28:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:28:09 (Reading database ... 13914 files and directories currently installed.) 21:28:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:28:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:28:09 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:28:09 (Reading database ... 13914 files and directories currently installed.) 21:28:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:28:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:28:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:28:10 (Reading database ... 13914 files and directories currently installed.) 21:28:10 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:28:10 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:28:10 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:28:10 (Reading database ... 13914 files and directories currently installed.) 21:28:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:28:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:28:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:28:10 (Reading database ... 13915 files and directories currently installed.) 21:28:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:28:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:28:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:28:11 ---> 34a5545654af 21:28:11 Step 3/26 : WORKDIR /edgex-go 21:28:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:28:11 ---> 34a5545654af 21:28:11 Step 3/26 : WORKDIR /edgex-go 21:28:11 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:28:11 ---> 34a5545654af 21:28:11 Step 3/25 : WORKDIR /edgex-go 21:28:11 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:28:11 ---> 34a5545654af 21:28:11 Step 3/25 : WORKDIR /edgex-go 21:28:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:28:11 ---> 34a5545654af 21:28:11 Step 3/26 : WORKDIR /edgex-go 21:28:11 ---> Running in c9f688732bb1 21:28:11 ---> Running in 4d9af0a89d70 21:28:11 ---> Running in 93f46166243d 21:28:11 ---> Running in 253178c8c98a 21:28:11 ---> Running in eae1ddfae584 21:28:11 Removing intermediate container 4d9af0a89d70 21:28:11 ---> c3754634f989 21:28:11 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:11 Removing intermediate container c9f688732bb1 21:28:11 ---> dbc02c7c7faf 21:28:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:11 Removing intermediate container eae1ddfae584 21:28:11 ---> 147bab6de5e6 21:28:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:11 Removing intermediate container 253178c8c98a 21:28:11 ---> 97a7d4eb2bb7 21:28:11 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:11 Removing intermediate container 93f46166243d 21:28:11 ---> 2e81bd457ea4 21:28:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:11 ---> Running in 89736886d8fa 21:28:11 ---> Running in f4bafc2eb029 21:28:11 ---> Running in a3138591e365 21:28:11 ---> Running in bba969873045 21:28:11 ---> Running in 2f8366b12d4c 21:28:11 Removing intermediate container 89736886d8fa 21:28:11 ---> e7a3cb61619c 21:28:11 Step 5/25 : RUN apk add --update --no-cache make git 21:28:11 ---> Running in 6fbe836e7bb5 21:28:11 Removing intermediate container f4bafc2eb029 21:28:11 ---> 670818e96af9 21:28:11 Step 5/26 : RUN apk add --update --no-cache make git 21:28:11 ---> Running in a5b01ffb64f3 21:28:11 Removing intermediate container 2f8366b12d4c 21:28:11 ---> f7caa47e81db 21:28:11 Step 5/25 : RUN apk add --update --no-cache make bash git ca-certificates 21:28:11 Removing intermediate container a3138591e365 21:28:11 ---> 6af94e8919d3 21:28:11 Step 5/26 : RUN apk add --update --no-cache make bash git 21:28:11 Removing intermediate container bba969873045 21:28:11 ---> f38d77ecd2f2 21:28:11 Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:28:11 ---> Running in 5130bdf748e0 21:28:11 ---> Running in a4801e278f2f 21:28:11 ---> Running in 98ad58cf0c52 21:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:11 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:28:11 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:28:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:28:11 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:28:11 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:11 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:28:11 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:28:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:28:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:28:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:12 OK: 217 MiB in 51 packages 21:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:28:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:28:12 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:28:12 OK: 217 MiB in 51 packages 21:28:12 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:28:12 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:28:12 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:28:12 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:28:12 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:28:12 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:28:13 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:28:13 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:28:13 OK: 217 MiB in 51 packages 21:28:13 OK: 217 MiB in 51 packages 21:28:13 OK: 217 MiB in 51 packages 21:28:13 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:28:13 Removing intermediate container 6fbe836e7bb5 21:28:13 ---> 565039806481 21:28:13 Step 6/25 : COPY go.mod . 21:28:13 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:28:13 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:28:13 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:28:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:28:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:28:14 Removing intermediate container a5b01ffb64f3 21:28:14 ---> ab00e526a0b8 21:28:14 Step 6/26 : COPY go.mod . 21:28:14 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:28:14 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:28:14 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:28:14 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:28:14 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:28:14 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:28:14 ---> aba3d3d64156 21:28:14 Step 7/25 : RUN go mod download 21:28:14 Removing intermediate container a4801e278f2f 21:28:14 ---> b3da074fcd0d 21:28:14 Step 6/26 : COPY go.mod . 21:28:14 ---> Running in 86e057bfa7d4 21:28:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:15 Removing intermediate container 5130bdf748e0 21:28:15 ---> cd052252daec 21:28:15 Step 6/25 : COPY go.mod . 21:28:15 Removing intermediate container 98ad58cf0c52 21:28:15 ---> cdcfd2ff3e3e 21:28:15 Step 6/26 : COPY go.mod . 21:28:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:15 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:15 ---> d093656859ff 21:28:15 Step 7/26 : RUN go mod download 21:28:15 ---> Running in 2873fed478e6 21:28:15 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:15 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:15 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:16 ---> 91b04c9972a2 21:28:16 Step 7/26 : RUN go mod download 21:28:16 ---> d3c8fb949cc6 21:28:16 Step 7/25 : RUN go mod download 21:28:16 ---> Running in e69721ae0c15 21:28:16 ---> Running in 6b5cd78c5c80 21:28:16 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:16 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:16 ---> 038e0a3366dc 21:28:16 Step 7/26 : RUN go mod download 21:28:16 ---> Running in 8f981cc9ae11 21:28:17 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:17 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:18 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:18 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:18 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:18 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:18 Removing intermediate container 86e057bfa7d4 21:28:18 ---> 13029916ac38 21:28:18 Step 8/25 : COPY . . 21:28:19 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:28:19 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:28:19 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:28:19 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:28:19 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:28:19 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:28:19 Removing intermediate container 2873fed478e6 21:28:19 ---> 7a3027b7546c 21:28:19 Step 8/26 : COPY . . 21:28:19 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:28:19 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:28:20 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:28:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:28:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:28:20 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:28:20 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:28:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:28:20 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:28:20 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:28:20 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:20 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:28:20 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:20 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:20 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:20 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:28:20 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:28:20 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:28:21 21:28:21 Current default time zone: 'Etc/UTC' 21:28:21 Local time is now: Tue Jan 5 21:28:20 UTC 2021. 21:28:21 Universal Time is now: Tue Jan 5 21:28:20 UTC 2021. 21:28:21 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:28:21 21:28:21 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:28:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:21 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 21:28:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:28:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:28:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:28:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:28:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:28:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:28:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:28:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:28:21 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:28:21 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:28:21 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:21 Setting up patch (2.7.6-2ubuntu1.1) ... 21:28:21 Removing intermediate container 6b5cd78c5c80 21:28:21 ---> 4bae81d20260 21:28:21 Step 8/25 : COPY . . 21:28:21 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:28:21 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:28:21 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:28:21 Installing new version of config file /etc/ssl/openssl.cnf ... 21:28:21 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:28:21 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:28:21 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:28:22 Removing intermediate container e69721ae0c15 21:28:22 ---> a02c3b4d7e35 21:28:22 Step 8/26 : COPY . . 21:28:22 Removing intermediate container 8f981cc9ae11 21:28:22 ---> 39113f4cf54f 21:28:22 Step 8/26 : COPY . . 21:28:23 Updating certificates in /etc/ssl/certs... 21:28:24 22 added, 17 removed; done. 21:28:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:28:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:28:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:28:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:28:25 Setting up pkgbinarymangler (138.18.04.1) ... 21:28:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:28:25 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up perl (5.26.1-6ubuntu0.5) ... 21:28:25 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:28:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:28:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:28:25 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:28:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:28:25 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:28:25 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:28:25 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:28:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:28:25 Processing triggers for systemd (237-3ubuntu10.43) ... 21:28:26 Processing triggers for mime-support (3.60ubuntu1) ... 21:28:26 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:28:26 Updating certificates in /etc/ssl/certs... 21:28:26 0 added, 0 removed; done. 21:28:26 Running hooks in /etc/ca-certificates/update.d... 21:28:26 done. 21:28:27 Reading package lists... 21:28:27 Building dependency tree... 21:28:27 Reading state information... 21:28:27 The following NEW packages will be installed: 21:28:27 apt-transport-https 21:28:27 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:28:27 Need to get 1696 B of archives. 21:28:27 After this operation, 153 kB of additional disk space will be used. 21:28:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:28:28 debconf: delaying package configuration, since apt-utils is not installed 21:28:28 Fetched 1696 B in 0s (8592 B/s) 21:28:28 Selecting previously unselected package apt-transport-https. 21:28:28 (Reading database ... 13929 files and directories currently installed.) 21:28:28 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:28:28 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:28:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:28:28 Waiting for network to be ready... 21:28:34 2021-01-05T21:28:31Z INFO Waiting for automatic snapd restart... 21:28:34 snapd 2.48.1 from Canonical* installed 21:28:35 "snapd" switched to the "latest/stable" channel 21:28:35 21:28:38 core18 20201210 from Canonical* installed 21:28:38 "core18" switched to the "latest/stable" channel 21:28:38 21:28:41 snapcraft 4.4.4 from Canonical* installed 21:28:41 "snapcraft" switched to the "latest/stable" channel 21:28:41 21:28:45 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: 21:28:45 - README.md 21:28:45 - snapcraft.yaml.orig 21:28:45 21:28:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:28:49 ---> 0e26ba0aa037 21:28:49 Step 9/26 : RUN make cmd/core-metadata/core-metadata 21:28:49 ---> 87e58a9fa30d 21:28:49 Step 9/25 : RUN make cmd/support-notifications/support-notifications 21:28:49 ---> a6c16f33c1bb 21:28:49 Step 9/25 : RUN make cmd/support-scheduler/support-scheduler 21:28:49 ---> 73e0bc786b25 21:28:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:28:49 ---> Running in 04dd86874379 21:28:49 ---> Running in d55d8f59289f 21:28:49 ---> Running in 769562a23d25 21:28:49 ---> Running in a8714a605eb8 21:28:49 ---> b3b28085e34b 21:28:49 Step 9/26 : RUN make cmd/core-data/core-data 21:28:49 ---> Running in 92908be428de 21:28:49 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 21:28:49 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 21:28:49 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 21:28: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 21:28:49 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 21:28:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:28:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:28:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:28:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:28:52 Reading package lists... 21:28:52 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 21:28:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:28:59 Reading package lists... 21:28:59 Building dependency tree... 21:28:59 Reading state information... 21:28:59 Suggested packages: 21:28:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:28:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:28:59 Recommended packages: 21:28:59 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:28:59 The following NEW packages will be installed: 21:28:59 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:28:59 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:28:59 pkg-config zip 21:28:59 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:28:59 Need to get 7655 kB of archives. 21:28:59 After this operation, 43.7 MB of additional disk space will be used. 21:28:59 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:28:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:28:59 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:28:59 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:29:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:29:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:29:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:29:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:29:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:29:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:29:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:29:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:29:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:29:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:29:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:29:00 debconf: delaying package configuration, since apt-utils is not installed 21:29:00 Fetched 7655 kB in 1s (7041 kB/s) 21:29:00 Selecting previously unselected package libglib2.0-0:amd64. 21:29:00 (Reading database ... 13933 files and directories currently installed.) 21:29:00 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:29:00 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:29:00 Selecting previously unselected package libpsl5:amd64. 21:29:00 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:29:00 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:29:01 Selecting previously unselected package libnghttp2-14:amd64. 21:29:01 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:29:01 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:29:01 Selecting previously unselected package librtmp1:amd64. 21:29:01 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:29:01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:29:01 Selecting previously unselected package libcurl3-gnutls:amd64. 21:29:01 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:29:01 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:29:01 Selecting previously unselected package liberror-perl. 21:29:01 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:29:01 Unpacking liberror-perl (0.17025-1) ... 21:29:01 Selecting previously unselected package git-man. 21:29:01 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:29:01 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:29:01 Selecting previously unselected package git. 21:29:01 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:29:01 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:29:02 Selecting previously unselected package libnorm1:amd64. 21:29:02 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:29:02 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:29:02 Selecting previously unselected package libpgm-5.2-0:amd64. 21:29:02 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:29:02 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:29:02 Selecting previously unselected package libsodium23:amd64. 21:29:02 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:29:02 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:29:03 Selecting previously unselected package libzmq5:amd64. 21:29:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:29:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:29:03 Selecting previously unselected package libzmq3-dev:amd64. 21:29:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:29:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:29:03 Selecting previously unselected package pkg-config. 21:29:03 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:29:03 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:29:03 Selecting previously unselected package zip. 21:29:03 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:29:03 Unpacking zip (3.0-11build1) ... 21:29:03 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:29:03 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:29:03 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:29:03 Setting up liberror-perl (0.17025-1) ... 21:29:03 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:29:03 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:29:03 No schema files found: doing nothing. 21:29:03 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:29:03 Setting up zip (3.0-11build1) ... 21:29:03 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:29:03 Setting up libsodium23:amd64 (1.0.16-2) ... 21:29:03 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:29:03 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:29:03 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:29:03 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:29:03 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:29:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:29:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:29:10 git set to automatically installed. 21:29:10 git-man set to automatically installed. 21:29:10 libcurl3-gnutls set to automatically installed. 21:29:10 liberror-perl set to automatically installed. 21:29:10 libglib2.0-0 set to automatically installed. 21:29:10 libnghttp2-14 set to automatically installed. 21:29:10 libnorm1 set to automatically installed. 21:29:10 libpgm-5.2-0 set to automatically installed. 21:29:10 libpsl5 set to automatically installed. 21:29:10 librtmp1 set to automatically installed. 21:29:10 libsodium23 set to automatically installed. 21:29:10 libzmq3-dev set to automatically installed. 21:29:10 libzmq5 set to automatically installed. 21:29:10 pkg-config set to automatically installed. 21:29:10 zip set to automatically installed. 21:29:12 snapd is not logged in, snap install commands will use sudo 21:29:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:29:19 snap "core18" has no updates available 21:29:20 Pulling config-common 21:29:21 Pulling go-build-helper 21:29:43 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:29:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:29:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:29:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 21:29:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:29:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:29:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 21:29:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:29:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 21:29:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 21:29:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 21:29:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:29:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 21:29:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 21:29:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:29:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:29:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:29:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 21:29:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:29:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 21:29:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:29:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 21:29:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 21:29:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:29:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:29:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:29:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 21:29:43 Fetched 23.6 MB in 0s (0 B/s) 21:29:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:29:43 Fetched 96.5 kB in 0s (0 B/s) 21:29:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:29:43 Fetched 279 kB in 0s (0 B/s) 21:29:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:29:43 Fetched 122 kB in 0s (0 B/s) 21:29:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:29:43 Fetched 77.8 kB in 0s (0 B/s) 21:29:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:29:43 Fetched 8848 B in 0s (0 B/s) 21:29:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:29:43 Fetched 47.8 kB in 0s (0 B/s) 21:29:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:29:43 Fetched 45.6 kB in 0s (0 B/s) 21:29:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 21:29:43 Fetched 14.8 kB in 0s (0 B/s) 21:29:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:29:43 Fetched 214 kB in 0s (0 B/s) 21:29:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:29:43 Fetched 155 kB in 0s (0 B/s) 21:29:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:29:43 Fetched 50.6 kB in 0s (0 B/s) 21:29:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:29:43 Fetched 14.8 kB in 0s (0 B/s) 21:29:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:29:43 Fetched 41.8 kB in 0s (0 B/s) 21:29:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:29:43 Fetched 499 kB in 0s (0 B/s) 21:29:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:29:43 Fetched 111 kB in 0s (0 B/s) 21:29:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:29:43 Fetched 240 kB in 0s (0 B/s) 21:29:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:29:43 Fetched 29.3 kB in 0s (0 B/s) 21:29:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:29:43 Fetched 85.5 kB in 0s (0 B/s) 21:29:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:29:43 Fetched 24.5 kB in 0s (0 B/s) 21:29:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 21:29:43 Fetched 49.2 kB in 0s (0 B/s) 21:29:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:29:43 Fetched 54.2 kB in 0s (0 B/s) 21:29:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:29:43 Fetched 30.8 kB in 0s (0 B/s) 21:29:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:29:43 Fetched 17.0 kB in 0s (0 B/s) 21:29:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:29:43 Fetched 85.9 kB in 0s (0 B/s) 21:29:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:29:43 Fetched 8720 B in 0s (0 B/s) 21:29:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:29:43 Fetched 137 kB in 0s (0 B/s) 21:29:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:29:43 Fetched 119 kB in 0s (0 B/s) 21:29:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:29:43 Fetched 109 kB in 0s (0 B/s) 21:29:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:29:43 Fetched 11.1 kB in 0s (0 B/s) 21:29:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:29:43 Fetched 645 kB in 0s (0 B/s) 21:29:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:29:43 Fetched 41.3 kB in 0s (0 B/s) 21:29:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:29:43 Fetched 17.9 kB in 0s (0 B/s) 21:29:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:29:43 Fetched 368 kB in 0s (0 B/s) 21:29:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:29:43 Fetched 187 kB in 0s (0 B/s) 21:29:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:29:43 Fetched 175 kB in 0s (0 B/s) 21:29:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:29:45 Fetched 206 kB in 0s (0 B/s) 21:29:45 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:29:45 Fetched 1301 kB in 0s (0 B/s) 21:29:45 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:29:45 Fetched 36.2 kB in 0s (0 B/s) 21:29:45 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:29:45 Fetched 159 kB in 0s (0 B/s) 21:29:45 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:29:45 Fetched 107 kB in 0s (0 B/s) 21:29:45 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:29:45 Fetched 48.7 kB in 0s (0 B/s) 21:29:45 Pulling static-packages 21:29:46 'go115' has dependencies that need to be staged: go-build-helper static-packages 21:29:46 Skipping pull go-build-helper (already ran) 21:29:46 Skipping pull static-packages (already ran) 21:29:46 Building go-build-helper 21:29:51 Building static-packages 21:29:52 Staging go-build-helper 21:29:53 Staging static-packages 21:29:54 Pulling go115 21:29:55 'edgex-go' has dependencies that need to be staged: go115 21:29:55 Skipping pull go115 (already ran) 21:29:55 Building go115 21:29:55 % Total % Received % Xferd Average Speed Time Time Time Current 21:29:55 Dload Upload Total Spent Left Speed 21:29:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 11.4M 0 0 21.0M 0 0:00:05 --:--:-- 0:00:05 21.0M 51 115M 51 59.4M 0 0 38.5M 0 0:00:02 0:00:01 0:00:01 38.5M 88 115M 88 102M 0 0 40.1M 0 0:00:02 0:00:02 --:--:-- 40.1M 100 115M 100 115M 0 0 40.1M 0 0:00:02 0:00:02 --:--:-- 40.1M 21:29:58 go1.15.2.linux-amd64.tar.gz: OK 21:30:02 Staging go115 21:30:07 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:30:07 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:30:07 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:30:07 Fetched 0 B in 0s (0 B/s) 21:30:07 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:30:07 Fetched 224 kB in 0s (0 B/s) 21:30:07 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:30:07 Fetched 157 kB in 0s (0 B/s) 21:30:07 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:30:07 Fetched 221 kB in 0s (0 B/s) 21:30:07 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:30:07 Fetched 143 kB in 0s (0 B/s) 21:30:07 Pulling edgex-go 21:30:08 Pulling version 21:30:09 Building config-common 21:30:11 Skipping build go-build-helper (already ran) 21:30:11 Skipping build static-packages (already ran) 21:30:11 Skipping build go115 (already ran) 21:30:11 Building edgex-go 21:30:12 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 21:30:13 go: downloading github.com/gorilla/mux v1.8.0 21:30:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 21:30:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 21:30:13 go: downloading github.com/google/uuid v1.1.4 21:30:13 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:30:13 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 21:30:13 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:30:13 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 21:30:13 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 21:30:13 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:30:13 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 21:30:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:30:13 go: downloading github.com/x448/float16 v0.8.4 21:30:13 go: downloading github.com/hashicorp/consul/api v1.1.0 21:30:13 go: downloading github.com/BurntSushi/toml v0.3.1 21:30:13 go: downloading github.com/pelletier/go-toml v1.2.0 21:30:13 go: downloading github.com/imdario/mergo v0.3.11 21:30:13 go: downloading github.com/go-kit/kit v0.8.0 21:30:13 go: downloading github.com/pkg/errors v0.8.1 21:30:13 go: downloading github.com/mitchellh/copystructure v1.0.0 21:30:13 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:30:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:30:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:30:13 go: downloading gopkg.in/yaml.v2 v2.4.0 21:30:13 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:30:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:30:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:30:13 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:30:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:30:13 go: downloading github.com/pebbe/zmq4 v1.0.0 21:30:13 go: downloading github.com/hashicorp/serf v0.8.2 21:30:13 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:30:13 go: downloading github.com/go-playground/universal-translator v0.17.0 21:30:13 go: downloading github.com/leodido/go-urn v1.2.0 21:30:13 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:30:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:30:13 go: downloading github.com/go-playground/locales v0.13.0 21:30:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:30:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:30:13 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:30:22 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 21:30: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 21:30:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:30:27 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 21:30:28 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 21:30:28 go: downloading github.com/stretchr/testify v1.6.1 21:30:28 go: downloading github.com/davecgh/go-spew v1.1.1 21:30:28 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:30:28 go: downloading github.com/pmezard/go-difflib v1.0.0 21:30:29 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 21:30:29 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:30:29 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:30:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:30:31 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:30:32 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 21:30:32 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:30:33 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 21:30:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:30:35 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 21:30:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:30:35 go: downloading github.com/lib/pq v1.9.0 21:30:38 Building version 21:30:40 Staging config-common 21:30:41 Skipping stage go-build-helper (already ran) 21:30:41 Skipping stage static-packages (already ran) 21:30:41 Skipping stage go115 (already ran) 21:30:41 Staging edgex-go 21:30:41 Removing intermediate container 769562a23d25 21:30:41 ---> 32c3ba4d6366 21:30:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:30:41 Removing intermediate container a8714a605eb8 21:30:41 ---> 87b61b3bf097 21:30:41 21:30:41 Step 10/25 : FROM alpine:3.12 21:30:41 3.12: Pulling from library/alpine 21:30:41 Removing intermediate container d55d8f59289f 21:30:41 ---> 2342b5489902 21:30:41 21:30:41 Step 10/25 : FROM alpine:3.12 21:30:41 3.12: Pulling from library/alpine 21:30:41 ---> Running in 81a5d0df1215 21:30:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:30:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:30:41 Status: Downloaded newer image for alpine:3.12 21:30:41 ---> afeebe901d6b 21:30:41 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 21:30:41 Status: Downloaded newer image for alpine:3.12 21:30:41 ---> afeebe901d6b 21:30:41 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init 21:30:41 ---> Running in c4aac96260ff 21:30:41 ---> Running in 72985690786f 21:30:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:30:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:30:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:30:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:30:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:30:41 (1/2) Installing ca-certificates (20191127-r4) 21:30:41 (1/2) Installing ca-certificates (20191127-r4) 21:30:41 (2/2) Installing dumb-init (1.2.2-r1) 21:30:41 Executing busybox-1.31.1-r19.trigger 21:30:41 (2/2) Installing dumb-init (1.2.2-r1) 21:30:41 Executing ca-certificates-20191127-r4.trigger 21:30:41 Executing busybox-1.31.1-r19.trigger 21:30:41 Executing ca-certificates-20191127-r4.trigger 21:30:41 OK: 6 MiB in 16 packages 21:30:41 OK: 6 MiB in 16 packages 21:30:41 Removing intermediate container 72985690786f 21:30:41 ---> 7ef9fa105189 21:30:41 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:30:41 Removing intermediate container 81a5d0df1215 21:30:41 ---> 587e737318df 21:30:41 21:30:41 Step 11/26 : FROM docker:20.10.0 21:30:41 20.10.0: Pulling from library/docker 21:30:41 ---> Running in f8a800eebbd0 21:30:41 Removing intermediate container c4aac96260ff 21:30:41 ---> 5326c820d8c6 21:30:41 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:30:41 ---> Running in 2c37bc024657 21:30:41 Removing intermediate container f8a800eebbd0 21:30:41 ---> e888106278d2 21:30:41 Step 13/25 : ENV APP_PORT=48085 21:30:41 ---> Running in e1ea0caff2ef 21:30:41 Removing intermediate container 2c37bc024657 21:30:41 ---> 7c141ee6f2d4 21:30:41 Step 13/25 : ENV APP_PORT=48060 21:30:41 ---> Running in 3521f871b249 21:30:41 Removing intermediate container e1ea0caff2ef 21:30:41 ---> 628a8f6c2284 21:30:41 Step 14/25 : EXPOSE $APP_PORT 21:30:41 Removing intermediate container 3521f871b249 21:30:41 ---> 79143aa1ce1f 21:30:41 Step 14/25 : EXPOSE $APP_PORT 21:30:41 ---> Running in 584654f026e0 21:30:41 Staging version 21:30:42 ---> Running in e09184b8b8ce 21:30:42 Removing intermediate container 584654f026e0 21:30:42 ---> 3d0d8cc3c8e4 21:30:42 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:30:42 Priming config-common 21:30:43 Removing intermediate container e09184b8b8ce 21:30:43 ---> 3ec9e2c10371 21:30:43 Step 15/25 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:30:43 Removing intermediate container 04dd86874379 21:30:43 ---> 56e11eb9bfa2 21:30:43 21:30:43 Step 10/26 : FROM alpine:3.12 21:30:43 ---> afeebe901d6b 21:30:43 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:30:43 ---> Using cache 21:30:43 ---> 5326c820d8c6 21:30:43 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:30:43 Priming go-build-helper 21:30:43 ---> Running in 9f3eb5bcd8d7 21:30:44 ---> b1280075a959 21:30:44 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:30:44 Priming static-packages 21:30:44 ---> 12dba2ddfd94 21:30:44 Step 16/25 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:30:44 Removing intermediate container 9f3eb5bcd8d7 21:30:44 ---> 5093d536f8f0 21:30:44 Step 13/26 : ENV APP_PORT=48081 21:30:45 ---> Running in acebef595f00 21:30:47 Priming go115 21:30:47 ---> 5433e6220d9a 21:30:47 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:30:47 Removing intermediate container acebef595f00 21:30:47 ---> 7db8675daa14 21:30:47 Step 14/26 : EXPOSE $APP_PORT 21:30:47 ---> b4058c2d4cda 21:30:47 Step 17/25 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:30:47 ---> Running in 71bc660e7473 21:30:47 Priming edgex-go 21:30:48 ---> a9e52c9e0625 21:30:48 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 21:30:48 Removing intermediate container 71bc660e7473 21:30:48 ---> 47e5a7bd5400 21:30:48 Step 15/26 : WORKDIR / 21:30:48 ---> Running in 55b278beda0c 21:30:48 ---> Running in 3cc35f2b3d36 21:30:49 Priming version 21:30:49 ---> ef1f35cf90f7 21:30:49 Step 18/25 : ENV CONSUL_HOST=edgex-core-consul 21:30:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 21:30:50 ---> Running in 2feeb58a56e4 21:30:50 Removing intermediate container 55b278beda0c 21:30:50 ---> d7f730a2ee34 21:30:50 Step 19/25 : ENV CONSUL_PORT=8500 21:30:50 Removing intermediate container 3cc35f2b3d36 21:30:50 ---> 68f23720ca2a 21:30:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:30:50 ---> Running in 58eed8e37212 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 21:30:51 Removing intermediate container 2feeb58a56e4 21:30:51 ---> 022a3a650333 21:30:51 Step 19/25 : ENV CONSUL_PORT=8500 21:30:51 Removing intermediate container 92908be428de 21:30:51 ---> 33027e80cc27 21:30:51 21:30:51 Step 10/26 : FROM alpine:3.12 21:30:51 ---> afeebe901d6b 21:30:51 Step 11/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:30:51 ---> Running in 91b060f07785 21:30:51 ---> Running in a31bb3ee9e0b 21:30:51 Removing intermediate container 58eed8e37212 21:30:51 ---> 839bfc545cc9 21:30:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/entrypoint.sh /usr/local/bin/ [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 21:30:52 ---> d801b91787c3 21:30:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] } 21:30:52 Removing intermediate container 91b060f07785 21:30:52 ---> f1d6acf8707e 21:30:52 Step 12/26 : ENV APP_PORT=48080 21:30:52 Removing intermediate container a31bb3ee9e0b 21:30:52 ---> 515236145d43 21:30:52 Step 20/25 : COPY --from=builder /edgex-go/cmd/support-notifications/entrypoint.sh /usr/local/bin/ 21:30:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:30:52 Status: Downloaded newer image for docker:20.10.0 21:30:52 ---> eeaf43b92773 21:30:52 Step 12/26 : RUN apk add --no-cache bash 21:30:52 ---> Running in 26e7da59378e 21:30:52 ---> 22963b887626 21:30:52 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:30:52 ---> Running in 161bed20e4b3 21:30:53 ---> Running in f8794c2189af 21:30:53 ---> c44376e48e64 21:30:53 ---> 2a4910261dc1 21:30:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:30:53 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:30:53 Removing intermediate container 26e7da59378e 21:30:53 ---> e08cee0c3677 21:30:53 Step 13/26 : EXPOSE $APP_PORT 21:30:54 ---> Running in 77d80d2a892f 21:30:54 ---> Running in 580e9c83d55a 21:30:55 Removing intermediate container 580e9c83d55a 21:30:55 ---> 9590906f79d6 21:30:55 Step 14/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:30:55 ---> 40372fe7fade 21:30:55 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 21:30:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:30:55 ---> Running in 2ddc66df5ddb 21:30:55 ---> Running in fe55e34c814e 21:30:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:30:56 (1/2) Installing readline (8.0.4-r0) 21:30:56 (2/2) Installing bash (5.0.17-r0) 21:30:56 Executing bash-5.0.17-r0.post-install 21:30:56 Executing busybox-1.31.1-r19.trigger 21:30:56 OK: 12 MiB in 22 packages 21:30:56 Removing intermediate container 2ddc66df5ddb 21:30:56 ---> 3df31edea0af 21:30:56 Step 20/26 : ENV CONSUL_PORT=8500 21:30:56 ---> Running in e821699134f0 21:30:57 Removing intermediate container f8794c2189af 21:30:57 ---> 459d4854aa05 21:30:57 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:30:57 ---> Running in 968f09fd13e1 21:30:57 Removing intermediate container e821699134f0 21:30:57 ---> 7d9ff727e7df 21:30:57 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-metadata/entrypoint.sh /usr/local/bin/ 21:30:58 Removing intermediate container 77d80d2a892f 21:30:58 ---> d01e7ce175d6 21:30:58 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:30:58 Removing intermediate container 968f09fd13e1 21:30:58 ---> 263695acb919 21:30:58 Step 23/25 : LABEL arch=arm64 21:30:58 Removing intermediate container 161bed20e4b3 21:30:58 ---> 893943ea85e5 21:30:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:30:58 ---> Running in d74d267cfbad 21:30:58 ---> Running in 6f5569f4f9db 21:30:58 ---> Running in 6833fd699328 21:30:58 ---> 5be94325f544 21:30:58 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:30:58 Removing intermediate container fe55e34c814e 21:30:58 ---> 54a7d15a4983 21:30:58 Step 15/26 : RUN apk add --update --no-cache zeromq dumb-init 21:30:58 ---> Running in cfdc5a00f7fe 21:30:59 ---> Running in af9147d53b59 21:30:59 Removing intermediate container d74d267cfbad 21:30:59 ---> 414d52c05484 21:30:59 Step 23/25 : LABEL arch=arm64 21:30:59 Removing intermediate container 6833fd699328 21:30:59 ---> 8ec6c494db98 21:30:59 Step 14/26 : ENV APP_PORT=48090 21:30:59 Removing intermediate container 6f5569f4f9db 21:30:59 ---> 329ca28e5428 21:30:59 Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:30:59 ---> Running in 36d700050314 21:30:59 ---> Running in 97b1d0d2d279 21:30:59 ---> Running in 19938c7bf828 21:31:00 Removing intermediate container 36d700050314 21:31:00 ---> 186e3ce9ab1d 21:31:00 Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:31:00 Removing intermediate container 97b1d0d2d279 21:31:00 ---> 5932f62c73f4 21:31:00 Step 15/26 : EXPOSE $APP_PORT 21:31:00 ---> Running in 390abb229b59 21:31:00 Removing intermediate container 19938c7bf828 21:31:00 ---> 71be50bf66f0 21:31:00 Step 25/25 : LABEL version=0.0.0 21:31:00 ---> Running in cbd7b96df14d 21:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:01 ---> Running in eb30aa197b04 21:31:01 Removing intermediate container 390abb229b59 21:31:01 ---> 63984eb3d8f1 21:31:01 Step 25/25 : LABEL version=0.0.0 21:31:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:01 ---> Running in 63b2b10f0177 21:31:01 Removing intermediate container cbd7b96df14d 21:31:01 ---> 66e15245db6b 21:31:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:31:02 Removing intermediate container eb30aa197b04 21:31:02 ---> e18fd23eb224 21:31:02 21:31:02 Removing intermediate container cfdc5a00f7fe 21:31:02 ---> 04e3477bf760 21:31:02 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:31:02 (1/6) Installing dumb-init (1.2.2-r1) 21:31:02 ---> Running in ff59ec131bfb 21:31:02 Removing intermediate container 63b2b10f0177 21:31:02 ---> cc4d9c1f7bf7 21:31:02 21:31:02 (2/6) Installing libgcc (9.3.0-r2) 21:31:02 Successfully built e18fd23eb224 21:31:02 Successfully tagged docker-support-scheduler-go-arm64:latest 21:31:02  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 21:31:02 (3/6) Installing libsodium (1.0.18-r0) 21:31:02 (4/6) Installing libstdc++ (9.3.0-r2) 21:31:03 (5/6) Installing libzmq (4.3.3-r0) 21:31:03 Successfully built cc4d9c1f7bf7 21:31:03 (6/6) Installing zeromq (4.3.3-r0) 21:31:03 Executing busybox-1.31.1-r19.trigger 21:31:03 Successfully tagged docker-support-notifications-go-arm64:latest 21:31:03  Building docker-support-notifications-go ... done Removing intermediate container ff59ec131bfb 21:31:03 ---> f3a0fbcea5fb 21:31:03 Step 24/26 : LABEL arch=arm64Building docker-security-proxy-setup-go 21:31:03 21:31:03 OK: 8 MiB in 20 packages 21:31:03 ---> 6657ae2bf972 21:31:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:31:03 ---> Running in 759ad9be58b8 21:31:04 Removing intermediate container 759ad9be58b8 21:31:04 ---> f708f740c796 21:31:04 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:31:04 ---> Running in d52487679501 21:31:04 ---> 614426b79ffb 21:31:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:31:05 Removing intermediate container af9147d53b59 21:31:05 ---> a60d84a03e39 21:31:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:31:05 Removing intermediate container d52487679501 21:31:05 ---> 0799af700bb4 21:31:05 Step 26/26 : LABEL version=0.0.0 21:31:05 ---> 6bdcf7928c1c 21:31:05 Step 19/26 : RUN apk --no-cache add py3-pip 21:31:05 ---> Running in 907cad2cd7e1 21:31:05 ---> Running in a23a9a5c427f 21:31:07 Removing intermediate container 907cad2cd7e1 21:31:07 ---> fcdad70939a6 21:31:07 21:31:07 ---> b3b04fa75497 21:31:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:31:07 Successfully built fcdad70939a6 21:31:07 Successfully tagged docker-core-metadata-go-arm64:latest 21:31:07  Building docker-core-metadata-go ... done Building docker-core-command-go 21:31:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:09 (1/33) Installing libbz2 (1.0.8-r1) 21:31:09 (2/33) Installing expat (2.2.9-r1) 21:31:09 (3/33) Installing libffi (3.3-r2) 21:31:09 (4/33) Installing gdbm (1.13-r1) 21:31:09 (5/33) Installing xz-libs (5.2.5-r0) 21:31:09 (6/33) Installing sqlite-libs (3.32.1-r0) 21:31:09 (7/33) Installing python3 (3.8.5-r0) 21:31:09 ---> c5be4b45e63d 21:31:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:31:10 (8/33) Installing py3-appdirs (1.4.4-r1) 21:31:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:31:11 (10/33) Installing py3-parsing (2.4.7-r0) 21:31:11 (11/33) Installing py3-six (1.15.0-r0) 21:31:11 (12/33) Installing py3-packaging (20.4-r0) 21:31:11 (13/33) Installing py3-setuptools (47.0.0-r0) 21:31:11 (14/33) Installing py3-chardet (3.0.4-r4) 21:31:11 (15/33) Installing py3-idna (2.9-r0) 21:31:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:31:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:31:11 (18/33) Installing py3-requests (2.23.0-r0) 21:31:11 (19/33) Installing py3-msgpack (1.0.0-r0) 21:31:11 (20/33) Installing py3-lockfile (0.12.2-r3) 21:31:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:31:11 (22/33) Installing py3-colorama (0.4.3-r0) 21:31:11 (23/33) Installing py3-distlib (0.3.0-r0) 21:31:11 (24/33) Installing py3-distro (1.5.0-r1) 21:31:11 (25/33) Installing py3-webencodings (0.5.1-r3) 21:31:11 (26/33) Installing py3-html5lib (1.0.1-r4) 21:31:12 (27/33) Installing py3-pytoml (0.1.21-r0) 21:31:12 (28/33) Installing py3-pep517 (0.8.2-r0) 21:31:12 (29/33) Installing py3-progress (1.5-r0) 21:31:12 (30/33) Installing py3-toml (0.10.1-r0) 21:31:12 (31/33) Installing py3-retrying (1.3.3-r0) 21:31:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:31:12 (33/33) Installing py3-pip (20.1.1-r0) 21:31:12 Executing busybox-1.31.1-r19.trigger 21:31:12 OK: 71 MiB in 55 packages 21:31:12 ---> f51cdb2fc248 21:31:12 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 21:31:14 ---> Running in b16735a1a6c5 21:31:15 Removing intermediate container b16735a1a6c5 21:31:15 ---> d1bbdbacb93b 21:31:15 Step 20/26 : ENV CONSUL_PORT=8500 21:31:15 ---> Running in 2778af2eb82f 21:31:16 Removing intermediate container 2778af2eb82f 21:31:16 ---> 871160b631b2 21:31:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-data/entrypoint.sh /usr/local/bin/ 21:31:17 ---> cf695b8ce59f 21:31:17 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:31:17 ---> Running in dc858d570d10 21:31:21 Removing intermediate container a23a9a5c427f 21:31:21 ---> e729fa282c5a 21:31:21 Step 20/26 : RUN pip install docker-compose==1.23.2 21:31:21 ---> Running in 4af311102869 21:31:21 Removing intermediate container dc858d570d10 21:31:21 ---> ea6f87bcc4a6 21:31:21 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:31:22 ---> Running in 9c1f59b05f87 21:31:23 Removing intermediate container 9c1f59b05f87 21:31:23 ---> 9d8296443bfa 21:31:23 Step 24/26 : LABEL arch=arm64 21:31:24 ---> Running in f0358161f469 21:31:25 Removing intermediate container f0358161f469 21:31:25 ---> 17dd084b343a 21:31:25 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:31:25 ---> Running in b759e3dcf307 21:31:26 Removing intermediate container b759e3dcf307 21:31:26 ---> 9ef115608d06 21:31:26 Step 26/26 : LABEL version=0.0.0 21:31:26 ---> Running in 69b07b99551c 21:31:27 Removing intermediate container 69b07b99551c 21:31:27 ---> d8ab8026415b 21:31:27 21:31:27 Successfully built d8ab8026415b 21:31:28 Successfully tagged docker-core-data-go-arm64:latest 21:31:28  Building docker-core-data-go ... done Building docker-security-bootstrapper-go 21:31:28 Collecting docker-compose==1.23.2 21:31:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:31:29 Collecting jsonschema<3,>=2.5.1 21:31:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:31:30 Collecting PyYAML<4,>=3.10 21:31:30 Downloading PyYAML-3.13.tar.gz (270 kB) 21:31:34 Collecting docopt<0.7,>=0.6.1 21:31:34 Downloading docopt-0.6.2.tar.gz (25 kB) 21:31:36 Collecting websocket-client<1.0,>=0.32.0 21:31:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:31:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:31:37 Collecting docker<4.0,>=3.6.0 21:31:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:31:38 Collecting texttable<0.10,>=0.9.0 21:31:38 Downloading texttable-0.9.1.tar.gz (11 kB) 21:31:40 Collecting cached-property<2,>=1.2.0 21:31:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:31:40 Collecting dockerpty<0.5,>=0.4.1 21:31:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:31:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:31:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:31:41 ---> 34a5545654af 21:31:41 Step 3/24 : WORKDIR /edgex-go 21:31:41 ---> Using cache 21:31:41 ---> 2e81bd457ea4 21:31:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:41 ---> Using cache 21:31:41 ---> 6af94e8919d3 21:31:41 Step 5/24 : RUN apk add --update --no-cache make git 21:31:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:31:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:31:44 ---> 34a5545654af 21:31:44 Step 3/21 : WORKDIR /edgex-go 21:31:44 ---> Using cache 21:31:44 ---> 2e81bd457ea4 21:31:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:44 ---> Using cache 21:31:44 ---> 6af94e8919d3 21:31:44 Step 5/21 : RUN apk add --update --no-cache make git 21:31:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:31:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:31:46 Collecting docker-pycreds>=0.4.0 21:31:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:31:46 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) 21:31:46 ---> Running in 68fbbf2cb9dc 21:31:46 ---> Running in 46b64a33b148 21:31:47 Collecting urllib3<1.25,>=1.21.1 21:31:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:31:48 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) 21:31:48 Collecting idna<2.8,>=2.5 21:31:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:31:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:31:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:31:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:31:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:31:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:49 Installing collected packages: jsonschema, PyYAML, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, dockerpty, docker-compose 21:31:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:31:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:31:49 ---> 34a5545654af 21:31:49 Step 3/26 : WORKDIR /edgex-go 21:31:49 ---> Using cache 21:31:49 ---> 2e81bd457ea4 21:31:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:49 ---> Using cache 21:31:49 ---> 6af94e8919d3 21:31:49 Step 5/26 : RUN apk add --update --no-cache make git 21:31:50 Running setup.py install for PyYAML: started 21:31:50 OK: 217 MiB in 51 packages 21:31:50 ---> Running in be48253e8123 21:31:50 OK: 217 MiB in 51 packages 21:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:52 Removing intermediate container 68fbbf2cb9dc 21:31:52 ---> 6a31b3cb4c3c 21:31:52 Step 6/24 : COPY go.mod . 21:31:52 Removing intermediate container 46b64a33b148 21:31:52 ---> 91b54dae9e5f 21:31:52 Step 6/21 : COPY go.mod . 21:31:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:53 Running setup.py install for PyYAML: finished with status 'done' 21:31:53 Running setup.py install for docopt: started 21:31:53 ---> ab1f2f7ce37c 21:31:53 Step 7/24 : RUN go mod download 21:31:53 OK: 217 MiB in 51 packages 21:31:53 ---> 12e481392164 21:31:53 Step 7/21 : RUN go mod download 21:31:54 ---> Running in 516fdd968a92 21:31:54 ---> Running in 8975fcd1da65 21:31:55 Running setup.py install for docopt: finished with status 'done' 21:31:55 Removing intermediate container be48253e8123 21:31:55 ---> 6645af67e0ea 21:31:55 Step 6/26 : COPY go.mod . 21:31:56 Attempting uninstall: urllib3 21:31:56 Found existing installation: urllib3 1.25.9 21:31:56 Uninstalling urllib3-1.25.9: 21:31:56 Successfully uninstalled urllib3-1.25.9 21:31:57 Attempting uninstall: idna 21:31:57 Found existing installation: idna 2.9 21:31:57 Uninstalling idna-2.9: 21:31:57 Successfully uninstalled idna-2.9 21:31:57 ---> a342ec6c7c0b 21:31:57 Step 7/26 : RUN go mod download 21:31:58 ---> Running in 9c1321d23cc2 21:31:58 Attempting uninstall: requests 21:31:58 Found existing installation: requests 2.23.0 21:31:58 Uninstalling requests-2.23.0: 21:31:58 Successfully uninstalled requests-2.23.0 21:32:00 Removing intermediate container 516fdd968a92 21:32:00 ---> 7d318a6b1527 21:32:00 Step 8/24 : COPY . . 21:32:00 Running setup.py install for texttable: started 21:32:00 Removing intermediate container 8975fcd1da65 21:32:00 ---> 92b2d379054c 21:32:00 Step 8/21 : COPY . . 21:32:02 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:32:02 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:32:02 ---> 34a5545654af 21:32:02 Step 3/32 : WORKDIR /edgex-go 21:32:02 ---> Using cache 21:32:02 ---> 2e81bd457ea4 21:32:02 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:02 ---> Using cache 21:32:02 ---> 6af94e8919d3 21:32:02 Step 5/32 : RUN apk add --update --no-cache make git 21:32:02 ---> Using cache 21:32:02 ---> 6645af67e0ea 21:32:02 Step 6/32 : COPY go.mod . 21:32:02 ---> Using cache 21:32:02 ---> a342ec6c7c0b 21:32:02 Step 7/32 : RUN go mod download 21:32:02 Running setup.py install for texttable: finished with status 'done' 21:32:03 Running setup.py install for dockerpty: started 21:32:03 ---> Running in 6c1b9d1ab0ca 21:32:06 Running setup.py install for dockerpty: finished with status 'done' 21:32:06 Removing intermediate container 9c1321d23cc2 21:32:06 ---> 25203b519aa5 21:32:06 Step 8/26 : COPY . . 21:32:07 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 21:32:10 Removing intermediate container 6c1b9d1ab0ca 21:32:10 ---> a794b74ded23 21:32:10 Step 8/32 : COPY . . 21:32:16 Removing intermediate container 4af311102869 21:32:16 ---> 8eac5fa1daf1 21:32:16 Step 21/26 : RUN apk --no-cache add curl 21:32:17 ---> Running in 4f63de4731e2 21:32:18 ---> 840fcb1c5f47 21:32:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:32:18 ---> ba4043195c79 21:32:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:32:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:32:19 ---> Running in 9ea81ab4d7b5 21:32:19 ---> Running in a17c3caac8cc 21:32:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:32:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:32:20 (2/3) Installing libcurl (7.69.1-r3) 21:32:20 (3/3) Installing curl (7.69.1-r3) 21:32:20 Executing busybox-1.31.1-r19.trigger 21:32:20 OK: 71 MiB in 58 packages 21:32:21 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 21:32:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:32:24 Removing intermediate container 4f63de4731e2 21:32:24 ---> 2f9701b166db 21:32:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:32:25 ---> Running in 0f163fb39c62 21:32:26 Removing intermediate container 0f163fb39c62 21:32:26 ---> 9fbdb02edc19 21:32:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:32:26 ---> Running in e7067f71b141 21:32:28 Removing intermediate container e7067f71b141 21:32:28 ---> d33f59a6e364 21:32:28 Step 24/26 : LABEL arch=arm64 21:32:28 ---> Running in a9fd79b7ffb6 21:32:29 ---> cbc55d2327c2 21:32:29 Step 9/26 : RUN make cmd/core-command/core-command 21:32:29 Removing intermediate container a9fd79b7ffb6 21:32:29 ---> 52e095078b5a 21:32:29 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:32:29 ---> Running in fe8b83a45d95 21:32:30 ---> Running in a8c10ee60543 21:32:31 Removing intermediate container a8c10ee60543 21:32:31 ---> 2c6123199c2c 21:32:31 Step 26/26 : LABEL version=0.0.0 21:32:32 ---> Running in 6ed7b0959b0c 21:32:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:32:33 Removing intermediate container 6ed7b0959b0c 21:32:33 ---> cfe17cd8bb19 21:32:33 21:32:34 Successfully built cfe17cd8bb19 21:32:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:32:34 Building docker-security-bootstrap-redis-go 21:32:35  Building docker-sys-mgmt-agent-go ... done  ---> 11321b4c1d73 21:32:35 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 21:32:35 ---> Running in b5fa9371dca9 21:32:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:32:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:32:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:32:59 ---> 34a5545654af 21:32:59 Step 3/22 : WORKDIR /edgex-go 21:32:59 ---> Using cache 21:32:59 ---> 2e81bd457ea4 21:32:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:59 ---> Using cache 21:32:59 ---> 6af94e8919d3 21:32:59 Step 5/22 : RUN apk add --update --no-cache make git 21:32:59 ---> Using cache 21:32:59 ---> 6645af67e0ea 21:32:59 Step 6/22 : COPY go.mod . 21:32:59 ---> Using cache 21:32:59 ---> a342ec6c7c0b 21:32:59 Step 7/22 : RUN go mod download 21:32:59 ---> Using cache 21:32:59 ---> a794b74ded23 21:32:59 Step 8/22 : COPY . . 21:32:59 ---> Using cache 21:32:59 ---> 11321b4c1d73 21:32:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:33:00 ---> Running in 0c5341153b16 21:33: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 21:33:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:33:36 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 21:33:51 Removing intermediate container 9ea81ab4d7b5 21:33:51 ---> 822f6a90980c 21:33:51 21:33:51 Step 10/24 : FROM alpine:3.12 21:33:51 ---> afeebe901d6b 21:33:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:33:51 ---> Running in d538d63e6044 21:33:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:33:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:33:54 (1/5) Installing ca-certificates (20191127-r4) 21:33:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:33:54 (3/5) Installing libcurl (7.69.1-r3) 21:33:54 (4/5) Installing curl (7.69.1-r3) 21:33:54 (5/5) Installing dumb-init (1.2.2-r1) 21:33:54 Executing busybox-1.31.1-r19.trigger 21:33:54 Executing ca-certificates-20191127-r4.trigger 21:33:54 Removing intermediate container a17c3caac8cc 21:33:54 ---> f28f06d0f65b 21:33:54 21:33:54 Step 10/21 : FROM alpine:3.12 21:33:54 ---> afeebe901d6b 21:33:54 Step 11/21 : RUN apk add --update --no-cache curl 21:33:54 ---> Running in 01530cb17a86 21:33:54 OK: 7 MiB in 19 packages 21:33:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:33:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:33:57 Removing intermediate container d538d63e6044 21:33:57 ---> 17e9eb64cbea 21:33:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:33:57 (1/4) Installing ca-certificates (20191127-r4) 21:33:57 ---> Running in ca614a0d3ce6 21:33:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:33:57 (3/4) Installing libcurl (7.69.1-r3) 21:33:57 (4/4) Installing curl (7.69.1-r3) 21:33:57 Executing busybox-1.31.1-r19.trigger 21:33:57 Executing ca-certificates-20191127-r4.trigger 21:33:57 OK: 7 MiB in 18 packages 21:33:57 Removing intermediate container ca614a0d3ce6 21:33:57 ---> 247cfa67dba0 21:33:57 Step 13/24 : WORKDIR / 21:33:58 ---> Running in c8bf759ee405 21:33:59 Removing intermediate container c8bf759ee405 21:33:59 ---> 0f89982adcde 21:33:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:34:00 Removing intermediate container 01530cb17a86 21:34:00 ---> 9265b67d0034 21:34:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:34:00 ---> Running in e019e17b62b6 21:34:00 ---> dc7ccd10fe56 21:34:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:34:01 Removing intermediate container e019e17b62b6 21:34:01 ---> 0ed1878f5f8e 21:34:01 Step 13/21 : WORKDIR /edgex 21:34:01 ---> b6edb09163d6 21:34:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:34:01 ---> Running in a58364417b2d 21:34:02 Removing intermediate container a58364417b2d 21:34:02 ---> b7cd86a15b74 21:34:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:34:03 ---> 48ca234eb613 21:34:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:34:04 ---> e6486e291594 21:34:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:34:05 ---> 8c0e251b604f 21:34:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:34:06 ---> d9509d296706 21:34:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:34:07 ---> b4e495c08318 21:34:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:34:09 ---> ff28fd6f912a 21:34:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:34:09 ---> 2c2ca7b20279 21:34:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:34:09 ---> Running in 0e39da918225 21:34:09 ---> Running in bb6f514069d0 21:34:10 Removing intermediate container bb6f514069d0 21:34:10 ---> 052c2c651216 21:34:10 Step 18/21 : CMD ["--init=true"] 21:34:11 ---> Running in f14fc42f596c 21:34:12 Removing intermediate container f14fc42f596c 21:34:12 ---> 682934359769 21:34:12 Step 19/21 : LABEL arch=arm64 21:34:12 ---> Running in cfd33bad28b0 21:34:13 Removing intermediate container fe8b83a45d95 21:34:13 ---> 4e396ca1dc13 21:34:13 21:34:13 Step 10/26 : FROM alpine:3.12 21:34:13 ---> afeebe901d6b 21:34:13 Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:34:13 ---> Using cache 21:34:13 ---> 5326c820d8c6 21:34:13 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:34:13 ---> Using cache 21:34:13 ---> 5093d536f8f0 21:34:13 Step 13/26 : ENV APP_PORT=48082 21:34:13 Removing intermediate container cfd33bad28b0 21:34:13 ---> c224c2ba255f 21:34:13 Step 20/21 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:34:13 ---> Running in 29165ec478cf 21:34:13 ---> Running in 3bd0271c38f3 21:34:13 Removing intermediate container 0e39da918225 21:34:13 ---> 8eed2acddebd 21:34:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:34:14 ---> Running in 2bb5ff09e00a 21:34:14 Removing intermediate container 29165ec478cf 21:34:14 ---> 4e7e4ee4fa37 21:34:14 Step 14/26 : EXPOSE $APP_PORT 21:34:14 Removing intermediate container 3bd0271c38f3 21:34:14 ---> 8595a19343ba 21:34:14 Step 21/21 : LABEL version=0.0.0 21:34:14 ---> Running in 40d482fea08a 21:34:14 ---> Running in 102c97bef868 21:34:14 Removing intermediate container 2bb5ff09e00a 21:34:14 ---> 8fc5e345d96e 21:34:14 Step 22/24 : LABEL arch=arm64 21:34:15 ---> Running in 7f4e73c4599c 21:34:15 Removing intermediate container 40d482fea08a 21:34:15 ---> 45ff3e64c8d9 21:34:15 Step 15/26 : WORKDIR / 21:34:15 Removing intermediate container 102c97bef868 21:34:15 ---> 3fad45e3af88 21:34:15 21:34:15 ---> Running in 486e52b59331 21:34:15 Removing intermediate container 7f4e73c4599c 21:34:15 ---> 9f620b6e258a 21:34:15 Step 23/24 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:34:15 Successfully built 3fad45e3af88 21:34:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:34:16  Building docker-security-proxy-setup-go ... done  ---> Running in 133f106bfd40 21:34:16 Removing intermediate container 486e52b59331 21:34:16 ---> 38efb5f3c184 21:34:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:34:16 Removing intermediate container 133f106bfd40 21:34:16 ---> f654a9a31ba7 21:34:16 Step 24/24 : LABEL version=0.0.0 21:34:16 ---> Running in de0995424f54 21:34:17 ---> f402c7600416 21:34:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:34:17 Removing intermediate container de0995424f54 21:34:17 ---> 03fcaa38e4e6 21:34:17 21:34:18 Successfully built 03fcaa38e4e6 21:34:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:34:19  Building docker-security-secretstore-setup-go ... done  ---> cbaf1b845bfa 21:34:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:34:20 ---> c0633eb7ee5f 21:34:20 Step 19/26 : ENV CONSUL_HOST=edgex-core-consul 21:34:20 ---> Running in cd58fb729b63 21:34:21 Removing intermediate container 0c5341153b16 21:34:21 ---> f116b5dc6fec 21:34:21 21:34:21 Step 10/22 : FROM alpine:3.12 21:34:21 ---> afeebe901d6b 21:34:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:34:21 ---> Using cache 21:34:21 ---> 17e9eb64cbea 21:34:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:34:21 ---> Running in 79f3b1ec44aa 21:34:21 Removing intermediate container b5fa9371dca9 21:34:21 ---> 6a7aa44bd954 21:34:21 21:34:21 Step 10/32 : FROM alpine:3.12 21:34:21 ---> afeebe901d6b 21:34:21 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 21:34:21 Removing intermediate container cd58fb729b63 21:34:21 ---> e2b240cca75f 21:34:21 Step 20/26 : ENV CONSUL_PORT=8500 21:34:21 ---> Running in 4220750ebfb6 21:34:21 ---> Running in 030f64e18c9b 21:34:22 Removing intermediate container 79f3b1ec44aa 21:34:22 ---> 070c2534b43a 21:34:22 Step 13/22 : WORKDIR / 21:34:22 ---> Running in 8db282440e98 21:34:22 Removing intermediate container 4220750ebfb6 21:34:22 ---> bd0e087f8260 21:34:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/core-command/entrypoint.sh /usr/local/bin/ 21:34:22 Removing intermediate container 8db282440e98 21:34:22 ---> e56b7e31834b 21:34:22 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:23 ---> 623984b8cdc7 21:34:23 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:23 ---> Running in 1ef9fb6af2bd 21:34:23 (1/2) Installing dumb-init (1.2.2-r1) 21:34:23 (2/2) Installing openssl (1.1.1i-r0) 21:34:23 Executing busybox-1.31.1-r19.trigger 21:34:23 OK: 6 MiB in 16 packages 21:34:23 ---> 9fa4fde2c132 21:34:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:34:25 ---> a5b094ce006f 21:34:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:34:25 Removing intermediate container 030f64e18c9b 21:34:25 ---> db124e1dbddb 21:34:25 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:34:25 ---> Running in ed3c8b0fa940 21:34:25 Removing intermediate container 1ef9fb6af2bd 21:34:25 ---> 8ec84852ac03 21:34:25 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:34:25 ---> 2199a006de3b 21:34:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:34:26 ---> Running in d0b6b68360ea 21:34:26 Removing intermediate container ed3c8b0fa940 21:34:26 ---> 8e48ad0b7ce1 21:34:26 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 21:34:26 ---> Running in d89c394953fe 21:34:26 Removing intermediate container d0b6b68360ea 21:34:26 ---> 662d56b63776 21:34:26 Step 24/26 : LABEL arch=arm64 21:34:26 ---> b51e60d928c7 21:34:26 Step 18/22 : RUN chmod +x entrypoint.sh 21:34:26 Removing intermediate container d89c394953fe 21:34:26 ---> ee452607c456 21:34:26 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 21:34:27 ---> Running in e3cae7bbe63d 21:34:27 ---> Running in 6cf5dee2d758 21:34:27 ---> Running in 36ce4eb41ea2 21:34:27 Removing intermediate container e3cae7bbe63d 21:34:27 ---> e01352816809 21:34:27 Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:34:27 ---> Running in c640f44fe7f6 21:34:28 Removing intermediate container c640f44fe7f6 21:34:28 ---> 54ec57754e1a 21:34:28 Step 26/26 : LABEL version=0.0.0 21:34:28 ---> Running in fb82b372a48d 21:34:28 Connecting to github.com (140.82.114.4:443) 21:34:29 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.105.19:443) 21:34:29 Removing intermediate container fb82b372a48d 21:34:29 ---> c73aff2072b7 21:34:29 21:34:29 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 21:34:29 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 21:34:29 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 21:34:29 dockerize 21:34:29 Successfully built c73aff2072b7 21:34:29 Successfully tagged docker-core-command-go-arm64:latest 21:34:29  Building docker-core-command-go ... done Removing intermediate container 6cf5dee2d758 21:34:29 ---> b931a52d5aed 21:34:29 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:34:30 ---> Running in 36b359a446a3 21:34:30 Removing intermediate container 36b359a446a3 21:34:30 ---> 6d7236ace63f 21:34:30 Step 20/22 : LABEL arch=arm64 21:34:30 Removing intermediate container 36ce4eb41ea2 21:34:30 ---> c0ab91be2d65 21:34:30 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 21:34:30 ---> Running in b44d509c300f 21:34:30 ---> Running in b4ba9377a6ca 21:34:31 Removing intermediate container b44d509c300f 21:34:31 ---> 17cd76fd17ee 21:34:31 Step 21/22 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:34:31 Removing intermediate container b4ba9377a6ca 21:34:31 ---> 7e52e31a4a29 21:34:31 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:34:31 ---> Running in 0bf2e5c3ef33 21:34:31 ---> Running in 75a7b8e85f9c 21:34:32 Removing intermediate container 0bf2e5c3ef33 21:34:32 ---> 2dbb57bdd2c6 21:34:32 Step 22/22 : LABEL version=0.0.0 21:34:32 ---> Running in df6eacd774e2 21:34:32 Removing intermediate container 75a7b8e85f9c 21:34:32 ---> 60228fcaa8c0 21:34:32 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 21:34:32 ---> Running in 82ba88cfec29 21:34:32 Removing intermediate container df6eacd774e2 21:34:32 ---> f36fe0a0e35c 21:34:32 21:34:33 Successfully built f36fe0a0e35c 21:34:33 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:34:33  Building docker-security-bootstrap-redis-go ... done Copy dockerize executable 21:34:34 Removing intermediate container 82ba88cfec29 21:34:34 ---> ce594e76c08d 21:34:34 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 21:34:35 ---> Running in 2742c0d64146 21:34:35 Removing intermediate container 2742c0d64146 21:34:35 ---> 879d3b505c87 21:34:35 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:34:36 ---> 43a27a1e4217 21:34:36 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:34:36 ---> Running in 3232fc7411fc 21:34:39 Removing intermediate container 3232fc7411fc 21:34:39 ---> 33a99002ac43 21:34:39 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:34:40 ---> a0f11abc2f14 21:34:40 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:34:40 ---> c5428dacf9d2 21:34:40 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 21:34:42 ---> f6b8329b3d3e 21:34:42 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:34:42 ---> a0f7a9216c15 21:34:42 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:34:42 ---> Running in e42f04128439 21:34:43 Removing intermediate container e42f04128439 21:34:43 ---> 5f9e58cf5dd9 21:34:43 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 21:34:44 ---> 079d379d9db6 21:34:44 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:34:44 ---> Running in a7ed06d96502 21:34:46 Removing intermediate container a7ed06d96502 21:34:46 ---> 43c857c92833 21:34:46 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 21:34:47 ---> Running in 4345f6a2b864 21:34:47 Removing intermediate container 4345f6a2b864 21:34:47 ---> 16cdf7f4e872 21:34:47 Step 29/32 : CMD ["install"] 21:34:48 ---> Running in d02fb99d17c1 21:34:48 Removing intermediate container d02fb99d17c1 21:34:48 ---> cbf7e15f97cf 21:34:48 Step 30/32 : LABEL arch=arm64 21:34:49 ---> Running in 5d6376f14b68 21:34:49 Removing intermediate container 5d6376f14b68 21:34:49 ---> 827600fa5339 21:34:49 Step 31/32 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 21:34:50 ---> Running in c0bb3a49ca95 21:34:50 Removing intermediate container c0bb3a49ca95 21:34:50 ---> 27c3672ccc75 21:34:50 Step 32/32 : LABEL version=0.0.0 21:34:50 ---> Running in aa13af0c3337 21:34:51 Removing intermediate container aa13af0c3337 21:34:51 ---> d4bbb2ec14ae 21:34:51 21:34:51 Successfully built d4bbb2ec14ae 21:34:52 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:34:52  Building docker-security-bootstrapper-go ... done  [Pipeline] } 21:34:52 $ docker stop --time=1 22396408fe454211299401471da5b424c4f4699c6b1b9525512f90c26a8fbb4d 21:34:54 $ docker rm -f 22396408fe454211299401471da5b424c4f4699c6b1b9525512f90c26a8fbb4d [Pipeline] // withDockerContainer [Pipeline] sh 21:34:55 + docker images 21:34:55 + grep docker 21:34:55 docker-security-bootstrapper-go-arm64 latest d4bbb2ec14ae 4 seconds ago 40.2MB 21:34:55 docker-security-bootstrap-redis-go-arm64 latest f36fe0a0e35c 23 seconds ago 15.1MB 21:34:55 docker-core-command-go-arm64 latest c73aff2072b7 27 seconds ago 15.9MB 21:34:55 docker-security-secretstore-setup-go-arm64 latest 03fcaa38e4e6 38 seconds ago 23.4MB 21:34:55 docker-security-proxy-setup-go-arm64 latest 3fad45e3af88 40 seconds ago 23.3MB 21:34:55 docker-sys-mgmt-agent-go-arm64 latest cfe17cd8bb19 2 minutes ago 300MB 21:34:55 docker-core-data-go-arm64 latest d8ab8026415b 3 minutes ago 21MB 21:34:55 docker-core-metadata-go-arm64 latest fcdad70939a6 3 minutes ago 18.1MB 21:34:55 docker-support-notifications-go-arm64 latest cc4d9c1f7bf7 3 minutes ago 16MB 21:34:55 docker-support-scheduler-go-arm64 latest e18fd23eb224 3 minutes ago 15.9MB 21:34:55 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:34:58 provisioning config files... 21:34:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config4427148220024334635tmp [Pipeline] { [Pipeline] sh 21:34:58 + set +x 21:34:58 + curl -s https://codecov.io/bash 21:34:58 + bash -s -- 21:34:59 21:34:59 _____ _ 21:34:59 / ____| | | 21:34:59 | | ___ __| | ___ ___ _____ __ 21:34:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:34:59 | |___| (_) | (_| | __/ (_| (_) \ V / 21:34:59 \_____\___/ \__,_|\___|\___\___/ \_/ 21:34:59 Bash-20201231-23d4836 21:34:59 21:34:59 21:34:59 ==> git version 2.24.3 found 21:34:59 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:34:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:34:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:34:59 ==> Jenkins CI detected. 21:34:59 project root: . 21:34:59 --> token set from env 21:34:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:34:59 ==> Running gcov in . (disable via -X gcov) 21:34:59 ==> Python coveragepy not found 21:34:59 ==> Searching for coverage reports in: 21:34:59 + . 21:34:59 -> Found 1 reports 21:34:59 ==> Detecting git/mercurial file structure 21:34:59 ==> Reading reports 21:34:59 + ./coverage.out bytes=546759 21:34:59 ==> Appending adjustments 21:34:59 https://docs.codecov.io/docs/fixing-reports 21:35:02 + Found adjustments 21:35:02 ==> Gzipping contents 21:35:02 84K /tmp/codecov.maa5M1.gz 21:35:02 ==> Uploading reports 21:35:02 url: https://codecov.io 21:35:02 query: branch=PR-2970&commit=f7efb5deb29471de2049316a9acc6d4b0d94d324&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 21:35:02 -> Pinging Codecov 21:35:02 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=f7efb5deb29471de2049316a9acc6d4b0d94d324&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 21:35:03 -> Uploading to 21:35:03 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/f7efb5deb29471de2049316a9acc6d4b0d94d324/a6613cfb-466c-47de-8b47-b4732e83e5ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T213502Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1943fde156eed2c4d6932ac6762e2713d0d1a18b3ed7d70a6dd8adb8a1ce20cc 21:35:03 % Total % Received % Xferd Average Speed Time Time Time Current 21:35:03 Dload Upload Total Spent Left Speed 21:35:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83501 0 0 100 83501 0 153k --:--:-- --:--:-- --:--:-- 153k 21:35:03 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f7efb5deb29471de2049316a9acc6d4b0d94d324 [Pipeline] } 21:35:03 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 21:35:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:35:07 ---> package-listing.sh 21:35:07 ++ facter osfamily 21:35:07 ++ tr '[:upper:]' '[:lower:]' 21:35:07 + OS_FAMILY=redhat 21:35:07 + workspace=/w/workspace/edgex-go/10 21:35:07 + START_PACKAGES=/tmp/packages_start.txt 21:35:07 + END_PACKAGES=/tmp/packages_end.txt 21:35:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:35:07 + PACKAGES=/tmp/packages_start.txt 21:35:07 + '[' /w/workspace/edgex-go/10 ']' 21:35:07 + PACKAGES=/tmp/packages_end.txt 21:35:07 + case "${OS_FAMILY}" in 21:35:07 + rpm -qa 21:35:07 + sort 21:35:12 + '[' -f /tmp/packages_start.txt ']' 21:35:12 + '[' -f /tmp/packages_end.txt ']' 21:35:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:35:12 + '[' /w/workspace/edgex-go/10 ']' 21:35:12 + mkdir -p /w/workspace/edgex-go/10/archives/ 21:35:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 21:35:12 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:35:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:35:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:12 21:35:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:35:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:13 alpine: Pulling from edgex-lftools-log-publisher 21:35:13 df20fa9351a1: Pulling fs layer 21:35:13 36b3adc4ff6f: Pulling fs layer 21:35:13 8ad3a11d3b57: Pulling fs layer 21:35:13 46f8f816bc3b: Pulling fs layer 21:35:13 93b61091891f: Pulling fs layer 21:35:13 93b9cdb0e59b: Pulling fs layer 21:35:13 5e14af77c1be: Pulling fs layer 21:35:13 01666e4c0597: Pulling fs layer 21:35:13 aa168da1d23b: Pulling fs layer 21:35:13 93b9cdb0e59b: Waiting 21:35:13 5e14af77c1be: Waiting 21:35:13 01666e4c0597: Waiting 21:35:13 aa168da1d23b: Waiting 21:35:13 93b61091891f: Waiting 21:35:13 46f8f816bc3b: Waiting 21:35:13 36b3adc4ff6f: Verifying Checksum 21:35:13 36b3adc4ff6f: Download complete 21:35:13 46f8f816bc3b: Verifying Checksum 21:35:13 46f8f816bc3b: Download complete 21:35:13 df20fa9351a1: Download complete 21:35:13 93b9cdb0e59b: Verifying Checksum 21:35:13 93b9cdb0e59b: Download complete 21:35:13 93b61091891f: Download complete 21:35:13 5e14af77c1be: Download complete 21:35:13 01666e4c0597: Verifying Checksum 21:35:13 01666e4c0597: Download complete 21:35:13 df20fa9351a1: Pull complete 21:35:14 36b3adc4ff6f: Pull complete 21:35:14 8ad3a11d3b57: Verifying Checksum 21:35:14 8ad3a11d3b57: Download complete 21:35:14 8ad3a11d3b57: Pull complete 21:35:15 46f8f816bc3b: Pull complete 21:35:16 aa168da1d23b: Verifying Checksum 21:35:16 aa168da1d23b: Download complete 21:35:17 93b61091891f: Pull complete 21:35:17 93b9cdb0e59b: Pull complete 21:35:17 5e14af77c1be: Pull complete 21:35:17 01666e4c0597: Pull complete 21:35:29 aa168da1d23b: Pull complete 21:35:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:35:30 prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container 21:35:30 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-lftools-log-publisher:alpine cat 21:35:33 $ docker top b27af056a037380fe2cc6e05c70d4673b25dacefb1a2efb40cdf417834c60539 -eo pid,comm [Pipeline] { [Pipeline] sh 21:35:34 + touch /tmp/pre-build-complete [Pipeline] sh 21:35:34 + mkdir -p /var/log/sa [Pipeline] sh 21:35:34 + ls /var/log/sa-host 21:35:34 + sadf -c /var/log/sa-host/sa05 21:35:34 file_magic: OK 21:35:34 HZ: Using current value: 100 21:35:34 file_header: OK 21:35:34 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 21:35:34 Statistics: 21:35:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:35:34 File successfully converted to sysstat format version 12.2.1 21:35:34 + sadf -c /var/log/sa-host/sa23 21:35:34 file_magic: OK 21:35:34 HZ: Using current value: 100 21:35:34 file_header: OK 21:35:34 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 21:35:34 Statistics: 21:35:34 Hnuu...uuuununununu... 21:35:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:35:35 provisioning config files... 21:35:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config4876386402389927040tmp [Pipeline] { [Pipeline] echo 21:35:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:35:35 ---> create-netrc.sh [Pipeline] } 21:35:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:35:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:35:36 ---> python-tools-install.sh [Pipeline] echo 21:35:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:35:36 ---> sudo-logs.sh 21:35:36 Archiving 'sudo' log.. [Pipeline] echo 21:35:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:35:36 ---> job-cost.sh 21:35:36 lf-activate-venv: SKIPPING 21:35:36 INFO: No Stack... 21:35:38 INFO: Retrieving Pricing Info for: v1-standard-2 21:35:38 INFO: Archiving Costs [Pipeline] echo 21:35:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:35:39 ---> logs-deploy.sh 21:35:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/10 21:35:39 INFO: archiving workspace using pattern(s): 21:35:41 Archives upload complete. 21:35:41 INFO: archiving logs to Nexus 21:35:42 ---> uname -a: 21:35:42 Linux prd-centos7-docker-4c-2g-18570.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:35:42 21:35:42 21:35:42 ---> lscpu: 21:35:42 Architecture: x86_64 21:35:42 CPU op-mode(s): 32-bit, 64-bit 21:35:42 Byte Order: Little Endian 21:35:42 Address sizes: 40 bits physical, 48 bits virtual 21:35:42 CPU(s): 4 21:35:42 On-line CPU(s) list: 0-3 21:35:42 Thread(s) per core: 1 21:35:42 Core(s) per socket: 1 21:35:42 Socket(s): 4 21:35:42 NUMA node(s): 1 21:35:42 Vendor ID: GenuineIntel 21:35:42 CPU family: 6 21:35:42 Model: 44 21:35:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:35:42 Stepping: 1 21:35:42 CPU MHz: 2933.436 21:35:42 BogoMIPS: 5866.87 21:35:42 Virtualization: VT-x 21:35:42 Hypervisor vendor: KVM 21:35:42 Virtualization type: full 21:35:42 L1d cache: 128 KiB 21:35:42 L1i cache: 128 KiB 21:35:42 L2 cache: 16 MiB 21:35:42 L3 cache: 64 MiB 21:35:42 NUMA node0 CPU(s): 0-3 21:35:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:35:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:35:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:35:42 Vulnerability Meltdown: Mitigation; PTI 21:35:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:35:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:35:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:35:42 Vulnerability Srbds: Not affected 21:35:42 Vulnerability Tsx async abort: Not affected 21:35:42 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 21:35:42 21:35:42 21:35:42 ---> nproc: 21:35:42 4 21:35:42 21:35:42 21:35:42 ---> df -h: 21:35:42 Filesystem Size Used Available Use% Mounted on 21:35:42 overlay 50.0G 11.3G 38.7G 23% / 21:35:42 tmpfs 64.0M 0 64.0M 0% /dev 21:35:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:35:42 shm 64.0M 0 64.0M 0% /dev/shm 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/10 21:35:42 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/10@tmp 21:35:42 21:35:42 21:35:42 ---> free -m: 21:35:42 total used free shared buff/cache available 21:35:42 Mem: 1837 711 190 0 935 1037 21:35:42 Swap: 1023 46 977 21:35:42 21:35:42 21:35:42 ---> ip addr: 21:35:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:35:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:35:42 inet 127.0.0.1/8 scope host lo 21:35:42 valid_lft forever preferred_lft forever 21:35:42 inet6 ::1/128 scope host 21:35:42 valid_lft forever preferred_lft forever 21:35:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:35:42 link/ether fa:16:3e:4f:66:a2 brd ff:ff:ff:ff:ff:ff 21:35:42 inet 10.30.123.225/23 brd 10.30.123.255 scope global dynamic eth0 21:35:42 valid_lft 85183sec preferred_lft 85183sec 21:35:42 inet6 fe80::f816:3eff:fe4f:66a2/64 scope link 21:35:42 valid_lft forever preferred_lft forever 21:35:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:35:42 link/ether 02:42:53:f0:90:1e brd ff:ff:ff:ff:ff:ff 21:35:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:35:42 valid_lft forever preferred_lft forever 21:35:42 inet6 fe80::42:53ff:fef0:901e/64 scope link 21:35:42 valid_lft forever preferred_lft forever 21:35:42 21:35:42 21:35:42 ---> sar -b -r -n DEV: 21:35:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 21:35:42 21:35:42 21:15:09 LINUX RESTART (4 CPU) 21:35:42 21:35:42 21:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:35:42 21:17:01 93.21 44.84 48.37 0.00 6458.84 11544.16 0.00 21:35:42 21:18:01 295.52 94.63 200.90 0.00 6933.78 52271.10 0.00 21:35:42 21:19:01 193.42 97.99 95.43 0.00 3467.38 10578.15 0.00 21:35:42 21:20:01 143.76 80.34 63.42 0.00 3559.51 7414.59 0.00 21:35:42 21:21:02 952.81 706.10 246.71 0.00 91307.08 167299.88 0.00 21:35:42 21:22:01 2645.27 2285.45 359.81 0.00 147288.35 154369.97 0.00 21:35:42 21:23:04 371.80 115.39 256.41 0.00 20195.32 48407.27 0.00 21:35:42 21:24:01 1846.79 1525.37 321.42 0.00 110371.78 127690.51 0.00 21:35:42 21:25:02 837.31 557.31 280.00 0.00 34356.73 57722.87 0.00 21:35:42 21:26:01 6.91 0.61 6.30 0.00 25.73 223.57 0.00 21:35:42 21:27:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 21:35:42 21:28:01 1.45 1.28 0.17 0.00 101.80 1.63 0.00 21:35:42 21:29:01 0.28 0.00 0.28 0.00 0.00 3.11 0.00 21:35:42 21:30:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 21:35:42 21:31:01 2.68 1.90 0.78 0.00 61.82 15.17 0.00 21:35:42 21:32:01 0.27 0.02 0.25 0.00 0.27 2.86 0.00 21:35:42 21:33:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 21:35:42 21:34:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 21:35:42 21:35:01 10.31 10.07 0.23 0.00 815.05 19.77 0.00 21:35:42 Average: 385.54 286.64 98.90 0.00 22127.63 33373.88 0.00 21:35:42 21:35:42 21:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:35:42 21:17:01 268476 0 625312 33.23 2620 985136 1212088 41.37 563184 846536 42024 21:35:42 21:18:01 348088 0 709840 37.73 1492 822124 1115572 38.07 425800 821352 24 21:35:42 21:19:01 208356 0 851544 45.26 672 820972 1794660 61.25 715468 674604 80792 21:35:42 21:20:01 206488 0 769500 40.90 632 904924 1424468 48.61 616284 767952 71304 21:35:42 21:21:02 465964 0 672044 35.72 0 743536 1269404 43.32 499756 706572 8 21:35:42 21:22:01 324168 0 886172 47.10 0 671204 3590844 122.55 666416 637424 1692 21:35:42 21:23:04 52516 0 756048 40.18 0 1072980 1505772 51.39 571184 996292 12708 21:35:42 21:24:01 286360 0 837228 44.50 0 757956 2239700 76.44 641348 696800 2676 21:35:42 21:25:02 695436 0 638220 33.92 0 547888 1207144 41.20 453896 499100 20 21:35:42 21:26:01 699140 0 633856 33.69 0 548548 1177260 40.18 451280 499384 12 21:35:42 21:27:01 699340 0 633652 33.68 0 548552 1177308 40.18 451656 499268 8 21:35:42 21:28:01 697264 0 632724 33.63 0 551556 1170064 39.93 450984 502172 8 21:35:42 21:29:01 697116 0 632832 33.63 0 551596 1170064 39.93 450988 502204 8 21:35:42 21:30:01 697588 0 632352 33.61 0 551604 1170064 39.93 450740 502208 8 21:35:42 21:31:01 695444 0 633308 33.66 0 552792 1170148 39.94 451776 503064 16 21:35:42 21:32:01 695788 0 632920 33.64 0 552836 1170064 39.93 451348 503100 12 21:35:42 21:33:01 695920 0 632776 33.63 0 552848 1170064 39.93 451236 503104 16 21:35:42 21:34:01 695864 0 632828 33.63 0 552852 1170064 39.93 451240 503104 8 21:35:42 21:35:01 664364 0 639252 33.97 0 577928 1174984 40.10 461512 522156 700 21:35:42 Average: 515457 0 688548 36.59 285 677254 1425249 48.64 509268 615073 11160 21:35:42 21:35:42 21:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:35:42 21:17:01 veth6b48ac1 896.66 793.86 84.24 2672.14 0.00 0.00 0.00 0.00 21:35:42 21:17:01 eth0 977.74 1019.53 3138.23 137.69 0.00 0.00 0.00 0.00 21:35:42 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:17:01 docker0 896.66 793.73 71.98 2672.13 0.00 0.00 0.00 0.00 21:35:42 21:18:01 eth0 465.04 394.41 3673.03 41.45 0.00 0.00 0.00 0.00 21:35:42 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:18:01 docker0 142.80 175.64 10.04 831.71 0.00 0.00 0.00 0.00 21:35:42 21:19:01 eth0 40.22 23.23 37.60 15.32 0.00 0.00 0.00 0.00 21:35:42 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:19:01 veth31e18a0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:35:42 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:20:01 eth0 50.37 42.36 20.50 82.34 0.00 0.00 0.00 0.00 21:35:42 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:20:01 veth31e18a0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:21:02 eth0 185.39 154.25 1691.37 62.79 0.00 0.00 0.00 0.00 21:35:42 21:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:21:02 vethf8c1435 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:35:42 21:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:22:01 veth4a837ce 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:22:01 veth01231b9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:22:01 veth96f9ba8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:22:01 veth306caba 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:35:42 21:23:04 eth0 2656.74 2199.71 13123.60 420.67 0.00 0.00 0.00 0.00 21:35:42 21:23:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 21:35:42 21:23:04 vethf8c1435 0.00 0.76 0.00 0.04 0.00 0.00 0.00 0.00 21:35:42 21:23:04 veth7100be9 12.86 35.29 0.85 244.56 0.00 0.00 0.00 0.00 21:35:42 21:24:01 veth9462286 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 21:35:42 21:24:01 eth0 76.40 51.23 134.12 90.93 0.00 0.00 0.00 0.00 21:35:42 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:24:01 vethf8c1435 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:25:02 eth0 108.49 73.32 218.93 82.19 0.00 0.00 0.00 0.00 21:35:42 21:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:25:02 docker0 1104.89 1110.98 85.84 4358.31 0.00 0.00 0.00 0.00 21:35:42 21:26:01 eth0 1.08 0.39 0.57 0.10 0.00 0.00 0.00 0.00 21:35:42 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:27:01 eth0 0.60 0.47 0.30 0.21 0.00 0.00 0.00 0.00 21:35:42 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:28:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:35:42 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:29:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:35:42 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:30:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:35:42 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:31:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 21:35:42 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:35:42 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:33:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:34:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:35:01 eth0 4.45 2.93 5.17 1.55 0.00 0.00 0.00 0.00 21:35:42 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 Average: eth0 114.14 101.55 569.93 28.69 0.00 0.00 0.00 0.00 21:35:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:35:42 Average: docker0 58.24 58.56 4.52 229.72 0.00 0.00 0.00 0.00 21:35:42 21:35:42 21:35:42 ---> sar -P ALL: 21:35:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 21:35:42 21:35:42 21:15:09 LINUX RESTART (4 CPU) 21:35:42 21:35:42 21:16:01 CPU %user %nice %system %iowait %steal %idle 21:35:42 21:17:01 all 10.59 0.00 4.69 1.76 0.09 82.86 21:35:42 21:17:01 0 10.73 0.00 5.60 0.52 0.07 83.09 21:35:42 21:17:01 1 13.62 0.00 4.09 0.51 0.07 81.71 21:35:42 21:17:01 2 11.29 0.00 5.43 5.84 0.14 77.31 21:35:42 21:17:01 3 6.74 0.00 3.64 0.19 0.09 89.34 21:35:42 21:18:01 all 11.08 0.00 8.71 5.54 0.12 74.55 21:35:42 21:18:01 0 11.05 0.00 7.73 3.78 0.10 77.33 21:35:42 21:18:01 1 11.03 0.00 8.99 5.29 0.14 74.55 21:35:42 21:18:01 2 11.41 0.00 9.87 5.24 0.12 73.36 21:35:42 21:18:01 3 10.83 0.00 8.23 7.86 0.12 72.96 21:35:42 21:19:01 all 53.10 0.00 13.07 5.34 0.10 28.39 21:35:42 21:19:01 0 51.68 0.00 12.94 4.91 0.12 30.35 21:35:42 21:19:01 1 54.09 0.00 13.07 5.90 0.09 26.85 21:35:42 21:19:01 2 53.21 0.00 13.68 6.44 0.09 26.58 21:35:42 21:19:01 3 53.41 0.00 12.61 4.12 0.09 29.78 21:35:42 21:20:01 all 38.18 0.00 11.63 3.15 0.12 46.92 21:35:42 21:20:01 0 38.85 0.00 11.19 1.50 0.12 48.34 21:35:42 21:20:01 1 39.05 0.00 11.50 5.21 0.12 44.12 21:35:42 21:20:01 2 37.38 0.00 12.05 3.35 0.14 47.08 21:35:42 21:20:01 3 37.43 0.00 11.77 2.51 0.10 48.18 21:35:42 21:21:02 all 22.39 0.00 20.83 9.06 0.24 47.48 21:35:42 21:21:02 0 21.69 0.00 19.86 10.76 0.26 47.42 21:35:42 21:21:02 1 22.04 0.00 21.08 10.28 0.24 46.36 21:35:42 21:21:02 2 23.05 0.00 20.86 7.24 0.23 48.62 21:35:42 21:21:02 3 22.77 0.00 21.52 7.93 0.24 47.53 21:35:42 21:22:01 all 18.33 0.00 22.38 34.61 0.28 24.41 21:35:42 21:22:01 0 18.02 0.00 21.28 40.46 0.25 20.00 21:35:42 21:22:01 1 18.63 0.00 22.89 33.50 0.27 24.71 21:35:42 21:22:01 2 18.69 0.00 21.98 33.37 0.39 25.57 21:35:42 21:22:01 3 17.96 0.00 23.38 31.04 0.20 27.43 21:35:42 21:23:04 all 48.17 0.00 16.12 15.88 0.12 19.71 21:35:42 21:23:04 0 48.39 0.00 16.41 10.92 0.10 24.18 21:35:42 21:23:04 1 48.60 0.00 15.26 16.94 0.12 19.09 21:35:42 21:23:04 2 48.07 0.00 16.36 17.68 0.13 17.75 21:35:42 21:23:04 3 47.60 0.00 16.47 18.01 0.13 17.79 21:35:42 21:24:01 all 39.10 0.00 22.49 24.08 0.17 14.15 21:35:42 21:24:01 0 37.09 0.00 22.18 22.95 0.17 17.61 21:35:42 21:24:01 1 39.68 0.00 22.50 23.18 0.20 14.43 21:35:42 21:24:01 2 40.51 0.00 23.07 25.54 0.18 10.69 21:35:42 21:24:01 3 39.12 0.00 22.22 24.65 0.13 13.88 21:35:42 21:25:02 all 26.67 0.00 14.73 19.74 0.10 38.76 21:35:42 21:25:02 0 25.76 0.00 13.81 18.01 0.12 42.30 21:35:42 21:25:02 1 27.25 0.00 15.65 20.92 0.07 36.11 21:35:42 21:25:02 2 27.44 0.00 14.54 21.14 0.12 36.76 21:35:42 21:25:02 3 26.25 0.00 14.91 18.88 0.10 39.86 21:35:42 21:26:01 all 0.16 0.00 0.06 0.01 0.00 99.77 21:35:42 21:26:01 0 0.54 0.00 0.08 0.03 0.02 99.32 21:35:42 21:26:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:35:42 21:26:01 2 0.03 0.00 0.05 0.02 0.00 99.90 21:35:42 21:26:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:35:42 21:27:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:35:42 21:27:01 0 0.55 0.00 0.03 0.00 0.00 99.42 21:35:42 21:27:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:35:42 21:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:35:42 21:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:35:42 21:35:42 21:27:01 CPU %user %nice %system %iowait %steal %idle 21:35:42 21:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:35:42 21:28:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:35:42 21:28:01 1 0.00 0.00 0.03 0.00 0.00 99.97 21:35:42 21:28:01 2 0.03 0.00 0.05 0.00 0.02 99.90 21:35:42 21:28:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:35:42 21:29:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:35:42 21:29:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:35:42 21:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:35:42 21:29:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:35:42 21:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:35:42 21:30:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:35:42 21:30:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:35:42 21:30:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:35:42 21:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:35:42 21:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:35:42 21:31:01 all 0.15 0.00 0.06 0.02 0.00 99.76 21:35:42 21:31:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:35:42 21:31:01 1 0.05 0.00 0.05 0.02 0.00 99.88 21:35:42 21:31:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:35:42 21:31:01 3 0.02 0.00 0.10 0.08 0.00 99.80 21:35:42 21:32:01 all 0.05 0.00 0.04 0.00 0.00 99.90 21:35:42 21:32:01 0 0.13 0.00 0.05 0.02 0.02 99.78 21:35:42 21:32:01 1 0.03 0.00 0.07 0.00 0.00 99.90 21:35:42 21:32:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:35:42 21:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:35:42 21:33:01 all 0.13 0.00 0.02 0.00 0.00 99.85 21:35:42 21:33:01 0 0.43 0.00 0.02 0.00 0.00 99.55 21:35:42 21:33:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:35:42 21:33:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:35:42 21:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:35:42 21:34:01 all 0.10 0.00 0.03 0.00 0.00 99.86 21:35:42 21:34:01 0 0.30 0.00 0.03 0.00 0.00 99.67 21:35:42 21:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:35:42 21:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:35:42 21:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:35:42 21:35:01 all 0.81 0.00 0.44 0.29 0.01 98.44 21:35:42 21:35:01 0 0.97 0.00 0.53 0.23 0.02 98.25 21:35:42 21:35:01 1 0.42 0.00 0.32 0.13 0.00 99.13 21:35:42 21:35:01 2 1.45 0.00 0.60 0.67 0.02 97.27 21:35:42 21:35:01 3 0.42 0.00 0.30 0.13 0.02 99.13 21:35:42 Average: all 13.88 0.00 6.92 6.07 0.07 73.06 21:35:42 Average: 0 13.83 0.00 6.76 5.80 0.07 73.54 21:35:42 Average: 1 14.16 0.00 6.94 6.21 0.07 72.63 21:35:42 Average: 2 14.02 0.00 7.09 6.44 0.08 72.37 21:35:42 Average: 3 13.49 0.00 6.90 5.85 0.06 73.70 21:35:42 21:35:42 21:35:42