Branch indexing 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from a48de70a597b3b994613674efdf7ba41d0d0d2ee+8905b2aeb998c2429dd3dac7113c428985f887cf (adae4e46c883f9cdb90cd49469de4f03ef598352) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15979 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee Merge succeeded, producing 94a22065852948ec920d808512d3a5f13a04da88 Checking out Revision 94a22065852948ec920d808512d3a5f13a04da88 (PR-2924) > git config core.sparsecheckout # timeout=10 > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # 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 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 94a22065852948ec920d808512d3a5f13a04da88 # timeout=10 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:24 ========================================================= 00:31:24 EdgeX Global Pipelines Version Info 00:31:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 78e7c944f16588511ee3e3776ea03b18066f32b8 # timeout=10 00:31:27 ------------------- 00:31:27 stable info: 00:31:27 ------------------- 00:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:27 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:27 Message: update stable to v1.0.172 00:31:28 ------------------- 00:31:28 experimental info: 00:31:28 ------------------- 00:31:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:28 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:28 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 94a22065852948ec920d808512d3a5f13a04da88 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 94a2206 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:31 provisioning config files... 00:31:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config952073062786362118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:31 ---> docker-login.sh 00:31:31 nexus3.edgexfoundry.org:10001 00:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 nexus3.edgexfoundry.org:10002 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 nexus3.edgexfoundry.org:10003 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 nexus3.edgexfoundry.org:10004 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 docker.io 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 ---> docker-login.sh ends [Pipeline] } 00:31:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/core-command/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo core-command,cmd/core-command/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/core-data/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo core-data,cmd/core-data/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ cut -d/ -f2 00:31:35 ++ dirname cmd/core-metadata/Dockerfile 00:31:35 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ cut -d/ -f2 00:31:35 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/support-notifications/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/support-scheduler/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:35 + for file in '`ls cmd/**/Dockerfile`' 00:31:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:35 ++ cut -d/ -f2 00:31:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:35 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:36 00:31:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:37 latest: Pulling from edgex-devops/git-semver 00:31:37 31603596830f: Pulling fs layer 00:31:37 2a8b12db71e7: Pulling fs layer 00:31:37 6ca5941a6612: Pulling fs layer 00:31:37 ecc8261a40a4: Pulling fs layer 00:31:37 ecc8261a40a4: Waiting 00:31:37 2a8b12db71e7: Verifying Checksum 00:31:37 2a8b12db71e7: Download complete 00:31:37 31603596830f: Verifying Checksum 00:31:37 31603596830f: Download complete 00:31:37 ecc8261a40a4: Verifying Checksum 00:31:37 ecc8261a40a4: Download complete 00:31:37 6ca5941a6612: Verifying Checksum 00:31:37 6ca5941a6612: Download complete 00:31:37 31603596830f: Pull complete 00:31:37 2a8b12db71e7: Pull complete 00:31:39 6ca5941a6612: Pull complete 00:31:40 ecc8261a40a4: Pull complete 00:31:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:40 prd-centos7-docker-4c-2g-15979 does not seem to be running inside a container 00:31:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:43 $ docker top fd85ab24646378cc9c656e2daa3f592d1b22ca5678a1846fb41a3b3d78841887 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:43 [ssh-agent] Looking for ssh-agent implementation... 00:31:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:43 $ docker exec fd85ab24646378cc9c656e2daa3f592d1b22ca5678a1846fb41a3b3d78841887 ssh-agent 00:31:44 SSH_AUTH_SOCK=/tmp/ssh-IWFgXq14Bqj1/agent.13 00:31:44 SSH_AGENT_PID=18 00:31:44 Running ssh-add (command line suppressed) 00:31:44 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7521241370397943995.key (/w/workspace/edgex-go/7@tmp/private_key_7521241370397943995.key) 00:31:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:44 + git tag --points-at HEAD [Pipeline] } 00:31:44 $ docker exec --env ******** --env ******** fd85ab24646378cc9c656e2daa3f592d1b22ca5678a1846fb41a3b3d78841887 ssh-agent -k 00:31:45 unset SSH_AUTH_SOCK; 00:31:45 unset SSH_AGENT_PID; 00:31:45 echo Agent pid 18 killed; 00:31:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:45 [ssh-agent] Looking for ssh-agent implementation... 00:31:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:45 $ docker exec fd85ab24646378cc9c656e2daa3f592d1b22ca5678a1846fb41a3b3d78841887 ssh-agent 00:31:45 SSH_AUTH_SOCK=/tmp/ssh-wBpbuIKW1LCW/agent.46 00:31:45 SSH_AGENT_PID=51 00:31:45 Running ssh-add (command line suppressed) 00:31:46 Identity added: /w/workspace/edgex-go/7@tmp/private_key_1014763589877910701.key (/w/workspace/edgex-go/7@tmp/private_key_1014763589877910701.key) 00:31:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:46 + git semver init 00:31:46 # -> Open(): unable to determine branch for HEAD 00:31:46 # $GIT_DIR = /w/workspace/edgex-go/7/.git 00:31:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 00:31:46 # $SEMVER_REMOTE_NAME = origin 00:31:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:46 # $SEMVER_USER_NAME = edgex-jenkins 00:31:46 # $SEMVER_BRANCH = PR-2924 00:31:46 # $SEMVER_TEMP = /tmp/semver-095981817 00:31:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:33 # '/tmp/semver-095981817' -> '/w/workspace/edgex-go/7/.semver' 00:32:33 # -> Force: false 00:32:33 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 00:32:33 $ docker exec --env ******** --env ******** fd85ab24646378cc9c656e2daa3f592d1b22ca5678a1846fb41a3b3d78841887 ssh-agent -k 00:32:34 unset SSH_AUTH_SOCK; 00:32:34 unset SSH_AGENT_PID; 00:32:34 echo Agent pid 51 killed; 00:32:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:35 + git semver [Pipeline] } 00:32:35 $ docker stop --time=1 fd85ab24646378cc9c656e2daa3f592d1b22ca5678a1846fb41a3b3d78841887 00:32:37 $ docker rm -f fd85ab24646378cc9c656e2daa3f592d1b22ca5678a1846fb41a3b3d78841887 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:39 Stashed 1 file(s) [Pipeline] echo 00:32:39 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:41 + true 00:32:41 + sudo service docker restart 00:32:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:42 ========================================================= 00:32:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:43 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:48 Sending build context to Docker daemon 326.4MB 00:32:48 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:48 Step 2/7 : FROM ${BASE} 00:32:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:48 188c0c94c7c5: Pulling fs layer 00:32:48 0ef7d3d256c8: Pulling fs layer 00:32:48 de9db76c5a1d: Pulling fs layer 00:32:48 bca2f99d35d6: Pulling fs layer 00:32:48 93359f2a8cfa: Pulling fs layer 00:32:48 7c6f9722023f: Pulling fs layer 00:32:48 a35cf1a2eb13: Pulling fs layer 00:32:48 93359f2a8cfa: Waiting 00:32:48 bca2f99d35d6: Waiting 00:32:48 a35cf1a2eb13: Waiting 00:32:48 7c6f9722023f: Waiting 00:32:48 de9db76c5a1d: Verifying Checksum 00:32:48 de9db76c5a1d: Download complete 00:32:48 0ef7d3d256c8: Download complete 00:32:48 93359f2a8cfa: Download complete 00:32:48 7c6f9722023f: Verifying Checksum 00:32:48 7c6f9722023f: Download complete 00:32:48 188c0c94c7c5: Verifying Checksum 00:32:48 188c0c94c7c5: Download complete 00:32:49 188c0c94c7c5: Pull complete 00:32:49 0ef7d3d256c8: Pull complete 00:32:50 de9db76c5a1d: Pull complete 00:32:50 a35cf1a2eb13: Verifying Checksum 00:32:50 a35cf1a2eb13: Download complete 00:32:51 bca2f99d35d6: Verifying Checksum 00:32:51 bca2f99d35d6: Download complete 00:32:55 Still waiting to schedule task 00:32:55 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15973’ 00:33:02 bca2f99d35d6: Pull complete 00:33:02 93359f2a8cfa: Pull complete 00:33:02 7c6f9722023f: Pull complete 00:33:06 a35cf1a2eb13: Pull complete 00:33:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:06 ---> a62c8e92a672 00:33:06 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:06 ---> Running in c7a01476104d 00:33:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:09 (1/12) Installing libmagic (5.38-r0) 00:33:09 (2/12) Installing file (5.38-r0) 00:33:09 (3/12) Installing libc-dev (0.7.2-r3) 00:33:09 (4/12) Installing g++ (9.3.0-r2) 00:33:25 (5/12) Installing fortify-headers (1.1-r0) 00:33:25 (6/12) Installing patch (2.7.6-r6) 00:33:25 (7/12) Installing build-base (0.5-r2) 00:33:25 (8/12) Installing libsodium (1.0.18-r0) 00:33:25 (9/12) Installing pkgconf (1.7.2-r0) 00:33:25 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:25 (11/12) Installing libzmq (4.3.3-r0) 00:33:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:25 Executing busybox-1.31.1-r19.trigger 00:33:25 OK: 233 MiB in 51 packages 00:33:29 Removing intermediate container c7a01476104d 00:33:29 ---> 33d6ef2b8c5d 00:33:29 Step 4/7 : WORKDIR /edgex-go 00:33:29 ---> Running in 3dae1a10261f 00:33:29 Removing intermediate container 3dae1a10261f 00:33:29 ---> 579787a0a4bc 00:33:29 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:30 latest: Pulling from library/docker 00:33:30 05e7bc50f07f: Pulling fs layer 00:33:30 6db28d0fdbf6: Pulling fs layer 00:33:30 292df0bc6bf3: Pulling fs layer 00:33:30 2e060f4bd70b: Pulling fs layer 00:33:30 80e8d568a223: Pulling fs layer 00:33:30 8dc6ef1a942a: Pulling fs layer 00:33:30 2312dd95470a: Pulling fs layer 00:33:30 80e8d568a223: Waiting 00:33:30 8dc6ef1a942a: Waiting 00:33:30 2e060f4bd70b: Waiting 00:33:30 2312dd95470a: Waiting 00:33:30 292df0bc6bf3: Verifying Checksum 00:33:30 292df0bc6bf3: Download complete 00:33:30 6db28d0fdbf6: Download complete 00:33:30 05e7bc50f07f: Download complete 00:33:31 80e8d568a223: Verifying Checksum 00:33:31 80e8d568a223: Download complete 00:33:31 8dc6ef1a942a: Verifying Checksum 00:33:31 8dc6ef1a942a: Download complete 00:33:31 2312dd95470a: Verifying Checksum 00:33:31 2312dd95470a: Download complete 00:33:31 05e7bc50f07f: Pull complete 00:33:31 6db28d0fdbf6: Pull complete 00:33:32 292df0bc6bf3: Pull complete 00:33:32 2e060f4bd70b: Verifying Checksum 00:33:32 2e060f4bd70b: Download complete 00:33:38 2e060f4bd70b: Pull complete 00:33:38 80e8d568a223: Pull complete 00:33:38 8dc6ef1a942a: Pull complete 00:33:38 2312dd95470a: Pull complete 00:33:38 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:33:38 Status: Downloaded newer image for docker:latest 00:33:41 ---> fe3dc22032b1 00:33:41 Step 6/7 : COPY go.mod . 00:33:41 ---> b3df4a06b16c 00:33:41 Step 7/7 : RUN go mod download 00:33:42 ---> Running in aae642393fc9 00:34:09 Removing intermediate container aae642393fc9 00:34:09 ---> 953c95ee825f 00:34:09 Successfully built 953c95ee825f 00:34:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:09 + docker inspect -f . ci-base-image-x86_64 00:34:10 . [Pipeline] withDockerContainer 00:34:10 prd-centos7-docker-4c-2g-15979 does not seem to be running inside a container 00:34:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:12 $ docker top da646039fc3d19625664af4f620bd11d8e41e0244b5b63d1dea23587f10ec035 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:13 + go version 00:34:13 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:13 $ docker stop --time=1 da646039fc3d19625664af4f620bd11d8e41e0244b5b63d1dea23587f10ec035 00:34:14 $ docker rm -f da646039fc3d19625664af4f620bd11d8e41e0244b5b63d1dea23587f10ec035 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:15 + docker inspect -f . ci-base-image-x86_64 00:34:15 . [Pipeline] withDockerContainer 00:34:15 prd-centos7-docker-4c-2g-15979 does not seem to be running inside a container 00:34:16 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:17 $ docker top c127bd9904274ac7e2a76c4d1742d39dae30b962778aeb55d6e5a1704b449077 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:17 ========================================================= 00:34:17 [edgeXBuildGoParallel] Running Tests and Build... 00:34:17 ========================================================= [Pipeline] sh 00:34:18 + make test 00:34:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:31 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:12 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s 00:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.6% of statements 00:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.577s coverage: 27.1% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 68.2% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.251s coverage: 82.6% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.579s coverage: 28.6% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.123s coverage: 100.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.131s coverage: 100.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.192s coverage: 86.7% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.170s coverage: 97.5% of statements 00:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.675s coverage: 93.8% of statements 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.122s coverage: 100.0% of statements 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.205s coverage: 75.5% of statements 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 00:35:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements 00:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 00:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements 00:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.526s coverage: 63.5% of statements 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.098s coverage: 100.0% of statements 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 00:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.916s coverage: 68.9% of statements 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:35:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15990 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws 00:35:45 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 00:35:49 using credential edgex-jenkins-ssh 00:35:49 Cloning the remote Git repository 00:35:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:50 > git init /w/workspace/edgex-go/7 # timeout=10 00:35:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:50 > git --version # timeout=10 00:35:50 > git --version # 'git version 2.17.1' 00:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.017s coverage: 86.3% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.320s coverage: 72.2% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.091s coverage: 72.1% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.061s coverage: 82.4% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.058s coverage: 48.4% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.075s coverage: 28.8% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.065s coverage: 96.8% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.185s coverage: 37.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.540s coverage: 84.0% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.224s coverage: 47.1% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.056s coverage: 100.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.907s coverage: 29.1% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.080s coverage: 32.1% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.144s coverage: 100.0% of statements 00:35:57 GO111MODULE=on go vet ./... 00:36:17 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee 00:36:18 Merge succeeded, producing edc159782c1f2f588a984af4eb37268557e7c426 00:36:18 Checking out Revision edc159782c1f2f588a984af4eb37268557e7c426 (PR-2924) 00:36:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:17 > git config core.sparsecheckout # timeout=10 00:36:17 > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # timeout=10 00:36:17 > git remote # timeout=10 00:36:17 > git config --get remote.origin.url # timeout=10 00:36:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:17 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 00:36:18 > git rev-parse HEAD^{commit} # timeout=10 00:36:18 > git config core.sparsecheckout # timeout=10 00:36:18 > git checkout -f edc159782c1f2f588a984af4eb37268557e7c426 # timeout=10 00:36:23 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" 00:36:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:23 > git rev-list --no-walk 78e7c944f16588511ee3e3776ea03b18066f32b8 # timeout=10 00:36:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:25 + sudo service docker restart 00:36:25 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:28 provisioning config files... 00:36:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config669204412823962296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:28 ---> docker-login.sh 00:36:28 nexus3.edgexfoundry.org:10001 00:36:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:30 Configure a credential helper to remove this warning. See 00:36:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:30 00:36:30 Login Succeeded 00:36:30 nexus3.edgexfoundry.org:10002 00:36:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:30 Configure a credential helper to remove this warning. See 00:36:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:30 00:36:30 Login Succeeded 00:36:30 nexus3.edgexfoundry.org:10003 00:36:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:31 Configure a credential helper to remove this warning. See 00:36:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:31 00:36:31 Login Succeeded 00:36:31 nexus3.edgexfoundry.org:10004 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:32 Configure a credential helper to remove this warning. See 00:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:32 00:36:32 Login Succeeded 00:36:32 docker.io 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:32 Configure a credential helper to remove this warning. See 00:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:32 00:36:32 Login Succeeded 00:36:32 ---> docker-login.sh ends [Pipeline] } 00:36:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:33 ========================================================= 00:36:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:33 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:36 Sending build context to Docker daemon 165.7MB 00:36:36 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:36 Step 2/7 : FROM ${BASE} 00:36:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:36 5f621e34cdf4: Pulling fs layer 00:36:36 a4357932f1b6: Pulling fs layer 00:36:36 18c013af1878: Pulling fs layer 00:36:36 00ac8860ef70: Pulling fs layer 00:36:36 63d7cb157983: Pulling fs layer 00:36:36 b116817d02f9: Pulling fs layer 00:36:36 745a02a5169b: Pulling fs layer 00:36:36 00ac8860ef70: Waiting 00:36:36 63d7cb157983: Waiting 00:36:36 b116817d02f9: Waiting 00:36:36 745a02a5169b: Waiting 00:36:36 18c013af1878: Verifying Checksum 00:36:36 18c013af1878: Download complete 00:36:36 a4357932f1b6: Download complete 00:36:36 63d7cb157983: Verifying Checksum 00:36:36 63d7cb157983: Download complete 00:36:36 b116817d02f9: Verifying Checksum 00:36:36 b116817d02f9: Download complete 00:36:36 5f621e34cdf4: Download complete 00:36:37 5f621e34cdf4: Pull complete 00:36:38 a4357932f1b6: Pull complete 00:36:38 18c013af1878: Pull complete 00:36:40 745a02a5169b: Verifying Checksum 00:36:40 745a02a5169b: Download complete 00:36:41 00ac8860ef70: Verifying Checksum 00:36:41 00ac8860ef70: Download complete 00:36:44 gofmt -l . 00:36:44 [ "`gofmt -l .`" = "" ] 00:36:44 ./bin/test-go-mod-tidy.sh 00:36:44 ./bin/test-attribution-txt.sh [Pipeline] sh 00:36:46 + ls -al . 00:36:46 total 664 00:36:46 drwxrwxr-x 10 1001 1001 4096 Dec 15 00:36 . 00:36:46 drwxr-xr-x 4 root root 28 Dec 15 00:34 .. 00:36:46 -rw-rw-r-- 1 1001 1001 11 Dec 15 00:31 .dockerignore 00:36:46 drwxrwxr-x 8 1001 1001 179 Dec 15 00:31 .git 00:36:46 drwxrwxr-x 3 1001 1001 125 Dec 15 00:31 .github 00:36:46 -rw-rw-r-- 1 1001 1001 943 Dec 15 00:31 .gitignore 00:36:46 drwx------ 3 1001 1001 47 Dec 15 00:32 .semver 00:36:46 -rw-rw-r-- 1 1001 1001 166 Dec 15 00:31 .sonarcloud.properties 00:36:46 -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:31 CONTRIBUTING.md 00:36:46 -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:31 Dockerfile.build 00:36:46 -rw-rw-r-- 1 1001 1001 863 Dec 15 00:31 Jenkinsfile 00:36:46 -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:31 LICENSE 00:36:46 -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:31 Makefile 00:36:46 -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:31 README.md 00:36:46 -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:31 SECURITY.md 00:36:46 -rw-rw-r-- 1 1001 1001 5 Dec 15 00:32 VERSION 00:36:46 -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:31 ZMQWindows.md 00:36:46 drwxrwxr-x 2 1001 1001 117 Dec 15 00:31 bin 00:36:46 drwxrwxr-x 15 1001 1001 4096 Dec 15 00:31 cmd 00:36:46 -rw-r--r-- 1 root root 567241 Dec 15 00:35 coverage.out 00:36:46 -rw-r--r-- 1 root root 1041 Dec 15 00:36 go.mod 00:36:46 -rw-r--r-- 1 root root 18856 Dec 15 00:36 go.sum 00:36:46 drwxrwxr-x 8 1001 1001 127 Dec 15 00:31 internal 00:36:46 drwxrwxr-x 4 1001 1001 26 Dec 15 00:31 openapi 00:36:46 drwxrwxr-x 4 1001 1001 71 Dec 15 00:31 snap 00:36:46 -rw-rw-r-- 1 1001 1001 168 Dec 15 00:31 version.go [Pipeline] sh 00:36:46 + '[' -e coverage.out ] 00:36:46 + chown 1001:1001 coverage.out [Pipeline] stash 00:36:46 Stashed 1 file(s) [Pipeline] sh 00:36:47 + make build 00:36:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:51 00ac8860ef70: Pull complete 00:36:51 63d7cb157983: Pull complete 00:36:51 b116817d02f9: Pull complete 00:36:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:55 745a02a5169b: Pull complete 00:36:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:55 ---> b7e6874047d6 00:36:55 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:59 ---> Running in e1b56c9d5040 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:02 (1/12) Installing libmagic (5.38-r0) 00:37:03 (2/12) Installing file (5.38-r0) 00:37:03 (3/12) Installing libc-dev (0.7.2-r3) 00:37:03 (4/12) Installing g++ (9.3.0-r2) 00:37:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:37:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37: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 00:37:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:37:28 $ docker stop --time=1 c127bd9904274ac7e2a76c4d1742d39dae30b962778aeb55d6e5a1704b449077 00:37:30 $ docker rm -f c127bd9904274ac7e2a76c4d1742d39dae30b962778aeb55d6e5a1704b449077 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:33 00:37:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:37:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:34 latest: Pulling from edgex-devops/edgex-compose 00:37:34 cbdbe7a5bc2a: Pulling fs layer 00:37:34 ca9280d653b3: Pulling fs layer 00:37:34 7e9c9ca2126c: Pulling fs layer 00:37:35 cbdbe7a5bc2a: Download complete 00:37:35 cbdbe7a5bc2a: Pull complete 00:37:37 ca9280d653b3: Verifying Checksum 00:37:37 ca9280d653b3: Download complete 00:37:39 ca9280d653b3: Pull complete 00:37:42 7e9c9ca2126c: Verifying Checksum 00:37:42 7e9c9ca2126c: Download complete 00:37:50 (5/12) Installing fortify-headers (1.1-r0) 00:37:50 (6/12) Installing patch (2.7.6-r6) 00:37:50 (7/12) Installing build-base (0.5-r2) 00:37:50 (8/12) Installing libsodium (1.0.18-r0) 00:37:50 (9/12) Installing pkgconf (1.7.2-r0) 00:37:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:50 (11/12) Installing libzmq (4.3.3-r0) 00:37:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:50 Executing busybox-1.31.1-r19.trigger 00:37:50 OK: 217 MiB in 51 packages 00:37:52 7e9c9ca2126c: Pull complete 00:37:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:37:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:37:53 prd-centos7-docker-4c-2g-15979 does not seem to be running inside a container 00:37:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:54 Removing intermediate container e1b56c9d5040 00:37:54 ---> dc9f1b84e329 00:37:54 Step 4/7 : WORKDIR /edgex-go 00:37:54 ---> Running in 87b485fc3095 00:37:54 Removing intermediate container 87b485fc3095 00:37:54 ---> cf7190469f67 00:37:54 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:55 $ docker top 4542c4e204974c753db8435f7cb0895601f628f7348f7121cf078bc55d24cd9d -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:55 latest: Pulling from library/docker 00:37:55 a3cc7d3b244e: Pulling fs layer 00:37:55 02a3295e0d61: Pulling fs layer 00:37:55 0f4f2e6d8100: Pulling fs layer 00:37:55 330b718f631f: Pulling fs layer 00:37:55 a93816041522: Pulling fs layer 00:37:55 bdb6da89ff94: Pulling fs layer 00:37:55 2a70c0c122f4: Pulling fs layer 00:37:55 330b718f631f: Waiting 00:37:55 a93816041522: Waiting 00:37:55 bdb6da89ff94: Waiting 00:37:55 2a70c0c122f4: Waiting 00:37:55 02a3295e0d61: Download complete 00:37:55 a3cc7d3b244e: Verifying Checksum 00:37:55 a3cc7d3b244e: Download complete 00:37:55 0f4f2e6d8100: Download complete 00:37:55 a93816041522: Verifying Checksum 00:37:55 a93816041522: Download complete 00:37:56 + docker-compose build --help 00:37:56 + grep parallel 00:37:56 2a70c0c122f4: Download complete 00:37:56 a3cc7d3b244e: Pull complete 00:37:57 bdb6da89ff94: Download complete 00:37:57 02a3295e0d61: Pull complete 00:37:57 330b718f631f: Verifying Checksum 00:37:57 330b718f631f: Download complete 00:37:57 --parallel Build images in parallel. [Pipeline] } 00:37:57 $ docker stop --time=1 4542c4e204974c753db8435f7cb0895601f628f7348f7121cf078bc55d24cd9d 00:37:57 0f4f2e6d8100: Pull complete 00:37:59 $ docker rm -f 4542c4e204974c753db8435f7cb0895601f628f7348f7121cf078bc55d24cd9d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:00 . [Pipeline] withDockerContainer 00:38:00 prd-centos7-docker-4c-2g-15979 does not seem to be running inside a container 00:38:00 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:01 330b718f631f: Pull complete 00:38:02 a93816041522: Pull complete 00:38:02 $ docker top 18cb2b81b7af4ae009652b4d7c37c8c209efc88a2f66c378c7a718b95345e14c -eo pid,comm 00:38:02 bdb6da89ff94: Pull complete 00:38:02 2a70c0c122f4: Pull complete [Pipeline] { [Pipeline] sh 00:38:02 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:38:02 Status: Downloaded newer image for docker:latest 00:38:03 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:04 Building docker-core-command-go ... 00:38:04 Building docker-core-data-go ... 00:38:04 Building docker-core-metadata-go ... 00:38:04 Building docker-security-bootstrap-redis-go ... 00:38:04 Building docker-security-proxy-setup-go ... 00:38:04 Building docker-security-secrets-setup-go ... 00:38:04 Building docker-security-secretstore-setup-go ... 00:38:04 Building docker-support-notifications-go ... 00:38:04 Building docker-support-scheduler-go ... 00:38:04 Building docker-sys-mgmt-agent-go ... 00:38:04 Building docker-security-secrets-setup-go 00:38:04 Building docker-security-bootstrap-redis-go 00:38:04 Building docker-core-metadata-go 00:38:04 Building docker-support-scheduler-go 00:38:04 Building docker-security-proxy-setup-go 00:38:06 ---> 8c75fee0dfa4 00:38:06 Step 6/7 : COPY go.mod . 00:38:07 ---> 4e2d9a11f31f 00:38:07 Step 7/7 : RUN go mod download 00:38:07 ---> Running in 4ad5a7a4b791 00:38:34 Removing intermediate container 4ad5a7a4b791 00:38:34 ---> 2c49744f2407 00:38:34 Successfully built 2c49744f2407 00:38:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:34 + docker inspect -f . ci-base-image-arm64 00:38:34 . [Pipeline] withDockerContainer 00:38:35 prd-ubuntu18.04-docker-arm64-4c-16g-15990 does not seem to be running inside a container 00:38:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:37 $ docker top f616d8f6679309badf4d9ad2471dfc35f9d1b2ed2fb7bbd0b7635edafb366621 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:38 + go version 00:38:38 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:38 $ docker stop --time=1 f616d8f6679309badf4d9ad2471dfc35f9d1b2ed2fb7bbd0b7635edafb366621 00:38:40 $ docker rm -f f616d8f6679309badf4d9ad2471dfc35f9d1b2ed2fb7bbd0b7635edafb366621 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:41 + docker inspect -f . ci-base-image-arm64 00:38:41 . [Pipeline] withDockerContainer 00:38:41 prd-ubuntu18.04-docker-arm64-4c-16g-15990 does not seem to be running inside a container 00:38:41 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:43 $ docker top c4fe8f903e5beb2b3535eec0148c6d78a4b39919773f85ad3b74ad6ccfe92976 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:43 ========================================================= 00:38:43 [edgeXBuildGoParallel] Running Tests and Build... 00:38:43 ========================================================= [Pipeline] sh 00:38:44 + make test 00:38:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 953c95ee825f 00:39:02 Step 3/22 : WORKDIR /edgex-go 00:39:02 ---> 953c95ee825f 00:39:02 Step 3/21 : WORKDIR /edgex-go 00:39:02 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:02 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:39:02 ---> 953c95ee825f 00:39:02 Step 3/29 : WORKDIR /edgex-go 00:39:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 953c95ee825f 00:39:02 Step 3/21 : WORKDIR /edgex-go 00:39:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 953c95ee825f 00:39:02 Step 3/22 : WORKDIR /edgex-go 00:39:02 ---> Running in 1cc523ea7b66 00:39:02 ---> Running in d2e1fc32d9b7 00:39:02 ---> Running in 0feb596199dc 00:39:02 ---> Running in 698ee997e278 00:39:02 ---> Running in 3005b7c2fb33 00:39:02 Removing intermediate container d2e1fc32d9b7 00:39:02 ---> eae189ce140e 00:39:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 Removing intermediate container 3005b7c2fb33 00:39:02 ---> 1743f467eb35 00:39:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 Removing intermediate container 0feb596199dc 00:39:02 ---> fb9d01edfa4b 00:39:02 Step 4/29 : RUN apk update && apk add make git 00:39:02 ---> Running in ca62aa85cf97 00:39:02 Removing intermediate container 698ee997e278 00:39:02 ---> 0c7365741731 00:39:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 Removing intermediate container 1cc523ea7b66 00:39:02 ---> 4b75aea7ae77 00:39:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 ---> Running in 84c92ee28685 00:39:02 ---> Running in a2ef323ade10 00:39:02 ---> Running in f0f4ea296dc0 00:39:02 ---> Running in 63558b74a368 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:02 Removing intermediate container 84c92ee28685 00:39:02 ---> 1e3829705128 00:39:02 Step 5/22 : RUN apk update && apk add make git 00:39:02 Removing intermediate container ca62aa85cf97 00:39:02 ---> 77e49515afff 00:39:02 Step 5/22 : RUN apk update && apk add make git 00:39:02 Removing intermediate container f0f4ea296dc0 00:39:02 ---> 5dee18038eb7 00:39:02 Step 5/21 : RUN apk update && apk add make git 00:39:02 ---> Running in 34addcca9a94 00:39:02 ---> Running in c4588a04a684 00:39:02 Removing intermediate container 63558b74a368 00:39:02 ---> b045fe42a4b9 00:39:02 Step 5/21 : RUN apk update && apk add make git 00:39:02 ---> Running in 8ed61d7d9f14 00:39:02 ---> Running in f16327c670ab 00:39:02 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:02 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:02 OK: 12750 distinct packages available 00:39:02 OK: 233 MiB in 51 packages 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:02 Removing intermediate container a2ef323ade10 00:39:02 ---> 93a9afd958c3 00:39:02 Step 5/29 : COPY go.mod . 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:02 ---> 33f8381716b9 00:39:02 Step 6/29 : RUN go mod download 00:39:02 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:02 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:02 OK: 12750 distinct packages available 00:39:02 ---> Running in 25705192767a 00:39:02 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:02 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:02 OK: 12750 distinct packages available 00:39:03 OK: 233 MiB in 51 packages 00:39:03 OK: 233 MiB in 51 packages 00:39:03 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:03 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:03 OK: 12750 distinct packages available 00:39:03 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:03 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:03 OK: 12750 distinct packages available 00:39:03 OK: 233 MiB in 51 packages 00:39:04 OK: 233 MiB in 51 packages 00:39:04 Removing intermediate container 34addcca9a94 00:39:04 ---> b926d8895707 00:39:04 Step 6/22 : COPY go.mod . 00:39:04 Removing intermediate container c4588a04a684 00:39:04 ---> a33954af9988 00:39:04 Step 6/22 : COPY go.mod . 00:39:04 ---> 36b5179d4f08 00:39:04 Step 7/22 : RUN go mod download 00:39:04 Removing intermediate container f16327c670ab 00:39:04 ---> 0e2c90f300bd 00:39:04 Step 6/21 : COPY go.mod . 00:39:04 ---> Running in d9527f66f124 00:39:04 ---> 212591652e21 00:39:05 Step 7/22 : RUN go mod download 00:39:05 ---> Running in 6ab863914618 00:39:05 Removing intermediate container 8ed61d7d9f14 00:39:05 ---> 358709667256 00:39:05 Step 6/21 : COPY go.mod . 00:39:05 ---> 5642c453f002 00:39:05 Step 7/21 : RUN go mod download 00:39:05 ---> Running in b6d29291c224 00:39:06 ---> cdc365560a1e 00:39:06 Step 7/21 : RUN go mod download 00:39:06 Removing intermediate container 25705192767a 00:39:06 ---> 5825d32e41be 00:39:06 Step 7/29 : COPY . . 00:39:06 ---> Running in 5374b5cbca41 00:39:08 Removing intermediate container d9527f66f124 00:39:08 ---> ffd5081dfdbd 00:39:08 Step 8/22 : COPY . . 00:39:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:12 Removing intermediate container 6ab863914618 00:39:12 ---> 6efb8867d8f6 00:39:12 Step 8/22 : COPY . . 00:39:12 Removing intermediate container b6d29291c224 00:39:12 ---> 402824bf8031 00:39:12 Step 8/21 : COPY . . 00:39:12 Removing intermediate container 5374b5cbca41 00:39:12 ---> 95980a190595 00:39:12 Step 8/21 : COPY . . 00:40:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:01 ---> ca3ded6cf03a 00:40:01 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:40:01 ---> 536fa8ff9126 00:40:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:01 ---> 9673740122a4 00:40:01 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:40:01 ---> 6aac50fc21a2 00:40:01 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:40:01 ---> Running in cea9e1d0bbb9 00:40:01 ---> 6547c74b0c49 00:40:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:40:01 ---> Running in 3023110281c5 00:40:01 ---> Running in fbf7d39ac663 00:40:01 ---> Running in 51a19edfac6a 00:40:01 ---> Running in 5c466dafd623 00:40: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 00:40:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:40:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.067s 00:40:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.338s coverage: 46.6% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:47 Removing intermediate container cea9e1d0bbb9 00:40:47 ---> 5b593f1fa5f3 00:40:47 00:40:47 Step 9/29 : FROM alpine:latest 00:40:47 latest: Pulling from library/alpine 00:40:47 Removing intermediate container fbf7d39ac663 00:40:47 ---> 79242432609f 00:40:47 00:40:47 Step 10/22 : FROM alpine:3.10 00:40:47 3.10: Pulling from library/alpine 00:40:47 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:40:47 Status: Downloaded newer image for alpine:latest 00:40:47 ---> b14afc6dfb98 00:40:47 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:40:48 ---> Running in a8e06580cdd7 00:40:49 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:40:49 Removing intermediate container a8e06580cdd7 00:40:49 ---> 7e8758134caa 00:40:49 Step 11/29 : USER root 00:40:49 Status: Downloaded newer image for alpine:3.10 00:40:49 ---> be4e4bea2c2e 00:40:49 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:40:49 ---> Running in dfdccc073ac0 00:40:49 ---> Running in 4bf94ec516fa 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.712s coverage: 27.1% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.541s coverage: 68.9% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.384s coverage: 82.6% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:50 Removing intermediate container dfdccc073ac0 00:40:50 ---> 03c60f886645 00:40:50 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:40:51 ---> Running in f322d4bc2802 00:40:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:40:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:40:53 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:40:53 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:40:53 OK: 10348 distinct packages available 00:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:53 (1/5) Installing ca-certificates (20191127-r2) 00:40:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:40:53 (3/5) Installing libcurl (7.66.0-r3) 00:40:53 (4/5) Installing curl (7.66.0-r3) 00:40:53 (5/5) Installing dumb-init (1.2.2-r1) 00:40:53 Executing busybox-1.30.1-r3.trigger 00:40:53 Executing ca-certificates-20191127-r2.trigger 00:40:53 OK: 7 MiB in 19 packages 00:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:53 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:53 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:53 OK: 12747 distinct packages available 00:40:54 (1/2) Installing ca-certificates (20191127-r4) 00:40:54 (2/2) Installing dumb-init (1.2.2-r1) 00:40:54 Executing busybox-1.31.1-r19.trigger 00:40:54 Executing ca-certificates-20191127-r4.trigger 00:40:55 OK: 6 MiB in 16 packages 00:40:55 Removing intermediate container 51a19edfac6a 00:40:55 ---> 8b82547e6593 00:40:55 00:40:55 Step 10/21 : FROM scratch 00:40:55 ---> 00:40:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:55 ---> Running in 49b9e85b59ed 00:40:55 Removing intermediate container 3023110281c5 00:40:55 ---> 9b8bf1e00939 00:40:55 00:40:55 Step 10/21 : FROM alpine 00:40:55 ---> b14afc6dfb98 00:40:55 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:40:56 ---> Running in 45c66c58ab2d 00:40:57 Removing intermediate container 49b9e85b59ed 00:40:57 ---> fffa59256572 00:40:57 Step 12/21 : ENV APP_PORT=48085 00:40:58 Removing intermediate container f322d4bc2802 00:40:58 ---> 7c4eb3ea4f18 00:40:58 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:40:58 Removing intermediate container 4bf94ec516fa 00:40:58 ---> fb1eea3cbc4b 00:40:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:40:58 ---> Running in 1a082127be33 00:40:59 ---> Running in 9fca1a4a36cf 00:40:59 ---> Running in d17086707b5c 00:40:59 Removing intermediate container 5c466dafd623 00:40:59 ---> a3645b5e2a74 00:40:59 00:40:59 Step 10/22 : FROM scratch 00:40:59 ---> 00:40:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:59 ---> Using cache 00:40:59 ---> fffa59256572 00:40:59 Step 12/22 : ENV APP_PORT=48081 00:40:59 ---> Running in 368f70102b3d 00:40:59 Removing intermediate container 1a082127be33 00:40:59 ---> e39252088761 00:40:59 Step 13/21 : EXPOSE $APP_PORT 00:40:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:59 Removing intermediate container d17086707b5c 00:40:59 ---> d371ee0c292d 00:40:59 Step 13/22 : WORKDIR / 00:40:59 Removing intermediate container 9fca1a4a36cf 00:40:59 ---> b1c35a9e3ae6 00:40:59 Step 14/29 : WORKDIR $BASE_DIR 00:40:59 ---> Running in 330d1ae03157 00:40:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:59 ---> Running in b96783d1b200 00:40:59 ---> Running in c9fd4fe54b2a 00:40:59 Removing intermediate container 368f70102b3d 00:40:59 ---> 2bf87f58480c 00:40:59 Step 13/22 : EXPOSE $APP_PORT 00:40:59 Removing intermediate container 330d1ae03157 00:40:59 ---> 401fff1fa5a0 00:40:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:40:59 ---> Running in 95362e0b01dd 00:40:59 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:59 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:59 OK: 12747 distinct packages available 00:41:00 (1/4) Installing ca-certificates (20191127-r4) 00:41:00 Removing intermediate container b96783d1b200 00:41:00 ---> 990bab146ca6 00:41:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:41:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:00 Removing intermediate container c9fd4fe54b2a 00:41:00 ---> 10844ea58f57 00:41:00 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:41:00 (3/4) Installing libcurl (7.69.1-r3) 00:41:00 (4/4) Installing curl (7.69.1-r3) 00:41:00 Executing busybox-1.31.1-r19.trigger 00:41:00 Executing ca-certificates-20191127-r4.trigger 00:41:00 OK: 7 MiB in 18 packages 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.413s coverage: 28.6% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.178s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.386s coverage: 86.7% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:00 Removing intermediate container 95362e0b01dd 00:41:00 ---> 9bd9e091a202 00:41:00 Step 14/22 : WORKDIR / 00:41:00 ---> Running in 13a5d7ff6ade 00:41:00 ---> 5de4e3899372 00:41:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:41:00 ---> Running in 8bb64aa487f0 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.424s coverage: 97.5% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.188s coverage: 78.3% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:01 ---> efa41456d973 00:41:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:41:01 Removing intermediate container 8bb64aa487f0 00:41:01 ---> c618cce15f5c 00:41:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:41:02 ---> a4edd94e7aa0 00:41:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:41:02 ---> 211c821b3068 00:41:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:41:02 ---> 30f83a44c87d 00:41:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:41:02 Removing intermediate container 45c66c58ab2d 00:41:02 ---> aebe8f5b7983 00:41:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:02 ---> Running in b9965c1a7fa6 00:41:03 ---> fa8bb557d9e3 00:41:03 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:41:03 ---> 47b295033cb7 00:41:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:41:03 ---> Running in 14371ba82da8 00:41:03 Removing intermediate container b9965c1a7fa6 00:41:03 ---> 040c6b9fbd29 00:41:03 Step 13/21 : WORKDIR /edgex 00:41:03 ---> fad172d84335 00:41:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:41:03 ---> Running in 9ce3b6629306 00:41:04 Removing intermediate container 13a5d7ff6ade 00:41:04 ---> 30a3e9c4b283 00:41:04 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:41:04 Removing intermediate container 14371ba82da8 00:41:04 ---> 72732d2d3744 00:41:04 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:04 ---> cccdcb339df6 00:41:04 Step 18/22 : RUN chmod +x entrypoint.sh 00:41:04 ---> f337838a617a 00:41:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:41:04 ---> Running in 677c61727c3d 00:41:04 ---> Running in 0bdb6ad113e2 00:41:04 Removing intermediate container 9ce3b6629306 00:41:04 ---> 0c63b4f92eee 00:41:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:04 ---> Running in ae3dbdfb48fa 00:41:05 Removing intermediate container 677c61727c3d 00:41:05 ---> b2ad6bfdb50b 00:41:05 Step 19/21 : LABEL arch=x86_64 00:41:05 ---> 0e6798181b1c 00:41:05 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:41:05 ---> c0518749962c 00:41:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:05 ---> Running in 91f418af0d93 00:41:05 Removing intermediate container ae3dbdfb48fa 00:41:05 ---> 877ffb6d869d 00:41:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:05 ---> Running in 62e31133aa65 00:41:05 Removing intermediate container 91f418af0d93 00:41:05 ---> a33110208c97 00:41:05 Step 20/21 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:41:05 ---> 18aba86f2c5c 00:41:05 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:41:05 ---> Running in 3dadc58f5818 00:41:06 Removing intermediate container 62e31133aa65 00:41:06 ---> d41c5fd3baac 00:41:06 Step 20/22 : LABEL arch=x86_64 00:41:06 ---> Running in 255cc613d803 00:41:06 ---> 6f1af6d7b4a0 00:41:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:06 Removing intermediate container 3dadc58f5818 00:41:06 ---> e7bb5d038f92 00:41:06 Step 21/21 : LABEL version=0.0.0 00:41:06 ---> 373da5e02bda 00:41:06 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:41:06 ---> Running in 0c75354bb850 00:41:07 Removing intermediate container 255cc613d803 00:41:07 ---> 97f73b4c017d 00:41:07 Step 21/22 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:41:07 Removing intermediate container 0bdb6ad113e2 00:41:07 ---> c7d2ef164f4e 00:41:07 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:41:07 ---> Running in f4ec796578b9 00:41:07 ---> fdcd74a3ae38 00:41:07 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:41:07 ---> Running in b59b52148183 00:41:07 Removing intermediate container 0c75354bb850 00:41:07 ---> 5966550c7dfa 00:41:07 00:41:07 ---> fb14522ff541 00:41:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:07 ---> Running in 17074a13a700 00:41:07 Removing intermediate container f4ec796578b9 00:41:07 ---> 0591776ed649 00:41:07 Step 22/22 : LABEL version=0.0.0 00:41:07 Removing intermediate container b59b52148183 00:41:07 ---> 08eac3ee1d21 00:41:07 Step 20/22 : LABEL arch=x86_64 00:41:07 ---> Running in c61e088dc296 00:41:08 ---> Running in c500509d40e2 00:41:08 ---> 8c6515f631bb 00:41:08 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:41:08 Removing intermediate container 17074a13a700 00:41:08 ---> eaa1d8a73e16 00:41:08 Step 18/21 : CMD ["--init=true"] 00:41:08 Successfully built 5966550c7dfa 00:41:08 Successfully tagged docker-support-scheduler-go:latest 00:41:08  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:41:08 ---> Running in a803f72e0574 00:41:08 ---> Running in 43ef26ca3d57 00:41:08 Removing intermediate container c61e088dc296 00:41:08 ---> 42a2f51b8e89 00:41:08 00:41:08 Removing intermediate container c500509d40e2 00:41:08 ---> a61aba334035 00:41:08 Step 21/22 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:41:09 ---> Running in a3790d9edeb7 00:41:09 Successfully built 42a2f51b8e89 00:41:09 Removing intermediate container 43ef26ca3d57 00:41:09 ---> 73167dba49ef 00:41:09 Step 19/21 : LABEL arch=x86_64 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.163s coverage: 93.8% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.154s coverage: 75.5% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.111s coverage: 80.8% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements 00:41:09 Successfully tagged docker-core-metadata-go:latest 00:41:09  Building docker-core-metadata-go ... done Building docker-support-notifications-go 00:41:09 ---> Running in 617af800265f 00:41:09 Removing intermediate container a3790d9edeb7 00:41:09 ---> 2ba8296d23d8 00:41:09 Step 22/22 : LABEL version=0.0.0 00:41:09 Removing intermediate container 617af800265f 00:41:09 ---> d8be68d82f89 00:41:09 Step 20/21 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:41:10 ---> Running in 7f3586416778 00:41:10 ---> Running in 48feffdbc64d 00:41:10 Removing intermediate container 7f3586416778 00:41:10 ---> 62b31c99bf55 00:41:10 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.184s coverage: 84.2% of statements 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.4% of statements 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:11 Successfully built 62b31c99bf55 00:41:11 Successfully tagged docker-security-bootstrap-redis-go:latest 00:41:11 Building docker-core-command-go 00:41:12  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 48feffdbc64d 00:41:12 ---> d0d4ca59a9dd 00:41:12 Step 21/21 : LABEL version=0.0.0 00:41:13 Removing intermediate container a803f72e0574 00:41:13 ---> ac302b5ba5dd 00:41:13 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:41:13 ---> Running in a1fbc851ff0d 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.802s coverage: 63.5% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 00:41:15 ---> fb801de9a6b3 00:41:15 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:41:15 Removing intermediate container a1fbc851ff0d 00:41:15 ---> 64e733ddf58d 00:41:15 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 00:41:16 Successfully built 64e733ddf58d 00:41:16 Successfully tagged docker-security-proxy-setup-go:latest 00:41:16  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:41:16 ---> Running in 22a206804e0a 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 00:41:19 Removing intermediate container 22a206804e0a 00:41:19 ---> ee4d3b535287 00:41:19 Step 24/29 : RUN chmod 755 security-secrets-setup 00:41:20 ---> Running in 5be98a88b436 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.922s coverage: 68.9% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:41:24 Removing intermediate container 5be98a88b436 00:41:24 ---> b415e5753ed2 00:41:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:41:24 ---> Running in cfa20a23afaa 00:41:24 Removing intermediate container cfa20a23afaa 00:41:24 ---> 51ae3ca0a3ad 00:41:24 Step 26/29 : CMD [ "generate" ] 00:41:24 ---> Running in e1c9ce185bd8 00:41:24 Removing intermediate container e1c9ce185bd8 00:41:24 ---> 67eed68c9390 00:41:24 Step 27/29 : LABEL arch=x86_64 00:41:24 ---> Running in 2b8d0098769d 00:41:26 Removing intermediate container 2b8d0098769d 00:41:26 ---> 262d7ef4bb9b 00:41:26 Step 28/29 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:41:27 ---> Running in 9038aec3fa5d 00:41:27 Removing intermediate container 9038aec3fa5d 00:41:27 ---> fe871f8e6cfe 00:41:27 Step 29/29 : LABEL version=0.0.0 00:41:28 ---> Running in 1de5183bf2ed 00:41:28 Removing intermediate container 1de5183bf2ed 00:41:28 ---> d73d0ad9b8a7 00:41:28 00:41:28 Successfully built d73d0ad9b8a7 00:41:28 Successfully tagged docker-security-secrets-setup-go:latest 00:41:28 Building docker-security-secretstore-setup-go 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.503s coverage: 86.3% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.347s coverage: 72.2% of statements 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.823s coverage: 72.1% of statements 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.104s coverage: 82.4% of statements 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.095s coverage: 48.4% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.098s coverage: 28.8% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.133s coverage: 96.8% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.408s coverage: 37.0% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.799s coverage: 84.0% of statements 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.380s coverage: 47.1% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.667s coverage: 29.1% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:41:51  Building docker-security-secrets-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:51 ---> 953c95ee825f 00:41:51 Step 3/22 : WORKDIR /edgex-go 00:41:51 ---> 953c95ee825f 00:41:51 Step 3/23 : WORKDIR /edgex-go 00:41:51 ---> Using cache 00:41:51 ---> 4b75aea7ae77 00:41:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:51 ---> Using cache 00:41:51 ---> 4b75aea7ae77 00:41:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:51 ---> Using cache 00:41:51 ---> b045fe42a4b9 00:41:51 Step 5/22 : RUN apk update && apk add make git 00:41:51 ---> Using cache 00:41:51 ---> b045fe42a4b9 00:41:51 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:41:51 ---> Using cache 00:41:51 ---> 0e2c90f300bd 00:41:51 Step 6/22 : COPY go.mod . 00:41:51 ---> Using cache 00:41:51 ---> 5642c453f002 00:41:51 Step 7/22 : RUN go mod download 00:41:51 ---> Using cache 00:41:51 ---> 402824bf8031 00:41:51 Step 8/22 : COPY . . 00:41:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:41:51 ---> 953c95ee825f 00:41:51 Step 3/24 : WORKDIR /edgex-go 00:41:51 ---> Using cache 00:41:51 ---> 4b75aea7ae77 00:41:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:51 ---> Using cache 00:41:51 ---> b045fe42a4b9 00:41:51 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:41:51 ---> Using cache 00:41:51 ---> 536fa8ff9126 00:41:51 Step 9/22 : RUN make cmd/core-command/core-command 00:41:51 ---> Running in 35d146d52575 00:41:51 ---> Running in 9a19418e49b4 00:41:51 ---> Running in 5ec1a12686cc 00:41:52 GO111MODULE=on go vet ./... 00:41:55 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:41:55 ---> 953c95ee825f 00:41:55 Step 3/27 : WORKDIR /edgex-go 00:41:55 ---> Using cache 00:41:55 ---> 4b75aea7ae77 00:41:55 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:55 ---> Using cache 00:41:55 ---> b045fe42a4b9 00:41:55 Step 5/27 : RUN apk update && apk add make bash git 00:41:55 ---> Running in 2109755e7618 00:41: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 00:41:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:58 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:58 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:58 OK: 12750 distinct packages available 00:41:59 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:59 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:59 OK: 12750 distinct packages available 00:41:59 OK: 233 MiB in 51 packages 00:41:59 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:59 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:59 OK: 12750 distinct packages available 00:41:59 OK: 233 MiB in 51 packages 00:41:59 OK: 233 MiB in 51 packages 00:42:03 Removing intermediate container 35d146d52575 00:42:03 ---> 528407511325 00:42:03 Step 6/24 : COPY go.mod . 00:42:03 Removing intermediate container 2109755e7618 00:42:03 ---> 4717f101db2d 00:42:03 Step 6/27 : COPY go.mod . 00:42:03 Removing intermediate container 9a19418e49b4 00:42:03 ---> d02434370d0f 00:42:03 Step 6/23 : COPY go.mod . 00:42:04 ---> 796d5c93a7c7 00:42:04 Step 7/24 : RUN go mod download 00:42:04 ---> Running in e740d1553825 00:42:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:42:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:42:05 ---> 953c95ee825f 00:42:05 Step 3/24 : WORKDIR /edgex-go 00:42:05 ---> Using cache 00:42:05 ---> 4b75aea7ae77 00:42:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:05 ---> Using cache 00:42:05 ---> b045fe42a4b9 00:42:05 Step 5/24 : RUN apk update && apk add make git 00:42:05 ---> Using cache 00:42:05 ---> 0e2c90f300bd 00:42:05 Step 6/24 : COPY go.mod . 00:42:05 ---> Using cache 00:42:05 ---> 5642c453f002 00:42:05 Step 7/24 : RUN go mod download 00:42:05 ---> Using cache 00:42:05 ---> 402824bf8031 00:42:05 Step 8/24 : COPY . . 00:42:05 ---> Using cache 00:42:05 ---> 536fa8ff9126 00:42:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:42:05 ---> 2de4992b4218 00:42:05 Step 7/23 : RUN go mod download 00:42:05 ---> ed457db56c1d 00:42:05 Step 7/27 : RUN go mod download 00:42:05 ---> Running in 8d7572caf691 00:42:05 ---> Running in 418ea9f6c56b 00:42:05 ---> Running in 0036f71daf56 00:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:09 Removing intermediate container 0036f71daf56 00:42:09 ---> 9fcbcc05072b 00:42:09 Step 8/27 : COPY . . 00:42:09 Removing intermediate container 418ea9f6c56b 00:42:09 ---> baac5641f6a7 00:42:09 Step 8/23 : COPY . . 00:42:10 Removing intermediate container e740d1553825 00:42:10 ---> 0b2171f6381c 00:42:10 Step 8/24 : COPY . . 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:50 Removing intermediate container 5ec1a12686cc 00:42:50 ---> 8b9d53d8976c 00:42:50 00:42:50 Step 10/22 : FROM scratch 00:42:50 ---> 00:42:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:52 ---> Using cache 00:42:52 ---> fffa59256572 00:42:52 Step 12/22 : ENV APP_PORT=48082 00:42:53 ---> Running in 9cd7e99deecc 00:42:54 Removing intermediate container 9cd7e99deecc 00:42:54 ---> 6153cebb29bc 00:42:54 Step 13/22 : EXPOSE $APP_PORT 00:42:55 ---> Running in 9a73eede36f6 00:42:57 Removing intermediate container 9a73eede36f6 00:42:57 ---> 360b00385644 00:42:57 Step 14/22 : WORKDIR / 00:42:57 Removing intermediate container 8d7572caf691 00:42:57 ---> 994229bac752 00:42:57 00:42:57 Step 10/24 : FROM alpine:3.10 00:42:58 ---> be4e4bea2c2e 00:42:58 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:42:58 ---> Using cache 00:42:58 ---> fb1eea3cbc4b 00:42:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:59 ---> Running in 13eb26c9dace 00:42:59 ---> Running in 312f1d7ed2cc 00:42:59 ---> 2e90880c3a3d 00:42:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:42:59 ---> 626e4cc818cf 00:42:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:42:59 ---> Running in f5e4490b3365 00:42:59 Removing intermediate container 13eb26c9dace 00:42:59 ---> 6e68f5ea625f 00:42:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:43:00 ---> Running in 99d6df443571 00:43:00 Removing intermediate container 312f1d7ed2cc 00:43:00 ---> 1f54ad2e3135 00:43:00 Step 13/24 : WORKDIR / 00:43:00 ---> 98092b1003e3 00:43:00 Step 9/23 : RUN make cmd/core-data/core-data 00:43:00 ---> Running in d4308103f89e 00:43:00 ---> Running in c08b1d0ff068 00:43:00 ---> caff09173d2d 00:43:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:43:01 Removing intermediate container d4308103f89e 00:43:01 ---> 1c625aa7df44 00:43:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:43:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:02 ---> 1c41175f60ed 00:43:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:43:02 ---> f26aa90516ec 00:43:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:43:03 ---> 341927defeb7 00:43:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:43:03 ---> 1e7257603564 00:43:03 Step 18/22 : ENTRYPOINT ["/core-command"] 00:43:03 ---> Running in 9a54b56a263b 00:43:03 ---> dd73804c8324 00:43:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:43:03 Removing intermediate container 9a54b56a263b 00:43:03 ---> 78e3aa430327 00:43:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:04 ---> Running in 7dac8301aec7 00:43:05 Removing intermediate container 7dac8301aec7 00:43:05 ---> 9fdd2a986c4b 00:43:05 Step 20/22 : LABEL arch=x86_64 00:43:05 ---> Running in d06cde533263 00:43:05 ---> 1503cc9e07a9 00:43:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:43:06 Removing intermediate container d06cde533263 00:43:06 ---> 067c573dcd87 00:43:06 Step 21/22 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:43:06 ---> Running in 67f87050aa2b 00:43:06 ---> bd4357a4e322 00:43:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:43:06 Removing intermediate container 67f87050aa2b 00:43:06 ---> 1826de385c10 00:43:06 Step 22/22 : LABEL version=0.0.0 00:43:06 ---> Running in b46b613c3dda 00:43:07 Removing intermediate container b46b613c3dda 00:43:07 ---> 61d817b611de 00:43:07 00:43:07 ---> 5fb430b32aff 00:43:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:43:08 ---> Running in 1aa41860eeb1 00:43:08 Successfully built 61d817b611de 00:43:08 Successfully tagged docker-core-command-go:latest 00:43:11  Building docker-core-command-go ... done Removing intermediate container 1aa41860eeb1 00:43:11 ---> 29f4ce5030d5 00:43:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:43:11 ---> Running in cff1ac09ffc3 00:43:12 Removing intermediate container cff1ac09ffc3 00:43:12 ---> 506da8036a58 00:43:12 Step 22/24 : LABEL arch=x86_64 00:43:12 ---> Running in c7ca33aa6c08 00:43:12 Removing intermediate container c7ca33aa6c08 00:43:12 ---> cd1a14f0044d 00:43:12 Step 23/24 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:43:12 ---> Running in 86307c34f507 00:43:13 Removing intermediate container 86307c34f507 00:43:13 ---> fc3a8eca7563 00:43:13 Step 24/24 : LABEL version=0.0.0 00:43:13 ---> Running in 1e90ae2f2765 00:43:13 gofmt -l . 00:43:13 [ "`gofmt -l .`" = "" ] 00:43:14 Removing intermediate container 1e90ae2f2765 00:43:14 ---> a34c34a1787b 00:43:14 00:43:14 ./bin/test-go-mod-tidy.sh 00:43:14 Successfully built a34c34a1787b 00:43:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:43:15 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:20 + ls -al . 00:43:20 total 692 00:43:20 drwxrwxr-x 9 1001 1001 4096 Dec 15 00:43 . 00:43:20 drwxr-xr-x 4 root root 4096 Dec 15 00:38 .. 00:43:20 -rw-rw-r-- 1 1001 1001 11 Dec 15 00:36 .dockerignore 00:43:20 drwxrwxr-x 8 1001 1001 4096 Dec 15 00:36 .git 00:43:20 drwxrwxr-x 3 1001 1001 4096 Dec 15 00:36 .github 00:43:20 -rw-rw-r-- 1 1001 1001 943 Dec 15 00:36 .gitignore 00:43:20 -rw-rw-r-- 1 1001 1001 166 Dec 15 00:36 .sonarcloud.properties 00:43:20 -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:36 CONTRIBUTING.md 00:43:20 -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:36 Dockerfile.build 00:43:20 -rw-rw-r-- 1 1001 1001 863 Dec 15 00:36 Jenkinsfile 00:43:20 -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:36 LICENSE 00:43:20 -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:36 Makefile 00:43:20 -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:36 README.md 00:43:20 -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:36 SECURITY.md 00:43:20 -rw-rw-r-- 1 1001 1001 5 Dec 15 00:32 VERSION 00:43:20 -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:36 ZMQWindows.md 00:43:20 drwxrwxr-x 2 1001 1001 4096 Dec 15 00:36 bin 00:43:20 drwxrwxr-x 15 1001 1001 4096 Dec 15 00:36 cmd 00:43:20 -rw-r--r-- 1 root root 567241 Dec 15 00:41 coverage.out 00:43:20 -rw-r--r-- 1 root root 1041 Dec 15 00:43 go.mod 00:43:20 -rw-r--r-- 1 root root 18856 Dec 15 00:43 go.sum 00:43:20 drwxrwxr-x 8 1001 1001 4096 Dec 15 00:36 internal 00:43:20 drwxrwxr-x 4 1001 1001 4096 Dec 15 00:36 openapi 00:43:20 drwxrwxr-x 4 1001 1001 4096 Dec 15 00:36 snap 00:43:20 -rw-rw-r-- 1 1001 1001 168 Dec 15 00:36 version.go [Pipeline] sh 00:43:20 + '[' -e coverage.out ] 00:43:20 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:20 Warning: overwriting stash ‘coverage-report’ 00:43:22 Stashed 1 file(s) [Pipeline] sh 00:43:22 + make build 00:43:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container f5e4490b3365 00:43:42 ---> bfac9ad64f72 00:43:42 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:43:42 ---> Running in 12a08c1ecb15 00:43:42 Removing intermediate container 99d6df443571 00:43:42 ---> f9a2e1e829f3 00:43:42 00:43:42 Step 10/24 : FROM scratch 00:43:42 ---> 00:43:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:43:42 ---> Running in 70bc8c2ed8a6 00:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:42 Removing intermediate container 70bc8c2ed8a6 00:43:42 ---> 92a8119e5872 00:43:42 Step 12/24 : ENV APP_PORT=48060 00:43:42 ---> Running in 7fb77d49520c 00:43:42 Removing intermediate container 7fb77d49520c 00:43:42 ---> f9cb6738aeb9 00:43:42 Step 13/24 : EXPOSE $APP_PORT 00:43:42 ---> Running in 9d256ccd767f 00:43:42 Removing intermediate container 9d256ccd767f 00:43:42 ---> 54dcce58e468 00:43:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:43:42 ---> 5e4e4c98ed69 00:43:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:43:42 Removing intermediate container 12a08c1ecb15 00:43:42 ---> 75ea38db33f9 00:43:42 00:43:42 Step 11/27 : FROM docker:latest 00:43:42 ---> aefe523efa57 00:43:42 Step 12/27 : RUN apk add --no-cache bash 00:43:43 ---> Running in 835a7f149b0c 00:43:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:44 ---> 23e958236f8b 00:43:44 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:43:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:45 (1/2) Installing readline (8.0.4-r0) 00:43:45 (2/2) Installing bash (5.0.17-r0) 00:43:45 Executing bash-5.0.17-r0.post-install 00:43:45 Executing busybox-1.31.1-r19.trigger 00:43:45 OK: 12 MiB in 22 packages 00:43:47 ---> 4561a8a39ef2 00:43:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:43:48 ---> 047a81f1d303 00:43:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:43:48 Removing intermediate container 835a7f149b0c 00:43:48 ---> 7b6577ec0643 00:43:48 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:43:48 Removing intermediate container c08b1d0ff068 00:43:48 ---> 1a083a3b9c85 00:43:48 00:43:48 Step 10/23 : FROM alpine 00:43:48 ---> b14afc6dfb98 00:43:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:48 ---> Running in fcc3045f27fc 00:43:48 ---> Running in 4ad6b07daf33 00:43:48 Removing intermediate container 4ad6b07daf33 00:43:48 ---> 12f8a234a735 00:43:48 Step 12/23 : ENV APP_PORT=48080 00:43:49 ---> Running in 60b845d38709 00:43:49 ---> 6a7f1c9c3613 00:43:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:43:49 Removing intermediate container 60b845d38709 00:43:49 ---> 94c2ea258203 00:43:49 Step 13/23 : EXPOSE $APP_PORT 00:43:49 ---> Running in 6a1e57006350 00:43:49 ---> aaaa31e11f0b 00:43:49 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:43:50 ---> Running in fb3e42660326 00:43:50 Removing intermediate container 6a1e57006350 00:43:50 ---> 934cee50a180 00:43:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:50 ---> Running in 7d1304fd718a 00:43:50 Removing intermediate container fcc3045f27fc 00:43:50 ---> f28bf9c2463e 00:43:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:43:50 Removing intermediate container fb3e42660326 00:43:50 ---> 546dc8d93550 00:43:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:50 ---> Running in 7c701d1df9be 00:43:50 ---> Running in fc3d3da940b0 00:43:51 Removing intermediate container 7c701d1df9be 00:43:51 ---> b06648866ccd 00:43:51 Step 15/27 : ENV APP_PORT=48090 00:43:51 Removing intermediate container fc3d3da940b0 00:43:51 ---> f4c35d491659 00:43:51 Step 22/24 : LABEL arch=x86_64 00:43:51 ---> Running in 21c6d2d04b77 00:43:51 ---> Running in 0aa236701df3 00:43:51 Removing intermediate container 21c6d2d04b77 00:43:51 ---> 1364c9efc059 00:43:51 Step 16/27 : EXPOSE $APP_PORT 00:43:51 Removing intermediate container 0aa236701df3 00:43:51 ---> fed0ca75b4cc 00:43:51 Step 23/24 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:43:51 ---> Running in 0b474451c368 00:43:51 ---> Running in 87941cd2e447 00:43:52 Removing intermediate container 0b474451c368 00:43:52 ---> f2a65ff9a790 00:43:52 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:43:52 Removing intermediate container 87941cd2e447 00:43:52 ---> 10074b2f67e8 00:43:52 Step 24/24 : LABEL version=0.0.0 00:43:52 ---> Running in f9c5f583df67 00:43:52 Removing intermediate container 7d1304fd718a 00:43:52 ---> 3c58366344ee 00:43:52 Step 15/23 : RUN apk --no-cache add zeromq 00:43:52 ---> Running in 7ef92251657b 00:43:52 ---> 97d54c7d96cc 00:43:52 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:43:52 Removing intermediate container f9c5f583df67 00:43:52 ---> 502975717b7e 00:43:52 00:43:53 Successfully built 502975717b7e 00:43:53 ---> 2eac7c546756 00:43:53 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:43:53 Successfully tagged docker-support-notifications-go:latest 00:43:53  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:54 ---> 573b825f8772 00:43:54 Step 20/27 : RUN apk --no-cache add py3-pip 00:43:54 ---> Running in 26e8887ca13d 00:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:55 (1/5) Installing libgcc (9.3.0-r2) 00:43:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:55 (2/5) Installing libsodium (1.0.18-r0) 00:43:55 (3/5) Installing libstdc++ (9.3.0-r2) 00:43:55 (1/33) Installing libbz2 (1.0.8-r1) 00:43:55 (2/33) Installing expat (2.2.9-r1) 00:43:55 (3/33) Installing libffi (3.3-r2) 00:43:55 (4/33) Installing gdbm (1.13-r1) 00:43:55 (5/33) Installing xz-libs (5.2.5-r0) 00:43:55 (6/33) Installing sqlite-libs (3.32.1-r0) 00:43:55 (7/33) Installing python3 (3.8.5-r0) 00:43:55 (4/5) Installing libzmq (4.3.3-r0) 00:43:56 (5/5) Installing zeromq (4.3.3-r0) 00:43:56 Executing busybox-1.31.1-r19.trigger 00:43:56 OK: 8 MiB in 19 packages 00:44:00 (8/33) Installing py3-appdirs (1.4.4-r1) 00:44:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:44:00 (10/33) Installing py3-parsing (2.4.7-r0) 00:44:00 (11/33) Installing py3-six (1.15.0-r0) 00:44:00 (12/33) Installing py3-packaging (20.4-r0) 00:44:00 (13/33) Installing py3-setuptools (47.0.0-r0) 00:44:00 (14/33) Installing py3-chardet (3.0.4-r4) 00:44:00 (15/33) Installing py3-idna (2.9-r0) 00:44:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:44:01 Removing intermediate container 7ef92251657b 00:44:01 ---> 0520418e49ff 00:44:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:44:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:44:01 (18/33) Installing py3-requests (2.23.0-r0) 00:44:01 (19/33) Installing py3-msgpack (1.0.0-r0) 00:44:01 (20/33) Installing py3-lockfile (0.12.2-r3) 00:44:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:44:01 (22/33) Installing py3-colorama (0.4.3-r0) 00:44:01 (23/33) Installing py3-distlib (0.3.0-r0) 00:44:01 (24/33) Installing py3-distro (1.5.0-r1) 00:44:01 (25/33) Installing py3-webencodings (0.5.1-r3) 00:44:01 (26/33) Installing py3-html5lib (1.0.1-r4) 00:44:01 (27/33) Installing py3-pytoml (0.1.21-r0) 00:44:02 (28/33) Installing py3-pep517 (0.8.2-r0) 00:44:02 ---> 945b6ab96885 00:44:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:44:02 (29/33) Installing py3-progress (1.5-r0) 00:44:02 (30/33) Installing py3-toml (0.10.1-r0) 00:44:02 (31/33) Installing py3-retrying (1.3.3-r0) 00:44:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:44:02 (33/33) Installing py3-pip (20.1.1-r0) 00:44:02 Executing busybox-1.31.1-r19.trigger 00:44:02 OK: 71 MiB in 55 packages 00:44:04 ---> 21bea9c948bb 00:44:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:44:05 ---> 551a5b5b47a8 00:44:05 Step 19/23 : ENTRYPOINT ["/core-data"] 00:44:07 ---> Running in 19692e4ab517 00:44:08 Removing intermediate container 19692e4ab517 00:44:08 ---> 293369c1c0f2 00:44:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:09 ---> Running in 7fe22b9f124c 00:44:09 Removing intermediate container 26e8887ca13d 00:44:09 ---> b585f0322788 00:44:09 Step 21/27 : RUN pip install docker-compose==1.23.2 00:44:09 ---> Running in c2d14fa32b5a 00:44:09 Removing intermediate container 7fe22b9f124c 00:44:09 ---> 0d5ce2942966 00:44:09 Step 21/23 : LABEL arch=x86_64 00:44:09 ---> Running in 36d87e67f528 00:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:10 Removing intermediate container 36d87e67f528 00:44:10 ---> a5e80f05b15f 00:44:10 Step 22/23 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:44:10 ---> Running in 349166cd6865 00:44:10 Removing intermediate container 349166cd6865 00:44:10 ---> 8c0fa3530f97 00:44:10 Step 23/23 : LABEL version=0.0.0 00:44:10 ---> Running in 1e13003dcb0b 00:44:10 Removing intermediate container 1e13003dcb0b 00:44:10 ---> 0fac94e3c081 00:44:10 00:44:11 Successfully built 0fac94e3c081 00:44:11 Successfully tagged docker-core-data-go:latest 00:44:11  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:44:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:44:12 Collecting docker<4.0,>=3.6.0 00:44:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:44:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:44:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:44:12 Collecting PyYAML<4,>=3.10 00:44:12 Downloading PyYAML-3.13.tar.gz (270 kB) 00:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:14 Collecting cached-property<2,>=1.2.0 00:44:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:44:14 Collecting dockerpty<0.5,>=0.4.1 00:44:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:44:14 Collecting docopt<0.7,>=0.6.1 00:44:14 Downloading docopt-0.6.2.tar.gz (25 kB) 00:44:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:44:15 Collecting texttable<0.10,>=0.9.0 00:44:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:44:16 Collecting websocket-client<1.0,>=0.32.0 00:44:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:44:16 Collecting jsonschema<3,>=2.5.1 00:44:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:44:16 Collecting docker-pycreds>=0.4.0 00:44:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:44:16 Collecting idna<2.8,>=2.5 00:44:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:44:16 Collecting urllib3<1.25,>=1.21.1 00:44:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:44:16 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:44:16 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:44:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:44:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:44:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:44:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:44:17 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, PyYAML, cached-property, dockerpty, docopt, texttable, jsonschema, docker-compose 00:44:17 Attempting uninstall: idna 00:44:17 Found existing installation: idna 2.9 00:44:17 Uninstalling idna-2.9: 00:44:17 Successfully uninstalled idna-2.9 00:44:17 Attempting uninstall: urllib3 00:44:17 Found existing installation: urllib3 1.25.9 00:44:17 Uninstalling urllib3-1.25.9: 00:44:18 Successfully uninstalled urllib3-1.25.9 00:44:18 Attempting uninstall: requests 00:44:18 Found existing installation: requests 2.23.0 00:44:18 Uninstalling requests-2.23.0: 00:44:18 Successfully uninstalled requests-2.23.0 00:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:18 Running setup.py install for PyYAML: started 00:44:19 Running setup.py install for PyYAML: finished with status 'done' 00:44:19 Running setup.py install for dockerpty: started 00:44:20 Running setup.py install for dockerpty: finished with status 'done' 00:44:20 Running setup.py install for docopt: started 00:44:20 Running setup.py install for docopt: finished with status 'done' 00:44:20 Running setup.py install for texttable: started 00:44:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:21 Running setup.py install for texttable: finished with status 'done' 00:44:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:44:25 Removing intermediate container c2d14fa32b5a 00:44:25 ---> 738ab09d5c2a 00:44:25 Step 22/27 : RUN apk --no-cache add curl 00:44:25 ---> Running in cf634d5c44a4 00:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:44:25 (2/3) Installing libcurl (7.69.1-r3) 00:44:26 (3/3) Installing curl (7.69.1-r3) 00:44:26 Executing busybox-1.31.1-r19.trigger 00:44:26 OK: 72 MiB in 58 packages 00:44:27 Removing intermediate container cf634d5c44a4 00:44:27 ---> 877605cceb7f 00:44:27 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:44:27 ---> Running in 5aae409ef579 00:44:27 Removing intermediate container 5aae409ef579 00:44:27 ---> 39356f70689a 00:44:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:27 ---> Running in 44e79ddf9b12 00:44:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:27 Removing intermediate container 44e79ddf9b12 00:44:27 ---> 835859489945 00:44:27 Step 25/27 : LABEL arch=x86_64 00:44:27 ---> Running in dc0bfcc85f96 00:44:27 Removing intermediate container dc0bfcc85f96 00:44:27 ---> bb790d78ff39 00:44:27 Step 26/27 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:44:27 ---> Running in aac6c4ed3898 00:44:28 Removing intermediate container aac6c4ed3898 00:44:28 ---> 641605aa28a4 00:44:28 Step 27/27 : LABEL version=0.0.0 00:44:28 ---> Running in 74bda060e3bf 00:44:28 Removing intermediate container 74bda060e3bf 00:44:28 ---> 20eefb096e2a 00:44:28 00:44:28 Successfully built 20eefb096e2a 00:44:28 Successfully tagged docker-sys-mgmt-agent-go:latest 00:44:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:44:29 $ docker stop --time=1 18cb2b81b7af4ae009652b4d7c37c8c209efc88a2f66c378c7a718b95345e14c 00:44:32 $ docker rm -f 18cb2b81b7af4ae009652b4d7c37c8c209efc88a2f66c378c7a718b95345e14c [Pipeline] // withDockerContainer [Pipeline] sh 00:44:32 + docker images 00:44:32 + grep docker 00:44:33 docker-sys-mgmt-agent-go latest 20eefb096e2a 4 seconds ago 313MB 00:44:33 docker-core-data-go latest 0fac94e3c081 22 seconds ago 23.8MB 00:44:33 docker-support-notifications-go latest 502975717b7e 40 seconds ago 13.6MB 00:44:33 docker-security-secretstore-setup-go latest a34c34a1787b About a minute ago 24.7MB 00:44:33 docker-core-command-go latest 61d817b611de About a minute ago 12.2MB 00:44:33 docker-security-secrets-setup-go latest d73d0ad9b8a7 3 minutes ago 23.9MB 00:44:33 docker-security-proxy-setup-go latest 64e733ddf58d 3 minutes ago 24.5MB 00:44:33 docker-security-bootstrap-redis-go latest 62b31c99bf55 3 minutes ago 15.8MB 00:44:33 docker-core-metadata-go latest 42a2f51b8e89 3 minutes ago 14.5MB 00:44:33 docker-support-scheduler-go latest 5966550c7dfa 3 minutes ago 12.3MB 00:44:33 docker latest aefe523efa57 3 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:48 Still waiting to schedule task 00:44:48 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:44:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:45:04 $ docker stop --time=1 c4fe8f903e5beb2b3535eec0148c6d78a4b39919773f85ad3b74ad6ccfe92976 00:45:06 $ docker rm -f c4fe8f903e5beb2b3535eec0148c6d78a4b39919773f85ad3b74ad6ccfe92976 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:09 00:45:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:09 latest: Pulling from edgex-devops/edgex-compose-arm64 00:45:09 29e5d40040c1: Pulling fs layer 00:45:09 1ce36da41761: Pulling fs layer 00:45:09 25b303627fd3: Pulling fs layer 00:45:10 29e5d40040c1: Verifying Checksum 00:45:10 29e5d40040c1: Download complete 00:45:10 1ce36da41761: Verifying Checksum 00:45:10 1ce36da41761: Download complete 00:45:10 29e5d40040c1: Pull complete 00:45:12 1ce36da41761: Pull complete 00:45:12 25b303627fd3: Download complete 00:45:22 25b303627fd3: Pull complete 00:45:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:23 prd-ubuntu18.04-docker-arm64-4c-16g-15990 does not seem to be running inside a container 00:45:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:26 $ docker top a273cbff8a9f1eadf10dd31d9d4973810ac4920717d990ea7b44d1448d2e0fdb -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:27 + docker-compose build --help 00:45:27 + grep parallel 00:45:34 --parallel Build images in parallel. [Pipeline] } 00:45:34 $ docker stop --time=1 a273cbff8a9f1eadf10dd31d9d4973810ac4920717d990ea7b44d1448d2e0fdb 00:45:36 $ docker rm -f a273cbff8a9f1eadf10dd31d9d4973810ac4920717d990ea7b44d1448d2e0fdb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:37 . [Pipeline] withDockerContainer 00:45:37 prd-ubuntu18.04-docker-arm64-4c-16g-15990 does not seem to be running inside a container 00:45:38 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 00:45:39 $ docker top a3d7ebad83c7688dfaedfaa8cae9627f1f58b426f0926704b5ff178d2fea8b27 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:40 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:49 Building docker-core-command-go ... 00:45:49 Building docker-core-data-go ... 00:45:49 Building docker-core-metadata-go ... 00:45:49 Building docker-security-bootstrap-redis-go ... 00:45:49 Building docker-security-proxy-setup-go ... 00:45:49 Building docker-security-secrets-setup-go ... 00:45:49 Building docker-security-secretstore-setup-go ... 00:45:49 Building docker-support-notifications-go ... 00:45:49 Building docker-support-scheduler-go ... 00:45:49 Building docker-sys-mgmt-agent-go ... 00:45:49 Building docker-security-bootstrap-redis-go 00:45:49 Building docker-security-proxy-setup-go 00:45:49 Building docker-security-secretstore-setup-go 00:45:49 Building docker-core-command-go 00:45:49 Building docker-support-notifications-go 00:47:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:10 ---> 2c49744f2407 00:47:10 Step 3/22 : WORKDIR /edgex-go 00:47:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:10 ---> 2c49744f2407 00:47:10 Step 3/21 : WORKDIR /edgex-go 00:47:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:10 ---> 2c49744f2407 00:47:10 Step 3/24 : WORKDIR /edgex-go 00:47:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:10 ---> 2c49744f2407 00:47:10 Step 3/24 : WORKDIR /edgex-go 00:47:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:10 ---> 2c49744f2407 00:47:10 Step 3/22 : WORKDIR /edgex-go 00:47:10 ---> Running in ff7ee7078872 00:47:10 ---> Running in 823cf20220fe 00:47:10 ---> Running in 99fd7c1f59b1 00:47:10 ---> Running in 2dfe9c7715f0 00:47:10 ---> Running in b31d57cdd810 00:47:10 Removing intermediate container 823cf20220fe 00:47:10 ---> 49b7510c6278 00:47:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:10 Removing intermediate container 99fd7c1f59b1 00:47:10 ---> 7e2688c1996d 00:47:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:10 Removing intermediate container b31d57cdd810 00:47:10 ---> bd458e1c6869 00:47:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:10 Removing intermediate container ff7ee7078872 00:47:10 ---> 64c8a9bf3e95 00:47:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:10 Removing intermediate container 2dfe9c7715f0 00:47:10 ---> 595de3223715 00:47:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:10 ---> Running in 54a7b51bfe9e 00:47:10 ---> Running in c2cefdb2e638 00:47:10 ---> Running in d14398704618 00:47:10 ---> Running in c291392fb346 00:47:10 ---> Running in 1e1973d0305e 00:47:10 Removing intermediate container 54a7b51bfe9e 00:47:10 ---> 1d0b35616936 00:47:10 Step 5/24 : RUN apk update && apk add make git 00:47:10 ---> Running in cd22ceb77b02 00:47:10 Removing intermediate container d14398704618 00:47:10 ---> e1904442e510 00:47:10 Step 5/22 : RUN apk update && apk add make git 00:47:10 Removing intermediate container c2cefdb2e638 00:47:10 ---> 01c7ebea3c03 00:47:10 Step 5/21 : RUN apk update && apk add make git 00:47:10 ---> Running in cd262727aa22 00:47:10 ---> Running in 30f5661ea302 00:47:10 Removing intermediate container c291392fb346 00:47:10 ---> ded955de7375 00:47:10 Step 5/22 : RUN apk update && apk add make git 00:47:10 Removing intermediate container 1e1973d0305e 00:47:10 ---> 77c946fb576e 00:47:10 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:47:10 ---> Running in 94d89dd6c6b6 00:47:10 ---> Running in 5ab51b794025 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:11 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:11 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:11 OK: 12620 distinct packages available 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:12 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:12 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:12 OK: 12620 distinct packages available 00:47:12 OK: 217 MiB in 51 packages 00:47:12 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:12 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:12 OK: 12620 distinct packages available 00:47:12 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:12 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:12 OK: 12620 distinct packages available 00:47:12 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:12 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:12 OK: 12620 distinct packages available 00:47:13 OK: 217 MiB in 51 packages 00:47:13 OK: 217 MiB in 51 packages 00:47:13 OK: 217 MiB in 51 packages 00:47:14 OK: 217 MiB in 51 packages 00:47:14 Removing intermediate container cd22ceb77b02 00:47:14 ---> a06748fa897b 00:47:14 Step 6/24 : COPY go.mod . 00:47:15 Removing intermediate container cd262727aa22 00:47:15 ---> 2f2eca4d62ef 00:47:15 Step 6/22 : COPY go.mod . 00:47:15 ---> 18ce61908fcd 00:47:15 Step 7/24 : RUN go mod download 00:47:15 Removing intermediate container 94d89dd6c6b6 00:47:15 ---> 7e235eb4cecb 00:47:15 Step 6/22 : COPY go.mod . 00:47:15 Removing intermediate container 30f5661ea302 00:47:15 ---> e89fa66ea367 00:47:15 Step 6/21 : COPY go.mod . 00:47:15 ---> Running in c9cb0ea8d1e5 00:47:15 Removing intermediate container 5ab51b794025 00:47:15 ---> abfda4a72c87 00:47:15 Step 6/24 : COPY go.mod . 00:47:16 ---> f3970e83ce40 00:47:16 Step 7/22 : RUN go mod download 00:47:16 ---> Running in 4c2f2086ad2c 00:47:16 ---> 8cd0a709d1f8 00:47:16 Step 7/22 : RUN go mod download 00:47:16 ---> Running in 2b4489fac5d8 00:47:16 ---> 0f3c3f4aae0f 00:47:16 ---> afd887a998e3 00:47:16 Step 7/21 : RUN go mod downloadStep 7/24 : RUN go mod download 00:47:16 00:47:17 ---> Running in 528bcf2aa91a 00:47:17 ---> Running in 57bb08b8a975 00:47:19 Removing intermediate container c9cb0ea8d1e5 00:47:19 ---> 117a8524002f 00:47:19 Step 8/24 : COPY . . 00:47:20 Removing intermediate container 4c2f2086ad2c 00:47:20 ---> fcfe38979a20 00:47:20 Step 8/22 : COPY . . 00:47:21 Removing intermediate container 2b4489fac5d8 00:47:21 ---> 4625b185a202 00:47:21 Step 8/22 : COPY . . 00:47:22 Removing intermediate container 528bcf2aa91a 00:47:22 ---> a1f9989ede2d 00:47:22 Step 8/24 : COPY . . 00:47:22 Removing intermediate container 57bb08b8a975 00:47:22 ---> aac40bfa6897 00:47:22 Step 8/21 : COPY . . 00:47:45 ---> 2c234cbb9409 00:47:45 Step 9/22 : RUN make cmd/core-command/core-command 00:47:45 ---> a35fa49eda5d 00:47:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:45 ---> 53a1395692bb 00:47:45 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:45 ---> af14fbfd5ab9 00:47:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:45 ---> Running in 00618f3c20df 00:47:45 ---> Running in 4e8add6a39ab 00:47:45 ---> 95f572f3285d 00:47:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:47:45 Running on prd-ubuntu18.04-docker-8c-8g-15999 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws 00:47:45 Running in /w/workspace/edgex-go/7 [Pipeline] { 00:47:45 ---> Running in c1ad62a58ffe 00:47:45 ---> Running in 4c45f04d2dd1 00:47:45 ---> Running in c3269be6a0e6 [Pipeline] checkout 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:47 using credential edgex-jenkins-ssh 00:47:47 Cloning the remote Git repository 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:47:47 > git init /w/workspace/edgex-go/7 # timeout=10 00:47:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:47 > git --version # timeout=10 00:47:47 > git --version # 'git version 2.17.1' 00:47:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:47:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:47:53 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee 00:47:53 Merge succeeded, producing daf1bb79d907bb51de9b58defaaebc9ad45b5cbb 00:47:53 Checking out Revision daf1bb79d907bb51de9b58defaaebc9ad45b5cbb (PR-2924) 00:47:53 > git config core.sparsecheckout # timeout=10 00:47:53 > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # timeout=10 00:47:53 > git remote # timeout=10 00:47:53 > git config --get remote.origin.url # timeout=10 00:47:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:53 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 00:47:53 > git rev-parse HEAD^{commit} # timeout=10 00:47:53 > git config core.sparsecheckout # timeout=10 00:47:53 > git checkout -f daf1bb79d907bb51de9b58defaaebc9ad45b5cbb # timeout=10 00:47:57 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" 00:47:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:47:58 + echo snap-build.sh 00:47:58 snap-build.sh 00:47:58 + SNAP_BASE_DIR=. 00:47:58 + '[' '!' -z /w/workspace/edgex-go/7 ']' 00:47:58 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 00:47:58 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 00:47:58 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 00:47:58 + cd /w/workspace/edgex-go/7 00:47:58 + sudo apt-get remove -qy --purge lxd lxd-client 00:47:58 Reading package lists... 00:47:58 Building dependency tree... 00:47:58 Reading state information... 00:47:56 > git rev-list --no-walk 78e7c944f16588511ee3e3776ea03b18066f32b8 # timeout=10 00:47:58 The following packages were automatically installed and are no longer required: 00:47:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:47:58 uidmap xdelta3 00:47:58 Use 'sudo apt autoremove' to remove them. 00:47:58 The following packages will be REMOVED: 00:47:58 lxd* lxd-client* 00:47:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:47:59 After this operation, 31.7 MB disk space will be freed. 00:48:00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:48:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:48:01 Removing lxd dnsmasq configuration 00:48:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:48:01 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:48:02 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:48:02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:48:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:48:04 Processing triggers for systemd (237-3ubuntu10.42) ... 00:48:04 Processing triggers for ureadahead (0.100.0-21) ... 00:48:05 + sudo snap remove --purge lxd 00:48:05 snap "lxd" is not installed 00:48:05 + sudo groupadd --force --system lxd 00:48:05 ++ whoami 00:48:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:48:05 + newgrp - lxd 00:48:05 + sudo snap install lxd 00:48:27 2020-12-15T00:48:22Z INFO Waiting for automatic snapd restart... 00:48:45 lxd 4.8 from Canonical* installed 00:48:45 + sudo lxd init --auto 00:48:55 + sudo snap install --classic snapcraft 00:49:03 snapcraft 4.4.4 from Canonical* installed 00:49:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:49:03 + patch --verbose -p1 00:49:03 Hmm... Looks like a unified diff to me... 00:49:03 The text leading up to this was: 00:49:03 -------------------------- 00:49:03 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:49:03 |From: Tony Espy 00:49:03 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:49:03 |Subject: [PATCH] optimize snap build for pipeline CI check 00:49:03 | 00:49:03 |This patch is used by the EdgeX CI pipeline builds to 00:49:03 |optimize the snap CI check run for pull requests. When 00:49:03 |applied, it essentially strips out everything (apps and 00:49:03 |parts) from the snapcraft.yaml file except those required 00:49:03 |to build edgex-go, as the whole idea of the CI check is to 00:49:03 |catch changes to edgex-go that break the snap build. 00:49:03 | 00:49:03 |In general, anyone updating snapcraft.yaml will also need 00:49:03 |to update this patch file, otherwise it may fail to apply, 00:49:03 |resulting in a failed snap build CI check in the associated 00:49:03 |pull request. 00:49:03 | 00:49:03 |Note - in addition to applying this patch, the pipeline also 00:49:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:49:03 |need to build the finally binary .snap file (and it won't 00:49:03 |work with the patch applied). This further reduces the build 00:49:03 |time. 00:49:03 |--- 00:49:03 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:49:03 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:49:03 | 00:49:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:49:03 |index b265277c..d7e1de37 100644 00:49:03 |--- a/snap/snapcraft.yaml 00:49:03 |+++ b/snap/snapcraft.yaml 00:49:03 -------------------------- 00:49:03 patching file snap/snapcraft.yaml 00:49:03 Using Plan A... 00:49:03 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:49:03 Hunk #2 succeeded at 81 (offset -3 lines). 00:49:03 Hunk #3 succeeded at 211 (offset -7 lines). 00:49:03 Hunk #4 succeeded at 226 (offset -7 lines). 00:49:03 Hunk #5 succeeded at 234 (offset -7 lines). 00:49:03 Hunk #6 succeeded at 241 (offset -7 lines). 00:49:03 Hunk #7 succeeded at 268 (offset -7 lines). 00:49:03 Hunk #8 succeeded at 302 (offset -7 lines). 00:49:03 Hunk #9 succeeded at 358 (offset -7 lines). 00:49:03 Hmm... Ignoring the trailing garbage. 00:49:03 done 00:49:03 + sudo snapcraft prime --use-lxd 00:49:04 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:49:04 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:49:04 - README.md 00:49:04 - snapcraft.yaml.orig 00:49:04 00:49:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:49:04 Launching a container. 00:49:17 Waiting for container to be ready 00:49:17 To start your first instance, try: lxc launch ubuntu:18.04 00:49:17 00:49:20 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:49:20 Waiting for network to be ready... 00:49:20 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:49:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:49:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:49:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 00:49:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:49:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:49:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:49:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:49:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:49:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:49:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:49:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:49:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:49:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:49:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:49:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:49:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:49:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:49:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:49:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:49:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:49:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:49:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:49:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:49:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:49:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:49:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:49:25 Fetched 23.5 MB in 4s (5604 kB/s) 00:49:25 Reading package lists... 00:49:25 Reading package lists... 00:49:26 Building dependency tree... 00:49:26 Reading state information... 00:49:26 The following additional packages will be installed: 00:49:26 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:49:26 Suggested packages: 00:49:26 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:49:26 Recommended packages: 00:49:26 gnupg libsasl2-modules 00:49:26 The following NEW packages will be installed: 00:49:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:49:26 The following packages will be upgraded: 00:49:26 gpg gpg-agent gpgconf libudev1 00:49:26 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:49:26 Need to get 3531 kB of archives. 00:49:26 After this operation, 13.3 MB of additional disk space will be used. 00:49:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:49:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:49:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:49:26 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] 00:49:26 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] 00:49:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:49:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:49:26 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:49:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:49:26 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:49:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:49:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:49:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:49:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:49:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:49:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:49:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:49:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:49:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:49:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:49:27 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:49:27 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:49:27 debconf: delaying package configuration, since apt-utils is not installed 00:49:27 Fetched 3531 kB in 1s (3520 kB/s) 00:49:27 (Reading database ... 12511 files and directories currently installed.) 00:49:27 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:49:27 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:27 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:49:27 Selecting previously unselected package udev. 00:49:27 (Reading database ... 12511 files and directories currently installed.) 00:49:27 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:49:27 Unpacking udev (237-3ubuntu10.43) ... 00:49:27 Selecting previously unselected package libfuse2:amd64. 00:49:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:49:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:27 Selecting previously unselected package fuse. 00:49:27 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:49:27 Unpacking fuse (2.9.7-1ubuntu1) ... 00:49:27 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:27 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:28 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:28 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:28 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:28 Selecting previously unselected package libksba8:amd64. 00:49:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:49:28 Unpacking libksba8:amd64 (1.3.5-2) ... 00:49:28 Selecting previously unselected package libroken18-heimdal:amd64. 00:49:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:49:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:49:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:49:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:28 Selecting previously unselected package libwind0-heimdal:amd64. 00:49:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:49:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:49:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:49:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:49:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:29 Selecting previously unselected package libsasl2-modules-db:amd64. 00:49:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:49:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:29 Selecting previously unselected package libsasl2-2:amd64. 00:49:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:49:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:29 Selecting previously unselected package libldap-common. 00:49:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:49:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:29 Selecting previously unselected package libldap-2.4-2:amd64. 00:49:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:49:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:29 Selecting previously unselected package dirmngr. 00:49:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:29 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:49:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:30 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:49:30 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:30 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:30 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:49:30 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:49:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:30 Setting up libksba8:amd64 (1.3.5-2) ... 00:49:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:30 Setting up udev (237-3ubuntu10.43) ... 00:49:30 invoke-rc.d: policy-rc.d denied execution of start. 00:49:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:30 Processing triggers for systemd (237-3ubuntu10) ... 00:49:30 Setting up fuse (2.9.7-1ubuntu1) ... 00:49:30 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:49:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:31 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:31 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:49:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:49:31 settings in the [Install] section, and DefaultInstance for template units). 00:49:31 This means they are not meant to be enabled using systemctl. 00:49:31 Possible reasons for having this kind of units are: 00:49:31 1) A unit may be statically enabled by being symlinked from another unit's 00:49:31 .wants/ or .requires/ directory. 00:49:31 2) A unit's purpose may be to act as a helper for some other unit which has 00:49:31 a requirement dependency on it. 00:49:31 3) A unit may be started when needed via activation (socket, path, timer, 00:49:31 D-Bus, udev, scripted systemctl call, ...). 00:49:31 4) In case of template units, the unit is meant to be enabled with some 00:49:31 instance name specified. 00:49:31 Reading package lists... 00:49:31 Building dependency tree... 00:49:31 Reading state information... 00:49:32 The following additional packages will be installed: 00:49:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:49:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:49:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:49:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:49:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:49:32 Suggested packages: 00:49:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:49:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:49:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:49:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:49:32 systemd-container policykit-1 00:49:32 Recommended packages: 00:49:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:49:32 The following NEW packages will be installed: 00:49:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:49:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:49:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:49:32 multiarch-support openssh-client python3 python3-minimal python3.6 00:49:32 python3.6-minimal snapd squashfs-tools sudo 00:49:32 The following packages will be upgraded: 00:49:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:49:32 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:49:32 Need to get 35.2 MB of archives. 00:49:32 After this operation, 141 MB of additional disk space will be used. 00:49:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:49:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:49:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:49:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:49:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:49:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:49:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:49:33 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:49:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:49:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:49:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:49:33 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:49:33 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:49:33 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 00:49:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:49:33 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:49:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:49:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:49:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:49:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:49:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:49:33 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:49:33 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:49:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:49:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:49:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:49:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:49:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:49:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:49:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:49:34 debconf: delaying package configuration, since apt-utils is not installed 00:49:34 Fetched 35.2 MB in 2s (15.3 MB/s) 00:49:34 (Reading database ... 12757 files and directories currently installed.) 00:49:34 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:49:34 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:49:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:35 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:49:35 (Reading database ... 12757 files and directories currently installed.) 00:49:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:49:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:35 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:49:36 (Reading database ... 12757 files and directories currently installed.) 00:49:36 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:49:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:36 Setting up apt (1.6.12ubuntu0.2) ... 00:49:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:49:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:49:36 (Reading database ... 12764 files and directories currently installed.) 00:49:36 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:49:36 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:49:37 Selecting previously unselected package libpython3.6-minimal:amd64. 00:49:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:37 Selecting previously unselected package libexpat1:amd64. 00:49:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:49:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:37 Selecting previously unselected package python3.6-minimal. 00:49:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:49:38 Checking for services that may need to be restarted...done. 00:49:38 Checking for services that may need to be restarted...done. 00:49:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:38 Selecting previously unselected package python3-minimal. 00:49:38 (Reading database ... 13012 files and directories currently installed.) 00:49:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:49:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:49:38 Selecting previously unselected package mime-support. 00:49:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:49:38 Unpacking mime-support (3.60ubuntu1) ... 00:49:38 Selecting previously unselected package libmpdec2:amd64. 00:49:38 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:49:38 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:38 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:49:38 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:38 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:39 Selecting previously unselected package python3.6. 00:49:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:39 Selecting previously unselected package libpython3-stdlib:amd64. 00:49:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:49:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:39 Setting up python3-minimal (3.6.7-1~18.04) ... 00:49:39 Selecting previously unselected package python3. 00:49:39 (Reading database ... 13442 files and directories currently installed.) 00:49:39 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:49:39 Unpacking python3 (3.6.7-1~18.04) ... 00:49:39 Selecting previously unselected package multiarch-support. 00:49:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 00:49:39 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 00:49:39 Setting up multiarch-support (2.27-3ubuntu1.3) ... 00:49:39 Selecting previously unselected package liblzo2-2:amd64. 00:49:39 (Reading database ... 13479 files and directories currently installed.) 00:49:39 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:49:39 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:49:40 Selecting previously unselected package libbsd0:amd64. 00:49:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:49:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:40 Selecting previously unselected package sudo. 00:49:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:49:40 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:49:40 Selecting previously unselected package apparmor. 00:49:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:49:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:49:40 Selecting previously unselected package libedit2:amd64. 00:49:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:49:40 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:40 Selecting previously unselected package libkrb5support0:amd64. 00:49:40 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:49:40 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:40 Selecting previously unselected package libk5crypto3:amd64. 00:49:40 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:49:40 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:40 Selecting previously unselected package libkeyutils1:amd64. 00:49:40 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:49:40 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:40 Selecting previously unselected package libkrb5-3:amd64. 00:49:40 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:49:40 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:40 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:49:40 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:49:40 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:40 Selecting previously unselected package libssl1.0.0:amd64. 00:49:40 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:49:40 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:41 Selecting previously unselected package openssh-client. 00:49:41 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:49:41 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:41 Selecting previously unselected package squashfs-tools. 00:49:41 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:49:41 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:41 Selecting previously unselected package snapd. 00:49:41 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:49:41 Unpacking snapd (2.48+18.04) ... 00:49:42 Removing intermediate container c1ad62a58ffe 00:49:42 ---> e70c8690012c 00:49:42 00:49:42 Step 10/22 : FROM alpine:3.10 00:49:42 3.10: Pulling from library/alpine 00:49:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:49:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:43 Setting up mime-support (3.60ubuntu1) ... 00:49:43 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:49:43 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:43 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:43 Setting up systemd (237-3ubuntu10.43) ... 00:49:43 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:49:44 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:44 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:44 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:49:44 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:44 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:44 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:45 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:49:45 Status: Downloaded newer image for alpine:3.10 00:49:45 ---> 536a684cf733 00:49:45 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:45 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:45 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:45 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:45 Setting up python3 (3.6.7-1~18.04) ... 00:49:45 running python rtupdate hooks for python3.6... 00:49:45 running python post-rtupdate hooks for python3.6... 00:49:45 Setting up apparmor (2.12-4ubuntu5.1) ... 00:49:45 ---> Running in 336bef0b906f 00:49:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:49:47 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:47 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:47 Removing intermediate container 00618f3c20df 00:49:47 ---> 74b9da46066f 00:49:47 00:49:47 Step 10/24 : FROM alpine:3.10 00:49:47 ---> 536a684cf733 00:49:47 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:48 Setting up snapd (2.48+18.04) ... 00:49:48 ---> Running in 4f723f3191ce 00:49:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:49:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:49:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:49:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:49 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:49:49 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:49:49 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:49 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:49 OK: 10169 distinct packages available 00:49:49 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:49:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:49:50 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:49:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:50 Processing triggers for systemd (237-3ubuntu10.43) ... 00:49:50 Removing intermediate container 4c45f04d2dd1 00:49:50 ---> 4be4e173ae6f 00:49:50 00:49:50 Step 10/21 : FROM alpine 00:49:50 latest: Pulling from library/alpine 00:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:50 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:49:50 Status: Downloaded newer image for alpine:latest 00:49:50 ---> dd36a01c3f31 00:49:50 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:49:50 (1/5) Installing ca-certificates (20191127-r2) 00:49:50 ---> Running in 18b96b9ed50b 00:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:50 (3/5) Installing libcurl (7.66.0-r3) 00:49:50 (4/5) Installing curl (7.66.0-r3) 00:49:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:49:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:51 (5/5) Installing dumb-init (1.2.2-r1) 00:49:51 Executing busybox-1.30.1-r3.trigger 00:49:51 Executing ca-certificates-20191127-r2.trigger 00:49:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:51 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:51 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:51 OK: 10169 distinct packages available 00:49:51 OK: 7 MiB in 19 packages 00:49:52 Reading package lists... 00:49:52 (1/5) Installing ca-certificates (20191127-r2) 00:49:52 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:52 (3/5) Installing libcurl (7.66.0-r3) 00:49:52 (4/5) Installing curl (7.66.0-r3) 00:49:52 (5/5) Installing dumb-init (1.2.2-r1) 00:49:52 Reading package lists... 00:49:52 Building dependency tree... 00:49:52 Reading state information... 00:49:52 Executing busybox-1.30.1-r3.trigger 00:49:52 Executing ca-certificates-20191127-r2.trigger 00:49:52 Calculating upgrade... 00:49:52 The following packages will be upgraded: 00:49:52 advancecomp base-files bash binutils binutils-common 00:49:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:49:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:49:52 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:49:52 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:49:52 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:49:52 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:49:52 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:49:52 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:49:52 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:49:52 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:49:52 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:49:52 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:49:52 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:49:52 OK: 7 MiB in 19 packages 00:49:52 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:49:52 Need to get 63.5 MB of archives. 00:49:52 After this operation, 5191 kB of additional disk space will be used. 00:49:52 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 00:49:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:49:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:49:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:49:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:49:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:49:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:49:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:49:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:49:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:49:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:49:53 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:49:53 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:49:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:49:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:49:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:49:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:49:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:49:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:49:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:49:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:49:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:49:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:49:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:49:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:49:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:49:54 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:49:54 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:49:54 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 00:49:54 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:49:54 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:49:54 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:49:54 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:49:54 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:49:54 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:49:54 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] 00:49:54 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:49:54 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:49:54 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] 00:49:54 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:49:54 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:49:54 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:49:54 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:49:54 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:49:54 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:49:54 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:49:54 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:49:54 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:49:54 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:49:54 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:49:54 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:49:54 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:49:54 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:49:54 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:49:54 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:49:54 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:49:54 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:49:54 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:49:54 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:49:54 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:49:54 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:49:54 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:49:54 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:49:54 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:49:54 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:49:54 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:49:54 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:49:54 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:49:54 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:49:54 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:49:54 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:49:54 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:49:54 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:49:54 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:49:54 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:49:54 OK: 12617 distinct packages available 00:49:54 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:49:54 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:49:54 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:49:54 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:49:54 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:49:54 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:49:54 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:49:54 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:49:54 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:49:54 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:49:54 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:49:54 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:49:54 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:49:55 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:49:55 Removing intermediate container 336bef0b906f 00:49:55 ---> 428f97f971fb 00:49:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:49:55 (1/4) Installing ca-certificates (20191127-r4) 00:49:55 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:49:55 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:49:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:55 (3/4) Installing libcurl (7.69.1-r3) 00:49:55 (4/4) Installing curl (7.69.1-r3) 00:49:55 Executing busybox-1.31.1-r19.trigger 00:49:55 Executing ca-certificates-20191127-r4.trigger 00:49:55 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:49:55 OK: 7 MiB in 18 packages 00:49:55 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:49:55 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:49:55 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:49:55 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:49:55 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:49:55 debconf: delaying package configuration, since apt-utils is not installed 00:49:55 Fetched 63.5 MB in 3s (20.9 MB/s) 00:49:55 (Reading database ... 13912 files and directories currently installed.) 00:49:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:49:56 ---> Running in 6abf4923bc91 00:49:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:49:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:49:56 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:49:56 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:49:56 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:49:56 Removing intermediate container 4f723f3191ce 00:49:56 ---> 02a240b4c16a 00:49:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:57 ---> Running in a37fdde8fe62 00:49:57 Removing intermediate container 6abf4923bc91 00:49:57 ---> 5f5b24e1a852 00:49:57 Step 13/22 : WORKDIR / 00:49:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:58 ---> Running in 16b0d29e8dc7 00:49:58 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:58 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:58 Removing intermediate container a37fdde8fe62 00:49:58 ---> ba0ed2c93891 00:49:58 Step 13/24 : WORKDIR / 00:49:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:58 (Reading database ... 13911 files and directories currently installed.) 00:49:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:49:58 ---> Running in ec04b3db3b1c 00:49:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:49:58 (Reading database ... 13911 files and directories currently installed.) 00:49:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:59 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Removing intermediate container 16b0d29e8dc7 00:49:59 ---> 794cafa39eed 00:49:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:49:59 Removing intermediate container 18b96b9ed50b 00:49:59 ---> cf64a07203a0 00:49:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:59 (Reading database ... 13911 files and directories currently installed.) 00:49:59 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:49:59 Removing intermediate container ec04b3db3b1c 00:49:59 ---> 5520f6cdabd1 00:49: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 00:49:59 ---> Running in 7199364f60cc 00:50:00 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:50:00 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:50:00 (Reading database ... 13911 files and directories currently installed.) 00:50:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:50:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:50:00 Removing intermediate container 7199364f60cc 00:50:00 ---> 810b5bf969ef 00:50:00 Step 13/21 : WORKDIR /edgex 00:50:00 ---> 029791e29167 00:50:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:50:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:50:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:50:01 ---> Running in 9af5db11e5df 00:50:01 ---> cde5e6a58d08 00:50:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:01 Setting up base-files (10.1ubuntu2.10) ... 00:50:01 Installing new version of config file /etc/issue ... 00:50:01 Installing new version of config file /etc/issue.net ... 00:50:01 Installing new version of config file /etc/lsb-release ... 00:50:01 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:50:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:50:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:50:01 Removing obsolete conffile /etc/default/motd-news ... 00:50:01 (Reading database ... 13912 files and directories currently installed.) 00:50:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:50:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:50:01 Setting up bash (4.4.18-2ubuntu1.2) ... 00:50:01 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:50:01 (Reading database ... 13912 files and directories currently installed.) 00:50:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:50:02 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:50:02 (Reading database ... 13912 files and directories currently installed.) 00:50:02 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:50:02 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:50:02 Setting up tar (1.29b-2ubuntu0.1) ... 00:50:02 (Reading database ... 13912 files and directories currently installed.) 00:50:02 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:50:02 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:50:02 Removing intermediate container 9af5db11e5df 00:50:02 ---> b0931897f91a 00:50:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:02 (Reading database ... 13912 files and directories currently installed.) 00:50:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:02 (Reading database ... 13912 files and directories currently installed.) 00:50:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:50:03 ---> a119f7772d37 00:50:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:03 ---> 3a5b054585db 00:50:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:50:03 (Reading database ... 13912 files and directories currently installed.) 00:50:03 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:50:03 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:50:03 Setting up grep (3.1-2build1) ... 00:50:03 (Reading database ... 13912 files and directories currently installed.) 00:50:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:50:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:50:03 Setting up login (1:4.5-1ubuntu2) ... 00:50:03 (Reading database ... 13912 files and directories currently installed.) 00:50:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:50:03 (Reading database ... 13912 files and directories currently installed.) 00:50:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:03 ---> 6aa421a2f250 00:50:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:04 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:50:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:05 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:50:05 (Reading database ... 13912 files and directories currently installed.) 00:50:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:50:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:50:05 ---> 90a32383d250 00:50:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:50:05 ---> c3593e7010ee 00:50:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:50:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:50:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:50:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:50:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:50:06 (Reading database ... 13912 files and directories currently installed.) 00:50:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:50:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:50:06 ---> 44a56e1e19f3 00:50:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:50:06 ---> 74508b25584b 00:50:06 Step 18/22 : RUN chmod +x entrypoint.sh 00:50:07 (Reading database ... 13912 files and directories currently installed.) 00:50:07 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:07 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:07 (Reading database ... 13912 files and directories currently installed.) 00:50:07 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:07 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:07 (Reading database ... 13912 files and directories currently installed.) 00:50:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:07 (Reading database ... 13912 files and directories currently installed.) 00:50:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:07 (Reading database ... 13912 files and directories currently installed.) 00:50:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:07 ---> Running in 2adb0e422b9c 00:50:08 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:08 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:08 (Reading database ... 13912 files and directories currently installed.) 00:50:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:50:08 ---> fb5fe819acae 00:50:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:08 (Reading database ... 13912 files and directories currently installed.) 00:50:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:50:08 (Reading database ... 13912 files and directories currently installed.) 00:50:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:50:08 (Reading database ... 13912 files and directories currently installed.) 00:50:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:08 ---> 05cfa483fe31 00:50:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:09 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:09 Removing intermediate container c3269be6a0e6 00:50:09 ---> 27f00d43a381 00:50:09 00:50:09 Step 10/24 : FROM scratch 00:50:09 ---> 00:50:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:50:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:50:09 ---> Running in 77deb8edfc06 00:50:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:50:09 ---> Running in 96056d85d512 00:50:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:50:09 ---> d46be6a1941f 00:50:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:10 (Reading database ... 13912 files and directories currently installed.) 00:50:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 00:50:10 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:50:10 Removing intermediate container 77deb8edfc06 00:50:10 ---> 71890456fad9 00:50:10 Step 18/21 : CMD ["--init=true"] 00:50:10 Setting up libc-bin (2.27-3ubuntu1.3) ... 00:50:10 (Reading database ... 13912 files and directories currently installed.) 00:50:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:50:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:50:10 Removing intermediate container 96056d85d512 00:50:10 ---> c707034c33fa 00:50:10 Step 12/24 : ENV APP_PORT=48060 00:50:10 Removing intermediate container 4e8add6a39ab 00:50:10 ---> 03e1f8da11e2 00:50:10 00:50:10 Step 10/22 : FROM scratch 00:50:10 ---> 00:50:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:50:10 (Reading database ... 13914 files and directories currently installed.) 00:50:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:50:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:50:10 ---> Running in 06b21710b4b2 00:50:10 ---> Running in 3b0badbf6196 00:50:10 Setting up debconf (1.5.66ubuntu1) ... 00:50:11 ---> Running in 69aba27fbc71 00:50:11 (Reading database ... 13914 files and directories currently installed.) 00:50:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:50:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:11 ---> fee963ed1f71 00:50:11 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:11 (Reading database ... 13914 files and directories currently installed.) 00:50:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:50:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:11 Removing intermediate container 06b21710b4b2 00:50:11 ---> 6bf07ea3b2d8 00:50:11 Step 19/21 : LABEL arch=arm64 00:50:11 ---> Running in 6adb16513018 00:50:11 Removing intermediate container 69aba27fbc71 00:50:11 ---> 4cd156b0991c 00:50:11 Step 12/22 : ENV APP_PORT=48082 00:50:11 (Reading database ... 13914 files and directories currently installed.) 00:50:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:50:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:11 Removing intermediate container 3b0badbf6196 00:50:11 ---> 097318af9421 00:50:11 Step 13/24 : EXPOSE $APP_PORT 00:50:11 ---> Running in cdb46a016362 00:50:11 ---> Running in c3ee39462ced 00:50:11 ---> Running in 68f70987333d 00:50:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:12 Removing intermediate container 2adb0e422b9c 00:50:12 ---> 265b21e86291 00:50:12 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:50:12 (Reading database ... 13914 files and directories currently installed.) 00:50:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:50:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:50:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:50:12 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:50:12 ---> Running in cb3dcfa62e21 00:50:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:12 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:12 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:12 Removing intermediate container cdb46a016362 00:50:12 ---> 938b4612a847 00:50:12 Step 13/22 : EXPOSE $APP_PORT 00:50:12 (Reading database ... 13914 files and directories currently installed.) 00:50:12 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:50:12 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:50:12 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:50:13 (Reading database ... 13914 files and directories currently installed.) 00:50:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:50:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:13 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:13 Removing intermediate container c3ee39462ced 00:50:13 ---> 9e7970a44781 00:50:13 Step 20/21 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:50:13 Removing intermediate container 68f70987333d 00:50:13 ---> 12c9db0d177f 00:50:13 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:50:13 ---> Running in 7915f51ddaff 00:50:13 ---> Running in a2c0a6deea3a 00:50:13 (Reading database ... 13914 files and directories currently installed.) 00:50:13 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:13 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:13 Removing intermediate container cb3dcfa62e21 00:50:13 ---> e2820022ea3a 00:50:13 Step 20/22 : LABEL arch=arm64 00:50:13 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:13 (Reading database ... 13914 files and directories currently installed.) 00:50:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:50:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:50:13 ---> Running in f9fe5aae9a46 00:50:13 Removing intermediate container 7915f51ddaff 00:50:13 ---> cd9185539a35 00:50:13 Step 14/22 : WORKDIR / 00:50:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:50:13 (Reading database ... 13914 files and directories currently installed.) 00:50:13 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:50:13 ---> Running in 7e1d742ff935 00:50:13 Removing intermediate container a2c0a6deea3a 00:50:13 ---> 2d03da7c2c5a 00:50:13 Step 21/21 : LABEL version=0.0.0 00:50:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:50:14 ---> Running in 922ecf9fc6ed 00:50:14 Setting up passwd (1:4.5-1ubuntu2) ... 00:50:14 ---> 729c9329ef03 00:50:14 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:50:14 Removing intermediate container f9fe5aae9a46 00:50:14 ---> 251f199d60a4 00:50:14 Step 21/22 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:50:14 (Reading database ... 13914 files and directories currently installed.) 00:50:14 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:14 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:14 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:50:14 (Reading database ... 13914 files and directories currently installed.) 00:50:14 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:50:14 ---> Running in 2e03ec2affcd 00:50:14 Removing intermediate container 7e1d742ff935 00:50:14 ---> cb2741f6cbaf 00:50:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:14 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:50:14 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:50:14 (Reading database ... 13914 files and directories currently installed.) 00:50:14 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:50:14 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:50:15 Removing intermediate container 922ecf9fc6ed 00:50:15 ---> c5783c5afb53 00:50:15 00:50:15 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:50:15 (Reading database ... 13914 files and directories currently installed.) 00:50:15 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:50:15 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:50:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:50:15 Removing intermediate container 6adb16513018 00:50:15 ---> 1779723f0f55 00:50:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:15 (Reading database ... 13914 files and directories currently installed.) 00:50:15 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:50:15 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:50:15 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:50:15 Removing intermediate container 2e03ec2affcd 00:50:15 ---> 48857bff605d 00:50:15 Step 22/22 : LABEL version=0.0.0 00:50:15 (Reading database ... 13914 files and directories currently installed.) 00:50:15 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:50:15 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:50:15 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:50:15 (Reading database ... 13915 files and directories currently installed.) 00:50:15 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:15 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:15 ---> Running in 6780c1b01b70 00:50:15 Successfully built c5783c5afb53 00:50:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:15  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:50:15 ---> Running in f53a3b4cd7cd 00:50:15 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:15 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:16 ---> 89eabb2b0536 00:50:16 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:50:16 ---> bd40ea5b37ae 00:50:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:50:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:50:16 Removing intermediate container 6780c1b01b70 00:50:16 ---> e83a7f22e413 00:50:16 Step 22/24 : LABEL arch=arm64 00:50:16 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:50:16 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:50:16 ---> Running in b31be889700c 00:50:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:50:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:50:16 Removing intermediate container f53a3b4cd7cd 00:50:16 ---> e4120f8d89f6 00:50:16 00:50:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:50:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:50:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:50:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:50:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:50:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:50:17 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:50:17 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:50:17 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:50:17 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:50:17 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:50:17 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:50:17 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:50:17 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:50:17 Successfully built e4120f8d89f6 00:50:17 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:50:17  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 00:50:18 Removing intermediate container b31be889700c 00:50:18 ---> ac41b1cd4b4c 00:50:18 Step 23/24 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:50:18 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:50:18 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:50:18 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:50:18 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:50:18 ---> 77ff1c109cbe 00:50:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:18 ---> Running in 703636a12341 00:50:18 ---> 9d6e77db9d6f 00:50:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:50:18 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:18 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:19 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:19 Removing intermediate container 703636a12341 00:50:19 ---> dc602137112d 00:50:19 Step 24/24 : LABEL version=0.0.0 00:50:19 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:19 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:19 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:19 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:19 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:19 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:19 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:20 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:20 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:20 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:20 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:20 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:20 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:20 ---> 258ea7826b34 00:50:20 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:20 ---> Running in fd34ab08138f 00:50:21 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:21 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:21 ---> cc2d4776e1ae 00:50:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:21 ---> Running in 9178760d8bc4 00:50:21 Removing intermediate container fd34ab08138f 00:50:21 ---> 1f10ea22a335 00:50:21 00:50:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:22 Successfully built 1f10ea22a335 00:50:23 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:23 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:23 Building docker-support-scheduler-go 00:50:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9178760d8bc4 00:50:23 ---> 77beeed59ff1 00:50:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:24 ---> 2e1fc0a772c1 00:50:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:24 ---> Running in 7dcad5e5d203 00:50:24 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:50:24 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:24 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:50:24 Removing intermediate container 7dcad5e5d203 00:50:24 ---> c1d5f4b6a5e9 00:50:24 Step 20/22 : LABEL arch=arm64 00:50:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:24 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:50:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:50:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:24 ---> Running in 87bd451bd382 00:50:24 ---> 4b4c503a9c66 00:50:24 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:50:25 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:25 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:25 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:50:25 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:50:25 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:25 ---> Running in f4b537c52a60 00:50:25 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:25 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:25 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:25 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:25 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:50:25 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:50:25 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:50:25 Removing intermediate container 87bd451bd382 00:50:25 ---> ffb7872e1b17 00:50:25 Step 21/22 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:50:25 00:50:25 Current default time zone: 'Etc/UTC' 00:50:25 Local time is now: Tue Dec 15 00:50:25 UTC 2020. 00:50:25 Universal Time is now: Tue Dec 15 00:50:25 UTC 2020. 00:50:25 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:50:25 00:50:25 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:50:25 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:25 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:50:25 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:50:25 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:50:25 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:50:25 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:50:25 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:50:25 Removing intermediate container f4b537c52a60 00:50:25 ---> 3131307bc128 00:50:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:25 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:50:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:50:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:50:26 ---> Running in 3dd2b2f2013a 00:50:26 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:26 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:50:26 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:26 Setting up patch (2.7.6-2ubuntu1.1) ... 00:50:26 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:50:26 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:50:26 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:50:26 Installing new version of config file /etc/ssl/openssl.cnf ... 00:50:26 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:50:26 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:50:26 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:27 ---> Running in 1e8e7c19c35b 00:50:28 Updating certificates in /etc/ssl/certs... 00:50:28 Removing intermediate container 3dd2b2f2013a 00:50:28 ---> 5a43dac6e89f 00:50:28 Step 22/22 : LABEL version=0.0.0 00:50:28 Removing intermediate container 1e8e7c19c35b 00:50:28 ---> 8ac205a8d977 00:50:28 Step 22/24 : LABEL arch=arm64 00:50:28 ---> Running in 2881edb72a8a 00:50:28 ---> Running in f33fc226ea1f 00:50:28 22 added, 17 removed; done. 00:50:29 Removing intermediate container 2881edb72a8a 00:50:29 ---> 010f20b138e0 00:50:29 00:50:29 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:50:29 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:29 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:50:29 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:50:29 Setting up pkgbinarymangler (138.18.04.1) ... 00:50:29 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:50:29 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up perl (5.26.1-6ubuntu0.5) ... 00:50:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:50:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:50:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:50:29 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:50:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:50:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:50:29 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:50:29 Removing intermediate container f33fc226ea1f 00:50:29 ---> 1993088f8036 00:50:29 Step 23/24 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:50:29 Successfully built 010f20b138e0 00:50:29 Successfully tagged docker-core-command-go-arm64:latest 00:50:29  Building docker-core-command-go ... done Building docker-security-secrets-setup-go 00:50:29 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:50:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:50:29 Processing triggers for systemd (237-3ubuntu10.43) ... 00:50:29 Processing triggers for mime-support (3.60ubuntu1) ... 00:50:29 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:29 Updating certificates in /etc/ssl/certs... 00:50:30 ---> Running in fc06a4c56087 00:50:30 Removing intermediate container fc06a4c56087 00:50:30 ---> 36f1948866f2 00:50:30 Step 24/24 : LABEL version=0.0.0 00:50:30 ---> Running in 2cbfccef6f66 00:50:30 0 added, 0 removed; done. 00:50:30 Running hooks in /etc/ca-certificates/update.d... 00:50:30 done. 00:50:31 Reading package lists... 00:50:31 Removing intermediate container 2cbfccef6f66 00:50:31 ---> c58c3830d677 00:50:31 00:50:31 Building dependency tree... 00:50:31 Reading state information... 00:50:31 The following NEW packages will be installed: 00:50:31 apt-transport-https 00:50:31 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:50:31 Need to get 1696 B of archives. 00:50:31 After this operation, 153 kB of additional disk space will be used. 00:50:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:50:31 debconf: delaying package configuration, since apt-utils is not installed 00:50:31 Fetched 1696 B in 0s (13.6 kB/s) 00:50:31 Selecting previously unselected package apt-transport-https. 00:50:31 (Reading database ... 13929 files and directories currently installed.) 00:50:31 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:50:31 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:50:31 Successfully built c58c3830d677 00:50:31 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:31  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:50:31 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:50:32 Waiting for network to be ready... 00:50:50 2020-12-15T00:50:45Z INFO Waiting for automatic snapd restart... 00:51:02 snapd 2.48.1 from Canonical* installed 00:51:02 "snapd" switched to the "latest/stable" channel 00:51:02 00:51:03 core18 20200929 from Canonical* installed 00:51:04 "core18" switched to the "latest/stable" channel 00:51:04 00:51:07 snapcraft 4.4.4 from Canonical* installed 00:51:07 "snapcraft" switched to the "latest/stable" channel 00:51:07 00:51:10 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:51:10 - README.md 00:51:10 - snapcraft.yaml.orig 00:51:10 00:51:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:51:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:51:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:51:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:51:18 Reading package lists... 00:51:18 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:51:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:25 Reading package lists... 00:51:25 Building dependency tree... 00:51:25 Reading state information... 00:51:25 Suggested packages: 00:51:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:51:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:51:25 Recommended packages: 00:51:25 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:51:25 The following NEW packages will be installed: 00:51:25 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:51:25 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:51:25 pkg-config zip 00:51:25 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:51:25 Need to get 7655 kB of archives. 00:51:25 After this operation, 43.7 MB of additional disk space will be used. 00:51:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:51:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:51:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:51:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:51:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:51:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:51:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:51:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:51:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:51:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:51:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:51:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:51:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:51:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:51:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:51:26 debconf: delaying package configuration, since apt-utils is not installed 00:51:26 Fetched 7655 kB in 1s (9630 kB/s) 00:51:26 Selecting previously unselected package libglib2.0-0:amd64. 00:51:26 (Reading database ... 13933 files and directories currently installed.) 00:51:26 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:51:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:51:26 Selecting previously unselected package libpsl5:amd64. 00:51:26 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:51:26 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:51:26 Selecting previously unselected package libnghttp2-14:amd64. 00:51:26 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:51:26 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:51:26 Selecting previously unselected package librtmp1:amd64. 00:51:26 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:51:26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:51:26 Selecting previously unselected package libcurl3-gnutls:amd64. 00:51:26 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:51:27 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:51:27 Selecting previously unselected package liberror-perl. 00:51:27 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:51:27 Unpacking liberror-perl (0.17025-1) ... 00:51:27 Selecting previously unselected package git-man. 00:51:27 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:51:27 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:51:27 Selecting previously unselected package git. 00:51:27 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:51:27 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:51:28 Selecting previously unselected package libnorm1:amd64. 00:51:28 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:51:28 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:51:28 Selecting previously unselected package libpgm-5.2-0:amd64. 00:51:28 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:51:28 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:51:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:28 ---> 2c49744f2407 00:51:28 Step 3/23 : WORKDIR /edgex-go 00:51:28 ---> Using cache 00:51:28 ---> 64c8a9bf3e95 00:51:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:28 ---> Using cache 00:51:28 ---> 01c7ebea3c03 00:51:28 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:51:28 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:28 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:51:28 ---> 2c49744f2407 00:51:28 Step 3/27 : WORKDIR /edgex-go 00:51:28 ---> Using cache 00:51:28 ---> 64c8a9bf3e95 00:51:28 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:28 ---> Using cache 00:51:28 ---> 01c7ebea3c03 00:51:28 Step 5/27 : RUN apk update && apk add make bash git 00:51:28 ---> Running in 72976d2ee332 00:51:28 ---> Running in 001b4859ee15 00:51:28 Selecting previously unselected package libsodium23:amd64. 00:51:28 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:51:28 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:51:28 Selecting previously unselected package libzmq5:amd64. 00:51:28 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:51:28 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:51:28 Selecting previously unselected package libzmq3-dev:amd64. 00:51:28 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:51:28 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:51:28 Selecting previously unselected package pkg-config. 00:51:28 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:51:28 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:51:28 Selecting previously unselected package zip. 00:51:28 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:51:28 Unpacking zip (3.0-11build1) ... 00:51:29 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:51:29 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:51:29 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:51:29 Setting up liberror-perl (0.17025-1) ... 00:51:29 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:51:29 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:51:29 No schema files found: doing nothing. 00:51:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:51:29 Setting up zip (3.0-11build1) ... 00:51:29 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:51:29 Setting up libsodium23:amd64 (1.0.16-2) ... 00:51:29 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:51:29 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:51:29 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:51:29 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:51:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:51:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:51:30 ---> 2c49744f2407 00:51:30 Step 3/21 : WORKDIR /edgex-go 00:51:30 ---> Using cache 00:51:30 ---> 64c8a9bf3e95 00:51:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:30 ---> Using cache 00:51:30 ---> 01c7ebea3c03 00:51:30 Step 5/21 : RUN apk update && apk add make git 00:51:30 ---> Using cache 00:51:30 ---> e89fa66ea367 00:51:30 Step 6/21 : COPY go.mod . 00:51:30 ---> Using cache 00:51:30 ---> 0f3c3f4aae0f 00:51:30 Step 7/21 : RUN go mod download 00:51:30 ---> Using cache 00:51:30 ---> aac40bfa6897 00:51:30 Step 8/21 : COPY . . 00:51:30 ---> Using cache 00:51:30 ---> af14fbfd5ab9 00:51:30 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:51:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:32 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:32 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:32 OK: 12620 distinct packages available 00:51:32 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:32 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:32 OK: 12620 distinct packages available 00:51:32 ---> Running in d70e089407ab 00:51:33 OK: 217 MiB in 51 packages 00:51:33 OK: 217 MiB in 51 packages 00:51:34 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:34 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:51:34 ---> 2c49744f2407 00:51:34 Step 3/29 : WORKDIR /edgex-go 00:51:34 ---> Using cache 00:51:34 ---> 64c8a9bf3e95 00:51:34 Step 4/29 : RUN apk update && apk add make git 00:51:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:34 ---> 2c49744f2407 00:51:34 Step 3/22 : WORKDIR /edgex-go 00:51:34 ---> Using cache 00:51:34 ---> 64c8a9bf3e95 00:51:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:34 ---> Using cache 00:51:34 ---> 01c7ebea3c03 00:51:34 Step 5/22 : RUN apk update && apk add make git 00:51:34 ---> Using cache 00:51:34 ---> e89fa66ea367 00:51:34 Step 6/22 : COPY go.mod . 00:51:34 ---> Using cache 00:51:34 ---> 0f3c3f4aae0f 00:51:34 Step 7/22 : RUN go mod download 00:51:34 ---> Using cache 00:51:34 ---> aac40bfa6897 00:51:34 Step 8/22 : COPY . . 00:51:34 ---> Using cache 00:51:34 ---> af14fbfd5ab9 00:51:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:51:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:51:35 ---> Running in 3bd662d4e2c5 00:51:35 ---> Running in 52fc534d8777 00:51:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:35 git set to automatically installed. 00:51:35 git-man set to automatically installed. 00:51:35 libcurl3-gnutls set to automatically installed. 00:51:35 liberror-perl set to automatically installed. 00:51:35 libglib2.0-0 set to automatically installed. 00:51:35 libnghttp2-14 set to automatically installed. 00:51:35 libnorm1 set to automatically installed. 00:51:35 libpgm-5.2-0 set to automatically installed. 00:51:35 libpsl5 set to automatically installed. 00:51:35 librtmp1 set to automatically installed. 00:51:35 libsodium23 set to automatically installed. 00:51:35 libzmq3-dev set to automatically installed. 00:51:35 libzmq5 set to automatically installed. 00:51:35 pkg-config set to automatically installed. 00:51:35 zip set to automatically installed. 00:51:36 Removing intermediate container 001b4859ee15 00:51:36 Removing intermediate container 72976d2ee332 00:51:36 ---> 1c02357f2334 00:51:36 Step 6/27 : COPY go.mod . 00:51:36 ---> c7e3b3309138 00:51:36 Step 6/23 : COPY go.mod . 00:51:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:38 ---> 0b96deb837a3 00:51:38 Step 7/23 : RUN go mod download 00:51:38 ---> 2d44c7c8b18c 00:51:38 Step 7/27 : RUN go mod download 00:51:38 ---> Running in e70c001de051 00:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:38 ---> Running in 7291cfbbaf7d 00:51:40 snapd is not logged in, snap install commands will use sudo 00:51:40 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:40 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:40 OK: 12620 distinct packages available 00:51:41 OK: 217 MiB in 51 packages 00:51:44 Removing intermediate container 3bd662d4e2c5 00:51:44 ---> 62387573bca4 00:51:44 Step 5/29 : COPY go.mod . 00:51:45 Removing intermediate container e70c001de051 00:51:45 ---> c186e886ed2b 00:51:45 Step 8/23 : COPY . . 00:51:45 Removing intermediate container 7291cfbbaf7d 00:51:45 ---> 600cfde3da67 00:51:45 Step 8/27 : COPY . . 00:51:45 ---> 3716cc10a72a 00:51:45 Step 6/29 : RUN go mod download 00:51:46 ---> Running in b24adc86b925 00:51:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:47 snap "core18" has no updates available 00:51:48 Pulling config-common 00:51:49 Pulling go-build-helper 00:51:56 Removing intermediate container b24adc86b925 00:51:56 ---> 774927ffc8db 00:51:56 Step 7/29 : COPY . . 00:52:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:52:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:52:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 00:52:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:52:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:52:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:52:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:52:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:52:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:52:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:52:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:52:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:52:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:52:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:52:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:52:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:52:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:52:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:52:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:52:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:52:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:52:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:52:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:52:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:52:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:52:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:52:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:52:11 Fetched 23.5 MB in 0s (0 B/s) 00:52:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:52:11 Fetched 96.5 kB in 0s (0 B/s) 00:52:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:52:11 Fetched 279 kB in 0s (0 B/s) 00:52:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:52:11 Fetched 122 kB in 0s (0 B/s) 00:52:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:52:11 Fetched 77.8 kB in 0s (0 B/s) 00:52:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:52:11 Fetched 8848 B in 0s (0 B/s) 00:52:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:52:11 Fetched 47.8 kB in 0s (0 B/s) 00:52:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:52:11 Fetched 45.6 kB in 0s (0 B/s) 00:52:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:52:11 Fetched 14.8 kB in 0s (0 B/s) 00:52:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:52:11 Fetched 214 kB in 0s (0 B/s) 00:52:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:52:11 Fetched 155 kB in 0s (0 B/s) 00:52:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:52:11 Fetched 50.6 kB in 0s (0 B/s) 00:52:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:52:11 Fetched 14.8 kB in 0s (0 B/s) 00:52:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:52:11 Fetched 41.8 kB in 0s (0 B/s) 00:52:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:52:11 Fetched 499 kB in 0s (0 B/s) 00:52:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:52:11 Fetched 111 kB in 0s (0 B/s) 00:52:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:52:11 Fetched 240 kB in 0s (0 B/s) 00:52:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:52:11 Fetched 29.3 kB in 0s (0 B/s) 00:52:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:52:11 Fetched 85.5 kB in 0s (0 B/s) 00:52:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:52:11 Fetched 24.5 kB in 0s (0 B/s) 00:52:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:52:11 Fetched 49.2 kB in 0s (0 B/s) 00:52:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:52:11 Fetched 54.2 kB in 0s (0 B/s) 00:52:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:52:11 Fetched 30.8 kB in 0s (0 B/s) 00:52:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:52:11 Fetched 17.0 kB in 0s (0 B/s) 00:52:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:52:11 Fetched 85.9 kB in 0s (0 B/s) 00:52:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:52:11 Fetched 8720 B in 0s (0 B/s) 00:52:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:52:11 Fetched 137 kB in 0s (0 B/s) 00:52:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:52:11 Fetched 119 kB in 0s (0 B/s) 00:52:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:52:11 Fetched 109 kB in 0s (0 B/s) 00:52:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:52:11 Fetched 11.1 kB in 0s (0 B/s) 00:52:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:52:11 Fetched 645 kB in 0s (0 B/s) 00:52:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:52:11 Fetched 41.3 kB in 0s (0 B/s) 00:52:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:52:11 Fetched 17.9 kB in 0s (0 B/s) 00:52:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:52:11 Fetched 368 kB in 0s (0 B/s) 00:52:11 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:52:11 Fetched 187 kB in 0s (0 B/s) 00:52:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:52:11 Fetched 175 kB in 0s (0 B/s) 00:52:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:52:14 Fetched 206 kB in 0s (0 B/s) 00:52:14 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:52:14 Fetched 1301 kB in 0s (0 B/s) 00:52:14 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:52:14 Fetched 36.2 kB in 0s (0 B/s) 00:52:14 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:52:14 Fetched 159 kB in 0s (0 B/s) 00:52:14 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:52:14 Fetched 107 kB in 0s (0 B/s) 00:52:14 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:52:14 Fetched 48.7 kB in 0s (0 B/s) 00:52:14 Pulling static-packages 00:52:15 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:52:15 Skipping pull go-build-helper (already ran) 00:52:15 Skipping pull static-packages (already ran) 00:52:15 Building go-build-helper 00:52:19 Building static-packages 00:52:20 Staging go-build-helper 00:52:21 Staging static-packages 00:52:22 Pulling go115 00:52:23 'edgex-go' has dependencies that need to be staged: go115 00:52:23 Skipping pull go115 (already ran) 00:52:23 Building go115 00:52:23 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:23 Dload Upload Total Spent Left Speed 00:52:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6431k 0 0 18.2M 0 0:00:06 --:--:-- 0:00:06 18.1M 35 115M 35 41.5M 0 0 30.9M 0 0:00:03 0:00:01 0:00:02 30.9M 66 115M 66 76.2M 0 0 32.5M 0 0:00:03 0:00:02 0:00:01 32.5M 100 115M 100 115M 0 0 36.0M 0 0:00:03 0:00:03 --:--:-- 36.0M 00:52:27 go1.15.2.linux-amd64.tar.gz: OK 00:52:31 Staging go115 00:52:35 ---> 12ff7910ded6 00:52:35 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:52:35 ---> 77071e640fbc 00:52:35 Step 9/23 : RUN make cmd/core-data/core-data 00:52:35 ---> 7e1148452c11 00:52:35 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:52:35 ---> Running in 63a072d4a58f 00:52:35 ---> Running in e79671a6640c 00:52:35 ---> Running in c089c28c4a1d 00:52:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:52:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:52:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:52:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:52:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:52:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:52:36 Fetched 0 B in 0s (0 B/s) 00:52:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:52:36 Fetched 224 kB in 0s (0 B/s) 00:52:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:52:36 Fetched 157 kB in 0s (0 B/s) 00:52:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:52:36 Fetched 221 kB in 0s (0 B/s) 00:52:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:52:36 Fetched 143 kB in 0s (0 B/s) 00:52:36 Pulling edgex-go 00:52:37 Pulling version 00:52:38 Building config-common 00:52:40 Skipping build go-build-helper (already ran) 00:52:40 Skipping build static-packages (already ran) 00:52:40 Skipping build go115 (already ran) 00:52:40 Building edgex-go 00:52:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:52:42 go: downloading github.com/gorilla/mux v1.8.0 00:52:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 00:52:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 00:52:42 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:52:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:52:42 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:52:42 go: downloading github.com/BurntSushi/toml v0.3.1 00:52:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:52:42 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 00:52:42 go: downloading github.com/google/uuid v1.1.2 00:52:42 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:52:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:52:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:52:42 go: downloading github.com/pkg/errors v0.8.1 00:52:42 go: downloading github.com/go-kit/kit v0.8.0 00:52:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:52:42 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 00:52:42 go: downloading github.com/imdario/mergo v0.3.11 00:52:42 go: downloading github.com/hashicorp/consul/api v1.1.0 00:52:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:52:42 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:52:42 go: downloading github.com/pelletier/go-toml v1.2.0 00:52:42 go: downloading github.com/pebbe/zmq4 v1.0.0 00:52:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:52:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:52:42 go: downloading github.com/mitchellh/copystructure v1.0.0 00:52:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:52:42 go: downloading gopkg.in/yaml.v2 v2.4.0 00:52:42 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:52:42 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:52:42 go: downloading github.com/x448/float16 v0.8.4 00:52:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:52:42 go: downloading github.com/hashicorp/serf v0.8.2 00:52:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:52:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:52:42 go: downloading github.com/go-playground/universal-translator v0.17.0 00:52:42 go: downloading github.com/leodido/go-urn v1.2.0 00:52:42 go: downloading github.com/go-playground/locales v0.13.0 00:52:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:52:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:52:42 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:52:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:52:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:52: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 00:52: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 00:52: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 00:52:57 go: downloading github.com/stretchr/testify v1.5.1 00:52:57 go: downloading github.com/davecgh/go-spew v1.1.1 00:52:57 go: downloading github.com/pmezard/go-difflib v1.0.0 00:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:52:59 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:52:59 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:53:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:53:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:53:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:53:02 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:53:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:53:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:53: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 00:53:05 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:53:07 Building version 00:53:09 Staging config-common 00:53:10 Skipping stage go-build-helper (already ran) 00:53:10 Skipping stage static-packages (already ran) 00:53:10 Skipping stage go115 (already ran) 00:53:10 Staging edgex-go 00:53:11 Staging version 00:53:12 Priming config-common 00:53:14 Priming go-build-helper 00:53:14 Priming static-packages 00:53:16 Priming go115 00:53:17 Priming edgex-go 00:53:19 Priming version 00:53:20 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:53:32 Removing intermediate container d70e089407ab 00:53:32 ---> 4f53991ddaff 00:53:32 00:53:32 Step 10/21 : FROM scratch 00:53:32 ---> 00:53:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:32 ---> Using cache 00:53:32 ---> 4cd156b0991c 00:53:32 Step 12/21 : ENV APP_PORT=48085 00:53:32 ---> Running in 9945eb2c99cc 00:53:33 Removing intermediate container 9945eb2c99cc 00:53:33 ---> fe7cf0894257 00:53:33 Step 13/21 : EXPOSE $APP_PORT 00:53:33 ---> Running in 61bd15ddf89a 00:53:33 Removing intermediate container 61bd15ddf89a 00:53:33 ---> b1c8461a420a 00:53:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:53:35 ---> 99fe87a28cd5 00:53:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:53:37 ---> 590fe4d42092 00:53:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:53:38 ---> ea802c30620d 00:53:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:53:38 ---> Running in 76f6a254b1e2 00:53:39 Removing intermediate container 76f6a254b1e2 00:53:39 ---> edcb944dfce1 00:53:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:39 ---> Running in a6f0d9271627 00:53:40 Removing intermediate container a6f0d9271627 00:53:40 ---> cc71eb58db61 00:53:40 Step 19/21 : LABEL arch=arm64 00:53:40 ---> Running in 5a194771cedd 00:53:41 Removing intermediate container 5a194771cedd 00:53:41 ---> 5e43d635c68e 00:53:41 Step 20/21 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:53:41 ---> Running in 0438bacf820e 00:53:42 Removing intermediate container 0438bacf820e 00:53:42 ---> 0844d9a87e7d 00:53:42 Step 21/21 : LABEL version=0.0.0 00:53:42 ---> Running in ab255ebaf592 00:53:42 Removing intermediate container ab255ebaf592 00:53:43 ---> 0076aa74513f 00:53:43 00:53:43 Successfully built 0076aa74513f 00:53:43 Successfully tagged docker-support-scheduler-go-arm64:latest 00:54:02  Building docker-support-scheduler-go ... done Removing intermediate container 52fc534d8777 00:54:02 ---> f303526f4672 00:54:02 00:54:02 Step 10/22 : FROM scratch 00:54:02 ---> 00:54:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:54:02 ---> Using cache 00:54:02 ---> 4cd156b0991c 00:54:02 Step 12/22 : ENV APP_PORT=48081 00:54:02 ---> Running in 8ac7b7ab73d3 00:54:02 Removing intermediate container 8ac7b7ab73d3 00:54:02 ---> dfb7723e5b3a 00:54:02 Step 13/22 : EXPOSE $APP_PORT 00:54:02 ---> Running in d583d23280ec 00:54:02 Removing intermediate container d583d23280ec 00:54:02 ---> 33deeece8aa3 00:54:02 Step 14/22 : WORKDIR / 00:54:02 ---> Running in 1c19c7296df1 00:54:02 Removing intermediate container 1c19c7296df1 00:54:02 ---> 4728736f9ddd 00:54:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:54:04 ---> 778dabf0d8df 00:54:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:54:04 Removing intermediate container c089c28c4a1d 00:54:04 ---> c04d130347d7 00:54:04 00:54:04 Step 9/29 : FROM alpine:latest 00:54:04 ---> dd36a01c3f31 00:54:04 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:54:04 ---> Running in 6bc5646339fb 00:54:05 Removing intermediate container 6bc5646339fb 00:54:05 ---> e637b059a302 00:54:05 Step 11/29 : USER root 00:54:06 ---> Running in bf57b1d8c2ae 00:54:06 ---> 892679d1b576 00:54:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:54:07 Removing intermediate container bf57b1d8c2ae 00:54:07 ---> 9634e0847be1 00:54:07 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:54:07 ---> Running in 36f175f9e66c 00:54:07 ---> 1405b0eb4b6d 00:54:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:54:08 ---> Running in 36cb5a211390 00:54:09 Removing intermediate container 36cb5a211390 00:54:09 ---> c49dab5751d1 00:54:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:09 ---> Running in 2ca2abe62887 00:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:10 Removing intermediate container 2ca2abe62887 00:54:10 ---> 18a91e6b45f7 00:54:10 Step 20/22 : LABEL arch=arm64 00:54:11 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:54:11 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:54:11 OK: 12617 distinct packages available 00:54:11 ---> Running in 8a7484e6dfac 00:54:12 (1/2) Installing ca-certificates (20191127-r4) 00:54:12 (2/2) Installing dumb-init (1.2.2-r1) 00:54:12 Executing busybox-1.31.1-r19.trigger 00:54:12 Removing intermediate container 8a7484e6dfac 00:54:12 ---> 3ec7955c1e2d 00:54:12 Step 21/22 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:54:12 Executing ca-certificates-20191127-r4.trigger 00:54:12 Removing intermediate container 63a072d4a58f 00:54:12 ---> 58fc33a708bf 00:54:12 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:54:12 ---> Running in a31cd0d1b2d7 00:54:12 ---> Running in a5407576d4ab 00:54:12 OK: 6 MiB in 16 packages 00:54:14 Removing intermediate container a31cd0d1b2d7 00:54:14 ---> d433f0b5a537 00:54:14 Step 22/22 : LABEL version=0.0.0 00:54:14 ---> Running in 0dda8595b94d 00:54:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:54:15 Removing intermediate container 0dda8595b94d 00:54:15 ---> 79554ba44102 00:54:15 00:54:15 Removing intermediate container 36f175f9e66c 00:54:15 ---> cf2b6efe30bf 00:54:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:54:15 ---> Running in b613e2916306 00:54:16 Successfully built 79554ba44102 00:54:16 Successfully tagged docker-core-metadata-go-arm64:latest 00:54:16  Building docker-core-metadata-go ... done Removing intermediate container b613e2916306 00:54:16 ---> 1011b80f2aad 00:54:16 Step 14/29 : WORKDIR $BASE_DIR 00:54:16 ---> Running in 0358ffd14a8c 00:54:17 Removing intermediate container 0358ffd14a8c 00:54:17 ---> 4012c8728bf0 00:54:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:54:17 ---> Running in 451b43293400 00:54:20 Removing intermediate container a5407576d4ab 00:54:20 ---> 49580fc800c7 00:54:20 00:54:20 Step 11/27 : FROM docker:latest 00:54:20 ---> eeaf43b92773 00:54:20 Step 12/27 : RUN apk add --no-cache bash 00:54:20 ---> Running in bcd8df18a682 00:54:20 Removing intermediate container 451b43293400 00:54:20 ---> 3da95c0fc1f7 00:54:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:54:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:22 ---> 1bed44c6333f 00:54:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:54:22 (1/2) Installing readline (8.0.4-r0) 00:54:22 (2/2) Installing bash (5.0.17-r0) 00:54:22 Executing bash-5.0.17-r0.post-install 00:54:22 Executing busybox-1.31.1-r19.trigger 00:54:22 OK: 12 MiB in 22 packages 00:54:23 ---> 9dcab9ef7d89 00:54:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:54:24 Removing intermediate container bcd8df18a682 00:54:24 ---> 684723d24a66 00:54:24 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:54:24 ---> 51a513515d82 00:54:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:54:24 ---> Running in 3869985b108b 00:54:25 ---> 7fc95f099581 00:54:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:54:26 ---> fab9ebd60843 00:54:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:54:26 ---> Running in 8bf875cbabd3 00:54:27 Removing intermediate container 3869985b108b 00:54:27 ---> 9c4db935fb78 00:54:27 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:54:27 ---> Running in 2194e68d40bb 00:54:28 Removing intermediate container 2194e68d40bb 00:54:28 ---> 3fde9f1fa10f 00:54:28 Step 15/27 : ENV APP_PORT=48090 00:54:28 ---> Running in 79982993b5b4 00:54:28 Removing intermediate container 79982993b5b4 00:54:28 ---> 523de48d9a4e 00:54:28 Step 16/27 : EXPOSE $APP_PORT 00:54:29 Removing intermediate container 8bf875cbabd3 00:54:29 ---> 56bbf62a4a3f 00:54:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:54:29 ---> Running in 41d3a5fef81b 00:54:29 Removing intermediate container 41d3a5fef81b 00:54:29 ---> a6263ae61946 00:54:29 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:54:30 ---> e499199b44c9 00:54:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:54:30 ---> Running in b0cea2b19e37 00:54:31 ---> c5fec83a9cb2 00:54:31 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:54:32 ---> d1a3744e59d4 00:54:32 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:54:33 Removing intermediate container b0cea2b19e37 00:54:33 ---> 759a566d0ab1 00:54:33 Step 24/29 : RUN chmod 755 security-secrets-setup 00:54:33 ---> Running in b6b9619fb96b 00:54:33 ---> a3a37735102d 00:54:33 Step 20/27 : RUN apk --no-cache add py3-pip 00:54:33 ---> Running in 2adc82ab0276 00:54:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:36 (1/33) Installing libbz2 (1.0.8-r1) 00:54:36 (2/33) Installing expat (2.2.9-r1) 00:54:36 (3/33) Installing libffi (3.3-r2) 00:54:36 (4/33) Installing gdbm (1.13-r1) 00:54:36 (5/33) Installing xz-libs (5.2.5-r0) 00:54:36 (6/33) Installing sqlite-libs (3.32.1-r0) 00:54:36 (7/33) Installing python3 (3.8.5-r0) 00:54:37 Removing intermediate container b6b9619fb96b 00:54:37 ---> 085e7034bdd7 00:54:37 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:54:37 ---> Running in b6d9b9e2aa2d 00:54:37 (8/33) Installing py3-appdirs (1.4.4-r1) 00:54:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:54:37 (10/33) Installing py3-parsing (2.4.7-r0) 00:54:37 (11/33) Installing py3-six (1.15.0-r0) 00:54:37 (12/33) Installing py3-packaging (20.4-r0) 00:54:38 (13/33) Installing py3-setuptools (47.0.0-r0) 00:54:38 (14/33) Installing py3-chardet (3.0.4-r4) 00:54:38 (15/33) Installing py3-idna (2.9-r0) 00:54:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:54:38 Removing intermediate container e79671a6640c 00:54:38 ---> 13e88990e470 00:54:38 00:54:38 Step 10/23 : FROM alpine 00:54:38 ---> dd36a01c3f31 00:54:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:54:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:54:38 (18/33) Installing py3-requests (2.23.0-r0) 00:54:38 (19/33) Installing py3-msgpack (1.0.0-r0) 00:54:38 (20/33) Installing py3-lockfile (0.12.2-r3) 00:54:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:54:38 (22/33) Installing py3-colorama (0.4.3-r0) 00:54:38 (23/33) Installing py3-distlib (0.3.0-r0) 00:54:38 (24/33) Installing py3-distro (1.5.0-r1) 00:54:38 (25/33) Installing py3-webencodings (0.5.1-r3) 00:54:38 (26/33) Installing py3-html5lib (1.0.1-r4) 00:54:38 (27/33) Installing py3-pytoml (0.1.21-r0) 00:54:38 (28/33) Installing py3-pep517 (0.8.2-r0) 00:54:38 (29/33) Installing py3-progress (1.5-r0) 00:54:38 (30/33) Installing py3-toml (0.10.1-r0) 00:54:38 (31/33) Installing py3-retrying (1.3.3-r0) 00:54:38 Removing intermediate container b6d9b9e2aa2d 00:54:38 ---> 2169180a9533 00:54:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:54:38 Step 26/29 : CMD [ "generate" ] 00:54:38 (33/33) Installing py3-pip (20.1.1-r0) 00:54:38 ---> Running in d05886826b04 00:54:38 Executing busybox-1.31.1-r19.trigger 00:54:38 OK: 71 MiB in 55 packages 00:54:38 ---> Running in 02921de206e3 00:54:39 Removing intermediate container d05886826b04 00:54:39 ---> fb3e8ccb6b71 00:54:39 Step 12/23 : ENV APP_PORT=48080 00:54:39 ---> Running in b7016a0e59dc 00:54:39 Removing intermediate container 02921de206e3 00:54:39 ---> 35f4cbc49813 00:54:39 Step 27/29 : LABEL arch=arm64 00:54:39 ---> Running in ddd1465faf46 00:54:39 Removing intermediate container b7016a0e59dc 00:54:39 ---> 15e1d1c51d59 00:54:39 Step 13/23 : EXPOSE $APP_PORT 00:54:40 Removing intermediate container ddd1465faf46 00:54:40 ---> c97d4cbb7a29 00:54:40 Step 28/29 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:54:40 ---> Running in 65c7122c93cb 00:54:40 ---> Running in 51f9f6e76291 00:54:40 Removing intermediate container 65c7122c93cb 00:54:40 ---> c18cfc2233fb 00:54:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:40 Removing intermediate container 51f9f6e76291 00:54:40 ---> ec5eeecdbacf 00:54:40 Step 29/29 : LABEL version=0.0.0 00:54:41 ---> Running in 0ebc6dba8265 00:54:41 ---> Running in 3940d977d6d8 00:54:41 Removing intermediate container 3940d977d6d8 00:54:41 ---> 7fad8d9518af 00:54:41 00:54:42 Successfully built 7fad8d9518af 00:54:42 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:54:43  Building docker-security-secrets-setup-go ... done Removing intermediate container 0ebc6dba8265 00:54:43 ---> 688a10b6f812 00:54:43 Step 15/23 : RUN apk --no-cache add zeromq 00:54:44 ---> Running in e001062ce157 00:54:44 Removing intermediate container 2adc82ab0276 00:54:44 ---> 6498a45862aa 00:54:44 Step 21/27 : RUN pip install docker-compose==1.23.2 00:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:45 ---> Running in 2dfa8e45fccf 00:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:46 (1/5) Installing libgcc (9.3.0-r2) 00:54:46 (2/5) Installing libsodium (1.0.18-r0) 00:54:46 (3/5) Installing libstdc++ (9.3.0-r2) 00:54:47 (4/5) Installing libzmq (4.3.3-r0) 00:54:47 (5/5) Installing zeromq (4.3.3-r0) 00:54:47 Executing busybox-1.31.1-r19.trigger 00:54:47 OK: 8 MiB in 19 packages 00:54:48 Removing intermediate container e001062ce157 00:54:48 ---> 1472b243bf69 00:54:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:54:49 ---> 8bb87893681f 00:54:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:54:51 ---> 5f1d5980a18c 00:54:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:54:51 Collecting docker-compose==1.23.2 00:54:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:54:51 ---> 1437b44733a7 00:54:51 Step 19/23 : ENTRYPOINT ["/core-data"] 00:54:51 ---> Running in 80e8f30716ab 00:54:51 Collecting jsonschema<3,>=2.5.1 00:54:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:54:52 Removing intermediate container 80e8f30716ab 00:54:52 ---> 9e010459bee1 00:54:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:52 ---> Running in 251132a4be6f 00:54:52 Collecting websocket-client<1.0,>=0.32.0 00:54:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:54:53 Removing intermediate container 251132a4be6f 00:54:53 ---> 21bd48f1be12 00:54:53 Step 21/23 : LABEL arch=arm64 00:54:53 ---> Running in f92e022faa0c 00:54:53 Collecting cached-property<2,>=1.2.0 00:54:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:54:53 Removing intermediate container f92e022faa0c 00:54:53 ---> 84722a1379ba 00:54:53 Step 22/23 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:54:53 Collecting docopt<0.7,>=0.6.1 00:54:53 Downloading docopt-0.6.2.tar.gz (25 kB) 00:54:53 ---> Running in 4bab5ec64de6 00:54:54 Removing intermediate container 4bab5ec64de6 00:54:54 ---> b99f5f2cb570 00:54:54 Step 23/23 : LABEL version=0.0.0 00:54:54 ---> Running in 73b5984b5cd4 00:54:54 Removing intermediate container 73b5984b5cd4 00:54:54 ---> 5faf6ae4fdf3 00:54:54 00:54:55 Successfully built 5faf6ae4fdf3 00:54:55 Successfully tagged docker-core-data-go-arm64:latest 00:54:55  Building docker-core-data-go ... done Collecting texttable<0.10,>=0.9.0 00:54:55 Downloading texttable-0.9.1.tar.gz (11 kB) 00:54:58 Collecting PyYAML<4,>=3.10 00:54:58 Downloading PyYAML-3.13.tar.gz (270 kB) 00:55:01 Collecting dockerpty<0.5,>=0.4.1 00:55:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:55:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:55:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:55: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) 00:55:05 Collecting docker<4.0,>=3.6.0 00:55:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:55: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) 00:55: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) 00:55:06 Collecting urllib3<1.25,>=1.21.1 00:55:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:55:06 Collecting idna<2.8,>=2.5 00:55:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:55:07 Collecting docker-pycreds>=0.4.0 00:55:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:55:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:55:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:55:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:55:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:55:08 Installing collected packages: jsonschema, websocket-client, cached-property, docopt, texttable, PyYAML, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose 00:55:08 Running setup.py install for docopt: started 00:55:11 Running setup.py install for docopt: finished with status 'done' 00:55:11 Running setup.py install for texttable: started 00:55:12 Running setup.py install for texttable: finished with status 'done' 00:55:12 Running setup.py install for PyYAML: started 00:55:14 Running setup.py install for PyYAML: finished with status 'done' 00:55:14 Running setup.py install for dockerpty: started 00:55:17 Running setup.py install for dockerpty: finished with status 'done' 00:55:17 Attempting uninstall: urllib3 00:55:17 Found existing installation: urllib3 1.25.9 00:55:17 Uninstalling urllib3-1.25.9: 00:55:17 Successfully uninstalled urllib3-1.25.9 00:55:17 Attempting uninstall: idna 00:55:17 Found existing installation: idna 2.9 00:55:17 Uninstalling idna-2.9: 00:55:17 Successfully uninstalled idna-2.9 00:55:18 Attempting uninstall: requests 00:55:18 Found existing installation: requests 2.23.0 00:55:18 Uninstalling requests-2.23.0: 00:55:18 Successfully uninstalled requests-2.23.0 00:55:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:55:25 Removing intermediate container 2dfa8e45fccf 00:55:25 ---> d800dcad13fc 00:55:25 Step 22/27 : RUN apk --no-cache add curl 00:55:25 ---> Running in df48330c8a5c 00:55:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:55:26 (2/3) Installing libcurl (7.69.1-r3) 00:55:26 (3/3) Installing curl (7.69.1-r3) 00:55:26 Executing busybox-1.31.1-r19.trigger 00:55:26 OK: 71 MiB in 58 packages 00:55:27 Removing intermediate container df48330c8a5c 00:55:27 ---> 9f45702582a4 00:55:27 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:55:27 ---> Running in 9465b6deed1d 00:55:28 Removing intermediate container 9465b6deed1d 00:55:28 ---> b2564f77c504 00:55:28 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:28 ---> Running in 678aa3fbc93f 00:55:29 Removing intermediate container 678aa3fbc93f 00:55:29 ---> 299276681c10 00:55:29 Step 25/27 : LABEL arch=arm64 00:55:29 ---> Running in e720a9ce0283 00:55:29 Removing intermediate container e720a9ce0283 00:55:29 ---> c579441498bf 00:55:29 Step 26/27 : LABEL git_sha=94a22065852948ec920d808512d3a5f13a04da88 00:55:29 ---> Running in 4f258d7e1929 00:55:30 Removing intermediate container 4f258d7e1929 00:55:30 ---> 90292ed52fc8 00:55:30 Step 27/27 : LABEL version=0.0.0 00:55:30 ---> Running in 143b2a004b89 00:55:30 Removing intermediate container 143b2a004b89 00:55:30 ---> cdfb20fa27cf 00:55:30 00:55:31 Successfully built cdfb20fa27cf 00:55:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:55:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:55:31 $ docker stop --time=1 a3d7ebad83c7688dfaedfaa8cae9627f1f58b426f0926704b5ff178d2fea8b27 00:55:33 $ docker rm -f a3d7ebad83c7688dfaedfaa8cae9627f1f58b426f0926704b5ff178d2fea8b27 [Pipeline] // withDockerContainer [Pipeline] sh 00:55:34 + grep docker 00:55:34 + docker images 00:55:34 docker-sys-mgmt-agent-go-arm64 latest cdfb20fa27cf 4 seconds ago 300MB 00:55:34 docker-core-data-go-arm64 latest 5faf6ae4fdf3 40 seconds ago 22.4MB 00:55:34 docker-security-secrets-setup-go-arm64 latest 7fad8d9518af 53 seconds ago 22.7MB 00:55:34 docker-core-metadata-go-arm64 latest 79554ba44102 About a minute ago 13.6MB 00:55:34 docker-support-scheduler-go-arm64 latest 0076aa74513f About a minute ago 11.5MB 00:55:34 docker-support-notifications-go-arm64 latest c58c3830d677 5 minutes ago 12.9MB 00:55:34 docker-core-command-go-arm64 latest 010f20b138e0 5 minutes ago 11.4MB 00:55:34 docker-security-secretstore-setup-go-arm64 latest 1f10ea22a335 5 minutes ago 23.5MB 00:55:34 docker-security-bootstrap-redis-go-arm64 latest e4120f8d89f6 5 minutes ago 15.2MB 00:55:34 docker-security-proxy-setup-go-arm64 latest c5783c5afb53 5 minutes ago 23.2MB 00:55:34 docker latest eeaf43b92773 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:55:36 provisioning config files... 00:55:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config4769139110937251152tmp [Pipeline] { [Pipeline] sh 00:55:37 + set +x 00:55:37 + curl -s https://codecov.io/bash 00:55:37 + bash -s -- 00:55:37 00:55:37 _____ _ 00:55:37 / ____| | | 00:55:37 | | ___ __| | ___ ___ _____ __ 00:55:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:37 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:37 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:37 Bash-20201130-cc6d3fe 00:55:37 00:55:37 00:55:37 ==> Jenkins CI detected. 00:55:37 project root: . 00:55:37 --> token set from env 00:55:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:37 ==> Running gcov in . (disable via -X gcov) 00:55:37 ==> Python coveragepy not found 00:55:37 ==> Searching for coverage reports in: 00:55:37 + . 00:55:37 -> Found 1 reports 00:55:37 ==> Detecting git/mercurial file structure 00:55:37 ==> Reading reports 00:55:37 + ./coverage.out bytes=567241 00:55:37 ==> Appending adjustments 00:55:37 https://docs.codecov.io/docs/fixing-reports 00:55:43 + Found adjustments 00:55:43 ==> Gzipping contents 00:55:43 88K /tmp/codecov.uBUiNK.gz 00:55:43 ==> Uploading reports 00:55:43 url: https://codecov.io 00:55:43 query: branch=PR-2924&commit=94a22065852948ec920d808512d3a5f13a04da88&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= 00:55:43 -> Pinging Codecov 00:55:43 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2924&commit=94a22065852948ec920d808512d3a5f13a04da88&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= 00:55:44 -> Uploading to 00:55:44 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/94a22065852948ec920d808512d3a5f13a04da88/2e4b5e7e-9d22-46a0-8d36-65ac8ab04418.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T005544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4373a9cf8855058a84a1fa75e3b4b3e7f60c5f225f43434b999373e0bcc39c1 00:55:44 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:44 Dload Upload Total Spent Left Speed 00:55:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87737 0 0 100 87737 0 125k --:--:-- --:--:-- --:--:-- 125k 00:55:44 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/94a22065852948ec920d808512d3a5f13a04da88 [Pipeline] } 00:55:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:55:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:48 ---> package-listing.sh 00:55:48 ++ facter osfamily 00:55:48 ++ tr '[:upper:]' '[:lower:]' 00:55:48 + OS_FAMILY=redhat 00:55:48 + workspace=/w/workspace/edgex-go/7 00:55:48 + START_PACKAGES=/tmp/packages_start.txt 00:55:48 + END_PACKAGES=/tmp/packages_end.txt 00:55:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:48 + PACKAGES=/tmp/packages_start.txt 00:55:48 + '[' /w/workspace/edgex-go/7 ']' 00:55:48 + PACKAGES=/tmp/packages_end.txt 00:55:48 + case "${OS_FAMILY}" in 00:55:48 + sort 00:55:48 + rpm -qa 00:55:54 + '[' -f /tmp/packages_start.txt ']' 00:55:54 + '[' -f /tmp/packages_end.txt ']' 00:55:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:54 + '[' /w/workspace/edgex-go/7 ']' 00:55:54 + mkdir -p /w/workspace/edgex-go/7/archives/ 00:55:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 00:55:54 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:55 00:55:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:55 alpine: Pulling from edgex-lftools-log-publisher 00:55:55 df20fa9351a1: Pulling fs layer 00:55:55 36b3adc4ff6f: Pulling fs layer 00:55:55 8ad3a11d3b57: Pulling fs layer 00:55:55 46f8f816bc3b: Pulling fs layer 00:55:55 93b61091891f: Pulling fs layer 00:55:55 93b9cdb0e59b: Pulling fs layer 00:55:55 5e14af77c1be: Pulling fs layer 00:55:55 01666e4c0597: Pulling fs layer 00:55:55 aa168da1d23b: Pulling fs layer 00:55:55 46f8f816bc3b: Waiting 00:55:55 93b61091891f: Waiting 00:55:55 93b9cdb0e59b: Waiting 00:55:55 5e14af77c1be: Waiting 00:55:55 01666e4c0597: Waiting 00:55:55 aa168da1d23b: Waiting 00:55:55 36b3adc4ff6f: Verifying Checksum 00:55:55 36b3adc4ff6f: Download complete 00:55:55 46f8f816bc3b: Verifying Checksum 00:55:55 46f8f816bc3b: Download complete 00:55:55 df20fa9351a1: Verifying Checksum 00:55:55 df20fa9351a1: Download complete 00:55:55 93b9cdb0e59b: Verifying Checksum 00:55:55 93b9cdb0e59b: Download complete 00:55:55 5e14af77c1be: Verifying Checksum 00:55:55 5e14af77c1be: Download complete 00:55:55 93b61091891f: Verifying Checksum 00:55:55 93b61091891f: Download complete 00:55:55 01666e4c0597: Verifying Checksum 00:55:55 01666e4c0597: Download complete 00:55:56 df20fa9351a1: Pull complete 00:55:56 8ad3a11d3b57: Verifying Checksum 00:55:56 8ad3a11d3b57: Download complete 00:55:56 36b3adc4ff6f: Pull complete 00:55:58 8ad3a11d3b57: Pull complete 00:55:58 46f8f816bc3b: Pull complete 00:55:59 93b61091891f: Pull complete 00:56:00 aa168da1d23b: Verifying Checksum 00:56:00 aa168da1d23b: Download complete 00:56:00 93b9cdb0e59b: Pull complete 00:56:01 5e14af77c1be: Pull complete 00:56:01 01666e4c0597: Pull complete 00:56:16 aa168da1d23b: Pull complete 00:56:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:17 prd-centos7-docker-4c-2g-15979 does not seem to be running inside a container 00:56:17 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:22 $ docker top 5ec525910db29781698048a3447379981f13c773ee54f3f2dbc6c8a6e3444174 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:23 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:23 + mkdir -p /var/log/sa [Pipeline] sh 00:56:24 + ls /var/log/sa-host 00:56:24 + sadf -c /var/log/sa-host/sa15 00:56:24 file_magic: OK 00:56:24 HZ: Using current value: 100 00:56:24 file_header: OK 00:56:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:24 Statistics: 00:56:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:24 File successfully converted to sysstat format version 12.2.1 00:56:24 + sadf -c /var/log/sa-host/sa23 00:56:24 file_magic: OK 00:56:24 HZ: Using current value: 100 00:56:24 file_header: OK 00:56:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:24 Statistics: 00:56:24 Hnuu...uuuununununu... 00:56:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:24 provisioning config files... 00:56:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config8742083080367133713tmp [Pipeline] { [Pipeline] echo 00:56:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:24 ---> create-netrc.sh [Pipeline] } 00:56:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:25 ---> python-tools-install.sh [Pipeline] echo 00:56:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:26 ---> sudo-logs.sh 00:56:26 Archiving 'sudo' log.. [Pipeline] echo 00:56:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:26 ---> job-cost.sh 00:56:26 lf-activate-venv: SKIPPING 00:56:26 INFO: No Stack... 00:56:28 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:29 INFO: Archiving Costs [Pipeline] echo 00:56:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:29 ---> logs-deploy.sh 00:56:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/7 00:56:29 INFO: archiving workspace using pattern(s): 00:56:32 Archives upload complete. 00:56:32 INFO: archiving logs to Nexus 00:56:34 ---> uname -a: 00:56:34 Linux prd-centos7-docker-4c-2g-15979.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:56:34 00:56:34 00:56:34 ---> lscpu: 00:56:34 Architecture: x86_64 00:56:34 CPU op-mode(s): 32-bit, 64-bit 00:56:34 Byte Order: Little Endian 00:56:34 Address sizes: 40 bits physical, 48 bits virtual 00:56:34 CPU(s): 4 00:56:34 On-line CPU(s) list: 0-3 00:56:34 Thread(s) per core: 1 00:56:34 Core(s) per socket: 1 00:56:34 Socket(s): 4 00:56:34 NUMA node(s): 1 00:56:34 Vendor ID: GenuineIntel 00:56:34 CPU family: 6 00:56:34 Model: 44 00:56:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:34 Stepping: 1 00:56:34 CPU MHz: 2933.438 00:56:34 BogoMIPS: 5866.87 00:56:34 Virtualization: VT-x 00:56:34 Hypervisor vendor: KVM 00:56:34 Virtualization type: full 00:56:34 L1d cache: 128 KiB 00:56:34 L1i cache: 128 KiB 00:56:34 L2 cache: 16 MiB 00:56:34 L3 cache: 64 MiB 00:56:34 NUMA node0 CPU(s): 0-3 00:56:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:34 Vulnerability Meltdown: Mitigation; PTI 00:56:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:34 Vulnerability Srbds: Not affected 00:56:34 Vulnerability Tsx async abort: Not affected 00:56:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:56:34 00:56:34 00:56:34 ---> nproc: 00:56:34 4 00:56:34 00:56:34 00:56:34 ---> df -h: 00:56:34 Filesystem Size Used Available Use% Mounted on 00:56:34 overlay 50.0G 12.3G 37.7G 25% / 00:56:34 tmpfs 64.0M 0 64.0M 0% /dev 00:56:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:34 shm 64.0M 0 64.0M 0% /dev/shm 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/7@tmp 00:56:34 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/7 00:56:34 00:56:34 00:56:34 ---> free -m: 00:56:34 total used free shared buff/cache available 00:56:34 Mem: 1837 699 206 0 931 1053 00:56:34 Swap: 1023 77 946 00:56:34 00:56:34 00:56:34 ---> ip addr: 00:56:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:34 inet 127.0.0.1/8 scope host lo 00:56:34 valid_lft forever preferred_lft forever 00:56:34 inet6 ::1/128 scope host 00:56:34 valid_lft forever preferred_lft forever 00:56:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:34 link/ether fa:16:3e:d0:b6:07 brd ff:ff:ff:ff:ff:ff 00:56:34 inet 10.30.122.53/23 brd 10.30.123.255 scope global dynamic eth0 00:56:34 valid_lft 84818sec preferred_lft 84818sec 00:56:34 inet6 fe80::f816:3eff:fed0:b607/64 scope link 00:56:34 valid_lft forever preferred_lft forever 00:56:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:34 link/ether 02:42:af:30:f8:b4 brd ff:ff:ff:ff:ff:ff 00:56:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:34 valid_lft forever preferred_lft forever 00:56:34 inet6 fe80::42:afff:fe30:f8b4/64 scope link 00:56:34 valid_lft forever preferred_lft forever 00:56:34 00:56:34 00:56:34 ---> sar -b -r -n DEV: 00:56:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 00:56:34 00:56:34 00:29:56 LINUX RESTART (4 CPU) 00:56:34 00:56:34 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:34 00:32:01 54.06 12.50 41.56 0.00 4675.80 7982.55 0.00 00:56:34 00:33:02 143.46 68.66 74.80 0.00 5232.88 35280.19 0.00 00:56:34 00:34:01 214.17 56.43 157.74 0.00 2979.04 36036.41 0.00 00:56:34 00:35:02 178.88 100.55 78.33 0.00 4466.47 10491.26 0.00 00:56:34 00:36:01 97.90 48.18 49.71 0.00 1520.67 5647.38 0.00 00:56:34 00:37:01 104.87 49.04 55.83 0.00 2560.77 6770.94 0.00 00:56:34 00:38:02 92.45 12.90 79.56 0.00 1085.86 22460.46 0.00 00:56:34 00:39:01 971.88 748.71 223.17 0.00 94466.90 153057.63 0.00 00:56:34 00:40:01 2707.19 2412.24 294.96 0.00 139474.18 153321.63 0.00 00:56:34 00:41:02 253.70 112.77 140.94 0.00 8047.81 23422.96 0.00 00:56:34 00:42:02 1126.75 833.86 292.89 0.00 110722.46 155157.93 0.00 00:56:34 00:43:01 1836.53 1562.34 274.19 0.00 101820.44 104705.08 0.00 00:56:34 00:44:01 280.88 97.46 183.42 0.00 7248.50 22869.19 0.00 00:56:34 00:45:01 98.75 20.13 78.63 0.00 3077.58 4917.58 0.00 00:56:34 00:46:02 3.19 1.10 2.10 0.00 24.75 37.24 0.00 00:56:34 00:47:01 0.36 0.07 0.29 0.00 2.57 3.18 0.00 00:56:34 00:48:01 0.40 0.08 0.32 0.00 2.13 3.20 0.00 00:56:34 00:49:01 0.17 0.02 0.15 0.00 0.13 1.80 0.00 00:56:34 00:50:01 0.33 0.03 0.30 0.00 0.27 3.26 0.00 00:56:34 00:51:01 0.27 0.02 0.25 0.00 0.27 2.60 0.00 00:56:34 00:52:01 0.30 0.03 0.27 0.00 0.80 3.00 0.00 00:56:34 00:53:01 0.27 0.02 0.25 0.00 0.40 2.76 0.00 00:56:34 00:54:01 0.22 0.02 0.20 0.00 0.27 1.65 0.00 00:56:34 00:55:01 0.30 0.00 0.30 0.00 0.00 3.16 0.00 00:56:34 00:56:01 93.62 71.02 22.60 0.00 5529.31 5299.27 0.00 00:56:34 Average: 330.41 248.34 82.07 0.00 19693.30 29856.83 0.00 00:56:34 00:56:34 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:34 00:32:01 70036 0 656968 34.92 2620 1151920 1322128 45.12 526500 1079280 75944 00:56:34 00:33:02 144148 0 692988 36.83 2536 1041872 1565700 53.43 602972 898376 102160 00:56:34 00:34:01 77808 0 744372 39.56 1480 1057884 1511044 51.57 683352 834892 80904 00:56:34 00:35:02 112628 0 898572 47.76 668 869676 1664012 56.79 707044 786944 30920 00:56:34 00:36:01 413572 0 782216 41.57 428 685328 1636396 55.85 560068 631844 19312 00:56:34 00:37:01 217940 0 753844 40.07 428 909332 1630776 55.66 667748 713056 74456 00:56:34 00:38:02 133440 0 771144 40.98 392 976568 1936480 66.09 653344 811916 40 00:56:34 00:39:01 424008 0 705140 37.48 0 752396 1847812 63.06 555312 687032 432 00:56:34 00:40:01 509856 0 710888 37.78 0 660800 2460536 83.97 524552 610232 76 00:56:34 00:41:02 361624 0 724344 38.50 0 795576 1923400 65.64 549924 719388 0 00:56:34 00:42:02 69668 0 763836 40.60 0 1048040 2283280 77.92 747920 835244 11960 00:56:34 00:43:01 686148 0 677520 36.01 0 517876 2353184 80.31 431828 535024 14912 00:56:34 00:44:01 363448 0 672724 35.75 0 845372 1490444 50.87 574928 698708 1020 00:56:34 00:45:01 307452 0 614500 32.66 0 959592 1192560 40.70 590280 736024 20 00:56:34 00:46:02 311284 0 610508 32.45 0 959752 1159208 39.56 585852 736140 8 00:56:34 00:47:01 311560 0 610224 32.43 0 959760 1159172 39.56 586100 736216 8 00:56:34 00:48:01 311012 0 610768 32.46 0 959764 1159268 39.56 586304 736272 16 00:56:34 00:49:01 311488 0 610284 32.44 0 959772 1159124 39.56 586028 736280 8 00:56:34 00:50:01 311592 0 610172 32.43 0 959780 1159124 39.56 585908 736284 8 00:56:34 00:51:01 311652 0 610108 32.43 0 959784 1159196 39.56 586120 736296 8 00:56:34 00:52:01 311540 0 610204 32.43 0 959800 1159280 39.56 586172 736324 8 00:56:34 00:53:01 311600 0 610116 32.43 0 959828 1159124 39.56 586000 736332 20 00:56:34 00:54:01 311792 0 609944 32.42 0 959808 1159124 39.56 585916 736336 8 00:56:34 00:55:01 312212 0 609512 32.39 0 959820 1159124 39.56 585796 736344 8 00:56:34 00:56:01 80948 0 680800 36.18 0 1119796 1631032 55.66 650356 895492 9132 00:56:34 Average: 283538 0 678068 36.04 342 919596 1521621 51.93 595453 753451 16856 00:56:34 00:56:34 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:34 00:32:01 eth0 781.35 834.56 3635.45 90.30 0.00 0.00 0.00 0.00 00:56:34 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:32:01 veth3e08416 480.93 336.82 45.10 1309.45 0.00 0.00 0.00 0.00 00:56:34 00:32:01 docker0 480.85 336.69 38.52 1309.44 0.00 0.00 0.00 0.00 00:56:34 00:33:02 eth0 626.94 654.16 4173.79 88.01 0.00 0.00 0.00 0.00 00:56:34 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:33:02 docker0 435.59 346.45 33.89 1345.16 0.00 0.00 0.00 0.00 00:56:34 00:34:01 eth0 322.57 185.90 2115.79 24.56 0.00 0.00 0.00 0.00 00:56:34 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:34:01 docker0 92.05 168.94 6.85 838.11 0.00 0.00 0.00 0.00 00:56:34 00:35:02 eth0 37.59 29.76 27.31 64.44 0.00 0.00 0.00 0.00 00:56:34 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:35:02 vethd9bcde6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:34 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:36:01 eth0 30.82 21.76 22.46 12.58 0.00 0.00 0.00 0.00 00:56:34 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:36:01 vethd9bcde6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:37:01 eth0 15.13 10.57 13.22 7.07 0.00 0.00 0.00 0.00 00:56:34 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:37:01 vethd9bcde6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:38:02 eth0 211.22 169.57 1699.87 84.29 0.00 0.00 0.00 0.00 00:56:34 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:38:02 veth09c1ae0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:39:01 veth8168e95 0.50 0.59 0.03 5.97 0.00 0.00 0.00 0.00 00:56:34 00:39:01 vethb600dce 0.34 0.42 0.02 2.17 0.00 0.00 0.00 0.00 00:56:34 00:39:01 eth0 13.75 10.50 48.12 4.14 0.00 0.00 0.00 0.00 00:56:34 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:40:01 vetha794071 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:40:01 veth78a89a3 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:40:01 veth1b55493 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:40:01 eth0 30.90 24.21 118.09 48.28 0.00 0.00 0.00 0.00 00:56:34 00:41:02 veth1ce6e26 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:41:02 eth0 49.87 36.19 167.97 11.00 0.00 0.00 0.00 0.00 00:56:34 00:41:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:34 00:41:02 veth09c1ae0 0.00 0.51 0.00 0.03 0.00 0.00 0.00 0.00 00:56:34 00:42:02 eth0 62.98 46.66 116.34 78.70 0.00 0.00 0.00 0.00 00:56:34 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:42:02 veth8820174 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:56:34 00:42:02 veth09c1ae0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:56:34 00:43:01 vethfcdded4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:43:01 veth374bafc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:43:01 eth0 27.32 17.00 20.07 10.92 0.00 0.00 0.00 0.00 00:56:34 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:44:01 eth0 92.66 53.27 403.78 64.67 0.00 0.00 0.00 0.00 00:56:34 00:44:01 veth2504f33 15.90 38.04 1.09 294.75 0.00 0.00 0.00 0.00 00:56:34 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:44:01 veth09c1ae0 0.00 0.86 0.00 0.04 0.00 0.00 0.00 0.00 00:56:34 00:45:01 eth0 41.68 28.51 90.74 13.11 0.00 0.00 0.00 0.00 00:56:34 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:45:01 docker0 1070.78 967.42 82.92 4270.84 0.00 0.00 0.00 0.00 00:56:34 00:46:02 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 00:56:34 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:47:01 eth0 0.24 0.19 0.10 0.01 0.00 0.00 0.00 0.00 00:56:34 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:48:01 eth0 0.87 0.35 0.31 0.20 0.00 0.00 0.00 0.00 00:56:34 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:49:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:56:34 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:50:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:34 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:51:01 eth0 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 00:56:34 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:52:01 eth0 0.53 0.30 0.41 0.16 0.00 0.00 0.00 0.00 00:56:34 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:53:01 eth0 0.08 0.07 0.01 0.03 0.00 0.00 0.00 0.00 00:56:34 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:54:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:56:34 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:55:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:34 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:56:01 eth0 207.56 169.47 2169.74 67.01 0.00 0.00 0.00 0.00 00:56:34 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 Average: eth0 102.35 91.92 593.92 26.85 0.00 0.00 0.00 0.00 00:56:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:34 Average: docker0 42.91 38.77 3.32 171.15 0.00 0.00 0.00 0.00 00:56:34 00:56:34 00:56:34 ---> sar -P ALL: 00:56:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 00:56:34 00:56:34 00:29:56 LINUX RESTART (4 CPU) 00:56:34 00:56:34 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:56:34 00:32:01 all 5.16 0.00 3.35 1.22 10.03 80.24 00:56:34 00:32:01 0 5.00 0.00 3.67 1.71 11.13 78.50 00:56:34 00:32:01 1 5.31 0.00 3.36 0.62 8.87 81.84 00:56:34 00:32:01 2 4.66 0.00 3.28 2.23 9.41 80.42 00:56:34 00:32:01 3 5.68 0.00 3.10 0.29 10.73 80.20 00:56:34 00:33:02 all 10.34 0.00 5.16 0.99 11.62 71.89 00:56:34 00:33:02 0 11.98 0.00 5.71 0.74 12.29 69.28 00:56:34 00:33:02 1 9.20 0.00 5.03 1.68 11.72 72.36 00:56:34 00:33:02 2 8.51 0.00 4.86 0.87 11.86 73.90 00:56:34 00:33:02 3 11.74 0.00 5.04 0.65 10.62 71.95 00:56:34 00:34:01 all 6.05 0.00 5.66 2.97 13.64 71.68 00:56:34 00:34:01 0 6.30 0.00 5.86 2.88 14.54 70.42 00:56:34 00:34:01 1 5.95 0.00 5.56 2.51 13.70 72.29 00:56:34 00:34:01 2 6.71 0.00 5.85 3.92 13.65 69.86 00:56:34 00:34:01 3 5.27 0.00 5.38 2.56 12.67 74.13 00:56:34 00:35:02 all 35.29 0.00 10.77 4.17 12.34 37.43 00:56:34 00:35:02 0 31.29 0.00 10.17 3.25 13.71 41.57 00:56:34 00:35:02 1 34.67 0.00 11.02 4.32 12.03 37.97 00:56:34 00:35:02 2 37.14 0.00 10.90 2.60 12.33 37.03 00:56:34 00:35:02 3 38.11 0.00 10.98 6.57 11.27 33.06 00:56:34 00:36:01 all 45.66 0.00 12.96 2.47 17.82 21.10 00:56:34 00:36:01 0 43.33 0.00 13.20 2.57 19.18 21.73 00:56:34 00:36:01 1 50.44 0.00 12.98 1.74 15.97 18.87 00:56:34 00:36:01 2 48.05 0.00 12.93 2.80 16.91 19.32 00:56:34 00:36:01 3 40.93 0.00 12.71 2.77 19.17 24.41 00:56:34 00:37:01 all 40.36 0.00 14.37 4.18 12.24 28.85 00:56:34 00:37:01 0 40.87 0.00 15.54 5.59 12.24 25.76 00:56:34 00:37:01 1 39.35 0.00 13.73 2.46 12.09 32.37 00:56:34 00:37:01 2 43.04 0.00 14.93 4.00 11.25 26.78 00:56:34 00:37:01 3 38.23 0.00 13.31 4.68 13.37 30.41 00:56:34 00:38:02 all 11.98 0.00 8.25 1.12 13.95 64.70 00:56:34 00:38:02 0 13.36 0.00 9.20 0.83 14.06 62.55 00:56:34 00:38:02 1 10.86 0.00 8.03 1.38 14.24 65.49 00:56:34 00:38:02 2 12.40 0.00 7.63 1.74 13.60 64.64 00:56:34 00:38:02 3 11.30 0.00 8.17 0.52 13.92 66.09 00:56:34 00:39:01 all 15.17 0.00 16.96 6.43 26.15 35.29 00:56:34 00:39:01 0 17.75 0.00 17.56 5.51 25.75 33.43 00:56:34 00:39:01 1 12.85 0.00 15.56 6.38 26.46 38.76 00:56:34 00:39:01 2 14.22 0.00 17.29 8.06 25.88 34.55 00:56:34 00:39:01 3 15.89 0.00 17.47 5.78 26.54 34.33 00:56:34 00:40:01 all 14.50 0.00 17.36 22.76 22.64 22.75 00:56:34 00:40:01 0 12.31 0.00 15.68 22.19 23.52 26.30 00:56:34 00:40:01 1 13.51 0.00 16.70 22.96 23.04 23.79 00:56:34 00:40:01 2 15.13 0.00 17.93 23.61 21.43 21.90 00:56:34 00:40:01 3 17.15 0.00 19.22 22.26 22.55 18.82 00:56:34 00:41:02 all 62.70 0.00 15.24 6.15 9.18 6.73 00:56:34 00:41:02 0 64.06 0.00 15.43 5.82 8.04 6.66 00:56:34 00:41:02 1 62.40 0.00 15.77 5.41 9.53 6.89 00:56:34 00:41:02 2 62.55 0.00 14.56 7.31 8.91 6.67 00:56:34 00:41:02 3 61.77 0.00 15.20 6.05 10.29 6.69 00:56:34 00:42:02 all 17.89 0.00 19.97 11.72 24.54 25.87 00:56:34 00:42:02 0 17.15 0.00 18.52 8.41 24.41 31.51 00:56:34 00:42:02 1 20.09 0.00 24.14 12.97 23.16 19.64 00:56:34 00:42:02 2 17.15 0.00 18.80 12.85 24.50 26.71 00:56:34 00:42:02 3 17.26 0.00 18.58 12.73 26.07 25.36 00:56:34 00:56:34 00:42:02 CPU %user %nice %system %iowait %steal %idle 00:56:34 00:43:01 all 32.02 0.00 18.82 17.80 18.02 13.35 00:56:34 00:43:01 0 30.64 0.00 18.53 17.05 17.55 16.22 00:56:34 00:43:01 1 32.43 0.00 19.41 16.37 18.40 13.39 00:56:34 00:43:01 2 33.15 0.00 17.50 20.82 17.52 11.01 00:56:34 00:43:01 3 31.89 0.00 19.82 16.97 18.58 12.73 00:56:34 00:44:01 all 43.85 0.00 15.29 6.94 11.54 22.38 00:56:34 00:44:01 0 44.28 0.00 15.49 10.22 11.46 18.55 00:56:34 00:44:01 1 43.96 0.00 14.22 6.24 11.61 23.97 00:56:34 00:44:01 2 43.23 0.00 14.73 4.85 11.67 25.52 00:56:34 00:44:01 3 43.94 0.00 16.74 6.47 11.41 21.43 00:56:34 00:45:01 all 5.03 0.00 3.86 3.29 5.75 82.06 00:56:34 00:45:01 0 6.06 0.00 3.60 1.61 6.44 82.28 00:56:34 00:45:01 1 3.41 0.00 4.27 3.79 5.36 83.17 00:56:34 00:45:01 2 7.00 0.00 4.07 3.91 5.83 79.19 00:56:34 00:45:01 3 3.67 0.00 3.50 3.84 5.38 83.61 00:56:34 00:46:02 all 0.10 0.00 0.05 0.02 0.27 99.55 00:56:34 00:46:02 0 0.02 0.00 0.05 0.07 0.13 99.73 00:56:34 00:46:02 1 0.32 0.00 0.07 0.00 0.52 99.10 00:56:34 00:46:02 2 0.07 0.00 0.07 0.00 0.35 99.52 00:56:34 00:46:02 3 0.02 0.00 0.03 0.02 0.10 99.83 00:56:34 00:47:01 all 0.09 0.00 0.24 0.00 1.10 98.57 00:56:34 00:47:01 0 0.02 0.00 0.34 0.00 1.24 98.40 00:56:34 00:47:01 1 0.19 0.00 0.22 0.02 1.08 98.50 00:56:34 00:47:01 2 0.12 0.00 0.35 0.00 1.24 98.28 00:56:34 00:47:01 3 0.05 0.00 0.03 0.00 0.83 99.09 00:56:34 00:48:01 all 0.12 0.00 0.04 0.00 0.27 99.58 00:56:34 00:48:01 0 0.40 0.00 0.02 0.00 0.32 99.27 00:56:34 00:48:01 1 0.03 0.00 0.08 0.00 0.22 99.67 00:56:34 00:48:01 2 0.00 0.00 0.03 0.02 0.15 99.80 00:56:34 00:48:01 3 0.03 0.00 0.02 0.00 0.38 99.57 00:56:34 00:49:01 all 0.10 0.00 0.15 0.00 0.53 99.22 00:56:34 00:49:01 0 0.25 0.00 0.03 0.00 0.48 99.24 00:56:34 00:49:01 1 0.05 0.00 0.40 0.00 0.38 99.17 00:56:34 00:49:01 2 0.03 0.00 0.08 0.00 0.53 99.35 00:56:34 00:49:01 3 0.08 0.00 0.07 0.00 0.73 99.12 00:56:34 00:50:01 all 0.11 0.00 0.02 0.00 0.30 99.56 00:56:34 00:50:01 0 0.00 0.00 0.02 0.00 0.08 99.90 00:56:34 00:50:01 1 0.05 0.00 0.03 0.00 0.53 99.39 00:56:34 00:50:01 2 0.02 0.00 0.03 0.00 0.15 99.80 00:56:34 00:50:01 3 0.38 0.00 0.02 0.00 0.45 99.15 00:56:34 00:51:01 all 0.14 0.00 0.03 0.00 0.22 99.61 00:56:34 00:51:01 0 0.02 0.00 0.03 0.00 0.22 99.73 00:56:34 00:51:01 1 0.07 0.00 0.05 0.00 0.38 99.50 00:56:34 00:51:01 2 0.03 0.00 0.03 0.00 0.08 99.85 00:56:34 00:51:01 3 0.43 0.00 0.02 0.00 0.18 99.37 00:56:34 00:52:01 all 0.12 0.00 0.02 0.00 0.19 99.66 00:56:34 00:52:01 0 0.03 0.00 0.02 0.00 0.25 99.70 00:56:34 00:52:01 1 0.05 0.00 0.05 0.02 0.28 99.60 00:56:34 00:52:01 2 0.02 0.00 0.02 0.00 0.10 99.87 00:56:34 00:52:01 3 0.37 0.00 0.02 0.00 0.13 99.48 00:56:34 00:53:01 all 0.11 0.00 0.04 0.00 0.22 99.62 00:56:34 00:53:01 0 0.08 0.00 0.07 0.00 0.56 99.29 00:56:34 00:53:01 1 0.03 0.00 0.05 0.00 0.08 99.83 00:56:34 00:53:01 2 0.02 0.00 0.03 0.00 0.10 99.85 00:56:34 00:53:01 3 0.32 0.00 0.02 0.00 0.15 99.52 00:56:34 00:56:34 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:56:34 00:54:01 all 0.10 0.00 0.02 0.00 0.23 99.65 00:56:34 00:54:01 0 0.02 0.00 0.03 0.00 0.35 99.60 00:56:34 00:54:01 1 0.03 0.00 0.02 0.00 0.22 99.73 00:56:34 00:54:01 2 0.02 0.00 0.02 0.00 0.08 99.88 00:56:34 00:54:01 3 0.32 0.00 0.03 0.00 0.28 99.37 00:56:34 00:55:01 all 0.12 0.00 0.03 0.00 0.16 99.68 00:56:34 00:55:01 0 0.00 0.00 0.03 0.00 0.17 99.80 00:56:34 00:55:01 1 0.08 0.00 0.05 0.00 0.32 99.55 00:56:34 00:55:01 2 0.02 0.00 0.02 0.00 0.07 99.90 00:56:34 00:55:01 3 0.38 0.00 0.03 0.00 0.10 99.48 00:56:34 00:56:01 all 3.07 0.00 2.21 2.31 3.72 88.69 00:56:34 00:56:01 0 2.12 0.00 1.71 0.77 3.55 91.85 00:56:34 00:56:01 1 3.49 0.00 2.67 2.74 3.94 87.16 00:56:34 00:56:01 2 2.10 0.00 1.58 1.63 3.88 90.81 00:56:34 00:56:01 3 4.60 0.00 2.90 4.10 3.51 84.89 00:56:34 Average: all 13.33 0.00 6.59 3.65 8.44 67.99 00:56:34 Average: 0 13.28 0.00 6.60 3.45 8.67 68.01 00:56:34 Average: 1 13.24 0.00 6.67 3.54 8.35 68.20 00:56:34 Average: 2 13.53 0.00 6.45 3.91 8.24 67.87 00:56:34 Average: 3 13.29 0.00 6.62 3.69 8.52 67.88 00:56:34 00:56:34 00:56:34